Minor clarifications of BACKSPACE vs DEL.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
60322163
EZ
12001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * info.el (Info-additional-directory-list): Doc fix. Suggested by
4 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5
e372bc67
EZ
62001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
7
8 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
9 manual.
10
28037ecf
SM
112001-04-13 Stefan Monnier <monnier@cs.yale.edu>
12
13 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
14 (cvs-menu): Add a few entries.
15
16 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
17 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
18 lock file appears to be reachable from Emacs.
19 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
20 (cvs-mode-find-file): Look for cvs-header-face rather than
21 cvs-dirname-face (which doesn't exist).
22 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
23
24 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
25
5d5e7f53
EZ
262001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
27
28 * emulation/pc-select.el (pc-selection-mode): Don't turn on
29 normal-erase-is-backspace on a tty. Instead, bind some keys such
30 as [delete] directly, like pc-select.el did before
31 normal-erase-is-backspace was invented.
32
118562e1 332001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
34
35 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
36
6c9e58c4
JW
372001-04-11 John Wiegley <johnw@gnu.org>
38
28037ecf
SM
39 * eshell/em-ls.el (eshell-ls-insert-directory):
40 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
41 buffers, if Eshell's ls is being used.
42
118562e1 432001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 44
28037ecf
SM
45 * calendar/timeclock.el (timeclock-completing-read): New function.
46 (timeclock-ask-for-project, timeclock-ask-for-reason):
47 Call `timeclock-completing-read'.
978bd3ea
JW
48
49 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
50 required where `member' was being used.
51
118562e1 522001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 53
28037ecf
SM
54 * eshell/em-hist.el (eshell-previous-matching-input):
55 Don't display "History item" if the the minibuffer is active.
978bd3ea 56
30cb0001
GM
572001-04-11 Gerd Moellmann <gerd@gnu.org>
58
59 * startup.el (command-line): Output a newline after printing
60 an error from loading the window system's init file.
61
e38af9bd
EZ
622001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
63
28037ecf
SM
64 * textmodes/texinfo.el (texinfo-font-lock-keywords):
65 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
66 @inforef. Add an OVERRIDE of `keep' to highlight specs of
67 keywords whose arguments routinely include @@.
68
bbf63a7b
GM
692001-04-10 Gerd Moellmann <gerd@gnu.org>
70
28037ecf
SM
71 * emacs-lisp/advice.el (ad-make-advised-definition):
72 Construct advice for subrs differently.
afffeb57 73
3fe35f35 74 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 75 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 76
c8d6d636 77 * simple.el (completion-list-mode-finish): New function.
28037ecf 78 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 79
2a52f40e 80 * language/european.el ("Polish"): Change sample text.
28037ecf 81 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 82
cf8b1bef
GM
83 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
84 parameter.
85
bbf63a7b
GM
86 * faces.el (menu): Doc fix.
87
719d83ad 882001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
89
90 * ps-print.el: Footer implementation. Doc fix.
91 (ps-print-version): New version number (6.5.1).
92 (ps-header-frame-alist): New customization var for header frame
93 properties.
94 (ps-line-number-color): New customization var for line number color.
95 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
96 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
97 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
98 (ps-right-footer): New customization vars for footers.
99 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
100 footers.
101 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
102 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
103 Code fix.
319acba0
GM
104 (ps-prologue-file): Indentation fix.
105 (ps-print-quote): Fun eliminated.
106 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
107 (ps-output-frame-properties): New fun.
108 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
109 (ps-skip-newline): Replace defun by defsubst.
28037ecf 110
e372bc67 1112001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
112
113 * eshell/eshell.el (eshell-command): Needed a "%s" format
114 specifier, in case the buffer contains percent characters.
115
e372bc67 1162001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
117
118 * calendar/timeclock.el (timeclock-generate-report): Added a
119 missing insert of the project name.
120
9f9a5e7a
GM
1212001-04-09 Gerd Moellmann <gerd@gnu.org>
122
9170e5d4 123 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 124
865e97c1 125 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 126 (finder-data): Use it instead of `setwins'.
865e97c1
GM
127 From: Dave Love <fx@gnu.org>.
128
cf3885ac 129 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
130 (server-visit-files): Run server-visit-hook after going to
131 line 1 so that the hook can set point as it sees fit.
132
9f9a5e7a
GM
133 * bindings.el (mode-line-modified): Unify help messages.
134
51f32106
EZ
1352001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
136
137 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
138 All callers changed.
139
e02160a3
EZ
1402001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
141
8e6bb0d0
EZ
142 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
143 long file names aren't supported, truncate the file names in
144 quail-misc-package-ext-info to 8+3 before matching them against
145 FILENAME.
146
147 * dos-fns.el (dos-truncate-to-8+3): New function.
148
ec321d77
EZ
149 * progmodes/compile.el (grep-compute-defaults): Use null-device
150 instead of literal /dev/null. Reported by Jens Schmidt
151 <schmidt@mathematik.uni-kl.de>.
152
e02160a3
EZ
153 * simple.el (normal-erase-is-backspace-mode): Doc fix.
154
cf3885ac
SM
1552001-04-06 Stefan Monnier <monnier@cs.yale.edu>
156
157 * textmodes/sgml-mode.el: Add unknown maintainer.
158 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
159 (html-mode-map): Use set-keymap-parent.
160
3ffb33bb
DL
1612001-04-06 Dave Love <fx@gnu.org>
162
163 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
164 Remove redundant string-to-list.
165
8f625692
SM
1662001-04-05 Stefan Monnier <monnier@cs.yale.edu>
167
168 * composite.el (reference-point-alist): Doc fix.
169
1087f198
SS
1702001-04-05 Sam Steingold <sds@gnu.org>
171
8f625692
SM
172 * font-lock.el (font-lock-keywords-case-fold-search):
173 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
174 file made font-lock case-insensitive.
175
a55e4e68
GM
1762001-04-05 Gerd Moellmann <gerd@gnu.org>
177
0e4892e2
GM
178 * faces.el (defface menu): Doc fix.
179
4d664b04
GM
180 * wid-edit.el (widget-color-sample-face-get): Don't make
181 faces for undefined colors.
182
a55e4e68
GM
183 * version.el (emacs-version): Include LessTif/Motif version info.
184
f383cd0d
GM
1852001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
186
187 * ps-mule.el: Eliminate cl package dependence.
188 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
189 if they aren't defined yet.
190 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
191 Eliminate cl package dependence.
192
de28797f
SM
1932001-04-04 Stefan Monnier <monnier@cs.yale.edu>
194
195 * progmodes/cc-cmds.el (c-outline-level):
196 Bind buffer-invisibility-spec. Originally from Dave Love, but
197 got lost when incorporating version 5.26.
198
32df8b47
EZ
1992001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
200
de28797f
SM
201 * emulation/pc-select.el (pc-selection-mode):
202 Call normal-erase-is-backspace-mode instead of binding
203 keys individually.
58e4f61d 204
7f62656b
EZ
205 * cus-load.el (normal-erase-is-backspace): Use it instead of
206 delete-key-deletes-forward.
207
208 * startup.el (command-line): Use normal-erase-is-backspace and
209 normal-erase-is-backspace-mode.
210
211 * simple.el (normal-erase-is-backspace): Rename from
212 delete-key-deletes-forward. Doc fix.
213 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
214 delete-key-deletes-forward-mode. Doc fix.
215 Run normal-erase-is-backspace-hook.
7f62656b 216
32df8b47 217 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
218 ``human-readable'' format produced by GNU `ls'.
219 (dired-move-to-filename-regexp): Recognize ISO format dates.
220 From Paul Eggert <eggert@twinsun.com>.
32df8b47 221
5efa6032
GM
2222001-04-04 Gerd Moellmann <gerd@gnu.org>
223
224 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
225 New functions.
de28797f
SM
226 (lm-verify): Check keywords.
227 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 228
d757aac1
EL
2292001-04-03 Eric M. Ludlam <eric@siege-engine.com>
230
231 * speedbar.el (speedbar-insert-image-button-maybe): Check for
232 `xemacs' feature instead of for the function `set-extent-property'.
233
9832760a
SM
2342001-04-03 Stefan Monnier <monnier@cs.yale.edu>
235
236 * mail/mh-utils.el (mh-folder-hist): New var.
237 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
238
d565f6aa
EZ
2392001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
240
241 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
242 region, position point on the first or last 16-byte group.
243 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
244 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
245 hexl-beginning-of-line.
246
24c0fd39
GM
2472001-04-03 Gerd Moellmann <gerd@gnu.org>
248
5efa6032
GM
249 * icomplete.el (icomplete-mode): Treat an argument like other
250 modes do.
251
b3f6107b
GM
252 * startup.el (fancy-splash-head): Use splash8.xpm for color
253 depth 8.
254
24d451c5
SM
255 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
256 Add an antry for ``converts''.
476bf681 257
24d451c5
SM
258 * language/slovak.el ("Slovak"): Add documentation string.
259 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 260
450f6970
GM
261 * language/czech.el ("Czech"): Add documentation string.
262 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
263
24d451c5
SM
264 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
265 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
266
2672001-04-02 Stefan Monnier <monnier@cs.yale.edu>
268
269 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
270 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
271 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
272 Use `defsubst' rather than a macro to ease debugging.
273 (mail-extr-last): Remove (use `last' instead).
274 (mail-extract-address-components): Properly reset the syntax-table
275 after parsing an address. Use `last' rather than mail-extr-last.
276 Make sure the end marker stays at the very end.
24c0fd39 277
2b908342
EZ
2782001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
279
280 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
281 last change.
282
acfb077d
GM
2832001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
284
285 * ps-print.el: Line and paragraph spacing feature. Region to cut
286 out when printing. Doc fix.
287 (ps-print-version): New version number (6.5).
24d451c5
SM
288 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
289 New vars. Line and paragraph spacing feature.
acfb077d
GM
290 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
291 out when printing.
292 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
293 (ps-get-font-size, ps-begin-job, ps-continue-line)
294 (ps-plot-region): Code fix.
295 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
296 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
297 New internal vars.
acfb077d
GM
298 (ps-get-size): New fun.
299 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
300 (ps-next-line): Replace defun by defsubst.
301 (ps-mule-plot-string): Autoload doc fix.
302
303 * ps-bdf.el: XEmacs compatibility. Doc fix.
304 (installation-directory, coding-system-for-read): Declare vars if
305 it's not declared yet.
306 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
307
308 * ps-mule.el: XEmacs compatibility. Doc fix.
309 (leading-code-private-22): Declare var if it's not declared yet.
310 (charset-bytes, charset-dimension, charset-id, charset-width)
311 (find-charset-region, split-char, char-width, chars-in-region)
312 (forward-point, decompose-composite-char, encode-coding-string)
313 (coding-system-p, ccl-execute-on-string, define-ccl-program):
314 Define funs if not defined yet.
315 (encode-composition-rule, find-composition): Define funs if not
316 loaded yet.
317 (ps-mule-prologue): PostScript code fix.
318
3192001-04-02 Kenichi Handa <handa@etl.go.jp>
320
321 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
322 non-nil, generate font for the header strings.
323 (ps-mule-prepare-font): Likewise.
324 (ps-mule-generate-glyphs): Likewise.
325 (ps-mule-string-encoding): Likewise.
326 (ps-mule-header-charsets): New variable.
327 (ps-mule-encode-header-string): New function.
328 (ps-mule-header-string-charsets): New function.
329 (ps-mule-begin-job): Check charsets in the header strings. If there
330 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
331
332 * ps-print.el (ps-generate-header-line): Encode the header string by
333 ps-mule-encode-header-string.
334 (ps-mule-encode-header-string): Declare autoload.
335
c0eb3c10
GM
3362001-04-02 Gerd Moellmann <gerd@gnu.org>
337
24d451c5
SM
338 * frame.el (cursor-in-non-selected-windows):
339 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 340
a3d0b0e0
KH
3412001-03-31 Kenichi Handa <handa@etl.go.jp>
342
343 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
344 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 345 (quail-misc-package-ext-info): New variable.
a3d0b0e0 346 (tsang-quick-converter): New function.
24d451c5
SM
347 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
348 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
349 (miscdic-convert, batch-miscdic-convert): New functions.
350
55f7832c
KH
3512001-03-30 Kenichi Handa <handa@etl.go.jp>
352
a2217cd8
KH
353 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
354 eight-bit-control chars.
355
55f7832c 356 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 357 Reduce making temporary vector (suggested by Dave Love).
55f7832c 358
911a2406
EZ
3592001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
360
361 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
362 string as well.
363
1a518f2c
AS
3642001-03-30 Andreas Schwab <schwab@suse.de>
365
366 * files.el (backup-directory-alist): Fix typo.
367
ef080b16
EZ
3682001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
369
370 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
371 <eggert@twinsun.com>.
372
e4174a55
DL
3732001-03-30 Dave Love <fx@gnu.org>
374
375 * progmodes/fortran.el (fortran-comment-region): Fix typo.
376
9d5d1075
EZ
3772001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
378
379 * simple.el (transient-mark-mode): Mention C-g in the doc string.
380
a27b451e
MB
3812001-03-30 Miles Bader <miles@gnu.org>
382
383 * subr.el (interactive-form): Fix paren typo.
384
aea51abe
EZ
3852001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
386
387 * emacs-lisp/profile.el: Say that it's obsolete in the header
388 line, so that finder.el puts that into its data-base.
389 Suggested by Alex Schroeder <alex@gnu.org>.
390
249dd409
EZ
3912001-03-29 Paul Eggert <eggert@twinsun.com>
392
393 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
394 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
395
1ac1fa96
SM
3962001-03-29 Stefan Monnier <monnier@cs.yale.edu>
397
398 * generic.el (generic-mode-set-comments): Use "" rather than nil
399 for comment-end.
400
e2b8a830
GM
4012001-03-29 Gerd Moellmann <gerd@gnu.org>
402
1ac1fa96
SM
403 * emacs-lisp/advice.el (ad-make-advised-definition):
404 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
405
406 * subr.el (interactive-form): New function.
407
8b2375e7
AS
4082001-03-29 Andre Spiegel <spiegel@gnu.org>
409
410 * vc-sccs.el (vc-sccs-register): Use relative file names.
411
f827b862
GM
4122001-03-28 Gerd Moellmann <gerd@gnu.org>
413
e59d0e9d
GM
414 * bookmark.el (bookmark-get-bookmark): Handle case that
415 BOOKMARK is not a string.
416
deb2613a
GM
417 * image.el (image-type-regexps): Change type for PS files
418 to `postscript'.
419
f827b862
GM
420 * subr.el (read-passwd): Clear command history after each
421 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
422
3c9449d0
KH
4232001-03-27 Kenichi Handa <handa@etl.go.jp>
424
425 * international/kkc.el (kkc-save-init-file): Locally bind
426 print-length to nil.
427
e6b13c74
GM
4282001-03-26 Gerd Moellmann <gerd@gnu.org>
429
e120bebf
GM
430 * textmodes/flyspell.el: Some doc fixes.
431 (flyspell-maybe-correct-transposition)
432 (flyspell-maybe-correct-doubling): Use a temporary buffer
433
434 * textmodes/ispell.el (ispell-parse-output): Doc fix.
435
5f6c5771 436 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
437 (byte-optimize-form-code-walker): Diagnose too few arguments
438 for `if' and `while'.
439
2b984c45
KH
4402001-03-26 Kenichi Handa <handa@etl.go.jp>
441
442 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
443 Prepend `\' to "\<quail-translation-docstring>".
444
bf2150fa
GM
4452001-03-26 Gerd Moellmann <gerd@gnu.org>
446
5f6c5771
SM
447 * autorevert.el (global-auto-revert-non-file-buffers):
448 Remove duplicate defcustom.
bf2150fa 449
a0d59316
MB
4502001-03-26 Miles Bader <miles@gnu.org>
451
5f6c5771
SM
452 * international/latin1-disp.el (latin1-char-displayable-p):
453 Add leading "-" for X font pattern.
a0d59316 454
9edbff6c
KH
4552001-03-26 Kenichi Handa <handa@etl.go.jp>
456
5f6c5771
SM
457 * international/mule-diag.el (describe-coding-system):
458 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
459 charsets they can encode.
460
50b57199
EZ
4612001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
462
463 * help.el (view-lossage): Mention open-dribble-file in the doc
464 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
465
5b83f9c0
SM
4662001-03-23 Stefan Monnier <monnier@cs.yale.edu>
467
468 * skeleton.el (skeleton-internal-list): Fix bogus logic.
469 (skeleton-pair-insert-maybe): Don't pair after a backslash.
470
e0ecbf5c
KH
4712001-03-23 Kenichi Handa <handa@etl.go.jp>
472
5b83f9c0
SM
473 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
474 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
475 multibyte sequence can work correctly.
476 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
477 property of the coding system.
478
1cc218de
SM
4792001-03-23 Stefan Monnier <monnier@cs.yale.edu>
480
481 * textmodes/fill.el (fill-individual-paragraphs-prefix):
482 Fix transcription typo.
483
a3db02ad
RV
4842001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
485
486 * whitespace.el: Add buffer local variables to toggle testing of
487 whitespaces in buffers without affecting the default values.
a3db02ad 488 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
489 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
490 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
491 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 492
83c9cb8e
SM
4932001-03-21 Stefan Monnier <monnier@cs.yale.edu>
494
495 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
496
180d5509
GM
4972001-03-21 Gerd Moellmann <gerd@gnu.org>
498
eeb5b5c1
GM
499 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
500 bs-cycle-configuration-name. From Juanma Barranquero
501 <lektu@uol.com.br>.
502
170a9e70
GM
503 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
504 and cc-vars.el.
505
180d5509
GM
506 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
507 headers. Always invoke sendmail with option -t.
508
130c507e
GM
5092000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
510
511 * Release of cc-mode 5.28.
512
5132000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
514
515 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
516 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 517 It's instead taken care of by the default value for c-default-style.
130c507e 518
130c507e
GM
5192000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
520
521 * cc-align.el (c-lineup-math): Fix bug where lineup was
522 triggered by equal signs in string literals.
523
5242000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
525
526 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
527 limit detection when at the ends of the buffer.
528
529 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
530 "for" statement clause in case 7F; a better one is done
531 earlier in case 7D anyway.
532
5332000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
534
535 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
536 somewhat more and did a small optimization.
537
5382000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
539
540 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
541 Use the limit argument only to limit the syntactic context
542 search, not to limit the actual movement.
543
544 * cc-cmds.el (c-beginning-of-statement): Move by sentence
545 inside multiline strings, just like in comments. Also various
546 fixes to the paragraph and comment prefix recognition, block
547 comment ender handling etc.
548
5492000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
550
551 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
552 the relative position of the point.
553
554 * cc-cmds.el (c-electric-continued-statement): New function to
555 use as abbrev hook to reindent for keywords such as "else"
556 that continues an earlier statement.
557
558 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
559 like classes.
560
561 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
562 (pike-mode): Populate the default abbrev tables to reindent for
563 keywords such as "else" that can continue earlier statements.
564 Abbrev mode is therefore turned on by default now. (Note that
565 this doesn't apply to idl-mode, since IDL afaik doesn't have
566 statements at all.)
567
5682000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
569
570 * cc-engine.el (c-inside-bracelist-p): Fix for handling
571 bracelists where the declaration contains template arguments.
572
5732000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
574
83c9cb8e
SM
575 * cc-cmds.el (c-comment-indent):
576 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
577 syntactic indentation. Fixes bug with lineup functions that
578 return vectors.
579
580 * cc-engine.el (c-get-syntactic-indentation): Split the
581 indentation sum calculation from `c-indent-line' to a separate
582 function.
583
5842000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
585
586 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
587 Fixed places where it was assumed that preprocessor directives
588 have to start in column zero.
589
590 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
591 template arguments after a class identifier properly.
592
593 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
594 lists for `new Foo[]' constructs in Java as expressions and
595 not top level definition brace lists on the top level, so that
596 they'll get indented consistently with the same type of
597 expression in a normal block.
598
5992000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
600
601 * cc-cmds.el (c-fill-paragraph): The kludge that checks
602 whether the adaptive filling package fails to keep the comment
603 prefix is now kludged further to check for filladapt-mode
604 which doesn't have that problem. This is really icky, but it's
605 the only way that works with the current misfeatures/bugs in
606 both adaptive-fill-mode and filladapt-mode.
607
608 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
609 around point is recognized more robust.
610
6112000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
612
613 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
614 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
615 (c-lit-type): Fixed all internal variables used dynamically so
616 that they are always bound.
617
618 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
619 errors:
620
621 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
622 the region is fully reindented even when an error occurs.
623 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
624 whole lot of code that tried to optimize indentation of whole
625 sexps but in reality accomplishes nothing.
626
627 (c-indent-sexp): Use c-indent-region.
628
629 (c-parsing-error): Changed this variable to hold the message
630 for any syntactic error that is discovered.
631
632 (c-parse-state): Search backward from point instead of the bod
633 position when the latter is invalid. This makes CC Mode
634 recover faster when there are unbalanced close braces.
635
636 (c-backward-to-start-of-if): Use c-parsing-error to report
637 dangling "else" clauses instead of throwing an error, and fall
638 back to a reasonable position.
639
83c9cb8e 640 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 641
83c9cb8e 642 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
643
6442000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
645
646 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
647 paragraph recognition when moving by sentence in literals.
648
83c9cb8e
SM
649 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
650 start regexp for javadoc to recognize javadoc markup in general instead
651 of a specific set of keywords, to be more future-safe.
130c507e
GM
652
653 (c-Pike-pikedoc-paragraph-start)
654 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
655 pikedoc markup.
656
83c9cb8e 657 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 658
83c9cb8e 659 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
660
661 * cc-vars.el (c-default-style): Made a nicer Customize widget.
662
663 (c-comment-prefix-regexp): Made it possible to use an
664 association list on this to specify mode specific regexps.
665 The default value now use a special regexp in Pike mode to
666 recognize pikedoc markup.
667
668 (c-current-comment-prefix): New variable containing the actual
669 regexp from c-comment-prefix-regexp for the current buffer.
670
6712000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
672
673 * cc-cmds.el (c-electric-brace): Fixed check for special brace
674 lists: We can't look at the syntax, since a brace list can get
675 recognized as a plain statement-cont.
676
677 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
678 special brace list opener broken over two lines got recognized
679 as a statement on the second line. Case 9A changed.
680
6812000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
682
683 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
684 adjustment after line is reindented.
685
6862000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
687
688 * cc-defs.el (c-point): Added optional argument for position
689 to use instead of the current point.
690
691 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
692 the in-expression block symbols when the construct starts at
693 boi, to avoid the extra level of indentation in that case.
694 Cases 4, 16A and 17E affected.
695
6962000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
697
698 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 699 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
700
701 * cc-engine.el (c-indent-line): Use the syntax already bound
702 to `c-syntactic-context', if there is any.
703
7042000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
705
706 * cc-engine.el (c-get-offset): Fixed bug where the indentation
707 wasn't added up correctly when a lineup function returned nil.
708
7092000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
710
711 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 712 empty lines were ignored when collecting line comments backwards.
130c507e
GM
713
7142000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
715
716 * cc-align.el (c-lineup-dont-change): Return an absolute
717 indentation column to work correctly in the case when several
718 syntactic elements are processed for the same line.
719
720 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
721 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
722 (c-set-offset): Added absolute indentation column settings by
723 using the vector type.
724
130c507e
GM
7252000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
726
727 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
728 Implemented two new cleanups `space-before-funcall' and
729 `compact-empty-funcall'.
730
130c507e
GM
7312000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
732
733 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
734 helping building regexps.
735
736 * cc-engine.el (c-on-identifier): New function for detecting
737 identifiers. It takes keywords into account.
738
739 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
740 lists. `c-keywords' is set to a regexp matching all keywords
741 in the current language.
742
7432000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
744
745 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
746 list of characters to skip backwards over at the beginning of
747 a statement, since it can precede string literals in Pike.
748
7492000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
750
751 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
752 recognition when standing on the last line in a C++ comment
753 with nothing but whitespace after the prefix.
754
755 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
756 given no limit argument.
757
7582000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
759
760 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
761 recognition for the `[]= operator symbol in Pike.
762
7632000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
764
765 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
766 around a bug in `eval-when-compile' in the byte compiler.
767
768 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 769 value when count is zero and there's no token start within the limit.
130c507e
GM
770
771 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
772 "prefix comments", i.e. comments which are followed by code on
773 the same line.
774
775 * cc-mode-19.el: Fixes so that checks that must be done at
776 compile time also are done then.
777
7782000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
779
780 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
781 time and at runtime, and only when it's needed.
782
7832000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
784
785 Major cleanup for less error prone and more warning free
786 compilation, including some fixes for bugs due to different
787 compilation orders. Thanks to Martin Buchholz for providing
788 the basis for all this.
789
790 * cc-bytecomp.el: New file that provides some byte compilation
791 features: It ensures that files always are loaded from the
792 current source directory during compilation, and it provides a
793 set of macros to turn off specific compiler warnings for
794 specific symbols. (It's not CC Mode specific in any way.)
795
796 Fixed a nearly acyclic dependency tree (both runtime and
797 compile-time) between all files.
798
799 * cc-defs.el: Separated all macros before the inline functions,
800 to ensure correct compilation.
801
802 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
803 cc-defs.el to cc-engine.el and made it a function instead.
804
805 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
806 about char-after.
807
808 * cc-vars.el: Cope even when there isn't a custom package
809 containing defcustom available.
810
811 * cc-make.el: Removed since it's no longer necessary.
812
813 README: Updated installation instructions.
814
8152000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
816
817 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
818 improve the modularity: Moved all mode init stuff from
819 cc-langs.el to cc-mode.el, including the keymap
820 initialization; cc-langs now only contains the various
821 variables for configuring the language syntax.
822
83c9cb8e
SM
823 * cc-engine.el, cc-styles.el (c-evaluate-offset)
824 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 825 dependency analysis suggests they belong there (which also
83c9cb8e 826 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
827
8282000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
829
830 * cc-cmds.el (c-fn-region-is-active-p): New function that
831 wraps the corresponding macro, for use in places that aren't
832 compiled. Thanks to Martin Buchholz for pointing out this.
833
83c9cb8e 834 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
835
836 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
837 add things to the bug report.
838
8392000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
840
841 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
842 returned prefix could contain a newline when the search for a
843 good prefix line failed.
844
8452000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
846
847 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
848 (c-toggle-auto-hungry-state): Made the argument optional, as
849 the documentation says it is.
850
8512000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
852
853 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
854 multiline string syntax, #"...", as a cpp macro.
855
7008ccac
GM
8562001-03-21 Paul Eggert <eggert@twinsun.com>
857
83c9cb8e
SM
858 * international/mule-cmds.el (set-locale-environment):
859 Set system-messages-locale and system-time-locale, but only if the
7008ccac 860 caller specifies a non-nil locale name.
3c9449d0 861
c2478129 8622001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
863
864 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 865 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 866
117e4b0c
GM
8672001-03-20 Gerd Moellmann <gerd@gnu.org>
868
7194219d
GM
869 * follow.el (follow-avoid-tail-recenter): Doc fix.
870
5721ae13
GM
871 * custom.el (custom-set-variables): Avoid reversing the list
872 of args needlessly.
873
7b8bbf72
GM
874 * startup.el (fancy-splash-head): Don't change the colors of the
875 XPM image on a dark background.
876
a91ad7c9
GM
877 * comint.el (comint-exec-1): Set columns of the terminal to
878 window-width instead of frame-width.
879
fa88947e
GM
880 * info.el (Info-scroll-down): Add missing WINDOW arg for
881 pos-visible-in-window-p.
882
1741905c
GM
883 * ehelp.el (electric-help-mode-hook): Add defcustom.
884
117e4b0c
GM
885 * mail/sendmail.el (mail-mode): Activate case-folding in
886 font-lock-defaults.
887
e84c695d
SM
8882001-03-19 Stefan Monnier <monnier@cs.yale.edu>
889
890 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
891 (completion-ignored-extensions): Remove duplicate ".class".
892
fc774041
AS
8932001-03-19 Andreas Schwab <schwab@suse.de>
894
83c9cb8e
SM
895 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
896 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 897
c2c097cc
GM
8982001-03-19 Gerd Moellmann <gerd@gnu.org>
899
900 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
901 methods since there are not prefix input methods.
902
fbe2e958
KH
9032001-03-19 Kenichi Handa <handa@etl.go.jp>
904
83c9cb8e
SM
905 * international/mule-cmds.el (read-input-method-name):
906 Locally bind enable-recursive-minibuffers to t.
fbe2e958 907
da47e491
SM
9082001-03-18 Stefan Monnier <monnier@cs.yale.edu>
909
910 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
911
4986c2c6 9122001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 913
4986c2c6
MK
914 * ediff-util.el: Copyright years.
915 (ediff-choose-syntax-table): New function.
916 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 917
4986c2c6
MK
918 * ediff-init.el (ediff-with-syntax-table): New macro, uses
919 with-syntax-table.
83c9cb8e 920
4986c2c6 921 * ediff.el: Date of last update, copyright years.
83c9cb8e 922
4986c2c6 923 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 924
4986c2c6
MK
925 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
926 of Scott Bronson.
927 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
928 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
929 Deleted functions.
930 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
931 ex-token-list.
83c9cb8e 932
4986c2c6 933 * viper-util.el: Spaces, indentation.
83c9cb8e 934
4986c2c6 935 * viper.el: Changed version, modification time.
83c9cb8e 936
3c799aec 9372001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
938
939 * calendar/timeclock.el (timeclock-workday-remaining):
940 Check whether `discrep' is non-null before using it.
3c799aec 941
ae3ce418
JW
9422001-03-16 John Wiegley <johnw@gnu.org>
943
944 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
945 first-time checkins.
946 (timeclock-log-data): Fixed problem with reading timelog log file.
947 Resulting data in the "day list" was incorrect.
948 (timeclock-find-discrep): Check if `timeclock-file' is readable
949 before opening it.
950 (timeclock-time-less-p): New function.
951 (timeclock-day-base): New function.
952 (timeclock-geometric-mean): New function.
953 (timeclock-generate-report): Generate a summary report based on
954 the contents of the log file. This uses `timeclock-log-data', and
955 is an example of writing a timelog manipulation function.
956 (timeclock-visit-timelog): A quick command for opening the timelog
957 file.
958 (timeclock-log-data): Bound the variable event.
959
c8d4a9bb
KH
9602001-03-16 Kenichi Handa <handa@etl.go.jp>
961
83c9cb8e
SM
962 * international/mule-cmds.el (select-safe-coding-system):
963 Fix typo: symbol-name -> symbol-value.
11d56c64 964
c8d4a9bb
KH
965 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
966 before substitute-in-file-name to handle double slashes in FILE
967 correctly.
968
c899e7e6
GM
9692001-03-15 Gerd Moellmann <gerd@gnu.org>
970
971 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
972 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
973
819dce0f
GM
9742001-03-14 Gerd Moellmann <gerd@gnu.org>
975
697617d9
GM
976 * bindings.el (features): Add `md5' and `overlay' to the list.
977
819dce0f
GM
978 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
979 bound before using it. It's not bound when configured without X,
980 for instance.
981
e0067a9d
TTN
9822001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
983
984 * progmodes/hideshow.el: Update copyright.
985 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 986 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 987
afcdc0a1
GM
9882001-03-13 Gerd Moellmann <gerd@gnu.org>
989
e0067a9d 990 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
991 a non-list.
992
30564c48
EZ
9932001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
994
995 * startup.el (fancy-splash-tail, command-line-1): Fix the
996 copyright year.
997
2b8e24b3
KH
9982001-03-13 Kenichi Handa <handa@etl.go.jp>
999
1000 * term.el: These changes are based on a patch sent from Yong Lu
1001 <lyongu@yahoo.com>.
1002 (term-set-escape-char): Bind M-x to execute-extended-command in
1003 term-raw-escape-map.
1004 (term-move-columns): Don't try to move to negagive column.
1005 (term-emulate-terminal): Insert a string before deleting a text to
1006 overwrite.
1007
789b6186
GM
10082001-03-12 Gerd Moellmann <gerd@gnu.org>
1009
b0778a31
GM
1010 * play/life.el (life): Rearrange code so that all calls to
1011 life-display-generation are in a catch-form.
1012
04528cda
GM
1013 * progmodes/etags.el (tags-loop-continue): Don't change point in a
1014 file that isn't interesting. In an interesting file, push the old
1015 value of point on the mark ring.
1016
760cefb5
GM
1017 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
1018 New function.
1019 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
1020 Use it.
1021
83c9cb8e
SM
1022 * emacs-lisp/autoload.el (generate-file-autoloads):
1023 Remove warning about line lengths.
789b6186 1024
a2ffbafe
FP
10252001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
1026
1027 * progmodes/etags.el (tags-compression-info-list): New variable.
1028 (find-tag-in-order): Use it to deal with compressed source files.
1029 (tag-file-name-match-p): New function.
1030 (etags-recognize-tags-table): Use it for better match of file names.
1031
5c9d9d92
KH
10322001-03-12 Kenichi Handa <handa@etl.go.jp>
1033
ba3e9b9b
KH
1034 * international/mule-cmds.el (register-input-method): Doc fix.
1035
5c9d9d92
KH
1036 * international/quail.el (quail-translate-key): Fix condition to
1037 check if there's another breaking point in the current key.
1038
40beecee
EZ
10392001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
1040
1041 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
1042 Babyl header to the newly-created output file, bind
1043 coding-system-for-write to either rmail-file-coding-system or
1044 emacs-mule-unix.
1045
75c6cb7f
SM
10462001-03-11 Stefan Monnier <monnier@cs.yale.edu>
1047
1048 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
1049 Fix the name and regexp used for subsubsections.
1050
5ec17636
DL
10512001-03-10 Dave Love <fx@gnu.org>
1052
1053 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
1054 and save-buffer if buffer-file-name non-nil. From rms.
1055
6d2e2c02
AS
10562001-03-10 Andre Spiegel <spiegel@gnu.org>
1057
1058 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 1059 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
1060 to reflect that.
1061 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 1062 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
1063 variable bindings that might affect the diff command.
1064 (vc-print-log): Don't switch to the *vc* buffer before the
1065 command, so that local variable bindings are preserved.
1066
789b6186 1067 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
1068 not the current buffer.
1069 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
1070
789b6186 1071 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 1072 make output go to buffer *vc*, not the current buffer.
a2ffbafe 1073
b18f5523
SM
10742001-03-09 Stefan Monnier <monnier@cs.yale.edu>
1075
1076 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
1077 so ^, $, *, ? and + are interpreted correctly.
1078
3cfd8357
GM
10792001-03-09 Gerd Moellmann <gerd@gnu.org>
1080
c085b77c 1081 * help.el (string-key-binding): Renamed from
f9db8f19
SM
1082 mode-line-key-binding. Handle any event on a string.
1083 Check for `keymap' properties as well as `local-map' properties.
c085b77c 1084
3cfd8357
GM
1085 * comint.el (comint-insert-clicked-input): Use the last key
1086 from this-command-keys to lookup the global key definition.
1087
348f797a
KH
10882001-03-09 Kenichi Handa <handa@etl.go.jp>
1089
3ebf3717
KH
1090 * international/characters.el: Add category `j' for
1091 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
1092
348f797a
KH
1093 * international/mule-conf.el (no-conversion): Fix docstring.
1094 (raw-text): Fix docstring.
1095
e1fbabaf
GM
10962001-03-08 Gerd Moellmann <gerd@gnu.org>
1097
96e8e603
GM
1098 * simple.el (choose-completion-string): When not leaving the
1099 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
1100 is set.
1101
e1fbabaf
GM
1102 * window.el (shrink-window-if-larger-than-buffer): Handle frame
1103 parameter `(minibuffer . t)'.
1104
f9db8f19
SM
11052001-03-07 Stefan Monnier <monnier@cs.yale.edu>
1106
1107 * progmodes/sh-script.el (sh-st-symbol): New symbol.
1108 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
1109 (sh-mode): Remove `make-local-variable' for unused var
1110 `font-lock-unfontify-region-function'.
1111
02756877
RS
11122001-03-07 Richard M. Stallman <rms@gnu.org>
1113
132bf46d
RS
1114 * info.el (Info-scroll-down): Fix previous change.
1115
02756877
RS
1116 * mail/rmail.el (rmail-toggle-header): Use a window which
1117 is showing the Rmail buffer, rather than the selected window.
1118
eeb24429
DL
11192001-03-07 Dave Love <fx@gnu.org>
1120
1121 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
1122 now, to avoid problems with binding imenu directly to a mouse event.
1123
3bdf2660
GM
11242001-03-07 Gerd Moellmann <gerd@gnu.org>
1125
1126 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
1127 second arg t.
1128
11292001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
1130
1131 * log-edit.el (log-edit-common-indent): New var.
1132 (log-edit-set-common-indentation): Renamed from
1133 log-edit-delete-common-indentation. Use the new var.
1134 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
1135
1136 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
1137 (cvs-mode-add-change-log-entry-other-window):
1138 Don't presume change-log-default-name is defined.
1139
1140 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
1141
1142 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
1143 the "tree" operation as well.
1144
1145 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
1146
1147 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
1148 to match paragraph-start.
1149
1150 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
1151 comment-start-skip and set comment-end-skip as well.
1152 (sgml-comment-indent): Fix for new value of comment-start-skip.
1153 (html-autoview-mode): Don't bother using make-local-hook.
1154
2ad02767
GM
11552001-03-07 Gerd Moellmann <gerd@gnu.org>
1156
189638d5 1157 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 1158 variables, otherwise long Custom entries would make them ineffective.
189638d5 1159
2ad02767
GM
1160 * uniquify.el: Set maintainer to FSF.
1161
656f8cae
EZ
11622001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
1163
1164 * dired-aux.el (dired-do-shell-command): Doc fix.
1165
c83965c4
SM
11662001-03-06 Stefan Monnier <monnier@cs.yale.edu>
1167
04af43bc
SM
1168 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
1169
1170 * which-func.el (which-func-modes): Add cperl-mode.
1171 (which-func-mode-global): Use define-minor-mode.
1172
1173 * info-look.el: Docstring fixes and dead code eliminated.
1174 (cperl-mode): Add support.
1175 (emacs-lisp-mode): List all entries from elisp manual, whether
1176 or not they are currently (f)bound or not. Update regexp.
1177
1178 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
1179
c83965c4
SM
1180 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
1181 so that C-h m shows the correct information.
1182 Use make-local-variable rather than make-variable-buffer-local.
1183 (cperl-info-buffer, cperl-setup-tmp-buf):
1184 Use make-local-variable rather than make-variable-buffer-local.
1185 (cperl-msb-fix, cperl-get-help-defer):
1186 Check major-mode for `cperl-mode' as well.
1187
1188 * progmodes/cperl-mode.el: Updated to author version 4.23.
1189 (cperl-electric-pod): SYNOPSIS was misspelled.
1190 (cperl-find-pods-heres): @if ? a : b was considered a REx.
1191 (cperl-after-expr-p): Make true after __END__.
1192
f16a7aa5
GM
11932001-03-06 Gerd Moellmann <gerd@gnu.org>
1194
157ae273 1195 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 1196 bookmark-completion-ignore-case is t.
157ae273 1197
f16a7aa5
GM
1198 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
1199 switch, like xterm, and concat resource strings, with a newline
1200 between them.
1201
abaddb98
EZ
12022001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
1203
a2ffbafe 1204 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
1205 (cp773-decode-table, cp774-decode-table): New variables.
1206
abaddb98
EZ
1207 * man.el (Man-hyphenated-reference-regexp): New variable.
1208 (Man-build-references-alist): Use it to search for referenced
1209 manpages. If hyphenated is non-nil, record a concatenated word in
1210 Man-refpages-alist only if it matches Man-reference-regexp.
1211 Update word's length when it is concatenated. Reverse the list,
1212 to get the first manpage at the head.
1213 (Man-possibly-hyphenated-word): New function.
1214 (Man-follow-manual-reference): Use it instead of current-word to
1215 find a manpage at point, in a way that accounts for hyphenated
1216 references.
1217
eb3f61dd
GM
12182001-03-06 Alex Schroeder <alex@gnu.org>
1219
1220 * sql.el (sql-interbase): New function.
1221 (sql-interbase-program): New option.
1222 (sql-interbase-options): New option.
1223 And some typos fixed: "customise" to "customize".
1224
fa84f42a
DL
12252001-03-06 Dave Love <fx@gnu.org>
1226
83c9cb8e
SM
1227 * textmodes/flyspell.el (flyspell-region):
1228 Set up flyspell-local-mouse-map.
fa84f42a 1229
fda3411d
RS
12302001-03-05 Richard M. Stallman <rms@gnu.org>
1231
a2ffbafe 1232 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
1233 Don't call rmail-beginning-of-message.
1234 Don't discard From: field. Do discard Received: field.
1235 Use unwind-protect to re-prune.
1236 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 1237
e972ab1f
KH
12382001-03-06 Kenichi Handa <handa@etl.go.jp>
1239
1240 * international/quail.el (quail-title): Add autoload cookie.
1241
335db3c1
DL
12422001-03-05 Dave Love <fx@gnu.org>
1243
1244 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
1245 new defs.
1246
278dd6ac
KH
12472001-03-05 Kenichi Handa <handa@etl.go.jp>
1248
83c9cb8e
SM
1249 * language/ethio-util.el (ethio-toggle-space):
1250 Update current-input-method-title if necessary.
36d5e61d
KH
1251 (ethio-toggle-punctuation): Likewise.
1252
341cd4f0
KH
1253 * international/quail.el (quail-title): Fix for the case that a
1254 title of an input method is specified by a list of the same form
1255 as used in mode-line-format.
1256
83c9cb8e
SM
1257 * international/mule-cmds.el (activate-input-method):
1258 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
1259 respect that value.
1260
10ebaeb6
GM
12612001-03-05 Gerd Moellmann <gerd@gnu.org>
1262
1263 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
1264
7a65c85c
GM
12652001-03-05 Alex Schroeder <alex@gnu.org>
1266
1267 * sql.el (sql-sybase): Fix typo (was: query user about server two
1268 times instead of server and database).
1269
1270 * sql.el (sql-sybase): Doc change.
1271 (sql-mysql): Doc change.
1272 (sql-postgres): Doc change.
1273
b86644f2
KH
12742001-03-05 Kenichi Handa <handa@etl.go.jp>
1275
83c9cb8e
SM
1276 * international/mule-conf.el (emacs-mule, raw-text):
1277 Docstring modified.
b86644f2 1278
e30bd7b7
EZ
12792001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
1280
1281 * term/internal.el: Update copyright notice.
1282
1283 * term/pc-win.el: Update copyright notice.
1284
7e365285
DL
12852001-03-02 Dave Love <fx@gnu.org>
1286
83c9cb8e
SM
1287 * files.el (insert-file-contents-literally):
1288 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
1289 not jka-compr-compression-info-list.
7e365285 1290
75ed43a6
SM
12912001-03-02 Stefan Monnier <monnier@cs.yale.edu>
1292
1293 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
1294 spaces in default comment-start-skip settings rather than \s-.
1295
53c4b1e6
EZ
12962001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
1297
1298 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
1299 default-frame-alist as well.
1300
028d739a
DL
13012001-03-01 Dave Love <fx@gnu.org>
1302
1303 * textmodes/reftex.el (defvar): Wrap some defvars in
1304 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
1305
1306 * subr.el (event-basic-type): Doc fix.
1307
1308 * international/quail.el: Doc fixes.
1309
1310 * international/utf-8.el: Doc fixes.
1311
1312 * international/mule-cmds.el: Doc fixes.
1313 (leim-list-header): Fix header text.
1314
1315 * international/mule.el (coding-system-category): Doc fix.
1316
1317 * international/ccl.el (ccl-compile): Doc fix.
1318
15d1caef
SM
13192001-03-01 Stefan Monnier <monnier@cs.yale.edu>
1320
1321 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
1322 rather than (before|after)-change-functions.
1323
f84ff02c
GM
13242001-03-01 Gerd Moellmann <gerd@gnu.org>
1325
1326 * ediff-util.el (ediff-scroll-horizontally): Arrange for
1327 scroll-left and scroll-right being called interactively so that
1328 they set the window's min_hscroll.
1329
e0c1e774
EZ
13302001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
1331
1332 * info.el (info-insert-file-contents-1): Accept an additional
1333 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
1334 `suffix'; otherwise use the complicated MS-DOS code.
1335 All callers changed.
e0c1e774
EZ
1336 (info-insert-file-contents, Info-find-node): If the MS-DOS port
1337 can access long file names, try the long file-name version of
1338 `info-insert-file-contents-1', then the short file-name version.
1339
b8b2ea31 13402001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 1341
af122766
KH
1342 * language/ethio-util.el (setup-ethiopic-environment-internal):
1343 Change bindings of functions keys to conform to "Emacs Lisp Coding
1344 Convention".
1345
1346 * language/ethiopic.el ("Ethiopic"): Add documentation.
1347
b8b2ea31
KH
13482001-02-28 Kenichi Handa <handa@etl.go.jp>
1349
1d64e2ad
KH
1350 * international/utf-8.el (mule-utf-8): Set coding-category
1351 property to coding-category-utf-8.
1352
91cb6e51
RS
13532001-02-27 Richard M. Stallman <rms@gnu.org>
1354
1355 * lpr.el (lpr-page-header-switches, print-region-1):
1356 Undo 2000-07-06 change.
7298f3f7
RS
1357 (lpr-add-switches): Default to t on gnu/linux.
1358
c0cb1027
GM
13592001-02-27 Gerd Moellmann <gerd@gnu.org>
1360
1361 * bs.el (bs-attributes-list): Doc fix.
1362
01459648
GM
13632001-02-26 Gerd Moellmann <gerd@gnu.org>
1364
baebd8a5 1365 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 1366
01459648
GM
1367 * help.el (view-order-manuals): Use goto-address.
1368
1369 * startup.el (command-line-1): Add info about ordering manuals
1370 to the not so fancy splash screens.
1371
f93e614e
AS
13722001-02-26 Andre Spiegel <spiegel@gnu.org>
1373
01459648
GM
1374 * vc.el (vc-default-workfile-unchanged-p)
1375 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 1376
12435002
GM
13772001-02-26 Gerd Moellmann <gerd@gnu.org>
1378
a2ffbafe 1379 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
1380 fontify in the right buffer.
1381
12435002
GM
1382 * allout.el (outline-flag-region): Move macro in front of first
1383 use to avoid a run-time error.
1384
425de386
AI
13852001-02-24 Andrew Innes <andrewi@gnu.org>
1386
1387 * makefile.w32-in: Fix copyright notice.
1388
66c56ed1
KH
13892001-02-24 Kenichi Handa <handa@etl.go.jp>
1390
4c1593ce
KH
1391 * international/utf-8.el (mule-utf-8): Set correct value for
1392 valid-codes property.
1393
66c56ed1
KH
1394 * international/fontset.el (x-complement-fontset-spec): In the
1395 case that we use ASCII font for the other charsets, use only
15d1caef 1396 family and registry part of it.
66c56ed1 1397
119171dd
EZ
13982001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1399
1400 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
1401 (shrink-window-if-larger-than-buffer): Doc fix.
1402
932c309e
SM
14032001-02-23 Stefan Monnier <monnier@cs.yale.edu>
1404
1405 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
1406 predicate passed to completing-read.
1407
9b760e36
EZ
14082001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1409
1410 * startup.el (command-line): Fix last change.
1411
5c39a60f
JR
14122001-02-23 Jason Rumney <jasonr@gnu.org>
1413
1414 * startup.el (tool-bar-originally-present): New variable.
1415 (command-line): Set it if the tool-bar is switched on at startup.
1416
1417 * frame.el (frame-notice-user-settings): Only adjust frame height
1418 for no tool-bar case if tool-bar was originally switched on.
796ead7e 1419 From E. Jay Berkenbilt.
5c39a60f 1420
cb91b2c7
SM
14212001-02-22 Stefan Monnier <monnier@cs.yale.edu>
1422
39b557e8
SM
1423 * server.el (server-switch-buffer): Only switch window if the
1424 current one is dedicated.
1425
cb91b2c7
SM
1426 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
1427 rather than using (match-beginning 0) when searching for break point.
1428
9238a8df
EZ
14292001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
1430
1431 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
1432 @ follows an accent command such as @'. Support optional braces
1433 in commands that insert accents, like makeinfo does.
1434
3473f362
GM
14352001-02-22 Gerd Moellmann <gerd@gnu.org>
1436
1437 * startup.el (fancy-splash-text): Add a line for ordering
1438 manuals. Reverse order of splash screens shown.
1439 (use-fancy-splash-screens-p): Adapt to the text line added.
1440
1441 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
1442 manuals from the FSF.
1443
1444 * help.el (view-order-manuals): New function.
1445 (toplevel): Bind C-h C-m to this function.
1446
76a4de07
SM
14472001-02-21 Stefan Monnier <monnier@cs.yale.edu>
1448
1449 * newcomment.el (comment-forward): Skip the comment-start before
1450 searching for the comment-end.
1451
75b71d85
DL
14522001-02-21 Dave Love <fx@gnu.org>
1453
2f4c9a87
DL
1454 * custom.el (custom-initialize-changed, defcustom): Doc fix.
1455
75b71d85
DL
1456 * international/mule-cmds.el, international/mule.el: Doc fixes.
1457
1458 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
1459 (fortune) <defgroup>: Add :link.
1460 (fortune-from-region): Use eq, not eql.
1461
ffc9ff0c
GM
14622001-02-21 Gerd Moellmann <gerd@gnu.org>
1463
1464 * startup.el (fancy-splash-screens): Use display-hourglass
1465 instead of display-busy-cursor.
1466
1467 * frame.el (display-hourglass): Renamed from busy-cursor.
1468 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
1469 (show-cursor-in-non-selected-windows): Doc fix.
1470
f34eb373
DL
14712001-02-20 Dave Love <fx@gnu.org>
1472
1473 * international/utf-8.el: Doc and commentary fixes.
1474
f55e4a7e
EZ
14752001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
1476
1477 * ehelp.el (with-electric-help): Doc fix.
1478
fa97adf6
GM
14792001-02-20 Gerd Moellmann <gerd@gnu.org>
1480
1481 * msb.el (msb-mode): Call the update-buffers function explicitly
1482 with a FORCE argument.
1483
1484 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
1485 FORCE. If set, update the menu even if frame-or-buffer-changed-p
1486 returns nil.
1487
54ed3bd2
GM
14882001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1489
1490 * ps-print.el: Timestamp package replacement. Some enhancements.
1491 Some XEmacs compatibility. Doc fix.
1492 (ps-print-version): New version number (6.4).
1493 (ps-printer-name): Initialization fix.
1494 (ps-zebra-stripe-follow): Funcionality enhancement.
1495 (ps-prologue-file): Code enhancement.
1496 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
1497 (ps-setup, ps-face-bold-p, ps-face-italic-p)
1498 (ps-get-page-dimensions)
54ed3bd2
GM
1499 (ps-generate-header, ps-begin-file, ps-begin-job)
1500 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
1501 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
1502 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
1503 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 1504
e8ebf97d
MB
15052001-02-20 Miles Bader <miles@gnu.org>
1506
1507 * image-file.el (image-file-name-extensions): Add "tif".
1508
136b27c5
GM
15092001-02-19 Gerd Moellmann <gerd@gnu.org>
1510
1511 * wid-edit.el (widget-button-click): Save the selected window
1512 around the code handling clicks on buttons.
1513
6ebbcf59
DL
15142001-02-18 Dave Love <fx@gnu.org>
1515
1516 * imenu.el (imenu--generic-function): Use mapc to iterate over
1517 syntax characters.
1518
595ded73
RS
15192001-02-17 Richard M. Stallman <rms@gnu.org>
1520
b9fe3dc8
RS
1521 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
1522
595ded73
RS
1523 * uniquify.el (uniquify-buffer-name-style): Doc fix.
1524
f3f053f3
GM
15252001-02-16 Gerd Moellmann <gerd@gnu.org>
1526
1527 * mouse.el (mouse-save-then-kill): If the distance from the new
1528 point to the mark is equal to the distance of point from the new
1529 point, move point instead of the mark.
1530
11570a8f
DL
15312001-02-16 Dave Love <fx@gnu.org>
1532
1533 * textmodes/flyspell.el (flyspell-get-word): Return string without
1534 properties.
1535
fb339cd5
EZ
15362001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1537
1538 * generic.el (generic-find-file-regexp): Doc fix.
1539 (generic-ignore-files-regexp): New defcustom.
1540 (generic-mode-find-file-hook): If the file's name matches the
1541 regexp in `generic-ignore-files-regexp', don't enter
1542 default-generic-mode. Doc fix.
1543
c56b1c1b
GM
15442001-02-16 Gerd Moellmann <gerd@gnu.org>
1545
a2ffbafe 1546 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
1547 Add autoload cookies.
1548
a2ffbafe 1549 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
1550 of cal-tex-24.
1551
0d140e65
EZ
15522001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1553
81558867
EZ
1554 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
1555
0d140e65
EZ
1556 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
1557 the character class after the (optional) drive, to support file
1558 names with embedded blanks.
1559
713f7b15
SS
15602001-02-15 Sam Steingold <sds@gnu.org>
1561
1562 * textmodes/tex-mode.el (tex-shell-running):
1563 Check the process buffer too.
1564
9a2a6f73
DL
15652001-02-15 Dave Love <fx@gnu.org>
1566
1567 * battery.el (battery-status-function): Fix doc, :type.
1568
15d1caef 1569 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 1570
fe10cef0
GM
15712001-02-15 Gerd Moellmann <gerd@gnu.org>
1572
1573 * subr.el (read-passwd): Clear Lisp memory holding password.
1574
126f5d4d
MB
15752001-02-15 Miles Bader <miles@gnu.org>
1576
1577 * info.el (Info-copy-current-node-name): New function.
1578 (Info-mode-menu): Add it to the menu.
1579
92e98d63
RS
15802001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
1581
1582 * international/mule-cmds.el (toggle-input-method): Doc fix.
1583
dd4e0e55
SM
15842001-02-13 Stefan Monnier <monnier@cs.yale.edu>
1585
1586 * replace.el (occur): Stop at end of buffer.
1587
402dbbd1
EZ
15882001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
1589
1590 * international/mule-cmds.el (set-input-method): Another doc fix.
1591
e9fcba3d
GM
15922001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
1593
1594 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
1595
78ad1cd5
MB
15962001-02-13 Miles Bader <miles@gnu.org>
1597
713f7b15 1598 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
1599 (set-face-stipple): Treat a value of nil as being `unspecified'.
1600
fce9d9dc
DL
16012001-02-12 Dave Love <d.love@dl.ac.uk>
1602
1603 * international/latin1-disp.el: Doc fixes.
1604 (latin1-display) <defgroup>: Add :link.
1605 (latin1-display) <function>: Set variable latin1-display.
1606
bc406911
EZ
16072001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
1608
1609 * international/mule-cmds.el (set-input-method): Doc fix.
1610
68514d48
EL
16112001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
1612
1613 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
1614 (speedbar-line-file): Return nil if not a file.
1615 (speedbar-buffers-line-path): Return file for tags, and dir for files.
1616
513bea45 16172001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 1618
513bea45
MK
1619 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
1620 for remote files.
bc406911 1621 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 1622 with raw-text.
713f7b15 1623
513bea45 1624 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 1625
83c9cb8e
SM
1626 * ediff-util.el (ediff-compute-custom-diffs-maybe):
1627 Better handling of the diff mode.
713f7b15 1628
513bea45 1629 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 1630
bc406911 1631 * viper.texi: Fix typos.
713f7b15 1632
521d4010
DL
16332001-02-11 Dave Love <fx@gnu.org>
1634
36fd8e17
DL
1635 * shadowfile.el: Doc fixes.
1636 (shadow) <defgroup>: Add :link.
1637 (shadowfile-unload-hook): New function.
1638 (shadow-initialize): Use defalias, not fset.
1639 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 1640 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 1641
521d4010
DL
1642 * international/mule.el: Doc and message fixes.
1643
36fd8e17
DL
1644 * international/ccl.el (define-ccl-program): Doc fix.
1645
92395bbe
KH
16462001-02-11 Kenichi Handa <handa@etl.go.jp>
1647
1648 * faces.el (mode-line): Set :line-width property to -1.
1649
103db06c
RS
16502001-02-10 Richard M. Stallman <rms@gnu.org>
1651
08b78974
RS
1652 * complete.el (partial-completion-mode): Doc fix.
1653
103db06c
RS
1654 * simple.el (delete-key-deletes-forward-mode):
1655 Change `let' to `let*' to fix gross bug in last change.
1656
1657 * repeat.el (repeat): Don't let execute-kbd-macro alter
1658 real-last-command.
1659
a6a1ee53
EZ
16602001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
1661
1662 * simple.el (eval-expression): Doc fix.
1663
d2f288c6
DL
16642001-02-09 Dave Love <fx@gnu.org>
1665
038f4ae3
DL
1666 * imenu.el (imenu-generic-expression): Doc fix.
1667
83c9cb8e
SM
1668 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
1669 From Juanma Barranquero.
038f4ae3 1670
15d1caef 1671 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 1672
9804b846
KH
16732001-02-09 Kenichi Handa <handa@etl.go.jp>
1674
1675 * faces.el (set-face-attribute): Describe the case of a negative
1676 value specified for :line-width.
1677
532f5197
SM
16782001-02-08 Stefan Monnier <monnier@cs.yale.edu>
1679
1680 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 1681 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 1682
1d279666
DL
16832001-02-08 Dave Love <fx@gnu.org>
1684
4681ca3a
DL
1685 * wid-edit.el (widget-plist-convert-widget): Replace binding of
1686 widget-plist-value-type.
1687 (widget-alist-convert-widget): Replace binding of
1688 widget-alist-value-type.
1689
1d279666
DL
1690 * textmodes/paragraphs.el (sentence-end): Doc fix.
1691
83c9cb8e
SM
1692 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
1693 Remove `backward-line'.
1d279666 1694
532f5197
SM
1695 * play/pong.el (pong-blank-color, pong-bat-color)
1696 (pong-ball-color, pong-border-color, pong-left-key)
1697 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
1698 (pong-pause-key, pong-resume-key, pong-timer-delay):
1699 * mail/mh-comp.el (mh-compose-letter-function):
1700 * eshell/esh-mode.el (eshell-skip-prompt-function):
1701 * emulation/viper-ex.el (ex-unix-type-shell-options):
1702 * recentf.el (recentf-menu-filter):
1703 * ps-print.el (ps-print-region-function):
1704 * lpr.el (print-region-function):
1705 * forms.el (forms-mode-hooks):
1706 * dirtrack.el (dirtrack-directory-change-hook):
1707 * cus-start.el (temp-buffer-show-function, display-buffer-function):
1708 * textmodes/spell.el (spell-filter):
1709 * textmodes/fill.el (adaptive-fill-function):
1710 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
1711 * progmodes/etags.el (find-tag-default-function):
1712 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
1713 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1714
6f676109
EZ
17152001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
1716
751d3bc4
EZ
1717 * emulation/viper-init.el (viper-fast-keyseq-timeout)
1718 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
1719 Meyering <jim@meyering.net>.
1720
6f676109
EZ
1721 * loadup.el: Revert last change.
1722
d3c26cdf
KH
17232001-02-07 Kenichi Handa <handa@etl.go.jp>
1724
83c9cb8e
SM
1725 * international/mule.el (transform-make-coding-system-args):
1726 Make it work also for coding systems not using CCL.
d3c26cdf 1727
44806980
EZ
17282001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1729
9889af08
EZ
1730 * simple.el (previous-matching-history-element)
1731 (next-matching-history-element): Doc fix.
1732
44806980
EZ
1733 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
1734 specific part.
1735
1e36ff68
DL
17362001-02-06 Dave Love <fx@gnu.org>
1737
713f7b15 1738 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
1739 (add-log-buffer-file-name-function, add-log-file-name-function):
1740 Fix :type.
1741 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
1742
c7ca58df
EZ
17432001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1744
fecd556a
EZ
1745 * info.el (info-initialize): Remove the test for system-type when
1746 invocation-directory is non-nil.
1747
c7ca58df
EZ
1748 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
1749 of `font-lock-defaults' to `backward-paragraph' rather than nil.
1750
587b5737
AI
17512001-02-06 Andrew Innes <andrewi@gnu.org>
1752
1753 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
1754 absolute.
1755
baf7eee4
GM
17562001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
1757
1758 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
1759 buffers. When hi-lock turned on rather than only checking current
1760 buffer for regexps, all buffers are checked. Moved activation of
1761 font-lock to hi-lock-refontify. When font-lock turned off rather
1762 than removing added highlighting just in current buffer, remove it
1763 in all buffers. Changed edit menu text from "Automatic
1764 Highlighting" to "Regexp Highlighting" Documentation for
1765 highlighting phrases, minor documentation changes.
1766 (hi-lock-set-file-patterns): Execute only if there are new or
1767 existing file patterns.
1768 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
1769 unfontify and, if a support mode is active, will not refontify the
1770 whole buffer. If necessary, turn on font lock. (Removed
1771 font-lock-unfontify and font-lock support-mode-specific calls,
1772 such as lazy-lock-fontify-window.)
1773 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
1774 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 1775 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
1776 (hi-lock-face-phrase-buffer): New function. Also added related
1777 menu item and keybinding.
1778 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
1779 (hi-lock-process-phrase): New function.
1780 (hi-lock-line-face-buffer): Doc fixes.
1781 (hi-lock-face-buffer): Doc fixes.
1782 (hi-lock-unface-buffer): Doc fixes.
713f7b15 1783
36710aa6
GM
17842001-02-06 Gerd Moellmann <gerd@gnu.org>
1785
1786 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
1787 dabbrev-ignored-regexps.
1788
d3f22784
EZ
17892001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1790
1791 * simple.el (kill-line): Doc fix.
1792
5cb3c8d4
DL
17932001-02-05 Dave Love <fx@gnu.org>
1794
1795 * loadup.el: Revert last two changes -- bootstrapping works with
1796 regenerated loaddefs.
1797
e6297e7d
EZ
17982001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
1799
1e14b095
EZ
1800 * isearch.el (isearch-forward): Doc fix.
1801
e6297e7d
EZ
1802 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
1803 of font-lock-defaults to backward-paragraph.
1804
e16f52ce
GM
18052001-02-05 Gerd Moellmann <gerd@gnu.org>
1806
1807 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
1808 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
1809
01d19dd7
GM
18102001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1811
1812 * ebnf2ps.el: Eliminate time-stamp functions.
1813 (ebnf-version): New version (3.5).
1814 (ebnf-eps-finish-and-write): Replace time-stamp functions by
1815 format-time-string.
1816
24886813
GM
18172001-02-05 Gerd Moellmann <gerd@gnu.org>
1818
1819 * simple.el (next-line): Goto end-of-line before inserting a newline.
1820
65e70fc4
MB
18212001-02-05 Miles Bader <miles@gnu.org>
1822
1823 * image-file.el (insert-image-file): When visiting an image, also
1824 set `truncate-lines' to t so that any fringe arrow looks correct.
1825
482f06c9
KH
18262001-02-05 Kenichi Handa <handa@etl.go.jp>
1827
1828 * isearch.el (isearch-forward): Add description about input method
1829 in the docsting.
1830
02399da7
SM
18312001-02-04 Stefan Monnier <monnier@cs.yale.edu>
1832
1833 * skeleton.el (skeleton-internal-1): Always push the mark for @.
1834
2c366083
EZ
18352001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1836
1837 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 1838 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 1839
bdadfce3
GM
18402001-02-02 Gerd Moellmann <gerd@gnu.org>
1841
79fb38c0
GM
1842 * wid-edit.el (widget-button-click): Fix last change.
1843
bdadfce3
GM
1844 * frame.el (frame-notice-user-settings): When resizing the initial
1845 frame because the tool bar is off, also change the frame's top
1846 position if a negative top position was specified.
1847
33155ffb
MB
18482001-02-02 Miles Bader <miles@gnu.org>
1849
1850 * image-file.el (insert-image-file): When visiting an image,
1851 suppress the cursor in the image buffer.
1852
1355ba0c
DL
18532001-02-01 Dave Love <fx@gnu.org>
1854
1855 * progmodes/f90.el (f90-mode): Remove startup message.
1856
fb758d2d 1857 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 1858
01acdb05
GM
18592001-02-01 Gerd Moellmann <gerd@gnu.org>
1860
1861 * startup.el (command-line): Fix code determining whether or not
1862 to use delete-key-deletes-forward-mode.
1863
5b1ee316
AS
18642001-02-01 Andre Spiegel <spiegel@gnu.org>
1865
1866 * vc.el (vc-diff-switches): New user option.
1867 (vc-version-diff): Use it.
1868 (vc-diff-switches-list): New macro.
1869
83c9cb8e
SM
1870 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
1871 New customization options.
5b1ee316
AS
1872 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
1873
1874 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
1875
00b1e7a1
GM
18762001-02-01 Gerd Moellmann <gerd@gnu.org>
1877
1878 * msb.el (toplevel): Quote hook symbols.
1879
85827036
KH
18802001-02-01 Kenichi Handa <handa@etl.go.jp>
1881
8e028499 1882 * international/mule.el (make-coding-system): Add description
3c948dde 1883 about recognized properties in the docstring.
8e028499 1884
85827036
KH
1885 * international/mule-conf.el: Remove unused charsets
1886 mac-roman-lower and mac-roman-upper.
1887
7ccf7ab9
GM
18882001-01-31 Gerd Moellmann <gerd@gnu.org>
1889
2441692d
GM
1890 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
1891 is in front of the left-margin, if any.
1892
ee5cece0
GM
1893 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
1894 like `delete'.
1895
83c9cb8e 1896 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 1897
7ccf7ab9
GM
1898 * term/w32-win.el (mouse-set-font): Doc fix.
1899
b4f30ec5 19002001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 1901
b4f30ec5
GM
1902 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
1903 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
1904 on already.
1905
03e0fe6e
GM
19062001-01-31 Markus Rost <rost@math.ohio-state.edu>
1907
1908 * files.el (save-buffer): Don't give message if (buffer-file-name)
1909 returns nil.
713f7b15 1910
8f289acc
EZ
19112001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
1912
cb4aae04
EZ
1913 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
1914
dbd98b19
EZ
1915 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
1916 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
1917
8f289acc
EZ
1918 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
1919 display problems.
1920
c12553c1
KH
19212001-01-31 Kenichi Handa <handa@etl.go.jp>
1922
c7bf5db9
KH
1923 * international/mule.el (charset-info): Fix docstring.
1924
1925 * international/mule-diag.el (describe-character-set): Check final
1926 char valid before printing it.
c12553c1 1927
14f16b9c
GM
19282001-01-30 Gerd Moellmann <gerd@gnu.org>
1929
efaa080b
GM
1930 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
1931
eef93f99
GM
1932 * frame.el (frame-notice-user-settings): Do the tool-bar
1933 stuff only for graphical displays. Fix a braino.
713f7b15 1934
14f16b9c
GM
1935 * frame.el (frame-initialize): Create initial frame visible.
1936 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 1937 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
1938
1939 * startup.el (command-line): Remove manipulation of frame
1940 height for tool bars.
1941
4ad25e43
EZ
19422001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1943
1944 * lpr.el: Compatibility with XEmacs and doc fixes.
1945 (lpr-windows-system, lpr-lp-system): New vars.
1946 (lpr-printer-switch): New defcustom.
1947 (printer-name, lpr-command): Customization fix.
1948 (print-region-1): Code fix.
1949 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
1950 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
1951 New functions.
4ad25e43 1952
e8f044a0
GM
19532001-01-29 Gerd Moellmann <gerd@gnu.org>
1954
1955 * msb.el (toplevel): Fix the eval-after-load.
1956
850d5045
GM
19572001-01-29 Dave Love <fx@gnu.org>
1958
762fe76e
DL
1959 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
1960
1961 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
1962
83c9cb8e 1963 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
1964 (tcl-using-emacs-19-23): Consider Emacs 21+.
1965 (tcl-help-directory-list, tcl-command-switches): Fix :type.
1966 (tcl-add-emacs-menu): Supply menu name.
1967 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
1968
3a768251
GM
19692001-01-29 Gerd Moellmann <gerd@gnu.org>
1970
1971 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
1972
274d02f7
SM
19732001-01-29 Stefan Monnier <monnier@cs.yale.edu>
1974
1975 * pcvs.el (cvs-mark-fis-dead): New function.
1976 (cvs-mode-add): Use it.
1977 (cvs-mode-add-change-log-entry-other-window):
1978 Rebind change-log-default-name to itself rather than to nil.
1979
ed5d446e
SS
19802001-01-29 Sam Steingold <sds@gnu.org>
1981
efaa080b 1982 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
1983 `autoload' statements.
1984
e2a80284
EZ
19852001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
1986
8e1db7b3
EZ
1987 * files.el (confirm-kill-emacs): Doc fix.
1988
ff2a1c79
EZ
1989 * frame.el (frame-initialize): Doc fix.
1990
e7b0deaf
EZ
1991 * time-stamp.el (time-stamp-string): Doc fix.
1992
83c9cb8e
SM
1993 * woman.el (WoMan-log-1): Make the log buffer writable.
1994 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 1995
005913e4
GM
19962001-01-29 Gerd Moellmann <gerd@gnu.org>
1997
1998 * imenu.el (imenu-syntax-alist): Add autoload cookie for
1999 the `make-variable-buffer-local'.
2000
58622cc5
GM
20012001-01-29 Dave Love <fx@gnu.org>
2002
2003 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
2004 (ansi-color-for-comint-mode-on, ansi-color-process-output):
2005 Add autoload cookie.
58622cc5
GM
2006 (ansi-color-apply-sequence): Fix typo.
2007
0404d031
GM
20082001-01-29 Gerd Moellmann <gerd@gnu.org>
2009
ed5d446e 2010 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
2011 Postscript printing in black and white.
2012
0404d031
GM
2013 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
2014 X-Mailman-Version, Precedence, List-Help, List-Post,
2015 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
2016 Content-Type, Content-Length.
2017
3b6ed359
DL
20182001-01-29 Dave Love <fx@gnu.org>
2019
ddd16e7a
DL
2020 * elide-head.el (elide-head): Make overlay evaporate.
2021
83c9cb8e 2022 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 2023
8005142f
EZ
20242001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
2025
2026 * isearch.el (isearch-highlight): Don't punt if the display
2027 doesn't support colors, since isearch faces are defined for
2028 monochrome displays as well.
2029
84728570
SS
20302001-01-27 Sam Steingold <sds@gnu.org>
2031
2032 * shell.el (shell-write-history-on-exit): Make sure that we are in
2033 the shell buffer (M-x tex-file RET inserted the error message into
2034 the TeX buffer).
2035
e26f9ced
EZ
20362001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2037
2038 * simple.el (transient-mark-mode): Doc fix.
2039
dc0274bd
GM
20402001-01-27 Gerd Moellmann <gerd@gnu.org>
2041
83c9cb8e 2042 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 2043
c1acacc4
EZ
20442001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2045
f5058b96
EZ
2046 * shell.el (shell-unquote-argument): If the shell is one of the
2047 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
2048 quote character.
2049 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 2050 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 2051
c1acacc4 2052 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 2053 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 2054
103db06c 20552001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 2056
84728570 2057 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
2058 Treat a one-capital-letter abbrev as "not all upper case",
2059 so as to force preservation of the expansion's pattern
2060 if the expansion starts with a capital letter.
2061
cfa70244
EZ
20622001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2063
cfee9de7
EZ
2064 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
2065 Doc fix.
2066
cfa70244
EZ
2067 * simple.el (transient-mark-mode): Document the fact that many
2068 commands act on the region when mark is active.
2069
17d90d6b
KH
20702001-01-27 Kenichi Handa <handa@etl.go.jp>
2071
2072 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 2073 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
2074 (quail-show-guidance-buf): Make the multibyteness of current
2075 buffer inherited to Quail guidance buffer.
2076 (quail-help): Make the multibyteness of current buffer inherited
2077 to Quail help buffer.
2078
61076b20
DL
20792001-01-26 Dave Love <fx@gnu.org>
2080
c47e2c68
DL
2081 * time-stamp.el: Doc fixes.
2082
84728570 2083 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
2084 (delphi-keyword-face, delphi-other-face): Fix :type.
2085
940f14b4
DL
2086 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
2087
2088 * mail/feedmail.el (feedmail): Add :link.
2089 (feedmail-send-it): Doc fix.
2090
2091 * mail/sendmail.el: Doc fixes.
2092 (sendmail-send-it): Fix the non-ASCII regexp and use
2093 rfc2047-encode-string.
2094
61076b20
DL
2095 * dired.el, dired-aux.el: Revert last change.
2096
6c317bd2
GM
20972001-01-26 Gerd Moellmann <gerd@gnu.org>
2098
2099 * makefile.w32-in (DONTCOMPILE): Add various term files.
2100
21012001-01-26 Dave Love <fx@gnu.org>
2102
2103 * Makefile.in (DONTCOMPILE): Add various term files.
2104
1c636b5f
GM
21052001-01-26 Gerd Moellmann <gerd@gnu.org>
2106
af900b23
GM
2107 * man.el (Man-default-man-entry, Man-mode): Doc fix.
2108
15fa6db0 2109 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 2110 the echo area is resized to fit the size of the startup message.
15fa6db0 2111
1c636b5f
GM
2112 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
2113 part of which is a constant.
2114
9b1adbd5
EZ
21152001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
2116
83c9cb8e 2117 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 2118
103db06c 21192001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
2120
2121 * simple.el (next-line): Don't let `newline' expand abbrevs.
2122 Simplify slightly.
2123 (open-line): Don't let `newline' expand abbrevs.
2124
219227ea
JW
21252001-01-25 John Wiegley <johnw@gnu.org>
2126
2127 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
2128 to `repeat' in the :type field.
2129
2130 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
2131 allow a choice of regexp or nil.
d2906bf8 2132 (pcomplete-dir-ignore): Same.
219227ea
JW
2133
2134 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
2135 a command) to always fail.
2136
ceba0dac
GM
21372001-01-25 Gerd Moellmann <gerd@gnu.org>
2138
2139 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
2140 discard the result.
2141 (iswitchb-to-end): Likewise.
2142
9b0630e5
SS
21432001-01-25 Sam Steingold <sds@gnu.org>
2144
2145 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 2146 Require vc.
9b0630e5 2147
a2ed9670
SM
21482001-01-25 Stefan Monnier <monnier@cs.yale.edu>
2149
f0c1adab
SM
2150 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
2151
a2ed9670
SM
2152 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
2153
34ac3367
DL
21542001-01-25 Dave Love <fx@gnu.org>
2155
61076b20
DL
2156 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
2157 (describe-coding-system): Tweak the English text.
2158
34ac3367
DL
2159 * loadup.el: Preload international/ccl for utf-8.
2160
4685e6b7
EZ
21612001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
2162
2163 * mail/rmail.el (rmail-redecode-body): Doc fix.
2164
0fdb4475
KH
21652001-01-25 Kenichi Handa <handa@etl.go.jp>
2166
83c9cb8e
SM
2167 * international/mule-cmds.el (reset-language-environment):
2168 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 2169
83c9cb8e
SM
2170 * international/mule-conf.el (coding-category-utf-8):
2171 Initialize to mule-utf-8.
0fdb4475 2172
9b0630e5 2173 * loadup.el: Preload international/utf-8.
0fdb4475
KH
2174
2175 * international/utf-8.el: New file.
2176
245ed2b1
SM
21772001-01-24 Stefan Monnier <monnier@cs.yale.edu>
2178
2179 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
2180
e95b0c08
SS
21812001-01-24 Sam Steingold <sds@gnu.org>
2182
2183 * dired.el (dired-replace-in-string): Removed.
2184 (dired-sort-toggle): Use `replace-regexps-in-string'
2185 instead of `dired-replace-in-string'.
9b0630e5 2186
ceba0dac
GM
2187 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
2188 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 2189
e95b0c08
SS
2190 * gs.el (gs-replace-in-string): Removed.
2191 (gs-options): Use `replace-regexps-in-string'
2192 instead of `gs-replace-in-string'.
2193
c3902c3e
EZ
21942001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
2195
2196 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
2197 bug report is mailed to an email list and posted to a news group.
2198
b66b6aeb
GM
21992001-01-24 Gerd Moellmann <gerd@gnu.org>
2200
83c9cb8e
SM
2201 * comint.el (comint-replace-by-expanded-history-before-point):
2202 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 2203
b66b6aeb
GM
2204 * startup.el (tool-bar-images-pixel-height): New variable.
2205 (command-line): After loading the user's init file, when
2206 tool-bar-mode is on, increase the frame's size by some lines for
2207 the tool-bar.
2208
2209 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 2210
ff890e66
SZ
22112001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
2212
2213 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
2214 (chinese-big5): MIME:Big5.
2215
04363179
GM
22162001-01-24 Gerd Moellmann <gerd@gnu.org>
2217
e95b0c08 2218 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
2219 Handle commands with prefix args.
2220
d56aaa64
GM
22212001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2222
2223 * calendar/diary-lib.el (diary-float): Fix case of MONTH
2224 being a list of numbers.
2225 (diary-mail-entries): Rewritten.
2226
99858627
DL
22272001-01-23 Dave Love <fx@gnu.org>
2228
7aeb1fa9
DL
2229 * international/mule.el (make-coding-system): Fix typo.
2230
83c9cb8e
SM
2231 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
2232 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 2233
5a43decf
EZ
22342001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
2235
2236 * font-lock.el (font-lock-mode): Doc fix.
2237
b0e98867
KH
22382001-01-23 Kenichi Handa <handa@etl.go.jp>
2239
2240 * international/mule.el (make-translation-table): Fix docstring.
2241
9c8acefd
EZ
22422001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
2243
fd4976b8
EZ
2244 * mail/rmail.el (rmail-redecode-body): New function.
2245
9c8acefd
EZ
2246 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
2247
871e0439
GM
22482001-01-22 Gerd Moellmann <gerd@gnu.org>
2249
21c2bbe0
GM
2250 * isearch.el (isearch-lazy-highlight-case-fold-search)
2251 (isearch-lazy-highlight-regexp): New variables.
2252 (isearch-lazy-highlight-cleanup): Update lazy highlight if
2253 case-fold search or regexp search has been toggled.
2254
5710730c
GM
2255 * wid-edit.el (widget-button-click): Avoid a save-excursion
2256 around running a global binding.
2257
871e0439
GM
2258 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
2259 to 0.25.
2260
d0554957
MB
22612001-01-20 Miles Bader <miles@gnu.org>
2262
2263 * cus-edit.el (custom-face-save): Do post-processing on the face's
2264 new value like `custom-face-set' does.
2265
1519f618
EZ
22662001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
2267
ccd87890
EZ
2268 * mail/emacsbug.el (report-emacs-bug): Report the value of
2269 LC_CTYPE, not LC_TYPE.
2270
1519f618
EZ
2271 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
2272 isearch-toggle-regexp and isearch-edit-string to doc string.
2273
9724173b
GM
22742001-01-19 Gerd Moellmann <gerd@gnu.org>
2275
48bb9196
GM
2276 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
2277 as font-lock-beginning-of-syntax-function in font-lock-defaults.
2278
e95b0c08 2279 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
2280 font-lock-beginning-of-syntax-function to nil.
2281
dc81f8a2
EZ
22822001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
2283
2284 * mail/emacsbug.el (report-emacs-bug): Report values of
2285 locale-coding-system, default-enable-multibyte-characters, and the
2286 environment variables LC_ALL, LC_TYPE, and LANG.
2287
99327974
GM
22882001-01-19 Gerd Moellmann <gerd@gnu.org>
2289
83c9cb8e 2290 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 2291
2be6ecc6
GM
2292 * font-lock.el (font-lock-multiline): Default to nil.
2293 (font-lock-default-fontify-region): If font-lock-multiline is
2294 nil, don't check the property `font-lock-multiline'.
2295
99327974
GM
2296 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
2297 is nil, don't check the `font-lock-multiline' text property.
2298
2550055a
MK
22992001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
2300
0a949811 2301 * viper.el: Call initial-major-mode on startup.
e95b0c08 2302
0a949811 2303 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 2304
8501998a 2305 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 2306
2550055a 23072001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 2308
0a949811 2309 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 2310 diff mode, if available.
e95b0c08 2311
0a949811 23122001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 2313
8501998a 2314 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 2315
2550055a
MK
2316 * ediff-init.el (subst-char-in-string): Define and use it, unless
2317 it's already defined.
e95b0c08 2318
8962e303
GM
23192001-01-18 Gerd Moellmann <gerd@gnu.org>
2320
2321 * tooltip.el (tooltip-hide-delay): New user-option.
2322 (tooltip-show): Use tooltip-hide-delay instead of the default.
2323
6b453381
KH
23242001-01-18 Kenichi Handa <handa@etl.go.jp>
2325
2326 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
2327 kill-local-variable doesn't work for enable-multibyte-characters.
2328
9eaf396b
DL
23292001-01-17 Dave Love <fx@gnu.org>
2330
cebd37ce
DL
2331 * ediff-init.el (ediff-before-setup-hook)
2332 (ediff-merge-filename-prefix): Add :version.
2333
9eaf396b
DL
2334 * international/latin1-disp.el: Require disp-table.
2335 (latin1-display): Fix :set.
2336
2337 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
2338
f864120f
GM
23392001-01-17 Gerd Moellmann <gerd@gnu.org>
2340
2341 * isearch.el (isearch-lazy-highlight-initial-delay)
2342 (isearch-lazy-highlight-interval): Default to 0.
2343
23442001-01-17 Bob Glickstein <bobg@zanshin.com>
2345
2346 * isearch.el (isearch-highlight): Set isearch-overlay priority to
2347 1 here rather than each time through
2348 isearch-lazy-highlight-new-loop.
2349 (isearch-lazy-highlight-max): Variable deleted.
2350 (isearch-lazy-highlight-max-at-a-time): New user variable, like
2351 isearch-lazy-highlight-max but controls a single invocation of
2352 isearch-lazy-highlight-update.
2353 (isearch-lazy-highlight-wrapped): Variable recreated.
2354 (isearch-lazy-highlight-window-start): New variable.
2355 (isearch-lazy-highlight-cleanup): Restored to behavior of
2356 before 2-Jan.
2357 (isearch-lazy-highlight-remove-overlays): Function deleted;
2358 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
2359 behavior removed.
2360 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
2361 isearch-lazy-highlight-update in a loop rather than just once.
2362 Test isearch-invalid-regexp here and decide not to start a new
2363 loop, rather than testing it each time through
2364 isearch-lazy-highlight-update.
2365 (isearch-lazy-highlight-search): Function restored.
2366 (isearch-lazy-highlight-update): Get called in a timer loop again,
2367 but this time highlight more than one match each time through.
83c9cb8e
SM
2368 Only highlight matches in the visible part of the window.
2369 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
2370 the edge of the window. Use sit-for to force redisplay and ensure
2371 window-start is credible. "Face suppressing" behavior removed;
2372 overlay priorities should make it unnecessary, right?
2373 (isearch-highlight): Face suppressing behavior removed.
2374 (isearch-dehighlight): Face suppressing behavior removed.
2375 (isearch-set-lazy-highlight-faces-at): Removed.
2376
076ec540
KH
23772001-01-17 Kenichi Handa <handa@etl.go.jp>
2378
2379 * language/european.el ("Latin-1"): Make the format of description
2380 about additional language environments same as that of Latin-2.
2381
92328ec5
DL
23822001-01-16 Dave Love <fx@gnu.org>
2383
39f2174e
DL
2384 * isearch.el (isearch-lazy-highlight): Add :version.
2385
92328ec5
DL
2386 * simple.el (backward-delete-char-untabify-method)
2387 (next-line-add-newlines): Add :version.
2388
f251459d
GM
23892001-01-16 Gerd Moellmann <gerd@gnu.org>
2390
9d4850e5
GM
2391 * bindings.el: Bind <backspace> and <delete> via function-key-map.
2392 Don't bind <delete> otherwise.
2393
2394 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
2395 and <delete> via function-key-map.
2396
f251459d
GM
2397 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
2398 Subject line only if point is after the `Subject:'.
2399
771ffcf7
KH
24002001-01-16 Kenichi Handa <handa@etl.go.jp>
2401
bda6b481
KH
2402 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
2403 japanese-jisx0213-2 in `charset' property of this lang. env.
2404
35793af7
KH
2405 * language/european.el ("Latin-1"): Add description for Dutch and
2406 Spanish lang. env.
2407
771ffcf7
KH
2408 * international/mule.el (decode-char): Fix conditions.
2409 (encode-char): Handle eight-bit-control too.
1c8102ff 2410 (transform-make-coding-system-args): New function.
50c29104
KH
2411 (make-coding-system): Accept XEmacs style arguments for CCL base
2412 coding system.
771ffcf7 2413
e1cf67b6
GM
24142001-01-15 Gerd Moellmann <gerd@gnu.org>
2415
2416 * progmodes/etags.el (find-tag-noselect): Save the value of
2417 tags-file-name before switching buffers, for the case it has a
2418 buffer-local value.
2419
b3287acf
GM
24202001-01-15 Alex Schroeder <alex@gnu.org>
2421
9eaf396b
DL
2422 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2423 From Dave Love <fx@gnu.org>.
b3287acf
GM
2424 (ansi-color-for-comint-mode): Fix :version.
2425
24262001-01-15 Alex Schroeder <alex@gnu.org>
2427
2428 * ansi-color.el (ansi-color-unfontify-region): Doc change.
2429
8d7ff9c8
EZ
24302001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
2431
2432 * dired.el (dired-insert-directory): If file-system-info fails,
2433 remove the " free " part, but don't signal an error.
2434
dbe99ae9
SS
24352001-01-12 Sam Steingold <sds@gnu.org>
2436
2437 * bookmark.el (bookmark-maybe-historicize-string):
2438 Use new backquote syntax.
2439
103db06c 24402001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
2441
2442 * subr.el (last): Handle a list that doesn't end in nil.
2443
ca2ddd8e
SS
24442001-01-12 Sam Steingold <sds@gnu.org>
2445
2446 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
2447 to `backward-delete-char-untabify'.
2448
1751c874
DL
24492001-01-12 Dave Love <fx@gnu.org>
2450
2451 * cus-edit.el (customize-menu-create): Fix the :filter following
2452 easymenu change.
2453
2454 * wid-edit.el (function): Add :match-alternatives.
2455 (widget-color-action): Doc fix.
2456
3cccce8d
GM
24572001-01-12 Gerd Moellmann <gerd@gnu.org>
2458
2459 * calendar/calendar.el (calendar-basic-setup): Doc fix.
2460
18bfd6b5
KH
24612001-01-12 Kenichi Handa <handa@etl.go.jp>
2462
83c9cb8e 2463 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 2464
18bfd6b5
KH
2465 * international/ccl.el (define-ccl-program): Fix docstring.
2466
562e00da
DL
24672001-01-11 Dave Love <fx@gnu.org>
2468
14fd0da3
DL
2469 * international/mule-cmds.el (standard-display-european-internal):
2470 Set display table for 2208 as for 160.
2471
2472 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
2473
562e00da
DL
2474 * progmodes/fortran.el (fortran-mode-map): Modify Customization
2475 entry for custom-menu-create change.
2476 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
2477 don't cons it in the search loop.
2478
2479 * imenu.el (imenu--truncate-items): Revert last change.
2480
6e961dcd
EZ
24812001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2482
2483 * info.el (Info-setup-header-line): If the node header includes
2484 either Next: or Prev: links, don't show the File: and Node: parts
2485 in the header line.
2486
2c2ff7f2
GM
24872001-01-11 Gerd Moellmann <gerd@gnu.org>
2488
a7ee2d2e
GM
2489 * comint.el (comint-goto-process-mark): Don't print a message
2490 when running in batch mode.
2491
c5348233
GM
2492 * isearch.el (isearch-search): In the condition-case handler for
2493 `error', set isearch-invalid-regexp to the whole error message.
2494
422717d1
GM
2495 * subr.el (eval-after-load): Call load-symbol-file-load-history to
2496 ensure that eval-after-load works for files dumped with Emacs.
2497
2498 * help.el (load-symbol-file-load-history): New function extracted
2499 from function symbol-file.
2500 (symbol-file): Use it.
2501
83c9cb8e 2502 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 2503
926861fb
EZ
25042001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2505
2506 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
2507 behave as if there were no prefix argument.
2508 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
2509 argument were nil.
2510
afa1f52c
RS
25112001-01-11 Richard M. Stallman <rms@gnu.org>
2512
ca2ddd8e 2513 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
2514 Don't look for more potential matches once maximum is exceeded.
2515 Use overlays-in to check correctly for overlap with current match.
2516 Ignore empty matches.
2517
47a9f362
MB
25182001-01-11 Miles Bader <miles@gnu.org>
2519
2520 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
2521 (ispell-overlay-window, ispell-help, ispell-show-choices)
2522 (ispell-command-loop): Use it instead of `window-height'.
2523
d196f58d
GM
25242001-01-10 Gerd Moellmann <gerd@gnu.org>
2525
cf523f0e
GM
2526 * files.el (confirm-kill-emacs): New user-option.
2527 (save-buffers-kill-emacs): Ask for final confirmation before
2528 killing Emacs.
2529
d196f58d
GM
2530 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
2531 to nil.
2532
7c6c3d8e
GM
25332001-01-10 Dave Love <fx@gnu.org>
2534
1f8be15d
DL
2535 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
2536
83c9cb8e 2537 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
2538
2539 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
2540
2541 * calculator.el (calculator-number-digits): Fix :type.
2542
0d5184de
DL
2543 * vc-cvs.el (vc-cvs-header): Fix :type.
2544 * vc-rcs.el (vc-rcs-header): Fix :type.
2545 * vc-sccs.el (vc-sccs-header): Fix :type.
2546
2547 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2548
7c6c3d8e
GM
2549 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2550
8c9f73a2
GM
2551 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
2552
457b792c
GM
25532001-01-10 Gerd Moellmann <gerd@gnu.org>
2554
2555 * simple.el (set-variable): Force a thorough redisplay for the
2556 case that the variable has an effect on the display, like
2557 `tab-width' has.
2558
d2622d08
AS
25592001-01-10 Andre Spiegel <spiegel@gnu.org>
2560
2561 * vc.el: Add documentation for backend interface.
2562
ae4b5f4f
KH
25632001-01-10 Kenichi Handa <handa@etl.go.jp>
2564
e0844717
KH
2565 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
2566
ae4b5f4f
KH
2567 * international/mule-conf.el (latin-extra-code-table): Set to t
2568 for \223 and \224.
2569
3184082b
KH
25702001-01-09 Kenichi Handa <handa@etl.go.jp>
2571
2572 * international/mule-cmds.el (locale-language-names): Map "es" to
2573 "Spanish" and "nl" to "Dutch".
2574
732b9cdd
GM
25752001-01-09 Gerd Moellmann <gerd@gnu.org>
2576
1dfca644
GM
2577 * bindings.el (global-map): Bind <home> to beginning-of-line,
2578 <end> to end-of-line, C-<home> to beginning-of-buffer, and
2579 C-<end> to end-of-buffer.
2580
732b9cdd
GM
2581 * language/european.el: Add Dutch and Spanish language info
2582 to be able to use the appropriate tutorials.
2583
25842001-01-09 Alex Schroeder <alex@gnu.org>
2585
2586 * ansi-color.el (ansi-color-process-output): Use markers instead
2587 of positions for start and end of region.
2588 (ansi-color-apply-on-region): Rewrote code to make it more robust.
2589 Previously, occasional mistakes happend when fontifying many
2590 chunks of output (eg. ls --color=yes /dev). This happened
2591 whenever an overlay was created up to the end of the region, which
2592 coincided with the process-mark. New text would then be added
2593 within that overlay instead of after it.
2594 (ansi-color-make-extent): Overlays are created with the property
2595 `modification-hooks' set to '(ansi-color-freeze-overlay).
2596 (ansi-color-freeze-overlay): New function. When inserting text at
2597 the end of the overlay, the overlay will resize.
2598
25992000-01-09 Alex Schroeder <alex@gnu.org>
2600
2601 * ansi-color.el (ansi-color-process-output): Doc change.
2602 (ansi-color-unfontify-region): Doc change. No longer installed
2603 automatically in font-lock-unfontify-region-function.
2604 (ansi-color-apply): Doc change.
2605 (ansi-color-apply-on-region): Use extents or overlays instead of
2606 text-properties.
2607 (ansi-color-make-extent): New function.
2608 (ansi-color-set-extent-face): New function.
2609
26102000-01-09 Alex Schroeder <alex@gnu.org>
2611
2612 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
2613 both use ansi-color-process-output, now.
2614 (ansi-color-process-output): Doesn't return string anymore. It is
2615 installed in comint-output-filter-functions for both Emacs and
2616 XEmacs, now.
2617 (ansi-color-unfontify-region): Simplified code removing variables
2618 pos and start-ansi.
2619 (ansi-color-apply): Put text-property ansi-color before putting
2620 text-property face because ansi-color-unfontify-region is called
2621 immediately after the call to put-text-property.
2622 (ansi-color-context-region): Doc change.
2623 (ansi-color-filter-region): Simplified code.
2624 (ansi-color-apply-on-region): Changed start to start-marker, using
2625 a marker explicitly. Put text-property ansi-color before putting
2626 text-property face because ansi-color-unfontify-region is called
2627 immediately after the call to put-text-property.
2628
26292000-01-09 Alex Schroeder <alex@gnu.org>
2630
2631 * ansi-color.el (ansi-color-faces-vector): Doc change.
2632 (ansi-color-for-comint-mode): Changed :type property to choice.
2633 (ansi-color-last-context): Removed.
2634 (ansi-color-process-output): Don't use ansi-color-last-context, as
2635 the main functions will store their context now.
2636 (ansi-color-context): Doc change.
2637 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
2638 Uses ansi-color-context such that repeated calls will strip
2639 partial escape sequences, too.
2640 (ansi-color-apply): Simplified code. Colorize end of string if
2641 face is not null. Store context in new (FACE STRING) format, such
2642 that repeated calls will strip partial escape sequences, too.
2643 Append faces to face property using ansi-color-apply-sequence such
2644 that cumulative mode actually works.
2645 (ansi-color-context-region): New variable.
2646 (ansi-color-filter-region): Rewrote it based on
2647 ansi-color-apply-on-region. Uses ansi-color-context-region such
2648 that repeated calls will strip partial escape sequences, too.
2649 (ansi-color-apply-on-region): Simplified code. Colorize end of
2650 region if face is not null. Store context in new (FACE POS)
2651 format, such that repeated calls will strip partial escape
2652 sequences, too. Append faces to face property using
83c9cb8e 2653 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
2654 (ansi-color-apply-sequence): New function.
2655 (ansi-color-get-face): When the default face is added to the list
2656 of faces, all previous settings are discarded and the list of
2657 faces is set to '(default).
2658
26592000-01-09 Alex Schroeder <alex@gnu.org>
2660
2661 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
2662 face, such that ansi-color-apply and ansi-color-apply-on-region
2663 will do the right thing.
2664 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
2665 returns nil, set the list of faces back to nil instead of
83c9cb8e 2666 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
2667
26682000-01-09 Alex Schroeder <alex@gnu.org>
2669
2670 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
2671 (ansi-color-process): Doc change.
2672 (ansi-color-last-context): New buffer-local variable.
2673 (ansi-color-process-output): New function. It is automatically
2674 added to comint-output-filter-functions if this is XEmacs.
2675 (ansi-color-unfontify-region): New optional parameter for XEmacs
2676 compatibility. Check wether font-lock-syntactic-keywords is
2677 boundp before removing the syntax table text property, as XEmacs
2678 doesn't have it.
2679 (ansi-color-filter-region): Doc change.
2680 (ansi-color-apply-on-region): Doc change.
2681 (ansi-color-make-face): New function. Compatibility layer for
2682 XEmacs. Return temporary faces instead of cons cells for XEmacs.
2683 (ansi-color-make-color-map): Use ansi-color-make-face.
2684 (ansi-color-get-face): Avoid face text property '(nil) as results
2685 in an errow for XEmacs.
2686
26872000-01-09 Alex Schroeder <alex@gnu.org>
2688
83c9cb8e
SM
2689 * ansi-color.el (ansi-color-unfontify-region): New function.
2690 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
2691 ansi-color. When the package is loaded, a lambda expression is
2692 put onto font-lock-mode-hook. This lambda expression will check
2693 font-lock-unfontify-region-function and replace
83c9cb8e 2694 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
2695 (ansi-color-apply): Add text-property ansi-color in addition to
2696 text-property face.
2697 (ansi-color-apply-on-region): Add text-property ansi-color in
2698 addition to text-property face.
2699 (save-buffer-state): Copy of the macro that is also used by
2700 lazy-lock and font-lock.
2701
2702 (ansi-color-for-comint-mode): New option.
2703 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
2704 (ansi-color-for-comint-mode-off): Ditto.
2705 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
2706 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
2707 decide what to do. This function is added to
2708 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
2709
2710 (ansi-color-for-shell-mode-set): Removed.
2711 (ansi-color-for-shell-mode): Removed.
2712
27132000-01-09 Alex Schroeder <alex@gnu.org>
2714
2715 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
2716 the lambda expression from the ansi-color-for-shell-mode :set
2717 property. Additionally, modify shell-mode-hook to enable or
2718 disable font-lock-mode for future shell buffers.
2719 (ansi-color-for-shell-mode): The :set property calls
2720 ansi-color-for-shell-mode-set instead of a lambda expression.
2721
27222000-01-09 Alex Schroeder <alex@gnu.org>
2723
2724 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
2725 (ansi-color-context): New variable.
2726 (ansi-color-apply): Save context between calls.
2727
fb55ff10
EZ
27282001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
2729
83c9cb8e
SM
2730 * isearch.el (isearch, isearch-lazy-highlight-face):
2731 New definitions for face colors and attributes.
29910493 2732
fb55ff10
EZ
2733 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
2734 of display-mouse-p.
2735
134d6265
KH
27362001-01-09 Kenichi Handa <handa@etl.go.jp>
2737
2738 * international/mule.el (make-coding-system): If the coding system
2739 accepts extra latin codes, register such codes as safe for the
2740 coding system.
2741
103db06c 27422001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 2743
984c9f75
RS
2744 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
2745 don't mention the file name or the date here, because they are
2746 logged at the start of the file.
2747
27482001-01-08 Richard M. Stallman <rms@gnu.org>
2749
78b8eee8
RS
2750 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2751 Change screen-width to frame-width.
2752
1460e5d4
EZ
27532001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2754
2755 * info.el (Info-search): Print the default as part of the prompt.
2756
56f24bc1
AS
27572001-01-08 Andre Spiegel <spiegel@gnu.org>
2758
ca2ddd8e 2759 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
2760 constant implementations in backends.
2761
2762 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
2763 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
2764
2765 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
2766 WRITABLE to EDITABLE.
2767
2768 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
2769 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
2770 to EDITABLE.
2771
b7812d30
EZ
27722001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2773
2774 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 2775 (copyright, copyright-update): Compute the current year at run time.
b7812d30 2776
7e56ea04
GM
27772001-01-08 Gerd Moellmann <gerd@gnu.org>
2778
2779 * isearch.el (isearch-old-signal-hook): Removed.
2780 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
2781 instead of setting signal-hook-function.
2782 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
2783
a758f97d
GM
27842001-01-08 Kevin Gallagher <kevingal@onramp.net>
2785
2786 * emulation/edt.el: Update to version 4.0. Provide support for
2787 EDT scroll margins at top and bottom of the window. Provide an
2788 emulation of the EDT SUBS command (bound to GOLD-Enter, by
2789 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
2790 user when file-related buffer modifications exist.
2791 Provide support for running EDT Emulation in XEmacs.
2792 Provide customize access to some user updatable variables.
2793 Add Commentary section to file header.
2794 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
2795
2796 * emulation/edt-mapper.el: Update to version 4.0. Provide support
2797 for detecting a keypress that generates an ASCII key sequence.
2798 (Previously, only a keypress that generates a vector was
2799 recognized.) Embed Window Manager name into name of the generated
2800 EDT Emulation initialization file since the initialization file is
2801 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 2802
30db89f9
EZ
28032001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
2804
4deb3ba9
EZ
2805 * mail/sendmail.el (mail-mode): Doc fix.
2806
30db89f9
EZ
2807 * info.el (Info-goto-emacs-command-node): Doc fix.
2808 (Info-goto-emacs-key-command-node): Doc fix.
2809
c3f2772b
EZ
28102001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2811
8726e79b 2812 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
2813 systems without long file-name support.
2814
0dac6924
AI
28152001-01-06 Andrew Innes <andrewi@gnu.org>
2816
2817 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
2818
4e6ef391
EZ
28192001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2820
380866a2
EZ
2821 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
2822 (isearch-lazy-highlight-update): Doc fix.
2823
148b5960
EZ
2824 * ffap.el (ffap-bindings): Doc fix.
2825
4e6ef391
EZ
2826 * dired-x.el (dired-virtual-guess-dir): Doc fix.
2827
4cb1bcc2
DL
28282001-01-05 Dave Love <fx@gnu.org>
2829
2830 * emacs-lisp/cl-seq.el (remove, remq): Remove.
2831
3828218c
GM
28322001-01-05 Gerd Moellmann <gerd@gnu.org>
2833
83c9cb8e
SM
2834 * mouse-drag.el (mouse-drag-safe-scroll):
2835 Bind scroll-preserve-screen-position to nil.
f1ade7d3 2836
1f4139d5
GM
2837 * isearch.el (isearch-old-signal-hook): New variable.
2838 (isearch-mode): Set signal-hook-function to isearch-done.
2839 (isearch-done): Restore old signal-hook-function.
2840
3828218c
GM
2841 * info.el (Info-fontify-node): Mark one more char as intangible.
2842
3970013f
KH
28432000-01-05 Kenichi Handa <handa@etl.go.jp>
2844
83c9cb8e
SM
2845 * composite.el (compose-last-chars): New argument COMPONENTS.
2846 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
2847 COMPONENTS.
2848
2849 * international/quail.el (quail-input-string-to-events): New function.
2850 (quail-input-method): Convert input string to events here.
2851 (quail-start-translation): Return input string, not event list.
2852 (quail-start-conversion): Likewise.
2853
f3b05e99
GM
28542001-01-04 Gerd Moellmann <gerd@gnu.org>
2855
ca2ddd8e 2856 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
2857 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
2858 and tooltip-add-timeout.
2859 (tooltip-show): Set border color from faces's foreground.
2860 (tooltip-show-help-function): If called with the same help string
2861 as last time, do nothing.
2862 (tooltip-help-tips): Don't set tooltip-help-message to nil.
2863
0f2ac578
GM
2864 * startup.el (fancy-splash-screens): Don't bind show-help-function
2865 to nil.
2866
f3b05e99
GM
2867 * tooltip.el (tooltip-frame-parameters): Remove colors.
2868 (tooltip): New face
2869 (tooltip-set-param): New function.
2870 (tooltip-show): Set up color frame parameters from face `tooltip'.
2871 Display the tooltip text in face `tooltip'.
2872
8416e94a
DL
28732001-01-04 Dave Love <fx@gnu.org>
2874
2875 * whitespace.el (whitespace-global-mode): Fix typo.
2876
2877 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
2878
30db89f9
EZ
28792001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
2880
83c9cb8e
SM
2881 * help.el (help-for-help): Fix a typo in a doc string.
2882 From kwzh@gnu.org (Karl Heuer).
30db89f9 2883
b847eb8c
DL
28842001-01-03 Dave Love <fx@gnu.org>
2885
2886 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 2887 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
2888 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
2889 (dired-guess-shell-alist-user): Customize.
2890 (dired-x-help-address): Set to bug-gnu-emacs.
2891 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
2892 (dired-default-directory): Renamed from default-directory.
2893
2894 * hl-line.el (hl-line): Doc fix.
2895
43c4b570
KF
28962001-01-03 Karl Fogel <kfogel@red-bean.com>
2897
1bf6b1bf 2898 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 2899
984c9f75 29002001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
2901
2902 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
2903 to remove all the current alternative-match highlighting.
2904 If nil, remove only what's outside the current window.
2905 (isearch-lazy-highlight-remove-overlays): Take optional
2906 region within which NOT to remove them.
2907 (isearch-lazy-highlight-new-loop): Greatly simplified.
2908 (isearch-lazy-highlight-update): Find all the other occurrences
2909 visible in the window, in just one call.
2910 (isearch-lazy-highlight-start): Now holds start of region to scan.
2911 (isearch-lazy-highlight-end): Now holds end of region to scan.
2912 (isearch-lazy-highlight-wrapped): Variable deleted.
2913 (isearch-lazy-highlight-search): Function deleted.
2914
13d6a61c
AI
29152000-01-02 Andrew Innes <andrewi@gnu.org>
2916
2917 * w32-fns.el (convert-standard-filename): Do length check on name
2918 before aref.
2919
064866e7
DL
29202001-01-02 Dave Love <fx@gnu.org>
2921
b33e041b
DL
2922 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
2923 value.
2924 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
2925
2926 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
2927
8166ffd5
DL
2928 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
2929 read syntax.
2930
064866e7
DL
2931 * calendar/todo-mode.el (todo): Add :link, :version.
2932 (todo-save-top-priorities): Remove autoload cookie.
2933 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 2934 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 2935
6dde6abc
GM
29362001-01-02 Gerd Moellmann <gerd@gnu.org>
2937
2938 * comint.el (comint-input-history-ignore): New variable.
2939 (comint-read-input-ring): Ignore entries matching
2940 comint-input-history-ignore.
2941
1a8a9daf
GM
29422001-01-02 Eric M. Ludlam <zappo@gnu.org>
2943
2944 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
2945 (lm-copyright-mark): New function.
2946 (lm-crack-copyright): New function.
2947 (lm-verify): Check that the file has a copyright.
2948 Check that the file is copyright Free Software Foundation.
2949
9c92eb53
KH
29502000-12-30 Kenichi Handa <handa@etl.go.jp>
2951
2952 * international/mule-diag.el (print-fontset): Indent font name by
2953 24 columns, not 25.
2954
49172314
GM
29552000-12-29 Gerd Moellmann <gerd@gnu.org>
2956
762a68ec
GM
2957 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
2958 in Subject line.
2959
49172314 2960 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
2961 Use mail-mode-hook instead of mail-setup-hook.
2962 Otherwise continuing an interrupted message with C-u C-x m for
2963 instance, winds up in Mail mode without abbrevs.
49172314 2964
bd7a2e26
GM
29652000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2966
2967 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
2968 non-nil. Adding almost all customization variables on ps-setup.
2969 Doc fix.
bd7a2e26
GM
2970 (ps-print-version): New version number (6.3.3).
2971 (ps-end-with-control-d): Initialization fix.
2972 (ps-lines-printed): New var.
2973 (ps-skip-newline): New fun.
2974 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
2975 (ps-next-line, ps-continue-line, ps-plot-region)
2976 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 2977
2b3f28a4
KH
29782000-12-29 Kenichi Handa <handa@etl.go.jp>
2979
83c9cb8e
SM
2980 * international/fontset.el (x-complement-fontset-spec):
2981 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
2982 registered in x-font-name-charset-alist.
2983 (create-fontset-from-fontset-spec): Adjusted for the above change.
2984 The name of fontset alias should be a unresolved ASCII font name.
2985
2ece9174
GM
29862000-12-28 Gerd Moellmann <gerd@gnu.org>
2987
2988 * simple.el (delete-key-deletes-forward-mode): Bind backspace
2989 and delete in isearch-mode-map.
2990
cbe3ad7a
RS
29912000-12-28 Richard M. Stallman <rms@gnu.org>
2992
ca2ddd8e 2993 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
2994 Use xpdf instead of acroread.
2995
a816f1c5
KH
29962000-12-28 Kenichi Handa <handa@etl.go.jp>
2997
f086e73c
KH
2998 * textmodes/artist.el (artist-butlast): Deleted.
2999 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 3000 artist-butlast.
f086e73c 3001
a816f1c5
KH
3002 * subr.el (butlast, nbutlast): Moved from cl.el to here.
3003
3004 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
3005
b202115b
EZ
30062000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3007
3008 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
3009
3010 * ls-lisp.el: Better support for the Mac and MS-Windows.
3011 (ls-lisp): New defgroup.
3012 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 3013 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
3014 (ls-lisp-support-shell-wildcards): New defcustoms.
3015 (ls-lisp-parse-symlink): New function.
3016 (insert-directory): Code to convert switches to a list and set up
3017 the wildcard argument copied from ls-lisp-insert-directory.
3018 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
3019 for -C and -R switches.
3020 (ls-lisp-column-format): New function.
ca2ddd8e 3021 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
3022 (ls-lisp-format-time): Add doc strings.
3023 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
3024 Support ls-lisp-dirs-first.
3025 (ls-lisp-classify, ls-lisp-extension): New functions.
3026 (ls-lisp-format): Optionally support emulation of symlinks.
3027 Support -i, -s, and -G switches.
3028
6061fbf0
GM
30292000-12-27 Gerd Moellmann <gerd@gnu.org>
3030
5e25feee
GM
3031 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
3032
6061fbf0
GM
3033 * version.el (emacs-version): Print X scroll bar information.
3034
3035 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
3036 instead of x-toolkit-scroll-bars-p.
3037
3038 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
3039 of x-toolkit-scroll-bars-p.
3040
25050dab
EZ
30412000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3042
83c9cb8e 3043 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
3044 (ffap-bindings): Doc fix, to reflect the above change.
3045
c1786874
KH
30462000-12-27 Kenichi Handa <handa@etl.go.jp>
3047
3048 * term.el (term-char-mode): Define all non-ascii self-inserting
3049 characters to 'term-send-raw in term-raw-map.
3050
7261ece3 30512000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 3052
83c9cb8e 3053 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 3054
83c9cb8e
SM
3055 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
3056 Changed initialization; use add-hook.
6061fbf0 3057 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 3058
6061fbf0 3059 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 3060
6061fbf0
GM
3061 * ediff.el (ediff-patch-buffer): Bug fix.
3062 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 3063
83f40583
SM
30642000-12-23 Stefan Monnier <monnier@cs.yale.edu>
3065
3066 * subr.el (combine-run-hooks): Remove.
3067
3068 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
3069 and remove the rogue second spec.
3070
bdd6d4e8
GM
30712000-12-23 Gerd Moellmann <gerd@gnu.org>
3072
3073 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
3074
26736ce3
SM
30752000-12-22 Stefan Monnier <monnier@cs.yale.edu>
3076
0e86b6b0
SM
3077 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
3078 Use minibuffer menu prompt for the `=' prefix.
3079 (smerge-command-prefix): Change default to C-^.
6eabfb26 3080 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 3081
26736ce3
SM
3082 * skeleton.el (skeleton-internal-1): Make sure the first line of
3083 the region is also re-indented.
d21584d6
SM
3084 (skeleton-end-newline): New var.
3085 (skeleton-end-hook): Use it.
26736ce3 3086
95fa4fd7
MB
30872000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3088
3089 * comint.el (comint-password-prompt-regexp): Support CVS.
3090
f060b834
GM
30912000-12-22 Gerd Moellmann <gerd@gnu.org>
3092
83c9cb8e
SM
3093 * simple.el (delete-key-deletes-forward-mode): Simplify.
3094 Also backspace key combinations, depending on
856ff7a7
GM
3095 delete-key-deletes-forward.
3096
3097 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
3098
f060b834
GM
3099 * simple.el (delete-key-deletes-forward): Doc fix.
3100
653558a1
GM
31012000-08-22 Emmanuel Briot <briot@gnat.com>
3102
3103 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 3104 white spaces are relevant in the XML file.
653558a1
GM
3105 (xml-parse-file): Do not kill an existing Emacs buffer if the file
3106 to parse was already edited. This allows for on-the-fly analysis
26736ce3 3107 of XML files.
653558a1
GM
3108 (xml-parse-tag): Check that the casing is the same in the start
3109 tag and end tag, since XML is case-sensitive. Allows for spaces
3110 in the end tag, after the name of the tag.
3111 (xml-parse-attlist): Allow for the character '-' in the name of
3112 attributes, as in the standard http-equiv attribute Do not save
26736ce3 3113 the properties in the XML tree, since they are not relevant.
653558a1 3114
3ad93d8d
SM
31152000-12-21 Stefan Monnier <monnier@cs.yale.edu>
3116
3117 * generic.el (generic-read-type): Undo last change, inline into
3118 `generic-mode' and then remove.
3119 (generic-mode): Inline generic-read-type.
3120 (define-generic-mode): Push the symbol name rather than the symbol
3121 onto generic-mode-list.
3122
177f4e88
GM
31232000-12-21 Gerd Moellmann <gerd@gnu.org>
3124
8e15274f
GM
3125 * generic.el (generic-read-type): Build an alist for
3126 completing-read as in 20.7.
3127
3128 * play/landmark.el (lm): Use interactive spec `P'.
3129 (toplevel): Don't set debug-on-error.
3130
83c9cb8e 3131 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 3132
6ba384dc
GM
31332000-12-21 Dave Pearson <davep@davep.org>
3134
3135 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 3136
647a066c
GM
31372000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3138
3139 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
3140 ranges like \177-\237, but accepts the character sequence from \177 to
3141 \237. Doc fix.
3142 (ebnf-version): New version (3.4).
3143 (ebnf-setup): Code fix.
3144 (ebnf-range-regexp): New fun.
3145 (ebnf-8-bit-chars): Const fix.
3146
3147 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
3148 entry. Doc fix.
3149 (ebnf-bnf-lex): Code fix.
3150 (ebnf-bnf-comment-chars): Const fix.
3151
3152 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
3153 entry. Doc fix.
3154 (ebnf-iso-comment-chars): Const fix.
3155
3156 * ebnf-otz.el: Doc fix.
3157
3158 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
3159 entry. Doc fix.
3160 (ebnf-yac-skip-code): Code fix.
3161 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 3162
bc22fd18
EZ
31632000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
3164
3165 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
3166 (recover-file): Use it instead of insert-directory.
3167 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 3168
587fc3f9
KH
31692000-12-21 Kenichi Handa <handa@etl.go.jp>
3170
83c9cb8e
SM
3171 * international/mule-cmds.el (select-safe-coding-system):
3172 Check coding-category-list more rigidly. Improve help message.
eeefcfde 3173
587fc3f9
KH
3174 * dired.el (dired-move-to-filename-regexp): Fix previous change.
3175
01860fb9
MB
31762000-12-21 Miles Bader <miles@gnu.org>
3177
83c9cb8e 3178 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 3179
3f9d67a6
KH
31802000-12-21 Kenichi Handa <handa@etl.go.jp>
3181
9fd1c1f7
KH
3182 * international/mule-diag.el (describe-char-after): Make *Help*
3183 buffer inherit multibyteness of the current buffer.
3184
3f9d67a6
KH
3185 * international/mule.el (make-char): Docstring adjusted for the
3186 change of make-char-internal.
3187
c9669fac
SM
31882000-12-20 Stefan Monnier <monnier@cs.yale.edu>
3189
3190 * international/iso-cvt.el: Docstrings fix.
3191
19594307
DL
31922000-12-20 Dave Love <fx@gnu.org>
3193
3194 * subr.el (eval-after-load): Doc fix.
3195
b1a447b3
KH
31962000-12-20 Kenichi Handa <handa@etl.go.jp>
3197
3198 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
3199 for numbers.
3200
09877d5d
MB
32012000-12-20 Miles Bader <miles@gnu.org>
3202
3203 * international/quail.el (quail-help): Resize the help window
3204 again after it has all its contents. Remove unneeded progn.
3205
71d4497a
GM
32062000-12-19 Gerd Moellmann <gerd@gnu.org>
3207
3208 * pcmpl-linux.el: Fix copy/paste error.
3209
741e56a0
AI
32102000-12-19 Andrew Innes <andrewi@gnu.org>
3211
83c9cb8e 3212 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 3213
cc24d91c
CD
32142000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
3215
ba4c05aa
CD
3216 * progmodes/idlw-rinfo.el: Fixed copyright notice.
3217
3218 * progmodes/idlw-toolbar.el: Fixed copyright notice.
3219
3220 * progmodes/idlw-shell.el: Fixed copyright notice.
3221
3222 * progmodes/idlwave.el: Fixed copyright notice.
3223
71d4497a 3224 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
3225 TAB as key separators.
3226
524c8caf
GM
32272000-12-19 Alex Schroeder <alex@gnu.org>
3228
3229 * sql.el (sql-sybase-options): New option.
3230 (sql-sybase): Use it. Add sql-database to the list of parameters
3231 provided for login. The options -w 2048 -n are not used any more.
3232 (sql-postgres-options): Changed default from "--pset" to "-P".
3233 (sql-mysql-options): Doc change.
3234 (sql-stop): Doc change.
3235
b5fa513d
KH
32362000-12-19 Kenichi Handa <handa@etl.go.jp>
3237
3238 * international/quail.el (quail-input-method): Always hide
3239 the guidance buffer on exiting.
3240
91c9e6ce
GM
32412000-12-18 Gerd Moellmann <gerd@gnu.org>
3242
c6da4eb4
GM
3243 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
3244 isn't fboundp.
3245
3d2a0e0b
GM
3246 * server.el (server-buffer-done): Bury the buffer before
3247 killing it.
3248
91c9e6ce
GM
3249 * faces.el (face-spec-set): Interpret a nil in specs for
3250 foreground and background colors as `unspecified', for
3251 compatibility with 20.x.
3252
40fa0008
DL
32532000-12-18 Dave Love <fx@gnu.org>
3254
22adbe54
DL
3255 * simple.el (mail-user-agent): Doc fix.
3256 (input-mode-8-bit): Removed.
3257
3258 * international/mule.el (set-keyboard-coding-system): Doc fix.
3259 (keyboard-coding-system): New option.
3260
40fa0008
DL
3261 * mail/sendmail.el (send-mail-function): Customize.
3262
6f4745e2
EZ
32632000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
3264
3265 * international/codepage.el (cp866-decode-table): New table.
3266
82b90229
GM
32672000-12-18 Gerd Moellmann <gerd@gnu.org>
3268
3269 * version.el (emacs-version): Remove `%a' from the time format
3270 because the weekday doesn't fit well into each locale.
3271
5a047002
MB
32722000-12-18 Miles Bader <miles@gnu.org>
3273
7f49aa07
MB
3274 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
3275
ca2ddd8e 3276 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
3277 Check that emacs-major-version is `=' to 20, not `>='.
3278 (artist-replace-chars): Use `make-string' instead of a loop.
3279
22ea2607
EZ
32802000-12-17 Stefan Monnier <monnier@cs.yale.edu>
3281
3282 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
3283 (cvs-execute-single-file): Don't change directory.
3284 Patch from Per Cederqvist.
3285
6c825f8e
EZ
32862000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3287
83c9cb8e
SM
3288 * textmodes/ispell.el (check-ispell-version):
3289 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
3290 of -vv.
3291
8ff06845
KH
32922000-12-16 Kenichi Handa <handa@etl.go.jp>
3293
af4bb4c8
KH
3294 * international/mule-diag.el (mule-diag): Insert information about
3295 configure options, multibyte awareness, language env.
3296
8ff06845
KH
3297 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
3298 regexp to search for candidates.
3299
b24e84ab
EZ
33002000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3301
3302 * info.el (Info-forward-node): If the node has an
3303 Info-header-line, widen the buffer before searching for "next:"
3304 and "up:" pointers, and set the search limit to stay in the
3305 current node.
3306
7981d89f
MB
33072000-12-16 Miles Bader <miles@gnu.org>
3308
3309 * simple.el (delete-trailing-whitespace): Remove extraneous let.
3310
88ee7917
MB
33112000-12-15 Miles Bader <miles@gnu.org>
3312
3313 * comint.el (comint-send-string, comint-send-region): Also accept
3314 a buffer, buffer-name, or nil for PROCESS, for compatibility with
3315 process-send-string/region.
3316
0c28d842
GM
33172000-12-15 Gerd Moellmann <gerd@gnu.org>
3318
4ea7fdca
GM
3319 * isearch.el (isearch-lazy-highlight-max): New user-option.
3320 (isearch-lazy-highlight-update): Don't highlight more than
3321 isearch-lazy-highlight-max matches.
3322
0c28d842
GM
3323 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
3324
984c9f75 33252000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 3326
8062e53a
GM
3327 * sort.el (sort-columns): Fix error message.
3328
3ffa545b
GM
3329 * dabbrev.el (dabbrev--last-case-pattern): Value is now
3330 `upcase' or `downcase' or nil.
3331 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
3332 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
3333 (dabbrev--substitute-expansion): New arg record-case-pattern.
3334 If it is non-nil, set dabbrev--last-case-pattern.
3335 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
3336
3337 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
3338
c2d7f289
MB
33392000-12-15 Miles Bader <miles@gnu.org>
3340
b6348438
MB
3341 * paths.el (Info-default-directory-list): Don't delete
3342 configure-info-directory from the list of standard info
83c9cb8e 3343 directories when appending it to the end -- their order is important.
b6348438 3344
f9056dd9
MB
3345 * faces.el (read-face-attribute): If there's no entry for the
3346 user's input in VALID, just use it as-is (this will often result
3347 in an error, but it may be OK for e.g. colors using hexadecimal
3348 notation, and at least will yield a better error message).
3349
c2d7f289 3350 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 3351 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
3352 Variables removed.
3353 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
3354 window is really the right size. Use vertical-motion
3355 rather than forward-line.
3356 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
3357 (ispell-command-loop, ispell-show-choices): Use the variable
3358 ispell-choices-win-default-height, rather than the function.
3359 (ispell-choices-win-default-height): Function removed.
3360 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 3361
8f530b95
SM
33622000-12-14 Stefan Monnier <monnier@cs.yale.edu>
3363
3364 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
3365
6d435deb
EZ
33662000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
3367
83c9cb8e
SM
3368 * paths.el (Info-default-directory-list):
3369 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
3370 put it first in the list; otherwise put it last. Doc string
3371 changed accordingly.
3372
3373 * info.el (Info-directory-list): Change doc string to reflect the
3374 change in Info-default-directory-list.
3375
6d435deb
EZ
3376 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
3377 windows-nt as windowed environments, even under -nw.
3378
3379 * startup.el (command-line): Don't call x-backspace-delete-keys-p
3380 if not fboundp. Switch delete-forward mode for the <delete> key
3381 on all PC platforms, even under -nw.
3382
3383 * term/internal.el ([M-delete]): Remap to M-d.
3384
9d7d9263
GM
33852000-12-14 Gerd Moellmann <gerd@gnu.org>
3386
3387 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
3388
7cf0153a
EZ
33892000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
3390
3391 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3392
5e5b3d41
GM
33932000-12-14 Gerd Moellmann <gerd@gnu.org>
3394
5f368d29
GM
3395 * startup.el (command-line): Call delete-key-deletes-forward-mode,
3396 if appropriate.
3397
3398 * simple.el (delete-key-deletes-forward): New user-option.
3399 (delete-key-deletes-forward-mode): New function.
3400
9d7d9263 3401 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 3402
83c9cb8e
SM
3403 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
3404 Test if symbol is bound before getting its value.
5e5b3d41
GM
3405
3406 * tooltip.el (tooltip-show): If an error is signaled in
3407 x-show-tip, display that error, and display the help in the
3408 echo area.
ca2ddd8e 3409
191b83b6
KH
34102000-12-14 Kenichi Handa <handa@etl.go.jp>
3411
83c9cb8e
SM
3412 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
3413 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 3414
6192b604
KF
34152000-12-13 Karl Fogel <kfogel@red-bean.com>
3416
3417 * bookmark.el: Provide a generic exit hook, as suggested by
3418 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
3419 (bookmark-exit-hook): New var.
3420 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
3421 old raw lambda form in `kill-emacs-hook', and runs new
3422 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
3423 as logically that feature must have been provided if this function
3424 is running.
3425 Removed ;;;###autoload before the `add-hook' call.
3426
5edf6b55
SM
34272000-12-13 Stefan Monnier <monnier@cs.yale.edu>
3428
3429 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
3430 (easy-menu-current-active-maps): New function.
3431 (easy-menu-get-map): Use it.
3432 Make a proper menu entry when creating a new keymap.
3433
16b5e8e6
KH
34342000-12-13 Kenichi Handa <handa@etl.go.jp>
3435
d49fc4eb
KH
3436 * international/characters.el: Fix cases and syntaxes for
3437 mule-unicode-0100-24ff.
3438
3b53d876
KH
3439 * dired.el (dired-move-to-filename-regexp): Fixed for the case
3440 that a Japanese character is not appended after day and year.
3441
16b5e8e6
KH
3442 * info.el (Info-suffix-list): Change format for a command that
3443 requires arguments.
3444 (info-insert-file-contents): Adjusted for the above change.
3445
1df1c518
AS
34462000-12-12 Andreas Schwab <schwab@suse.de>
3447
3448 * tar-mode.el (tar-extract): Base the name of the subfile buffer
3449 on the name of the tar buffer. Verify that the existing buffer is
3450 visiting the same subfile.
3451
a7a07b98
DL
34522000-12-12 Dave Love <fx@gnu.org>
3453
3454 * subdirs.el: Add obsolete.
3455
4fdbd809
GM
34562000-12-12 Gerd Moellmann <gerd@gnu.org>
3457
bfdb75ee
GM
3458 * mail/rmailsum.el (rmail-summary-expunge)
3459 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
3460 instead of rmail-confirm-expunge.
3461
4fdbd809
GM
3462 * replace.el (perform-replace): Don't use an empty match adjacent
3463 to a non-empty match when computing the next match before the
3464 replacement is performed.
3465
e9a59cad
GM
34662000-12-12 Milan Zamazal <pdm@freesoft.cz>
3467
3468 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
3469 definition (patch by Stefan Monnier).
3470 (glasses-mode): Use jit-lock instead of `after-change-functions'
3471 (patch by Stefan Monnier).
3472
c2def7a0
MB
34732000-12-12 Miles Bader <miles@gnu.org>
3474
3475 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
3476 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
3477
591b63b4
AC
34782000-12-12 Andrew Choi <akochoi@i-cable.com>
3479
3480 * term/mac-win.el: Remove load for ls-lisp.
3481
a924cf63 3482 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 3483
5ff4ba3d
MB
34842000-12-12 Miles Bader <miles@gnu.org>
3485
3486 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
3487 Respect field end too.
3488 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
3489 (newline-and-indent, reindent-then-newline-and-indent):
3490 Use `delete-horizontal-space'.
5ff4ba3d 3491
d0c679bc
SM
34922000-12-11 Stefan Monnier <monnier@cs.yale.edu>
3493
adf9c994
SM
3494 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
3495 (so as to obey the field property in the minibuffer).
3496
4b0cd42d
SM
3497 * obsolete/c-mode.el: Moved from lisp/progmodes.
3498 * obsolete/auto-show.el: Moved from lisp.
3499 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 3500
89f85863
CD
35012000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
3502
3503 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 3504 changes to list them here.
89f85863 3505
83c9cb8e
SM
3506 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
3507 Too many changes to list them here.
89f85863 3508
83c9cb8e
SM
3509 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
3510 Too many changes to list them here.
89f85863
CD
3511
3512 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
3513
3e0d35ce
GM
35142000-12-11 Gerd Moellmann <gerd@gnu.org>
3515
83c9cb8e 3516 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 3517
ca2ddd8e 3518 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
3519 Comment fix.
3520
3e0d35ce
GM
3521 * hscroll.el: Moved to `obsolete' subdir.
3522
ff904dd6
MB
35232000-12-11 Miles Bader <miles@gnu.org>
3524
3525 * window.el (window-text-height): Function removed (now in C).
3526
fb97d87f
SM
35272000-12-10 Stefan Monnier <monnier@cs.yale.edu>
3528
3529 * log-edit.el (log-edit-parent-buffer): New var.
3530 (log-edit): Set it. Add BUFFER argument.
3531 (log-edit-done): Use char-before.
3532 Don't bother checking validity of vc-comment-ring.
3533 Only bury the buffer if log-edit popped it up.
3534
3535 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
3536 (cvs-mode-diff-help): Remove.
3537 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 3538 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
3539
3540 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
3541 Remove binding for ? now made unnecessary.
3542
7de77417
CD
35432000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
3544
83c9cb8e 3545 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
3546 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
3547
3548 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
3549 when master file is not open.
3550
4efa209f
SM
35512000-12-09 Stefan Monnier <monnier@cs.yale.edu>
3552
3553 * progmodes/ada-stmt.el: Update `maintainer'.
3554
0a8052bd
GM
35552000-12-09 Stephen Gildea <gildea@alum.mit.edu>
3556
3557 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
3558 choices to match documentation string.
3559
a12167c5
MB
35602000-12-09 Miles Bader <miles@gnu.org>
3561
2161605d
MB
3562 * minibuf-eldef.el: New file.
3563
a12167c5
MB
3564 * window.el (fit-window-to-buffer): Don't pass last argument to
3565 pos-visible-in-window-p, now that its meaning is inverted.
3566
9ea8de1b
EZ
35672000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
3568
3569 * image.el (create-image): Doc fix; spotted by Per Cederqvist
3570 <ceder@lysator.liu.se>.
3571
5002ddbb
SM
35722000-12-08 Stefan Monnier <monnier@cs.yale.edu>
3573
b6114d80
SM
3574 * autoinsert.el (auto-insert-alist): Add missing final \n.
3575
ee8d23ee
SM
3576 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
3577 (cvs-menu-map): Remove.
3578 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
3579 (cvs-mode-quit): Turn it back into a plain function.
3580
5002ddbb 3581 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 3582 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
3583
3584 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
3585 file where it's more visible.
3586 (texinfo-filter, texinfo-chapter-level-regexp): New variables
3587 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
3588 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
3589 (texinfo-inside-macro-p): Only catch `scan-error's.
3590 (texinfo-inside-env-p): Make better use of the match info.
3591 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
3592 (texinfo-insert-@end): Slight re-organization.
3593 Also remove useless `looking-at' call.
3594
30cd075d
AI
35952000-12-08 Andrew Innes <andrewi@gnu.org>
3596
3597 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
3598 accessible in -nw mode.
3599
3600 * term/w32-win.el: Remove stuff about selection timeout, which is
3601 irrelevant on Windows. Move clipboard support to w32-fns.el, so
3602 it is accessible in -nw mode.
3603
01b91009
DL
36042000-12-08 Dave Love <fx@gnu.org>
3605
83c9cb8e
SM
3606 * emacs-lisp/lisp-mode.el (lisp-mode):
3607 Set font-lock-keywords-case-fold-search.
01b91009 3608
842b2a94
GM
36092000-12-08 Gerd Moellmann <gerd@gnu.org>
3610
3611 * textmodes/ispell.el (ispell): Doc fix.
3612
f9d5f611
KH
36132000-12-08 Kenichi Handa <handa@etl.go.jp>
3614
3615 * international/quail.el (quail-insert-decode-map): Check the
3616 frame width of a window displaying the current buffer, not that of
3617 the selected frame.
3618 (quail-help): Make sure that the help buffer has window before
3619 inserting text in it.
3620
e04d21aa
SS
36212000-12-07 Sam Steingold <sds@gnu.org>
3622
3623 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
3624 Backquote is used in isearch.el, so autoloading saves nothing.
3625
fc3e23a4
EZ
36262000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
3627
83c9cb8e
SM
3628 * startup.el (normal-top-level-add-subdirs-to-load-path):
3629 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 3630
fc3e23a4
EZ
3631 * dired.el (dired-insert-directory): If file-system-info is
3632 fboundp, call it instead of invoking dired-free-space-program.
3633
796ecd10
GM
36342000-12-07 Gerd Moellmann <gerd@gnu.org>
3635
0f5f7c3e
GM
3636 * server.el (server-visit-files): Push files on file-name-history.
3637
3764ba49
GM
3638 * progmodes/cc-langs.el: Update copyright.
3639
8e7931da
GM
3640 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
3641
ae0d7485 3642 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 3643
796ecd10
GM
3644 * bindings.el (mode-line-mode-menu): Reverse the order
3645 of define-keys so that the menu appears in alphabetical order.
3646
ae0d7485
GM
36472000-12-07 Milan Zamazal <pdm@freesoft.cz>
3648
3649 * progmodes/glasses.el (glasses-mode): Update mode line at the end
3650 of the function.
3651
e2849090
DL
36522000-12-07 Dave Love <fx@gnu.org>
3653
3654 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
3655
3656 * facemenu.el (facemenu-unlisted-faces): Fix value.
3657
5c7f629c
SM
36582000-12-07 Stefan Monnier <monnier@cs.yale.edu>
3659
3660 * font-lock.el (font-lock-default-fontify-region):
3661 Include the terminating \n (off-by-one error).
3662 (font-lock-set-defaults): Use dolist.
3663
3664 * derived.el (define-derived-mode): Don't use combine-run-hooks.
3665
73481ae3
KH
36662000-12-07 Kenichi Handa <handa@etl.go.jp>
3667
83c9cb8e
SM
3668 * international/mule-cmds.el (describe-language-environment):
3669 Fix for the case that an input method title is not string but a list.
ffbaa122 3670
73481ae3
KH
3671 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
3672 of wrong SIZE record.
3673
e2896b22
DL
36742000-12-06 Dave Love <fx@gnu.org>
3675
67292061
DL
3676 * newcomment.el (comment-region, comment-dwim): Doc fix.
3677
3678 * textmodes/texinfo.el: Require tex-mode when compiling.
3679 (texinfo-update-node): Doc fix.
3680 (texinfo-imenu-generic-expression): Add @anchor.
3681 (texinfo-font-lock-keywords): Add @uref.
3682 (texinfo-inside-macro-p): Don't use ignore-errors.
3683 (texinfo-insert-quote): Match more contexts.
3684
e76938e7
DL
3685 * international/mule.el (decode-char, encode-char): Doc fix.
3686 (auto-coding-alist): Customize.
3687
3688 * files.el (load-file): Fix change of 2000-03-12.
3689
e2896b22
DL
3690 * wid-edit.el (widget-text-keymap): Doc fix.
3691
6610f4b2
AI
36922000-12-06 Andrew Innes <andrewi@gnu.org>
3693
3694 * makefile.w32-in (lisp): Set to an absolute directory, namely
3695 $(CURDIR).
3696
9e3366e4
EZ
36972000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3698
3699 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
3700 read generated-autoload-file, and set buffer-file-coding-system to
3701 raw-text-unix after reading the file.
3702
83c9cb8e
SM
3703 * international/mule-conf.el (file-coding-system-alist):
3704 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 3705
d94d636f
GM
37062000-12-06 Gerd Moellmann <gerd@gnu.org>
3707
384333ee
GM
3708 * replace.el (occur): Make line-number-width 1 smaller for the
3709 colon following the line number.
3710
83c9cb8e
SM
3711 * startup.el (fancy-splash-text, command-line-1):
3712 Use `File' for the menu name instead of `Files'.
e04d21aa 3713
d4b72d58
GM
3714 * tmm.el: Update copyright.
3715
d94d636f
GM
3716 * cus-start.el: Add entry for even-window-heights.
3717
6e424019
MB
37182000-12-06 Miles Bader <miles@gnu.org>
3719
3720 * faces.el (frame-set-background-mode): Avoid stomping on
3721 locally modified faces.
3722
e6477b58
KH
37232000-12-06 Kenichi Handa <handa@etl.go.jp>
3724
3725 * international/fontset.el: Correct the font registries for
3726 japanese-jisx0213-1 and japanese-jisx0213-2.
3727
21999ab9
GM
37282000-12-05 Gerd Moellmann <gerd@gnu.org>
3729
57d6e381
GM
3730 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
3731
21999ab9
GM
3732 * iswitchb.el: Update customization commentary.
3733
7422819c
GM
37342000-12-05 Rob Riepel <riepel@Stanford.EDU>
3735
3736 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
3737 (tpu-search-highlight): Fixed comparison of overlay end positions.
3738 (tpu-trim-line-ends): Implemented trimming logic locally.
3739
3740 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 3741 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 3742
73daff18
KH
37432000-12-05 Kenichi Handa <handa@etl.go.jp>
3744
3745 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
3746 to cn-gb.
3747 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
3748
6a4cd002
DL
37492000-12-04 Dave Love <fx@gnu.org>
3750
3751 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
3752
6452929e
GM
37532000-12-04 Gerd Moellmann <gerd@gnu.org>
3754
e04d21aa 3755 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
3756 (rmail-summary-expunge-and-save): Ask for confirmation with
3757 rmail-expunge-confirmed.
3758
3759 * mail/rmail.el (rmail-expunge-confirmed): New function.
3760 (rmail-expunge): Use it.
3761
1790abf4
FP
37622000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
3763
0c68ce6f 3764 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
3765 (etags-recognize-tags-table, find-tag-in-order):
3766 New functionality: interpret file names as tags.
e04d21aa 3767
7a53d8c8
EZ
37682000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
3769
3770 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
3771 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
3772 the first subnode until the bottom of the current node is visible.
7a53d8c8 3773
caa15ef7
GM
37742000-12-04 Gerd Moellmann <gerd@gnu.org>
3775
3776 * format.el (format-decode): Don't change buffer's undo list.
3777
e225faa7
KH
37782000-12-04 Kenichi Handa <handa@etl.go.jp>
3779
3780 * faces.el (face-font-registry-alternatives): Add entries for CJK
3781 fonts. Doc-string adjusted for the actual usage of this data.
3782
3783 * international/fontset.el: Change the font registries for CJK
3784 fonts in the default fontset. Don't append '*' to registries.
3785
8b262a65
SM
37862000-12-03 Stefan Monnier <monnier@cs.yale.edu>
3787
e04d21aa 3788 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
3789 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
3790
3791 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
3792 (derived-mode-p): New function.
3793 (derived-mode-make-docstring): Add `docstring' argument.
3794 Use it if available and complete it if necessary.
3795
33c4460b
AS
37962000-12-03 Andreas Schwab <schwab@suse.de>
3797
3798 * type-break.el (type-break): Don't make parent of itself.
3799
5c9b3fac
MB
38002000-12-03 Miles Bader <miles@gnu.org>
3801
3802 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
3803
27ce741e
SM
38042000-12-02 Stefan Monnier <monnier@cs.yale.edu>
3805
07c16ec4
SM
3806 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
3807 (tex-main-file, tex-file): Simplify.
3808 (tex-generate-zap-file-name): Use subst-char-in-string.
3809 (tex-strip-dots): Remove.
3810
c19cc275
SM
3811 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
3812
27ce741e
SM
3813 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
3814 to check if the match succeeded.
3815
285991dc
GM
38162000-12-02 Gerd Moellmann <gerd@gnu.org>
3817
3818 * startup.el (use-fancy-splash-screens-p): New function.
3819 (command-line-1): Use it to determine whether or not to use
3820 a fancy splash screen.
3821
52dca1b2
AS
38222000-12-02 Andreas Schwab <schwab@suse.de>
3823
3824 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
3825
d3e7e7cf
EZ
38262000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3827
2dce2360
EZ
3828 * international/mule.el (make-char): Fix last change.
3829
9768eaa7
EZ
3830 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3831 New defcustoms.
3832 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
3833 autoloading tex-mode; instead, do the same manually.
3834 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
3835 with numeric argument. Docstring fix.
3836 (toplevel): Require cl when compiling.
e04d21aa 3837
285991dc 3838 * international/mule.el (make-char): Doc fix.
d3e7e7cf 3839
0dd5e255
JR
38402000-12-02 Jason Rumney <jasonr@gnu.org>
3841
3842 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
3843 the Emacs Lisp manual)
3844
fbb87147
EZ
38452000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3846
5cbb3e93
EZ
3847 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3848
fbb87147
EZ
3849 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
3850 the Emacs Lisp manual).
3851
1636ca09
GM
38522000-12-02 Gerd Moellmann <gerd@gnu.org>
3853
3854 * simple.el (next-line-add-newlines): Change default to nil.
3855
68875f0e
EZ
38562000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
3857
83c9cb8e
SM
3858 * files.el (revert-buffer, recover-file):
3859 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 3860
fd9ac94c
GM
38612000-12-01 Gerd Moellmann <gerd@gnu.org>
3862
3863 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
3864
45450dd5
MB
38652000-12-01 Miles Bader <miles@gnu.org>
3866
3867 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
3868
09df8881
KH
38692000-12-01 Kenichi Handa <handa@etl.go.jp>
3870
3871 * international/mule-diag.el (describe-char-after): Fix typo.
3872 (describe-character-set, non-iso-charset-alist): Fix typo.
3873
dea0a87d
MB
38742000-12-01 Miles Bader <miles@gnu.org>
3875
b170205b
MB
3876 * image-file.el (image-file-name-regexp): Automatically add
3877 upper-case variants of each filename extension in
3878 `image-file-name-extensions', since they seem to be common.
3879
e04d21aa 3880 * simple.el (minibuffer-contents)
dea0a87d
MB
3881 (minibuffer-contents-no-properties, delete-minibuffer-contents):
3882 New functions.
3883 * filecache.el (file-cache-directory-name)
3884 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
3885
2b69bc11 38862000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 3887
dea0a87d
MB
3888 * filecache.el (file-cache-minibuffer-complete): Don't try to
3889 delete the minibuffer prompt.
3890
a8a1b05d
DL
38912000-11-30 Dave Love <fx@gnu.org>
3892
3893 * cus-start.el: Fix read-buffer-function type.
3894
693c4692
GM
38952000-11-30 Gerd Moellmann <gerd@gnu.org>
3896
3897 * md5.el: Removed. There's a built-in function, now.
3898
2c0b1898
GM
38992000-11-30 Markus Rost <rost@math.ohio-state.edu>
3900
3901 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
3902 as dummy 0-th char of rmail-deleted-vector.
3903
63dfcf4b
EZ
39042000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
3905
3906 * ps-print.el (ps-end-job): Bind case-fold-search only after
3907 switching to ps-spool-buffer.
3908
39092000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3910
3911 * ps-print.el: Line number font customization. PostScript: Lines and
3912 PageCount are initialized on each page. Doc Fix.
3913 (ps-print-version): New version number (6.3.2).
3914 (ps-lpr-switches, ps-font-info-database, ps-font-size)
3915 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
3916 (ps-right-header): Customization fix.
3917 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
3918 Fix code.
3919 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
3920 New vars.
3921
df3aedcf
GM
39222000-11-30 Gerd Moellmann <gerd@gnu.org>
3923
edfb795e
GM
3924 * bs.el: Fix typos and spelling errors.
3925 (bs-appearance) <defgroup>: Renamed from bs-appearence.
3926 (bs-configuration): Doc fix.
e04d21aa 3927
df3aedcf
GM
3928 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
3929
8b8a7f01
GM
39302000-11-30 Rob Riepel <riepel@Stanford.EDU>
3931
3932 * emulation/tpu-edt.el (tpu-version): New version.
3933 (tpu-search-overlay, tpu-replace-overlay): New initial range.
3934 (tpu-original-mode-line): Variable deleted.
3935 (tpu-mark-flag): New initial value.
83c9cb8e
SM
3936 (tpu-set-mode-line): Don't redefine mode-line-format.
3937 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
3938 (tpu-update-mode-line): New mark flag logic.
3939 (tpu-get): Use find-file-wildcards.
3940 (tpu-search-highlight): Move overlay less, reset overlay properly.
3941 (tpu-unselect): Deactivate mark.
3942 (tpu-lm-replace): Reset overlay properly.
3943 (tpu-forward-line): Use forward-visible-line.
3944 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
3945
83c9cb8e 3946 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 3947
c069a9d3
GM
39482000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
3949
3950 * cus-edit.el (custom-face-value-create): Always emphasize tag.
3951
b02cd40b
GM
39522000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3953
3954 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
3955 and skip whitespace and newlines.
e04d21aa 3956
b7a90344
SM
39572000-11-30 Stefan Monnier <monnier@cs.yale.edu>
3958
3959 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
3960
be6bbb55
GM
39612000-11-29 Gerd Moellmann <gerd@gnu.org>
3962
0383ed60
GM
3963 * help.el (describe-function-1): Regexp-quote function name
3964 when used as part of a regexp.
3965
83c9cb8e
SM
3966 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3967 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
3968 (tool-bar-add-item): Likewise, and handle unspecified colors.
3969
3970 * enriched.el (enriched-face-ans): Use face-attribute instead
3971 of face-foreground and face-background.
3972
3973 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 3974 Return nil if attribute is unspecified, for backward compatibility.
c7957947 3975
7423978d
GM
3976 * files.el (auto-mode-alist): Add an entry for antlr-mode.
3977
ef128c78
GM
3978 * play/5x5.el: Remove version info.
3979
a81fc510
GM
3980 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
3981
be6bbb55
GM
3982 * frame.el (blink-cursor-mode): Doc fix.
3983
f9396e03
GM
39842000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3985
3986 * antlr-mode.el: New commands to run ANTLR from within Emacs and
3987 to create Makefile rules.
3988 (antlr-tool-command): New user option.
3989 (antlr-ask-about-save): New user option.
3990 (antlr-makefile-specification): New user option.
3991 (antlr-file-formats-alist): New variable.
3992 (antlr-special-file-formats): New variable.
3993 (antlr-unknown-file-formats): New user option.
3994 (antlr-help-unknown-file-text): New variable.
3995 (antlr-help-rules-intro): New variable.
3996 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
3997 (antlr-mode-menu): Add entries.
3998 (antlr-file-dependencies): New function.
3999 (antlr-directory-dependencies): New function.
4000 (antlr-superclasses-glibs): New function.
4001 (antlr-run-tool): New command.
4002 (antlr-makefile-insert-variable): New function.
4003 (antlr-insert-makefile-rules): New function.
4004 (antlr-show-makefile-rules): New command.
4005
4006 * antlr-mode.el: More Emacs/XEmacs stuff.
4007 (antlr-no-action-keywords): New constant with value nil.
4008 (antlr-font-lock-keywords-alist): Use it. Old value would break
4009 syntax highlighting in Emacs-21.0.
4010 (antlr-default-directory): Emacs/XEmacs dependend function.
4011 (antlr-read-shell-command): Ditto.
4012 (antlr-with-displaying-help-buffer): Ditto.
4013
40142000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4015
4016 * antlr-mode.el: imenu, parsing and highlighting changes.
4017 (antlr-imenu-create-index-function): Don't create extra submenus
4018 for definitions in different grammar classes. It is not necessary
4019 for the menu and would make command `imenu' awkward to use.
4020 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
4021 header actions and more than one.
4022 (antlr-font-lock-tokendef-face): Changed color.
4023 (antlr-font-lock-tokenref-face): Changed color.
4024 (antlr-font-lock-additional-keywords): Also highlight lowercase.
4025 (antlr-mode-syntax-table): New variable.
4026 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
4027 (antlr-with-syntax-table): Don't copy syntax table.
4028
40292000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4030
4031 * antlr-mode.el: Minor changes: language setting.
4032 (antlr-language-alist): The value for file option "language" can
4033 be both an identifier and a string.
4034 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
4035 (antlr-language-limit-n-regexp): Change accordingly.
4036
40372000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4038
4039 * antlr-mode.el: Minor changes: tabs, hiding.
4040 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
4041 (antlr-action-visibility): Also allow value nil to also hide the
4042 braces. Renamed from `antlr-tiny-action-length'.
4043 Suggested by Jay@aol.com.
4044 (antlr-hide-actions): Change accordingly. Hide line if completely
4045 hidden action is on a line of its own.
e04d21aa 4046
6ad948eb
SM
40472000-11-29 Stefan Monnier <monnier@cs.yale.edu>
4048
4049 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
4050
4051 * sort.el (sort-columns): Don't concat strings with numbers.
4052
9c6a4107
DL
40532000-11-29 Dave Love <fx@gnu.org>
4054
4055 * cus-edit.el (face): Fix :format.
4056
4057 * mail/feedmail.el: Require smtpmail when compiling.
4058 (mail-do-fcc): Autoload.
4059 (feedmail) <defgroup>: Fix :link.
4060 (feedmail-nuke-body-in-fcc): Fix :type.
4061 (feedmail-send-it): Add autoload cookie.
4062
053b8d35
SM
40632000-11-29 Stefan Monnier <monnier@cs.yale.edu>
4064
4065 * newcomment.el (comment-indent): Save excursion around call to
4066 comment-indent-function.
4067
242c13e8
MB
40682000-11-29 Miles Bader <miles@gnu.org>
4069
4070 * subr.el (member-ignore-case): Return the tail of the list who's
4071 car matches, like `member', not the matching element itself.
4072
8f4b5f28
KH
40732000-11-29 Kenichi Handa <handa@etl.go.jp>
4074
4075 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
4076 should not contain `\n'.
4077
bebe4a2c
GM
40782000-11-28 Gerd Moellmann <gerd@gnu.org>
4079
fd9ac94c 4080 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 4081
ba7e40eb
GM
4082 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
4083
75ab0c79
GM
4084 * dired-aux.el (dired-do-create-files): Construct default file
4085 name for dired-mark-read-file-name so that when the user enters
4086 just RET, the target file will end up in the target directory.
4087
bebe4a2c
GM
4088 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
4089 local-abbrev-table before changing buffers because it might
4090 have a buffer-local binding.
4091
fa6d1ca8
MB
40922000-11-28 Miles Bader <miles@gnu.org>
4093
4094 * simple.el (delete-horizontal-space): Handle fields more generally.
4095
8d2c2642
GM
40962000-11-28 Gerd Moellmann <gerd@gnu.org>
4097
4098 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
4099
8b31236d
DL
41002000-11-28 Dave Love <fx@gnu.org>
4101
3cbd02d2
DL
4102 * progmodes/ps-mode.el (ps-mode): Set comment-start and
4103 comment-start-skip locally.
4104
8b31236d
DL
4105 * progmodes/fortran.el (fortran-mode): Don't set
4106 fortran-comment-line-start-skip. Set comment-start to
4107 fortran-comment-line-start.
4108 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
4109 (fortran-comment-line-start-skip): Simplify slightly.
4110
ae4bf56d
GM
41112000-11-28 Gerd Moellmann <gerd@gnu.org>
4112
17ef7534
GM
4113 * play/5x5.el: Remove RCS keyword.
4114
fd9ac94c 4115 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 4116
665b27a6
GM
41172000-11-28 Milan Zamazal <pdm@freesoft.cz>
4118
83c9cb8e
SM
4119 * textmodes/tildify.el (tildify-string-alist):
4120 Add `plain-tex-mode' here.
665b27a6 4121
fe3c2ae3
GM
41222000-11-28 Colin Walters <walters@cis.ohio-state.edu>
4123
4124 * chistory.el (Command-history-setup): Remove extraneous `keymap'
4125 reference.
4126
d970106b
MB
41272000-11-28 Miles Bader <miles@gnu.org>
4128
36b80a0d
MB
4129 * cus-face.el (custom-face-attributes): Add post-filter function
4130 for :box. Make pre-filter function for :box handle all cases.
4131
d970106b
MB
4132 * wid-edit.el (widget-choose): Make sure pop-up window is large
4133 enough to display all the choices, as there's no way to scroll it.
4134
5a2bae6c
KH
41352000-11-28 Kenichi Handa <handa@etl.go.jp>
4136
4137 * international/mule-conf.el: Make the coding system no-conversion
4138 safe for all characters.
4139
9e836e23
DL
41402000-11-27 Dave Love <fx@gnu.org>
4141
8b31236d
DL
4142 * net/ldap.el (ldap) <defgroup>: Add :version.
4143
9e836e23
DL
4144 * tooltip.el (tooltip-use-echo-area): Doc fix.
4145
4146 * cus-start.el <minibuffer-prompt-properties>: Add version.
4147 <read-buffer-function>: Add.
4148
4149 * apropos.el (apropos-print): Add help-echo to active text.
4150
4151 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
4152
4a74d071
GM
41532000-11-27 Gerd Moellmann <gerd@gnu.org>
4154
4155 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
4156 type, group and version.
4157
76058c27
EZ
41582000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
4159
4a74d071 4160 * select.el (x-get-selection): Docstring fix.
76058c27 4161
fd9ac94c 41622000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 4163
fd9ac94c 4164 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 4165
49060c51
AI
41662000-11-27 Andrew Innes <andrewi@gnu.org>
4167
4168 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
4169
4170 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
4171
b2a8e429
MB
41722000-11-27 Miles Bader <miles@gnu.org>
4173
4174 * dired.el (dired-get-filename): Return filename verbatim if
4175 LOCALP is `verbatim'.
4176 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
4177 `verbatim' so that we don't inadvertently delete a non-existant
4178 directory name.
4179
5ac0366d
KH
41802000-11-27 Kenichi Handa <handa@etl.go.jp>
4181
4182 * international/characters.el: Specify cases and syntaxes for
4183 mule-unicode-0100-24ff.
4184
67f1cf4c
GM
41852000-11-27 Gerd Moellmann <gerd@gnu.org>
4186
4187 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
4188 that foreground and/or background colors of the face `tool-bar'
4189 are unspecified.
4190
46c56972
MB
41912000-11-27 Miles Bader <miles@gnu.org>
4192
e04d21aa 4193 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
4194 (widget-field-end): Handle widget field `pseudo-overlays'.
4195 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
4196 if it's there instead of in `widget-field-list'.
4197
46c56972 4198 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
4199 (help-make-xrefs): Delete extraneous newlines at the end of the
4200 docstring.
46c56972 4201
640a9cdd
JR
42022000-11-25 Jason Rumney <jasonr@gnu.org>
4203
4204 * startup.el (command-line): Call set-locale-environment after
4205 Window System init file is read, as it can result in a call to
4206 redraw-frame.
4207
0b3f96d4
EZ
42082000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
4209
4210 * simple.el (shell-command): Mention the effect of the prefix
4211 argument in the doc string.
4212
8da6e2a1
MB
42132000-11-25 Miles Bader <miles@gnu.org>
4214
a658d039
MB
4215 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
4216
8da6e2a1 4217 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 4218 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 4219
d3416cca
JR
42202000-11-24 Jason Rumney <jasonr@gnu.org>
4221
4222 * international/mule-cmds.el (locale-language-names): Add "jp" as
4223 a non-standard alternative for Japanese.
4224
17e37f53
AS
42252000-11-24 Andre Spiegel <spiegel@gnu.org>
4226
4227 * vc-hooks.el: Require 'cl during compilation.
4228
9aa5f148
GM
42292000-11-24 Gerd Moellmann <gerd@gnu.org>
4230
ba193890
GM
4231 * faces.el (face-set-after-frame-default): Let face attributes
4232 specified for new frames override frame parameters.
4233
9aa5f148
GM
4234 * startup.el (command-line): Fix computation of the source file
4235 for user-init-file when user-init-file is a compiled file.
4236
51a1edab
MB
42372000-11-24 Miles Bader <miles@gnu.org>
4238
e04d21aa 4239 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
4240 (custom-post-filter-face-spec): New functions.
4241 (custom-face-set, custom-face-value-create): Filter the face spec
4242 before and after customization.
4243 (custom-face-set): If VALUE specifies a null face, pass a
4244 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
4245 * cus-face.el (custom-face-attributes): Remove SET and GET
4246 functions. Add some IN-FILTER and OUT-FILTER functions in the few
4247 cases they're needed.
4248
1ed74431
MB
4249 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
4250 that it's distinguishable from the :off-glyph on dark-background
4251 displays. Set its background color too.
4252
67ee1125
MB
4253 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
4254 so that people can easily turn it off.
4255
7d027816 42562000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 4257
7d027816 4258 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 4259
9aa5f148 4260 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 4261
9aa5f148 4262 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 4263
9aa5f148 4264 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 4265 redundant skip-small-frames test.
e04d21aa 4266
9aa5f148 4267 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 4268 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 4269
9aa5f148
GM
4270 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
4271 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
4272 (viper-restore-cursor-type,viper-set-insert-cursor-type):
4273 New functions.
e04d21aa 4274
9aa5f148 4275 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 4276
9aa5f148 4277 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 4278
f07fa1b8
KH
42792000-11-24 Kenichi Handa <handa@etl.go.jp>
4280
83c9cb8e
SM
4281 * international/mule-diag.el (list-iso-charset-chars):
4282 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
4283 (list-non-iso-charset-chars): Fix the `while' condition.
4284
ba8299ff
SM
42852000-11-23 Stefan Monnier <monnier@cs.yale.edu>
4286
79372165
SM
4287 * subr.el (add-hook, remove-hook): Don't call make-local-hook
4288 if the variable is make-variable-buffer-local.
4289
83c9cb8e
SM
4290 * progmodes/ada-stmt.el (ada-template-map):
4291 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
4292 (ada-stmt-mode-hook): New function extracted from old code.
4293 Only change the buffer-local side of skeleton-*.
4294 (ada-mode-hook): Use it.
4295
68a887fa
EZ
42962000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4297
4298 * iswitchb.el (iswitchb-minibuf-depth): New variable.
4299 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
4300 we expect to be returned by minibuffer-depth once we prompt the
4301 user in the minibuffer.
4302 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
4303 as recorded in iswitchb-minibuf-depth, return non-nil.
4304
3b345582
EZ
43052000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4306
4307 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
4308 (hscroll-window-maybe): Docstring fix.
4309
595dead2
DL
43102000-11-23 Dave Love <fx@gnu.org>
4311
4312 * rect.el (string-rectangle): Don't test delete-selection-mode.
4313
1e66b27a
GM
43142000-11-23 Gerd Moellmann <gerd@gnu.org>
4315
02790ce2
GM
4316 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
4317 is in the tool bar.
4318
1e66b27a 4319 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 4320 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 4321
a4caa65d
SM
43222000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4323
4324 * textmodes/outline.el (outline-flag-region):
4325 Don't bind inhibit-read-only since we don't modify the buffer.
4326 (outline-isearch-open-invisible): Don't jump to overlay-start
4327 since we're trying to unhide text around point.
4328 (outline-discard-overlays): Use dolist.
4329
4330 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
4331
03e757c1
GM
43322000-11-22 Gerd Moellmann <gerd@gnu.org>
4333
83c9cb8e 4334 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 4335
1598a961
SM
43362000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4337
4338 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
4339 Fix ARG regexp to skip quoted braces.
4340 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
4341 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
4342 are (correctly) handled separately).
4343 Remove `caption' and `footnote' from `citations': they contain text.
4344 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
4345 (latex-skeleton-end-hook): New function.
4346 (latex-mode): Use it.
4347 (tex-start-tex-marker): Remove.
4348 (tex-send-tex-command): Don't set tex-start-tex-marker.
4349 (tex-error-parse-syntax-table): New var.
4350 (tex-compilation-parse-errors): Use it.
4351 Ignore tex-start-tex-marker. Don't bother with marker-position.
4352 (tex-validate-buffer): Don't bother with marker-position.
4353
4354 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 4355 (flyspell-generic-progmode-verify): Use it.
1598a961 4356
eaae8106
SS
43572000-11-22 Sam Steingold <sds@gnu.org>
4358
83c9cb8e 4359 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 4360
eaae8106 4361 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 4362 `ada-remove-trailing-spaces'.
eaae8106 4363 (ada-remove-trailing-spaces): Removed.
e04d21aa 4364
eaae8106 4365 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 4366
1598a961
SM
4367 * textmodes/picture.el (picture-clean): Removed.
4368 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 4369
a41d49e9
GM
43702000-11-22 Gerd Moellmann <gerd@gnu.org>
4371
e053c60f
GM
4372 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4373
a41d49e9
GM
4374 * hi-lock.el (hi-lock-refontify): Don't call non-existent
4375 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 4376 do anything special when jit-lock is active.
a41d49e9
GM
4377 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
4378
197615f3
DL
43792000-11-22 Dave Love <fx@gnu.org>
4380
ddbfaa9f
DL
4381 * calendar/todo-mode.el (todo-top-priorities): Use
4382 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
4383
ddc3c695
DL
4384 * language/chinese.el, language/cyrillic.el:
4385 * language/devanagari.el, language/ethiopic.el, language/greek.el:
4386 * language/hebrew.el, language/indian.el, language/japanese.el:
4387 * language/korean.el, language/lao.el, language/misc-lang.el:
4388 * language/thai.el, language/tibetan.el, language/vietnamese.el:
4389 Use provide.
4390
fb9fa98d
DL
4391 * cus-edit.el (custom-buffer-create-internal): Save some consing.
4392 (custom-variable-set): Improve validation error mesage.
4393
197615f3
DL
4394 * rect.el (string-rectangle): Revert last change.
4395 (string-rectangle-line): New arg DELETE.
4396 (string-rectangle): Check delete-selection-mode.
4397
4398 * emacs-lisp/edebug.el (edebug-version)
4399 (edebug-maintainer-address): Deleted.
4400 (edebug-submit-bug-report): Just alias to report-emacs-bug.
4401 (edebug-read-function): Account for other `'#' read forms.
4402 (edebug-mode-menus): Make some items toggles.
4403 (edebug-outside-unread-command-event, unread-command-event):
4404 Remove these to avoid warnings.
4405
f4117c4d
GM
44062000-11-22 David Ponce <david@dponce.com>
4407
4408 * recentf.el (recentf-menu-items-for-commands)
4409 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 4410 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 4411
f4117c4d
GM
4412 (recentf-build-dir-rules, recentf-dump-variable)
4413 (recentf-edit-list, recentf-open-files-item)
4414 (recentf-open-files): Replaced unnecessary `mapcar' with new
4415 built-in `mapc'.
eaae8106 4416
f8e2f3f2
MB
44172000-11-23 Miles Bader <miles@gnu.org>
4418
4419 * faces.el (menu): Make inverse-video on ttys too.
4420
4c4a541d
SM
44212000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4422
4423 * simple.el (comment-line-break-function): Use the new name
4424 indent-new-comment-line -> comment-indent-new-line.
4425 (clone-indirect-buffer): Don't ignore NORECORD.
4426 (next-completion): Properly handle the case where items are adjacent.
4427
4428 * mouse.el (popup-menu): Stupid typo.
4429
980d836e
GM
44302000-11-22 Gerd Moellmann <gerd@gnu.org>
4431
60e8e0a5
GM
4432 * emacs-lisp/authors.el: Remove autoload cookies, add author,
4433 maintainer, keywords tags.
4434
980d836e
GM
4435 * rect.el (replace-rectangle): Don't call string-rectangle-line
4436 with too many arguments.
4437
e08b2069
AS
44382000-11-22 Andre Spiegel <spiegel@gnu.org>
4439
60e8e0a5 4440 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 4441 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
4442 vc-locking-user, which no longer exists.
4443
4444 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
4445
c6779d8d
DL
44462000-11-22 Dave Love <fx@gnu.org>
4447
4448 * md5.el (md5): Provide.
4449 (md5): Fix error call.
4450
e672fdce
MB
44512000-11-22 Miles Bader <miles@gnu.org>
4452
eaae8106 4453 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
4454 (refill-fill-paragraph-at): Remove debugging code.
4455
80e24c04
MB
4456 * calendar/calendar.el (generate-calendar-window): When we don't
4457 call `fit-window-to-buffer', make sure the top line is fully visible.
4458
3a17d6cc
MB
4459 * image-file.el (insert-image-file): Don't make `read-only'
4460 property rear-nonsticky.
4461
ae1a21c6
MB
4462 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
4463 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
4464 stashing away its original value.
4465 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
4466 in the recursive edit.
4467 Bind `isearch-original-minibuffer-message-timeout' to protect it.
4468 (isearch-done): Restore `minibuffer-message-timeout'.
4469
e672fdce
MB
4470 * cus-start.el: Remove entry for `mode-line-inverse-video'.
4471
3ea79df8
SM
44722000-11-21 Stefan Monnier <monnier@cs.yale.edu>
4473
4474 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
4475
4476 * find-lisp.el (find-lisp-find-files-internal):
4477 Use dolist, when and file-name-as-directory.
4478
980d836e 4479 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
4480 (define-derived-mode, define-minor-mode): Add specs.
4481
4482 * window.el: General comment and spacing fixes.
4483 (save-selected-window): Use backquotes.
4484 (window-safely-shrinkable-p): New function.
4485 (shrink-window-if-larger-than-buffer): Use it.
4486
4487 * subr.el (make-local-hook): Docstring fix.
4488
4489 * shell.el (shell-mode): Use define-derived-mode.
4490
4491 * newcomment.el (comment-indent): Insert comment before calling
4492 comment-indent-function. Don't insert in column 0.
4493 (comment-dwim): Indent before inserting comment.
4494
4495 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
4496 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
4497 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
4498 Use mapc rather than map.
4499
4500 * files.el (find-buffer-visiting): Compare all attributes before
4501 declaring two files identical (rather than just their inode-no).
4502 (auto-mode-alist): Use \' rather than $.
4503
4504 * which-func.el: Update maintainer line.
4505
4506 * pcvs.el (uniquify-buffer-file-name): Remove advice.
4507 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
4508 (uniquify-buffer-file-name): Use it.
4509
8f62f2b8
MB
45102000-11-22 Miles Bader <miles@gnu.org>
4511
4512 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
4513 * simple.el (minibuffer-avoid-prompt): New function.
4514
fb279a6d
GM
45152000-11-21 Gerd Moellmann <gerd@gnu.org>
4516
4517 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
4518
867092e9
MB
45192000-11-21 Miles Bader <miles@gnu.org>
4520
ef860850
MB
4521 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
4522 inclusion of `track-mouse'.
4523
867092e9
MB
4524 * textmodes/refill.el (refill-ignorable-overlay): New variable.
4525 (refill-adjust-ignorable-overlay): New function.
4526 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
4527 only the paragraph's tail if possible.
4528 Update `refill-ignorable-overlay'.
4529 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
4530
4531 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4532 point inside the fill-prefix.
4533
4534 * textmodes/refill.el (refill-post-command-function): Don't reset
4535 refill-doit in the case where a self-insertion command doesn't
4536 case a refill. Use `refill-fill-paragraph-at', getting position
4537 from `refill-doit'.
4538 (refill-after-change-function): Set `refill-doit' to END.
4539 (refill-fill-paragraph-at): New function, mostly from old
4540 refill-fill-paragraph.
4541 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
4542 (refill-pre-command-function): New function.
4543 (refill-mode): Add it to `pre-command-hook'.
4544
ff9ab414
GM
45452000-11-20 Gerd Moellmann <gerd@gnu.org>
4546
29a01b72
GM
4547 * textmodes/artist.el (artist-mode): Fix autoload cookie.
4548
ff9ab414
GM
4549 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
4550 javadoc tags.
eaae8106 4551
885b211b
AS
45522000-11-20 Andre Spiegel <spiegel@gnu.org>
4553
4554 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
4555 vc.el).
4556
eaae8106 4557 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 4558 require vc.
eaae8106
SS
4559
4560 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 4561 checkouts.
eaae8106 4562
d1838556
DL
45632000-11-20 Dave Love <fx@gnu.org>
4564
4565 * Makefile.in (DONTCOMPILE): Omit bindings.el.
4566
2b69bc11 45672000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 4568
2b69bc11
GM
4569 * calculator.el (calculator-paste): Use `if' instead of `and'
4570 and `or'.
4571 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 4572
b95b34e5
GM
45732000-11-19 Gerd Moellmann <gerd@gnu.org>
4574
030de92f
GM
4575 * info.el (info-menu-5): Doc fix.
4576
b95b34e5
GM
4577 * textmodes/artist.el: New file.
4578
54970452
AS
45792000-11-19 Andre Spiegel <spiegel@gnu.org>
4580
eaae8106 4581 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
4582 and differentiate according to checkout model.
4583 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
4584 since this function is only concerned with master state.
4585
83c9cb8e
SM
4586 * vc-hooks.el (vc-workfile-unchanged-p)
4587 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 4588
83c9cb8e
SM
4589 * vc.el (vc-workfile-unchanged-p)
4590 (vc-default-workfile-unchanged-p): See above.
54970452 4591
e5a9dabf
MB
45922000-11-19 Miles Bader <miles@gnu.org>
4593
4594 * image-file.el (insert-image-file): Make `intangible' and
4595 `read-only' properties rear-nonsticky too.
4596
24127af0
GM
45972000-11-18 Gerd Moellmann <gerd@gnu.org>
4598
d392e9c5 4599 * ps-print.el: Update copyright notice.
eaae8106 4600
d392e9c5
GM
4601 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
4602 (tooltip-show): Use the offsets.
4603
24127af0 4604 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 4605 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
4606 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
4607
2b69bc11 46082000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 4609
2b69bc11
GM
4610 * ps-print.el (toplevel): Test for find-coding-system being
4611 fboundp before calling ps-x-find-coding-system.
08ea6f17 4612
66321b2f
SM
46132000-11-16 Stefan Monnier <monnier@cs.yale.edu>
4614
4615 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
4616 (vc-version-backup-file): Docstring fix.
4617
046110c6
GM
46182000-11-16 Gerd Moellmann <gerd@gnu.org>
4619
4104194e
GM
4620 * files.el (basic-save-buffer): Don't add a newline if
4621 find-file-literally is non-nil.
4622 (find-file-literally): Extend doc string.
4623
046110c6
GM
4624 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
4625 sort(1) with the `-f' argument.
4626
6505c16e
AS
46272000-11-16 Andre Spiegel <spiegel@gnu.org>
4628
fd063975
AS
4629 * vc.el: Updated backend documentation.
4630 (vc-default-check-headers): New function.
4631
3d02dd81 4632 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
4633
4634 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 4635 up-to-date.
eaae8106 4636 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 4637 the minibuffer is not active.
fd063975 4638
eaae8106 4639 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 4640 `vc-cvs-use-edit' is on.
eaae8106
SS
4641 (vc-cvs-checkout): When this is used for reverting the workfile,
4642 make a backup of the original contents and revert to that in case
8791d617 4643 of error.
eaae8106 4644 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 4645 remote repositories.
eaae8106 4646
6505c16e
AS
4647 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
4648 for both version and ratio in the minibuffer.
fd063975 4649
eaae8106 4650 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 4651 Use vc-do-command to perform the annotation, not call-process.
6505c16e 4652
a13f0660
KH
46532000-11-16 Kenichi Handa <handa@etl.go.jp>
4654
4655 * international/quail.el (quail-start-translation): Don't call
4656 `message' before reading key sequence.
4657
1389a414
MB
46582000-11-16 Miles Bader <miles@lsi.nec.co.jp>
4659
4660 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
4661
9256a532
KH
46622000-11-16 Kenichi Handa <handa@etl.go.jp>
4663
4664 * window.el (fit-window-to-buffer): Be sure to acquire at least
4665 one text line even if the buffer is empty.
4666
0e14fe9f
GM
46672000-11-16 Gerd Moellmann <gerd@gnu.org>
4668
eaae8106 4669 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
4670 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
4671 Bind ange-ftp-process-verbose to nil.
0e14fe9f 4672
da645c53
DL
46732000-11-15 Dave Love <fx@gnu.org>
4674
83c9cb8e
SM
4675 * wid-edit.el (widget-specify-field, widget-specify-button):
4676 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
4677 widget-mouse-help.
4678 (widget-mouse-help): New function.
4679 (widget-echo-help): Rewritten for :help-echo functions only taking
4680 a widget arg.
4681
83c9cb8e
SM
4682 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
4683 Use display-graphic-p.
b12057b9
DL
4684 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
4685 and that JPEG is available.
4686 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
4687
da645c53
DL
4688 * international/mule-cmds.el (locale-charset-language-names):
4689 Match @euro.
4690
6d133d1f
GM
46912000-11-15 Gerd Moellmann <gerd@gnu.org>
4692
83c9cb8e
SM
4693 * faces.el (face-set-after-frame-default):
4694 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
4695 default face from X resources.
4696
49ac2ac5
EZ
46972000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4698
4699 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
4700 Don't set EMACSLOADPATH.
4701
4fb0a34c
EZ
47022000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4703
4704 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
4705 texinfo-insert-@url.
4706 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
4707 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
4708
bb304a7a
SM
47092000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4710
82bc80bf
SM
4711 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
4712 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
4713 (checkdoc-minor-keymap): Backward compatibility.
4714 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
4715 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
4716 (checkdoc-this-string-valid-engine): Be a bit more strict
4717 to avoid matching substrings of `...' quoted vars/funs.
4718 (checkdoc-defun-info): Only look for `interactive' if alone.
4719 (debug-ignored-errors): Add "arg doesn't appear in docstring".
4720
e8c87124
SM
4721 * progmodes/compile.el (grep): `tag-default' can be nil.
4722
bb304a7a
SM
4723 * newcomment.el (comment-indent): Paren typo.
4724
8628686a
DL
47252000-11-14 Dave Love <fx@gnu.org>
4726
25c269ef
DL
4727 * calculator.el: New maintainer version.
4728
66321b2f 4729 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 4730
8628686a
DL
4731 * cmuscheme.el: Doc fixes.
4732 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 4733 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
4734
4735 * xscheme.el (scheme-program-name): Don't define here.
4736
4737 * progmodes/scheme.el (scheme-program-name): New variable
4738 (originally in cmuscheme).
4739
88f0a1eb
MB
47402000-11-14 Miles Bader <miles@gnu.org>
4741
4742 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
4743 Handle header-lines. Don't loop forever if we can't enlarge the
4744 window anymore. Simplify a bit.
4745
cd9a000c
KH
47462000-11-14 Kenichi Handa <handa@etl.go.jp>
4747
4748 * window.el (fit-window-to-buffer): Don't check
4749 window-text-height. Assure that the last line is fully visible.
4750
83c9cb8e
SM
4751 * international/quail.el (quail-show-guidance-buf):
4752 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
4753 buffer.
4754 (quail-update-guidance): Avoid making the guidance buffer shorter.
4755
d3fcda22
SM
47562000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4757
bdbd9606
SM
4758 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
4759 rather than `prepend' and add an interesting comment.
4760 (tex-math-face, tex-font-lock-syntactic-face-function):
4761 New face and function to use it.
4762 (tex-define-common-keys, tex-mode-map): Use menu-item rather
4763 than `menu-enable' symbol property.
4764 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
4765 (tex-mode): Add some latex-mode commands for auto-selection.
4766 Use tex-font-lock-syntactic-face-function.
4767 (tex-insert-quote): Simplify.
4768 (tex-shell): New mode.
4769 (tex-start-shell): Use it.
4770 (tex-shell-proc, tex-shell-buf): New functions.
4771 (tex-send-command): Use it.
4772 (tex-main-file): Fix the meaning of the new arg REALFILE.
4773 (tex-send-tex-command): New function split from `tex-start-tex'.
4774 Set compilation-last-buffer and compilation-parsing-end.
4775
d3fcda22
SM
4776 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
4777 when it follows non-comment text on the line.
4778
4779 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4780 Set font-lock-defaults.
4781 (lisp-mode-shared-map): Init inside the defvar.
4782 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
4783 Use define-derived-mode.
4784
bdab1d43
MB
47852000-11-14 Miles Bader <miles@lsi.nec.co.jp>
4786
4787 * faces.el (header-line): Use `:box nil' for color/gs displays too.
4788
936ae731
GM
47892000-11-14 Gerd Moellmann <gerd@gnu.org>
4790
83c9cb8e
SM
4791 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
4792 Don't recursively optimize body because that can lead to infinite
936ae731
GM
4793 recursion; see comment there.
4794
1695ca2b
EZ
47952000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
4796
4797 * faces.el (face-spec-set-match-display): Revert the change from
4798 2000-10-24. Add a FIXME for after v21.1.
4799
9d348294
MB
48002000-11-13 Miles Bader <miles@gnu.org>
4801
4802 * textmodes/fill.el (skip-line-prefix): New function.
4803 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
4804 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
4805 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4806 point inside the fill-prefix.
9d348294 4807
b85fa13c
MB
48082000-11-13 Miles Bader <miles@lsi.nec.co.jp>
4809
83c9cb8e
SM
4810 * calendar/calendar.el (generate-calendar-window):
4811 Use `fit-window-to-buffer'.
b85fa13c 4812
a0b47716
SM
48132000-11-12 Stefan Monnier <monnier@cs.yale.edu>
4814
4815 * gud.el (gud-minor-mode): New var.
4816 (gud-symbol, gud-val): New functions.
4817 (gud-find-file): Copy gud-minor-mode to the new buffer.
4818 (gud-menu-map): Include entries for commands that are not always
4819 available, using :enable to (de)activate them.
4820 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
4821 (gud-mode-map): New map.
eaae8106 4822 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
4823 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
4824 Don't set up gud's menu (it's done by the minor-mode).
4825 (gud-minibuffer-local-map): New.
4826 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
4827 (gud-query-cmdline): New function.
4828 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
4829 (gud-mode): Use define-derived-mode.
4830 Don't set up gud's menu (it's done by the minor-mode).
4831 (gud-chop-words): Remove.
4832 (gud-common-init): Use split-string instead.
4833 (gud-new-keymap, gud-make-debug-menu): Eradicate.
4834
4835 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
4836 Add keyword arg :name.
4837
4838 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
4839 (diff-count-matches, diff-split-hunk): New functions.
4840 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
4841
4842 * pcvs-info.el (cvs-fi-conflict-face): New var.
4843
4844 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
4845 Make it into a simple syntax-table, shared among all submodes.
4846 (sh-heredoc-face): Re-introduce.
4847 (sh-font-lock-syntactic-face-function): New function.
4848 (sh-mode): Use it. Also use define-derived-mode.
4849 Remove old bogus setting of indent-region-function.
4850 (sh-set-shell): Don't set the syntax-table any more.
4851 (sh-mode-syntax-table) <defun>: Remove.
4852
f5ed37df
MB
48532000-11-12 Miles Bader <miles@gnu.org>
4854
4855 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
4856 message if interactive.
4857
0b074c2f
DL
48582000-11-12 Dave Love <fx@gnu.org>
4859
4860 * mail/feedmail.el: Fix header,
4861 (feedmail) <defgroup>: Add :link.
4862
4863 * view.el: Use local-map property, not keymap on mode-line string.
4864
83c9cb8e
SM
4865 * scroll-all.el (scroll-all-mode): Customize variable.
4866 Add autoload cookie to function.
0b074c2f
DL
4867
4868 * lazy-lock.el: Remove compatibility code.
4869
4870 * finder.el (finder-known-keywords): Add `files', remove `vms'.
4871 (finder-help-echo): New variable.
4872 (finder-mouse-face-on-line): Add help-echo stuff.
4873 (finder-list-keywords, finder-list-matches): Use mapc.
4874
4875 * faces.el (face-font-registry-alternatives): Add :version.
4876
4877 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
4878 tags-table-list.
4879
a0b47716 4880 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 4881
a0b47716 4882 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
4883 (mail-mode): Use [:alnum:] in some regexps.
4884
6d502396
DL
48852000-11-10 Dave Love <fx@gnu.org>
4886
4887 * ediff.el (ediff-regions-internal, ediff-documentation):
4888 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
4889 fundamental mode.
4890
4891 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
4892 buffer into fundamental mode.
4893 (ediff-set-difference): Use copy-sequence if available.
4894
83c9cb8e
SM
4895 * ediff-ptch.el (ediff-dispatch-file-patching-job):
4896 Check ediff-patch-map non-nil.
6d502396
DL
4897 (ediff-fixup-patch-map, ediff-fixup-patch-map)
4898 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
4899 buffer into fundamental mode.
4900
4901 * ediff-merg.el (state-or-merge): Defvar when compiling.
4902
a82fe213
JR
49032000-11-10 Jason Rumney <jasonr@gnu.org>
4904
4905 * w32-fns.el (w32-add-charset-info): New function.
4906 (w32-charset-info-alist): Use it.
4907
52d89894
GM
49082000-11-10 Gerd Moellmann <gerd@gnu.org>
4909
4910 * faces.el (face-font-registry-alternatives): New user-option.
4911
178932de
SM
49122000-11-10 Stefan Monnier <monnier@cs.yale.edu>
4913
d7fa3319
SM
4914 * textmodes/texinfo.el (texinfo-block-default): New var.
4915 (texinfo-insert-block): Use it. Insert a newline if needed.
4916
178932de
SM
4917 * textmodes/fill.el (fill-indent-according-to-mode): New var.
4918 (fill-region-as-paragraph): Use it.
4919
4920 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
4921 (latex-mode): Tweak tex-*-(head|trail)er regexps.
4922 Tweak paragraph regexps to allow a leading [ \t]*.
4923 (tex-latex-block): Insert a newline if necessary.
4924 (latex-insert-item): Only insert a newline if necessary.
4925 (tex-guess-main-file): New function.
4926 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
4927 Set tex-main-file if TeX-master is provided.
4928 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
4929
bd02b8e0
GM
49302000-11-10 Gerd Moellmann <gerd@gnu.org>
4931
4932 * startup.el (command-line): Set the default tooltip-mode
4933 to t for graphical displays which implement x-show-tip.
4934
4935 * tooltip.el (tooltip-mode): Add a comment about startup.el
4936 setting the default value of this user-option.
4937
b29b03eb
SM
49382000-11-09 Stefan Monnier <monnier@cs.yale.edu>
4939
4940 * font-lock.el (font-lock-*-face) <defvar>: Move.
4941 (font-lock-defaults-alist): Mark obsolete.
4942 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
4943 (font-lock-mode): Use define-minor-mode.
4944 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
4945 (font-lock-turn-off-thing-lock): Be more explicit.
4946 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
4947 (font-lock-syntactic-face-function): New var.
4948 (font-lock-fontify-syntactically-region): Use it.
4949 (font-lock-doc-face): New.
4950
4951 * pcvs.el (cvs-enabledp): Ignore errors.
4952 (cvs-commit-filelist): Never query.
4953 (cvs-mode-insert): Always add a terminating / in the initial prompt.
4954 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
4955 (cvs-do-removal): Use cvs-partition rather than delete-if.
4956 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
4957 cvs-bury-buffer.
4958
4959 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4960 Allow `next' to jump to after the end of the last match.
4961
778fbc46
GM
49622000-11-09 Gerd Moellmann <gerd@gnu.org>
4963
730c746c
GM
4964 * simple.el (byte-compiling-files-p): New function.
4965
4966 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
4967 if it is there.
4968
4969 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
4970 nil again.
4971
778fbc46
GM
4972 * textmodes/ispell.el (ispell-library-path): Don't call
4973 check-ispell-version when byte-compiling because that starts
4974 an ispell process, and ispell might not be installed.
4975 (toplevel): Don't set up a menu when byte-compiling.
4976
4977 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
4978 it, so that a boundp test can be used to determine if we're
4979 currently byte-compiling.
4980
5912c5bb
DL
49812000-11-09 Dave Love <fx@gnu.org>
4982
83c9cb8e 4983 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 4984
7bb054a5
GM
49852000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4986
83c9cb8e
SM
4987 * ps-print.el: Patch for variable initialization when spooling.
4988 Doc fix.
7bb054a5
GM
4989 (ps-output-list): Fun eliminated.
4990 (ps-begin-file, ps-begin-job): Code fix.
4991
9db2706e
DL
49922000-11-08 Dave Love <fx@gnu.org>
4993
83c9cb8e 4994 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 4995
f7eb32aa
GM
49962000-11-08 Gerd Moellmann <gerd@gnu.org>
4997
4998 * simple.el (shell-command, display-message-or-buffer)
4999 (shell-command-on-region): Mention resize-mini-windows in the doc
5000 string.
5001 (display-message-or-buffer): Take the value of resize-mini-windows
5002 into account.
5003
7b01b08c
GM
50042000-11-07 Gerd Moellmann <gerd@gnu.org>
5005
acad3c0b
GM
5006 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
5007
7b01b08c
GM
5008 * dired.el (dired-between-files): Add `^. find' as an alternative
5009 to the regular expression, for find-dired.
5010
6f602bd0
SM
50112000-11-06 Stefan Monnier <monnier@cs.yale.edu>
5012
5013 * textmodes/texnfo-upd.el: Require texinfo.
5014 (defmacro, defgroup): Remove.
5015 (texinfo-section-to-generic-alist): Remove.
5016 Use texinfo-section-list instead (i.e. level is changed string->int).
5017 (texinfo-filter): New function.
5018 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
5019 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
5020 Use it. And use regexp-opt.
5021 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
5022 (texinfo-update-menu-region-beginning)
5023 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
5024 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
5025 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 5026 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
5027 (texinfo-sequential-node-update): Remove autoload cookie.
5028
5029 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
5030 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
5031 (texinfo-chapter-level-regexp): Remove.
5032 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
5033
bb216218
DL
50342000-11-06 Dave Love <fx@gnu.org>
5035
6f602bd0 5036 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 5037
6f602bd0
SM
5038 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5039 Match defun*.
bb216218 5040
ff8dd5d5
KH
50412000-11-06 Kenichi Handa <handa@etl.go.jp>
5042
5043 * composite.el (composition-function-table): Variable declaration
5044 moved to src/composite.c.
5045 (compose-chars-after): New optional arg object.
5046
e9da51a1
GM
50472000-11-06 Gerd Moellmann <gerd@gnu.org>
5048
e0c12c68
GM
5049 * bindings.el (mode-line-toggle-read-only)
5050 (mode-line-toggle-modified, mode-line-widen)
5051 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
5052 (make-mode-line-mouse2-map): Rewritten.
5053 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
5054 functions so that C-h k can show something with a doc string.
eaae8106 5055
e9da51a1
GM
5056 * startup.el (fancy-splash-delay): Set to 10 seconds.
5057 (fancy-splash-max-time): New user-option.
5058 (fancy-splash-stop-time): New variable.
5059 (fancy-splash-screens): Set it. Catch `stop-splashing'.
5060 (fancy-splash-screens-1): Throw `stop-splashing' when current
5061 time is greater than fancy-splash-stop-time.
5062
611dbdf0
SM
50632000-11-06 Stefan Monnier <monnier@cs.yale.edu>
5064
4d2806e2
SM
5065 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
5066
611dbdf0
SM
5067 * pcvs.el (cvs-mode-marked): New arg `noquery'.
5068 Prompt user for a file rather than raising an error.
5069 (cvs-enabledp): Fix call to cvs-mode-marked.
5070 (cvs-insert-file): New function (extracted from cvs-mode-insert).
5071 (cvs-mode-insert): Use it. Change the init prompt' value.
5072 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
5073
5074 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
5075 Don't pass default arg to ewoc-locate.
5076 (ewoc-collect): Return result in the right order.
5077
5078 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
5079
5080 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
5081 (cvs-status-get-tags): Fix regexp.
5082 (cvs-status-trees, cvs-status-cvstrees):
5083 Combine after change hooks and don't sit-for.
4d2806e2
SM
5084 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
5085 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
5086 Use make-char rather than hard-coded cryptic data.
5087 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
5088
5089 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
5090
5091 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
5092 (cvs-insert-strings): New function.
5093
937b2877
MB
50942000-11-06 Miles Bader <miles@lsi.nec.co.jp>
5095
5096 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
5097 `mwheel-scroll-amount'.
5098 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
5099 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
5100 string-matching against the version string.
5101
c6c97763
KH
51022000-11-06 Kenichi Handa <handa@etl.go.jp>
5103
6eaec747
KH
5104 * language/thai.el ("Thai"): Set a lisp form that produces
5105 composed string in `sample-text' language info.
5106
5107 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
5108 composed string in `sample-text' language info.
5109
83c9cb8e
SM
5110 * international/mule-cmds.el (describe-language-environment):
5111 Eval `sample-text' data and insert the result.
6eaec747 5112
c6c97763
KH
5113 * international/mule-conf.el (compound-text): Define this coding
5114 system here. Make x-ctext and ctext aliases of it.
5115
5116 * language/european.el (compound-text, ctext): Moved to
5117 international/mule-conf.el.
5118
d1145f85
AI
51192000-11-05 Andrew Innes <andrewi@gnu.org>
5120
5121 * w32-fns.el (w32-version): New function.
5122
178a6a45
SM
51232000-11-05 Stefan Monnier <monnier@cs.yale.edu>
5124
5125 * progmodes/awk-mode.el: Update copyright.
5126 (awk-mode-abbrev-table): Remove.
5127 (awk-font-lock-keywords): Use regexp-opt.
5128 (awk-mode): Use define-derived-mode.
5129
5130 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
5131 when extracting a suffix.
5132
1ba90166
AS
51332000-11-04 Andre Spiegel <spiegel@gnu.org>
5134
5135 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
5136 auto-save-mode.
5137
546790cb
JR
51382000-11-04 Jason Rumney <jasonr@gnu.org>
5139
5140 * language/european.el (decode-mac-roman): Test against r1 not r0.
5141
d247e32d
SM
51422000-11-03 Stefan Monnier <monnier@cs.yale.edu>
5143
fbf44f44
SM
5144 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
5145 (icon-mode): Define indent-line-function.
5146 (icon-comment-indent): Simplify.
5147 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
5148
5149 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
5150
5151 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5152 Bind change-log-default-mode to defeat the caching done on it.
5153 Don't bother saving excursion any more.
5154
5155 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
5156
5157 * frame.el (after-setting-font-hook): Rename hooks -> hook.
5158 (set-frame-font): Use the new name (and the old for compatibility).
5159
eaae8106
SS
5160 * toolbar/tool-bar.el (tool-bar-mode):
5161 * time.el (display-time-mode):
5162 * recentf.el (recentf-mode):
5163 * paren.el (show-paren-mode):
5164 * mwheel.el (mouse-wheel-mode):
5165 * msb.el (msb-mode):
5166 * jka-compr.el (auto-compression-mode):
5167 * image-file.el (auto-image-file-mode):
5168 * hl-line.el (hl-line-mode):
5169 * delsel.el (delete-selection-mode):
5170 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
5171 * complete.el (partial-completion-mode): Drop unneeded positional args.
5172
eaae8106 5173 * info.el (Info-mode):
79372165 5174 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 5175
d247e32d
SM
5176 * log-edit.el (log-edit-menu): New menu.
5177
4921558e
MB
51782000-11-03 Miles Bader <miles@gnu.org>
5179
5180 * wid-edit.el (widget-end-of-line): Reinstate, with a new
5181 definition, so that trailing spaces are handled properly.
5182 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
5183
1fc02b3c
GM
51842000-11-03 Gerd Moellmann <gerd@gnu.org>
5185
5186 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
5187 tab character.
5188 (fancy-splash-screens): Set tab-width to 20.
5189
51d001f7
DL
51902000-11-03 Dave Love <fx@gnu.org>
5191
5192 * comint.el (comint-completion-addsuffix): Fix custom type.
5193
ba22aeff
SM
51942000-11-02 Stefan Monnier <monnier@cs.yale.edu>
5195
5196 * font-lock.el (font-lock-buffers): Remove.
5197 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
5198 (font-lock-change-major-mode): Remove.
5199 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
5200 (font-lock-default-fontify-region): Extend the multiline
5201 fontification to whole lines.
5202 (font-lock-fontify-anchored-keywords)
5203 (font-lock-fontify-keywords-region): If matching just one
5204 line (with \n) only mark the \n as multiline.
5205
5206 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
5207 Correctly handle the case where several :group args are supplied.
5208 Allow :extra-args.
5209 (easy-mmode-define-global-mode): Allow :extra-args.
5210 Correctly handle the case where several :group args are supplied.
5211
9c887ada
MB
52122000-11-02 Miles Bader <miles@gnu.org>
5213
eaae8106 5214 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
5215 (holiday-face): Remove dependency on `window-system'.
5216
7f25090d
KR
52172000-11-02 Ken Raeburn <raeburn@gnu.org>
5218
5219 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 5220 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 5221 (compile-files): Bomb out if compilation of a file fails.
7f25090d 5222
7dd6009c
DL
52232000-11-02 Dave Love <fx@gnu.org>
5224
5225 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
5226
94821e4f
EZ
52272000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
5228
5229 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
5230 punctuation in the warning inserted into the *mail* buffer.
5231
1ac3fc42
GM
52322000-11-02 Gerd Moellmann <gerd@gnu.org>
5233
57731876
GM
5234 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
5235 (authors-public-domain-p): New function.
5236 (authors-print): Use it.
5237
975f82c9
GM
5238 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
5239
1ac3fc42
GM
5240 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
5241
4b3eb10f
GM
52422000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5243
975f82c9 5244 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
5245 (ps-print-version): New version number (6.3.1).
5246 (ps-even-or-odd-pages): Customization fix.
5247 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
5248 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
5249 (ps-page-count): Var replaced by `ps-page-column'.
5250 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
5251 (ps-print-sheet-p): New fun.
5252
7da794df
MB
52532000-11-02 Miles Bader <miles@lsi.nec.co.jp>
5254
5255 * tooltip.el (tooltip-gud-tips-setup): New function.
5256 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
5257 (tooltip-mode): Call tooltip-gud-tips-setup.
5258 (tooltip-gud-tips): Use `gud-basic-call' instead of
5259 process-send-string, so the prompt gets frobbed appropriately.
5260 Handle nil return value from `tooltip-gud-print-command'.
5261
0e40b809
EL
52622000-11-01 Eric M. Ludlam <zappo@ultranet.com>
5263
5264 * comint.el (comint-add-to-input-history): New function.
5265 (comint-send-input): Use `comint-add-to-input-history'.
5266
50ada0db
MB
52672000-11-02 Miles Bader <miles@lsi.nec.co.jp>
5268
973a3104
MB
5269 * info.el (info-menu-header): New face.
5270 (Info-fontify-menu-headers): New function.
5271 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
5272
50ada0db
MB
5273 * info.el (Info-insert-dir): Don't include blank lines at
5274 beginning of additional dir files (one is added automatically).
5275
bff53411
SM
52762000-11-01 Stefan Monnier <monnier@cs.yale.edu>
5277
5278 * emacs-lisp/easy-mmode.el (define-minor-mode):
5279 Revert the latest changes.
5280 Allow the three positional arguments to be skipped and replaced
5281 by keyword arguments.
5282 Add a :toggle argument to determine whether a nil arg means toggle
5283 or means turn-on. The default is unchanged.
5284 Add a call to force-mode-line-update.
5285
6b8a0b2d
DL
52862000-11-01 Dave Love <fx@gnu.org>
5287
83c9cb8e 5288 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 5289
5bf99100
MB
52902000-11-01 Miles Bader <miles@lsi.nec.co.jp>
5291
83c9cb8e
SM
5292 * calendar/calendar.el (diary-face, holiday-face):
5293 Add dark-background variants.
5bf99100 5294
a4032611
SS
52952000-10-31 Sam Steingold <sds@gnu.org>
5296
5297 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
5298 `tex-main-file' does not have directory in it.
5299
c286608e
SM
53002000-10-31 Stefan Monnier <monnier@cs.yale.edu>
5301
5302 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
5303
4836835a
TTN
53042000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
5305
5306 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
5307 functional change.
5308
26dcb81b
GM
53092000-10-31 Gerd Moellmann <gerd@gnu.org>
5310
5311 * files.el (find-file-noselect): When we expand a wildcard, return
5312 a list of buffers, as we should do according to the doc string.
5313
49fc4500
KR
53142000-10-31 Ken Raeburn <raeburn@gnu.org>
5315
5316 * loadup.el (top level): Adjust load path if program name is
5317 "../src/bootstrap-emacs", in case it's not dumped and thus the
5318 load path adjustment hasn't already been done.
5319
ea0c615d
GM
53202000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5321
83c9cb8e
SM
5322 * ps-print.el: Fix bug on selected pages for printing.
5323 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
5324 is on. Try to avoid warning messages when compiling. Doc Fix.
5325 (ps-print-version): New version number (6.3).
5326 (ps-color-device): Use `color-values' to determine if device
5327 supports color.
5328 (ps-color-values): Try to use `x-color-values' when using XEmacs.
5329 (ps-print-page-p): Changed from defsubst to defun.
5330 (ps-page-number): Changed from defmacro to defun.
5331 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
5332 printing.
c286608e 5333 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
5334 (ps-end-file, ps-dummy-page): Funs eliminated.
5335 (ps-print-color-scale): Changed default value.
5336 (ps-page-n-up, ps-print-page-p): New internal vars.
5337 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
5338 (ps-plot-region, ps-generate, ps-end-job): Code fix.
5339
9e20722f
GM
5340 * delim-col.el: Little programming improvement.
5341 (delimit-columns-str): New macro.
5342 (delimit-columns-region, delimit-columns-rectangle): Code fix.
5343
d7a0fd00
KH
53442000-10-31 Kenichi Handa <handa@etl.go.jp>
5345
c286608e
SM
5346 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
5347 Moved to european.el.
d7a0fd00
KH
5348 (ccl-encode-mac-roman-font, fontset-mac): Modified for
5349 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
5350 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
5351 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 5352
234be340
DL
53532000-10-30 Dave Love <fx@gnu.org>
5354
5355 * progmodes/cc-menus.el (imenu-generic-expression)
5356 (imenu-progress-message): Only defvar when compiling.
5357
4edc4a39
DL
5358 * emacs-lisp/elp.el (elp-unload-hook): New function.
5359
5360 * loadhist.el (unload-feature): Call elp-restore-function,
5361 checking for symbols; don't use elp-restore-all.
5362 (loadhist-hook-functions): Doc fix.
5363
70c825df
SM
53642000-10-30 Stefan Monnier <monnier@cs.yale.edu>
5365
5366 * log-edit.el (log-edit-confirm): Fix the default.
5367
1d3baf74
GM
53682000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5369
5370 * delim-col.el: Little fix: replace delimit-columns-align-columns by
5371 delimit-columns-format.
5372 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 5373
1ec321a7
MB
53742000-10-30 Miles Bader <miles@lsi.nec.co.jp>
5375
5376 * comint.el (comint-replace-by-expanded-history): Don't use
5377 comint-get-old-input (we're not looking at *old* input).
5378 (comint-get-old-input-default): If using fields, signal an error
5379 when the point is not in an input field.
5380
70737ea9
KH
53812000-10-30 Kenichi Handa <handa@etl.go.jp>
5382
5383 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
5384 and mule-unicode-e000-ffff.
5385
fa0cb51d 5386 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
5387 (make-coding-system): Accept a symbol of translation table as a
5388 value of property `safe-chars'.
5389
5390 * international/mule-cmds.el (encode-coding-char): Check property
5391 safe-chars instead of safe-charsets.
5392
5393 * international/fontset.el (fontset-default): Modified for
5394 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
5395 (x-font-name-charset-alist): Likewise.
5396 (ccl-encode-unicode-font): New CCL program. Record it in
5397 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
5398
70c825df
SM
5399 * language/european.el (mac-roman-decoder, mac-roman-encoder):
5400 New translation tables.
70737ea9
KH
5401 (decode-mac-roman, encode-mac-roman): Definition of these CCL
5402 programs are modified and moved from mac-win.el.
5403 (mac-roman): Definition of this coding system is modified and
5404 moved from mac-win.el.
4836835a 5405
fda2ce24 54062000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 5407
1d3baf74 5408 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 5409 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 5410
dd4d3cb6
MB
54112000-10-29 Miles Bader <miles@gnu.org>
5412
5413 * custom.el (custom-add-to-group): Allow multiple entries for a
5414 given value OPTION, as long as their widget types are different.
5415 * cus-edit.el (custom-face-value-create): If face name doesn't end
5416 with "face", add such here (similar to custom group widgets).
5417
5418 * comint.el (comint-highlight-prompt): Add :type.
5419
dace60cf
JW
54202000-10-28 John Wiegley <johnw@gnu.org>
5421
dace60cf
JW
5422 * calendar/timeclock.el (timeclock-log): Doc fix.
5423 (timeclock-last-event): Doc fix.
83c9cb8e 5424 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
5425 (timeclock-find-discrep): Use a temp buffer to read in the
5426 timelog, instead of visiting the file.
5427 (timeclock-log-data): A new function, along with a host of helper
5428 functions, for the purpose of making timelog data accessible to
5429 programmers.
5430
5431 * eshell/esh-mode.el (window-height test): Make certain that
5432 `eshell-stringify-t' is non-nil.
5433 (eshell-password-prompt-regexp): Changed to a much simpler
5434 password regexp.
5435 (eshell-send-input): If `eshell-invoke-directly' returns t,
5436 directly invoke the parsed command using `eval'. This improves
5437 turn-around time on simple commands by a factor of three or
5438 greater, such as cd, ls, pwd, etc. -- which get used very often.
5439 It also conserves thousands of cons cells per call (since
5440 `eshell-do-eval' consumes memory like a Cookie Monster set loose
5441 in the Pacific Cookie Company).
5442
5443 * eshell/esh-test.el (eshell-test): Whitespace fix.
5444
83c9cb8e
SM
5445 * eshell/em-ls.el (eshell-ls-insert-directory):
5446 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
5447
5448 * eshell/em-script.el (eshell-script-initialize): Add names to
5449 `eshell-complex-commands, since `source' and `.' are complex.
5450
0467b076
EZ
5451 * eshell/esh-cmd.el (eshell-rewrite-for-command)
5452 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
5453 `eshell-copy-handles'.
5454 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
5455 bodies.
5456 (eshell-separate-commands): Whitespace fix.
5457 (eshell-complex-commands): Added a new list of names, for
5458 determining whether a given command is as simple as it looks.
5459 (eshell-invoke-directly): New function. Returns t if a command
5460 should be invoked directly (using `eval'), rather than indirectly
5461 using `eshell-do-eval'.
5462 (eshell-do-eval): Whitespace fix.
5463
5464 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
5465 which provides an emulation of the DOS shell behavior of assuming
5466 that cp/mv/ln should copy/move/link to the current directory.
5467 (eshell-remove-entries): Added a doc string.
5468 (eshell-shuffle-files): Removed the check for `target' being null.
5469 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
5470 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
5471 it to do a smarter check of whether a destination was provided.
5472 (eshell/mv, eshell/cp): Enable `:preserve-args'.
5473 (eshell/ln): Enable `:preserve-args', and use
5474 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
5475 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
5476 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
5477 list after flattening it. This makes it possible to cat files
5478 with numerical names.
5479 (eshell-unix-initialize): Added several names to
5480 `eshell-complex-commands.
5481 (eshell-unix-command-complex-p): Return t if a given command name
5482 may result in external processes being invoked.
5483
5484 * eshell/em-glob.el (eshell-glob-show-progress): Make this
5485 variable nil by default, since it slows down glob processing by a
5486 factor of two or more, and increases memory consumption.
5487
5488 * eshell/em-smart.el: Added a note about how memory consumptive
5489 smart display mode can be (at least this is true in Emacs 21).
5490 (eshell-smart-initialize): Whitespace fix.
5491 (eshell-refresh-windows): Use `if' instead of `when'.
5492 (eshell-smart-scroll-window): Calling `save-current-buffer' was
5493 not necessary.
83c9cb8e 5494 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
5495
5496 * eshell/em-ls.el (eshell-do-ls): Code simplification.
5497 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
5498 Whitespace fix.
5499 (eshell-ls-exclude-hidden): Added this variable in addition to
5500 `eshell-ls-exclude-regexp'. This one prevents files beginning
5501 with . from even being read, which can improve memory consumption
5502 quite a bit.
5503 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
5504 read file entries beginning with a dot. In home directories with
5505 lots of hidden files, fully two-thirds of the time spent in ls is
5506 used to read directory entries that are immediately thrown away.
5507 (eshell-ls-initial-args): Added back this configuration variable,
5508 for specifying default initial arguments to every call to ls.
5509 Much faster than using an alias to do the same thing.
5510 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
5511 (eshell-ls-dir): Whitespace change.
5512
5513 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
5514
83c9cb8e 5515 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
5516 (eshell-stringify-t): Added a customization variable, to indicate
5517 whether `t' should be rendered as a string at all. If not, one
5518 can still determine if the result of an expression is true using
5519 "file-exists-p FILE && echo true".
5520 (eshell-stringify): If `eshell-stringify-t' is nil, don't
5521 stringify t!
5522
5523 * eshell/esh-module.el: Whitespace fix.
5524
83c9cb8e
SM
5525 * eshell/em-alias.el (eshell-alias-initialize):
5526 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
5527 (eshell-command-aliased-p): New function that returns t if a
5528 command name names an aliased.
5529
657f9cb8 55302000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 5531
0467b076 5532 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 5533 redrawing the screen when changing cursor color.
0467b076
EZ
5534 (viper-insert-state-pre-command-sentinel)
5535 (viper-replace-state-pre-command-sentinel)
70c825df
SM
5536 (viper-replace-state-post-command-sentinel):
5537 Use viper-preserve-cursor-color.
657f9cb8
MK
5538 Many functions changed to use viper= instead of = when comparing
5539 characters.
0467b076 5540 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 5541 working with characters.
0467b076 5542 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
5543 Many functions changed to use viper= instead of = when comparing
5544 characters.
0467b076 5545 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 5546
0467b076 5547 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 5548 Several typos fixed in various docstrings.
0467b076 5549 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 5550 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
5551 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
5552 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
5553 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
5554 (ediff-get-selected-buffers): New function.
5555 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
5556 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
5557 Use save-window-excursion.
0467b076 5558 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 5559 termination check in while loop.
0467b076 5560 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 5561 dired buffer.
0467b076
EZ
5562 (ediff-files,ediff-merge-files,ediff-files3)
5563 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 5564
4f490d99
DL
55652000-10-28 Dave Love <fx@gnu.org>
5566
5567 * info.el (Info-fontify-node): Add help-echo for menu items.
5568
45b84006
EZ
55692000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
5570
5ebc02b3
EZ
5571 * startup.el (normal-top-level): If the value of $TERM indicates
5572 we are running from xterm or one of its work-alikes, default to a
5573 light background mode.
5574
45b84006
EZ
5575 Support for -fg, -bg, and -rv command-line arguments for TTYs:
5576 * faces.el (tty-handle-reverse-video): New function.
5577 (tty-create-frame-with-faces): Call it.
5578
5579 * frame.el (frame-notice-user-settings): Don't apply
5580 default-frame-alist and initial-frame-alist to MS-DOS frames.
5581 Call tty-handle-reverse-video, frame-set-background-mode, and
5582 face-set-after-frame-default for non-MS-DOS frames.
5583
5584 * startup.el (tty-long-option-alist): New variable.
5585 (tty-handle-args): New function.
5586 (command-line): Call tty-handle-args.
5587
5588 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
5589 startup.el now does that for all character-terminal frames.
5590
eab6e8b9
MB
55912000-10-28 Miles Bader <miles@gnu.org>
5592
83c9cb8e
SM
5593 * emacs-lisp/easy-mmode.el (define-minor-mode):
5594 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
5595 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 5596 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
5597 version using `easy-mmode-define-global-mode'.
5598 Add :conditional-turn-on keyword argument.
eab6e8b9 5599
51a29efc
DL
56002000-10-28 Dave Love <fx@gnu.org>
5601
83c9cb8e
SM
5602 * international/latin1-disp.el (latin1-char-displayable-p):
5603 Don't use window-system.
51a29efc 5604
d71d7114
EZ
56052000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
5606
5607 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5608 Don't call find-buffer-file-type-coding-system. Instead, just
5609 set eol-type to -unix if inhibit-eol-conversion is in effect, or
5610 if the file is on an untranslated filesystem.
5611 (add-untranslated-filesystem): Use "D" instead of "f" inside
5612 interactive.
5613
1f9cab4b
DL
56142000-10-27 Dave Love <fx@gnu.org>
5615
70c825df 5616 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
5617 (refill-mode): Use it.
5618
70c825df
SM
56192000-10-27 Stefan Monnier <monnier@cs.yale.edu>
5620
5621 * international/quail.el (quail-activate): Don't make-local-hook.
5622
7432cf10
AS
56232000-10-27 Andre Spiegel <spiegel@gnu.org>
5624
4836835a 5625 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 5626 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
5627 (vc-make-version-backup): Don't do it on MS-DOS without long file
5628 names.
4836835a 5629
7432cf10
AS
5630 * vc.el (vc-version-other-window): If an automatic backup of the
5631 desired version exists, rename it instead of copying it.
5632
4836835a
TTN
5633 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
5634 after command. If there's an unexpected error, signal it instead
7432cf10 5635 of being silent.
e1483c38 5636 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 5637
05ea7ef2
MB
56382000-10-27 Miles Bader <miles@lsi.nec.co.jp>
5639
fd1035aa
MB
5640 * shell.el (shell): Add BUFFER argument.
5641 * comint.el (make-comint-in-buffer): New function.
5642 (make-comint): Use it.
5643
05ea7ef2
MB
5644 * faces.el (face-spec-choose): Change syntax so that the list of
5645 attribute-value pairs is now the cdr of each clause, not the cadr.
5646 Detect old-style entries, and handle them. Use pop.
5647
835a55fe
SM
56482000-10-26 Stefan Monnier <monnier@cs.yale.edu>
5649
f5ab1cdd
SM
5650 * cus-edit.el (custom-mode-map): Use a sparse map.
5651 (custom-mode): Don't bother with make-local-hook.
5652
5653 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
5654
835a55fe
SM
5655 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
5656
c13b0ec8
GM
56572000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5658
5659 * ps-print.el: Avoid compilation gripes.
5660 (ps-print-version): New version number (6.2.1).
4836835a 5661
e9f63196
DL
56622000-10-26 Dave Love <fx@gnu.org>
5663
0b95284b
DL
5664 * menu-bar.el: Modify some menu item help strings.
5665 (menu-bar-help-menu): Add link to MORE.STUFF.
5666
e9f63196
DL
5667 * cus-edit.el (custom-mode): Add `special' mode-class property.
5668
5669 * wid-browse.el (widget-browse-mode): Likewise.
5670
5671 * wid-edit.el (widget-specify-field): Revert to using local-map
5672 property, not keymap.
5673
e276a14a
MB
56742000-10-26 Miles Bader <miles@lsi.nec.co.jp>
5675
c1545d88
MB
5676 * wid-edit.el (widget-field-end): When checking for a `boundary'
5677 field, do so in the correct buffer.
5678
3c1b77ca
MB
5679 * simple.el (undo): Correctly distinguish between numeric and
5680 non-numeric prefix args in non-transient-mark-mode, as per the doc
5681 string. When in transient-mark-mode, treat all prefix-args as
5682 numeric.
5683
f5ab1cdd
SM
5684 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
5685 Position point on match. Handle N == 0 correctly.
22626d9d
MB
5686
5687 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
5688 (comint-mode-map): Reverse order of `comint-write-output' and
5689 `comint-append-output-to-file'.
5690 (comint-append-output-to-file): Reinstate this function, for the
5691 benefit of the menu.
5692
d97151cb
SM
56932000-10-25 Stefan Monnier <monnier@cs.yale.edu>
5694
5695 * vc.el (vc-version-other-window): Bind `file'.
5696
ea7d6f5b
GM
56972000-10-25 Gerd Moellmann <gerd@gnu.org>
5698
f5ab1cdd 5699 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
5700
5701 * emacs-lisp/authors.el (batch-update-authors): New function.
5702 (authors-fixed-entries): New defconst.
5703 (authors-add-fixed-entries): New function.
5704 (authors): Call it.: Don't process lispref/.
5705
17c25cea
JR
57062000-10-25 Jason Rumney <jasonr@gnu.org>
5707
5708 * cus-edit.el (custom-button-face, custom-button-pressed-face):
5709 Merge x w32 and mac definitions.
5710
4ecda532
GM
57112000-10-25 Gerd Moellmann <gerd@gnu.org>
5712
5713 * menu-bar.el (menu-bar-options-menu): Add a help string for
5714 `uniquify'.
5715
b6735035
GM
57162000-10-25 Stephen Gildea <gildea@alum.mit.edu>
5717
f5ab1cdd
SM
5718 * time-stamp.el (time-stamp-string-preprocess):
5719 Fix a wrong type argument error.
b6735035 5720
f4cbc7a0
MB
57212000-10-25 Miles Bader <miles@gnu.org>
5722
5723 * recentf.el (recentf-mode): Variable removed.
5724 (recentf-mode): Use `define-minor-mode'.
5725
5726 * mwheel.el (mouse-wheel-mode): New global minor mode.
5727 (mwheel-install): Use `mouse-wheel-mode'.
5728
f4b020f6
DL
57292000-10-25 Dave Love <fx@gnu.org>
5730
f5ab1cdd
SM
5731 * progmodes/cperl-mode.el (cperl-mode):
5732 Set normal-auto-fill-function correctly.
072cb6f9 5733
83c9cb8e
SM
5734 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5735 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 5736 bindings.
f4b020f6 5737
ebe2a441
MB
57382000-10-25 Miles Bader <miles@lsi.nec.co.jp>
5739
ff4dcd4b
MB
5740 * wid-edit.el (widget-field-at): New function.
5741 (widget-at, widget-field-activate): Use it.
5742 (widget-tabable-at): Use `widget-at'.
5743 (widget-specify-field): If the terminating character of the widget
5744 field (which is read-only) is a newline, put it into a special
5745 `boundary' field so that C-n/C-p act more naturally.
5746 (widget-field-end): Also don't subtract one if a special
5747 `boundary' field has been added after the widget field.
5748
83c9cb8e
SM
5749 * comint.el (comint-output-filter, comint-send-input):
5750 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 5751 code, since it should notice the overlay insertion-types now.
ff4dcd4b 5752
ebe2a441
MB
5753 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
5754 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
5755 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
5756
fe50b6ab
GM
57572000-10-24 Gerd Moellmann <gerd@gnu.org>
5758
53df4dda 5759 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
5760 (authors): Set file coding system to iso-2022-7bit.
5761 Add file-local variables to output buffer.
53df4dda 5762
4836835a 5763 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
5764 WARN is nil.
5765
53df4dda
GM
57662000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5767
5768 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
5769
5770 * delim-col.el: Now there is a column formatting mechanism.
5771 Modified to customization mechanisms convention. Doc fix.
5772 (columns): New group for delim-col.
5773 (delimit-columns-before, delimit-columns-after)
5774 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
5775 (delimit-columns-end): New vars.
5776 (delimit-columns-customize, delimit-columns-format): New funs.
5777 (delimit-columns-region, delimit-columns-rectangle)
5778 (delimit-columns-rectangle-line): Modified to support column
5779 formatting.
4836835a 5780
a9839779
DL
57812000-10-24 Dave Love <fx@gnu.org>
5782
5783 * log-edit.el (log-edit): Add :version and a :group for vc.
5784
df0267b8
GM
57852000-10-24 Gerd Moellmann <gerd@gnu.org>
5786
9acc3873
GM
5787 * files.el (after-find-file): Don't print a message ``New file''
5788 if WARN is nil.
5789
83c9cb8e
SM
5790 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5791 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
5792 get duplicate tool-bar entries because we'll see the global ones
5793 on more than one path through keymaps.
5794
1946f901
GM
5795 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
5796
df0267b8
GM
5797 * progmodes/cmacexp.el: Change Francesco's email address.
5798
ae3b264b
KH
57992000-10-24 Kenichi Handa <handa@etl.go.jp>
5800
5801 * window.el (fit-window-to-buffer): Adjust point of the window
5802 buffer, not that of the current buffer.
5803
23afac01
EZ
58042000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
5805
5806 * progmodes/cmacexp.el: Update the euthor's email address.
5807
22d1a4ed
MB
58082000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5809
5810 * faces.el (face-spec-set-match-display): Add `graphic' display
5811 type (the inverse of `tty'). Use `display-graphic-p' instead of
5812 the window-system variable.
5813
f408aa48
KH
58142000-10-24 Kenichi Handa <handa@etl.go.jp>
5815
83c9cb8e
SM
5816 * international/isearch-x.el (isearch-with-input-method):
5817 Call input-method-function with the first event in
f408aa48
KH
5818 unread-command-events.
5819
94fe8a31
MB
58202000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5821
83c9cb8e 5822 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 5823
8f47302e
AC
58242000-10-24 Andrew Choi <akochoi@i-cable.com>
5825
5826 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
5827 New charsets.
5828
5829 * term/mac-win.el: Remove definitions of mac-roman-lower and
5830 mac-roman-upper, require dired, and define instead of set
5831 mac-ready-for-drag-n-drop to avoid compilation error.
5832
446c097e
AI
58332000-10-23 Andrew Innes <andrewi@gnu.org>
5834
83c9cb8e
SM
5835 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
5836 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
5837 expand-file-name after convert-standard-filename to ensure
5838 expected directory separators are used.
5839
379b70e7
EZ
58402000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
5841
5842 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
5843
85c766e9
DL
58442000-10-23 Dave Love <fx@gnu.org>
5845
b7e03a67
DL
5846 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
5847 (tool-bar-add-item): Set foreground and background for XBM icons.
5848
83c9cb8e
SM
5849 * international/latin1-disp.el (latin1-char-displayable-p):
5850 New function (from Handa).
b7e03a67
DL
5851 (latin1-display-check-font): Use it.
5852
0dcf8835 5853 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
5854 using :key-sequence, making it much more usable.
5855 Use nconc, not append.
0dcf8835
DL
5856 (imenu--create-keymap-1): Avoid append.
5857
85c766e9 5858 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 5859
cb3069bb
MB
58602000-10-23 Miles Bader <miles@lsi.nec.co.jp>
5861
5862 [the following changes fix a bug where `define-minor-mode' didn't
5863 correctly generate :require clauses for defcustoms in compiled files]
5864 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
5865 (byte-compile-log-file, byte-compile-log-1): Don't set
5866 `byte-compile-current-file' to nil. Instead set
5867 `byte-compile-last-logged-file' to it. Test whether
5868 byte-compile-current-file equals byte-compile-last-logged-file
5869 instead of whether its nil.
3b6542ba 5870 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 5871
6db6243b
SM
58722000-10-23 Stefan Monnier <monnier@cs.yale.edu>
5873
5874 * textmodes/refill.el: Fix var names in doc.
5875 (refill-mode): Don't bother with make-local-hook anymore.
5876
98490598
MB
58772000-10-23 Miles Bader <miles@lsi.nec.co.jp>
5878
e01cd227
MB
5879 * faces.el (face-user-default-spec, face-default-spec): New functions.
5880 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 5881 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
5882 Use `face-user-default-spec'. Simplify code slightly.
5883
4836835a 5884 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
5885 (woman-unknown-face): Add dark-background variants.
5886 (woman-default-faces): Renamed from `woman-colour-faces'.
5887 Set using the stored defaults, rather than using hard-wired colors.
5888 (woman-monochrome-faces): Renamed from `woman-black-faces'.
5889 Just make the foreground `unspecified' rather than "black".
5890 (woman-menu): Rename menu entries accordingly.
5891
98490598
MB
5892 * faces.el (header-line): Make more reasonable on mono/grayscale
5893 displays.
5894
1a578e9b
AC
58952000-10-23 Andrew Choi <akochoi@i-cable.com>
5896
5897 * cus-edit.el (custom-button-face): Use 3D look for mac.
5898 (custom-button-pressed-face): Likewise.
5899
5900 * faces.el (set-face-attributes-from-resources): Handle mac frames
5901 in the same way as x and w32 frames.
5902 (face-valid-attribute-values): Likewise.
5903 (read-face-attribute): Likewise.
5904 (defined-colors): Likewise.
5905 (color-defined-p): Likewise.
5906 (color-values): Likewise.
5907 (display-grayscale-p): Likewise.
5908 (face-set-after-frame-default): Likewise.
5909 (mode-line): Same default face as for x and w32.
5910 (tool-bar): Likewise.
5911
5912 * frame.el: Remove call to frame-notice-user-settings at end of
5913 the file.
5914
83c9cb8e 5915 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
5916 as for x, pc, and w32 frame types.
5917
5918 * term/mac-win.el: New file.
5919
aaaf7be7
DL
59202000-10-22 Dave Love <fx@gnu.org>
5921
5922 * textmodes/refill.el: New file.
5923
5392d654
AS
59242000-10-22 Andre Spiegel <spiegel@gnu.org>
5925
4836835a 5926 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 5927 MANUAL and REGEXP.
4836835a 5928 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
5929 New functions.
5930 (vc-before-save): Use the latter.
5931 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
5932 confusion.
5933
4836835a 5934 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
5935 expected by vc[-hooks].el.
5936
5937 * vc.el (vc-checkout): Added `-p' suffix in call to
5938 vc-make-version-backups-p; use vc-make-version-backup to actually
5939 make the backup.
5940 (vc-version-other-window, vc-version-backup-file): Handle both
5941 automatic and manual backups.
5942 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
5943 of all of them.
5944
1e221c16
MB
59452000-10-22 Miles Bader <miles@gnu.org>
5946
7ff4fda5
MB
5947 * comint.el (comint-highlight-input, comint-highlight-prompt):
5948 Renamed, `-face' at end removed.
5949 (comint-send-input, comint-output-filter): Use renamed faces.
5950
3511cde8
MB
5951 * window.el (fit-window-to-buffer): Change defaulting of
5952 MAX-HEIGHT slightly.
5953
1e221c16
MB
5954 * faces.el (color-values, color-defined-p): Use `member', not
5955 `memq', because it works correctly for strings.
5956 (frame-set-background-mode): Actually, "unspecified-fg" and
5957 "unspecified-bg" *are* strings. Use `member', not `memq', and
5958 `equal', not `eq', when a string value is possible.
5959
b6ef4898
EZ
59602000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
5961
5962 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
5963
34939e2c
SM
59642000-10-21 Stefan Monnier <monnier@cs.yale.edu>
5965
5966 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
5967 sh-electric-rparen, sh-electric-less and sh-electric-hash.
5968 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
5969 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
5970 (sh-font-lock-syntactic-keywords): Use them.
5971 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
5972 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
5973 (sh-mode): Don't override font-lock-unfontify-region-function.
5974 Use a copy of sh-font-lock-syntactic-keywords.
5975 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
5976 Don't call sh-scan-buffer since font-lock does it on the fly.
5977 (sh-get-indent-info): Use `face' rather than `syntax-table'
5978 text-property to detect here-documents.
5979 Replace sh-special-syntax with sh-st-punc.
5980 (sh-prev-line): Use `face' rather than `syntax-table'
5981 text-property to skip over here-documents.
5982 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
5983 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
5984 (sh-electric-less, sh-set-here-doc-region)
4836835a 5985 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
5986 (sh-scan-buffer, sh-rescan-buffer): Remove.
5987
f3d3c491
AI
59882000-10-21 Andrew Innes <andrewi@gnu.org>
5989
5990 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
5991 remote (ange-ftp) file names.
5992
b86c791c
MB
59932000-10-21 Miles Bader <miles@gnu.org>
5994
d9c30bdf
MB
5995 * window.el (fit-window-to-buffer): New function.
5996 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
5997 (window-text-height): Don't expect minibuffers to have mode-lines.
5998
d9c30bdf 5999 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
6000 * international/quail.el (quail-update-guidance):
6001 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 6002
617fee5a
MB
6003 * international/quail.el (quail-show-guidance-buf): Make sure
6004 guidance window really has enough room.
6005 (quail-update-guidance): If quail-guidance-win is already shown,
6006 make sure its height is OK.
6007
b86c791c
MB
6008 * window.el (window-text-height, set-window-text-height):
6009 New functions.
6010 (shrink-window-if-larger-than-buffer): Use `window-text-height'
6011 instead of `window-height' & `mode-line-window-height-fudge'.
6012 (mode-line-window-height-fudge): Add FACE parameter.
6013 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
6014 instead of `enlarge-window' & `mode-line-window-height-fudge'.
6015
e34850d1
MB
60162000-10-20 Miles Bader <miles@gnu.org>
6017
6018 * window.el (height-affecting-face-attributes): Use `defconst'.
6019
6020 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
6021 New function, conditionally aliased to `mode-line-window-height-fudge'.
6022 (ispell-help): Use it.
6023 (ispell-choices-win-default-height): Don't include mode-line fudge.
6024 (ispell-choices-win-default-height): New function.
6025 (ispell-show-choices, ispell-command-loop): Use function
6026 `ispell-choices-win-default-height' instead of variable.
6027
a8b883c2
MB
60282000-10-20 Miles Bader <miles@lsi.nec.co.jp>
6029
8c6e4a58
MB
6030 * window.el (mode-line-window-height-fudge): New variable.
6031 (height-affecting-face-attributes): New variable.
6032 (mode-line-window-height-fudge): New function.
6033 (shrink-window-if-larger-than-buffer): Use it.
6034 * help.el (resize-temp-buffer-window): Likewise.
6035
a8b883c2
MB
6036 * info.el (Info-fontify-node): Add support for @subsubsection
6037 titles, which use `Info-title-4-face'.
6038 (Info-title-4-face): New face.
6039 (Info-title-3-face): Inherit from Info-title-4-face instead of
6040 variable-pitch.
6041
e64c3a75
JR
60422000-10-19 Jason Rumney <jasonr@gnu.org>
6043
6044 * dired.el (dired-insert-directory): Do not let errors signalled by
6045 attempt to run dired-free-space-program prevent dired from working.
6046
c70fe852
SM
60472000-10-19 Stefan Monnier <monnier@cs.yale.edu>
6048
6049 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
6050
877cf6b4
GM
60512000-10-19 Gerd Moellmann <gerd@gnu.org>
6052
5de037e0
GM
6053 * dirtrack.el (dirtrack): Fix call to run-hooks.
6054
6deb9af9
GM
6055 * cmuscheme.el (cmuscheme-program-name): Renamed from
6056 scheme-program-name because xscheme.el contains a defcustom with
6057 the same name. As a consequence, customizing group `cmuscheme'
6058 loaded `xscheme' which redefined run-scheme.
6059 (run-scheme): Use cmuscheme-program-name.
6060
83c9cb8e 6061 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 6062
e597d8fb 6063 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 6064 anonymous address, and add a website for Befrienders International.
4836835a 6065
3e9cb08f
GM
60662000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6067
c70fe852
SM
6068 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
6069 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
6070 (ps-print-version): New version number (6.2).
6071 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
6072 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
6073 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
6074 (ps-x-extent-priority, ps-x-extent-start-position)
6075 (ps-x-face-font-instance, ps-x-find-coding-system)
6076 (ps-x-font-instance-properties, ps-x-make-color-instance)
6077 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
6078 avoid compilation gripes without defining functions.
6079 (ps-e-find-composition): Alias for function find-composition, to have a
6080 suitable function depending on Emacs version.
6081 (ps-color-device, ps-color-values, ps-face-foreground-name)
6082 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
6083 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
6084 (ps-print-ensure-fontified): Function definitions surrounded by
6085 `eval-and-compile' to avoid compilation gripes.
6086 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
6087 by symbol-value to avoid compilation gripes.
6088 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
6089 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
6090
d8abcd91
MB
60912000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6092
13ab33c4
MB
6093 * startup.el (normal-top-level): Call `frame-set-background-mode'
6094 after `frame-notice-user-settings' because the latter doesn't call
6095 the former on a tty.
6096
d8abcd91
MB
6097 * faces.el (frame-set-background-mode): `unspecified' &c are
6098 symbols, not strings.
6099
e8bce0a9
EZ
61002000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6101
c70fe852
SM
6102 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
6103 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 6104
c70fe852
SM
6105 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
6106 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 6107
773272d8
KH
61082000-10-19 Kenichi Handa <handa@etl.go.jp>
6109
c70fe852 6110 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
6111 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
6112 for ISO10646-1 fonts.
6113 (x-font-name-charset-alist): Add an entry for "iso10646-1".
6114
772139c0
EZ
61152000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6116
6117 * faces.el (frame-set-background-mode): If a tty frame defines a
6118 background color, use that to compute the background mode, instead
6119 of always defaulting to "dark".
6120
d134a19f
MB
61212000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6122
8bb84cb2
MB
6123 * comint.el (comint-write-output): New function.
6124 (comint-mode-map): Add it to the menu.
e40a778f 6125 Bind `C-c C-s' to comint-write-output.
d134a19f 6126
dada41e1
GM
61272000-10-18 Gerd Moellmann <gerd@gnu.org>
6128
6129 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
6130 Use fancy-splash-delay.
6131
9b5360aa
GM
61322000-10-18 Alex Schroeder <alex@gnu.org>
6133
6134 * progmodes/sql.el (sql-sybase-options): New option.
6135 (sql-sybase): Use it. Add sql-database to the list of parameters
6136 provided for login. The options -w 2048 -n are not used any more.
6137
9035a35a
GM
6138 * comint.el (comint-read-input-ring): Bugfix such that the first
6139 and the last entry of the input ring file are not lost.
6140
3556c6dd
GM
61412000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6142
6143 * ps-print.el: Internal variable changes to defcustom,
6144 make-local-hook changes to defvar. Doc fix.
6145 (ps-print-version): New version number (6.1).
6146 (ps-setup, ps-do-despool): Code fix.
6147 (ps-printer-name): Customization fix.
6148 (ps-printer-name-option): Now is a defcustom instead of an
6149 internal variable.
6150 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
6151 (ps-print-begin-column-hook): Now are defvar instead of
6152 make-local-hook.
4836835a 6153
4e217e50
MB
61542000-10-18 Miles Bader <miles@gnu.org>
6155
6156 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
6157 (comint-kill-output): Changed into an alias for `comint-delete-output',
6158 and made obsolete.
6159 (comint-mode-map): Rename references to comint-kill-output.
6160
34460354
EZ
61612000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
6162
6163 * diff-mode.el (diff-header-face, diff-file-header-face)
6164 (diff-changed-face): Add bold and italic attributes to tty faces.
6165 (diff-function-face): New face.
6166 (diff-font-lock-keywords): Use it.
6167
17ea3cdb
MB
61682000-10-18 Miles Bader <miles@lsi.nec.co.jp>
6169
6170 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
6171 Remove commented-out call to force-mode-line-update.
6172 (comint-kill-output): Use `forward-line 0' instead of
6173 beginning-of-line to make sure we get past the prompt.
6174
9244f2c7
SM
61752000-10-17 Stefan Monnier <monnier@cs.yale.edu>
6176
6177 * diff-mode.el (diff-header-face, diff-file-header-face):
6178 Add specific setting for dark background.
6179 (diff-context-face): Renamed from diff-comment-face.
6180 Set explicitly rather than inheriting from font-lock-comment-face.
6181
1592c1ef
EZ
61822000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6183
6184 * startup.el (command-line): Move the code which sets the default
6185 TTY colors to before before-init-hook.
6186
f86292a9
GM
61872000-10-17 Gerd Moellmann <gerd@gnu.org>
6188
6189 * jit-lock.el (jit-lock-stealth-time): Doc fix.
6190
f7f2e883
EZ
61912000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6192
e854cc22
EZ
6193 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
6194 extensions, for MS-DOS.
6195
f7f2e883
EZ
6196 * diff-mode.el (diff-header-face, diff-file-header-face)
6197 (diff-changed-face): Define tty-specific colors.
6198
c7b4f0f9
GM
61992000-10-17 Gerd Moellmann <gerd@gnu.org>
6200
6201 * startup.el (fancy-splash-text): Realign the text.
6202
12a72271
EZ
62032000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6204
6205 * font-lock.el (font-lock-comment-face): Define a separate default
6206 for dark-background tty's.
6207
61dfccfd
MB
62082000-10-17 Miles Bader <miles@gnu.org>
6209
6210 * help.el (resize-temp-buffer-window): Add hack to avoid last line
6211 being obscured by whizzy mode-lines on graphics displays.
6212
333cd59e
EZ
62132000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6214
6215 * info.el (Info-title-1-face, Info-title-2-face)
6216 (Info-title-3-face): Define colors for tty's.
dada41e1 6217 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 6218
dbf1fcc1
EZ
62192000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
6220
6221 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
6222 reverse from the frame parameters, and don't invert foreground and
6223 background colors.
6224
ac629823
MB
62252000-10-16 Miles Bader <miles@gnu.org>
6226
6227 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
6228 string "*Info*". Call propertized-buffer-identification to spruce
6229 up the result.
6230
76eebffc
GM
62312000-10-16 Gerd Moellmann <gerd@gnu.org>
6232
3a6b59d9
GM
6233 * help.el: Provide `help' for the sake of define-minor-mode
6234 which generates defcustoms with requires.
6235
6569c3d3
GM
6236 * jit-lock.el (jit-lock-after-change): If we're in text that
6237 matches a multi-line font-lock pattern, make sure the whole text
6238 will be redisplayed.
6239
c2e0a611
GM
6240 * emacs-lisp/authors.el (authors-add): Don't add an entry if
6241 author's name is unknown.
6242
76eebffc
GM
6243 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
6244 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
6245 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
6246 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
6247 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
6248 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
6249 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
6250 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
6251 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
6252 Add author information.
6253
cf1e7b12
MB
62542000-10-16 Miles Bader <miles@lsi.nec.co.jp>
6255
6256 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
6257 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
6258 full-color version (using the Gimp) to eliminate dithering artifacts.
6259
5586f3eb
SM
62602000-10-15 Stefan Monnier <monnier@cs.yale.edu>
6261
6262 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
6263
6264 * simple.el (syntax-flag-table, string-to-syntax): Remove.
6265
ad64a888
DL
62662000-10-15 Dave Love <fx@gnu.org>
6267
83c9cb8e 6268 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
6269
6270 * pcomplete.el (pcomplete) <defgroup>: Add :version.
6271
6272 * whitespace.el: Doc fixes.
6273 (top-level): Don't add hooks here.
6274 (whitespace-running-emacs): Deleted.
6275 (timer): Don't require.
6276 (whitespace): Add back :version conditional on xemacs test.
6277 (whitespace-spacetab-regexp, whitespace-indent-regexp)
6278 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
6279 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
6280 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
6281 Avoid specific xemacs test.
6282 (whitespace-global-mode): New option.
6283 (whitespace-global-mode): New command.
6284 (whitespace-unload-hook): New function.
6285
6286 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 6287 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
6288 (Info-fontify-node): `Goto' goes to `Go to'.
6289 (Info-fontify-node): Add help-echo to xref links.
6290
1ef49fc6
EZ
62912000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
6292
6293 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
6294
8b7707e1
SM
62952000-10-15 Stefan Monnier <monnier@cs.yale.edu>
6296
b3b7f42f
SM
6297 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
6298 Use plist-get and allow :inherit.
6299
6300 * emacs-lisp/cl-macs.el (cl-do-arglist):
6301 Use plist-get and plist-member instead of memq.
6302
3c7fafc7
SM
6303 * emacs-lisp/ewoc.el (ewoc-location): New function.
6304 (ewoc-enter-after, ewoc-enter-before): Document return value.
6305 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
6306 Don't need make-local-hook any more.
6307 (cvs-addto-collection): Return the new tin.
6308 (cvs-mode-insert): Jump to the new line.
6309
8b7707e1
SM
6310 * jit-lock.el (jit-lock-fontify-buffer): Remove.
6311
6312 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
6313
6314 * font-lock.el (font-lock-syntactically-fontified): New var.
6315 (font-lock-fontify-syntactic-keywords-region): Use it.
6316 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
6317
6318 * diff-mode.el (diff-find-file-name): Fix regexp.
6319
6320 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
6321 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
6322
6323 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
6324 (sh-mode-syntax-table): Add punctuation syntax for < and >.
6325 (sh-mode): Don't make all vars local here.
6326 (sh-kw): Reformat.
6327 (sh-set-shell): Use dolist. Don't set indent-region-function.
6328 (sh-mode-syntax-table): Use pop.
6329 (sh-remember-variable): Use push.
6330 (sh-help-string-for-variable): Use memq.
6331 (sh-safe-backward-sexp): Remove.
6332 (sh-safe-forward-sexp): Add ARG.
6333 (sh-get-indent-info, sh-prev-stmt): Use it.
6334 (sh-prev-line): Simplify by using forward-comment.
6335 (sh-this-is-a-continuation): Simplify.
6336 (sh-learn-buffer-indent): Use dolist.
6337 (sh-do-nothing): Remove.
6338 (sh-set-char-syntax, sh-set-here-doc-region):
6339 Use inhibit-modification-hooks.
6340 (sh-name-style): Use mapcar and push.
6341 (sh-load-style): Use dolist.
6342 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
6343 (sh-case, sh-while-getopts): Use propertize directly rather
6344 than sh-electric-rparen.
6345
63462000-10-14 Stefan Monnier <monnier@cs.yale.edu>
6347
6348 * textmodes/tex-mode.el: Require CL when compiling.
6349 (tex-mode-syntax-table): Init immediately.
6350 (tex-mode-map): Bind M-RET to latex-insert-item.
6351 (latex-mode): Set indent-line-function to latex-indent.
6352 (tex-common-initialization): Don't setup the syntax-table any more.
6353 (latex-insert-item): New skeleton.
6354 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 6355 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 6356 (latex-indent, latex-find-indent): New functions.
4836835a 6357 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
6358 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
6359 (tex-compilation-parse-errors): Use with-syntax-table.
6360
86b7fcbb
MB
63612000-10-15 Miles Bader <miles@gnu.org>
6362
6363 * font-lock.el (font-lock-comment-face): Change dark-background,
6364 color, non-tty, default to `chocolate1'.
6365
57a24508
JW
63662000-10-13 John Wiegley <johnw@gnu.org>
6367
6368 * eshell/esh-util.el (require): Added a missing `require' form,
6369 needed when compiling (for an ange-ftp macro definition).
6370
40ad3db4
DL
63712000-10-13 Dave Love <fx@gnu.org>
6372
6373 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
6374
db460189
GM
63752000-10-13 Gerd Moellmann <gerd@gnu.org>
6376
83c9cb8e 6377 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 6378
4836835a 6379 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
6380 transparent -colors 8).
6381
3b5e21df
GM
63822000-10-13 Stephen Gildea <gildea@alum.mit.edu>
6383
6384 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
6385 that breaks with old list format timestamps.
6386 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 6387 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 6388
16908a3f
JW
63892000-10-13 John Wiegley <johnw@gnu.org>
6390
d7103dda
JW
6391 * align.el, pcomplete.el, calendar/timeclock.el,
6392 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
6393
dace60cf 6394 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
6395 faulty math, where holiday hours were being computing as seconds.
6396
b6b70cda
JW
63972000-10-13 John Wiegley <johnw@gnu.org>
6398
6399 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
6400 specifying what "other" kinds of buffers should be saved.
6401 This used to be hard-coded.
b6b70cda
JW
6402 (desktop-buffer-misc-functions): A global for specifying how
6403 auxiliary data should be determined for special buffer types.
6404 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
6405 instead of hard-coding the special buffer types.
6406 (desktop-save): Run `desktop-buffer-misc-functions' to gather
6407 auxiliary data, instead of hard-coding for Info buffers and dired.
6408 (desktop-buffer-info-misc-data): Aux function for determining Info
6409 buffer auxiliary info.
6410 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
6411 (desktop-buffer-info): Changed this function to use the info
6412 gathered above.
6413 (desktop-create-buffer): Be a little more careful about what
6414 `minor-mode' means before calling it. This is important for some
6415 buffer types.
6416
8c6b1d83
JW
64172000-10-13 John Wiegley <johnw@gnu.org>
6418
6419 * eshell/esh-util.el: Added a global form which declares an
6420 autoload for `parse-time-string', if that function is not already
6421 defined, and if parse-time.el is available on the user's system.
6422
6423 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
6424 to be aware of ange-ftp user info.
83c9cb8e 6425 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
6426 (eshell-ls-annotate): Use `eshell-file-attributes'.
6427 (eshell-ls-file): Made the user-id printing code a bit smarter.
6428
6429 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
6430 allow identification of alias user ids in remote directories.
83c9cb8e
SM
6431 It's manual, but there's no other way to know when the current user
6432 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
6433 (fboundp): Bind `ange-cache'.
6434 (eshell-directory-files-and-attributes): Re-organized the logic a
6435 bit to use `eshell-file-attributes' instead of `file-attributes'.
6436 The former is more sensitive to directories that are read via FTP,
6437 and knows how to use ange-ftp to determine full attribute
6438 information, instead of just the name and last modtime.
6439 (eshell-current-ange-uids): Return the current user id when in a
6440 remote directory.
6441 (eshell-parse-ange-ls): Parse a full directory listing that has
6442 been returned by ange-ftp.
6443 (eshell-file-attributes): This beefed up version of
6444 `file-attributes' is only special if the user is currently in a
6445 remote directory, in which case it does a lot of work to find out
6446 what the real attributes of a file are, as they appear on the
6447 remote machine. This makes usage of remote directories (i.e.,
6448 ange-ftp pathnames) much more useful. You can now use Eshell as a
6449 full-fledged FTP client, with much more manipulation ability than
6450 most other clients.
6451
6452 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
6453 variable, which means that Eshell's du should always be preferred
6454 in remote directories.
6455 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
6456 just `file-attributes'.
6457 (eshell-mvcp-template): Bind `ange-cache', to improve performance
6458 when reading remote directories. This is an Eshell-specific
6459 variable (not part of ange-ftp).
6460 (eshell/ln): Bind `ange-cache'.
6461 (eshell/du): Added some extra logic for determining when to use
6462 Eshell's du (which is slow), and when to use the external version
6463 (which may or may not exist).
6464
83c9cb8e
SM
6465 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6466 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
6467 `get-buffer-process', since backgrounded processes don't count in
6468 the context of this function's logic.
6469
6470 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
6471 `forward-char', so that null strings are parsed correctly.
6472
87730e84 64732000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 6474
83c9cb8e
SM
6475 * eshell/em-pred.el (eshell-pred-file-type)
6476 (eshell-pred-file-links, eshell-pred-file-size):
6477 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
6478
6479 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
6480 that remote file globbing is more efficient.
6481
6482 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
6483 gathering the files and attributes within a directory.
6484
6485 * eshell/em-unix.el (eshell/cat): If any of the files passed on
6486 the command line is a special file (not a regular file, directory
6487 or symlink), always attempt to call the external version of cat.
6488
87730e84 64892000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
6490
6491 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
6492 Eshell-friendly version of find-tag.
6493
1c7e37a9
MB
64942000-10-13 Miles Bader <miles@lsi.nec.co.jp>
6495
4836835a 6496 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
6497 (image-file-name-regexps): Add autoload cookies.
6498
11a7f341
KH
64992000-10-13 Kenichi Handa <handa@etl.go.jp>
6500
6501 * international/mule-cmds.el (select-safe-coding-system): If FROM
6502 is string, show it in *Warning* buffer.
6503
8ddddcb0
EZ
65042000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
6505
6506 * startup.el (normal-top-level): Use display-popup-menus-p instead
6507 of window-system.
6508 (command-line): Use display-graphic-p instead of window-system.
6509 (command-line-1): Use display-popup-menus-p and display-mouse-p
6510 instead of window-system.
6511
72200f89
SS
65122000-10-12 Sam Steingold <sds@gnu.org>
6513
6514 * tooltip.el (tooltip-use-echo-area): New user variable.
6515 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
6516
8661c643
DL
65172000-10-12 Dave Love <fx@gnu.org>
6518
d0b40dc1
DL
6519 * recentf.el: Maintainer's checkdoc fixes.
6520
83c9cb8e
SM
6521 * startup.el (normal-top-level-add-subdirs-to-load-path):
6522 Use character class, not ASCII when matching file names.
a622451f
DL
6523 (fancy-splash-head): Add trailing slash to URL.
6524 (command-line): Don't require XPM support for toolbar.
6525
8661c643
DL
6526 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
6527 (cperl-invalid-face): Revert last change.
6528 (cperl-init-faces): Quote cperl-invalid-face.
6529
ef2ed8ab
KH
65302000-10-12 Kenichi Handa <handa@etl.go.jp>
6531
6532 * startup.el (fancy-splash-text): Remove superfluous quote.
6533
b0da379e
GM
65342000-10-12 Gerd Moellmann <gerd@gnu.org>
6535
dbeb499b
GM
6536 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
6537 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
6538 (command-line-1): Don't use fancy-splash-pending-command.
6539 (fancy-splash-screens-1): Goto point-min after inserting text.
6540
d861718a
GM
6541 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
6542
b0da379e
GM
6543 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
6544 instead of shared-lisp-mode-map.
6545
4fb2ad98
MB
65462000-10-12 Miles Bader <miles@lsi.nec.co.jp>
6547
1cb4393e
MB
6548 * faces.el (header-line): Change tty-variant to use underlining.
6549
4fb2ad98
MB
6550 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
6551 (isearch-highlight): Restore lazy-isearch face properties at old
6552 position, and suppress them at new position.
6553 (isearch-dehighlight): Restore lazy-isearch face properties.
6554 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
6555 over the real isearch overlay, but in that case, don't give it a
6556 face property. Use `push'.
6557
eb991b25
KH
65582000-10-12 Kenichi Handa <handa@etl.go.jp>
6559
6560 * man.el (Man-getpage-in-background): Fix previous change.
6561 Decode the process output only when we are in multibyte mode.
6562
a818c1c0
DL
65632000-10-11 Dave Love <fx@gnu.org>
6564
c990f53a
DL
6565 * info.el (Info-mode-menu): Fix some help.
6566 (info-tool-bar-map): Add entry for Info-last.
6567
a818c1c0
DL
6568 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
6569 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
6570 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
6571 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
6572 * toolbar/search-replace.xpm, toolbar/exit.xpm:
6573 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
6574 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
6575 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
6576 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
6577 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
6578 Reduce colour requirements to 25 overall. (Probably wants
6579 revisiting from the originals to reduce further.)
6580
c1b096cb
EZ
65812000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
6582
6583 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
6584 buffer-file-coding-system, instead of raw-text.
6585 (dehexlify-buffer): Bind coding-system-for-read to
6586 buffer-file-coding-system, instead of raw-text.
6587
5c8b7eaf
SS
65882000-10-11 Sam Steingold <sds@gnu.org>
6589
83c9cb8e 6590 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
6591 `underline' - fixes the bug introduced on 2000-09-21.
6592
2cfbdb7a
DL
65932000-10-11 Dave Love <fx@gnu.org>
6594
83c9cb8e
SM
6595 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
6596 Avoid compiler warnings.
2cfbdb7a
DL
6597 (scheme-mode): Doc fix.
6598 (scheme-font-lock-keywords-1): Match `define-syntax'.
6599
66002000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
6601
6602 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
6603 face specs as well as default ones. Only do anything if the
6604 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 6605 (region): Make dark-background `region' face less in-your-face.
4b33f290 6606
690ec649
SS
66072000-10-10 Sam Steingold <sds@gnu.org>
6608
6609 * chistory.el, ielm.el, ledit.el:
6610 * progmodes/inf-lisp.el, progmodes/scheme.el:
6611 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
6612
3b95d6bb
SM
66132000-10-10 Stefan Monnier <monnier@cs.yale.edu>
6614
6615 * textmodes/texinfo.el: Update copyright and fix typo.
6616
6617 * desktop.el (desktop-modes-not-to-save): New var.
6618 (desktop-save-buffer-p): Use it.
a30eb617
DL
6619 Also, obey desktop-buffers-not-to-save even for non-file buffers.
6620 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
6621
66222000-10-10 Dave Love <fx@gnu.org>
6623
6624 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 6625 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
6626
6627 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
6628 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
6629 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
6630 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
6631 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
6632 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
6633 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
6634 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
6635 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
6636 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
6637 the .xpms; probably need retouching.
6638
66392000-10-10 Miles Bader <miles@lsi.nec.co.jp>
6640
6641 * subr.el (add-to-list): Add optional argument APPEND.
6642 * battery.el (display-battery): Use `add-to-list'.
6643
66442000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
6645
83c9cb8e
SM
6646 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
6647 properties.
a30eb617
DL
6648 (zone, zone-when-idle, zone-leave-me-alone)
6649 (zone-pgm-whack-chars): Use new symbol properties.
6650
6651 * battery.el (display-battery): Doc spelling fix.
6652
6653 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
6654 property.
6655
66562000-10-09 Dave Love <fx@gnu.org>
6657
6658 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
6659 has been initialized before calling tool-bar-setup.
6660 (tool-bar-add-item-from-menu): Add autoload cookie.
6661
66622000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
6663
6664 * menu-bar.el (send-mail-item-name): New function.
6665 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
6666 of mail-user-agent in the menu. Don't display the "Send Mail"
6667 item if mail-user-agent is nil or its value is ignore.
6668 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
6669 if read-mail-command is nil or its value is ignore.
6670
6671 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
6672
66732000-10-09 Miles Bader <miles@gnu.org>
6674
6675 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
6676 Correct image size.
6677 * toolbar/left_arrow.xpm: Correct image size.
6678
6679 * jka-compr.el: Don't call `jka-compr-install' when loading (it
6680 will be done by the definition of `auto-compression-mode' if
6681 necessary. Move code to uninstall existing file-name handler
6682 before definition of `auto-compression-mode'.
6683
6684 * image-file.el (auto-image-file-mode): Move to the end of the
6685 file, because `define-minor-mode' actually calls the mode-function
6686 if the associated variable is non-nil, which requires that all
6687 needed functions be already defined.
6688
6689 * mouse.el (popup-menu): Balance parens.
6690
66912000-10-08 Stefan Monnier <monnier@cs.yale.edu>
6692
6693 * mouse.el (popup-menu): Move the command call outside the loop
6694 so that popup-menu returns whatever the command returns.
6695
6696 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
6697 (initialize-new-tags-table): Use run-hook-with-args-until-success.
6698 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
6699 (tags-table-format-functions): Renamed from tags-table-format-hooks.
6700
6701 * vc.el (vc-version-diff): diff-switches can be a list.
6702 Use relative filenames for prettier output.
6703
6704 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
6705 (vc-post-command-functions): Remove old-VC compatibility code.
6706
6707 * newcomment.el (comment-indent-default): Autoload.
6708
6709 * font-lock.el (font-lock-defaults): Make buffer-local.
6710 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
6711 (font-lock-choose-keywords):
6712 Ignore LEVEL unless KEYWORDS is a list of syms.
6713 (c-keywords, c++-keywords, objc-keywords, java-keywords):
6714 Don't wrap regexp-opt things in \(...\) unnecessarily.
6715
6716 * jit-lock.el: Don't require font-lock any more.
6717 (jit-lock-functions): Make buffer-local.
6718 (jit-lock-saved-fontify-buffer-function): Remove.
6719 (jit-lock-mode): Remove autoload cookie.
6720 Remove font-lock specific code.
6721 (jit-lock-unregister): Don't bother handling complex hooks any more.
6722 (jit-lock-refontify): New function.
6723 (jit-lock-fontify-buffer): Use it.
6724 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
6725 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
6726 Add optional args START and END.
6727 Never call font-lock-fontify-region directly.
6728 (jit-lock-function, jit-lock-stealth-fontify): Use it.
6729
6730 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
6731
67322000-10-08 Dave Love <fx@gnu.org>
6733
6734 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
6735
6736 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
6737
6738 * play/studly.el (studlify-region, studlify-word): Add autoload
6739 cookie.
6740
6741 * play/morse.el (morse-region, unmorse-region): Add autoload
6742 cookie.
6743
6744 * play/spook.el (spook-phrases-file): Use expand-file-name, not
6745 concat.
6746
6747 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
6748 insist on symbols starting with word syntax.
6749 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
6750 (eval-defun-1): Doc fix.
6751 (indent-sexp): Use nconc to build up indent-stack.
6752
6753 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
6754 Gnus with little use.
6755 (mail-setup-hook): Add mail-abbrevs-setup to options.
6756
6757 * recentf.el: Doc fixes.
6758
6759 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
6760 Clean up remainder.
6761
6762 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
6763 without timezone and (8) with timezone to enforce some whitespace.
6764 Simplify code somewhat.
6765
6766 * options.el (list-options): Doc that you should use customize.
6767
6768 * iswitchb.el (iswitchb-mode): Add :require.
6769
6770 * info.el (Info-goto-node, Info-menu): Doc fix.
6771 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
6772 (info-tool-bar-map): New variable.
6773 (Info-mode): Use it.
6774 (Info-edit-map): Define all in defvar.
6775 (speedbar-attached-frame): Avoid compiler warning.
6776
6777 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
6778 (global-map): Bind [tool-bar] to a filtered map.
6779 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
6780 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
6781 Allow PBM icons.
6782 (tool-bar-setup): Adjust calls of tool-bar-add-item.
6783
6784 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
6785 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
6786 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
6787 icons, except up_arrow, which is left-arrow rotated.
6788
6789 * imenu.el (imenu-add-to-menubar): Fix last change.
6790
67912000-10-08 Peter Breton <pbreton@ne.mediaone.net>
6792
6793 * generic-x.el (rul-generic-mode): Remove eval-when-compile
6794 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
6795
67962000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6797
6798 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
6799 typos in doc strings.
6800
6801 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
6802 the doc strings how to customize Font Lock faces.
6803
6804 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
6805 computing growth when dragging the header line.
6806
68072000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6808
6809 * simple.el (kill-line): Doc fix.
6810
68112000-10-08 Miles Bader <miles@gnu.org>
6812
6813 * faces.el (secondary-selection): Make foreground visible on tty.
6814
6815 * jka-compr.el (auto-compression-mode): Move to the end of the
6816 file, because `define-minor-mode' actually calls the mode-function
6817 if the associated variable is non-nil, which requires that all
6818 needed functions be already defined.
6819 (with-auto-compression-mode): Add autoload cookie.
6820
68212000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
6822
6823 * files.el (find-backup-file-name) [ms-dos]: If support for long
6824 file names is not available, behave as if version-control were set
6825 to never.
6826
68272000-10-07 Dave Love <fx@gnu.org>
6828
6829 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
6830 (browse-url-gnome-moz): New function.
6831 (browse-url-browser-function): Use it.
6832 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
6833
68342000-10-07 Stefan Monnier <monnier@cs.yale.edu>
6835
6836 * indent.el (tab-always-indent): New var.
6837 (indent-for-tab-command): Use it.
6838
6839 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
6840 raise an error. This way it can still default to a sane value.
6841
68422000-10-06 Stefan Monnier <monnier@cs.yale.edu>
6843
6844 * startup.el (fancy-splash-screens): Use local rather than global map.
6845 Don't use `update-menu-bindings' any more.
6846 Get rid of assumptions about keymap representation.
6847
68482000-10-06 Dave Love <fx@gnu.org>
6849
6850 * textmodes/fill.el (sentence-end-double-space)
6851 (sentence-end-without-period): Doc fix.
6852 (adaptive-fill-regexp): Purecopy.
6853 (unjustify-current-line): Use line-end-position.
6854 (fill-individual-paragraphs-prefix): Use line-beginning-position.
6855
6856 * net/eudc-vars.el (eudc): Add :version, :link.
6857
6858 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
6859
6860 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
6861 Fix for define-minor-mode.
6862 (function-at-point): Alias to function-called-at-point.
6863
6864 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
6865
6866 * simple.el (backward-word): Doc fix.
6867
6868 * image-file.el (image-file-name-regexp): image-file-regexps ->
6869 image-file-name-regexps.
6870 (image-file-name-extensions): Add pbm.
6871
68722000-10-06 Stefan Monnier <monnier@cs.yale.edu>
6873
6874 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
6875 and add filename to the names so that diff-mode can jump to source.
6876
6877 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
6878 (tex-font-lock-keywords, tex-font-lock-keywords-2)
6879 (tex-font-lock-keywords-1): Remove.
6880 (font-lock-turn-on-thing-lock): Use jit-lock-register.
6881 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
6882 (font-lock-default-fontify-region):
6883 Expand beg..end correctly when just following a multiline region.
6884 (font-lock-fontify-anchored-keywords):
6885 Include the anchor text as part of the multiline.
6886
68872000-10-06 Gerd Moellmann <gerd@gnu.org>
6888
6889 * loadup.el (toplevel): Load `loaddefs' before `help' because the
6890 latter needs the autoloaded define-minor-mode macro during the
6891 bootstrap.
6892
6893 * startup.el (command-line): For now, activate tool-bar-mode only
6894 if XPM images are supported.
6895
6896 * mouse.el (mouse-drag-header-line): Don't allow resizing a
6897 window by dragging a header-line at the top of the frame; that's
6898 confusing because the header-line doesn't move.
6899 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
6900 of treating the event as a list. Some cleanup.
6901
69022000-10-06 Miles Bader <miles@gnu.org>
6903
6904 * simple.el (display-message-or-buffer): New function.
6905 (shell-command-on-region): Use `display-message-or-buffer'.
6906
6907 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
6908 docstring parts.
6909
6910 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
6911 (smbclient-prompt-regexp): Add usage note to doc string.
6912 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
6913 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
6914 Use add-hook for adding the comint filter function, and only do so
6915 if it's not already in the global hook list.
6916 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
6917 to `make-local-variable'.
6918 (nslookup-font-lock-keywords): Remove prompt entry.
6919 (nslookup): Don't set the process-filter.
6920 (finger): Exit the loop correctly when the regexps list runs out.
6921 (ftp, smbclient, smbclient-list-shares):
6922 Set the real major mode immediately, not after execing.
6923 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
6924
6925 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
6926
69272000-10-05 Stefan Monnier <monnier@cs.yale.edu>
6928
6929 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
6930
6931 * which-func.el (which-func-format): Remove spurious space.
6932 (which-func-mode): Don't make it permanent-local.
6933 (which-func-ff-hook): Allow which-func-maxout to be nil.
6934 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
6935 (which-func-mode): Simplify.
6936 Use post-command-idle-hook rather than post-command-hook.
6937 Go through all buffers and update their state.
6938 (which-function): Also try add-log-current-defun-function.
6939
6940 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
6941 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
6942 Update call to with-vc-properties accordingly.
6943 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
6944 (vc-revert-buffer): More careful about window selection and deletion.
6945 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
6946
6947 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
6948 (cvs-retrieve-revision): Reuse a pre-existing buffer.
6949 (cvs-dired-action): Change the default to quickdir.
6950
6951 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
6952 if comment-indent-function returns nil.
6953 (comment-indent-default): New function.
6954 (comment-indent-function): Use it and document the new semantics.
6955
6956 * image-file.el: Docstring fixes.
6957
6958 * help.el (help-xref-on-pp): Use match-string.
6959 (describe-variable): New arg BUFFER.
6960 Store the current buffer in the help-xref-stack.
6961 (temp-buffer-resize-mode): Use define-minor-mode.
6962
6963 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
6964 consistently with its docstring.
6965 Set jit-lock-first-unfontify-pos in an idempotent way.
6966 (jit-lock-register): Autoload and add arg CONTEXTUAL.
6967
69682000-10-05 Alex Schroeder <alex@gnu.org>
6969
6970 * sql.el (sql-mysql-options): New variable.
6971 (sql-mysql): Use it.
6972
69732000-10-05 Miles Bader <miles@lsi.nec.co.jp>
6974
6975 * image.el (image): New group.
6976
6977 * smerge-mode.el (smerge-mine-face, smerge-other-face)
6978 (smerge-base-face, smerge-markers-face): Add dark-background variants.
6979
69802000-10-04 Peter Breton <pbreton@ne.mediaone.net>
6981
6982 * net/net-utils.el (nslookup-font-lock-keywords)
6983 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6984 Ignore the value of wqindow-system; always define keywords
6985
69862000-10-05 Kenichi Handa <handa@etl.go.jp>
6987
6988 * startup.el (fancy-splash-screens): Remove the code for
6989 debugging; `(trace-to-stderr "EXITTT\n")'.
6990
69912000-10-05 Miles Bader <miles@gnu.org>
6992
6993 * diff-mode.el (diff-goto-source): Update call to
6994 `diff-hunk-status-msg' to reflect new REV variable.
6995
69962000-10-04 Stefan Monnier <monnier@cs.yale.edu>
6997
6998 * progmodes/icon.el (icon-mode):
6999 Don't gratuitously override the default for comment-column.
7000
7001 * vc-hooks.el (vc-mode-line): Fix interactive spec.
7002
7003 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
7004 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
7005 (jit-lock-functions): New var.
7006 (jit-lock-function-1): Use it if non-nil.
7007 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
7008 Set the `fontified' property before doing the fontification to avoid
7009 repeatedly going through the same error.
7010 Don't turn errors into messages.
7011 (jit-lock-register, jit-lock-unregister): New functions.
7012
7013 * dired.el (dired-mark-pop-up): Turn comment into docstring.
7014 Use with-current-buffer.
7015
7016 * dired-aux.el (dired-do-create-files, dired-kill-tree):
7017 Turn comment into docstring.
7018
7019 * apropos.el (apropos-mode): Use define-derived-mode.
7020
70212000-10-04 Gerd Moellmann <gerd@gnu.org>
7022
7023 * startup.el (fancy-splash-pending-command): New variable.
7024 (fancy-splash-pre-command): New function.
7025 (fancy-splash-screens): Rewritten.
7026 (command-line-1): If fancy-splash-pending-command is set, call it
7027 interactively.
7028
70292000-10-04 Dave Love <fx@gnu.org>
7030
7031 * toolbar/tool-bar.el (tool-bar-setup): New function.
7032 (tool-bar-mode): Use it.
7033
7034 * subr.el (substitute-key-definition): Doc fix.
7035 (play-sound-file): New command.
7036
70372000-10-04 Andre Spiegel <spiegel@gnu.org>
7038
7039 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
7040 vc-version-backup-file-name): New functions.
7041
7042 * files.el (basic-save-buffer): Call vc-before-save before saving.
7043
7044 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
7045 vc-cvs-stay-local-p.
7046
7047 * vc.el (vc-revert-buffer): Handle empty diff properly.
7048 (vc-version-backup-file): New function.
7049 (vc-checkout): Create a version backup if necessary.
7050 (vc-checkin): If a version backup file exists, delete it.
7051 (vc-version-diff): Diff locally using version backups, if available.
7052 (vc-revert-file): If there's a version backup, revert locally.
7053 (vc-transfer-file): Use version backup for base version, if
7054 available. If not, ask for confirmation whether to get it from the
7055 server. Update mode line before check-in.
7056
70572000-10-04 Dave Love <fx@gnu.org>
7058
7059 * toolbar/tool-bar.el (tool-bar-setup): New function.
7060 (tool-bar-mode): Use it.
7061
70622000-10-04 Peter Breton <pbreton@ne.mediaone.net>
7063
7064 * net/net-utils.el (nslookup-font-lock-keywords)
7065 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
7066 Only set if window-system is non-nil
7067 (net-utils-run-program): Returns buffer.
7068 (network-connection-reconnect): Added this function.
7069
7070 * generic.el:
7071 Incorporates extensive cleanup and docfixes by
7072 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
7073 Uses cl compile-time macros.
7074 (generic-mode-name, generic-comment-list)
7075 (generic-keywords-list, generic-font-lock-expressions)
7076 (generic-mode-function-list, generic-mode-syntax-table):
7077 Removed variables.
7078 (generic-mode-alist): Renamed to generic-mode-list.
7079 (generic-find-file-regexp): Default changed to "^#".
7080 (generic-read-type): Uses completing read on generic-mode-list.
7081 (generic-mode-sanity-check): removed this function.
7082 (generic-add-to-auto-mode): Removed this function
7083 (generic-mode-internal): Bind mode-specific definitions
7084 into function instead of putting them in alist.
7085 (generic-mode-set-comments): Reworked extensively.
7086 (generic-mode-find-file-hook): Simplified regexp searching
7087 (generic-make-keywords-list): Omit extra pair of parens
7088
7089 * find-lisp.el (find-lisp-find-files-internal):
7090 Make sure directory name ends with "/".
7091
7092 * generic-x.el (apache-conf-generic-mode):
7093 Regexp now allows leading whitespace.
7094 (rc-generic-mode): Added eval-when-compile
7095 around generic-make-keywords-list.
7096 Deleted duplicate regexp
7097 (rul-generic-mode): Added eval-when-compile
7098 around generic-make-keywords-list.
7099 (etc-fstab-generic-mode): New generic mode.
7100 (rul-generic-mode): Removed one eval-when-compile
7101 which caused a max-specpdl-size exceeded error.
7102
71032000-10-04 Miles Bader <miles@gnu.org>
7104
7105 * simple.el (minibuffer-temporary-goal-position): New variable.
7106 (next-history-element): Try to keep the position of point in the
7107 input string constant.
7108
7109 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
7110 (dired-do-create-files): If there's only one file, pass it in as
7111 the DEFAULT arg to dired-mark-read-file-name.
7112
71132000-10-03 Stefan Monnier <monnier@cs.yale.edu>
7114
7115 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
7116 (diff-goto-source): Be smarter when choosing REVERSE or not.
7117
7118 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
7119 (texinfo-mode-menu): Add an explicit shortcut for update all.
7120
71212000-10-03 Andre Spiegel <spiegel@gnu.org>
7122
7123 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
7124 factorize backend-specific code cleanly (this was essentially
7125 conceived by Stefan Monnier).
7126 (vc-unregister): Function removed.
7127 (vc-revert-file): New function.
7128 (vc-revert-buffer): Delegate some of the work to it.
7129
7130 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
7131 default branch unconditionally.
7132 (vc-rcs-set-default-branch): New function.
7133 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
7134 (vc-rcs-checkin): If an appropriate default branch has been set,
7135 force creation of that branch.
7136 (vc-rcs-receive-file): Rewritten to contain only backend-specific
7137 code (as suggested by Stefan Monnier).
7138
71392000-10-02 Gerd Moellmann <gerd@gnu.org>
7140
7141 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
7142 highlighting overlay with a different face over the overlay
7143 isearch uses to highlight the current match because that can lead
7144 to bad face combinations.
7145
7146 * loadup.el (toplevel): Load faces before isearch.
7147
7148 * isearch.el (isearch-faces): New custom group.
7149 (isearch): New defface; was already tested for in the code.
7150 (isearch-lazy-highlight-face): Changed to defface from defcustom.
7151 (isearch-highlight): Always use face `isearch'.
7152
71532000-10-02 Dave Love <fx@gnu.org>
7154
7155 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
7156 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
7157 comparison of opcode with operand.
7158
71592000-10-03 Miles Bader <miles@gnu.org>
7160
7161 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
7162 buffer, since the echo area will now grow to accommodate them.
7163
71642000-10-02 Andre Spiegel <spiegel@gnu.org>
7165
7166 * vc-hooks.el (vc-registered): If FILE used to be registered under
7167 a certain backend, try that one first.
7168
7169 * vc.el (vc-responsible-backend): Undo the previous change in the
7170 argument list. Handle multiple backends correctly.
7171 (vc-find-new-backend): Function removed.
7172 (vc-register): Use vc-responsible-backend, as before.
7173 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
7174
71752000-10-02 Gerd Moellmann <gerd@gnu.org>
7176
7177 * startup.el (fancy-splash-head): Change message below the
7178 logo.
7179
71802000-10-02 Miles Bader <miles@lsi.nec.co.jp>
7181
7182 * diff-mode.el (diff-goto-source): Emit a status message.
7183 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
7184 (diff-test-hunk): Fix doc string.
7185 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
7186 (diff-advance-after-apply-hunk): New variable.
7187 (diff-apply-hunk): Don't return a value.
7188
71892000-10-01 Stefan Monnier <monnier@cs.yale.edu>
7190
7191 * vc.el (vc-editable-p): Minor optimization.
7192 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
7193 (vc-find-new-backend): New function split from vc-responsible-backend.
7194 (vc-register): Use it.
7195 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
7196 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
7197 (vc-default-unregister, vc-revert-buffer): Docstring fix.
7198 (vc-clear-headers): Don't use find-file.
7199 (vc-revert-buffer): Use `and' again (must have been a braino).
7200 (vc-switch-backend): Only prompt if requested.
7201 Short circuit if nothing is to be done.
7202 Don't use vc-resynch-buffer which could lose unsaved editing.
7203 (vc-default-receive-file): Update call to vc-unregister.
7204 (with-vc-file, vc-next-action-on-file):
7205 Use vc-backend rather than vc-registered.
7206 (vc-next-action-on-file): Use intern-soft.
7207 Deal with read-only *vc-diff* buffer.
7208 (vc-transfer-file): Docstring fix.
7209
7210 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
7211 (vc-rcs-receive-file): Avoid with-vc-properties.
7212 Update call to vc-unregister.
7213 Use constant `RCS' rather than (dynamically bound) var `backend'.
7214
72152000-10-01 Andre Spiegel <spiegel@gnu.org>
7216
7217 * vc.el (vc-next-action-on-file): Update mode line only if file
7218 is visited.
7219 (vc-start-entry): New argument initial-contents. Don't visit the file
7220 if it isn't already visited. Brought documentation up-to-date.
7221 (vc-next-action, vc-register): Updated calls to vc-start-entry.
7222 (vc-checkin): New optional arg initial-contents, which is passed to
7223 vc-start-entry.
7224 (vc-finish-logentry): Make sure to bury log buffer only if there
7225 really is one. Call `vc-resynch-buffer' on log-file, not
7226 buffer-file-name.
7227 (vc-default-comment-history, vc-default-wash-log): New functions.
7228 (vc-index-of): Removed.
7229 (vc-transfer-file): Make do without the above.
7230 (vc-default-receive-file): Call comment-history unconditionally. Pass
7231 the resulting string to vc-checkin, instead of inserting it into the
7232 comment ring.
7233
7234 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
7235 unconditionally. Use the comments as initial contents of the log
7236 entry buffer. Document the trick to force branch creation with no
7237 changes.
7238
72392000-10-01 Miles Bader <miles@gnu.org>
7240
7241 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
7242 `recenter' with an arg to prevent redrawing the display.
7243
72442000-09-30 Stefan Monnier <monnier@cs.yale.edu>
7245
7246 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
7247
7248 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
7249
7250 * progmodes/c-mode.el (c-mode):
7251 Don't gratuitously override the default for comment-column.
7252
7253 * textmodes/tex-mode.el (latex-metasection-list): New var.
7254 (latex-imenu-create-index): Use it.
7255 Move the regexp construction outside loops (and use push).
7256 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
7257 (tex-font-lock-keywords): Moved from font-lock.el.
7258 (tex-comment-indent): Remove.
7259 (tex-common-initialization): Don't set comment-indent-function.
7260 (latex-block-default): New var.
7261 (tex-latex-block): Use it to provide a default choice.
7262 Add any unknown choice to latex-block-names.
7263 Insert [...] after {...}.
7264 (tex-last-unended-begin): Simplify regexp.
7265 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
7266 (latex-forward-sexp-1, latex-forward-sexp): New functions.
7267 (latex-mode): Set forward-sexp-function.
7268
7269 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
7270 Add regexp for @ignore ... @end ignore.
7271 (texinfo-heading-face): New face.
7272 (texinfo-font-lock-keywords): Use it.
7273 (texinfo-mode-menu): New menu.
7274 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
7275 New functions.
7276 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
7277 (texinfo-section-types-regexp, texinfo-section-level-regexp)
7278 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
7279 Remove declaration.
7280 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
7281
7282 * delsel.el (delete-selection-mode): Use define-minor-mode.
7283
7284 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
7285
72862000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7287
7288 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
7289
72902000-09-30 Gerd Moellmann <gerd@gnu.org>
7291
7292 * replace.el (keep-lines-read-args): New function.
7293 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
7294 read arguments interactively. Add parameters RSTART and REND.
7295 Operate on the active region in Transient Mark mode.
7296
7297 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
7298
7299 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
7300 (authors-obsolete-files-regexps): New variable.
7301 (authors-add): Don't record changes in obsolete files.
7302
73032000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7304
7305 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
7306
7307 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
7308 (comment-indent): Make sure there's a space between code and comment.
7309 Shift comments left to avoid going past fill-column.
7310
73112000-09-29 Gerd Moellmann <gerd@gnu.org>
7312
7313 * startup.el (startup-echo-area-message): New function.
7314 (display-startup-echo-area-message): Use it.
7315 (fancy-splash-screens): Rewritten to use keymaps and a timer.
7316 (fancy-splash-default-action): New function.
7317 (fancy-splash-screens-1): New function.
7318 (fancy-splash-head): Put a help-echo and a keymap under the image.
7319
73202000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7321
7322 * diff-mode.el (diff-add-log-file-name): Remove.
7323 (diff-mode): Use add-log-buffer-file-name-function.
7324
7325 * add-log.el (find-change-log): New arg BUFFER-FILE.
7326 (add-log-file-name): Obey add-log-file-name-function.
7327 (add-log-buffer-file-name-function): New var.
7328 (add-change-log-entry): Use it.
7329
73302000-09-29 Miles Bader <miles@gnu.org>
7331
7332 * image-file.el (image-file-name-extensions): New variable.
7333 (image-file-name-regexps): Renamed from `image-file-regexps'.
7334 New default value is nil. Call `auto-image-file-mode'.
7335 (image-file-name-regexp): New function.
7336 (auto-image-file-mode): New minor mode.
7337 (insert-image-file): Don't make conditional on the image-file
7338 handler being enabled.
7339 (image-file-handler): Make the call here conditional instead.
7340 (set-image-file-handler-enabled, enable-image-file-handler)
7341 (disable-image-file-handler): Functions removed.
7342
7343 * emacs-lisp/authors.el (authors-print): Rephrase many-files
7344 string.
7345
73462000-09-29 Gerd Moellmann <gerd@gnu.org>
7347
7348 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
7349 it's a function from CL.
7350 (latex-imenu-create-index): Replace eval-when-compile with progn
7351 because latex-section-alist is not bound while compiling.
7352
73532000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7354
7355 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
7356 (outline-mode): Use define-derived-mode.
7357
7358 * progmodes/perl-mode.el (perl-mode):
7359 * progmodes/awk-mode.el (awk-mode):
7360 * progmodes/asm-mode.el (asm-mode):
7361 Don't gratuitously override the default for comment-column.
7362
7363 * emacs-lisp/lisp.el (lisp-complete-symbol):
7364 Distinguish the let-binding case from the funcall case.
7365 (forward-sexp-function): New variable.
7366 (forward-sexp): Use it.
7367
7368 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
7369 (easy-mmode-defmap): Remove the now useless autoload.
7370
7371 * time.el (display-time-mode): Use define-minor-mode.
7372
7373 * subr.el (add-minor-mode): Don't eval NAME.
7374 Don't depend on the presence of TOGGLE-FUN for any special behavior.
7375 Use if rather than cond.
7376
7377 * simple.el (read-expression-map): Define more properly.
7378 (comment-indent-hook): Remove.
7379 (string-to-syntax): Bug fix.
7380
7381 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
7382 (cvs-ediff-diff): Fix typo.
7383 (cvs-revert-if-needed): Don't bother preserving read-only.
7384
7385 * paren.el (show-paren-mode): Use define-minor-mode.
7386
7387 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
7388 (toggle-auto-compression): Remove.
7389 (jka-compr-build-file-regexp): Remove useless grouping.
7390
7391 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
7392 Avoid user-reserved bindings.
7393 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
7394 (diff-header-face): Revert to grey85.
7395
7396 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
7397
7398 * complete.el (partial-completion-mode) <defcustom>: Remove.
7399 (partial-completion-mode): Use define-minor-mode.
7400 (PC-do-completion): Understand `completion-auto-help = delay'
7401 to mean to popup the completion buffer only the second time.
7402 (PC-include-file-all-completions, PC-include-file-all-completions)
7403 (PC-include-file-all-completions): Don't quote lambda.
7404
7405 * comint.el (comint-mode-hook): Docstring fix.
7406 (comint-mode): Use define-derived-mode.
7407 (comint-mode-map): Remove obsolete comment.
7408 (make-comint): Minor stylistic change.
7409 (comint-insert-clicked-input): Be more careful to find the overlay.
7410 Use this-command-keys rather than hardcoding mouse-2.
7411
7412 * font-lock.el: Replace confusing (,@ with ,
7413 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
7414 Don't use regexp-opt-depth. Spice up the regexp for args.
7415 Don't distinguish between cmds that can take an opt arg or not.
7416 Use `append' and `prepend' rather than `keep'.
7417
7418 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
7419 (latex-outline-regexp): New var.
7420 (latex-outline-level): New fun.
7421 (latex-section-alist): New var.
7422 (latex-imenu-create-index): Use it. Use `push' as well.
7423 (tex-shell-map): Initialize it properly.
7424 (tex-mode): Minor stylistic change.
7425 (plain-tex-mode): Use define-derived-mode.
7426 (latex-mode): Use define-derived-mode.
7427 Construct the paragraph regexps in a more readable way.
7428 Set the buffer-local outline-{level,regexp} vars.
7429 (slitex-mode): Derive from latex-mode.
7430 (tex-common-initialization): Don't kill-all-vars anymore.
7431 Add setting for comment-add and font-lock-defaults.
7432 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
7433 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
7434 (tex-start-tex): New arg DIR (and send a chdir command for it).
7435 Also display the shell buffer and save it in tex-last-buffer-texed.
7436 (tex-region): Use expand-file-name rather than concat.
7437 Remove code made useless by changes in tex-start-tex.
7438 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
7439
7440 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
7441
74422000-09-28 Dave Love <fx@gnu.org>
7443
7444 * eshell/eshell.el (eshell) <defgroup>: Add :version.
7445
74462000-09-28 Gerd Moellmann <gerd@gnu.org>
7447
7448 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
7449 `append'.
7450
74512000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7452
7453 * info.el (Info-extract-pointer): Undo last change.
7454 Instead, fix the position of the `bound' arg to re-search-backward.
7455
74562000-09-27 Stefan Monnier <monnier@cs.yale.edu>
7457
7458 * info.el (Info-extract-pointer):
7459 Widen more carefully, to avoid finding pointers in other nodes.
7460 (Info-index): Use push.
7461
74622000-09-27 Gerd Moellmann <gerd@gnu.org>
7463
7464 * frame.el (set-frame-font): Remove call to obsolete function
7465 frame-update-faces.
7466 (set-foreground-color, set-background-color): Likewise for
7467 frame-update-face-colors.
7468
74692000-09-27 Miles Bader <miles@gnu.org>
7470
7471 * image-file.el: New file.
7472
74732000-09-27 Gerd Moellmann <gerd@gnu.org>
7474
7475 * frame.el (frame-notice-user-settings): Don't call
7476 frame-update-faces, which is a no-op now.
7477
7478 * ediff-wind.el (ediff-control-frame-parameters): Add zero
7479 tool-bar-lines.
7480
74812000-09-27 Dave Love <fx@gnu.org>
7482
7483 * mouse.el: Fix last change.
7484
74852000-09-27 Miles Bader <miles@lsi.nec.co.jp>
7486
7487 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
7488
74892000-09-22 Kenichi Handa <handa@etl.go.jp>
7490
7491 * international/quail.el (quail-help): The output message is
7492 improved.
7493
74942000-09-26 Dave Love <fx@gnu.org>
7495
7496 * mouse.el (popup-menu): If POSITION is nil, set it using
7497 mouse-position.
7498
74992000-09-25 Sam Steingold <sds@gnu.org>
7500
7501 * net/browse-url.el (browse-url-file-url): Check for null maps.
7502
75032000-09-26 Gerd Moellmann <gerd@gnu.org>
7504
7505 * frame.el (frame-notice-user-settings): Don't add a
7506 tool-bar-lines frame parameter to default-frame-alist in batch mode.
7507
7508 * frame.el (frame-notice-user-settings):
7509 Make tool-bar-mode and default-frame-alist consistent.
7510
7511 * toolbar/tool-bar.el (tool-bar-help): New function.
7512
75132000-09-25 Gerd Moellmann <gerd@gnu.org>
7514
7515 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
7516 current-load-list in top-level forms. Else this leaks a cons cell
7517 every time a defun is called.
7518
7519 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
7520
75212000-09-25 Dave Love <fx@gnu.org>
7522
7523 * startup.el (fancy-splash-head): Check XPM is available.
7524
7525 * autoinsert.el (auto-insert): Doc fix.
7526 (auto-insert-alist): Following GNU notices, don't say `copyright
7527 _by_'. Use line-beginning-position.
7528 (auto-insert): Check buffer-file-name is non-nil before use.
7529
75302000-09-25 Gerd Moellmann <gerd@gnu.org>
7531
7532 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
7533 starting with `@def' or `@multitable', in addition to ones
7534 specified by the user in auto-fill-inhibit-regexp.
7535
75362000-09-25 Markus Rost <rost@math.ohio-state.edu>
7537
7538 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
7539 rmail-dont-reply-to-names matches the empty string.
7540
75412000-09-25 Gerd Moellmann <gerd@gnu.org>
7542
7543 * startup.el (command-line-1, fancy-splash-text): Change the
7544 text to sound more friendly.
7545
75462000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
7547
7548 * progmodes/hideshow.el: Update author email address.
7549 Generally, sync w/ maintainer version 5.22.
7550 (hs-hide-all-non-comment-function): New var.
7551 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
7552 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
7553 (hs-show-region): Delete this command.
7554 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
7555
75562000-09-22 Dave Love <fx@gnu.org>
7557
7558 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
7559 (hl-line-highlight): Specify buffer when moving overlay.
7560
7561 * progmodes/fortran.el (fortran-mode): Locally set
7562 normal-auto-fill-function.
7563 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
7564 (fortran-mode-map): Adjust auto-fill menu entry.
7565
75662000-09-22 Gerd Moellmann <gerd@gnu.org>
7567
7568 * vc-rcs.el (toplevel): Require `vc' when compiling.
7569
7570 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
7571
75722000-09-22 Andre Spiegel <spiegel@gnu.org>
7573
7574 * vc.el (vc-switch-backend): Signal an error if the file is not
7575 registered under the new backend.
7576
7577 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
7578 without explicit revision number.
7579
75802000-09-21 Stefan Monnier <monnier@cs.yale.edu>
7581
7582 * diff-mode.el (diff-file-header-face): Reset to its previous value.
7583 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
7584 (diff-xor): New function.
7585 (diff-find-source-location): Use it. Fix a stupid name clash.
7586 (diff-hunk-status-msg): New function.
7587 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
7588 (diff-test-hunk): Use diff-find-source-location.
7589 (diff-goto-source): Favor the `reverse'.
7590 (diff-hunk-text): Properly handle one-sided context diffs.
7591 (diff-apply-hunk): When done, advance to the next hunk.
7592
75932000-09-21 Gerd Moellmann <gerd@gnu.org>
7594
7595 * startup.el (command-line): If frame was created with a non-zero
7596 tool-bar-lines parameter, switch tool-bar-mode on.
7597
7598 * add-log.el (change-log-date-face, change-log-name-face)
7599 (change-log-email-face, change-log-file-face)
7600 (change-log-list-face, change-log-conditionals-face)
7601 (change-log-function-face, change-log-acknowledgement-face):
7602 New faces, inheriting from font-lock faces.
7603 (change-log-font-lock-keywords): Use them.
7604
76052000-09-21 Dave Love <fx@gnu.org>
7606
7607 * progmodes/cperl-mode.el (top-level): Clean up
7608 `eval-when-compile's and assorted defvars.
7609 (cperl-invalid-face): Don't double-quote value. Change custom
7610 type.
7611 (cperl-mode): Set normal-auto-fill-function and don't zap
7612 auto-fill-function.
7613 (cperl-imenu--function-name-regexp-perl): Renamed from
7614 imenu-example--function-name-regexp-perl.
7615 (cperl-imenu--create-perl-index): Renamed from
7616 imenu-example--create-perl-index.
7617 (cperl-xsub-scan): Don't require cl.
7618
7619 * msb.el (msb-mode-map): Use substitute-key-definition.
7620 (msb-mode): Use msb-mode-map.
7621
76222000-09-21 Andre Spiegel <spiegel@gnu.org>
7623
7624 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
7625 New functions.
7626 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
7627 (vc-switch-backend): New function.
7628 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
7629 (vc-register): Fix prompt.
7630 (vc-unregister, vc-default-unregister): New functions.
7631 (vc-version-diff): Handle empty buffer in sentinel.
7632
7633 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
7634 (vc-rcs-state-heuristic): Use it to guess the state of files with
7635 non-strict locking.
7636 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
7637 been set with -b, but not created yet.
7638 (vc-rcs-fetch-master-state): With non-strict locking, compare file
7639 contents in order to find the state.
7640 (vc-rcs-checkin): Allow creation of branches with no changes.
7641 (vc-rcs-unregister, vc-rcs-receive-file)
7642 (vc-rcs-set-non-strict-locking): New functions.
7643
7644 * vc-hooks.el (vc-name): Force correct computation of the value
7645 in case it is missing.
7646
76472000-09-21 Gerd Moellmann <gerd@gnu.org>
7648
7649 * startup.el (fancy-splash-tail): Use a different foreground
7650 color on a dark frame background.
7651
76522000-09-21 Miles Bader <miles@lsi.nec.co.jp>
7653
7654 * info.el: Use the correct capitalization when making Info-mode
7655 and Info-edit-mode `special' modes.
7656
76572000-09-20 Stefan Monnier <monnier@cs.yale.edu>
7658
7659 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
7660 (diff-mode): Add support for add-log.el.
7661 (diff-hunk-text): Use char offsets rather than line offsets.
7662 (diff-find-source-location): Replace LINE with line-offset (nil
7663 if not found) and always set POS to a meaningful position.
7664 Adapt to the new char-offsets.
7665 (diff-apply-hunk): Drop support for the unused `select' POPUP.
7666 Adapt to the new diff-find-source-location.
7667 (diff-goto-source): Adapt to the new diff-find-source-location.
7668
7669 * add-log.el (add-log-file-name): New function (split out of
7670 add-change-log-entry).
7671 (add-change-log-entry): Use it.
7672 Call add-log-file-name-function with the changelog file name if
7673 the current buffer is not associated with any file.
7674 Avoid find-file if the selected window is dedicated.
7675
7676 * diff-mode.el (diff-find-source-location):
7677 Move code from diff-apply-hunk. Return buffer rather than file.
7678 (diff-apply-hunk): Use the new result from diff-find-source-location.
7679 (diff-goto-source): Use the new diff-find-source-location.
7680
76812000-09-20 Dave Love <fx@gnu.org>
7682
7683 * iswitchb.el: Some doc fixes.
7684 (iswitchb-mode-map): Define completely initially. Inherit
7685 minibuffer-local-map.
7686 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
7687 fundamental-mode.
7688 (iswitchb-global-map): New variable.
7689 (iswitchb-summaries-to-end): Amalgamate regexps.
7690 (iswitchb-mode): New.
7691 (iswitchb-mode-hook): New variable.
7692 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
7693 `extensions'.
7694
76952000-09-20 Gerd Moellmann <gerd@gnu.org>
7696
7697 * ehelp.el (electric-help): New defgroup.
7698 (electric-help-shrink-window): New user-option.
7699 (with-electric-help): Use it.
7700
7701 * window.el (shrink-window-if-larger-than-buffer): If face
7702 `mode-line' has a :box, and we're on a graphical frame, add 1
7703 to the needed window height.
7704
7705 * frame.el (frame-notice-user-settings): Add a last parameter nil
7706 to a call to `append', because the last list passed to `append' is
7707 not copied, and so subsequent calls to assq-delete-all will modify
7708 default-frame-alist.
7709
7710 * startup.el (fancy-splash-image): Change :type.
7711 (fancy-splash-head): Use an XBM image if appropriate.
7712 (command-line-1): Show splash screens in more cases.
7713
7714 * startup.el (fancy-splash-text): Don't quote faces.
7715
7716 * dired.el (dired-font-lock-keywords): Undo last change.
7717 (dired-readin): Bind indent-tabs-mode to nil.
7718
7719 * startup.el (fancy-splash-head): If frame's background mode
7720 is `dark', change the black background of the image to gray.
7721 (fancy-splash-screens): Display startup echo area message.
7722 (display-startup-echo-area-message): New function.
7723
77242000-09-20 Miles Bader <miles@lsi.nec.co.jp>
7725
7726 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
7727
7728 * info.el (info-header-node): Tweak for color ttys.
7729
7730 * faces.el (face-valid-attribute-values): Make sure directories we
7731 search for stipples both exist and are readable before trying to
7732 search them.
7733
7734 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
7735 in the dry-run case.
7736
7737 * jka-compr.el (with-auto-compression-mode): New macro.
7738
7739 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
7740 (custom-group-tag-face, custom-variable-tag-face): Use relative
7741 :height and inherit from `variable-pitch' face instead of
7742 hardwiring :family.
7743 * hi-lock.el (hi-black-hb): Likewise.
7744
7745 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
7746 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
7747 toolbar-add-item, if image doesn't have a mask add a `:mask
7748 heuristic'.
7749
77502000-09-19 Stefan Monnier <monnier@cs.yale.edu>
7751
7752 * diff-mode.el: Docstring fixes.
7753 (diff-header-face, diff-comment-face): New faces.
7754 (diff-font-lock-keywords): Highlight a bit differently.
7755 (diff-find-source-location): Don't return SPAN any more.
7756 (diff-hunk-text): Don't bother erasing the temp buffer.
7757 (diff-find-text): Drop argument LINE.
7758 (diff-apply-hunk): Update calls to diff-find-text.
7759 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
7760
7761 * calendar/calendar.el: Docstring fixes.
7762 (calendar-make-alist): Don't quote lambda.
7763 (calendar-star-date): Use make-local-variable.
7764
77652000-09-19 Dave Love <fx@gnu.org>
7766
7767 * toolbar/tool-bar.el: Renamed from toolbar.el.
7768 Change `toolbar' to `tool-bar' generally in symbols.
7769 Make some items invisible in `special' major modes.
7770 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
7771 Add arg PROPS.
7772
7773 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
7774 Add :version here.
7775 (fancy-splash-delay, fancy-splash-image): Remove :version here.
7776
77772000-09-19 Gerd Moellmann <gerd@gnu.org>
7778
7779 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
7780
7781 * files.el (find-file-suppress-same-file-warnings): New user-option.
7782 (find-file-noselect): Use it.
7783
7784 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
7785 (fancy-splash-screen): Defgroup.
7786
7787 * add-log.el (change-log-font-lock-keywords): Match names
7788 more exactly for the case that font-lock-constant-face is
7789 underlined.
7790
77912000-09-19 Richard M. Stallman <rms@gnu.org>
7792
7793 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
7794
77952000-09-19 Andre Spiegel <spiegel@gnu.org>
7796
7797 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
7798
77992000-09-19 Gerd Moellmann <gerd@gnu.org>
7800
7801 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
7802 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
7803 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
7804 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
7805 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
7806 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
7807 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
7808 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
7809 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
7810 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
7811 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
7812 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
7813
7814 * startup.el (fancy-splash-text): New variable.
7815 (fancy-splash-delay, fancy-splash-image): New user-options.
7816 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
7817 (fancy-splash-screens): New functions.
7818 (command-line-1): If display has a `display' frame parameter, has
7819 colors, and we have XPM support, show more fancy splash screens.
7820
78212000-09-19 Dave Love <fx@gnu.org>
7822
7823 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
7824 with null `help'. Use modern backquote syntax.
7825
78262000-09-19 Gerd Moellmann <gerd@gnu.org>
7827
7828 * font-lock.el (font-lock-mode): Change message telling the user
7829 that ``the buffer is too big''.
7830
7831 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
7832 for instance for the case that tab-width is 2.
7833
78342000-09-18 Gerd Moellmann <gerd@gnu.org>
7835
7836 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
7837 toolbar-add-item, if image doesn't have a mask add a `:mask
7838 heuristic'.
7839
78402000-09-18 Miles Bader <miles@lsi.nec.co.jp>
7841
7842 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
7843 and return a cons if it's non-nil.
7844 (diff-apply-hunk): Try to jump to the line in the source text
7845 corresponding to the position of point in the in the hunk.
7846
7847 * info.el (Info-title-3-face, Info-title-2-face)
7848 (Info-title-1-face): Use face inheritance and relative sizes
7849 instead of hard-wiring things.
7850
7851 * faces.el (secondary-selection): Make dark-background variant sane.
7852
78532000-09-16 Andrew Innes <andrewi@gnu.org>
7854
7855 * makefile.w32-in (compile-files-CMD): No need to make .elc files
7856 read-only, since they aren't under VC now.
7857
78582000-09-17 Dave Love <fx@gnu.org>
7859
7860 * tmm.el: Replace mapcar with mapc in several places.
7861
7862 * loadhist.el (unload-feature): Maybe call elp-restore-list and
7863 ad-unadvise.
7864
7865 * international/latin1-disp.el: New file.
7866
7867 * calendar/cal-move.el (scroll-calendar-left)
7868 (scroll-calendar-right): Make arg optional (for active mode line).
7869
7870 * calendar/calendar.el (calendar-mode-line-format): Make fields
7871 mouse-sensitive.
7872 (calendar-read-date, calendar-read-date, calendar-window-list):
7873 Unquote lambda.
7874 (calendar-month-name): Use aref, not sref.
7875
7876 * view.el (minor-mode-alist): Propertize the string.
7877
7878 * international/characters.el (standard-case-table): Add entries
7879 for Greek.
7880
78812000-09-18 Miles Bader <miles@gnu.org>
7882
7883 * info.el (info-node, info-xref): Add dark-background variants.
7884
7885 * faces.el (header-line): Change defaults to be less confusing
7886 when mixed with mode-lines.
7887
7888 * info.el (Info-fontify-node): Make a few cleanups.
7889 Add extra `help-echo' and `local-map' props to node xrefs.
7890 Use header-specific faces for node-names & xrefs.
7891 (Info-use-header-line): New variable.
7892 (info-header-xref, info-header-node): New faces.
7893 (Info-setup-header-line): New function.
7894 (Info-select-node): Call Info-setup-header-line when enabled.
7895 (Info-extract-pointer): Work even if the header line is hidden.
7896 (Info-header-line): New variable.
7897
78982000-09-16 Stefan Monnier <monnier@cs.yale.edu>
7899
7900 * vms-patch.el (print-region-function): Don't quote lambda.
7901
7902 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
7903
7904 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
7905 (lm-get-header-re): Allow spaces between the header and the colon.
7906 (lm-header): Allow $ in non-RCS headers.
7907 (lm-header-multiline): Put the strings back into order.
7908 Stop at an empty line. Don't require two space chars if the
7909 line is clearly not another header line.
7910
7911 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
7912 (popup-menu-popup): Remove.
7913
79142000-09-15 Gerd Moellmann <gerd@gnu.org>
7915
7916 * toolbar/toolbar.el (toolbar-add-item): Use the same image
7917 specification if or if not tool-bar item contains an `:enabled'
7918 property.
7919
7920 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
7921 current buffer has no file name.
7922
79232000-09-15 Dave Love <fx@gnu.org>
7924
7925 * strokes.el: Sync with maintainer's current version with changes
7926 for Emacs, but avoid runtime cl and levents.
7927 (toplevel): Change autoloads and compilation requires.
7928 (strokes-version, strokes-bug-address, strokes-lift): Values
7929 changed.
7930 (strokes-xpm-header, strokes-insinuated): New variable.
7931 (strokes): Add :link.
7932 (strokes-mode): Customized.
7933 (strokes-while-inhibiting-garbage-collector): New macro.
7934 (strokes-remassoc): Avoid remove-if.
7935 (strokes-fix-button2-command): Don't use ad-do-it.
7936 (strokes-insinuate): New function.
7937 (strokes-button-press-event-p, strokes-button-release-event-p):
7938 New functions, used instead of non-`strokes-' versions..
7939 (strokes-mouse-event-p): Rewritten.
7940 (strokes-event-closest-point): Avoid event-point.
7941 (strokes-get-grid-position): Avoid cdadr, caadr
7942 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
7943 functions.
7944 (strokes-help): Use with-output-to-temp-buffer.
7945 (strokes-window-configuration-changed-p): New function.
7946 (strokes-update-window-configuration): Use buffer-live-p,
7947 strokes-window-configuration-changed-p.
7948 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
7949 (strokes-char-face): New face.
7950 (strokes-char-table, strokes-base64-chars): New variable.
7951 (strokes-xpm-for-stroke, strokes-list-strokes)
7952 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
7953 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
7954 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7955 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
7956 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
7957 functions.
7958
79592000-09-15 Gerd Moellmann <gerd@gnu.org>
7960
7961 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
7962
7963 * image.el (create-image): Doc fix.
7964
7965 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
7966 instead of `:heuristic-mask t'.
7967
79682000-09-14 Andrew Innes <andrewi@gnu.org>
7969
7970 * makefile.w32-in: Revert to Unix line endings.
7971
79722000-09-14 Andrew Innes <andrewi@gnu.org>
7973
7974 * makefile.w32-in: Add bootstrap support. Also copy lisp source
7975 when installing.
7976
7977 * makefile.nt (DONTCOMPILE): Fix typo.
7978
7979 * shell.el (shell-write-history-on-exit): New function.
7980 (shell-dumb-shell-regexp): New custom variable.
7981 (shell-mode): Make shell-write-history-on-exit the process
7982 sentinel if shell name matches shell-dumb-shell-regexp.
7983
7984 * w32-fns.el: Comment out before-init-hook function which resets
7985 source-directory based; this breaks bootstrap.
7986
79872000-09-14 Dave Love <fx@gnu.org>
7988
7989 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
7990 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
7991 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
7992 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
7993 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
7994 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
7995 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
7996 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
7997 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
7998
7999 * toolbar/toolbar.el: New.
8000
8001 * subdirs.el: Add toolbar.
8002
80032000-09-14 Gerd Moellmann <gerd@gnu.org>
8004
8005 * indent.el (indent-for-tab-command): Doc fix.
8006
80072000-09-14 Alex Schroeder <alex@gnu.org>
8008
8009 * ansi-color.el (ansi-colors): Doc change.
8010 (ansi-color-get-face): Simplified regexp.
8011 (ansi-color-faces-vector): Added more faces, doc change.
8012 (ansi-color-names-vector): Doc change.
8013 (ansi-color-regexp): Simplified regexp.
8014 (ansi-color-parameter-regexp): New regexp.
8015 (ansi-color-filter-apply): Doc change.
8016 (ansi-color-filter-region): Doc change.
8017 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
8018 deal with zero length parameters.
8019 (ansi-color-apply-on-region): Doc change.
8020 (ansi-color-map): Doc change.
8021 (ansi-color-map-update): Removed debugging message.
8022 (ansi-color-get-face-1): Added condition-case to trap
8023 args-out-of-range errors.
8024 (ansi-color-get-face): Doc change.
8025 (ansi-color-make-face): Removed.
8026 (ansi-color-for-shell-mode): New option.
8027
80282000-09-13 Kenichi Handa <handa@etl.go.jp>
8029
8030 * international/quail.el (quail-start-translation): Translate KEY
8031 if necessary even if it doesn't have any mapping in the current
8032 input method.
8033 (quail-start-conversion): Likewise.
8034 (quail-help): The output message is improved.
8035
80362000-09-13 Miles Bader <miles@gnu.org>
8037
8038 * comint.el (comint-output-filter): Revert to using
8039 `insert-before-markers'. Add bletcherous hack to undo damage
8040 caused by `insert-before-markers'. Put `front-sticky' property on
8041 overlays created here so that the field code understands how the
8042 overlay works. Use a let when making comint-last-prompt-overlay,
8043 so that the code is easier to read.
8044
80452000-09-13 Dave Love <fx@gnu.org>
8046
8047 * wid-edit.el (widget-default-format-handler): DTRT when
8048 doc-property is a function.
8049
80502000-09-12 Francesco Potorti` <pot@gnu.org>
8051
8052 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
8053 filed name if it's not there.
8054
80552000-09-12 Dave Love <fx@gnu.org>
8056
8057 * simple.el (read-mail-command): Doc fix.
8058 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
8059
8060 * vc.el (vc-dired-listing-switches): Fix :version.
8061
8062 * vc-hooks.el: Doc fixes.
8063
8064 * subr.el (add-minor-mode): Use toggle-fun arg.
8065
8066 * speedbar.el: Add :version to several defcustoms.
8067
8068 * imenu.el (imenu--truncate-items, imenu--cleanup)
8069 (imenu--generic-function): Avoid mapcar.
8070 (imenu--replace-spaces): Function removed.
8071 (imenu--completion-buffer): Use subst-char-in-string.
8072 (imenu-add-to-menubar): Use keymap inheritance.
8073
80742000-09-12 Miles Bader <miles@gnu.org>
8075
8076 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
8077 (diff-mode-map): Bind `diff-test-hunk'.
8078 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
8079
80802000-09-11 Gerd Moellmann <gerd@gnu.org>
8081
8082 * bytecomp.el (byte-compile-defvar): Undo last change
8083 because it breaks '(make-variable-buffer-local (defvar ...)'
8084 which is used at least in dired.
8085
80862000-09-12 Kenichi Handa <handa@etl.go.jp>
8087
8088 * international/quail.el (quail-define-package): Docstring
8089 modified.
8090
80912000-09-12 Kenichi Handa <handa@etl.go.jp>
8092
8093 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
8094 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
8095 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
8096 docstring of "chinese-py".
8097
8098 * international/quail.el (quail-translation-docstring): New
8099 variable.
8100 (quail-show-keyboard-layout): Docstring modified.
8101 (quail-select-current): Likewise.
8102 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
8103 infinite recursive call.
8104 (quail-help): Check quail-translation-docstring. Format of the
8105 output changed.
8106 (quail-help-insert-keymap-description): Adjusted for the above
8107 change.
8108
81092000-09-11 Gerd Moellmann <gerd@gnu.org>
8110
8111 * bytecomp.el (byte-compile-defvar): Only cons onto
8112 current-load-list in top-level forms. Else this leaks a cons cell
8113 every time a defun is called.
8114
81152000-09-11 Miles Bader <miles@lsi.nec.co.jp>
8116
8117 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
8118 Now understands non-unified diffs. Some functionality moved into
8119 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
8120 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
8121 modify anything. Only reposition point in the patched file if the
8122 patch succeeds. Only pop up another window if POPUP is true.
8123 Emit a message describing what happened if successful, and at what
8124 line-offset. Automatically detect reversed hunks and do something
8125 appropriate.
8126 (diff-hunk-text, diff-find-text): New functions.
8127 (diff-filter-lines): Function removed.
8128 (diff-test-hunk): New function.
8129 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
8130
81312000-09-10 Dave Love <fx@gnu.org>
8132
8133 * textmodes/tildify.el: Minor doc/commentary fixes.
8134 (tildify) <defgroup>: Add :version.
8135
8136 * faces.el (face-x-resources): Make custom type more specific.
8137 (frame-background-mode): Use mapc.
8138 (region) <defcustom>: Add :version.
8139
81402000-09-08 Stefan Monnier <monnier@cs.yale.edu>
8141
8142 * vc-sccs.el (vc-sccs-register):
8143 * vc-rcs.el (vc-rcs-register):
8144 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
8145 * vc.el (vc-register): Clear file's properties.
8146
81472000-09-08 Gerd Moellmann <gerd@gnu.org>
8148
8149 * faces.el (face-spec-set): Only face-spec-reset-face when
8150 ATTRS is non-nil.
8151
81522000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8153
8154 * help.el (help-insert-xref-button): Fix a typo in doc string.
8155
81562000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
8157
8158 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8159 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
8160 methods.
8161
8162 * menu-bar.el (read-mail-item-name): New function.
8163 (menu-bar-tools-menu): Use it to compute and display the package
8164 used to read email.
8165 (menu-bar-tools-menu): Fix typo in GUD's help string.
8166
81672000-09-07 Dave Love <fx@gnu.org>
8168
8169 * diff-mode.el (diff-mouse-goto-source): New function.
8170
8171 * vc-sccs.el: Doc fixes.
8172 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
8173
8174 * vc-rcs.el: Doc fixes.
8175 (vc-rcs-register-switches, vc-rcs-checkin-switches)
8176 (vc-rcs-checkout-switches, vc-rcs-header)
8177 (vc-rcs-master-templates): Add or change :version.
8178
8179 * vc-cvs.el: Doc fixes.
8180 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
8181 (vc-cvs-stay-local): Add :version.
8182
8183 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
8184
81852000-09-07 Kenichi Handa <handa@etl.go.jp>
8186
8187 * international/quail.el (quail-help): Fix previous change.
8188
81892000-09-07 Gerd Moellmann <gerd@gnu.org>
8190
8191 * faces.el (color-values): Doc fix.
8192
8193 * faces.el (frame-set-background-mode): Use frame-parameter
8194 instead of frame-parameters.
8195
8196 * frame.el (filtered-frame-list): Reduce consing.
8197 (frames-on-display-list): Call frame-parameter instead of
8198 frame-parameters.
8199
82002000-09-07 Kenichi Handa <handa@etl.go.jp>
8201
8202 * language/devan-util.el (devanagari-to-indian-region): In the
8203 loop, change the following char, not preceding char.
8204
82052000-09-07 Gerd Moellmann <gerd@gnu.org>
8206
8207 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
8208 instead of frame-parameters.
8209
8210 * faces.el (set-face-attribute): Simplify by calling
8211 internal-set-lisp-face-attribute with FRAME being 0.
8212
8213 * vc.el: Remove `Id' version control keyword.
8214
82152000-09-07 Kenichi Handa <handa@etl.go.jp>
8216
8217 * help.el (help-make-xrefs): Adjusted for the change of
8218 help-xref-mule-regexp.
8219 (help-insert-xref-button): New function.
8220
8221 * international/mule-cmds.el (help-xref-mule-regexp-template):
8222 Include the pattern for character set.
8223 (leim): New group.
8224
8225 * international/quail.el: Don't require face.
8226 (quail): New group.
8227 (quail-other-command): Dummy command to make quail-help work better.
8228 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
8229 (quail-keyboard-layout-substitution): New variable.
8230 (quail-update-keyboard-layout): New function.
8231 (quail-keyboard-layout-type): New customizable variable.
8232 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
8233 (quail-keyboard-translate): Pay attention to
8234 quail-keyboard-layout-substitution.
8235 (quail-insert-kbd-layout): New function.
8236 (quail-show-keyboard-layout): New function.
8237 (quail-get-translation): If the definition is a vector of length
8238 1, and the element is a string of length 1, return the character
8239 in that string.
8240 (quail-update-current-translations): Fix the case of
8241 relative-index out of range.
8242 (quail-build-decode-map, quail-insert-decode-map): New Functions.
8243 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
8244 Show key sequences for all available characters.
8245 (quail-help-insert-keymap-description): Don't show such verbose
8246 key bindings as quail-self-insert-command.
8247
8248 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8249 Format changed, and each element now have extra documentations.
8250 (tit-process-header): Delete invalid characters from TIT-PROMPT.
8251 Adjusted for the change of quail-cxterm-package-ext-info.
8252
82532000-09-06 Gerd Moellmann <gerd@gnu.org>
8254
8255 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
8256 requiring it leads to a recursive loading of vc.el and vc-hooks.el
8257 during bootstrap.
8258
82592000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8260
8261 * vc.el: (toplevel): Don't require `dired' at run-time.
8262 (vc-dired-resynch-file): Remove autoload cookie.
8263
82642000-09-05 Andre Spiegel <spiegel@gnu.org>
8265
8266 * vc.el: Made several backend functions optional.
8267 (vc-default-responsible-p): New function.
8268 (vc-merge): Use RET for first version to trigger merge-news, not
8269 prefix arg.
8270 (vc-annotate): Handle backends that do not support annotation.
8271 (vc-default-merge-news): Removed. The existence of a merge-news
8272 implementation is now checked on caller sites.
8273
8274 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
8275 case.
8276
8277 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
8278 special case that has been removed from the default in vc-hooks.el.
8279
82802000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8281
8282 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
8283
82842000-09-05 Andre Spiegel <spiegel@gnu.org>
8285
8286 * vc-hooks.el: Require vc during compilation.
8287 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
8288 macro `with-vc-properties' in vc.el.
8289 (vc-file-getprop): Doc fix.
8290 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
8291
8292 * vc.el: Require dired-aux during compilation.
8293 (vc-name-assoc-file): Moved to vc-sccs.el.
8294 (with-vc-properties): New macro.
8295 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
8296 vc-finish-steal): Use it.
8297 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
8298 to the backend-specific function is now supposed to do the checkout,
8299 too.
8300 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
8301
8302 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
8303 set file properties; that gets done in the generic code now.
8304
8305 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
8306 Changed parameter list, added code from vc.el that does the
8307 checkout, possibly with a double-take.
8308
8309 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
8310 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
8311 the above under the new name.
8312 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
8313 parameter list, added checkout command.
8314 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
8315 properties; that gets done in the generic code now.
8316
83172000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8318
8319 * vc.el: Docstring fixes (courtesy of checkdoc).
8320
83212000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8322
8323 * vc.el (vc-checkout-writable-buffer-hook)
8324 (vc-checkout-writable-buffer): Remove.
8325 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
8326 (vc-log-mode): Make it into a clean derived major mode.
8327 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
8328 vc-log-mode if log-edit is not available.
8329 (vc-dired-mode-map): Don't set-keymap-parent yet.
8330 (vc-dired-mode): Do set-keymap-parent here.
8331 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
8332
83332000-09-05 Gerd Moellmann <gerd@gnu.org>
8334
8335 * faces.el (set-face-attribute, face-spec-reset-face)
8336 (face-spec-set): Avoid consing by removing calls to `apply'.
8337
8338 * frame.el (frame-parameter): Move to C code.
8339
83402000-09-05 Dave Love <fx@gnu.org>
8341
8342 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
8343 insert-before-markers-and-inherit. Now checked systematically!
8344
83452000-09-05 Alex Schroeder <alex@gnu.org>
8346
8347 * sql.el (sql-postgres): Use sql-postgres-options.
8348 (sql-postgres-options): New variable.
8349
83502000-09-05 Alex Schroeder <alex@gnu.org>
8351
8352 * sql.el (sql-mode-menu): Work around missing variable mark-active
8353 in XEmacs.
8354 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
8355 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
8356 compatibility.
8357
83582000-09-04 Gerd Moellmann <gerd@gnu.org>
8359
8360 * vc.el (vc-dired-resynch-file): Add autoload cookie.
8361
8362 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
8363
8364 * Makefile.in (DONTCOMPILE): Fix typo in file name.
8365
83662000-09-04 Andre Spiegel <spiegel@gnu.org>
8367
8368 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
8369 don't support anything else under SCCS yet.
8370
8371 * vc-hooks.el: Minor doc fixes.
8372
83732000-09-04 Andre Spiegel <spiegel@gnu.org>
8374
8375 * vc.el (vc-next-action-on-file): Do not visit the file if it's
8376 not necessary. If verbose in state `needs-patch', do the same as
8377 under `up-to-date'. When NOT verbose and `needs-patch', check out
8378 latest version instead of `merge-news'.
8379 (vc-next-action-dired): Don't mess with default-directory here; it
8380 breaks other parts of dired. It is the job of the
8381 backend-specific functions to adjust it temporarily if they need it.
8382 (vc-next-action): Remove a special CVS case.
8383 (vc-clear-headers): New optional arg FILE.
8384 (vc-checkin, vc-checkout): Set properties vc-state and
8385 vc-checkout-time properly.
8386 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
8387 (vc-print-log): Use new backend function `show-log-entry'.
8388 (vc-cancel-version): Do the checks in a different order. Added a
8389 FIXME concerning RCS-only code.
8390
8391 * vc-rcs.el (vc-rcs-show-log-entry): New function.
8392 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
8393
8394 * vc-cvs.el (vc-cvs-show-log-entry): New function.
8395
8396 * vc-hooks.el (vc-default-mode-line-string): Show state
8397 `needs-patch' as a `-' too.
8398
83992000-09-04 Andre Spiegel <spiegel@gnu.org>
8400
8401 * vc.el (vc-responsible-backend): New optional arg REGISTER.
8402 (vc-default-could-register): New function.
8403 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
8404 (vc-resynch-buffer): Call vc-dired-resynch-file.
8405 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
8406 vc-resynch-buffer instead of vc-resynch-window.
8407 (vc-next-action-dired): Don't redisplay here, that gets done as a
8408 result of the individual file operations.
8409 (vc-retrieve-snapshot): Corrected prompt order.
8410
8411 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
8412
8413 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
8414 as well.
8415 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
8416 hostname regexps. Updated all callers.
8417 (vc-cvs-responsible-p): Handle directories as well.
8418 (vc-cvs-could-register): New function.
8419 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
8420 properties up-to-date.
8421
8422 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
8423 user whether to create one.
8424
84252000-09-04 Andre Spiegel <spiegel@gnu.org>
8426
8427 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
8428 check out a non-existing file.
8429
8430 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
8431 workfile does not exist.
8432
8433 * vc.el (vc-version-diff): Use `require' to check for existence of
8434 diff-mode.
8435
84362000-09-04 Andre Spiegel <spiegel@gnu.org>
8437
8438 * vc-cvs.el (vc-cvs-registered): Use new function
8439 vc-cvs-parse-entry to do the actual work.
8440
84412000-09-04 Andre Spiegel <spiegel@gnu.org>
8442
8443 * vc-hooks.el (vc-find-backend-function): If function doesn't
8444 exist, return nil instead of error.
8445 (vc-call-backend): Doc fix.
8446
8447 * vc.el (vc-do-command): Doc fix.
8448 (vc-finish-logentry): When checking in from vc-dired, choose the
8449 right backend for logentry check.
8450 (vc-dired-mode-map): Inherit from dired-mode-map.
8451 (vc-dired-mode): Local value of dired-move-to-filename-regexp
8452 simplified.
8453 (vc-dired-state-info): Removed, updated caller.
8454 (vc-default-dired-state-info): Use parentheses instead of hyphens.
8455 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
8456 (vc-dired-listing-switches): New variable.
8457 (vc-directory): Use it, instead of dired-listing-switches.
8458
8459 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
8460 (vc-cvs-dir-state): New function.
8461 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
8462 (vc-cvs-parse-entry): New function, also to be used in
8463 vc-cvs-registered.
8464
84652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8466
8467 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
8468 *or* single-window-frames.
8469
84702000-09-04 Andre Spiegel <spiegel@gnu.org>
8471
8472 * vc.el (vc-update-changelog): Split into generic part and default
8473 implementation. Doc string adapted.
8474 (vc-default-update-changelog): New function. Call the `rcs2log'
8475 script in exec-directory, to fix a long-standing nuisance.
8476
8477 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
8478 simply signals an error.
8479
84802000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8481
8482 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
8483 control-flow more clear and to avoid running `cvs' twice.
8484
8485 * vc.el (vc-next-action-on-file): Doc fix.
8486 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
8487 (vc-print-log): Eval `file' before constructing the continuation.
8488
84892000-09-04 Andre Spiegel <spiegel@gnu.org>
8490
8491 * vc.el (vc-next-action-on-file): Corrected several messages.
8492 (vc-merge): Add prefix arg `merge-news'; handle it.
8493
8494 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
8495 is not reached. It is.
8496 (vc-cvs-merge): Set state to 'edited after merge.
8497 (vc-cvs-merge-news): Set workfile version to nil if not known.
8498 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
8499
8500 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
8501 via stdout. (Merge from main line.)
8502
85032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8504
8505 * vc.el (vc-finish-logentry): Thinko in the "same comment"
8506 detection.
8507
85082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8509
8510 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
8511 against kill-all-local-variables.
8512 (vc-log-edit): Don't save vc-parent-buffer any more.
8513 (vc-last-comment-match): Initialize to an empty string.
8514 (vc-post-command-functions): New hook.
8515 (vc-do-command): Run it.
8516 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
8517 (vc-finish-logentry): Only add the comment to the ring if it's
8518 different from the last comment entered.
8519 (vc-new-comment-index): New function.
8520 (vc-previous-comment): Use it. Make the minibuffer message
8521 slightly less terse.
8522 (vc-comment-search-reverse): Make it work forward as well. Don't
8523 set vc-comment-ring-index if no match is found. Use
8524 vc-new-comment-index.
8525 (vc-comment-search-forward): Use vc-comment-search-reverse.
8526 (vc-dired-mode-map): Don't inherit from dired-mode-map since
8527 define-derived-mode will do it for us. Bind `v' to a keymap that
8528 inherits from vc-prefix-map so that we can bind `vt' without
8529 binding C-x v t.
8530 (vc-retrieve-snapshot): Parenthesis typo.
8531
8532 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
8533 to 1. Make sure to switch to *vc* before looking for an error
8534 message. Use vc-parse-buffer.
8535
85362000-09-04 Andre Spiegel <spiegel@gnu.org>
8537
8538 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
8539 and NAME.
8540 (vc-retrieve-snapshot): Split into two parts.
8541 (vc-default-retrieve-snapshot): New function.
8542
8543 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
8544 (vc-cvs-retrieve-snapshot): New function (untested).
8545 (vc-cvs-stay-local): Default to t.
8546 (vc-cvs-remote-p): New function and property.
8547 (vc-cvs-state): Stay local only if the above is t.
8548 (vc-handle-cvs): Removed.
8549 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
8550 done via vc-handled-backends now.
8551 (vc-cvs-header): Escape Id.
8552
85532000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8554
8555 * vc.el (vc-do-command): Remove unused commands.
8556 (vc-version-diff): Make sure default-directory ends with a slash.
8557 Move the window commands into a vc-exec-after.
8558 (vc-print-log): Move more of the code into the `vc-exec-after'.
8559
85602000-09-04 Andre Spiegel <spiegel@gnu.org>
8561
8562 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
8563 (vc-print-log): Search current revision from beginning of buffer.
8564 (vc-revert-buffer): Clear echo area after the diff is finished.
8565 (vc-prefix-map): Removed definition of "t" for terse display in vc
8566 dired.
8567 (vc-dired-mode-map): Inherit from dired-mode-map. Added
8568 definition of "vt" for terse display.
8569 (vc-dired-mode): Fix dired-move-to-filename-regexp.
8570
85712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8572
8573 * vc.el (vc-exec-after): Avoid caddr.
8574
85752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8576
8577 * vc.el (vc-exec-after): New function.
8578 (vc-do-command): Use it to add a termination message for async
8579 procs.
8580 (vc-checkout): Try to handle a missing-backend situation.
8581 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
8582 of a directory with a backend using async diffs.
8583 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
8584 present.
8585
8586 * vc-sccs.el (vc-sccs-state-heuristic): Use
8587 file-ownership-preserved-p.
8588
8589 * vc-rcs.el (vc-rcs-state-heuristic): Use
8590 file-ownership-preserved-p.
8591 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
8592
85932000-09-04 Andre Spiegel <spiegel@gnu.org>
8594
8595 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
8596 vc-do-command.
8597
8598 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
8599 when there are no changes.
8600
86012000-09-04 Andre Spiegel <spiegel@gnu.org>
8602
8603 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
8604
8605 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
8606
86072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8608
8609 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
8610
8611 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
8612 the `fset' outside of the defvar so that it works even if
8613 vc-prefix-map was already defined.
8614 (vc-setup-buffer): New function, split out of vc-do-command.
8615 (vc-do-command): Allow BUFFER to be t to mean `just use the
8616 current buffer without any fuss'.
8617 (vc-version-diff): Change the `diff' backend operation to just put
8618 the diff in the current buffer without erasing it. Always use
8619 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
8620 shrink-window-if-larger-than-buffer.
8621 (vc-print-log): Change the `print-log' backend operation to just
8622 put the log in the current buffer without erasing it. Protect
8623 shrink-window-if-larger-than-buffer.
8624 (vc-update-change-log): Fix setd typo.
8625
8626 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
8627 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
8628
8629 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
8630 (vc-rcs-diff): Insert in the current buffer and remove unused arg
8631 CMP.
8632
8633 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
8634 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
8635 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
8636
86372000-09-04 Andre Spiegel <spiegel@gnu.org>
8638
8639 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
8640 not possible, use vc-BACKEND-workfile-unchanged-p.
8641 (vc-default-workfile-unchanged-p): New function. Delegates to a
8642 full vc-BACKEND-diff.
8643
8644 * vc-hooks.el (vc-simple-command): Removed.
8645
8646 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
8647 instead of vc-simple-command.
8648 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
8649 avoid doing a diff when opening a file.
8650 (vc-rcs-state): Added check for unlocked-changes.
8651 (vc-rcs-header): Escape Id.
8652 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
8653 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
8654 version.
8655
8656 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
8657 (vc-sccs-diff): Remove optional arg CMP.
8658 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
8659 SCCS-specific function.
8660
8661 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
8662 vc-simple-command.
8663
86642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8665
8666 * vc.el (vc-editable-p): Renamed from vc-writable-p.
8667 (with-vc-file, vc-merge): Use vc-editable-p.
8668 (vc-do-command): Remove unused var vc-file and fix the
8669 doubly-defined `status' var. Add a user message when starting an
8670 async command.
8671 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
8672 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
8673 Use with-current-buffer.
8674 (vc-buffer-sync): Use unless.
8675 (vc-next-action-on-file): If the file is 'edited by read-only,
8676 make it read-write instead of trying to commit.
8677 (vc-version-diff, vc-update-change-log): Use `setq
8678 default-directory' rather than `cd'.
8679 (vc-log-edit): Don't forget to set default-directory in the
8680 buffer.
8681
8682 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
8683 (vc-sccs-state-heuristic): Use file-writable-p instead of
8684 comparing userids.
8685 (vc-sccs-checkout): Use `unless'.
8686
8687 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
8688 of comparing userids.
8689 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
8690 Simplify the logic by eliminating unreachable code.
8691 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
8692 just do a recursive call if we need to retry.
8693 (vc-rcs-checkout): Handle the case where rcs is missing by making
8694 the buffer read-write if requested and re-signalling the error.
8695
8696 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
8697
86982000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8699
8700 * vc-hooks.el (vc-handled-backends): Docstring change.
8701 (vc-ignore-vc-files): Mark obsolete.
8702 (vc-registered): Check vc-ignore-vc-files.
8703 (vc-find-file-hook, vc-file-not-found-hook): Don't check
8704 vc-ignore-vc-files.
8705
8706 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
8707
87082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8709
8710 * vc.el (vc-checkout): Don't do anything special for ange-ftp
8711 files since ange-ftp already has vc-registered return nil.
8712
8713 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
8714 (vc-sccs-workfile-version): Use with-temp-buffer and new
8715 vc-parse-buffer and don't bother setting the property.
8716 (vc-sccs-add-triple): Use with-current-buffer and
8717 find-file-noselect.
8718 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
8719
8720 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
8721 derives from the old vc-parse-buffer but uses the revision number
8722 rather than the date (much easier to compare robustly).
8723 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
8724 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
8725 locking-user more directly. Check strict locking and set
8726 checkout-model appropriately.
8727 (vc-rcs-parse-locks): Remove.
8728 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
8729 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
8730 (vc-rcs-system-release): Use with-current-buffer and
8731 vc-parse-buffer.
8732 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
8733
8734 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
8735 (vc-simple-command): Docstring fix.
8736 (vc-registered): Align the way the file-handler is called with the
8737 way the function itself works.
8738 (vc-file-owner): Remove.
8739
8740 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
8741 extraction of fields and call to file-attributes because of a
8742 temporary bug in rcp.el.
8743 (vc-cvs-fetch-status): Use with-current-buffer.
8744
87452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8746
8747 * vc.el (vc-do-command): Use file-relative-name.
8748 (vc-responsible-backend): Use vc-backend if possible.
8749 (vc-create-snapshot): Improve the `interactive' spec. Add support
8750 for branches and dispatch to backend-specific `create-snapshot'.
8751 (vc-default-create-snapshot): New function, containing the bulk of
8752 the old vc-create-snapshot.
8753 (vc-retrieve-snapshot): Improve the interactive spec.
8754
8755 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
8756 (vc-backend-hook-functions): Remove.
8757 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
8758 (vc-backend): Reintroduce the test for `file = nil' now that I
8759 know why it was there (and added a comment to better remember).
8760
8761 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
8762 code from vc-sccs-hooks.el.
8763 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
8764 'vc anymore.
8765 (vc-sccs-responsible-p): Use expand-file-name instead of concat
8766 and file-directory-p instead of file-exists-p.
8767 (vc-sccs-check-headers): Simplify the regexp.
8768
8769 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
8770 from vc-rcs-hooks.el. Don't require 'vc anymore.
8771 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
8772 file-directory-p instead of file-exists-p.
8773
8774 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
8775 from vc-cvs-hooks.el.
8776 (proto vc-cvs-registered): Require 'vc-cvs instead of
8777 'vc-cvs-hooks. Don't require 'vc anymore.
8778 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
8779 file-directory-p instead of file-exists-p.
8780 (vc-cvs-create-snapshot): New function, replacing
8781 vc-cvs-assign-name.
8782 (vc-cvs-assign-name): Remove.
8783
87842000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8785
8786 * vc-cvs.el (vc-cvs-header): New var.
8787
8788 * vc-rcs.el (vc-rcs-exists): Remove.
8789 (vc-rcs-header): New var.
8790
8791 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
8792 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
8793 (vc-sccs-header): New var.
8794
8795 * vc.el (vc-do-command): Get rid of the `last' argument.
8796 (vc-header-alist): Remove, replaced by vc-X-header.
8797 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
8798 (vc-dired-hook): Use expand-file-name instead of concat.
8799 (vc-directory): Use file-name-as-directory.
8800 (vc-snapshot-precondition, vc-create-snapshot)
8801 (vc-retrieve-snapshot): Allow the command to operate on any
8802 directory.
8803
8804 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
8805 just removing the 'WORKFILE argument or by removing the 'MASTER
8806 argument and replacing `file' with (vc-name file).
8807
88082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8809
8810 * vc.el: Update Copyright and add a crude list of backend funs.
8811 (vc-writable-p): New function.
8812 (with-vc-file): Use vc-writable-p.
8813 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
8814 (vc-register): Avoid vc-name.
8815 (vc-locking-user): Remove.
8816 (vc-steal-lock): Make the `owner' arg non-optional.
8817 (vc-merge): Use vc-writable-p instead of vc-locking-user and
8818 vc-checkout-model.
8819 (vc-default-dired-state-info): Use vc-state instead of
8820 vc-locking-user and return special strings for special states.
8821 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
8822 and get rid of one of the special CVS cases.
8823 (vc-cancel-version): prettify error message with \\[...].
8824 (vc-rename-master): New function.
8825 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
8826 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
8827 the CVS special case generic.
8828 (vc-default-record-rename): Remove.
8829 (vc-file-tree-walk-internal): Only call FUNC for files that are
8830 under control of some VC backend and replace `concat' with
8831 expand-file-name.
8832 (vc-file-tree-walk): Update docstring.
8833 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
8834 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
8835
8836 * vc-sccs.el (vc-sccs-rename-file): Renamed from
8837 vc-sccs-record-rename. Use `find-file-noselect' rather than
8838 `find-file' and call `vc-rename-master' to do the actual move.
8839 (vc-sccs-diff): Remove unused `backend' variable.
8840
8841 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
8842 to delay loading of vc-sccs until it is really used.
8843 (vc-sccs-master-templates): Preload.
8844 (vc-sccs-state): Update call to vc-sccs-parse-locks.
8845 (vc-sccs-project-dir): Remove (merged into
8846 vc-sccs-search-project-dir).
8847 (vc-sccs-search-project-dir): Rewrite using file name handling ops
8848 rather than `concat', make sure it is preloaded and don't bother
8849 to check that the file actually exists.
8850 (vc-sccs-parse-locks): Remove unused `file' argument, remove
8851 `locks' argument (use buffer's content instead) and eliminate n^2
8852 behavior.
8853
8854 * vc-rcs.el: Update Copyright.
8855 (vc-rcs-rename-file): New function.
8856 (vc-rcs-diff): Remove unused `backend' variable.
8857
8858 * vc-hooks.el: Update Copyright.
8859 (vc-backend): Don't accept a nil argument any more.
8860 (vc-up-to-date-p): Turn into a defsubst.
8861 (vc-possible-master): New function.
8862 (vc-check-master-templates): Use `vc-possible-master' and allow
8863 funs in vc-X-master-templates to return a non-existent file.
8864
8865 * vc-cvs.el: Update Copyright.
8866 (vc-cvs-diff): Remove unused `backend' variable.
8867 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
8868
8869 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
8870
88712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8872
8873 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
8874 since it can be called from vc-rcs.el.
8875 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
8876
88772000-09-04 Andre Spiegel <spiegel@gnu.org>
8878
8879 * vc.el (vc-version-diff): Expand file name read from the
8880 minibuffer. Handle the case when a previous version number can't
8881 be guessed. Give suitable messages when there were no differences
8882 found.
8883 (vc-clear-headers): Call backend-specific implementation, if one
8884 exists.
8885 (vc-cancel-version): Made error checks generic. When done, clear
8886 headers generically, too.
8887
8888 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
8889 from vc-clear-headers in vc.el.
8890
8891 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
8892 correctly.
8893 (vc-rcs-latest-on-branch-p): Made second argument VERSION
8894 optional. Handle the case when it's not there.
8895
88962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8897
8898 * vc.el (vc-locking-user): Moved from vc-hooks.el.
8899
89002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8901
8902 * vc-hooks.el (vc-loadup): Remove.
8903 (vc-find-backend-function): Use `require'. Also, handle the case
8904 where vc-BACKEND-hooks.el doesn't exist.
8905 (vc-call-backend): Cleanup.
8906
89072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8908
8909 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
8910 vc-rcs-grab-templates)
8911 (vc-rcs-registered): Remove. The default function works as well.
8912 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
8913 vc-sccs-grab-templates)
8914 (vc-sccs-registered): Remove. The default function works as well.
8915
8916 * vc.el (vc-version-diff): Left out a vc- in call to
8917 vc-call-backend.
8918 (vc-default-dired-state-info, vc-default-record-rename)
8919 (vc-default-merge-news): Update for the new backend argument.
8920
8921 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
8922 using the default function.
8923 (vc-call-backend): If calling the default function, pass it the
8924 backend as first argument. Update the docstring accordingly.
8925 (vc-default-state-heuristic, vc-default-mode-line-string): Update
8926 for the new backend argument.
8927 (vc-make-backend-sym): Renamed from vc-make-backend-function.
8928 (vc-find-backend-function): Use the new name.
8929 (vc-default-registered): New function.
8930
89312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8932
8933 * vc.el (vc-merge): Use vc-find-backend-function.
8934
8935 * vc-hooks.el (vc-backend-functions): Remove.
8936 (vc-loadup): Don't setup 'vc-functions.
8937 (vc-find-backend-function): New function.
8938 (vc-call-backend): Use above fun and populate 'vc-functions
8939 lazily.
8940 (vc-backend-defines): Remove.
8941
89422000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8943
8944 * vc.el (vc-register): Put a FIXME note for a newly found bug.
8945 Call vc-call-backend without the leading vc-.
8946 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
8947 (vc-check-headers): Call vc-call-backend without the leading vc-.
8948 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
8949 (vc-annotate-display): Replace confusing use of `cond' with `or'.
8950 Call vc-call-backend without the leading vc-.
8951
8952 * vc-cvs.el (tail): Provide vc-cvs.
8953 * vc-sccs.el (tail): Provide vc-sccs.
8954 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
8955
8956 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
8957 (vc-make-backend-function, vc-call): Pass names without leading
8958 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
8959 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
8960 (vc-call-backend): Always try to load vc-X-hooks.
8961 (vc-registered): Remove vc- in call to vc-call-backend.
8962
89632000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8964
8965 * vc.el (vc-process-filter): New function.
8966 (vc-do-command): Setup `vc-process-filter' for the async process.
8967 (vc-maybe-resolve-conflicts): New function to reduce
8968 code-duplication. Additionally, it puts the buffer in
8969 `smerge-mode' if applicable.
8970 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
8971 calling `merge-news'.
8972 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
8973 (vc-log-edit): New function. Replacement for `vc-log-mode' by
8974 interfacing to log-edit.el.
8975 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
8976 log-edit is available.
8977 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
8978
89792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8980
8981 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
8982 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
8983 defvar and the initialization.
8984 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
8985
8986 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
8987 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
8988
8989 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
8990
89912000-09-04 Andre Spiegel <spiegel@gnu.org>
8992
8993 * vc.el (vc-file-clear-masterprops): Removed.
8994 (vc-checkin, vc-revert-buffer): Removed calls to the above.
8995 (vc-version-diff): Use buffer-size without argument.
8996 (vc-register): Heed vc-initial-comment.
8997
8998 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
8999 default branch.
9000
9001 * vc-rcs.el (vc-rcs-register): Parse command output to find master
9002 file name and workfile version.
9003 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
9004
9005 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
9006 vc-file-clear-masterprops.
9007
9008 * vc-sccs.el (vc-sccs-checkout): Removed call to
9009 vc-file-clear-masterprops. If writable, set vc-state to 'edited
9010 rather than user login name.
9011
9012
90132000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9014
9015 * vc.el (vc-workfile-unchanged-p): Remove unused argument
9016 `want-differences-if-changed' and simplify.
9017 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
9018 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
9019 output (which is invalid for async vc-diff) to decide whether to
9020 do the revert silently or not.
9021
90222000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9023
9024 * vc-hooks.el (vc-loadup): Load files quietly.
9025 (vc-call-backend): Oops, brain fart.
9026
90272000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9028
9029 * vc-cvs.el (vc-cvs-state): Typo.
9030 (vc-cvs-merge-news): Return the status code rather than the error msg.
9031
90322000-09-04 Andre Spiegel <spiegel@gnu.org>
9033
9034 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
9035 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
9036 vc-state or vc-up-to-date-p.
9037 (vc-merge): Use vc-backend-defines to check whether merging is
9038 possible. Set state to 'edited after successful merge.
9039
9040 * vc-hooks.el (vc-locking-user): If locked by the calling user,
9041 return that name. Redocumented.
9042
90432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9044
9045 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
9046 new `vc-state' semantics.
9047 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
9048 'vc-locking-user to the current user.
9049 (vc-merge): Inline vc-backend-merge. Comment out code that I
9050 don't understand and hence can't adapt to the new `vc-state' and
9051 `vc-locking-user' semantics.
9052 (vc-backend-merge): Remove.
9053
9054 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
9055 rather than 'vc-locking-user.
9056
9057 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
9058
9059 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
9060 (vc-state): Don't use 'reserved any more. Just use the same
9061 convention as the one used for vc-<backend>-state where the
9062 locking user (as a string) is returned.
9063 (vc-locking-user): Update, based on the above convention. The
9064 'vc-locking-user property has disappeared.
9065 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
9066
9067 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
9068 with a heuristic one.
9069 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
9070 (vc-cvs-checkin): Do a trivial parse to set the state in case of
9071 error. That allows us to get to 'needs-merge even in the
9072 stay-local case. There's still no way to detect 'needs-patch in
9073 such a setup (or to force an update for that matter).
9074 (vc-cvs-logentry-check): Remove, the default works as well.
9075
90762000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9077
9078 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
9079
9080 * vc.el (vc-do-command): kill-all-local-variables, to reset any
9081 major-mode in which the buffer might have been put earlier. Use
9082 `remove' and `when'. Allow `okstatus' to be `async' and use
9083 `start-process' in this case.
9084 (vc-version-diff): Handle the case where the diff looks empty
9085 because of the use of an async process.
9086
90872000-09-04 Andre Spiegel <spiegel@gnu.org>
9088
9089 * vc.el (vc-next-action-on-file): Removed optional parameter
9090 `simple'. Recompute state unconditionally.
9091 (vc-default-toggle-read-only): Removed.
9092
9093 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
9094 (vc-toggle-read-only): Undid prev change.
9095
9096 * vc-cvs.el (vc-cvs-stay-local): Renamed from
9097 vc-cvs-simple-toggle. Redocumented.
9098 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
9099 (vc-cvs-toggle-read-only): Removed.
9100
91012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9102
9103 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
9104 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
9105 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
9106 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
9107 still is. So maybe it should be removed.
9108 (vc-head-version, vc-find-binary): Remove.
9109 (vc-recompute-state): Move from vc-hooks.el.
9110 (vc-next-action-on-file): Add a `simple' argument to allow
9111 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
9112 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
9113 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
9114 (vc-dired-mode-map): Properly defvar it.
9115 (vc-print-log): Call log-view-mode if available.
9116 (small-temporary-file-directory): defvar instead of use boundp.
9117 (vc-merge-news): Moved to vc-cvs.el.
9118 (vc-default-merge-news): New function.
9119
9120 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
9121 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
9122 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
9123 unknown `vc-latest-version' function. It should probably refer to
9124 vc-workfile-version or somesuch, but it's very unclear to me and I
9125 don't have SCCS to test things.
9126
9127 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
9128 (vc-sccs-state-heuristic): Fix typo.
9129 (vc-sccs-workfile-unchanged-p): Add missing argument.
9130
9131 * vc-rcs.el: Require vc and vc-rcs-hooks.
9132 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
9133 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
9134 (vc-release-greater-or-equal-p): Move from vc.
9135 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
9136 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
9137 (vc-rcs-checkout): Add a missing `new-version' argument in the
9138 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
9139
9140 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
9141 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
9142 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
9143 than the apparently unbound `workfile-version'.
9144
9145 * vc-hooks.el (vc-master-templates): Def the obsolete var.
9146 (vc-file-prop-obarray): Use `make-vector'.
9147 (vc-backend-functions): Add new hookable functions
9148 vc-toggle-read-only, vc-record-rename and vc-merge-news.
9149 (vc-loadup): If neither backend nor default functions exist, use
9150 the backend function rather than nil.
9151 (vc-call-backend): If the function if not bound yet, try to load
9152 the non-hook file to see if it provides it.
9153 (vc-call): New macro plus use it wherever possible.
9154 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
9155 nor `vc-find-binary' since it's only called from
9156 vc-mistrust-permission which is only used once the backend is known.
9157 (vc-checkout-model): Fix parenthesis.
9158 (vc-recompute-state, vc-prefix-map): Move to vc.el.
9159
9160 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
9161 (vc-cvs-release, vc-cvs-system-release): Remove.
9162 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
9163 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
9164 status symbols.
9165 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
9166 (vc-cvs-toggle-read-only): First cut at a function to allow a
9167 cvs-status-free vc-toggle-read-only.
9168 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
9169 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
9170 vc-cvs-status. Also set vc-state rather than vc-locking-user.
9171 (vc-cvs-checkout): Modify access rights directly if the user
9172 requested not to use `cvs edit'. And refresh the mode line.
9173
9174 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
9175 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
9176
91772000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9178
9179 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
9180 workfile' that got lost when the code was extracted from vc.el.
9181 And merged the tail with the rest of the code (not possible in the
9182 old vc.el where the tail was shared among all backends). And
9183 explicitly set the state to 'edited if `writable' is set.
9184
9185 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
9186 (vc-cvs-state): Be careful to return the value from
9187 vc-cvs-parse-state.
9188 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
9189 property but return it instead. Also be careful to handle a nil
9190 or "" `rev' when workfile is non-nil (it was handled properly when
9191 workfile was nil).
9192
9193 * vc.el: Removed those pesky unnecessary `(function' quotes.
9194 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
9195 directly in the defvar.
9196 (vc-do-command): Bind inhibit-read-only so as to properly handle
9197 the case where the destination buffer has been made read-only.
9198 (vc-diff): Delegate to vc-version-diff in all cases.
9199 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
9200 (vc-annotate-mode-variables): Removed (code moved partly to
9201 defvars and partly to vc-annotate-add-menu).
9202 (vc-annotate-mode): Turned into a derived-mode.
9203 (vc-annotate-add-menu): Moved in code in
9204 vc-annotate-mode-variables.
9205 (vc-update-change-log): Use make-temp-file if available.
9206
92072000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
9208
9209 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
9210 `vc-checkout-model' updated to `vc-cvs-update-model'.
9211
92122000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9213
9214 * vc.el (vc-next-action-on-file): Added handling of state
9215 `unlocked-changes'.
9216 (vc-checkout-carefully): Is now practically obsolete, unless the
9217 above is too slow to be enabled unconditionally.
9218 (vc-update-change-log): Fixed typo.
9219
9220 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
9221
9222 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
9223 Now handles state `unlocked-changes'.
9224 (vc-sccs-workfile-unchanged-p): New function, to support the above.
9225
9226 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
9227
9228 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
9229 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
9230 `unlocked-changes'.
9231 (vc-rcs-workfile-unchanged-p): Renamed from
9232 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
9233 function yet, but supposed to become one soon.
9234
9235 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
9236 `vc-steal-lock'.
9237 (vc-call-backend): Changed error message.
9238 (vc-state): Added description of state `unlocked-changes'.
9239
92402000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9241
9242 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
9243 always return t in CVS-controlled directories.
9244
9245 * vc.el (vc-responsible-backend): New function.
9246 (vc-register): Largely rewritten.
9247 (vc-admin): Removed (implementation moved into vc-register).
9248 (vc-checkin): Redocumented.
9249 (vc-finish-logentry): If no backend defined yet (because we are in
9250 the process of registering), use the responsible backend.
9251
9252 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9253 Updated function lists.
9254 (vc-call-backend): Fixed typo.
9255
9256 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
9257 New functions.
9258 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
9259 Removed query option. Redocumented.
9260
92612000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9262
9263 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
9264
9265 * vc.el: Updated callers of `vc-checkout-required' to use
9266 `vc-checkout-model'.
9267
92682000-09-04 Martin Lorentzson <martinl@gnu.org>
9269
9270 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
9271 stuff updated to reference this function instead of the old
9272 `vc-backend-release-p'.
9273
92742000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9275
9276 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
9277 vc-checkout-model. Return appropriate values. Updated callers.
9278
92792000-09-04 Martin Lorentzson <martinl@gnu.org>
9280
9281 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
9282 (vc-backend-revert): Function moved into `vc-revert';
9283 `vc-next-action' must be updated to accomodate this change.
9284 (vc-backend-steal): Function moved into `vc-finish-steal'.
9285 (vc-backend-logentry-check): Function moved into
9286 `vc-finish-logentry'.
9287 (vc-backend-printlog): Function moved into `vc-print-log'.
9288 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
9289 (vc-backend-assign-name): Function moved into
9290 `vc-create-snapshot'.
9291
92922000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9293
9294 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
9295 Rename to vc-checkout-model. Return appropriate values.
9296 Update callers.
9297
9298 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
9299 to vc-checkout-model.
9300 (vc-checkout-required): Rename to vc-checkout-model.
9301 Re-implement and re-comment.
9302 (vc-after-save): Use vc-checkout-model.
9303
93042000-09-04 Martin Lorentzson <martinl@gnu.org>
9305
9306 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
9307 Update to use the vc-BACKEND-diff functions instead.
9308 `vc-diff' is now working.
9309
9310 * vc-rcs.el (vc-rcs-logentry-check): New function.
9311
9312 * vc-cvs.el (vc-cvs-logentry-check): New function.
9313
9314 * vc-sccs.el (vc-sccs-diff): Function changed name from
9315 `vc-backend-diff'. This makes `vc-diff' work.
9316
9317 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
9318 of functions possibly implemented in a vc-BACKEND library.
9319 (vc-checkout-required): Fix bug that caused an error to be
9320 signaled during `vc-after-save'.
9321
9322 * vc.el: Fix typo.
9323 This checkin is made with our new VC code base for the very first time.
9324 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
9325
9326 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
9327 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
9328
9329 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
9330 updated to `vc-uses-locking'.
9331 (vc-checkout-required): Call to backend function.
9332 `vc-checkout-required' updated to `vc-uses-locking' instead.
9333
9334 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
9335 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
9336
9337 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
9338 to match the split into various backends.
9339 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
9340 (vc-retrieve-snapshot): Bug fix.
9341
93422000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9343
9344 * vc-sccs.el (vc-sccs-release): Doc fix.
9345
93462000-09-04 Martin Lorentzson <martinl@gnu.org>
9347
9348 * vc.el (vc-next-action-on-file): Bug found and fixed.
9349 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
9350 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
9351
9352 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
9353 (vc-rcs-checkout): Name space cleaned up. No more revision number
9354 crunching function names that are not prefixed with vc-rcs.
9355 (vc-rcs-checkout-model): Function added. References to
9356 `vc-checkout-model' replaced.
9357
93582000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9359
9360 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
9361 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
9362 still need to be split, and implemented for RCS).
9363
93642000-09-04 Martin Lorentzson <martinl@gnu.org>
9365
9366 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
9367
9368 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
9369 required by the vc.el file.
9370
9371 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
9372 required by the vc.el file.
9373 (vc-rcs-exists): Function added.
9374
9375 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
9376 required by the vc.el file.
9377
9378 * vc.el (vc-admin): Updated to handle selection of appropriate
9379 backend. Current implementation is crufty and need re-thinking.
9380
9381 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
9382
93832000-09-04 Martin Lorentzson <martinl@gnu.org>
9384
9385 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
9386 beginning of annotate buffers correctly.
9387
9388 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
9389 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
9390 functionality updated quite a lot to support multiple backends.
9391 Variables `vc-annotate-mode', `vc-annotate-buffers',
9392 `vc-annotate-backend' added.
9393
9394 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
9395 `vc-annotate-difference' added to supported backend functions.
9396
93972000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9398
9399 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
9400 Use with-temp-file instead of /bin/sh. Merged from mainline
9401
94022000-09-04 Martin Lorentzson <martinl@gnu.org>
9403
9404 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
9405
9406 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
9407
9408 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
9409
94102000-09-04 Martin Lorentzson <martinl@gnu.org>
9411
9412 * vc-hooks.el: vc-state-heuristic added to
9413 vc-backend-hook-functions.
9414
9415 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
9416
9417 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
9418
9419 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
9420 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
9421 state to `reserved'.
9422
9423 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
9424 `vc-checkout-required'. Rename the `locked' state to `reserved'.
9425
94262000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9427
9428 * vc-rcs-hooks.el: Implement new state model. Hardly anything
9429 untouched.
9430
9431 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
9432
9433 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
9434 if defined. (Merged from main line, slightly adapted.)
9435
9436 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
9437 millenium problem (merged from mainline).
9438
94392000-09-04 Martin Lorentzson <martinl@gnu.org>
9440
9441 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
9442 part and moved the non-BACKEND stuff to vc.el.
9443
9444 * vc.el: Split the annotate feature into a BACKEND specific part
9445 and moved it from the vc-cvs.el file to this one.
9446
94472000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9448
9449 * vc-hooks.el: Implement new state model.
9450 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
9451 (vc-locking-user): Simplify. Now only needed if the file is
9452 locked by somebody else.
9453 (vc-lock-from-permissions): Remove. Functionality is in
9454 vc-sccs-hooks.el and vc-rcs-hooks.el now.
9455 (vc-mode-line-string): New name for former vc-status. Adapted.
9456 (vc-mode-line): Adapt to use the above. Remove optional parameter.
9457
9458 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
9459 Various simplifications and adaptations all over the place.
9460
9461 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
9462 Simplify and adapt the rest.
9463
9464 * vc.el (vc-resynch-window): Add TODO comment: check for
9465 interaction with view mode according to recent RCS change.
9466 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
9467
94682000-09-04 Martin Lorentzson <martinl@gnu.org>
9469
9470 * vc.el: Convert the remaining function comments to docstrings.
9471
94722000-09-04 Martin Lorentzson <martinl@gnu.org>
9473
9474 * vc.el (vc-backend-release, vc-release-greater-or-equal)
9475 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
9476 (vc-minor-part, vc-previous-version): Functions that operate and
9477 compare revision numbers got proper documentation. Comments added
9478 about their possible removal.
9479
94802000-09-04 Martin Lorentzson <martinl@gnu.org>
9481
9482 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
9483 the vc-backend.el files.
9484
9485 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
9486
9487 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
9488 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
9489 (vc-rcs-previous-version): Functions added.
9490
9491 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
9492
9493 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
9494
94952000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9496
9497 * vc-hooks.el (vc-master-templates): Is really obsolete.
9498 Comment out the definition for now. What is the right procedure
9499 to get rid of it?
9500 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
9501 rewritten.
9502 (vc-default-registered): Remove.
9503 (vc-check-master-templates): New function; does mostly what the
9504 above did before.
9505 (vc-locking-user): Don't rely on the backend to set the property.
9506
9507 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
9508 Rewrite documentation.
9509 (vc-rcs-templates-grabbed): New variable.
9510 (vc-rcs-grab-templates): New function.
9511 (vc-rcs-registered): Rewrite to use above mechanism.
9512
9513 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
9514 Rewrite documentation.
9515 (vc-sccs-templates-grabbed): New variable.
9516 (vc-sccs-grab-templates): New function.
9517 (vc-sccs-registered): Rewrite to use above mechanism.
9518 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
9519 Don't throw the result, simply return it.
9520
9521 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
9522 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
9523 (vc-cvs-registered): Does the check itself now. Simplify.
9524
9525 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
9526 from main line.
9527
95282000-09-04 Martin Lorentzson <martinl@gnu.org>
9529
9530 * vc-cvs.el (vc-cvs-diff): New function.
9531
9532 * vc-sccs.el (vc-sccs-diff): New function.
9533
9534 * vc-rcs.el (vc-rcs-diff): New function.
9535 (vc-rcs-checkout): Bug (typo) found and fixed.
9536 (vc-rcs-register-switches): New variable.
9537
9538 * vc.el (vc-backend-diff): Function removed and placed in the
9539 backend files.
9540
95412000-09-04 Martin Lorentzson <martinl@gnu.org>
9542
9543 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
9544
9545 * vc.el (vc-backend-checkout): Function removed and replaced in
9546 the vc-backend.el files.
9547
9548 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
9549
9550 * vc.el (vc-backend-admin): Removed and replaced in the
9551 vc-backend.el files.
9552
9553 * vc.el (Martin): Removed all the annotate functionality since it
9554 is CVS backend specific.
9555
95562000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9557
9558 * spec.txt: Added specification of vc-state.
9559
9560 * vc-sccs-hooks.el (vc-sccs-master-properties):
9561 Remove handling of vc-latest-version and
9562 vc-your-latest-version. What used to be vc-latest-version, is now
9563 returned as vc-workfile-version.
9564 (vc-sccs-workfile-version): Adapt.
9565
95662000-09-04 Dave Love <fx@gnu.org>
9567
9568 * vc.el: [Merged from mainline.]
9569 (vc-dired-mode): Make the dired-move-to-filename-regexp
9570 regexp match the date, to avoid treating date as file size.
9571 Add YYYY S option to WESTERN/
9572
95732000-09-04 Dave Love <fx@gnu.org>
9574
9575 * vc.el: Require `compile' when compiling.
9576 (vc-logentry-check-hook): New option.
9577 (vc-steal-lock): Use compose-mail.
9578 (vc-dired-mode-map): Defvar when compiling.
9579 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
9580 vc-sccs.el and renamed. Callers changed.
9581 (vc-backend-checkout, vc-backend-logentry-check)
9582 (vc-backend-merge-news): Doc fix.
9583 (vc-default-logentry-check): New function.
9584 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
9585 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
9586 (vc-backend-merge): Doc fix. Use backend functions.
9587 (vc-check-headers): Use backend functions.
9588
9589 * vc-cvs.el: Require vc when compiling.
9590 (vc-cvs-register-switches): Doc fix.
9591 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
9592 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
9593 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
9594 New functions (code from vc.el).
9595 (vc-annotate-display-default): Fix interactive spec.
9596 (vc-annotate-time-span): Doc fix.
9597
9598 * vc-rcs.el: Require vc when compiling.
9599 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
9600 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
9601 (vc-rcs-checkin): New functions (code from vc.el).
9602 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
9603 Doc fix.
9604 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
9605
9606 * vc-sccs.el: Require vc when compiling.
9607 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
9608 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
9609 (vc-sccs-revert)
9610 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
9611 from vc.el).
9612 (vc-sccs-add-triple, vc-sccs-record-rename)
9613 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
9614 (vc-sccs-admin): Doc fix.
9615
96162000-09-04 Martin Lorentzson <martinl@gnu.org>
9617
9618 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
9619 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
9620 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
9621 from vc.el.
9622
9623 * vc-sccs.el (vc-admin-sccs): Added from vc.el
9624
9625 * vc-cvs.el: Moved the annotate functionality from vc.el.
9626 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
9627
96282000-09-04 Dave Love <fx@gnu.org>
9629
9630 * vc.el (vc-backend-release): Call vc-system-release.
9631
9632 * vc-sccs.el (vc-sccs-system-release):
9633 Renamed from vc-sccs-backend-release.
9634
9635 * vc-rcs.el (vc-rcs-system-release):
9636 Renamed from vc-rcs-backend-release.
9637
9638 * vc-cvs.el (vc-cvs-system-release):
9639 Renamed from vc-cvs-backend-release.
9640
96412000-09-04 Dave Love <fx@gnu.org>
9642
9643 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
9644 backend files.
9645 (vc-backend-release): Dispatch to backend functions.
9646 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
9647 probably needs attention.]
9648
9649 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
9650 (vc-sccs-backend-release): New function.
9651
9652 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
9653 (vc-cvs-backend-release): New function.
9654
9655 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
9656 Doc fix.
9657 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
9658 (vc-default-dired-state-info): New function.
9659 (vc-dired-state-info): Dispatch to backends.
9660 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
9661
9662 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
9663 from vc.el and renamed.
9664
96652000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9666
9667 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
9668 (vc-version-other-window, vc-backend-assign-name): Removed
9669 references to vc-latest-version; sometimes changed into
9670 vc-workfile-version.
9671
9672 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
9673 vc-rcs-master-workfile-version.
9674 (vc-rcs-workfile-version): Use the above. Don't call
9675 vc-latest-version (that was unreachable code, anyway).
9676 (vc-rcs-fetch-master-properties): Doc fix.
9677
9678 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
9679 (vc-backend-hook-functions): Removed them from this list, too.
9680 (vc-fetch-properties): Removed.
9681 (vc-workfile-version): Doc fix.
9682
9683 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
9684 (vc-rcs-workfile-version, vc-rcs-locking-user)
9685 (vc-rcs-uses-locking): Use it.
9686
9687 * vc-hooks.el (vc-consult-rcs-headers):
9688 Moved into vc-rcs-hooks.el, under the name
9689 vc-rcs-consult-headers.
9690
9691 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
9692 headers.
9693 (vc-cvs-find-master): Use this name only; correct different
9694 versions of the name.
9695
9696 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
9697 New functions.
9698 (vc-sccs-locking-user): Use the latter.
9699
9700 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
9701 New functions.
9702
9703 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
9704 Moved into both
9705 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
9706 functions are implementation details of those two backends.
9707
97082000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9709
9710 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
9711 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
9712
9713 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
9714 (vc-sccs-parse-locks): SCCS-specific code moved here from
9715 vc-hooks.
9716
9717 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
9718 code moved here from vc-hooks.
9719
9720 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
9721 into back-end specific parts and removed. Callers not updated
9722 yet; because I guess these callers will disappear into back-end
9723 specific files anyway.
9724
97252000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9726
9727 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
9728 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
9729 `vc-uses-locking'.
9730
9731 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
9732 Store yes/no in the property, and return t/nil. Updated all
9733 callers.
9734
9735 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
9736 vc-sccs-uses-locking. Don't set property.
9737 (vc-sccs-locking-user): Don't set property.
9738
9739 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
9740 vc-cvs-uses-locking. Don't set property here; leave that to
9741 vc-hooks.
9742 (vc-cvs-locking-user): Reflect above change. Streamlined.
9743
9744 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
9745 vc-rcs-uses-locking.
9746 (vc-rcs-locking-user): Reflect above change.
9747
97482000-09-04 Dave Love <fx@gnu.org>
9749
9750 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
9751
9752 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
9753
9754 * vc-hooks.el (vc-checkout-model): Punt to backends.
9755
9756 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
9757
9758 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
9759
9760 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
9761 New functions.
9762
9763 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
9764 New functions.
9765
9766 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
9767 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
9768
9769 * vc-hooks.el (vc-default-locking-user): New function.
9770 (vc-locking-user, vc-workfile-version): Punt to backends.
9771
97722000-09-04 Dave Love <fx@gnu.org>
9773
9774 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
9775 (vc-master-workfile-version): Moved from vc-hooks.
9776
9777 * vc-rcs-hooks.el: Fix duplicate code in last change.
9778
9779 * vc-rcs-hooks.el: Require vc-hooks when compiling.
9780 (vc-rcs-master-templates): Improve :type.
9781 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
9782 vc-master-workfile-version): Moved from vc-hooks.
9783
9784 * vc-sccs-hooks.el: Require vc-hooks when compiling.
9785 (vc-sccs-master-templates): Improve :type.
9786 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
9787
9788 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
9789
9790 * vc-cvs-hooks.el: Require vc-hooks when compiling.
9791 (vc-cvs-master-templates): Improve :type. Use
9792 vc-cvs-find-cvs-master.
9793 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
9794 from vc-hooks.
9795 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
9796
9797 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
9798 Moved to vc-cvs-hooks.
9799
9800 * vc-hooks.el: Add doc strings in various places. Simplify the
9801 minor mode setup.
9802 (vc-handled-backends): New user variable.
9803 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
9804 simplification.
9805
98062000-09-04 Dave Love <fx@gnu.org>
9807
9808 * vc.el: Some doc fixes for autoloaded and interactive functions.
9809 Fix compilation warnings from ediff stuff.
9810 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
9811
9812 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
9813
9814 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
9815
9816 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
9817
98182000-09-04 Dave Love <fx@gnu.org>
9819
9820 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9821 New variable.
9822 (vc-make-backend-function, vc-loadup, vc-call-backend)
9823 (vc-backend-defines): New functions.
9824
9825 * vc-hooks.el: Various doc fixes.
9826 (vc-default-back-end, vc-follow-symlinks): Custom fix.
9827 (vc-match-substring): Function removed. Callers changed to use
9828 match-string.
9829 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
9830 Simplify.
9831
98322000-09-04 Dave Love <fx@gnu.org>
9833
9834 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
9835 type.
9836 (vc-sccs-project-dir, vc-search-sccs-project-dir)
9837 (vc-sccs-registered): Doc fix.
9838
9839 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
9840 (vc-cvs-registered): Doc fix.
9841
9842 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
9843 (vc-rcs-registered): Doc fix.
9844
98452000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9846
9847 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
9848
9849 * vc-hooks.el: vc-registered has been renamed
9850 vc-default-registered. Some functions have been moved to the
9851 backend specific files. they all support the
9852 vc-BACKEND-registered functions.
9853
98542000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9855
9856 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
9857
9858 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
9859
98602000-09-04 Dave Love <fx@gnu.org>
9861
9862 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
9863 menu-bar-update-hook.
9864
9865 * help.el (help-manyarg-func-alist): Add
9866 find-operation-coding-system.
9867
9868 * wid-edit.el (widget-sexp-validate): Fix garbled code.
9869
9870 * custom.el (custom-set-variables): Print message about errors in
9871 setting.
9872
98732000-09-03 Andrew Innes <andrewi@gnu.org>
9874
9875 * makefile.w32-in: Change to DOS line endings.
9876
98772000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9878
9879 * mouse.el (mouse-popup-menubar): Supply the prompt string for
9880 minor-mode keymaps, if they don't have one.
9881
98822000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9883
9884 * eshell/esh-module.el (eval-when-compile): Don't lose if
9885 esh-module.el's file name is truncated to DOS 8+3 limits.
9886
98872000-09-01 John Wiegley <johnw@gnu.org>
9888
9889 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
9890 predicate, which caused entries in the completion list to be
9891 doubled.
9892
98932000-08-30 John Wiegley <johnw@gnu.org>
9894
9895 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
9896 sending to subprocesses. Also, hook pre-command-hook if
9897 `eshell-send-direct-to-subprocesses' is non-nil.
9898 (eshell-send-direct-to-subprocesses): New config variable. If t,
9899 subprocess input is send immediately.
9900 (eshell-toggle-direct-send): New function.
9901 (eshell-self-insert-command): New function.
9902 (eshell-intercept-commands): New function.
9903 (eshell-send-input): If direct subprocess sending is enabled,
9904 don't echo any input to the Eshell buffer. Let the subprocess
9905 handle that. This requires "stty echo" in bash, for example.
9906
99072000-08-28 John Wiegley <johnw@gnu.org>
9908
9909 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
9910 completion function for Eshell's implementation of `unset'.
9911
99122000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9913
9914 * info.el (Info-directory-list): Doc fix.
9915
99162000-08-31 Peter Breton <pbreton@ne.mediaone.net>
9917
9918 * filecache.el (file-cache-add-directory-using-find): Don't quote
9919 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
9920
99212000-08-31 Kenichi Handa <handa@etl.go.jp>
9922
9923 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
9924 coding systems.
9925
99262000-08-30 Andrew Innes <andrewi@gnu.org>
9927
9928 * timer.el (run-with-idle-timer): Undo last change, so that timer
9929 is not activated immediately if Emacs is already idle. Some
9930 existing code relies on this behaviour.
9931
99322000-08-30 Miles Bader <miles@gnu.org>
9933
9934 * frame.el (set-frame-font): Do completion of font-name for
9935 interactive use.
9936
99372000-08-30 Kenichi Handa <handa@etl.go.jp>
9938
9939 * international/quail.el (quail-start-translation): Bind locally
9940 last-command-event, last-command, and this-command.
9941 (quail-start-conversion): Likewise.
9942 (quail-self-insert-command): Fix docstring.
9943
99442000-08-29 Gerd Moellmann <gerd@gnu.org>
9945
9946 * progmodes/executable.el
9947 (executable-make-buffer-file-executable-if-script-p): Check that
9948 buffer contains at least 2 characters.
9949
99502000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
9951
9952 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
9953
99542000-08-29 Dave Love <fx@gnu.org>
9955
9956 * diff-mode.el (diff-mode) <defgroup>: Add :version.
9957 (diff-mode-shared-map): Bind mouse-2.
9958 (diff-imenu-generic-expression): New variable.
9959 (diff-mode): Use it.
9960
9961 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
9962 (mouse-popup-menubar): Add minor mode menus.
9963 (popup-menu): Check for lookup-key returning number.
9964
99652000-08-29 Miles Bader <miles@gnu.org>
9966
9967 * comint.el (comint-send-input): Create overlays using the proper
9968 front/read-advance arguments.
9969
99702000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9971
9972 * ps-print.el: Even/odd pages printing. Doc fix.
9973 (ps-print-version): New version number (6.0).
9974 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
9975 (ps-background, ps-begin-file, ps-begin-job): Code fix.
9976 (ps-print-duplex-feature): Variable eliminated.
9977 (ps-even-or-odd-pages): New variable.
9978
9979 * progmodes/ebnf2ps.el: Doc fix.
9980 (ebnf-version): New version (3.3).
9981 (ebnf-user-arrow): Change variable customization to sexp.
9982 (ebnf-user-arrow): Function eliminated.
9983 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9984
99852000-08-29 Kenichi Handa <handa@etl.go.jp>
9986
9987 * help.el (help-xref-mule-regexp): New variable.
9988 (help-make-xrefs): Handle help-xref-mule-regexp.
9989
9990 * international/mule-cmds.el (help-xref-mule-regexp-template): New
9991 variable.
9992 (describe-input-method): Temporarily activate the specfied input
9993 method to display the information.
9994 (describe-language-environment): Hyperlinks to mule related items.
9995
9996 * international/mule-diag.el (charset-multibyte-form-string): New
9997 function.
9998 (list-character-sets-1): Use charset-multibyte-form-string.
9999 (describe-character-set): New function.
10000 (describe-coding-system): Hyperlinks to safe character sets.
10001
10002 * international/quail.el (quail-help): New arg PACKAGE.
10003 Hyperlinks to mule related items.
10004 (quail-help-insert-keymap-description): Use
10005 substitute-command-keys instead of describe-bindings.
10006 (quail-translation-help): Hyperlinks to mule related items.
10007
100082000-08-28 John Wiegley <johnw@gnu.org>
10009
10010 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
10011 have a defsubst call itself. Made `eshell-flatten-list' back into
10012 a function again.
10013
10014 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
10015 catch, in case re-centering point at bottom messes up the display.
10016 This happens frequently in Emacs 21, due I believe to variable
10017 line heights.
10018
10019 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
10020 to call `find-tag-interactive'.
10021
10022 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
10023 the list of remember directories.
10024
100252000-08-28 John Wiegley <johnw@gnu.org>
10026
10027 * align.el: Test align-region-separate to see if it's a symbol.
10028
100292000-08-28 John Wiegley <johnw@gnu.org>
10030
10031 * eshell/esh-util.el (eshell-flatten-list): Made this function
10032 into a defsubst form. It gets used very frequently, although
10033 calls don't occur all that often.
10034
10035 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
10036 examining it.
10037
10038 * eshell/esh-cmd.el (eshell-rewrite-while-command):
10039 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
10040 `eshell-protect'.
10041 (eshell-copy-handles): Created a new macro for duplicating the
10042 current set of open handles. This is needed by the looping
10043 functions.
10044 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
10045 is not incorrectly stomped on.
10046
10047 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
10048 declaration for pcomplete-use-paring.
10049 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
10050 value of eshell-cmpl-use-paring.
10051 * pcomplete.el (pcomplete-use-paring): New config variable, to
10052 indicate whether paring should be used.
10053 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
10054 completion alternatives that have already been used.
10055
10056 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
10057 bound to C-c C-y, which will repeat the previous N arguments
10058 (based on prefix argument).
10059 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
10060
10061 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
10062 if there is no *Help* buffer. This is for XEmacs, which renames
10063 its help buffers uniquely. TODO: Find out what the current buffer
10064 name to delete is.
10065
10066 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
10067 first entry that correlates to a passwd/group number. Later
10068 entries (used for group/user name aliasing to multiple IDs) are
10069 ignored.
10070
10071 * eshell/em-xtra.el (eshell/expr):
10072 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
10073 (eshell-grep, eshell/diff, eshell/locate):
10074 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
10075 argument list, before passing it to the system command.
10076
10077 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
10078 `find-tag' for use at final position in Eshell buffers (which
10079 otherwise triggers an error on Emacs 21).
10080 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
10081 buffer, if it is currently bound to `find-tag'.
10082
10083 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
10084 in the list of matched Makefile names.
10085 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
10086 directory, prefer its contents to Makefile.
10087
10088 * eshell/em-dirs.el (eshell/cd): cd commands that look up
10089 directory parts (like "cd old new", or "cd =regexp"), are now case
10090 sensitive on non-Windows/DOS platforms.
10091
10092 * eshell/esh-mode.el (eshell-parse-command-input): When a user
10093 types RET after an open delimiter (like "), display a message
10094 indicating that Eshell is waiting for the closing delimiter.
10095
10096 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
10097 environment variables.
10098
10099 * eshell/em-unix.el (eshell/diff): Added logic to fail more
10100 gracefully if the user enters incorrect arguments.
10101
10102 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
10103 Eshell buffers.
10104
10105 * eshell/esh-var.el (eshell-interpolate-variable):
10106 * eshell/esh-mode.el (eshell-move-argument):
10107 * eshell/em-unix.el (eshell-du-sum-directory):
10108 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
10109 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
10110 (not (= ...)).
10111
10112 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
10113 to ensure the `preserve' flag gets propagated when doing recursive
10114 directory copies.
10115
101162000-08-28 Stefan Monnier <monnier@cs.yale.edu>
10117
10118 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
10119 Don't convert \n into \0177 in memory.
10120 (eshell-read-history, eshell-write-history): Convert \n to \0177,
10121 and back again, when reading and writing.
10122
101232000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
10124
10125 * eshell/esh-util.el (eshell-processp): Added to relieve constant
10126 testing of `fboundp' on `processp'.
10127
10128 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
10129 (eshell/jobs): Don't call process-list if it is not bound.
10130 (eshell-gather-process-output): Support systems where async
10131 subprocesses aren't supported.
10132 (eshell-scratch-buffer, eshell-last-sync-output-start): New
10133 variables.
10134
10135 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
10136 eshell-do-eval returns t.
10137 (eshell-do-pipelines-synchronously): New defmacro.
10138 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
10139 when async subprocesses aren't supported.
10140 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
10141 if async subprocesses aren't supported.
10142 (eshell-resume-command): Don't assume STATUS is a string.
10143
10144 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
10145
10146 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
10147 (eshell-close-target, eshell-get-target): Use eshell-processp.
10148 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
10149 fix.
10150 (eshell-get-target, eshell-create-handles): Doc fix.
10151
101522000-08-28 Miles Bader <miles@lsi.nec.co.jp>
10153
10154 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
10155 criterion to include commands that output something, as long as it
10156 leaves both the command and the end-of-buffer visible when the
10157 command has exited.
10158 (eshell-review-quick-commands): Adjust the help doc string
10159 accordingly.
10160
101612000-08-28 Peter Breton <pbreton@ne.mediaone.net>
10162
10163 * locate.el (locate): Cleaned up locate command's interactive prompting
10164 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
10165
10166 * filecache.el (file-cache-case-fold-search): New variable
10167 (file-cache-assoc-function): New variable
10168 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
10169 Use file-cache-case-fold-search variable
10170 (file-cache-add-file): Use file-cache-assoc-function
10171 (file-cache-delete-file): likewise
10172 (file-cache-directory-name): likewise
10173 (file-cache-debug-read-from-minibuffer): likewise
10174
101752000-08-28 Gerd Moellmann <gerd@gnu.org>
10176
10177 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
10178 (abbrev-table-name): New function.
10179 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
10180 If non-nil list local abbrev, only.
10181
101822000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
10183
10184 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
10185 from Gnus support code, and use special article copy buffer
10186 `(gnus-original-article-buffer)' instead. This allows to get rid
10187 of article-hide-headers usage (which breaks in the latest Gnus
10188 version). Thanks to Detlev Zundel.
10189
101902000-08-28 Kenichi Handa <handa@etl.go.jp>
10191
10192 * international/quail.el (quail-use-package): Hide "... loaded"
10193 message.
10194 (quail-start-translation, quail-start-conversion): Likewise.
10195
10196 * international/kkc.el (kkc-region): Hide "... loaded" message.
10197
101982000-08-27 Dave Love <fx@gnu.org>
10199
10200 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
10201
102022000-08-27 Miles Bader <miles@gnu.org>
10203
10204 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
10205
102062000-08-27 Kenichi Handa <handa@etl.go.jp>
10207
10208 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
10209 'ja-dic-cnv), not (require 'skkdic-cnv).
10210
102112000-08-26 Miles Bader <miles@gnu.org>
10212
10213 * faces.el (face-x-resources): Add entry for :inherit.
10214 * cus-face.el (custom-face-attributes): Add support for :inherit
10215 attribute. Add support for relative face heights.
10216 (custom-face-attributes-get): Treat `nil' as being a default value
10217 for :inherit (as well as `unspecified').
10218
10219 * faces.el (set-face-attribute): Update doc string.
10220 (face-attribute-name-alist): Add :inherit.
10221 (face-valid-attribute-values): Handle :inherit.
10222 (face-read-string): Rephrase prompt to be less confusing.
10223 Assume that DEFAULT is a string, since we must return a string.
10224 (face-read-integer): Use `format' to turn DEFAULT into an
10225 acceptable default for face-read-string. Match NEW-VALUE against
10226 the string "unspecified", not the symbol `unspecified', since
10227 that's what face-read-string returns.
10228 (read-face-attribute): Lookup a name for old-value in valid, and
10229 use it as a default if we find one. Treat all values from
10230 face-read-string as strings. If the default is used, don't do any
10231 more processing on the value, just use the old value directly.
10232 (read-face-and-attribute, modify-face): Tweak prompt.
10233 (read-face-name): Don't assume prompt ends with a space.
10234
10235 * faces.el (describe-face): Add support for :inherit attribute.
10236
102372000-08-25 Kenichi Handa <handa@etl.go.jp>
10238
10239 * terminal.el (terminal-emulator): Fix args to `concat'. Now
10240 concat doesn't accept interger.
10241
10242 * international/kkc.el: Remove SKK from Keywords. Require
10243 ja-dic-utl instead of skkdic-utl.
10244
10245 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
10246 Provide ja-dic-cnv instead of skkdic-cnv.
10247 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
10248 (iso-2022-7bit-short): Add safe-charsets property.
10249 (skkdic-convert-postfix): Search Japanese chou-on character in
10250 addition to Hiragana character.
10251 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
10252 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
10253 (batch-skkdic-convert): Likewise.
10254
10255 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
10256 Provide ja-dic-utl instead of skkdic-utl.
10257 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
10258
102592000-08-24 Dave Love <fx@gnu.org>
10260
10261 * disp-table.el (standard-display-default): Make the test of `l'
10262 useful.
10263
10264 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
10265 mod sample text.
10266
10267 * international/iso-ascii.el: Make pilcrow convenient string
10268 consistent with section.
10269 (iso-ascii-display): Set up multibyte characters as well as
10270 unibyte.
10271
102722000-08-24 Kenichi Handa <handa@etl.go.jp>
10273
10274 * international/mule-cmds.el (reset-language-environment): Set
10275 default-process-coding-system to '(undecided . iso-latin-1), which
10276 makes process I/O almost consistent with file I/O. Call this
10277 function when mule-cmds.el[c] is loaded.
10278
102792000-08-22 Andrew Innes <andrewi@gnu.org>
10280
10281 * makefile.w32-in: New file.
10282
102832000-08-22 Miles Bader <miles@lsi.nec.co.jp>
10284
10285 * comint.el (comint-output-filter): Compare end of
10286 comint-last-output-overlay with the start of the newly inserted
10287 text, not the end, when deciding whether to extend it.
10288 Set saved-point's insertion type to advance after insertion.
10289
10290 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
10291 since this is now done independently of font-lock mode.
10292
102932000-08-21 Gerd Moellmann <gerd@gnu.org>
10294
10295 * server.el (server-kill-new-buffers): New user option.
10296 (server-existing-buffer): New buffer-local variable.
10297 (server-visit-files): When using an existing buffer, set
10298 server-existing-buffer to t.
10299 (server-buffer-done): If server-kill-new-buffers is t, kill the
10300 buffer, unless it was already present before visiting it with
10301 Emacs server.
10302
103032000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
10304
10305 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
10306 even if the display doesn't support colors: some displays will
10307 support bold/underline faces.
10308
103092000-08-21 Gerd Moellmann <gerd@gnu.org>
10310
10311 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
10312
10313 * startup.el (command-line): If user's init file had an error,
10314 add explanatory text to *Messages*.
10315
103162000-08-21 Kenichi Handa <handa@etl.go.jp>
10317
10318 * man.el (Man-getpage-in-background): Decode the process output by
10319 the system locale coding system.
10320
103212000-08-20 Dave Love <fx@gnu.org>
10322
10323 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
10324 Don't test x-popup-menu.
10325 (function) <complete-function>: Complete only fbound symbols.
10326 <validate, value>: New.
10327 (variable) <complete-function>: Complete only bound symbols.
10328 (coding-system): Add :base-only, :complete-function, :validate,
10329 :value, :prompt-match.
10330 (widget-coding-system-prompt-value): Use read-coding-system and
10331 act on :base-only.
10332 (editable-field): Add :help-echo.
10333 (widget-push-button-gui, widget-push-button-cache)
10334 (widget-gui-action, widget-editable-list-gui): COmment out, along
10335 with uses.
10336 (widget-at): Make arg optional.
10337 (widget-echo-help): Adjust for current help-echo calling sequence.
10338 (widget-specify-field, widget-specify-button)
10339 (widget-specify-insert, widget-get-sibling, widget-image-find)
10340 (widget-convert, widget-insert, widget-leave-text)
10341 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
10342 (widget-setup, widget-field-find, widget-before-change)
10343 (widget-after-change, widget-default-complete)
10344 (widget-default-create, widget-default-delete)
10345 (widget-push-button-value-create, editable-field)
10346 (widget-field-prompt-value, widget-field-validate)
10347 (widget-choice-value-create, widget-choice-action)
10348 (widget-choice-validate, widget-checklist-add-item)
10349 (widget-radio-add-item, widget-radio-chosen)
10350 (widget-radio-value-inline, widget-editable-list-value-create)
10351 (widget-editable-list-entry-create)
10352 (widget-documentation-link-add)
10353 (widget-documentation-string-value-create)
10354 (widget-regexp-validate, widget-file-complete)
10355 (widget-sexp-validate, widget-plist-convert-widget)
10356 (widget-plist-convert-widget, widget-alist-convert-widget)
10357 (widget-alist-convert-widget, widget-color-complete): Simplify,
10358 particularly to avoid bindings which aren't optimized out.
10359
10360 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
10361 Doc fix.
10362 (down-list, backward-up-list, up-list, kill-sexp)
10363 (backward-kill-sexp, mark-sexp): Make arg optional.
10364 (lisp-complete-symbol): Add optional arg PREDICATE.
10365
10366 * cus-start.el: Add display-buffer-reuse-frames,
10367 file-coding-system-alist.
10368
103692000-08-20 Gerd Moellmann <gerd@gnu.org>
10370
10371 * startup.el (command-line): Clear realized faces after
10372 modifying TTY color mappings.
10373
103742000-08-20 Miles Bader <miles@gnu.org>
10375
10376 * faces.el (face-attr-match-p): Don't return true if ATTRS are
10377 merely a subset of FACE's attributes.
10378
103792000-08-19 Miles Bader <miles@gnu.org>
10380
10381 * comint.el (comint-output-filter): Save the point with a marker,
10382 not just a buffer position.
10383
10384 * international/mule.el (set-buffer-process-coding-system): Make
10385 interactive prompt less confusing.
10386
103872000-08-19 Gerd Moellmann <gerd@gnu.org>
10388
10389 * hilit-chg.el: General cleanup of doc strings, comments and
10390 code formatting.
10391
103922000-08-19 Miles Bader <miles@gnu.org>
10393
10394 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
10395 Compiler macro removed; beginning-of-line is no longer always
10396 equivalent to forward-line, in the presence of fields.
10397
10398 * comint.el (comint-output-filter): Remove ad-hoc saving of
10399 restriction, and just use save-restriction, now that it works
10400 correctly. Don't adjust comint-last-input-start to account for
10401 our insertion; it shouldn't have moved because we don't use
10402 insert-before-markers anymore. Comment out call to
10403 `force-mode-line-update'; why is it here?
10404
10405 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
10406 while checking for prompt to delete. Use `forward-line 0'
10407 instead of beginning-of-line.
10408 (gud-filter): Temporarily widen gud comint buffer while
10409 examining output.
10410
104112000-08-18 Stefan Monnier <monnier@cs.yale.edu>
10412
10413 * progmodes/sh-script.el: Big bag of typos.
10414
10415 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
10416 check since ispell-process is not bound when ispell is not yet loaded.
10417
104182000-08-18 Dave Love <fx@gnu.org>
10419
10420 * image.el (find-image): Copy `spec' before using plist-put.
10421
104222000-08-18 Gerd Moellmann <gerd@gnu.org>
10423
10424 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
10425 `portugues'.
10426
10427 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
10428 backward-kill-sexp, analogous to kill-sexp.
10429
10430 * progmodes/icon.el (icon-indent-line)
10431 (icon-is-continuation-line): Handle comments specially.
10432
104332000-08-17 Ken Stevens <k.stevens@ieee.org>
10434
10435 * ispell.el: Set to standard author/maintainer/keyword fields.
10436 Fine tuning to menu map appearance and operation, and added help.
10437 Remove `start' and `end' error messages when compiling.
10438 (ispell-choices-win-default-height): Fixed comment string.
10439 (ispell-dictionary-alist-1): Fixed regexp in castellano and
10440 castellano8 dictionaries.
10441 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
10442 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
10443 dictionary, added italiano dictionary.
10444 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
10445 word character
10446 (ispell-tex-skip-alists): Added psfig support.
10447 (ispell-skip-html): Renamed from ispell-skip-sgml.
10448 (ispell-begin-skip-region-regexp, ispell-skip-region)
10449 (ispell-minor-check): Improved html skipping support to skip across
10450 code, and recognize `&' commands without propper `;' syntax;
10451 (ispell-process-line): Fix alignment error when manually
10452 correcting spelling.
10453 (ispell): Fix comment string.
10454 (ispell-add-per-file-word-list): Always put word list on new line.
10455
104562000-08-17 Gerd Moellmann <gerd@gnu.org>
10457
10458 * format.el (format-encode-run-method): Fix error message to say
10459 `encode' instead of `decode'. Use save-window-excursion around
10460 shell-command-on-region as in format-decode-run-method because
10461 shell-command-on-region can display a buffer with error output.
10462 (format-decode): Don't record undo information for the decoding.
10463 (format-annotate-function): Add parameter FORMAT-COUNT. Make
10464 that number part of the temporary buffer name so that more than
10465 one decoding using a temporary buffer can happen safely.
10466
10467 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
10468 of `A-z' in the regexp.
10469
10470 * hilit-chg.el: Fix typos in commentary.
10471
10472 * help.el (view-emacs-news): Rewritten for new naming scheme
10473 for old NEWS files.
10474
10475 * startup.el (command-line): Pop to *Messages* in case an error
10476 is signaled while loading user-init-file.
10477
104782000-08-17 Andreas Schwab <schwab@suse.de>
10479
10480 * files.el (insert-directory): Don't lose original file name,
10481 undoing an undocumented change.
10482
104832000-08-17 Alex Schroeder <alex@gnu.org>
10484
10485 * sql.el (sql-magic-go): Use comint-bol.
10486 (sql-copy-column): Use comint-line-beginning-position.
10487 (comint-line-beginning-position): Define a replacement for
10488 comint-line-beginning-position if it is not fboundp.
10489
104902000-08-17 Alex Schroeder <alex@gnu.org>
10491
10492 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
10493 it didn't have any effect anyway.
10494
104952000-08-17 Alex Schroeder <alex@gnu.org>
10496
10497 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
10498 --pset and pager=off instead of sending \\o|cat at the beginning
10499 of the session.
10500
105012000-08-17 Miles Bader <miles@gnu.org>
10502
10503 * progmodes/octave-inf.el: Add compatibility definition of
10504 comint-line-beginning-position.
10505
105062000-08-17 Kenichi Handa <handa@etl.go.jp>
10507
10508 * startup.el (normal-top-level): Look in each dir in load-path for
10509 a leim-list.el file too. This assures of loading leim-list.el
10510 that is created at Emacs installation time even if a user have his
10511 own leim-list.el.
10512
105132000-08-17 Miles Bader <miles@gnu.org>
10514
10515 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
10516 foreground color to black if the background is dark.
10517
105182000-08-16 Stefan Monnier <monnier@cs.yale.edu>
10519
10520 * loadhist.el (unload-feature): Typo.
10521
10522 * finder.el (finder-compile-keywords):
10523 * cus-dep.el (custom-make-dependencies): Add local-variable settings
10524 to the generated file.
10525
10526 * mail/mh-e.el (mh-make-local-vars):
10527 Replace make-variable-buffer-local with make-local-variable.
10528
10529 * play/landmark.el:
10530 * options.el (Edit-options-{set,toggle,t,nil}):
10531 * mail/mailabbrev.el (mail-abbrevs-mode):
10532 * textmodes/tex-mode.el (tex-expand-files):
10533 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
10534
10535 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
10536
10537 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
10538 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
10539 Allow going past the last element.
10540 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
10541 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
10542 (cvs-mouse-toggle-mark): Don't move point.
10543 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
10544
10545 * progmodes/compile.el (grep): Provide a default set of files.
10546 (next-error): Docstring fix.
10547 (compilation-find-file): Avoid find-file (fails in a dedicated window).
10548
10549 * emacs-lisp/easy-mmode.el (define-minor-mode):
10550 Use `symbol-value' to keep the byte-compiler quiet.
10551
10552 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
10553 (diff-find-source-location): New fun, extracted from diff-goto-source.
10554 (diff-goto-source): Use it.
10555 (diff-next-complex-hunk, diff-filter-lines): New function.
10556 (diff-apply-hunk): New command.
10557
10558 * smerge-mode.el (smerge-mode-menu): Doc fix.
10559
10560 * msb.el (msb-mode): Define it in terms of define-minor-mode.
10561
105622000-08-16 Dave Love <fx@gnu.org>
10563
10564 * windmove.el (windmove) <defgroup>: Add :version.
10565
10566 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
10567 (goto-address-fontify-p, goto-address-highlight-p)
10568 (goto-address-url-face, goto-address-url-mouse-face)
10569 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
10570 (goto-address-url-regexp): Use thing-at-point-url-regexp.
10571 (goto-address-fontify, goto-address-at-mouse): Simplify,
10572 (goto-address-at-point): browse-url-url-at-point,
10573 goto-address-find-address-at-point can return nil.
10574 (goto-address-find-address-at-point): Return nil on failure.
10575
10576 * align.el (align) <defgroup>: Add :version.
10577
10578 * calculator.el (calculator): Add :version.
10579 (calculator): Use two lines for calculator window if `modeline'
10580 face is boxed.
10581
10582 * play/5x5.el: Doc fixes.
10583 (5x5) <defgroup>: Add :version.
10584
10585 * play/fortune.el (fortune) <defgroup>: Add :version.
10586 (fortune-append): Fix error message.
10587 (fortune-from-region): Doc fix.
10588
10589 * play/pong.el (pong): Doc fix.
10590
10591 * play/morse.el: Keywords, commentary, autoloads.
10592
105932000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
10594
10595 * desktop.el (desktop-save): Don't look at symbol-value of a
10596 member of minor-mode-alist, unless it is boundp.
10597
105982000-08-16 Sam Steingold <sds@gnu.org>
10599
10600 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10601 `while'; use `with-current-buffer' instead of `save-excursion'.
10602 Removed unnecessary kludges now that "*Buffer List*" is excluded.
10603
106042000-08-16 Kenichi Handa <handa@etl.go.jp>
10605
10606 * international/ccl.el (declare-ccl-program): Docstring modified.
10607 (ccl-execute-with-args): Likewise.
10608
106092000-08-16 Miles Bader <miles@gnu.org>
10610
10611 * progmodes/sql.el: Add compatibility definition of
10612 comint-line-beginning-position.
10613
106142000-08-15 Gerd Moellmann <gerd@gnu.org>
10615
10616 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
10617 'buffer-menu' property.
10618 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
10619 fails.
10620 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
10621 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
10622 wasn't killed.
10623
10624 * buff-menu.el (list-buffers-noselect): Don't display the
10625 *Buffer List* buffer.
10626
10627 * font-lock.el: Require jit-lock to prevent a very late
10628 `Loading jit-lock' message.
10629
10630 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10631 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
10632 mail address.
10633
106342000-08-15 Miles Bader <miles@gnu.org>
10635
10636 * textmodes/ispell.el (ispell-graphic-p): New constant.
10637 (ispell-choices-win-default-height, ispell-help): Use
10638 `ispell-graphic-p' instead of `xemacsp'.
10639
106402000-08-15 Dave Love <fx@gnu.org>
10641
10642 * simple.el: Autoload widget-convert when compiling.
10643 (mail-user-agent): Doc fix.
10644
10645 * help.el (function-called-at-point, variable-at-point): Use
10646 with-syntax-table.
10647 (help-manyarg-func-alist): Add insert-and-inherit.
10648
10649 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
10650
10651 * delsel.el (delsel-unload-hook): New function.
10652
10653 * find-file.el: Doc fixes. Move provide to end.
10654 (ff) <defgroup>: Add :link.
10655 (ff-goto-click): Deleted.
10656 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
10657 Use mouse-set-point.
10658
10659 * textmodes/tildify.el: Doc fixes.
10660 (tildify) <defgroup>: Add:version.
10661
10662 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
10663 (glasses-custom-set): Use set-default, not set.
10664 (minor-mode-alist): Propertize the lighter.
10665 (glasses-mode): Provide optional arg.
10666
10667 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
10668 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
10669 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
10670 option. Provide :type.
10671 (cwarn-configuration): Provide :type.
10672 (cwarn-mode): Doc fix.
10673
10674 * add-log.el (change-log-merge): Doc fix.
10675 (change-log-redate): New command.
10676
10677 * net/browse-url.el (browse-url-filename-alist): Add a clause for
10678 Doze and Dog.
10679 (browse-url): Use dolist, not mapcar.
10680 (browse-url-at-point): Check for null url.
10681 (browse-url-event-buffer, browse-url-event-point): Functions
10682 deleted.
10683 (browse-url-at-mouse, browse-url-netscape): Simplify.
10684
10685 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
10686 modes.
10687 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
10688 Fix previous change to mapcan.
10689 (msb--init-file-alist, msb--add-separators)
10690 (msb--make-keymap-menu): Simplify.
10691 (msb--choose-file-menu): Use copy-sequence.
10692 (msb-mode-map): Add title to keymap.
10693 (msb-unload-hook): New function.
10694
10695 * bs.el: Fix indentation.
10696 (bs) <defgroup>: Add :links.
10697 (bs-show): Doc fix.
10698 (bs-apply-sort-faces): Don't use window-system.
10699 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
10700
107012000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
10702
10703 * calendar/timeclock.el (timeclock-file): Run .timelog through
10704 convert-standard-filename.
10705
107062000-08-14 Gerd Moellmann <gerd@gnu.org>
10707
10708 * emacs-lisp/authors.el: New file.
10709
10710 * paren.el (show-paren-priority): New user option.
10711 (show-paren-function): Set overlay priorities to
10712 show-paren-priority.
10713
107142000-08-14 Miles Bader <miles@gnu.org>
10715
10716 * comint.el (comint-bol): Use `forward-line 0' instead of calling
10717 beginning-of-line with inhibit-field-text-motion bound.
10718
107192000-08-14 Gerd Moellmann <gerd@gnu.org>
10720
10721 * calendar/timeclock.el: New file.
10722
107232000-08-14 David Ponce <david@dponce.com>
10724
10725 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
10726 `widget-button-click'. so that one can use left mouse button to
10727 click on dialog buttons.
10728
107292000-08-14 Emmanuel Briot <briot@gnat.com>
10730
10731 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
10732 identifiers, since XML is case sensitive
10733
107342000-08-12 Miles Bader <miles@gnu.org>
10735
10736 * comint.el (comint-output-filter): Don't bother frobbing
10737 window-start, it doesn't seem to be necessary.
10738
10739 * comint.el (comint-send-string, comint-send-region): Make into
10740 real functions. Snapshot the prompt before sending.
10741
107422000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10743
10744 * info.el (Info-find-emacs-command-nodes): Rewrite to use
10745 technique similar to Info-index, instead of relying on specific
10746 names of relevant Index nodes.
10747 (Info-goto-emacs-command-node): Bind Info-history to nil when
10748 going to the first node found by Info-find-emacs-command-nodes.
10749
107502000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10751
10752 * menu-bar.el (menu-bar-help-menu): Add a :help string.
10753
107542000-08-10 Miles Bader <miles@gnu.org>
10755
10756 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
10757
107582000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10759
10760 * info.el (Info-file-list-for-emacs): More elements for the
10761 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
10762 and woman manuals.
10763
107642000-08-10 Miles Bader <miles@lsi.nec.co.jp>
10765
10766 * comint.el (comint-send-input): Make the newline boundary overlay
10767 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
10768 (comint-output-filter): Use `insert' instead of
10769 `insert-before-markers'. Extend comint-last-output-overlay when
10770 necessary since we can't rely on insert-before-markers to do it.
10771 * gud.el (gud-filter): Use `with-current-buffer' instead of
10772 save-excursion when inserting the output, so that point gets
10773 updated correctly; the old method relied on a rather dodgy
10774 side-effect of comint-output-filter to avoid the effect of
10775 save-excursion.
10776
107772000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10778
10779 * files.el (recover-file): Call insert-directory instead of
10780 invoking `ls' directly.
10781
107822000-08-10 Miles Bader <miles@gnu.org>
10783
10784 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
10785 (comint-last-prompt-overlay): New variables.
10786 (comint-output-filter): Implement prompt highlighting.
10787 (comint-snapshot-last-prompt): New function.
10788 (comint-send-input): Snapshot the last prompt.
10789 Use comint-highlight-input-face.
10790 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
10791 Use defface instead of defcustom.
10792 (send-invisible, comint-send-eof): Snapshot the last prompt.
10793 (comint-delchar-or-maybe-eof): Use comint-send-eof.
10794 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
10795
107962000-08-09 Stefan Monnier <monnier@cs.yale.edu>
10797
10798 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
10799 (regexp-opt-group): Use a list of chars for `letters'.
10800 (regexp-opt-charset): `chars' is now a list of chars.
10801 Use a char-table rather than a vector so it works for multibyte chars.
10802
10803 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
10804 Set cvs-minor-current-files to the selected fileinfo.
10805 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
10806 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
10807
108082000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
10809
10810 * files.el (insert-directory): Don't call access-file on
10811 directories on DOS and Windows.
10812
108132000-08-09 Kenichi Handa <handa@etl.go.jp>
10814
10815 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
10816 longer if necessary.
10817 (ccl-embed-code): Call ccl-embed-data to store CODE in
10818 ccl-program-vector.
10819
108202000-08-09 Miles Bader <miles@gnu.org>
10821
10822 * comint.el (comint-output-filter): Properly handle the case where
10823 the text surrounded by comint-last-output-overlay was deleted.
10824
108252000-08-08 Gerd Moellmann <gerd@gnu.org>
10826
10827 * info.el (Info-insert-dir): Use Info-additional-directory-list if
10828 non-nil.
10829 (Info-file-list-for-emacs): Remove "info" from the list because
10830 that leads to trying to use the documentation from file `info'
10831 in various situations where it isn't appropriate, for instance
10832 C-h C-k C-h i.
10833
10834 * ffap.el (ffap-read-file-or-url-internal): Handle case that
10835 DIR and/or STRING are nil.
10836
10837 * progmodes/compile.el (compilation-setup): Make variable
10838 compilation-error-screen-columns buffer-local, as some comment
10839 in the code suggests it should be.
10840
10841 * files.el (auto-mode-interpreter-regexp): New variable.
10842 (set-auto-mode): Use it.
10843
10844 * indent.el (indent-for-tab-command): Doc fix.
10845
10846 * mouse-sel.el (mouse-sel-mode): Doc fix.
10847
10848 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
10849 labels.
10850
10851 * help.el (print-help-return-message): When
10852 display-buffer-reuse-frames is set, let the help window been quit,
10853 instead of deleting it, which might delete a reused frame.
10854
108552000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
10856
10857 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
10858 rename a directory to a name that differs only by its letter case.
10859
108602000-08-08 Kenichi Handa <handa@etl.go.jp>
10861
10862 * international/quail.el (quail-define-rules): Handle Quail decode
10863 map correctly. Add code for supporting annotations.
10864 (quail-install-decode-map): New function.
10865 (quail-defrule-internal): New optional arguments decode-map and
10866 props.
10867 (quail-advice): New function.
10868
108692000-08-07 Sam Steingold <sds@gnu.org>
10870
10871 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
10872 `defconst', `define-condition', `with-slots'.
10873 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
10874
108752000-08-03 Miles Bader <miles@gnu.org>
10876
10877 * comint.el (comint-use-prompt-regexp-instead-of-fields):
10878 New variable.
10879 (comint-prompt-regexp, comint-get-old-input): Document dependence on
10880 comint-use-prompt-regexp-instead-of-fields.
10881 (comint-send-input): Add `input' field property to stuff we send to
10882 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
10883 (comint-output-filter): Add `output' field property to process
10884 output, if comint-use-prompt-regexp-instead-of-fields is nil.
10885 (comint-replace-by-expanded-history)
10886 (comint-get-old-input-default, comint-show-output)
10887 (comint-backward-matching-input, comint-forward-matching-input)
10888 (comint-next-prompt, comint-previous-prompt): Use field
10889 properties if comint-use-prompt-regexp-instead-of-fields is nil.
10890 (comint-line-beginning-position): New function.
10891 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
10892 (comint-replace-by-expanded-history-before-point): Use
10893 comint-line-beginning-position and line-end-position.
10894 (comint-last-output-overlay): New variable.
10895 (comint-mode): Make `comint-last-output-overlay' buffer-local.
10896
10897 * shell.el (shell-prompt-pattern): Doc change.
10898 (shell-backward-command): Use line-beginning-position.
10899
10900 * gud.el (gud-gdb-complete-command): Use
10901 comint-line-beginning-position.
10902
10903 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
10904 comint-bol doesn't actually go to the beginning of the line.
10905
10906 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
10907 if comint-use-prompt-regexp-instead-of-fields is non-nil.
10908 (try-expand-line-all-buffers): Likewise.
10909
10910 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
10911 explicitly matching comint-prompt-regexp.
10912 (sql-copy-column): Use comint-line-beginning-position instead of
10913 explicitly matching comint-prompt-regexp.
10914
10915 * progmodes/octave-inf.el (inferior-octave-complete): Use
10916 comint-line-beginning-position.
10917
10918 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
10919
10920 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
10921 looking for a prompt, use `forward-line 0' instead of
10922 `beginning-of-line', to avoid getting caught by an input field.
10923
109242000-08-07 Gerd Moellmann <gerd@gnu.org>
10925
10926 * files.el (shell-quote-wildcard-pattern): Make sure to return
10927 PATTERN, in the Unix case.
10928
109292000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
10930
10931 * play/zone.el (zone): Discard any pending input before running
10932 the randomly-chosen pgm.
10933
109342000-08-07 Kenichi Handa <handa@etl.go.jp>
10935
10936 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
10937 checking the existence of any multibyte characters.
10938
109392000-08-06 Gerd Moellmann <gerd@gnu.org>
10940
10941 * help.el (describe-mode): Test minor-mode symbol for being
10942 bound before testing its value for being nil.
10943
10944 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
10945 `first', `second', and `third'.
10946
10947 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
10948 (second): Make it an alias for `cadr'.
10949
109502000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
10951
10952 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
10953 types of display support faces now.
10954
109552000-08-05 Gerd Moellmann <gerd@gnu.org>
10956
10957 * pcvs.el (require): Require `cl' during compilation, only.
10958
10959 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
10960 (toplevel): Remove `remq' and `remove' from autoloads.
10961 (cl-fake-autoloads): New variable. If set, arrange for an error
10962 when CL functions etc. are autoloaded.
10963
109642000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
10965
10966 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
10967
10968 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
10969 popped up, but the user clicks outside the menu, return an empty
10970 regexp (that causes unhighlight-regexp to have no effect).
10971
10972 * menu-bar.el (menu-bar-games-menu): Add Zone.
10973
10974 * hi-lock.el (toplevel): Require font-lock.
10975
109762000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10977
10978 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
10979 (ebnf-8-bit-chars): New var for bug fix.
10980 (ebnf-string): Bug fix.
10981
109822000-08-03 Sam Steingold <sds@gnu.org>
10983
10984 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
10985 instead of `buffer-string'.
10986 (require 'cl): Always, not just when compiling.
10987 `ignore-errors' in `interactive', `list*', `defun*' &c make this
10988 necessary.
10989
109902000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
10991
10992 * international/mule-cmds.el (select-safe-coding-system): Make
10993 the message text about selecting a safe coding system more clear.
10994
109952000-08-02 Gerd Moellmann <gerd@gnu.org>
10996
10997 * hi-lock.el: New file.
10998
10999 * play/zone.el: New file.
11000
11001 * replace.el (occur): Set tab-width in the *Occur* buffer to the
11002 value of tab-width in the original buffer. Choose a line number
11003 format that's a multiple of the original buffer's tab width, so
11004 that lines appear right.
11005
11006 * textmodes/ispell.el (ispell): New function, replacing an alias.
11007 Spell-check active region if in transient-mark-mode and mark
11008 is active; otherwise spell-check buffer.
11009
110102000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11011
11012 * ps-mule.el: Fix a customization problem on
11013 ps-mule-font-info-database-default.
11014
110152000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
11016
11017 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
11018 display-mouse-p instead of window-system.
11019 (ebrowse-member-mode-map): Ditto.
11020
110212000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11022
11023 * progmodes/ebnf2ps.el: Update ps-print functions call.
11024 Indentation fix. Doc fix.
11025 (ebnf-version): New version number (3.2).
11026 (ebnf-format-color, ebnf-begin-job): Code fix.
11027
110282000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
11029
11030 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
11031 font lock support on window-system.
11032 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
11033
11034 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
11035 display-color-p, if fboundp, instead of window-system.
11036
110372000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
11038
11039 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
11040 instead of window-system.
11041
11042 * wid-edit.el (widget-choose): Use display-mouse-p instead of
11043 window-system.
11044 (widget-choice-mouse-down-action): Use display-popup-menus-p
11045 instead of window-system.
11046
11047 * strokes.el (strokes-file): Run the file name through
11048 convert-standard-filename.
11049 (strokes-mode): Call display-mouse-p instead of looking at
11050 window-system. Change the error message accordingly.
11051
11052 * progmodes/cpp.el (toplevel): Support faces on tty's.
11053
11054 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
11055 (lm-plot-square, lm-init-display): Don't use window-system.
11056
11057 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
11058 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
11059
11060 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
11061 instead of looking at window-system.
11062
110632000-07-30 Gerd Moellmann <gerd@gnu.org>
11064
11065 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
11066 of testing if iswitchb-prepost-hooks is bound, because the
11067 latter will always be true when invoking a recursive minibuffer
11068 from an active Iswitchb buffer.
11069
110702000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
11071
11072 * files.el (shell-quote-wildcard-pattern): New function.
11073 (insert-directory): Call it. Only prepend "\" to command on Unix
11074 and GNU/Linux systems.
11075
110762000-07-30 Gerd Moellmann <gerd@gnu.org>
11077
11078 * eshell/esh-groups.el: Change custom :link file names
11079 from `eshell.info' to `eshell'.
11080
110812000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
11082
11083 * dired.el (dired-build-subdir-alist): Expand subdirectory names
11084 correctly in recursive ange-ftp listings.
11085
110862000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11087
11088 * ps-print.el: Fix bug 1: if ps-font-size-internal,
11089 ps-header-font-size-internal and
11090 ps-header-title-font-size-internal variables are not set,
11091 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
11092 face text property is (foreground-color . COLOR) or
11093 `(background-color . COLOR)', ps-print crashes. Doc fix.
11094 (ps-print-version): New version number (5.2.4).
11095 (ps-plot-region): Code fix.
11096 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
11097 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
11098 Bug fix 2.
11099
111002000-07-30 Milan Zamazal <pdm@freesoft.cz>
11101
11102 * glasses.el (glasses-make-readable): Fix uncapitalization of
11103 identifiers like `myXMLDocument'.
11104
111052000-07-28 Karl Fogel <kfogel@red-bean.com>
11106
11107 * mail/mail-hist.el (mail-hist-previous-input)
11108 (mail-hist-next-input): Do the obvious code factorization.
11109 (mail-hist-retrieve-and-insert): New func, contains common
11110 code of above two.
11111 If inserting a message body, leave point at top.
11112
111132000-07-28 Sam Steingold <sds@gnu.org>
11114
11115 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
11116 Use `<=', not `<' to compare times!
11117 (ange-ftp-ls): Remove.
11118
111192000-07-27 Gerd Moellmann <gerd@gnu.org>
11120
11121 * play/cookie1.el: Add explanation of how to make cookie.el
11122 compatible with strfile(1) to comment.
11123
11124 * subr.el (remove, remq): New functions.
11125
11126 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
11127 escape `*' in regexps.
11128 (midnight-find): Reverse order of arguments in the funcall of
11129 TEST.
11130
11131 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
11132 and `.class'.
11133
11134 * play/meese.el: Add Commentary section.
11135
111362000-07-27 Alex Schroeder <alex@gnu.org>
11137
11138 * sql.el (sql-ms): Added autoload cookie.
11139 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
11140 (sql-oracle): Ditto.
11141 (sql-help): Doc change.
11142
11143 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
11144 types and exceptions.
11145
111462000-07-27 Alex Schroeder <alex@gnu.org>
11147
11148 * sql.el (sql-placeholder-history): New variable.
11149 (sql-query-placeholders-and-send): New function that will query
11150 the user and replace placeholders with user input.
11151 (sql-oracle): If running on NT, set comint-input-sender to
11152 sql-query-placeholders-and-send.
11153
11154 (sql-stop): If in the SQLi buffer, insert stop notification, else
11155 present it as a message.
11156
111572000-07-27 Alex Schroeder <alex@gnu.org>
11158
11159 * sql.el (sql-input-ring-separator): Doc change.
11160 (sql-input-ring-file-name): Doc change.
11161 (sql-interactive-mode): Use `sql-input-ring-separator' and
11162 `sql-input-ring-file-name' to set the comint-mode equivalents
11163 without making them local variables.
11164 (sql-stop): Don't bind `sql-input-ring-separator' and
11165 `sql-input-ring-file-name' dynamically to their comint-mode
11166 equivalents.
11167
111682000-07-27 Kenichi Handa <handa@etl.go.jp>
11169
11170 * international/mule.el (register-char-codings): New function.
11171 (make-coding-system): Handle `safe-chars' specification in the arg
11172 PROPERTY.
11173
11174 * international/mule-cmds.el
11175 (find-coding-systems-region-subset-p): This function deleted.
11176 (sort-coding-systems-predicate): New variable.
11177 (sort-coding-systems): New function.
11178 (find-coding-systems-region): Use
11179 find-coding-systems-region-internal.
11180 (find-coding-systems-string): Use find-coding-systems-region.
11181 (find-coding-systems-for-charsets): Check
11182 char-coding-system-table.
11183 (select-safe-coding-system-accept-default-p): New variable.
11184 (select-safe-coding-system): Mostly rewritten. New argument
11185 ACCEPT-DEFAULT-P.
11186 (select-message-coding-system): Call select-safe-coding-system
11187 with ACCEPT-DEFAULT-P arg.
11188 (reset-language-environment): Reset default-sendmail-coding-system
11189 to the default value iso-latin-1.
11190 (set-language-environment): Don't set the obsolete variable
11191 charset-origin-alist.
11192
11193 * international/codepage.el (cp-coding-system-for-codepage-1):
11194 Give `safe-chars' property to make-coding-system.
11195
11196 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
11197 calling select-message-coding-system twice.
11198
11199 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
11200 instead of `safe-charsets'.
11201 (cyrillic-alternativnyj): Likewise.
11202 (ccl-encode-alternativnyj): Don't check the charset
11203 cyrillic-iso8859-5.
11204
112052000-07-27 Kenichi Handa <handa@etl.go.jp>
11206
11207 * composite.el (compose-chars-after): Preserve match data.
11208
112092000-07-26 Sam Steingold <sds@gnu.org>
11210
11211 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
11212 (ange-ftp-real-file-newer-than-file-p): New function.
11213 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
11214 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
11215
11216 * tooltip.el (tooltip-float-time): Removed (use `float-time').
11217 * midnight.el (midnight-float-time): Ditto.
11218
112192000-07-26 Andreas Schwab <schwab@suse.de>
11220
11221 * files.el (normal-backup-enable-predicate): Correct
11222 interpretation of the return value of compare-strings.
11223
112242000-07-26 Gerd Moellmann <gerd@gnu.org>
11225
11226 * isearch.el (isearch-resume): New function.
11227 (isearch-done): Add something to command-history to resume
11228 the search.
11229 (isearch-yank-line, isearch-yank-word): Use
11230 buffer-substring-no-properties instead of buffer-substring.
11231
11232 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
11233 of flyspell-mouse-map.
11234
11235 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
11236 duplicate definition.
11237 (makefile-mode): Remove duplicate setting of local-abbrev-table.
11238
11239 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
11240 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
11241
112422000-07-25 Sam Steingold <sds@gnu.org>
11243
11244 * net/ange-ftp.el: Get modtime over the net.
11245 (ange-ftp-file-modtime): New function.
11246 (ange-ftp-write-region, ange-ftp-insert-file-contents)
11247 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
11248 Use it.
11249 (ange-ftp-dot-to-slash): New function.
11250 (ange-ftp-fix-name-for-vms): Use it.
11251
11252 * midnight.el (midnight-buffer-display-time): Use
11253 `with-current-buffer'.
11254
112552000-07-25 Gerd Moellmann <gerd@gnu.org>
11256
11257 * find-dired.el: Update copyright notice.
11258 (find-dired): Offer to kill a running `find'.
11259
11260 * enriched.el (enriched-face-ans): For a `foreground-color'
11261 property, return '(("x-color" COLOR))' so that COLOR will be
11262 output as a parameter of the x-color annotation. Likewise for the
11263 `background-color' property. In the case of normal face
11264 properties, don't return annotations for unspecified foreground
11265 and background face attributes.
11266
112672000-07-25 Kenichi Handa <handa@etl.go.jp>
11268
11269 * language/japan-util.el (japanese-katakana-region): Fix handling
11270 HANKAKU argument.
11271
112722000-07-25 Miles Bader <miles@gnu.org>
11273
11274 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
11275 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
11276 constrain-to-field.
11277
112782000-07-24 Andrew Innes <andrewi@gnu.org>
11279
11280 * timer.el (timer-activate-when-idle): Add optional parameter
11281 DONT-WAIT. Update docstring.
11282 (run-with-idle-timer): Specify extra parameter to
11283 timer-activate-when-idle, so that timer will be activated
11284 immediately if Emacs is already idle.
11285
11286 * w32-fns.el (w32-using-nt): Fix docstring.
11287
112882000-07-24 Dave Love <fx@gnu.org>
11289
11290 * mouse.el (popup-menu): Set last-command-event.
11291 (mouse-major-mode-menu-prefix): Declare.
11292
112932000-07-24 Gerd Moellmann <gerd@gnu.org>
11294
11295 * textmodes/flyspell.el: Update to author's version 1.5d.
11296
11297 * progmodes/hideshow.el: Update copyright notice.
11298
11299 * vcursor.el: Set maintainer to FSF, since author cannot
11300 be reached.
11301
113022000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
11303
11304 * info.el (Info-goto-emacs-key-command-node): Leave a space after
11305 the prompt.
11306
11307 * mouse.el (popup-menu): Run the keymap through indirect-function,
11308 in case it was defined with define-prefix-key. If the menu is a
11309 list of keymaps, look up the binding of user's choice in each one
11310 of the keymaps.
11311 (mouse-popup-menubar): If the global and local menu-bar keymaps
11312 don't have a prompt string, create one and insert it into the
11313 keymap. Don't barf if current-local-map returns nil.
11314
113152000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
11316
11317 * dired.el (dired-sort-R-check): Added to allow recursive listing
11318 to be undone.
11319 (dired-sort-other): Use it.
11320
113212000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11322
11323 * Release of cc-mode 5.27
11324
113252000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11326
11327 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
11328 c-beginning-of-statement-1 that caused a bad case of recursion
11329 which could consume a lot of CPU in large classes in languages
11330 that have in-expression classes (i.e. Java and Pike).
11331
11332 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
11333 statements before top level constructs (i.e. case 6 is moved
11334 before case 5 and is now case 4) to catch in-expression
11335 classes in top level expressions correctly.
11336
113372000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11338
11339 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
11340 objc-method-intro. Case 4 removed and case 5I added.
11341
11342 * cc-langs.el (c-append-paragraph-start): New variable used by
11343 c-common-init to get paragraph-start correct.
11344 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
11345 initialize paragraph-start to make it correct both with and
11346 without the javadoc special case.
11347
11348 * cc-mode.el (java-mode): Use c-append-paragraph-start to
11349 initialize paragraph-start for javadoc markup.
11350
11351 * cc-vars.el (c-style-variables-are-local-p): Incompatible
11352 change by defaulting this to t. It's motivated by the
11353 confusing behavior that otherwise arise from the style system
11354 when editing both java and non-java files at the same time
11355 (see the comments about style setting in c-common-init).
11356
113572000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11358
11359 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
11360 similar to the one in c-fill-paragraph to check the fill
11361 prefix from the adaptive fill function for sanity.
11362
113632000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11364
11365 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
11366 defun block.
11367
a30eb617
DL
113682000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11369
11370 * cc-align.el (c-lineup-multi-inher): Handle lines with
11371 leading comma nicely. Extended to handle member initializers
11372 too.
11373
11374 * cc-engine.el: (c-beginning-of-inheritance-list,
11375 c-guess-basic-syntax): Fixed recognition of inheritance lists
11376 when the lines begins with a comma.
11377
a30eb617
DL
11378 * cc-vars.el (c-offsets-alist): Changed default for
11379 member-init-cont to c-lineup-multi-inher since it now handles
11380 member initializers and indents better for leading commas.
11381
113822000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11383
11384 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
11385 handling that caused class open lines to be recognized as
11386 statement-conts in some cases.
11387
11388 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
11389 guessed by the adaptive fill function unless point is on the
11390 first line of a block comment.
11391
11392 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
11393 when the buffer ends with a macro continuation char.
11394
11395 * cc-engine.el (c-guess-basic-syntax): Added support for
11396 function definitions as statements in Pike. The first
11397 statement in a lambda block is now labeled defun-block-intro
11398 instead of statement-block-intro.
11399
11400 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
11401 so that the class surrounding point is selected, not the one
11402 innermost in the state.
11403
11404 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
11405 recognition of switch labels having hanging multiline
11406 statements.
11407
11408 * cc-engine.el (c-beginning-of-member-init-list): Broke out
11409 some code in c-guess-basic-syntax to a separate function.
11410 * cc-engine.el (c-just-after-func-arglist-p): Fixed
11411 recognition of member inits with multiple line arglists.
11412 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
11413 member-init-cont when the commas are in funny places.
11414
114152000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11416
11417 * cc-defs.el (c-auto-newline): Removed this macro since it's
11418 not used anymore.
11419
11420 * cc-engine.el (c-looking-at-bos): New helper function.
11421 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
11422 inexpr and toplevel classes apart in Pike.
11423
11424 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
11425 of case 9A.
11426
11427 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
11428 constant, since "class" can introduce an in-expression class
11429 in Pike nowadays.
11430
114312000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11432
11433 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
11434 indentation on cpp-macro lines.
11435
11436 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
11437 a syntax modifier like comment-intro, to make it possible to
11438 get syntactic indentation for preprocessor directives. It's
11439 incompatible wrt to lineup functions on cpp-macro, but it has
11440 no observable effect in the 99.9% common case where cpp-macro
11441 is set to -1000.
11442
114432000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11444
11445 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
11446 member-init-cont when the preceding arglist is several lines.
11447
114482000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11449
11450 * cc-styles.el (c-style-alist): The basic offset for the BSD
11451 style corrected to 8.
11452
114532000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11454
11455 * cc-styles.el (c-style-alist): Adjusted the indentation of
11456 brace list openers in the gnu style.
11457
114582000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11459
11460 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
11461
11462 * cc-cmds.el (c-electric-brace, c-electric-slash,
11463 c-electric-star, c-electric-semi&comma, c-electric-colon,
11464 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
11465 when c-syntactic-indentation is nil.
11466
11467 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
11468 we were left at comments preceding the first statement when
11469 reaching the beginning of the buffer.
11470
11471 * cc-vars.el (c-syntactic-indentation): New variable to turn
11472 off all syntactic indentation.
11473
114742000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11475
11476 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
11477 between the text and the block comment ender when it hangs,
11478 depending on how many there are before the fill.
11479
114802000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11481
11482 * cc-engine.el (c-beginning-of-closest-statement): New helper
11483 function to go back to the closest preceding statement start,
11484 which could be inside a conditional statement.
11485 * cc-engine.el (c-guess-basic-syntax): Use
11486 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
11487
11488 * cc-engine.el (c-guess-basic-syntax): Better handling of
11489 arglist-intro, arglist-cont-nonempty and arglist-close when
11490 the arglist is nested inside parens. Cases 7A, 7C and 7F
11491 changed.
11492
11493 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
11494 up-to-date with javadoc 1.2.
11495
114962000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11497
11498 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
11499 multiline Pike type decls.
11500
115012000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11502
11503 * cc-cmds.el (c-indent-new-comment-line): Always break
11504 multiline comments in multiline mode, regardless of
11505 comment-multi-line.
11506
115072000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11508
11509 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
11510 fully::qualified::names in C++ member init lists. Preamble in
11511 case 5D changed.
11512
115132000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11514
11515 * cc-langs.el (c-common-init): Handling of obsolete variables
11516 moved to c-initialize-cc-mode. More compatible style override
11517 when using global style variables.
11518 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
11519 variables moved here.
11520
a30eb617
DL
11521 * cc-styles.el (c-make-styles-buffer-local): Flag style
11522 variable localness in c-style-variables-are-local-p to make
11523 the compatibility measure in c-common-init work well.
11524
11525 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
11526 longer contain set-from-style.
11527 * cc-styles.el (c-initialize-builtin-style): Don't check for
11528 set-from-style on c-special-indent-hook.
11529 * cc-styles.el (c-copy-tree): Obsolete. The standard function
11530 copy-alist is sufficient now.
11531
11532 * cc-styles.el (c-set-style, c-set-style-1,
11533 c-get-style-variables): Fixes to variable initialization so
11534 that duplicate entries in styles have the same effect
11535 regardless of DONT-OVERRIDE.
11536
11537 * cc-styles.el (c-set-style-2): Fixed bug where the
11538 initialization of inheriting styles failed when the
11539 dont-override flag is set.
11540
11541 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
11542 on this.
11543
115442000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11545
11546 * cc-defs.el (c-forward-comment): Removed the workaround
11547 introduced in 5.38 since it had worse side-effects. If a line
11548 contains the string "//\"", it regarded the // as a comment
11549 start since the \ temporarily doesn't have escape syntax.
11550
115512000-07-17 Emmanuel Briot <briot@act-europe.fr>
11552
11553 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
11554 ada-xref.el before ada-prj.el, so that the Project menu is created
11555 when ada-prj tries to add to it.
11556 (ada-activate-keys-for-case): Suppress the characters that are not
11557 part of the Ada syntax. Better compatibility with else-mode
11558 (ada-adjust-case-interactive): When auto-casing is not active,
11559 correctly insert newlines (used to insert only ^M). Prevent the
11560 syntax table from being changed in case of an error
11561 (or '_' becomes part of a word and some commands are confused).
11562 Do nothing if ada-auto-case is nil.
11563 (ada-after-keyword-p): Ignore keywords that are also attributes
11564 (ada-batch-reformat): Update usage comment
11565 (ada-call-from-contextual-menu): New function
11566 (ada-case-read-exceptions): Reinitialize the casing exception list
11567 first to nil first, so that the casing exception file can be
11568 shared.
11569 (ada-check-defun-name): Handles "configure" keyword for gnatdist
11570 files.
11571 (ada-compile-goto-error): Fix regexp used to detect a file:line
11572 anywhere in the error message
11573 (ada-contextual-menu-last-point): New variable
11574 (ada-create-keymap): If the variable delete-key-deletes-forward is
11575 t on XEmacs, it means that DEL should delete one character
11576 forward.
11577 (ada-create-menu): Use :included instead of :visible for XEmacs.
11578 New submenu "Options".
11579 (ada-end-stmt-re): Correctly indent "select ... then abort"
11580 statements.
11581 (ada-fill-comment-paragraph): Correctly delete all leading '--'
11582 even if they don't match ada-fill-comment-prefix Fix handling of
11583 paragraphs on the first or last line of a file.
11584 (ada-format-paramlist): Fix handling of default parameter values.
11585 (ada-get-body-name): New function.
11586 (ada-get-current-indent): Optimized by searchling directly for an
11587 existing generic part or a statement outside of it. Handle
11588 ada-indent-align-comments when indenting comments Replaced some
11589 regexps by testing directly the next character. This results in a
11590 huge speedup on some files. New indentation scheme for renames
11591 statements. Stop looking for the 'while' or 'for' associated with
11592 a 'loop' at the first semicolon encountered. A "return" can also
11593 match an anonymous access subprogram declaration.
11594 (ada-get-indent-noindent): Ignore strings and comments when
11595 looking for the keywords "record" and "private".
11596 (ada-goto-matching-decl-start): When matching "if", make sure we
11597 are not in fact seeing "end if". Ignore "when" statements except
11598 when initial keyword was "begin". Fix handling of nested
11599 procedures. Add a recursive call to this function to skip over
11600 other 'end' statmts. Fix indentation for "when .. => begin"
11601 (ada-in-open-paren-p): Fix indentation for complex boolean
11602 expressions, where 'and then', 'or else' and parenthesis
11603 statements are mixed up.
11604 (ada-in-paramlist-p): Skip comments while searching for the
11605 beginning Fix handling of operator declarations.
11606 (ada-indent-align-comments): New variable
11607 (ada-indent-current): Change the syntax table only in the
11608 protected section, so that we are sure it is restored correctly.
11609 (ada-indent-on-previous-lines): Use ada-use-indent and
11610 ada-with-indent Correctly indent "select ... then"
11611 (ada-indent-region): Slight speedup.
11612 (ada-indent-renames): New variable.
11613 (ada-last-which-function-subprog, ada-last-which-function-line):
11614 New variables
11615 (ada-looking-at-semi-private): Correctly indent the 'private'
11616 keyword when it is the first word in a package declaration.
11617 (ada-loose-case-word): Stop searching if at the end of the buffer.
11618 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
11619 even if point is not initially at the end of the word.
11620 (ada-matching-decl-start-re): Add "when".
11621 (ada-mode): Add support for abbrev-mode, outline-mode and
11622 which-func-mode Override the old find-file.el entry in
11623 ff-special-constructs since it is using the obsolete
11624 ada-spec-suffix variable
11625 (ada-no-auto-case): New function
11626 (ada-scan-paramlist): When parsing the argument type, accept
11627 spaces (as in "X 'Class", generated by Rational Rose).
11628 (ada-other-file-name): No longer loads the other file.
11629 (ada-popup-menu): Save and restore the current buffer and cursor
11630 position before and after displaying the menu.
11631 (ada-search-ignore-complex-boolean): New function.
11632 (ada-uncomment-region): Emacs21 already knows how to delete
11633 comments not starting in the first column.
11634 (ada-use-indent): New variable
11635 (ada-which-function): New function.
11636 (ada-with-indent): New variable
11637 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
11638 can be batch-compiled from the command line.
11639
11640 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
11641 Add to the menu when the file is loaded, not in ada-mode-hook.
11642 Add -toolbar to the default ddd command Switches moved from
11643 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
11644 ada-prj-default-comp-opt
11645 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
11646 Reference Manual to the menu
11647 (ada-check-current): rewritten as a call to ada-compile-current
11648 (ada-compile): Removed.
11649 (ada-compile-application, ada-compile-current, ada-check-current):
11650 Set the compilation-search-path so that compile.el automatically
11651 finds the sources in src_dir. Automatic scrollong of the
11652 compilation buffer. C-uC-cC-c asks for confirmation before
11653 compiling
11654 (ada-compile-current): New parameter, prj-field
11655 (ada-complete-identifier): Load the .ali file before doing
11656 processing
11657 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
11658 conform to gnatmake's behavior.
11659 (ada-find-file-in-dir): New function
11660 (ada-find-references): Set the environment variables for gnatfind
11661 (ada-find-src-file-in-dir): New function.
11662 (ada-first-non-nil): Removed
11663 (ada-gdb-application): Add support for jdb, the java debugger.
11664 (ada-get-ada-file-name): Load the original-file first if not done
11665 yet.
11666 (ada-get-all-references): Handles the new ali syntax (parent types
11667 are found between <>).
11668 (ada-initialize-runtime-library): New function
11669 (ada-mode-hook): Always load a project file when a file is opened,
11670 so that the casing exceptions are correctly read.
11671 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
11672 (ada-parse-prj-file): Use find-file-noselect instead of find-file
11673 to open the project file, since the latter does not work with
11674 speedbar Get default values before loading the prj file, or the
11675 default executable file name is wrong. Use the absolute value of
11676 src_dir to initialize ada-search-directories and
11677 compilation-search-path,... Add the standard runtime library to
11678 the search path for find-file.
11679 (ada-prj-default-debugger): Was missing an opening '{'
11680 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
11681 variables.
11682 (ada-prj-default-gnatmake-opt): New variable
11683 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
11684 buffers, the project file is the default one Save the windows
11685 configuration before displaying the menu.
11686 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
11687 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
11688 ...) regexp-quote identifiers names to support operators +,
11689 -,... in regexps.
11690 (ada-remote): New function.
11691 (ada-run-application): Erase the output buffer before starting the
11692 run Support remote execution of the application. Use
11693 call-process, or the arguments are incorrectly parsed
11694 (ada-set-default-project-file): Reread the content of the active
11695 project file, not the one from the current buffer When a project
11696 file is set as the default project, all directories are
11697 automatically associated with it.
11698 (ada-set-environment): New function
11699 (ada-treat-cmd-string): New special variable ${current}
11700 (ada-treat-cmd-string): Revised. The substitution is now done for
11701 any ${...} substring
11702 (ada-xref-current): If no body was found, compiles the spec
11703 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
11704 compiler to get rid of command line length limitations.
11705 (ada-xref-get-project-field): New function
11706 (ada-xref-project-files): New variable
11707 (ada-xref-runtime-library-specs-path)
11708 (ada-xref-runtime-library-ali-path): New variables
11709 (ada-xref-set-default-prj-values): Default run command now does a
11710 cd to the build directory. New field: main_unit Provide a default
11711 file name even if the current buffer has no prj file.
11712
11713 * ada-prj.el:
11714 Rewritten to show a tabbed-dialog.
11715 (ada-prj-add-ada-menu): Remove the map and name parameters.
11716 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
11717 New function
11718 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
11719 (ada-prj-load-from-file): New function
11720 (ada-prj-save): Always save fields that depend on the current buffer
11721 (ada-prj-show-value): New function
11722
11723 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
11724 Ada mode. This will allow us to display the Ada menu in any buffer
11725 we want (for project items).
11726 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
11727 number of spaces in the header.
11728
117292000-07-24 Dave Love <fx@gnu.org>
11730
11731 * ediff-init.el (ediff-region-help-echo): Bind face-help.
11732
117332000-07-23 Noah Friedman <friedman@splode.com>
11734
11735 * type-break.el (type-break): perform autosave.
11736 Suggested by Stephen Gildea <gildea@intouchsys.com>.
11737 (type-break-do-query): Cancel query schedule while performing
11738 actual query, to avoid possibility of a second query being made
11739 while first one is already in progress.
11740 (type-break-time-stamp-format): New variable.
11741 (type-break-time-stamp): New function.
11742 (type-break-time-warning): Use it.
11743 (type-break-keystroke-warning): Use it.
11744 (type-break-noninteractive-query): Use it.
11745
11746 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
11747 cookie.
11748 Use add-minor-mode to set minor-mode-alist, if available.
11749 (eldoc-echo-area-use-multiline-p): New user option.
11750 (eldoc-echo-area-multiline-supported-p): New variable.
11751 (eldoc-docstring-format-sym-doc): Use them.
11752 (eldoc-mode): If not using idle timers, append to local post and
11753 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
11754 (eldoc-display-message-no-interference-p): Don't interfere with
11755 edebug.
11756 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
11757 (eldoc-function-arglist): New function.
11758 (eldoc-function-argstring): Use it.
11759
11760 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
11761 auto save directory exists before calling directory-files.
11762
117632000-07-23 Dave Love <fx@gnu.org>
11764
11765 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
11766 ^o, ^u.
11767
117682000-07-21 Dave Love <fx@gnu.org>
11769
11770 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
11771 now passed to the function. It now works properly.
11772
11773 * smerge-mode.el (smerge-mode-menu): Fill it out.
11774
117752000-07-20 Gerd Moellmann <gerd@gnu.org>
11776
11777 * info-look.el (info-lookup): If *info* is shown in another frame
11778 on the same display, select that frame, instead of switching to
11779 the Info buffer in another window of the selected frame.
11780
11781 * simple.el (universal-argument-map): Bind numeric keypad keys
11782 kp-0 to kp-9 and kp-subtract.
11783 (digit-argument): Handle these keys.
11784
117852000-07-20 Dave Love <fx@gnu.org>
11786
11787 * net/goto-addr.el (goto-address-fontify): Don't bother with
11788 buffer-modified and read-only stuff -- irrelevant with overlays.
11789 Put an extra property on the overlays and use it to clean up in
11790 case goto-address is re-run.
11791
117922000-07-19 Richard M. Stallman <rms@gnu.org>
11793
11794 * timer.el (run-with-idle-timer): Doc fix.
11795
11796 * mail/mail-utils.el (mail-strip-quoted-names):
11797 Handle case where <...> appears inside "...".
11798 Use replace-match to edit the string more simply.
11799 (rmail-dont-reply-to): Cope with an unmatched ".
11800
118012000-07-19 Dave Love <fx@gnu.org>
11802
11803 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
11804 implementation.
11805
11806 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
11807 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
11808 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
11809
118102000-07-19 Gerd Moellmann <gerd@gnu.org>
11811
11812 * textmodes/refer.el: Correct maintainer's email address.
11813
11814 * progmodes/hideif.el: Correct author's email address.
11815 Fix typo in comment.
11816
11817 * xml.el: New file.
11818
11819 * mail/mailheader.el: Correct author's mail address.
11820
11821 * gnus/parse-time.el: Correct author's mail address.
11822
118232000-07-19 Colin Walters <walters@cis.ohio-state.edu>
11824
11825 * comint.el (comint-highlight-input, comint-highlight-face):
11826 New user options.
11827 (comint-input-ring-file-name): Change custom type.
11828 (comint-mode-map): Bind mouse-2.
11829 (comint-insert-clicked-input): New function.
11830 (comint-send-input): Handle input highlighting.
11831
118322000-07-18 Stefan Monnier <monnier@cs.yale.edu>
11833
11834 * mouse.el (popup-menu): New function.
11835 (mouse-major-mode-menu): Use it.
11836
118372000-07-18 Dave Love <fx@gnu.org>
11838
11839 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
11840 improvements.
11841
118422000-07-18 Gerd Moellmann <gerd@gnu.org>
11843
11844 * faces.el (face-font-selection-order)
11845 (face-font-family-alternatives): Add custom type.
11846
118472000-07-18 Dave Love <fx@gnu.org>
11848
11849 * cus-edit.el (custom-variable-reset-saved)
11850 (custom-variable-reset-standard): Remove unused bindings.
11851
11852 * rect.el (open-rectangle-line): Remove unused let.
11853
11854 * hl-line.el (hl-line-highlight): Check hl-line-mode.
11855
118562000-07-18 Gerd Moellmann <gerd@gnu.org>
11857
11858 * cdl.el: Fix `Maintainer' keyword.
11859
11860 * play/pong.el: Add author's email address.
11861
118622000-07-17 Sam Steingold <sds@gnu.org>
11863
11864 * files.el (insert-directory): Call `split-string' instead of
11865 re-implementing it.
11866
118672000-07-18 Gerd Moellmann <gerd@gnu.org>
11868
11869 * mail/vms-pmail.el: Change maintainer to FSF.
11870
11871 * net/goto-addr.el: Change maintainer to FSF.
11872
11873 * info.el (Info-title-face-alist): Removed.
11874
118752000-07-18 David Ponce <david@dponce.com>
11876
11877 * recentf.el (recentf-open-files): New command that works like
11878 `recentf-open-more-files', but shows the whole list of files (not just
11879 those omitted from the menu). Useful if you don't use a menu-bar!
11880 (recentf-open-more-files) Modified to use `recentf-open-files'.
11881
11882 (recentf-open-files, recentf-open-more-files)
11883 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
11884
11885 (recentf-dialog-mode): New mode for dialogs. You can now just type
11886 "q" to cancel the dialogs.
11887
118882000-07-18 David Ponce <david@dponce.com>
11889
11890 * recentf.el: This is a major update of recentf.el. It adds new
11891 features to better organize the recentf menu and "More..." buffer.
11892
11893 Using new provided menu filtering functions you can now organize the
11894 recent files list:
11895
11896 - by major modes
11897 - by directories
11898 - by user defined rules
11899
11900 Finally, with the new `recentf-filter-changer' customizable filter you
11901 can define a ring of filters and dynamically (via the menu) cycle on
11902 each menu organization in the ring (a la msb).
11903
119042000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
11905
11906 * eshell/eshell.el (eshell): Replace links to eshell.info with
11907 links to eshell, to avoid problems on systems where the manual is
11908 installed as `eshell'.
11909 * eshell/esh-cmd.el (eshell-cmd): Ditto.
11910 * eshell/em-smart.el (eshell-smart): Ditto.
11911 * eshell/em-banner.el (eshell-banner): Ditto.
11912 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
11913
11914 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
11915 same-file check in the MS-DOS version (it does support inodes).
11916
11917 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
11918
11919 * eshell/eshell.el (eshell-directory-name):
11920 Run default directory name through convert-standard-filename.
11921
119222000-07-18 Kenichi Handa <handa@etl.go.jp>
11923
11924 * international/mule-cmds.el (select-safe-coding-system):
11925 Fix typo in the comment.
11926
11927 * language/european.el (compound-text):
11928 Force katakana-jisx0201 to be designated to G1.
11929
11930 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
11931 Don't translate some national variant characters of latin-jisx0201.
11932 (x-ctext): Force katakana-jisx0201 to be designated to G1.
11933
11934 * international/kkc.el (kkc-after-update-conversion-functions):
11935 New variable.
11936 (kkc-update-conversion): Run functions in it at the tail.
11937
119382000-07-16 John Wiegley <johnw@gnu.org>
11939
11940 * lisp/align.el (align-newline-and-indent):
11941 Adding new function. for auto-aligning blocks of code on RET.
11942 (align-region): Fixed badly formatted minibuffer message.
11943
119442000-07-17 Kenichi Handa <handa@etl.go.jp>
11945
11946 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
11947 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
11948 the conversion list at first if appropriate.
11949 (kkc-next): Don't update kkc-next-count here.
11950 (kkc-prev): Don't update kkc-prev-count here.
11951 (kkc-show-conversion-list-update): Fix setting up of conversion
11952 list message.
11953
119542000-07-16 Stefan Monnier <monnier@cs.yale.edu>
11955
11956 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
11957
119582000-07-16 Dave Love <fx@gnu.org>
11959
11960 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
11961 function to be more specific.
11962
11963 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
11964 non-string help-echo.
11965 (widget-types-convert-widget): Defsubst it.
11966 (widget-echo-help): Try to cope with a help-echo function of two
11967 possible sorts.
11968
119692000-07-15 Jason Rumney <jasonr@gnu.org>
11970
11971 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
11972 Declare as obsolete.
11973
11974 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
11975
119762000-07-14 Gerd Moellmann <gerd@gnu.org>
11977
11978 * hilit-chg.el: Fix typo.
11979
119802000-07-14 Dave Love <fx@gnu.org>
11981
11982 * info.el (Info-mode-menu): Fix use of :help, :enable.
11983
119842000-07-14 Stefan Monnier <monnier@cs.yale.edu>
11985
11986 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
11987
119882000-07-13 Dave Love <fx@gnu.org>
11989
11990 * emacs-lisp/easymenu.el: Doc fixes.
11991 (easy-menu-remove): Defalias to ignore.
11992
11993 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
11994 Call throw correctly.
11995
119962000-07-13 Gerd Moellmann <gerd@gnu.org>
11997
11998 * faces.el (frame-background-mode): Doc fix.
11999
12000 * simple.el (eval-expression-print-length): Change custom type to
12001 allow entering nil as value.
12002
120032000-07-13 Dave Love <fx@gnu.org>
12004
12005 * progmodes/fortran.el (fortran-imenu-generic-expression):
12006 Change definition layout.
12007 (fortran-mode-menu): Reinstate customize entries.
12008
12009 * cus-edit.el (custom-group-menu-create, customize-menu-create):
12010 Use :filter, per old XEmacs code.
12011
120122000-07-12 Gerd Moellmann <gerd@gnu.org>
12013
12014 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
12015 event when deciding what to send to the terminal.
12016
120172000-07-12 Dave Love <fx@gnu.org>
12018
12019 * cus-start.el: Add optional version as 4th element of specs and
12020 use it for several things new in v21. Remove load-path. Fix type
12021 of line-number-display-limit.
12022
120232000-07-11 Dave Love <fx@gnu.org>
12024
12025 * progmodes/fortran.el: Don't require easymenu.
12026 Use repeat counts in various regexps.
12027 (fortran-mode-syntax-table): Defvar directly.
12028 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
12029 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
12030 Use defvar, not defconst.
12031 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
12032 (fortran-mode): Set fortran-comment-line-start-skip,
12033 fortran-comment-line-start-skip, dabbrev-case-fold-search.
12034 (fortran-comment-indent): Use defsubst.
12035 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
12036 Use fortran-comment-indent, not fortran-comment-indent-function.
12037 (fortran-comment-region, fortran-electric-line-number): Simplify.
12038 (fortran-auto-fill): New function.
12039 (fortran-do-auto-fill): Deleted.
12040 (fortran-find-comment-start-skip):
12041 Check for non-null comment-start-skip.
12042 (fortran-auto-fill-mode, fortran-fill-statement):
12043 Use fortran-auto-fill.
12044 (fortran-fill): Use fortran-auto-fill. Check for null
12045 comment-start-skip. Simplify final clause and use end-of-line finally.
12046
12047 * widget.el (widget-plist-member): New alias.
12048
120492000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
12050
12051 * eshell/esh-module.el (toplevel): Reference
12052 byte-compile-current-file only if it is bound.
12053
120542000-07-10 Gerd Moellmann <gerd@gnu.org>
12055
12056 * dired.el: Don't require `dired-aux'.
12057
120582000-07-10 Miles Bader <miles@lsi.nec.co.jp>
12059
12060 * dired-aux.el (dired-show-file-type): New function.
12061 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
12062 (dired-show-file-type): Add autoload.
12063
120642000-07-10 Kenichi Handa <handa@etl.go.jp>
12065
12066 * international/mule-diag.el (describe-font): Adjusted for the
12067 change of fontset-info.
12068 (print-fontset): Likewise.
12069
120702000-07-09 Stefan Monnier <monnier@cs.yale.edu>
12071
12072 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
12073
120742000-07-07 Gerd Moellmann <gerd@gnu.org>
12075
12076 * bindings.el: Bind `[delete]' to delete-char.
12077
12078 * dired.el (dired-find-alternate-file): New function.
12079 (dired-mode-map): Bind `a' to dired-find-alternate-file.
12080 (toplevel): Require dired-aux when compiling.
12081 (dired-buffers): Move defvar within file to avoid compiler warning.
12082
12083 * info.el (Info-last-search): Variable removed.
12084 (Info-search-history): New variable.
12085 (Info-search): New Info-search-history.
12086
12087 * battery.el, info-look.el: Change author's mail address.
12088
120892000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12090
12091 * mail/rmail.el (rmail-clear-headers): Don't throw an error
12092 if rmail-ignored-headers is nil.
12093 (rmail-retry-failure): Bind rmail-ignored-headers and
12094 rmail-displayed-headers to nil.
12095
120962000-07-06 Gerd Moellmann <gerd@gnu.org>
12097
12098 * lpr.el (lpr-page-header-switches): Add `-h' switch.
12099 (print-region-1): Don't hard code `-h' here.
12100
12101 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
12102
121032000-07-01 Francesco Potorti` <pot@gnu.org>
12104
12105 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
12106 exim can use "your message" instead of "the message".
12107
121082000-07-06 Stefan Monnier <monnier@cs.yale.edu>
12109
12110 * facemenu.el: Docstrings fixes.
12111 (facemenu-get-face): Don't use internal-find-face.
12112 (facemenu-iterate): Rename arg to match the docstring.
12113
12114 * newcomment.el (uncomment-region): Be more careful when skipping
12115 backwards over `=' not to bump into BOBP.
12116
121172000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
12118
12119 * ediff-diff.el (ediff-wordify): Use syntax table.
12120 * ediff-init.el (ediff-has-face-support-p): Use
12121 ediff-color-display-p.
12122 (ediff-color-display-p): Use display-color-p, changed to defun
12123 from defsubst.
12124 Got rid of special cases for NeXT and OS/2.
12125 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
12126 face.
12127
121282000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12129
12130 * emacs-lisp/lucid.el: Require CL.
12131 (copy-tree, remprop): Remove, it's provided by CL.
12132 (map-keymap): Define in terms of cl-map-keymap.
12133 (extent-property, set-extent-end-glyph): New functions.
12134
12135 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
12136
121372000-07-05 Gerd Moellmann <gerd@gnu.org>
12138
12139 * Makefile.in (DONTCOMPILE): Add comment that the name may
12140 not be changed without changing the make-dist script.
12141
12142 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
12143 (cl-mapc): Use mapc instead of cl-old-mapc.
12144
121452000-07-05 Andrew Innes <andrewi@gnu.org>
12146
12147 * makefile.nt: Add support for `bootstrap' and related targets.
12148
121492000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12150
12151 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
12152 (easy-menu-do-define): Use `menu-item' format.
12153 Handle case where easy-menu-create-menu returns a symbol.
12154 Manually call the potential top-level filter in the function binding.
12155 (easy-menu-filter-return): New arg NAME.
12156 Convert to a keymap if MENU is an XEmacs menu.
12157 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
12158 (easy-menu-converted-items-table, easy-menu-convert-item):
12159 New var and fun to memoize easy-menu-convert-item-1.
12160 (easy-menu-do-add-item): Use it.
12161 (easy-menu-create-menu): Use easy-menu-convert-item.
12162 Wrap easy-menu-filter-return around any :filter specification.
12163 Don't convert the menu if a filter was specified.
12164 Tell easy-menu-make-symbol not to check for MENU being an expression.
12165 (easy-menu-make-symbol): New arg NOEXP.
12166
121672000-07-05 Gerd Moellmann <gerd@gnu.org>
12168
12169 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
12170 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
12171 (eval-defun): If called with prefix arg, instrument code for
12172 Edebug.
12173
12174 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
12175 similar to that of eval-defun.
12176
121772000-07-04 Dave Love <fx@gnu.org>
12178
12179 * hl-line.el (hl-line-overlay): Make it permanent-local.
12180
12181 * calendar/todo-mode.el: Replaced with a working version, based on
12182 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
12183
121842000-07-03 Miles Bader <miles@lsi.nec.co.jp>
12185
12186 * paths.el (prune-directory-list): New function.
12187 (Info-default-directory-list): Rewritten to more methodically
12188 enumerate a big list of possible info directories (based on the
12189 list used by the standalone info reader).
12190
12191 * info.el (info-initialize): Use prune-directory-list to remove
12192 non-existent directories from Info-directory-list.
12193
12194 * paths.el (Info-default-directory-list): Try a list of possible
12195 info-directories instead of a single one. Add the possible
12196 info directory "/usr/share/info".
12197
12198 * woman.el (woman-man.conf-path): Explicitly include the debian
12199 man-db config file "/etc/manpath.config".
12200 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
12201 are present in `manpath.config'.
12202 (woman-manpath): Include "/usr/share/man".
12203
122042000-07-03 Gerd Moellmann <gerd@gnu.org>
12205
12206 * frame.el (blink-cursor-mode): Don't hide cursor initially.
12207
12208 * startup.el (command-line): Initialize blink-cursor based
12209 on window-system.
12210
12211 * frame.el (blink-cursor): Default to nil if not running under
12212 a window-system.
12213
12214 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
12215 (face-x-resources): Remove duplicate entry for :font.
12216
12217 * textmodes/refer.el (refer-find-entry-internal): Use some-window
12218 instead of cycling through windows with next-window.
12219
12220 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
12221 of cycling through windows with next-window.
12222
12223 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
12224 of cycling through windows with next-window.
12225
12226 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
12227 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
12228 instead of cycling through windows with next-window.
12229
12230 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
12231 instead of cycling through windows with next-window.
12232
12233 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
12234 of cycling through windows with next-window.
12235
12236 * terminal.el (te-process-output): Use walk-windows instead of
12237 cycling through windows with next-window.
12238
12239 * server.el (server-switch-buffer): Use some-window instead of
12240 cycling through windows with next-window.
12241
12242 * window.el (some-window): New function.
12243 (walk-windows): Remove reference to walk-windows-start.
12244
12245 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
12246
122472000-07-03 Richard Stallman <rms@gnu.org>
12248
12249 * window.el (walk-windows): Guarantee termination by keeping a list
12250 of all the windows already handled.
12251
122522000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
12253
12254 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
12255 window-system.
12256
12257 * man.el (Man-notify-when-ready): Don't use window-system. If
12258 Man-notify-method is newframe, and the display is not
12259 multi-frame, select the frame created for the man page.
12260 (Man-init-defvars): Doc fix.
12261
122622000-06-28 Gerd Moellmann <gerd@gnu.org>
12263
12264 * faces.el (region): Change background color for light background.
12265
12266 * ediff-wind.el (ediff-setup-control-frame): Remove :box
12267 attribute from mode-line face of Ediff control frame.
12268
12269 * replace.el (query-replace-map): Bind `e' like `E'.
12270
122712000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
12272
12273 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
12274 Change name to "Select All".
12275
12276 * dos-fns.el (convert-standard-filename): Fix last change.
12277
122782000-06-27 Gerd Moellmann <gerd@gnu.org>
12279
12280 * help.el (describe-variable): Don't insert a second `'s' in front
12281 of the string `value is shown below'. Since the syntax-table is
12282 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
12283 an existing `'s', so that this won't be deleted.
12284
12285 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
12286 * pcmpl-unix.el: New files.
12287
122882000-06-26 Stefan Monnier <monnier@cs.yale.edu>
12289
12290 * wid-edit.el (widget-member): Use the new plist-member.
12291
122922000-06-26 Gerd Moellmann <gerd@gnu.org>
12293
12294 * replace.el (perform-replace): Undo change of 2000-04-04.
12295 Instead, move backward 1 character at the end of the loop when
12296 necessary.
12297
12298 * faces.el (fringe): Change face for different backgrounds.
12299
12300 * eshell/esh-module.el (toplevel): Load defgroup's differently;
12301 patch from John.
12302
12303 * eshell/*.el: Change spelling of the Free Software Foundation.
12304
12305 * eshell/esh-toggle.el: Removed.
12306
12307 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
12308
12309 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
12310 interactively.
12311
123122000-06-26 Alex Schroeder <alex@gnu.org>
12313
12314 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
12315 `define-key'; instead of checking `(emacs-version)' check for
12316 `set-keymap-parent' and `set-keymap-name' directly. Add entries
12317 for `;' and `o' which might be electric.
12318
12319 (sql-electric-stuff): New user option.
12320 (sql-magic-go): New function which uses `sql-electric-stuff'.
12321 (sql-magic-semicolon): New function which uses
12322 `sql-electric-stuff'.
12323
12324 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
12325 is not fboundp.
12326
12327 (sql-oracle-options): New variable.
12328 (sql-oracle): Use it.
12329
12330 (sql-imenu-generic-expression): Doc change.
12331 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
12332 is used.
12333
12334 (sql-informix): Added command line parameter "-" to force
12335 sql-informix-program to use stdout.
12336
123372000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
12338
12339 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
12340 (cp864-decode-table): Doc fix.
12341 (cp720-decode-table): New variable, supports the Arabic OEM
12342 codepage used by Windows.
12343 (cp737-decode-table): New, Greek OEM codepage used by Windows.
12344
123452000-06-23 Dave Love <fx@gnu.org>
12346
12347 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
12348 (font-lock-fontify-anchored-keywords): Use
12349 line-beginning-position.
12350 (global-font-lock-mode): Use mapc.
12351
123522000-06-23 Stefan Monnier <monnier@cs.yale.edu>
12353
12354 * eshell/esh-module.el: Require CL when compiling.
12355
123562000-06-23 Gerd Moellmann <gerd@gnu.org>
12357
12358 * comint.el (comint-substitute-in-file-name): Call replace-match
12359 with second and third arg t.
12360
12361 * cus-edit.el (custom-button-face, custom-button-pressed-face):
12362 Specify foreground color.
12363
12364 * faces.el (tool-bar, mode-line, header-line): Specify foreground
12365 color.
12366
12367 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
12368
12369 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
12370 cddr instead of cdddr.
12371
12372 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
12373 instead of copy-list.
12374
12375 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
12376 of copy-list.
12377
12378 * subdirs.el: Add eshell subdirectory.
12379
12380 * eshell: New subdirectory containing the Eshell package.
12381
12382 * pcomplete.el: New file.
12383
123842000-06-23 Paul Eggert <eggert@twinsun.com>
12385
12386 * mail/mailpost.el (post-mail-send-it): Make sure file has
12387 proper permissions from birth.
12388
12389 * files.el (basic-save-buffer-2): When temporarily setting
12390 file modes, set them to current modes plus 0200, not to 0777.
12391
12392 * emerge.el (emerge-make-temp-file): Make sure file has proper
12393 permissions from birth.
12394
123952000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
12396
12397 * files.el (make-backup-file-name-1): On DOS/Windows, run the
12398 backup file name through convert-standard-filename.
12399
12400 * dos-fns.el (convert-standard-filename): Convert leading
12401 directories as well. When long file names are supported, convert
12402 characters that are invalid in Windows file names.
12403
124042000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12405
12406 * ps-print.el: Fix bug: if ^L is the very first buffer character,
12407 ps-print crashes. New feature: page selection for printing. Create
12408 raw-text-unix coding system for XEmacs. Doc fix.
12409 (ps-print-version): New version number (5.2.3).
12410 (ps-plot-region): Bug fix.
12411 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
12412 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
12413 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
12414 funs.
12415 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
12416 (ps-last-page): New vars.
12417
124182000-06-21 Gerd Moellmann <gerd@gnu.org>
12419
12420 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
12421 empty option string.
12422
124232000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
12424
12425 * man.el (man): Doc fix.
12426
124272000-06-21 Kenichi Handa <handa@etl.go.jp>
12428
12429 * international/mule-cmds.el (set-language-info-alist): Docstring
12430 fixed.
12431
124322000-06-20 Gerd Moellmann <gerd@gnu.org>
12433
12434 * version.el (emacs-version): Use ISO date format.
12435
12436 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
12437 instead of `M-backspace'.
12438
12439 * simple.el (turn-off-auto-fill): New function.
12440
124412000-06-20 Stefan Monnier <monnier@cs.yale.edu>
12442
12443 * jit-lock.el (with-buffer-prepared-for-jit-lock):
12444 Renamed from with-buffer-prepared-for-font-lock and use
12445 inhibit-modification-hooks rather than setting *-change-functions.
12446 Update all functions to use the new name.
12447 (jit-lock-first-unfontify-pos): New semantics (and doc).
12448 (jit-lock-mode): Make non-interactive.
12449 Don't automatically turn on font-lock.
12450 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
12451 Always use jit-lock-after-change.
12452 Remove and restore font-lock-after-change-function.
12453 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
12454 (jit-lock-after-unfontify-buffer): Remove.
12455 (jit-lock-stealth-fontify):
12456 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
12457 (jit-lock-after-change): Set the `fontified' text-prop to nil.
12458
124592000-06-20 Sam Steingold <sds@gnu.org>
12460
12461 * emacs-lisp/cl-indent.el (toplevel): Indent
12462 `print-unreadable-object' properly. Untabify.
12463
124642000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12465
12466 * textmodes/reftex.el (reftex-find-citation-regexp-format):
12467 Support for bibentry.
12468 (reftex-compile-variables): Fixed problem with end of section-re.
12469
12470 * texmodes/reftex-dcr.el (reftex-view-crossref,
12471 reftex-view-crossref-from-bibtex):
12472 Deal with changed `reftex-find-citation-regexp-format'.
12473 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
12474 Replaced `remprop' with `put'.
12475 (reftex-view-crossref, reftex-view-crossref-when-idle):
12476 Support for bibentry.
12477
12478 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12479 New entry for bibentry package.
12480
12481 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
12482 Regexp also matches "\nobibliography".
12483
12484 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
12485 Call `reftex-ensure-write-access' before doing anything.
12486 (reftex-ensure-write-access): New function.
12487
124882000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12489
12490 * progmodes/idlwave.el: File re-installed (update to version 4.2)
12491
12492 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
12493
12494 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
12495
12496 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
12497
12498
124992000-06-20 Dave Love <fx@gnu.org>
12500
12501 * faces.el (frame-background-mode): Use set-default, not set, in
12502 setter.
12503 (frame-update-faces, frame-update-face-colors): Define with
12504 defalias.
12505
12506 * enriched.el (enriched-decode-foreground)
12507 (enriched-decode-background): Don't use internal-find-face.
12508
12509 * apropos.el: Doc fixes.
12510
12511 * cus-edit.el (customize-changed-options): Check arg.
12512 (customize-version-lessp): Don't require decimal point.
12513
12514 * custom.el (defcustom, defgroup): Doc fix.
12515
12516 * newcomment.el (comment) <defgroup>: Add :version.
12517 (comment-multi-line): Doc fix.
12518
12519 * emulation/mlsupport.el (define-hooked-local-abbrev,
12520 define-hooked-global-abbrev): Fix, using define-abbrev.
12521
125222000-06-19 Gerd Moellmann <gerd@gnu.org>
12523
12524 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
12525 the whole buffer.
12526
125272000-06-19 Dave Love <fx@gnu.org>
12528
12529 * menu-bar.el (menu-bar-options-save): New function.
12530 (menu-bar-options-menu): Use it.
12531 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
12532 Simplify.
12533
125342000-06-19 Andreas Schwab <schwab@suse.de>
12535
12536 * progmodes/etags.el (tags-query-replace): Put new parameters
12537 START and END at the end, for backward compatibility.
12538
125392000-06-19 Kenichi Handa <handa@etl.go.jp>
12540
12541 * international/codepage.el:
12542 (cp-coding-system-for-codepage-1): Delete special codes for
12543 generating xxx-dos coding system because now a CCL based coding
12544 system can handle EOL conversion by default.
12545
12546 * international/mule.el (make-coding-system): Generate subsidiary
12547 coding systems for EOL handling variants even for a CCL based
12548 coding system.
12549
125502000-06-19 Kenichi Handa <handa@etl.go.jp>
12551
12552 * international/isearch-x.el (isearch-minibuffer-input-method)
12553 (isearch-minibuffer-input-method-function): These variables
12554 deleted.
12555 (isearch-with-input-method): Don't use the above variables.
12556 (isearch-process-search-multibyte-characters): Likewise. Call
12557 read-string with the arg INHERIT-INPUT-METHOD t.
12558
125592000-06-17 Stefan Monnier <monnier@cs.yale.edu>
12560
12561 * font-lock.el (font-lock-after-fontify-buffer)
12562 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
12563
12564 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
12565 Use consistent make-local-variable style for font-lock-fontified.
12566 (jit-lock-fontify-buffer):
12567 Don't bother checking for font-lock-mode and jit-lock-mode.
12568
12569 * time.el: Remove trailing ^M that prevent CVS-merging.
12570
125712000-06-16 Gerd Moellmann <gerd@gnu.org>
12572
12573 * Makefile.in (distclean): New target.
12574
125752000-06-16 Stefan Monnier <monnier@cs.yale.edu>
12576
12577 * Makefile.in (srcdir): Define for update-subdirs.
12578
125792000-06-16 Gerd Moellmann <gerd@gnu.org>
12580
12581 * find-lisp.el: New file.
12582
125832000-06-16 Andrew Innes <andrewi@gnu.org>
12584
12585 * time.el (display-time-mail-function): New variable, to allow
12586 external packages to indicate when new mail is available.
12587 (display-time-update): Use it.
12588
125892000-06-16 Kenichi Handa <handa@etl.go.jp>
12590
12591 * international/mule.el (mule-version): Change version name to
12592 SAKAKI. AOI has already been used by Meadow.
12593
12594 * international/quail.el (quail-show-guidance-buf): To find the
12595 bottom window (but minibuffer), pay attention to the height of
12596 minibuffer.
12597
125982000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
12599
12600 * arc-mode.el (archive-mode-map): Use the new menu-item format for
12601 menu-bar menus. Add help strings. Don't remove the Edit menu
12602 from the menu bar, as the menu bar has enough space now.
12603
12604 * Makefile.in (SHELL): Make sure /bin/sh is used.
12605
12606 * woman.el (woman-man-buffer): Fix bold and underlined CJK
12607 characters, which use series of two ^H characters instead of one.
12608
126092000-06-15 Gerd Moellmann <gerd@gnu.org>
12610
12611 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
12612 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
12613 functions.
12614 (Info-find-node-2): Try a case-sensitive search first, then
12615 do a case-insensitive search.
12616
12617 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
12618 tutorials.
12619
12620 * complete.el (PC-env-vars-alist): New variable.
12621 (PC-complete-as-file-name): New function.
12622 (partial-completion-mode): Initialize PC-env-vars-alist from
12623 process-environment.
12624 (PC-do-completion): Handle completion of env vars.
12625
12626 * info.el (Info-set-mode-line): Show file name in mode line,
12627 use `*Info*' instead of `Info:'.
12628
12629 * startup.el (command-line-1): Change copyright messages to year
12630 2000.
12631
126322000-06-15 Dave Love <fx@gnu.org>
12633
12634 * net/goto-addr.el (goto-address-fontify): Use keymap property,
12635 not local-map.
12636
126372000-06-15 Kenichi Handa <handa@etl.go.jp>
12638
12639 * international/mule.el (set-buffer-file-coding-system): Almost
12640 rewritten to handle `undecided' as no-op.
12641
126422000-06-14 Gerd Moellmann <gerd@gnu.org>
12643
12644 * Makefile.in: New file.
12645
12646 * Makefile: Removed.
12647
12648 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
12649 (goto-address-highlight-keymap): Bind C-c RET.
12650
126512000-06-14 Kenichi Handa <handa@etl.go.jp>
12652
12653 * mail/sendmail.el (sendmail-send-it): The temporary buffer
12654 inherits buffer-file-coding-system of the current buffer.
12655
12656 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
12657 0. Give correct argument to set-auto-coding-function.
12658 (tar-expunge): For goto-char, use (point-min), not 0.
12659 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
12660 (tar-subfile-save-buffer): Likewize.
12661
12662 * international/mule.el
12663 (after-insert-file-set-buffer-file-coding-system): Call
12664 set-buffer-file-coding-system with the arg FORCE t.
12665
126662000-06-13 Gerd Moellmann <gerd@gnu.org>
12667
12668 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
12669 nil. Contemporary sendmails issue an X-Authentication-Warning if
12670 the sender is set with `-f'.
12671
126722000-06-13 Dave Love <fx@gnu.org>
12673
12674 * help.el (describe-function-1): Kluge around cases of functions
12675 fset to subrs whose doc doesn't match their symbol-name.
12676
12677 * image.el (insert-image): Default STRING to a space.
12678
12679 * info.el Doc fixes.
12680 (Info-build-node-completions): Match Ref tags.
12681
126822000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
12683
12684 * frame.el (display-multi-frame-p, display-multi-font-p): New
12685 defaliases for display-graphic-p.
12686
12687 * hl-line.el: Fixed a typo in commentary.
12688
126892000-06-13 Kenichi Handa <handa@etl.go.jp>
12690
12691 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
12692 fixed.
12693
126942000-06-12 Dave Love <fx@gnu.org>
12695
12696 * image.el (insert-image): Save a little consing.
12697
126982000-06-12 Kenichi Handa <handa@etl.go.jp>
12699
12700 * language/tibet-util.el: Convert all tibetan-1-column characters
12701 to the corresponding tibetan characters.
12702 (tibetan-add-components): Delete code for the special treatment of
12703 'a chung.
12704
12705 * language/tibetan.el (tibetan-composable-pattern): Fix previous
12706 change.
12707 (tibetan-vowel-transcription-alist): More rules added.
12708 (tibetan-composite-vowel-alist): New variable.
12709 (tibetan-precomposition-rule-alist): More rules added.
12710
127112000-06-12 Stefan Monnier <monnier@cs.yale.edu>
12712
12713 * startup.el (command-line): Only call menu-bar-mode if interactive.
12714
12715 * thingatpt.el (toplevel symbol-properties):
12716 * textmodes/makeinfo.el (makeinfo-compile):
12717 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
12718 * progmodes/hideif.el (hif-compress-define-list)
12719 (hide-ifdef-use-define-alist):
12720 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
12721 (ange-ftp-vms-add-file-entry):
12722 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
12723 * man.el (Man-build-man-command):
12724 * mail/rnewspost.el (news-reply-header-hook):
12725 * info.el (Info-insert-dir):
12726 * emulation/mlconvert.el (backward-word, forward-word, setq):
12727 * emacs-lisp/gulp.el (gulp-send-requests):
12728 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
12729 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
12730 (byte-optimize-apply, end of file):
12731 * emacs-lisp/advice.el (ad-advice-class-completion-table)
12732 (ad-make-freeze-definition):
12733 * startup.el (command-line, command-line-1): Don't quote lambdas.
12734
12735 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
12736 (cvs-cleanup-removed): New function.
12737 (cvs-cleanup-functions): New var.
12738 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
12739 some flexibility in specifying additional entries to auto-cleanup.
12740 (cvs-quickdir): New function.
12741 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
12742 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
12743 (cvs-mode-find-file): Check that we are on a filename or dirname
12744 when invoked through a mouse-click.
12745 (cvs-full-path): Remove.
12746 (cvs-dired-action): Re-introduced.
12747 (cvs-dired-noselect): Use it.
12748 (vc-post-command-functions): use this new hook if available.
12749
12750 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
12751 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
12752 (cvs-filename-map, cvs-dirname-map): Remove.
12753 (cvs-default-action): Remove.
12754 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
12755 if the arg is really a keymap.
12756 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
12757 Don't hardcode the mapping from state (aka type) to face, but check
12758 the var cvs-fi-<type>-face instead.
12759 (cvs-fileinfo-from-entries): New function.
12760
12761 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
12762 Docstring fix.
12763 (cvs-find-file-and-jump): Change default to be safer.
12764 (cvs-mode-diff-map): Define it as a function as well.
12765 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
12766 Bind mouse-2 in this global map rather than with text-properties.
12767
12768 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
12769 file to resolve the ambiguity between C(conflict) and C(need-merge).
12770
127712000-06-12 Kenichi Handa <handa@etl.go.jp>
12772
12773 * international/mule.el (set-buffer-file-coding-system): If
12774 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
12775 unconditionally.
12776
127772000-06-12 Dave Love <fx@gnu.org>
12778
12779 * wid-edit.el (widget-specify-button): Really suppress the face if
12780 required.
12781
127822000-06-11 Gerd Moellmann <gerd@gnu.org>
12783
12784 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
12785
127862000-06-11 Stefan Monnier <monnier@cs.yale.edu>
12787
12788 * imenu.el (imenu-generic-expression): Docstring fix.
12789
12790 * composite.el (composition-function-table): Move the `put'
12791 below the autoload cookie so we can load the file before loaddefs.
12792
12793 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
12794
12795 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
12796 Handle easy-mmode-define-global-mode.
12797 For complex macros like define-minor-mode that can generate
12798 several autoload entries, try to autoload entries in the
12799 macroexpanded code.
12800
12801 * emacs-lisp/easy-mmode.el (define-minor-mode):
12802 If KEYMAP is a symbol, just use it.
12803 Use byte-compile-current-file and load-file-name to infer the
12804 proper :require to pass to defcustom.
12805 Wrap the hook var into `progn' so as not to autoload it.
12806 Add a :autoload-end cookie.
12807 Be more careful about the evaluation of KEYMAP.
12808 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
12809 (define-derived-mode): Move define-abbrev-table outside of defvar.
12810
128112000-06-10 Stefan Monnier <monnier@cs.yale.edu>
12812
12813 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
12814 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
12815 (backup-compiled-files): Ignore errors during `tar'.
12816 (bootstrap): Make autoloads before elc files.
12817
128182000-06-10 Kenichi Handa <handa@etl.go.jp>
12819
12820 * international/mule.el (set-buffer-file-coding-system): If one of
12821 undecided-XXX is specified, change only EOL conversion.
12822
12823 * international/mule-conf.el (unix): New alias for the coding
12824 system undecided-unix.
12825
128262000-06-09 Dave Love <fx@gnu.org>
12827
12828 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
12829
12830 * progmodes/executable.el: Byte compile dynamic.
12831 (executable-insert): Change custom type.
12832 (executable-find): Add autoload cookie.
12833 (executable-make-buffer-file-executable-if-script-p): New
12834 function. After Noah Friedman.
12835
12836 * files.el (after-save-hook): Customize, with
12837 executable-make-buffer-file-executable-if-script-p as an option.
12838
128392000-06-09 Kenichi Handa <handa@etl.go.jp>
12840
12841 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
12842 "tib24p-mule.bdf" for Tibetan.
12843
12844 * composite.el (decompose-composite-char): Declare it as obsolete.
12845
12846 * man.el (Man-fontify-manpage): Pay attention to underline and
12847 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
12848
128492000-06-08 Gerd Moellmann <gerd@gnu.org>
12850
12851 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
12852 Set maintainer to FSF since author isn't reachable.
12853
128542000-06-08 Dave Love <fx@gnu.org>
12855
12856 * international/mule-cmds.el (select-safe-coding-system): If
12857 DEFAULT-CODING-SYSTEM is not specified, also check the most
12858 preferred coding-system if buffer-file-coding-system is
12859 `undecided'. From Handa.
12860
128612000-06-08 Kenichi Handa <handa@etl.go.jp>
12862
12863 * international/mule.el
12864 (after-insert-file-set-buffer-file-coding-system): If the buffer
12865 size is greater than INSERTED, judget that we are not visiting.
12866
128672000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
12868
12869 * whitespace.el (defgroup whitespace): Comment out `:version'.
12870 XEmacs 20.4 has problems defining the group with this present.
12871 We'll have this commented out till get resolve the problem.
12872
128732000-06-07 John Wiegley <johnw@gnu.org>
12874
12875 * align.el (align-dq-string-modes, align-sq-string-modes)
12876 (align-open-comment-modes): Add pyhton-mode.
12877 (align-rules-list): Use get-text-property instead of
12878 text-properties-at.
12879 (align-rules-list): Add python-assignment.
12880 (align-rules-list): Change perl-comma-delimiter to
12881 basic-comma-delimiter. Use if for Perl modes and python-mode.
12882 (align-rules-list): Add python-chain-logic and
12883 basic-line-continuation.
12884
128852000-06-07 Jari Aalto <jari.aalto@poboxes.com>
12886
12887 * apropos.el (apropos-mode-hook): New user variable.
12888 (apropos-mode): Run apropos-mode-hook.
12889
128902000-06-07 David Ponce <david@dponce.com>
12891
12892 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
12893 commands. Require `wid-edit' at run-time.
12894
128952000-06-07 David Ponce <david@dponce.com>
12896
12897 * recentf.el: Added some "Commentary".
12898 (recentf-open-more-files, recentf-edit-list): Minor changes to
12899 move the point at the top of the file list. This behaviour is
12900 consistent with the menu one when the list contains a lot of
12901 files.
12902 (recentf-cleanup): Now displays the number of items removed from
12903 the list.
12904 (recentf-relative-filter) New menu filter to show filenames
12905 relative to `default-directory'.
12906
129072000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12908
12909 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
12910 with/without giving an error if PostScript printer doesn't have this
12911 kind of page size. Zebra Stripe continues or restarts on next page.
12912 Manual/automatic paper feeding. Switch or not the header.
12913 (ps-print-version): New version number (5.2.2).
12914 (ps-windows-system): Include emx as a Windows system.
12915 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
12916 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
12917 (ps-background-text): Code fix.
12918 (ps-error-handler-message, ps-user-defined-prologue)
12919 (ps-print-prologue-header, ps-printer-name)
12920 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
12921 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
12922 (ps-use-face-background): Customization fix.
12923 (ps-n-up-database): Data fix.
12924 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
12925 (ps-switch-header): New vars.
12926 (ps-xemacs-color-name, ps-face-foreground-name)
12927 (ps-face-background-name, ps-boolean-constant): New funs.
12928
129292000-06-07 Dave Love <fx@gnu.org>
12930
12931 * allout.el: New version from Manheimer.
12932
129332000-06-07 Kenichi Handa <handa@etl.go.jp>
12934
12935 * textmodes/fill.el (fill-find-break-point): Check the validity of
12936 charset.
12937
129382000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12939
12940 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12941 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
12942 Call display-color-p and display-mouse-p instead of looking at
12943 window-system.
12944
129452000-06-06 Dave Love <fx@gnu.org>
12946
12947 * image.el (find-image): Doc fix. Return nil if image not found.
12948 (put-image, insert-image): Make STRING arg optional.
12949
129502000-06-06 Kenichi Handa <handa@etl.go.jp>
12951
12952 * language/vietnamese.el: Remove eval-when-compile.
12953 (viet-viscii-nonascii-translation-table): Define it as a
12954 translation table made from viet-viscii-decode-table.
12955 (viet-viscii-encode-table): Define it as a translation table made
12956 from the reverse map of above.
12957 (viet-vscii-nonascii-translation-table): Define it as a
12958 translation table made from viet-vscii-decode-table.
12959 (viet-vscii-encode-table): Define it as a translation table made
12960 from the reverse map of above.
12961 (ccl-decode-viscii): Use translate-character.
12962 (ccl-encode-viscii, ccl-encode-viscii-font)
12963 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
12964 Likewize.
12965
12966 * language/cyrillic.el: Remove eval-when-compile.
12967 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
12968 translation table made from cyrillic-koi8-r-decode-table.
12969 (cyrillic-koi8-r-encode-table): Define it as a translation table
12970 made from the reverse map of above.
12971 (ccl-decode-koi8): Use translate-character.
12972 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
12973 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
12974 a translation table made from cyrillic-alternativnyj-decode-table.
12975 (cyrillic-alternativnyj-encode-table): Define it as a translation
12976 table made from the reverse map of above.
12977 (ccl-decode-alternativnyj): Use translate-character.
12978 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
12979 Likewize
12980
12981 * international/mule-diag.el (non-iso-charset-alist): Specify
12982 translation table symbol instead of translation table itself.
12983 (list-block-of-chars): CHARSET may be a translation table symbol.
12984
12985 * international/mule.el (make-coding-system): If CODING-SYSTEM
12986 already exists, override it.
12987
12988 * international/fontset.el: Use family `proportional' for Tibetan
12989 fonts.
12990
12991 * international/ccl.el (ccl-compile-translate-character): Don't
12992 check if Rrr has property translation-table.
12993 (ccl-compile-map-multiple): Modified to avoid compiler warning.
12994
129952000-06-05 Gerd Moellmann <gerd@gnu.org>
12996
12997 * info.el: Bind case-fold-search to t when searching in case
12998 a user sets it to nil in a hook.
12999
130002000-06-05 Stefan Monnier <monnier@cs.yale.edu>
13001
13002 * autoarg.el (autoarg-mode, autoarg-kp-mode):
13003 * hl-line.el (hl-line-mode): Use the new :global key argument.
13004
13005 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
13006 (tar-clip-time-string): Prepend a space.
13007 (tar-grind-file-mode): Construct a string rather than modifying one.
13008 (tar-header-block-summarize): Fix docstring.
13009 Use `format' rather than an error-prone set of copy-loops.
13010
13011 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
13012 (diff-goto-source, diff-unified->context, diff-context->unified)
13013 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
13014 understand the format output by the `-p' argument to diff.
13015
13016 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
13017 (sh-re-done): Use defconst.
13018 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
13019 (sh-help-string-for-variable, sh-guess-basic-offset):
13020 Don't quote lambdas.
13021 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
13022 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
13023
13024 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
13025 (mh-letter-mode): Derive from text-mode.
13026 This implicitly means that it now calls kill-all-local-variables.
13027 Also remove the Emacs-18 compatibility code.
13028
13029 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
13030 Make use of symbol-property doc-string-elt.
13031 Use memq rather than a sequence of eq.
13032 (doc-string-elt): Fix the wrong or missing previously unused values.
13033 (autoload-print-form): New function extracted from
13034 generate-file-autoloads to allow recursion when handling progn
13035 so that defvar's and defun's docstrings are properly printed.
13036 (generate-file-autoloads): Use it.
13037
13038 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
13039 Use find-file-hooks in the minor-mode function.
13040 Be careful not to loop indefinitely in the post-command-hook function.
13041
130422000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
13043
13044 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
13045 tty's.
13046 * ediff-diff.el (ediff-exec-process): Use --binary for fine
13047 differences whenever appropriate.
13048 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
13049 * viper.el (find-file, find-file-other-window): Get viper to do
13050 wildcards.
13051
130522000-06-04 Stefan Monnier <monnier@cs.yale.edu>
13053
13054 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
13055 (jit-lock-fontify-buffer): New function for JIT refontification.
13056 (jit-lock-mode): Fix docstring.
13057 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
13058 Remove jit-lock-after-change from the _local_ hook.
13059 (jit-lock-function-1): Fix docstring.
13060
13061 * info.el (Info-on-current-buffer): Initialize info.
13062
13063 * newcomment.el (comment-indent): Ignore comment-indent-hook.
13064
13065 * progmodes/tcl.el (tcl-indent-for-comment):
13066 Ignore comment-indent-hook.
13067
13068 * emacs-lisp/easy-mmode.el: Require CL during compilation.
13069 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
13070 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
13071 and improve to use the lighter to guess the capitalization.
13072 (define-minor-mode): Inline code from easy-mmode-define-toggle.
13073 Add keyword arguments to specify global-ness or the custom group.
13074 Add local-map and help-echo properties to the lighter.
13075 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
13076 (easy-mmode-define-global-mode): New macro.
13077
130782000-06-02 Dave Love <fx@gnu.org>
13079
13080 * wid-edit.el: byte-compile-dynamic since we typically don't use
13081 all the widgets. Don't require cl or widget. Remove
13082 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
13083 (widget-read-event): Removed. Callers changed to use read-event.
13084 (widget-button-release-event-p): Renamed from
13085 button-release-event-p.
13086 (widget-field-add-space, widget-field-use-before-change):
13087 Uncustomize.
13088 (widget-specify-field): Use keymap property, not local-map.
13089 (widget-specify-button): Obey :suppress-face.
13090 (widget-specify-insert): Use modern backquote syntax.
13091 (widget-image-directory): Renamed from widget-glyph-directory.
13092 (widget-image-enable): Renamed from widget-glyph-enable.
13093 (widget-image-find): Replaces widget-glyph-find.
13094 (widget-button-pressed-face): Move defvar.
13095 (widget-image-insert): Replaces widget-glyph-insert.
13096 (widget-convert): Use keywordp.
13097 (widget-leave-text, widget-children-value-delete): Use mapc.
13098 (widget-keymap): Remove XEmacs stuff.
13099 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
13100 (widget-button-click): Don't set point at the click, but re-centre
13101 if we scroll out of window. Rewritten for images v. glyphs &c.
13102 (widget-tabable-at): Use POS arg, not point.
13103 (widget-beginning-of-line, widget-end-of-line)
13104 (widget-item-value-create, widget-sublist, widget-princ-to-string)
13105 (widget-sexp-prompt-value, widget-echo-help): Simplify.
13106 (widget-default-create): Use widget-image-insert; some rewriting.
13107 (widget-visibility-value-create)
13108 (widget-push-button-value-create, widget-toggle-value-create): Use
13109 widget-image-insert.
13110 (checkbox): Create on and off images dynamically.
13111 (documentation-link): Change :help-echo.
13112 (widget-documentation-link-echo-help): Remove.
13113
131142000-06-02 Stefan Monnier <monnier@cs.yale.edu>
13115
13116 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
13117
13118 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
13119 (easy-mmode-define-toggle, define-minor-mode): Use it.
13120 (easy-mmode-define-keymap): Docstring fix.
13121 (define-derived-mode): Default PARENT to fundamental-mode.
13122 Add the derived-mode-parent symbol-property.
13123 (easy-mmode-derived-mode-p): New function.
13124
131252000-06-02 Dave Love <fx@gnu.org>
13126
13127 * files.el (convert-standard-filename): Doc fix.
13128 (normal-backup-enable-predicate): New function.
13129 (backup-enable-predicate): Use it to replace the lambda form.
13130
13131 * calendar/todo-mode.el: [This needs more work on the outline
13132 stuff.] Doc fixes.
13133 (todo) <defgroup>: Add :version.
13134 (todo-add-category): Don't use pushnew.
13135 (todo-cmd-raise): Fix typo.
13136 (todo-top-priorities): Change temp buffer name.
13137 (todo-category-alist): Avoid redundant lambda.
13138 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
13139 Use outline-next-heading.
13140
13141 * autoarg.el: Rewritten to use define-minor-mode.
13142 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
13143 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
13144
131452000-06-02 Kenichi Handa <handa@etl.go.jp>
13146
13147 * isearch.el (isearch-other-meta-char): Fix previous change.
13148
131492000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13150
13151 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
13152 (log-edit-done): Only add the comment to the ring if it's different
13153 from the last comment entered.
13154
13155 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
13156
131572000-06-01 Dave Love <fx@gnu.org>
13158
13159 * hl-line.el: Rewritten using define-minor-mode.
13160
13161 * help.el (describe-function-1): Distinguish special form from
13162 builtin function. Sanity-check presence of arglist for builtins.
13163
131642000-06-01 Kenichi Handa <handa@etl.go.jp>
13165
13166 * international/characters.el: Fix syntax/category setting of
13167 Tibetan characters.
13168
13169 * language/tibet-util.el (tibetan-add-components): Fixes for new
13170 encoding of Tibetan characters.
13171 (tibetan-decompose-precomposition-alist): New variable.
13172 (tibetan-decompose-region): Convert precomposed characters to
13173 non-precomposed characters.
13174 (tibetan-decompose-string): Likewise.
13175 (tibetan-composition-function): Fix args to
13176 thibetan-compose-string.
13177
13178 * language/tibetan.el (tibetan-composable-pattern): More
13179 characters included.
13180 (tibetan-consonant-transcription-alist): Rule for "R" added.
13181 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
13182 "+R" added.
13183 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
13184
13185 * language/lao-util.el (lao-composition-function): Fix args to
13186 compose-string.
13187
13188 * language/thai-util.el (thai-composition-function): Fix args to
13189 compose-string.
13190
13191 * isearch.el (isearch-update): Set disable-point-adjustment to t
13192 to prevent the point moving to the end of a composition when a
13193 part of a composition is searched.
13194 (isearch-other-meta-char): If the key invoking this command can be
13195 mapped by function-key-map to a printing char, call
13196 isearch-process-search-char directly.
13197
131982000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13199
13200 * emacs-lisp/bytecomp.el:
13201 * frame.el:
13202 * international/mule-cmds.el:
13203 * international/mule-util.el:
13204 * international/mule.el:
13205 * mouse.el:
13206 * subr.el:
13207 * faces.el: Update calls to make-obsolete with a WHEN argument.
13208
13209 * byte-run.el (make-obsolete, make-obsolete-variable):
13210 Add an optional WHEN argument and change the format of the
13211 symbol-property information.
13212 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
13213 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
13214 new obsolete-symbol-property format and print WHEN if it is provided.
13215
132162000-05-31 Dave Love <fx@gnu.org>
13217
13218 * loadhist.el (loadhist-hook-functions): Remove
13219 before-change-function, after-change-function.
13220 (unload-feature): Deal with symbols which are both bound and
13221 fbound.
13222
13223 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
13224 before-change-function, after-change-function.
13225
13226 * simple.el (newline): Don't bind before-change-function,
13227 after-change-function.
13228
132292000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
13230
13231 * whitespace.el (whitespace-rescan-timer-time): Update interval
13232 set to 600 seconds (10 minutes) instead of 60 seconds since
13233 a large number of whitespace buffers causes emacs to `freeze'
13234 for a considerable amount of time.
13235
13236 * whitespace.el: Updated email address
13237
132382000-05-31 Dave Love <fx@gnu.org>
13239
13240 * add-log.el (change-log-font-lock-keywords) <function>: Add
13241 pattern for function of change.
13242 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
13243 acknowledgements patterns.
13244
132452000-05-31 Kenichi Handa <handa@etl.go.jp>
13246
13247 * isearch.el (isearch-printing-char): If keyboard coding system is
13248 being used, call isearch-process-search-multibyte-characters.
13249
13250 * international/isearch-x.el: Mostly rewritten.
13251
13252 * international/quail.el (quail-start-conversion): Don't include
13253 unhandled events in the returned events, but set them in
13254 unread-command-events. Exit if all inputs are deleted.
13255
132562000-05-30 Jason Rumney <jasonr@gnu.org>
13257
13258 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
13259
13260 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
13261 Reenable code to create initial fontsets.
13262 Use set-fontset-font in place of put-charset-property.
13263
132642000-05-30 Gerd Moellmann <gerd@gnu.org>
13265
13266 * progmodes/perl-mode.el (perl-indent-line): When looking for a
13267 label, ensure that the first colon isn't followed by another.
13268
13269 * paths.el (Info-default-directory-list): Doc fix.
13270
13271 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
13272 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
13273 send a query containing USER only, not USER@HOST.
13274
13275 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
13276 and rmail-msgend to compute the restriction at the end, instead of
13277 computing it.
13278
132792000-05-29 Gerd Moellmann <gerd@gnu.org>
13280
13281 * dabbrev.el (dabbrev-expand): Don't display messages in the
13282 echo area if the minibuffer window is active.
13283
13284 * jit-lock.el (jit-lock-mode): Add after change function to
13285 local hook.
13286
132872000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
13288
13289 * antlr-mode.el: New commands: hide/unhide actions,
13290 upcase/downcase literals.
13291 (antlr-tiny-action-length): New user option.
13292 (antlr-hide-actions): New command. Suggested by
13293 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
13294 (antlr-mode-map): New binding [C-c C-v].
13295 (antlr-mode-menu): New entries.
13296 (antlr-downcase-literals): New command.
13297 (antlr-upcase-literals): Ditto.
13298
13299 * antlr-mode.el: Minor changes: indendation, mode-name.
13300 (antlr-indent-line): Indent cpp directive at column 0.
13301 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
13302
13303 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
13304 (antlr-font-lock-additional-keywords): Workaround for intentional
13305 bug in XEmacs version of font-lock.
13306 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
13307 be used by a smarter version of `buffers-menu-grouping-function'.
13308
133092000-05-29 Gerd Moellmann <gerd@gnu.org>
13310
13311 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
13312 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
13313
133142000-05-29 Kenichi Handa <handa@etl.go.jp>
13315
13316 * international/encoded-kb.el
13317 (encoded-kbd-iso2022-designation-map): Pay attention to that
13318 charset-iso-final-char return -1 for eight-bit-control and
13319 eight-bit-graphic.
13320
133212000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
13322
13323 * speedbar.el (speedbar-use-images, speedbar-update-flag)
13324 (speedbar-easymenu-definition-base): Use display-graphic-p where
13325 available, instead of window-system.
13326
133272000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
13328
13329 * international/codepage.el (cp-coding-system-for-codepage-1): Add
13330 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
13331 coding systems.
13332
133332000-05-26 Dave Love <fx@gnu.org>
13334
13335 * disp-table.el (standard-display-underline): Don't use
13336 internal-find-face.
13337
13338 * mail/reporter.el: Maintainer change. Doc fixes.
13339 (reporter-version): Deleted.
13340
13341 * emacs-lisp/elp.el: Maintainer change.
13342 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
13343
133442000-05-26 Stefan Monnier <monnier@cs.yale.edu>
13345
13346 * add-log.el (add-change-log-entry): Merge the current entry with the
13347 previous one if the previous one is empty.
13348
133492000-05-26 Dave Love <fx@gnu.org>
13350
13351 * loadhist.el (unload-feature): Fix interactive spec [from
13352 lijnzaad@ebi.ac.uk].
13353
13354 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
13355 subr-arity to check primitives.
13356 (byte-compile-flush-pending, byte-compile-file-form-progn)
13357 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
13358 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
13359 mapcar.
13360
133612000-05-26 Kenichi Handa <handa@etl.go.jp>
13362
13363 * international/fontset.el: Set family names of non-latin charsets
13364 in default fontset to "*".
13365
13366 * international/mule-diag.el (print-fontset): Combine family part
13367 and registry part of the fontname by "-*-" instead of "-".
13368
13369 * international/mule-cmds.el (encode-coding-char): Make strings
13370 multibyte before calling encode-coding-string.
13371
133722000-05-25 Stefan Monnier <monnier@cs.yale.edu>
13373
13374 * derived.el: Fix keywords.
13375 (define-derived-mode): Only define if needed.
13376
13377 * simple.el (fill-comment, comment-column, comment-start)
13378 (comment-start-skip, comment-end, comment-indent-function)
13379 (block-comment-start, block-comment-end, indent-for-comment)
13380 (set-comment-column, kill-comment, comment-padding, comment-region)
13381 (comment-multi-line, indent-new-comment-line): Remove.
13382
13383 * bindings.el (esc-map): Change ; to comment-dwim and use the new
13384 function names for comment operations.
13385
13386 * newcomment.el: Add abundant autoload cookies.
13387 (comment-style): Don't depend on runtime data at compile-time.
13388 (comment-indent-hook): Remove.
13389 (comment-indent): Check if comment-indent-hook is bound.
13390 (comment-region): Docstring fix.
13391
133922000-05-25 Dave Love <fx@gnu.org>
13393
13394 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
13395 byte-code-function-p.
13396
13397 * mail/rmailsum.el: Add provide.
13398
13399 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
13400
13401 * smerge-mode.el (smerge-diff-switches): Don't use list* in
13402 defcustom.
13403
134042000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
13405
13406 * ediff-diff.el (ediff-exec-process): delete --binary option from
13407 non-buffer ediff jobs.
13408
134092000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13410
13411 * hilit-chg.el (highlight-changes-mode): Ask about color or
13412 grayscale support, not about window-system.
13413
13414 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
13415 window-system.
13416 (ffap-highlight): Always default to t.
13417
13418 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
13419 display-popup-menus-p instead of looking at window-system.
13420
13421 * disp-table.el (standard-display-g1, standard-display-graphic):
13422 Only refuse to use string glyphs on X and MS-Windows.
13423
13424 * avoid.el: Remove window-system from commentary, suggest to use
13425 display-*-p instead.
13426
13427 * apropos.el (apropos-print): Use display-mouse-p instead of
13428 window-system.
13429
134302000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13431
13432 * international/codepage.el (cp-decoding-vector-for-codepage):
13433 Fill up unsupported characters with their own codes. From Kenichi
13434 Handa.
13435
134362000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13437
13438 * international/mule-diag.el (describe-char-after): Use
13439 display-graphic-p instead of window-system, so that this function
13440 works on MS-DOS.
13441
134422000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13443
13444 * international/codepage.el (cp-make-coding-systems-for-codepage):
13445 Remove the eight-bit-graphic and eight-bit-control charsets from
13446 the list of charsets which we convert into `?'.
13447
134482000-05-25 Kenichi Handa <handa@etl.go.jp>
13449
13450 * international/mule-conf.el: Specify CHARSET-ID explicitely for
13451 private charsets.
13452 (mule-unicode-0100-24ff, japanese-jisx0213-1,
13453 japanese-jisx0213-2): New charsets.
13454
13455 * international/fontset.el: Setup default fontset for new charsets.
13456
134572000-05-24 Dave Love <fx@gnu.org>
13458
13459 * info.el (Info-find-node-2): Restructure [following "Vadim
13460 S. Solomin" <sovs@uic.nnov.ru>].
13461
13462 * icomplete.el: Fix header for Finder.
13463
134642000-05-24 Eric M. Ludlam <zappo@ultranet.com>
13465
13466 * rmailout.el (rmail-output-to-rmail-file): Added optional param
13467 STAY.
13468
13469 * rmail.el (rmail-automatic-folder-directives): New user variable.
13470 (rmail-show-message): Add call to `rmail-auto-file' during
13471 display.
13472 (rmail-auto-file): New function.
13473
134742000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13475
13476 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
13477 account.
13478 (ediff-test-utility,ediff-diff-mandatory-option)
13479 (ediff-reset-diff-options): Utilities for proper initialization of
13480 ediff-diff-options and ediff-diff3-options on Windows.
13481
13482 * ediff-init.el (ediff-merge-filename-prefix): New customizable
13483 variable.
13484
13485 * ediff-mult.el (ediff-filegroup-action): Use
13486 ediff-merge-filename-prefix.
13487
134882000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13489
13490 * viper-ex.el (ex-write): Set selective display to nil.
13491
134922000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13493
13494 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
13495 aliases for hebrew-iso-8bit.
13496
134972000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13498
13499 * woman.el: New version from Francis J. Wright
13500 <F.J.Wright@Maths.QMW.ac.uk>.
13501 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
13502 names in environment variables regardless of the path separator.
13503 (woman-topic-all-completions-1): Don't call file-name-directory-p
13504 on all files, since woman-file-regexp already filters out any
13505 directories.
13506
135072000-05-24 Kenichi Handa <handa@etl.go.jp>
13508
13509 * international/quail.el (quail-start-translation): Don't change
13510 modified-p of the current buffer.
13511 (quail-start-conversion): Likewise.
13512
13513 * international/kkc.el (kkc-region): Don't change modified-p of
13514 the current buffer.
13515
13516 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
13517 conform to RFC1468.
13518 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
13519
135202000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
13521
13522 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
13523 (speedbar-insert-button): Invisible text property fix.
13524 (speedbar-directory-plus): Renamed from speedbar-directory-+
13525 (speedbar-directory-minus): Renamed from speedbar-directory--
13526 (speedbar-page-plus): Renamed from speedbar-file-+
13527 (speedbar-page-minus): Renamed from speedbar-file--
13528 (speedbar-page): Renamed from speedbar-file-
13529 (speedbar-tag): Renamed from speedbar-tag-
13530 (speedbar-tag-plus): Renamed from speedbar-tag-+
13531 (speedbar-tag-minus): Renamed from speedbar-tag--
13532 (speedbar-expand-image-button-alist): Use above renames.
13533
13534 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
13535 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
13536 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
13537 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
13538 * sb-pg.xpm: Renamed from sb-file.xpm
13539 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
13540 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
13541
135422000-05-24 Kenichi Handa <handa@etl.go.jp>
13543
13544 * international/quail.el (quail-show-guidance-buf): Set
13545 current-input-method of the guidance buffer to the name of the
13546 curren input method.
13547
135482000-05-23 Stefan Monnier <monnier@cs.yale.edu>
13549
13550 * progmodes/compile.el (compile-internal): Style typo.
13551
13552 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
13553 quote vars and functions in the docstring.
13554
13555 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
13556
13557 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
13558 Don't quote lambdas.
13559
13560 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
13561
135622000-05-23 Gerd Moellmann <gerd@gnu.org>
13563
13564 * startup.el (command-line): Determine source file of compiled
13565 user init file differently. Warn if compiled user init file
13566 is older than its source file.
13567
13568 * ffap.el (ffap-url-regexp): Add `https'.
13569
135702000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
13571
13572 * files.el (make-backup-file-name-1): Replace slashes with `!'
13573 rather than `|' (which is not allowed on Windows). Replace the
13574 drive letters with a string "drive_X".
13575
135762000-05-23 Gerd Moellmann <gerd@gnu.org>
13577
13578 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
13579
13580 * files.el (interpreter-mode-alist): Add `bash2'.
13581
135822000-05-22 Dave Love <fx@gnu.org>
13583
13584 * loadhist.el (feature-symbols, file-provides, file-requires): Use
13585 mapc.
13586 (feature-file): Avoid calling symbol-name. Doc fix.
13587 (file-set-intersect, file-dependents): Use dolist, not mapcar.
13588 (loadhist-hook-functions): Add mouse-position-function.
13589 (unload-feature): Change uses of mapcar.
13590
13591 * files.el (parse-colon-path): Doc fix.
13592 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
13593 (set-auto-mode): Use mapc.
13594
13595 * complete.el (PC-look-for-include-file): Use :alnum: character
13596 class.
13597 (partial-completion-mode): Add autoload cookie.
13598
135992000-05-22 Sam Steingold <sds@gnu.org>
13600
13601 * info.el (Info-fontify-node): Fixed the call to
13602 `add-text-properties' (bug introduced on 2000-05-18).
13603
136042000-05-22 Dave Love <fx@gnu.org>
13605
13606 * bindings.el: Remove debug-ignored-errors set in other files.
13607
13608 * progmodes/etags.el: Add to debug-ignored-errors.
13609 (visit-tags-table-buffer): Clear out buffers holding old tables
13610 when making a new list.
13611 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
13612 mapc.
13613
13614 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
13615 quote keywords.
13616 (cmpl-string-case-type): Use character classes.
13617
13618 * comint.el:
13619 * textmodes/ispell.el:
13620 * imenu.el:
13621 * mail/mh-e.el:
13622 * progmodes/compile.el: Add to debug-ignored-errors.
13623
13624 * dabbrev.el: Add to debug-ignored-errors.
13625 (dabbrev-completion): Use mapc.
13626
136272000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
13628
13629 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
13630 (woman-mapcan, woman-parse-man.conf)
13631 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
13632 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
13633 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
13634 path syntax better.
13635 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
13636 (woman-manpath): Call woman-parse-man.conf.
13637 (woman-emulation): New defcustom, defaults to nroff.
13638 (woman-font-support): New defconst.
13639 (woman-use-symbol-font): New defcustom.
13640 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
13641 "Emulation".
13642 Many functions: Doc fix.
13643
136442000-05-22 Kenichi Handa <handa@etl.go.jp>
13645
13646 * international/quail.el (quail-simple-translation-keymap): Map
13647 128..255 to quail-self-insert-command.
13648 (quail-keyboard-layout-alist): Add definition for "pc102-de".
13649
136502000-05-22 Stefan Monnier <monnier@cs.yale.edu>
13651
13652 * help.el (help-manyarg-func-alist): Typo.
13653
13654 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
13655 intervals which makes it heaps simpler.
13656
13657 * newcomment.el (comment-region-internal): Go back to BEG after quoting
13658 the nested comment markers.
13659
13660 * subr.el (remove-hook): Don't turn the hook's value into a list.
13661
136622000-05-21 Dave Love <fx@gnu.org>
13663
13664 * edmacro.el (edmacro-parse-keys): Return vector if any elements
13665 are invalid characters.
13666
13667 * international/mule-util.el (detect-coding-with-priority): Use
13668 mapc. Remove redundant lambda.
13669
13670 * international/mule-diag.el (list-non-iso-charset-chars)
13671 (describe-fontset): Remove redundant lambda.
13672
13673 * emulation/crisp.el (brief-mode): New alias.
13674
13675 * emacs-lisp/ring.el (ring-elements): New function.
13676
13677 * emacs-lisp/easymenu.el (easy-menu-create-menu)
13678 (easy-menu-do-add-item): Use keywordp.
13679
13680 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
13681
13682 * replace.el: Doc and error message fixes.
13683 (replace-highlight): Use facep, not internal-find-face.
13684
136852000-05-20 Stefan Monnier <monnier@cs.yale.edu>
13686
13687 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
13688
13689 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
13690 (log-edit-insert-changelog): Drop `:' as well.
13691
13692 * log-view.el: Fix file description.
13693 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
13694 available.
13695 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
13696 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
13697
13698 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
13699 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
13700 Print a status message if the toggle is called interactively.
13701 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
13702 for global minor modes and use `defcustom' for them.
13703 Use add-minor-mode.
13704 (easy-mmode-define-derived-mode): Remove.
13705 (define-derived-mode): Fancier default docstring.
13706 (easy-mmode-define-navigation): Signal an error rather than (ding).
13707
13708 * newcomment.el (comment-styles): New `box-multi'.
13709 (comment-normalize-vars): Better default for comment-continue to
13710 avoid whitespace-only continuations.
13711 (comment-search-forward): Always move even in the no-syntax case.
13712 (comment-padright): Only obey N if it's only obeyed for padleft.
13713 (comment-make-extra-lines): Better handling of empty continuations.
13714 Use `=' for the filler if comment-start has only one character.
13715 (uncomment-region): Try handling the special `=' filler.
13716 (comment-region): Allow LINES even if MULTI is nil.
13717 (comment-box): Choose box style based on comment-style.
13718
137192000-05-20 Kenichi Handa <handa@etl.go.jp>
13720
13721 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
13722 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
13723
137242000-05-20 Kenichi HANDA <handa@etl.go.jp>
13725
13726 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
13727 and insert, not subst-char-in-region.
13728
13729 * international/mule-diag.el (list-character-sets-1): Handle
13730 charsets eight-bit-control and eight-bit-graphic.
13731 (list-iso-charset-chars): Likewise.
13732 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
13733 charactes as is. Use indent-to to align characters.
13734
13735 * international/mule-cmds.el (find-multibyte-characters): Never
13736 exclude charsets eight-bit-control and eight-bit-graphic.
13737
137382000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13739
13740 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
13741 Don't quote lambdas.
13742
13743 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
13744
137452000-05-19 Gerd Moellmann <gerd@gnu.org>
13746
13747 * gud.el (gud-jdb-directories): Doc fix.
13748
137492000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13750
13751 * newcomment.el: New file.
13752
137532000-05-19 Gerd Moellmann <gerd@gnu.org>
13754
13755 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
13756
137572000-05-18 Andreas Schwab <schwab@suse.de>
13758
13759 * dired.el (dired-between-files): Also skip lines beginning with
13760 `used'.
13761
137622000-05-18 Gerd Moellmann <gerd@gnu.org>
13763
13764 * msb.el (msb-menu-cond): Add choice `user'.
13765
137662000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13767
13768 * ps-print.el: Compatibility, customization and doc fix.
13769 (ps-printer-name-option): Replace defconst by defvar.
13770 (ps-postscript-code-directory): XEmacs compatibility.
13771 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
13772 fix.
13773 (ps-user-defined-prologue, ps-print-prologue-header)
13774 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
13775 compatibility and code fix.
13776 (ps-print-background-image, ps-print-background-text):
13777 Customization fix.
13778 (ps-line-number-start, ps-n-up-on): New vars.
13779
137802000-05-18 Espen Skoglund <esk@ira.uka.de>
13781
13782 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
13783 the indent-comment function to just return the appropriate indent.
13784
137852000-05-18 Eric M. Ludlam <zappo@ultranet.com>
13786
13787 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
13788 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
13789 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
13790
137912000-05-18 Dave Love <fx@gnu.org>
13792
13793 * info.el (Info-fontify-node): Add intangible property as well as
13794 invisible.
13795
13796 * calendar/appt.el (appt-make-list): Match all lines of entry.
13797 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
13798
137992000-05-18 Kenichi Handa <handa@etl.go.jp>
13800
13801 * international/mule-diag.el (describe-char-after): Call
13802 internal-char-font, not char-font. If internal-char-font returns
13803 nil, display "-- none --".
13804
138052000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13806
13807 * image.el (image-type-available-p): Don't reference image-types
13808 if it isn't bound.
13809
138102000-05-17 Stefan Monnier <monnier@cs.yale.edu>
13811
13812 * autoarg.el (autoarg-mode): Typo in the :set argument.
13813
138142000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13815
13816 * startup.el (command-line-1): Don't signal an error if the
13817 directory for auto-save-list files does not yet exist.
13818
138192000-05-17 Kenichi Handa <handa@etl.go.jp>
13820
13821 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
13822
138232000-05-16 Stefan Monnier <monnier@cs.yale.edu>
13824
13825 * subr.el (remove-hook): `setq' hook-value, not `set'.
13826
138272000-05-16 Sam Steingold <sds@gnu.org>
13828
13829 * info.el (debug-ignored-errors): More errors to ignore.
13830
138312000-05-16 Dave Love <fx@gnu.org>
13832
13833 * cus-edit.el: Don't require cl or easymenu.
13834 (custom-variable-prompt): Test standard-value property, not
13835 user-variable-p.
13836
138372000-05-16 Sam Steingold <sds@gnu.org>
13838
13839 * subr.el (add-hook): `setq' hook-value, not `set'.
13840
138412000-05-16 Gerd Moellmann <gerd@gnu.org>
13842
13843 * startup.el (command-line-1): Mention the FAQ in the startup
13844 message.
13845
13846 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
13847
13848 * progmodes/compile.el (compilation-parse-errors): Collect
13849 `nomessage' regexps last.
13850
13851 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
13852
13853 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
13854 to the function name.
13855
138562000-05-15 Dave Love <fx@gnu.org>
13857
13858 * speedbar.el (speedbar-recenter): Typo.
13859 (speedbar-expand-line): Make arg optional.
13860 (speedbar-mode): Avoid a compiler warning.
13861
138622000-05-15 Gerd Moellmann <gerd@gnu.org>
13863
13864 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
13865 user-specified option string is empty.
13866
13867 * mouse.el (mouse-yank-at-click): Doc fix.
13868
138692000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
13870
13871 * term/internal.el (IT-character-translations): More updates of
13872 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
13873 documents.
13874
138752000-05-15 Gerd Moellmann <gerd@gnu.org>
13876
13877 * env.el (getenv): New function, interactively callable.
13878 (setenv, getenv): Remove autoload cookies.
13879
13880 * loadup.el: Load `env'.
13881
13882 * progmodes/f90.el: Change author's mail address.
13883
138842000-05-14 Dave Love <fx@gnu.org>
13885
13886 * mail/rmail.el (rmail-show-message-hook): Customize and offer
13887 goto-addr as an option.
13888
13889 * help.el (help-xref-stack): Doc fix.
13890 (help-xref-following): New variable.
13891 (help-make-xrefs): Use it.
13892 (help-xref-go-back): Use position information from stack element.
13893 (help-follow): Make position in stack element a pair. Use
13894 help-xref-following.
13895
13896 * autoarg.el: New file.
13897
13898 * faces.el: Declare more functions obsolete.
13899
13900 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
13901 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
13902 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
13903 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
13904 Remove all the setup-...-environment functions.
13905
139062000-05-13 Eric M. Ludlam <zappo@ultranet.com>
13907
13908 * speedbar.el: Updated the commentary section. xemacs20p now uses
13909 >= when detecting. Require `defimage' safely.
13910 (speedbar-easymenu-definition-base): Add toggle for images.
13911 (speedbar-easymenu-definition-special): Add flush cache & expand.
13912 (speedbar-visiting-tag-hook): Set new defaults. Added options.
13913 (speedbar-reconfigure-keymaps-hook): New variable.
13914 (speedbar-frame-parameters): Updated documentation.
13915 (speedbar-use-imenu-flag): Updated custom tag
13916 (speedbar-dynamic-tags-function-list): New variable.
13917 (speedbar-tag-hierarchy-method): Updated doc & custom.
13918 (speedbar-indentation-width, speedbar-indentation-width) New
13919 variables.
13920 (speedbar-hide-button-brackets-flag): Customizable.
13921 (speedbar-vc-indicator): Doc update.
13922 (speedbar-ignored-path-expressions): Updated default value.
13923 (speedbar-supported-extension-expressions): Updated default value.
13924 (speedbar-syntax-table): Remove {} paren status.
13925 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
13926 as "+". Added overlay aliases.
13927 (speedbar-mode): Use `speedbar-mode-line-update' instead of
13928 `force-mode-line-update'.
13929 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
13930 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
13931 `mouse-set-point'
13932 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
13933 (speedbar-item-info-tag-helper): Revamped to handle a wider range
13934 of arbitrary text, and new helper functions.
13935 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
13936 filename finder.
13937 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
13938 (speedbar-directory-buttons): Update path search/expansion.
13939 (speedbar-make-tag-line): Pay attention to
13940 `speedbar-indentation-width'. Use more care w/ invisible
13941 properties.
13942 (speedbar-change-expand-button-char): Call
13943 `speedbar-insert-image-button-maybe'.
13944 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
13945 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
13946 (speedbar-trim-words-tag-hierarchy)
13947 (speedbar-simple-group-tag-hierarchy): New functions
13948 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
13949 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
13950 functions.
13951 (speedbar-mouse-set-point): New function
13952 (speedbar-power-click): Updated documentation.
13953 (speedbar-line-token, speedbar-goto-this-file): Handle more types
13954 of tag prefix text.
13955 (speedbar-expand-line, speedbar-contract-line): Make more robust
13956 to strange text.
13957 (speedbar-expand-line): Takes universal argument to flush the
13958 cache.
13959 (speedbar-flush-expand-line): New function.
13960 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
13961 Use new generator insertion method.
13962 (speedbar-fetch-dynamic-tags): New function.
13963 (speedbar-fetch-dynamic-imenu): Removed code now handled in
13964 `speedbar-fetch-dynamic-imenu'.
13965 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
13966 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
13967 "Revert Buffer" menu items.
13968 (speedbar-buffer-buttons-engine): Be smarter when creating a
13969 filename tag (for expansion purposes.).
13970 (speedbar-highlight-one-tag-line,
13971 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
13972 (speedbar-recenter): New functions.
13973 (defimage-speedbar): Image loading abstraction.
13974 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
13975 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
13976 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
13977 (speedbar-tag-type, speedbar-tag-mail): New images.
13978 (speedbar-expand-image-button-alist): New variable.
13979 (speedbar-insert-image-button-maybe): Insert an image over some
13980 buttons.
13981
139822000-05-13 Kenichi Handa <handa@etl.go.jp>
13983
13984 * international/mule-cmds.el (encode-coding-char): An ASCII
13985 character is always encodable.
13986
13987 * international/mule-conf.el: Add more information in descriptions
13988 of character sets.
13989
13990 * international/mule-diag.el (describe-char-after): New function.
13991 (describe-font-internal): Adjusted for the change of font-info.
13992 (describe-font): Likewise.
13993 (print-fontset): Rewritten for the new fontset implementation.
13994 (describe-fontset): Include fontset alias names in completion.
13995 (list-fontsets): Adjusted for the change of print-fontset.
13996
13997 * simple.el (what-cursor-position): If DETAIL is non-nil, call
13998 describe-char-after instead of displaying the detail in the echo
13999 area.
14000 (syntax-code-table): Format changed.
14001 (string-to-syntax): Adjusted for the above change.
14002
140032000-05-12 Stefan Monnier <monnier@cs.yale.edu>
14004
14005 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
14006
140072000-05-12 Dave Love <fx@gnu.org>
14008
14009 * calendar/todo-mode.el: Remove some compatibility stuff and CL
14010 dependence. Use line-{beginning,end}-position, not
14011 point-at{b,e}ol. Some doc fixes.
14012 (todo-position): New function. Fix callers of position to use it.
14013 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
14014
140152000-05-12 Gerd Moellmann <gerd@gnu.org>
14016
14017 * time.el (display-time-mail-icon): Use `:ascent center'.
14018
14019 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
14020 handling FTP security extensions.
14021
140222000-05-11 Dave Love <fx@gnu.org>
14023
14024 * calendar/todo-mode.el: New file.
14025
140262000-05-11 Gerd Moellmann <gerd@gnu.org>
14027
14028 * comint.el (comint-read-input-ring): Move reference to
14029 comint-input-ring-size outside of the save-excursion. It was
14030 causing the default value to be the only one ever seen.
14031
14032 * font-lock.el: Update copyright. Remove Simon Marshall's email
14033 address on request from him.
14034
14035 * subr.el (substitute-key-definition): Add comment describing
14036 the meaning of PREFIX.
14037
140382000-05-10 Stefan Monnier <monnier@cs.yale.edu>
14039
14040 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
14041
14042 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
14043 (add-minor-mode): Don't make the variable buffer-local and add a
14044 reference to define-minor-mode in the docstring.
14045
14046 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
14047 HEADER/FOOTER and fix bug with trailing empty directory.
14048 (cvs-append-to-ignore): Use vc-editable-p if available.
14049 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
14050 (vc-do-command): Tweak advice to handle the new VC.
14051
14052 * log-view.el (log-view-goto-rev): New function for the new VC.
14053 (log-view-minor-wrap): Use mark-active.
14054
14055 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
14056 (log-edit-changelog-full-paragraphs): New var.
14057 (log-edit-insert-changelog): Remove a lonely leading `* file'.
14058 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
14059 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
14060 (log-edit-changelog-ours-p, log-edit-changelog-entries)
14061 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
14062 Replace the `cvs' prefix with `log-edit'.
14063
14064 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
14065
14066 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
14067 (diff-font-lock-defaults): Explicitly turn off multiline.
14068 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
14069 (diff-ediff-patch): Fix call to ediff-patch-file.
14070 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
14071 Handle comments.
14072
14073 * frame.el (automatic-hscrolling): Typo.
14074
14075 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
14076
140772000-05-09 Sam Steingold <sds@goems.com>
14078
14079 * apropos.el (apropos-print): use `describe-face' instead of
14080 `customize-face-other-window'.
14081
140822000-05-09 Dave Love <fx@gnu.org>
14083
14084 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
14085
14086 * help.el (describe-variable): Have customize button pop the
14087 help-xref stack when invoked.
14088 (help-xref-symbol-regexp): Add `face'.
14089 (help-make-xrefs): Check for quoted face names and adapt regexp
14090 submatch numbers to cope.
14091 (help-xref-interned): Maybe insert face doc too. Separate
14092 sections with a line of hyphens.
14093
14094 * faces.el: Some doc fixes. Declare some functions obsolete.
14095 (describe-face): Add customize button. Return the help
14096 text. Fix prompt.
14097
140982000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
14099
14100 * term/internal.el (IT-character-translations): Fix last change.
14101
141022000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14103
14104 * woman.el: New file
14105 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
14106
141072000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14108
14109 * term/internal.el (IT-character-translations): Update ASCII
14110 simulations for greek-iso8859-7, add latin-iso8859-14 and
14111 latin-iso8859-15.
14112
14113 * international/mule-cmds.el (set-language-info-alist): Call
14114 define-prefix-command with 3 arguments, to make the map suitable
14115 for a menu.
14116
141172000-05-07 Dave Love <fx@gnu.org>
14118
14119 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
14120
141212000-05-05 Dave Love <fx@gnu.org>
14122
14123 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
14124 list in doc string. Don't quote keyword symbols.
14125 * emacs-lisp/cl.el: Likewise
14126 * emacs-lisp/cl-seq.el: Likewise
14127
141282000-05-05 Gerd Moellmann <gerd@gnu.org>
14129
14130 * abbrev.el (abbrev-mode): Make ARG optional.
14131
141322000-05-04 Gerd Moellmann <gerd@gnu.org>
14133
14134 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
14135
14136 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
14137
14138 * subr.el (substitute-key-definition): Clarify documentation.
14139
141402000-05-04 Milan Zamazal <pdm@freesoft.cz>
14141
14142 * glasses.el (glasses-convert-to-unreadable): Use
14143 `glasses-separator' instead of the hard-wired "_".
14144 (glasses-mode): Call `glasses-make-unreadable' only in a single
14145 place.
14146
141472000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
14148
14149 * term/internal.el (cjk-codepages-alist): Add associations for
14150 Chinese and Korean codepages. Remove FIXME comment.
14151
141522000-05-03 Dave Love <fx@gnu.org>
14153
14154 * time.el (display-time-mail-face, display-time-use-mail-icon):
14155 New option.
14156 (display-time-mail-icon): New variable.
14157 (display-time-string-forms): Use the above. Fix the local-map.
14158
141592000-05-03 Gerd Moellmann <gerd@gnu.org>
14160
14161 * replace.el (query-replace-map): Add binding for `E'.
14162 (query-replace-help): Extend help text.
14163 (perform-replace): Allow editing the replacement string.
14164
14165 * make-mode.el (makefile-mode-abbrev-table): New variable.
14166 (makefile-mode): Set local abbrev table to
14167 makefile-mode-abbrev-table.
14168 (makefile-font-lock-keywords): Fontify includes and conditionals.
14169
14170 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
14171 set TOGGLE's value.
14172
14173 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
14174 mail-interactive-insert-alias.
14175 (mail-abbrev-complete-alias): New command.
14176 (mail-mode-map): Bind it to `M-TAB'.
14177
141782000-05-03 Kenichi Handa <handa@etl.go.jp>
14179
14180 * language/lao-util.el (lao-compose-region): New function.
14181
141822000-05-02 Gerd Moellmann <gerd@gnu.org>
14183
14184 * files.el (recover-session): Make directories as necessary
14185 if they don't exist yet.
14186
14187 * calendar/cal-french.el
14188 (french-calendar-multibyte-special-days-array)
14189 (french-calendar-special-days-array): Change French text.
14190 (calendar-french-date-string): Change output.
14191 (calendar-goto-french-date): Likewise.
14192
141932000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
14194
14195 * wid-edit.el (widget-default-active): Obey `:always-active'.
14196 (widget-documentation-string-value-create): Set `:always-active'.
14197
141982000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14199
14200 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
14201 default prefix to `~/_emacs.d/auto-save.list/_s'.
14202 (normal-top-level): Create the directory for auto-save files, if
14203 it doesn't already exist (in the ms-dos case only).
14204
142052000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14206
14207 * international/mule-cmds.el (set-language-environment): Don't
14208 concat an integer (dos-codepage), use format instead.
14209
142102000-05-02 Dave Love <fx@gnu.org>
14211
14212 * help.el (help-xref-on-pp): Check for constant symbols.
14213
142142000-04-29 Gerd Moellmann <gerd@gnu.org>
14215
14216 * startup.el (normal-top-level): Put a condition-case around
14217 the code loading subdirs.el.
14218
142192000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14220
14221 * ps-print.el: Upside-down and face background color printing,
14222 line number step, doc fix.
14223 (ps-print-version): New version number (5.2).
14224 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
14225 (ps-face-attribute-list, ps-plot-with-face): Code fix.
14226 (ps-spool-config): Var fix.
14227 (ps-printer-name-option): Const fix.
14228 (ps-print-upside-down, ps-use-face-background)
14229 (ps-line-number-step): New vars.
14230 (ps-window-system, ps-lp-system): New consts.
14231 (ps-face-background): New fun.
14232
142332000-04-28 Richard Stallman <rms@gnu.org>
14234
14235 * files.el (make-auto-save-file-name):
14236 Apply auto-save-file-name-transforms to visited file name
14237 before generating auto save file name.
14238 (auto-save-file-name-transforms): New variable.
14239
14240 * files.el (backup-enable-predicate):
14241 Correctly test for a file under a temporary directory.
14242
142432000-04-28 Gerd Moellmann <gerd@gnu.org>
14244
14245 * subr.el (add-minor-mode): Rewritten.
14246
142472000-04-28 Kenichi Handa <handa@etl.go.jp>
14248
14249 * mail/sendmail.el (sendmail-send-it): Set
14250 buffer-file-coding-system to the selected coding system for MIME
14251 header.
14252
142532000-04-27 Gerd Moellmann <gerd@gnu.org>
14254
14255 * dired.el (dired-move-to-filename-regexp): Allow format where
14256 YYYY is followed by two spaces.
14257
14258 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
14259 in the second character class of the regexp.
14260
14261 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
14262 mh-etc, too.
14263
14264 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
14265 nil.
14266
14267 * subr.el (add-minor-mode): Use `set' instead of `setq'.
14268
14269 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
14270 argument.
14271
142722000-04-27 Sen Nagata <sen@eccosys.com>
14273
14274 * emacs-lisp/crm.el (crm-completion-table): New variable.
14275 (crm-collection-fn, crm-test-completion)
14276 (completing-read-multiple): Use it.
14277
142782000-04-27 Dave Love <fx@gnu.org>
14279
14280 * help.el (locate-library): Use mapc.
14281 (help-manyarg-func-alist): Add call-process-region.
14282
142832000-04-26 Gerd Moellmann <gerd@gnu.org>
14284
14285 * subr.el (add-minor-mode): Make argument MAP optional.
14286
14287 * desktop.el (desktop-save): Save list of minor modes.
14288 (desktop-create-buffer): Restore minor modes.
14289 (desktop-minor-mode-table): New user-option.
14290
14291 * subr.el (add-minor-mode): New function.
14292
14293 * image.el (find-image): New function.
14294 (defimage): Rewritten to find image at load time.
14295
14296 * startup.el (normal-top-level-add-to-load-path): Handle
14297 case that the default directory is not in load-path.
14298
14299 * help.el: Old patch from Stefan Monnier.
14300 (help-xref-on-pp): New function.
14301 (describe-variable): Use it to display xrefs in a symbol's value.
14302
143032000-04-26 Stefan Monnier <monnier@cs.yale.edu>
14304
14305 * cus-edit.el (custom-face): Fix parenthesis.
14306
143072000-04-26 Kenichi Handa <handa@etl.go.jp>
14308
14309 * mail/rmail.el (rmail-expunge): When there are no deleted
14310 messages, do nothing.
14311
143122000-04-26 Dave Love <fx@gnu.org>
14313
14314 * international/mule-cmds.el (locale-translation-file-name):
14315 Defvar to nil.
14316 (set-locale-environment): Set it here (at runtime).
14317
143182000-04-25 Gerd Moellmann <gerd@gnu.org>
14319
14320 * replace.el (perform-replace): Add parameters START and END. Use
14321 them instead of the check for a region in Transient Mark mode.
14322 (query-replace-read-args): Return two more list elements for the
14323 start and end of the region in Transient Mark mode.
14324 (query-replace, query-replace-regexp, query-replace-regexp-eval)
14325 (map-query-replace-regexp, replace-string, replace-regexp): Add
14326 optional last arguments START and END and pass them to
14327 perform-replace.
14328
14329 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
14330 form with additional arguments for perform-replace.
14331
14332 * progmodes/etags.el (tags-query-replace): Add parameters START
14333 and END. Construct a form with additional arguments for
14334 perform-replace.
14335
14336 * simple.el (shell-command): Set default directory for "*Shell
14337 Command Output" buffer.
14338
14339 * language/european.el (iso-latin-4): Fix typo.
14340
14341 * emacs-lisp/crm.el: New file.
14342
143432000-04-24 Dave Love <fx@gnu.org>
14344
14345 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14346 (Custom-reset-saved, Custom-reset-standard)
14347 (custom-group-value-create, custom-group-set, custom-group-save)
14348 (custom-group-reset-current, custom-group-reset-saved)
14349 (custom-group-reset-standard): Use mapc.
14350 (custom-buffer-create-internal): Disable undo when creating items.
14351 Use mapc.
14352 (custom-face): Avoid redundant lambda.
14353
143542000-04-24 Gerd Moellmann <gerd@gnu.org>
14355
14356 * startup.el (auto-save-list-file-prefix): Set default to
14357 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
14358
143592000-04-24 Sam Steingold <sds@gnu.org>
14360
14361 * time-stamp.el (time-stamp-string-preprocess): Always convert
14362 `field-result' to a string.
14363
143642000-04-24 Gerd Moellmann <gerd@gnu.org>
14365
14366 * frame.el (scrolling): New group.
14367 (automatic-hscrolling): New user-option.
14368
14369 * startup.el (command-line-x-option-alist): Add `-lsp' and
14370 `--line-spacing'.
14371
143722000-04-19 Dave Love <fx@gnu.org>
14373
14374 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
14375 (cl-mapc): Rename from mapc. Fix the funcall.
14376
143772000-04-19 Gerd Moellmann <gerd@gnu.org>
14378
14379 * simple.el (clone-indirect-buffer-other-window): New command.
14380 (clone-indirect-buffer): Add optional arg NORECROD.
14381 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
14382
14383 * help.el (resize-temp-buffer-window): Use count-screen-lines.
14384
14385 * window.el (count-screen-lines): New function.
14386 (shrink-window-if-larger-than-buffer): Use count-screen-lines
14387 instead of window-buffer-height.
14388
14389 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
14390 non-existing variable comint-input-sentinel.
14391 (inferior-lisp-args-to-list): Removed.
14392 (inferior-lisp): Use split-string instead of
14393 inferior-lisp-args-to-list.
14394
14395 * hexl.el (hexl-insert-hex-string): New command.
14396
14397 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
14398 instead of concat.
14399
144002000-04-18 Gerd Moellmann <gerd@gnu.org>
14401
14402 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
14403 at the start of an existing but empty folder.
14404
144052000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14406
14407 * ps-mule.el: Customization fix, doc fix.
14408 (ps-multibyte-buffer): Customization fix.
14409
144102000-04-17 Richard M. Stallman <rms@gnu.org>
14411
14412 * subr.el (read-passwd): Use read-char-exclusive.
14413
144142000-04-17 Gerd Moellmann <gerd@gnu.org>
14415
14416 * textmodes/texinfo.el (texinfo-insert-@email)
14417 (texinfo-insert-@emph, texinfo-insert-@quotation)
14418 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
14419 (texinfo-mode-map): Add key bindings for them.
14420
14421 * files.el (basic-save-buffer-2): Use a template with `$'
14422 instead of `#' for VMS.
14423
14424 * simple.el (clone-indirect-buffer): New function.
14425
144262000-04-16 Stephen Eglen <stephen@gnu.org>
14427
14428 * iswitchb.el (iswitchb-case): New function. If the user input
14429 contains any upper-case characters, the search is made
14430 case-sensitive.
14431
144322000-04-17 Stefan Monnier <monnier@cs.yale.edu>
14433
14434 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
14435 comment-end.
14436 (texinfo-font-lock-syntactic-keywords): New var.
14437 (texinfo-font-lock-keywords): Remove comment regexp.
14438 (texinfo-insert-block): New function.
14439 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
14440 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
14441 and font-lock-defaults. Use regexp-opt for outline-regexp.
14442 (texinfo-environments): New var.
14443 (texinfo-environment-regexp): Use regexp-opt and
14444 texinfo-environments.
14445
14446 * textmodes/ispell.el (ispell-menu-map-needed): Check that
14447 ispell-process is bound since this might be eval'd before ispell
14448 is loaded.
14449 (ispell-message): Use a tiny bit less magic and a bit more hard
14450 data to figure out what kind of sc-cite-regexp to use.
14451
14452 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
14453
14454 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
14455 (insert-cyclic-diary-entry): Unquote the lambda.
14456
14457 * gud.el (gud-jdb-build-source-files-list): Fix typo.
14458
14459 * files.el (backup-enable-predicate): Unquote the lambda.
14460
14461 * cus-edit.el (custom-face, face): Unquote the lambda.
14462
144632000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14464
14465 * ps-print.el: Check for line-beginning-position definition.
14466
14467 * ps-print.el: Fix counting lines in a region.
14468 (ps-print-version): New version number (5.1.5).
14469 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
14470 (ps-printing-region): Fun code fix.
14471
144722000-04-15 Gerd Moellmann <gerd@gnu.org>
14473
14474 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
14475 to file-directory-p.
14476
144772000-04-14 Gerd Moellmann <gerd@gnu.org>
14478
14479 * gud.el (gud-jdb-build-source-files-list): Check that directory
14480 exists before calling directory-files.
14481
144822000-04-13 Dave Love <fx@gnu.org>
14483
14484 * emacs-lisp/trace.el: Change maintainer. Use new backquote
14485 syntax.
14486
14487 * emacs-lisp/cl-specs.el: Remove when, unless.
14488
14489 * emacs-lisp/cl-extra.el: Don't quote keywords.
14490 (cl-old-mapc): New variable.
14491 (mapc): Use it.
14492 (cl-map-intervals): Use with-current-buffer. Don't check for
14493 next-property-change.
14494 (cl-map-overlays): Use with-current-buffer.
14495 (cl-expt): Remove.
14496 (copy-tree, remprop): Define unconditionally.
14497
14498 * emacs-lisp/cl-compat.el (keywordp): Remove.
14499
14500 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
14501 to use keywordp.
14502 (edebug-spec): Enable keywordp.
14503
14504 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
14505 string-lessp.
14506
14507 * cus-start.el: Use keywordp.
14508
145092000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14510
14511 * diary-lib.el (include-other-diary-files): Fix the fix of
14512 2000-02-18 by doing a save-excursion.
14513
145142000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14515
14516 * ps-print.el: Customization fix, doc fix.
14517 (ps-print-version): New version number (5.1.4).
14518 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
14519 (ps-print-preprint): Adjust code.
14520 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
14521 (ps-print-prologue-header, ps-print-control-characters)
14522 (ps-spool-config): Customization fix.
14523
145242000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
14525
14526 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
14527 converted to the new menu-item format, names silightly changed,
14528 help strings added.
14529
14530 Support for spelling without async subprocesses:
14531
14532 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
14533 (ispell-session-buffer): New variables.
14534 (ispell-start-process, ispell-process-status,
14535 ispell-accept-output, ispell-send-string): New functions, for
14536 Ispell invocation when async subprocesses aren't supported.
14537 (ispell-word, ispell-pdict-save, ispell-command-loop,
14538 ispell-process-line, ispell-buffer-local-parsing): Replace calls
14539 to process-send-string with calls to ispell-send-string, and
14540 accept-process-output with ispell-accept-output.
14541 (ispell-init-process): Call ispell-process-status instead of
14542 process-status with.
14543 (ispell-init-process): Call ispell-start-process. Call
14544 ispell-accept-output and ispell-send-string. Don't call
14545 process-kill-without-query and kill-process if they are unbound.
14546 (ispell-async-processp): New function.
14547
145482000-04-12 Dave Love <fx@gnu.org>
14549
14550 * info.el: Add debug-ignored-errors.
14551 (Info-mode-menu): Add some items.
14552 (Info-directory): Add autoload cookie.
14553
14554 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
14555 Modify `truncate-lines'. Make `describe-language-environment'
14556 always visible and add help. Modify `describe-key' help. Invoke
14557 Info-directory from `info'. New entry `emacs-manual'.
14558
145592000-04-10 Gerd Moellmann <gerd@gnu.org>
14560
14561 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
14562 propertized-buffer-identification.
14563 (ebrowse-update-member-buffer-mode-line): Likewise.
14564 (ebrowse--mode-strings): Removed.
14565 (ebrowse--mode-line-props): Removed.
14566
14567 * files.el (auto-mode-alist): Add `EBROWSE'.
14568
14569 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
14570 space before testing for end of buffer.
14571 (ebrowse-load): Removed.
14572 (ebrowse-revert-tree-buffer-from-file): Rewritten.
14573 (ebrowse-create-tree-buffer): Rewritten.
14574 (ebrowse-tree-mode): Read tree from buffer.
14575
14576 * progmodes/ebrowse-ffh.el: Removed.
14577
145782000-04-10 Kenichi Handa <handa@etl.go.jp>
14579
14580 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
14581
145822000-04-10 Gerd Moellmann <gerd@gnu.org>
14583
14584 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
14585 at the wrong place.
14586
145872000-04-09 Dave Love <fx@gnu.org>
14588
14589 * files.el (backup-enable-predicate): Use
14590 temporary-file-directory, small-temporary-file-directory.
14591 (make-backup-file-name-function, backup-directory-alist): New
14592 variables.
14593 (make-backup-file-name-1): New function.
14594 (make-backup-file-name): Use it.
14595 (find-backup-file-name): Likewise. Use format for clarity, not
14596 concat.
14597 (file-newest-backup): Use make-backup-file-name.
14598
145992000-04-09 Gerd Moellmann <gerd@gnu.org>
14600
14601 * progmodes/ebrowse-ffh.el: New file.
14602
14603 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
14604 to ebrowse-ffh.el.
14605 (ebrowse-load): Add autoload.
14606
14607 * finder.el (finder-commentary): Add autoload cookie.
14608
14609 * mail/rfc2368.el: Correct author's email address.
14610
14611 * progmodes/ebrowse.el: New file.
14612
14613 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
14614 item help string.
14615 (easy-menu-do-add-item): Ditto.
14616 (easy-menu-define): Extend doc string.
14617
14618 * jit-lock.el (with-buffer-unmodified): Use
14619 restore-buffer-modified-p.
14620 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
14621 (jit-lock-function, jit-lock-stealth-fontify): Don't use
14622 with-buffer-unmodified.
14623
146242000-04-08 Dave Love <fx@gnu.org>
14625
14626 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
14627 unless, when.
14628
146292000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
14630
14631 * viper-util.el (viper-put-on-search-overlay): New subroutine.
14632 (viper-flash-search-pattern): No operation when using Emacs
14633 doesn't support face.
14634 Use `viper-put-on-search-overlay'.
14635
146362000-04-04 Gerd Moellmann <gerd@gnu.org>
14637
14638 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
14639 like C-r.
14640
14641 * progmodes/make-mode.el: Some doc fixes.
14642 (makefile-mode-abbrev-table): New variable.
14643 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
14644 (makefile-font-lock-keywords): Fontify includes and conditionals.
14645 (toplevel): Require `dabbrev' and `add-log' when compiling.
14646
14647 * replace.el (perform-replace): Don't move forward one char
14648 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
14649 to do that because it leaves point 1 position after the last
14650 replacement, after everything has been replaced.
14651
14652 * jit-lock.el (with-buffer-unmodified): New macro.
14653 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
14654 modified state.
14655 (jit-lock-function-1): Extracted from jit-lock-function; not
14656 preserving buffer's modified state.
14657 (jit-lock-function, jit-lock-stealth-fontify): Call
14658 jit-lock-function-1.
14659
14660 * mail/rfc2368.el: Remove supernumerary copyright line.
14661
146622000-04-04 Milan Zamazal <pdm@freesoft.cz>
14663
14664 * glasses.el: Provide facilities for inserting space before left
14665 parentheses and uncapitalization of identifiers.
14666 (glasses-mode): Try to remove old overlays in all cases.
14667
146682000-04-03 Gerd Moellmann <gerd@gnu.org>
14669
14670 * progmodes/compile.el (compile-internal): Display the compilation
14671 buffer in a different frame, if it's already displayed there.
14672
14673 * mail/rfc2368.el: New file.
14674
14675 * simple.el (sendmail-user-agent-compose): Recognize a `body'
14676 header and insert its value as mail body.
14677
14678 * subr.el (member-ignore-case): New function.
14679
14680 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
14681 (dabbrev--find-expansion): Ignore buffers matching a regexp
14682 from dabbrev-ignored-regexps.
14683
14684 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
14685 to extensions handled by gzip.
14686
146872000-04-03 Richard M. Stallman <rms@gnu.org>
14688
14689 * files.el (insert-directory): List the total free space
14690 along with the used space.
14691
14692 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
14693 line is followed by one that matches CITATION-REGEXP, end the
14694 paragraph.
14695
146962000-04-03 Markus Rost <rost@delysid.gnu.org>
14697
14698 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
14699 (rmail-make-basic-summary-line): Use that option.
14700
147012000-04-03 Kenichi Handa <handa@etl.go.jp>
14702
14703 * international/mule-cmds.el (encoded-string-description):
14704 Rewritten. Try pretty description for ISO 2022 escape sequences
14705 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
14706 for hexadecimal format.
14707
147082000-04-01 Dave Love <fx@gnu.org>
14709
14710 * cpp.el: Change customization group to `c' from `C'.
14711
14712 * vcursor.el (vcursor-move): Use display-color-p.
14713
14714 * international/mule-util.el: Provide mule-utils.
14715 (string-to-sequence): Simplify and speed up.
14716
14717 * international/mule.el (make-coding-system): Purecopy doc-string.
14718
14719 * international/mule-cmds.el: Various menu changes.
14720 (describe-specified-language-support): Handle `Default'.
14721 (set-language-info): Purecopy `info'.
14722
147232000-03-31 Andrew Innes <andrewi@gnu.org>
14724
14725 * vc.el (vc-backend-diff): Return the correct status if we had to
14726 retry the rcsdiff command without the --brief option.
14727
147282000-03-31 Dave Love <fx@gnu.org>
14729
14730 * help.el (help-manyarg-func-alist): Correct several omissions.
14731
14732 * add-log.el: Don't require cl, fortran.
14733 (add-log-current-defun-function): Doc fix.
14734 (change-log-version-number-regexp-list): Remove SCCS part. Doc
14735 fix.
14736 (change-log-version-rcs): Function deleted.
14737 (change-log-version-number-search): Doc fix. Use
14738 vc-workfile-version. Avoid CL dolist.
14739 (add-change-log-entry): Just call add-log-current-defun to get
14740 defun. Simplify somewhat.
14741 (change-log-get-method-definition-1): Likewise.
14742 (add-log-current-defun): Return nil if calling
14743 add-log-current-defun-function does so. Move Fortran stuff to
14744 fortran.el. Return string without properties.
14745
14746 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
14747 and :alpha: char classes.
14748
14749 * mail/supercite.el: Defvar curline when compiling.
14750 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
14751 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
14752 rather than a-zA-Z0-9 to allow non-ASCII characters.
14753
147542000-03-31 Gerd Moellmann <gerd@gnu.org>
14755
14756 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
14757
14758 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14759 Re-enable new code.
14760
14761 * lpr.el (print-region-1): Use -d to specify printer name for
14762 systems `usg-unix-v*, `dgux', `hpux', `irix'.
14763
147642000-03-31 Dave Love <fx@gnu.org>
14765
14766 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
14767 for function definition in symbol's function value slot first
14768 instead of first consulting byte-compile-function-environment.
14769
147702000-03-31 Kenichi Handa <handa@etl.go.jp>
14771
14772 * language/european.el ("Polish"): New language environment.
14773 (setup-polish-environment): New function.
14774
147752000-03-30 Gerd Moellmann <gerd@gnu.org>
14776
14777 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14778 Disable new code.
14779
14780 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
14781 trying to `load' the symbol of an autoload instead of the file
14782 recorded in the autoload. Fix error messages.
14783
147842000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14785
14786 * ps-print.el: PostScript programming fix for ghostview, doc fix.
14787 (ps-print-version): New version number (5.1.3).
14788 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
14789 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
14790 (ps-generate-postscript-with-faces): Code fix.
14791 (ps-color-values): XEmacs compatibility.
14792 (ps-print-background-image, ps-print-background-text, ps-printer-name)
14793 (ps-default-fg, ps-default-bg): Adjust customization.
14794 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
14795 (ps-color-scale): Renaming old ps-color-value fun.
14796 (ps-print-headers): Replace ps-print-header group to avoid conflict
14797 with ps-print-header variable.
14798 (ps-print-miscellany): New group.
14799 (ps-format-color, ps-rgb-color): New funs.
14800 (ps-default-foreground): New var.
14801 (ps-printer-name-option): New const.
14802
148032000-03-30 Peter Breton <pbreton@ne.mediaone.net>
14804
14805 * net/net-utils.el:
14806 (network-connection-host, network-connection-service): New variables
14807 (network-connection-mode): New mode, derived from comint-mode
14808 (network-connection-mode-setup): New function, saves host and
14809 service information in local variables.
14810
14811 * lisp/locate.el:
14812 (locate-word-at-point): Added this function
14813 (locate): Default to using locate-word-at-point as input
14814 Run dired-mode-hook
14815
148162000-03-29 Dave Love <fx@gnu.org>
14817
14818 * calendar/appt.el: Doc fixes.
14819 (appt-check): Convert min-to-app to a string before passing to
14820 appt-disp-window-function or concat.
14821 (appt-delete-window): Remove test for frame-root-window.
14822 (appt-select-lowest-window, appt-convert-time): Simplify.
14823
14824 * emacs-lisp/bytecomp.el: Doc fixes.
14825 (byte-compile-file-form-autoload): Update
14826 byte-compile-function-environment.
14827
148282000-03-29 Andreas Schwab <schwab@suse.de>
14829
14830 * emacs-lisp/autoload.el: Also print defsubst doc string
14831 specially.
14832
14833 * dired.el (dired-insert-directory): If dired-free-space-program
14834 failed just delete its output.
14835
148362000-03-29 Dave Love <fx@gnu.org>
14837
14838 * international/iso-cvt.el: Move provide to end. Doc fixes.
14839 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
14840 (iso-iso2sgml, iso-sgml2iso): New functions.
14841 (iso-cvt-define-menu): Fix some entries and use backquote for
14842 clarity.
14843
14844 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
14845
148462000-03-28 Gerd Moellmann <gerd@gnu.org>
14847
14848 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
14849 ISO-DATE. If non-nil, return date in ISO 8601 format.
14850
148512000-03-26 Stefan Monnier <monnier@cs.yale.edu>
14852
14853 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
14854 if it ever becomes used.
14855 (log-edit-mode-hook): Default to vc-log-mode-hook.
14856 (log-edit-mode): Fix the docstring.
14857
14858 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
14859 the code.
14860
148612000-03-26 Dave Love <fx@gnu.org>
14862
14863 * net/browse-url.el (browse-url): Re-fix case of
14864 browse-url-browser-function being an alist.
14865 (browse-url): Add :link to defgroup.
14866
14867 * files.el: Doc fixes.
14868 (file-truename): Include `[' in wildcard characters.
14869 (automount-dir-prefix): Customize.
14870 (find-file-wildcards): Add :version.
14871 (find-file-noselect): Simplify a mapcar call.
14872
14873 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
14874 compatible with inf-lisp version.
14875 (eval-defun-1): Fix custom-declare-variable case.
14876
148772000-03-25 Stefan Monnier <monnier@cs.yale.edu>
14878
14879 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
14880
148812000-03-24 Gerd Moellmann <gerd@gnu.org>
14882
14883 * Makefile (COMPILE_FIRST): New macro.
14884 (compile-files): Compile files from COMPILE_FIRST first.
14885
14886 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
14887 code.
14888
14889 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
14890 matching open parenthesis in column 0 to defun-prompt-regexp
14891 only if open-paren-in-column-0-is-defun-start is set.
14892
14893 * sun-curs.el: Require CL at compile-time only.
14894
14895 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
14896 instead of copy-list which is a function from CL.
14897 (msb--choose-menu, msb--mode-menu-cond)
14898 (msb--create-buffer-menu-2): Use dolist instead of mapc.
14899 (msb--init-file-alist): Use mapcar instead of mapcan.
14900 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
14901 `(' in column 0 in doc string.
14902 (msb--add-separators): Use mapcar instead of mapcan.
14903
14904 * cus-dep.el: Require CL at compile-time only.
14905
149062000-03-24 Stefan Monnier <monnier@cs.yale.edu>
14907
14908 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
14909 (byte-compile-warnings): New warning `noruntime'.
14910 (byte-compile-constants, byte-compile-variables): Fix docstring.
14911 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
14912 execute `eval-whenc-compile's body.
14913 (byte-compile-unresolved-functions): Fix docstring.
14914 (byte-compile-eval): New function.
14915 (byte-compile-callargs-warn): Check if the function will be available
14916 at runtime (via property `byte-compile-noruntime').
14917 (byte-compile-print-syms): New function.
14918 (byte-compile-warn-about-unresolved-functions): Also warn about
14919 `noruntime' functions (and use `byte-compile-print-syms').
14920 (byte-compile-file): Capitalize the message.
14921
149222000-03-24 Gerd Moellmann <gerd@gnu.org>
14923
14924 * mail/rmail.el (rmail-confirm-expunge): New user-option.
14925 (rmail-expunge): Ask for confirmation depending on the setting
14926 of rmail-confirm-expunge.
14927
149282000-03-23 Gerd Moellmann <gerd@gnu.org>
14929
14930 * Makefile (bootstrap-clean): If $(emacs) exists, build
14931 loaddefs.el first. A loaddefs.el that's not up-to-date might
14932 cause a bootstrap failure because things don't autoload as
14933 expected.
14934
149352000-03-23 Dave Love <fx@gnu.org>
14936
14937 * net/browse-url.el: Restore previous use of
14938 browse-url-maybe-new-window.
14939
149402000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14941
14942 * ps-print.el: Skip banner page fix.
14943 (ps-print-version): New version number (5.1.2).
14944 (ps-begin-file, ps-end-file, ps-generate): Code fix.
14945
149462000-03-23 Dave Pearson <davep@davep.org>
14947
14948 * net/quickurl.el Changed the type of parameter passed to the
14949 function defined by `quickurl-format-function'. Before only the
14950 text of the URL was passed. Now the whole URL structure is passed
14951 and the function is responsible for extracting the parts it
14952 requires. Changed the default of `quickurl-format-function'
14953 accordingly.
14954 (quickurl-insert): Changed the `funcall' of
14955 `quickurl-format-function' to match the above change.
14956 (quickurl-list-insert): Changed the `url' case so that it makes
14957 use of `quickurl-format-function', previous to this the format was
14958 hard wired.
14959
149602000-03-22 Gerd Moellmann <gerd@gnu.org>
14961
14962 * startup.el: Change some spellings for the X Window System.
14963
149642000-03-22 Stefan Monnier <monnier@cs.yale.edu>
14965
14966 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
14967 up the code and the regexp and make sure the cursor is temporarily
14968 moved to the suspicious line while querying the user.
14969
149702000-03-22 Jason Rumney <jasonr@gnu.org>
14971
14972 * w32-fns.el (w32-charset-info-alist): Initialize.
14973
149742000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14975
14976 * ps-print.el: N-up last page fix.
14977 (ps-print-version): New version number (5.1.1).
14978 (ps-end-file, ps-end-job, ps-generate): Code fix.
14979
149802000-03-21 Stefan Monnier <monnier@cs.yale.edu>
14981
14982 * files.el (find-file-run-dired): Update docstring.
14983 (find-directory-functions): New hook.
14984 (find-file-noselect): Run find-directory-functions rather than
14985 calling dired directly.
14986
14987 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
14988
14989 * pcvs.el: Add a minimal leading commentary.
14990 (cvs-make-cvs-buffer): Change the header part by removing the startup
14991 message and adding a `Module' entry. Also replace the FOOTER and
14992 HEADER special fileinfos with the new support in ewoc for updating
14993 its own footer and header.
14994 (cvs-update-header): Update to use the header/footer of the ewoc.
14995 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
14996 (cvs-is-within-p): New function.
14997 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
14998 to only examine some subset of the buffers.
14999
15000 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
15001 `format' instead of our own ad-hoc functions.
15002 Remove HEADER and FOOTER cases, now handled in the EWOC.
15003 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
15004
15005 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
15006 output to avoid scaring the user.
15007 (cvs-parse-table): Catch message for non-up-to-date commits.
15008
15009 * pcvs-defs.el (cvs-startup-message): Remove.
15010 (cvs-global-menu): New autoloaded menu.
15011
15012 * pcvs-util.el (cvs-string-fill): Remove.
15013
15014 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
15015 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
15016 PP part of it and also make it work for footers and headers.
15017 (ewoc-create): Drop POS and BUFFER arguments.
15018 Use the DLL's dummy node to store the end-of-footer position.
15019 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
15020 (ewoc-refresh): Remove unused `header' variable.
15021 (ewoc-(get|set)-hf): New functions.
15022
15023 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
15024 log-view-*-(message|file) and use easy-mmode-define-navigation.
15025 (log-view-message-re): Match SCCS format as well.
15026 And match the revision line rather than the dashed separator line.
15027 (log-view-mode): Use the new define-derived-mode.
15028 (log-view-current-tag): Fill in with an actual implementation.
15029
15030 * cvs-status.el (cvs-status-(prev|next)): Rename from
15031 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
15032 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
15033 to let the output "breathe" a little more (more readable).
15034 (cvs-status-mode): Use the new define-derived-mode.
15035
15036 * smerge-mode.el (smerge-auto-leave): New function and variable.
15037 (smerge-basic-map): Rename from smerge-basic-keymap.
15038 Change the bindings for smerge-diff-*.
15039 (smerge-*-map): Use easy-mmode-defmap.
15040 (smerge-(next|prev)): Use easy-mmode-define-navigation.
15041 (smerge-keep-*): Use smerge-auto-leave.
15042
150432000-03-21 Jason Rumney <jasonr@gnu.org>
15044
15045 * cus-edit.el (custom-button-face): Use 3D look for w32.
15046 (custom-button-pressed-face): Likewise.
15047
150482000-03-21 Gerd Moellmann <gerd@gnu.org>
15049
15050 * progmodes/etags.el (tags-case-fold-search): New user-option.
15051 (tags-loop-eval): New function. Bind case-fold-search around eval
15052 depending on the value of tags-case-fold-search.
15053 (tags-loop-continue): Use tags-loop-eval.
15054 (find-tag-in-order): Bind case-fold-search depending on the value
15055 of tags-case-fold-search.
15056
150572000-03-21 Stefan Monnier <monnier@cs.yale.edu>
15058
15059 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
15060 (diff-end-of-hunk): Return the end position for use in
15061 `easy-mmode-define-navigation'.
15062 (diff-recenter): Remove.
15063 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
15064 of `easy-mmode-define-navigation'.
15065 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
15066 previous renaming) and fix to use new names.
15067 (diff-merge-strings): Use \n as separator: simpler, faster.
15068 (diff-mode): Use `define-derived-mode'.
15069
15070 * derived.el (define-derived-mode): Don't autoload anymore.
15071 Prefer the macro-only version provided by easy-mmode.el.
15072
15073 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
15074 `easy-mmode-define-derived-mode'.
15075 Use `combine-run-hooks'.
15076 (easy-mmode-define-navigation): New macro.
15077
15078 * subr.el (combine-run-hooks): New function.
15079
150802000-03-21 Kenichi HANDA <handa@etl.go.jp>
15081
15082 * term/x-win.el: Fontsets related initialization is simplified.
15083
15084 * international/mule-diag.el (describe-font): Don't refer to
15085 global-fontset-alist, instead call font-list.
15086 (describe-fontset, list-fontsets, mule-diag): Likewise.
15087 (print-fontset): Adjusted for the change of fontset
15088 implementation.
15089
15090 * international/fontset.el (x-charset-registries): Variable
15091 removed, instead the corresponding data is stored in the default
15092 fontset.
15093 (register-alternate-fontnames): Function removed.
15094 (resolved-ascii-font): Variable removed.
15095 (x-compose-font-name): Ignore the second argument REDOCE.
15096 (x-complement-fontset-spec): Complement only an ASCII font and
15097 element for those charsets than can use that ASCII font.
15098 (generate-fontset-menu): Don't refer to global-fontset-alist,
15099 instead call fontset-list.
15100 (uninstantiated-fontset-alist): Variable removed.
15101 (x-style-funcs-alist): Likewise.
15102 (fontset-default-styles): Likewise.
15103 (x-modify-font-name): Function removed.
15104 (create-fontset-from-fontset-spec): Ignore the argument
15105 STYLE-VARIANT.
15106 (create-fontset-from-ascii-font): Docsting adjusted for the above
15107 change.
15108 (instantiate-fontset, resolve-fontset-name): Functions removed.
15109 (fontset-list): Now implemented by C code.
15110
15111 * faces.el (read-face-font): Fix TABLE arg to completing-read.
15112 (describe-face): Include `font' attribute in the description.
15113
151142000-03-21 Kenichi Handa <handa@etl.go.jp>
15115
15116 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
15117
151182000-03-20 Gerd Moellmann <gerd@gnu.org>
15119
15120 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
15121 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
15122 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
15123
15124 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
15125 about behavior of set-buffer-modified-p wrt redisplay.
15126
151272000-03-19 Richard M. Stallman <rms@gnu.org>
15128
15129 * view.el (view-mode-disable): Kill local binding of view-read-only.
15130
151312000-03-18 Gerd Moellmann <gerd@gnu.org>
15132
15133 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
15134 is a string, convert it to a syntax cell using string-to-syntax.
15135
15136 * simple.el (syntax-code-table, syntax-flag-table): New variables.
15137 (string-to-syntax): New function.
15138
15139 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
15140 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
15141 try to use passive ftp mode.
15142
151432000-03-17 Gerd Moellmann <gerd@gnu.org>
15144
15145 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
15146
15147 * simple.el (append-to-buffer): Update point of windows after
15148 insertion.
15149
15150 * abbrev.el (inverse-add-abbrev): Identify word by first moving
15151 forward then moving backward. Reindent.
15152
15153 * frame.el (other-frame): Call x-focus-frame only if
15154 focus-follows-mouse is off.
15155
151562000-03-17 Dave Love <fx@gnu.org>
15157
15158 * pcvs-util.el (cvs-strings->string): Rename
15159 replace-regexps-in-string.
15160
151612000-03-17 Stefan Monnier <monnier@cs.yale.edu>
15162
15163 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
15164 regexp for labels cannot span several lines.
15165
15166 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
15167 `(setq :<key> ':<key>)' to the macro expansion.
15168
151692000-03-16 Dave Love <fx@gnu.org>
15170
15171 * progmodes/f90.el (f90): Put custom group under `languages', not
15172 `fortran'.
15173 (f90-mode-hook): Customize.
15174 (f90-mode): Set add-log-current-defun-function.
15175 (f90-current-defun): New function.
15176
151772000-03-16 Gerd Moellmann <gerd@gnu.org>
15178
15179 * cus-edit.el (custom-variable-tag-face): Handle case that
15180 default face's height is not a number.
15181 (custom-face-tag-face, custom-group-tag-face-1)
15182 (custom-group-tag-face): Ditto.
15183 (custom-group-tag-face-1): Add :group.
15184
15185 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
15186
151872000-03-15 Gerd Moellmann <gerd@gnu.org>
15188
15189 * pcvs-defs.el (toplevel): Remove autoload cookie for form
15190 requiring easymenu.
15191
151922000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15193
15194 * ps-print.el: PostScript user-defined prologue, PostScript error
15195 handler, doc fix.
15196 (ps-print-version): New version number (5.1).
15197 (ps-user-defined-prologue, ps-error-handler-message)
15198 (ps-print-prologue-0, ps-error-handler-alist): New vars.
15199 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
15200 (ps-insert-string): New function.
15201
152022000-03-15 Kenichi Handa <handa@etl.go.jp>
15203
15204 * international/ccl.el (ccl-compile-expression): Don't generate
15205 invalid self-assignment code.
15206
152072000-03-14 Dave Love <fx@gnu.org>
15208
15209 * subr.el (replace-regexp-in-string): Renamed from
15210 replace-regexps-in-string. Doc fix.
15211
152122000-03-12 Dave Love <fx@gnu.org>
15213
15214 * cus-edit.el: Doc fixes.
15215 (customize-set-variable, customize-save-variable): Rename args for
15216 doc.
15217 (custom-variable-tag-face, custom-face-tag-face)
15218 (custom-group-tag-face-1, custom-group-tag-face): Modify from
15219 style which user identify as hyperlink.
15220 (hook): Don't add undefined functions to the hook.
15221 (debug-ignored-errors): Transfer message from bindings.el.
15222
152232000-03-12 Gerd Moellmann <gerd@gnu.org>
15224
15225 * recentf.el (recentf-keep-non-readable-files-p): Remove
15226 double/nested definition.
15227
152282000-03-12 Dave Love <fx@gnu.org>
15229
15230 * facemenu.el (facemenu-get-face): Use display-color-p.
15231 * enriched.el (enriched-decode-foreground): Likewise.
15232 (enriched-decode-background): Likewise.
15233 * isearch.el (isearch-highlight): Likewise.
15234 * info-look.el (info-lookup): Likewise.
15235 * simple.el (completion-setup-function): Likewise.
15236
15237 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
15238 :options.
15239
15240 * bindings.el (mode-line-format): Fix line-number and
15241 column-number items. Add help-echo for the background.
15242 (mode-line-mule-info): Modify help-echo.
15243
15244 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
15245
15246 * files.el (load-file): Allow completion to .elc.
15247
15248 * man.el: Doc fixes.
15249 (Man-init-defvars): Use display-color-p to set fontification.
15250
15251 * play/hanoi.el (hanoi-internal): Don't use oddp.
15252
152532000-03-12 Gerd Moellmann <gerd@gnu.org>
15254
15255 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
15256
15257 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
15258
152592000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
15260
15261 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
15262 Fix comment.
15263
152642000-03-10 Stefan Monnier <monnier@cs.yale.edu>
15265
15266 * font-lock.el (font-lock-keywords): Fix the doc now that
15267 regexp-opt-depth is unnecessary.
15268 (save-buffer-state): Set an edebug spec.
15269 (font-lock-fontify-anchored-keywords): Properly handle the case when
15270 the matcher goes past the limit.
15271
15272 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
15273 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
15274
15275 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
15276 dll.el and cookie.el (from Elib) with heavy renaming and other
15277 massaging.
15278
15279 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
15280 Autoload the functions used.
15281 (easy-mmode-define-syntax): Fix CL typo.
15282 (easy-mmode-define-derived-mode): Improve the docstring generation.
15283
152842000-03-10 Gerd Moellmann <gerd@gnu.org>
15285
15286 * textmodes/texinfo.el (texinfo-version): Variable and function
15287 removed.
15288
152892000-03-09 Stefan Monnier <monnier@cs.yale.edu>
15290
15291 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
15292 allow more flexibility.
15293 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
15294 fns.
15295 (easy-mmode-defmap, easy-mmode-defsyntax)
15296 (easy-mmode-define-derived-mode): New macros.
15297
152982000-03-09 Didier Verna <didier@xemacs.org>
15299
15300 * rect.el (replace-rectangle): New function.
15301
153022000-03-09 Dave Love <fx@gnu.org>
15303
15304 * progmodes/fortran.el (fortran-comment-line-start): Define as
15305 "C".
15306 (fortran-comment-line-start-skip): Don't match cpp stuff.
15307 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
15308 (fortran-mode-map): Remove over-eager custom-menu-create for now.
15309 (fortran-mode): Don't set fortran-comment-line-start-skip,
15310 fortran-comment-line-start here. Set comment-start,
15311 add-log-current-defun.
15312 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
15313 (fortran-current-defun): New function.
15314
153152000-03-09 Gerd Moellmann <gerd@gnu.org>
15316
15317 * emacs-lisp/re-builder.el: New file.
15318
15319 * mouse.el (mouse-drag-region): Don't run up-event handler
15320 if hscroll has changed.
15321
15322 * octave-mod.el (octave-font-lock-keywords): To font-lock the
15323 builtin operators, use `font-lock-builtin-face' for Emacs and
15324 `font-lock-preprocessor-face' otherwise.
15325
15326 * font-lock.el (lisp-font-lock-keywords-1): Highlight
15327 `(defun (setf foo)' differently.
15328
153292000-03-08 Stefan Monnier <monnier@cs.yale.edu>
15330
15331 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
15332 (regexp-opt): Update comment and adapt the code the new meaning of
15333 the `paren' argument of regex-opt-group for shy-groups.
15334 (regexp-opt-depth): Handle shy groups as well as backslashed
15335 backslashes.
15336 (regexp-opt-group): Turn the leading comment into a docstring.
15337 Allow `paren' to be a string (the string to use to open a group).
15338 Remove open-presuf and close-presuf. Instead of checking for `all
15339 one-char' and then later on check for `several one-char', handle
15340 both cases close together. Also apply a more generic algorithm
15341 for suffixes (the mirror image of the algorithm used for
15342 prefixes). Use shy-groups. Use nreverse rather than reverse.
15343 (regexp-opt-try-suffix): Removed.
15344
15345 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
15346 from comint-mode-map, so we can just inherit from it. Also, move
15347 the initialization into the `defvar' since there's no docstring
15348 anyway and it's fairly short.
15349 (inferior-scheme-mode): Define it as derived-mode: the code is
15350 shorter and this way we inherit from comint-mode-map rather than
15351 copying it.
15352
15353 * subr.el (replace-regexps-in-string): Properly handle the case
15354 where we match an empty string.
15355
15356 * comint.el (comint-exec-1): Add the current-dir to the exec-path
15357 when the command has a directory component (such as "./testml").
15358 Also fix a typo in the comment.
15359
153602000-03-08 Gerd Moellmann <gerd@gnu.org>
15361
15362 * Makefile (compile-files): Compile files one by one because
15363 that's the only way to ensure a clean compilation environment for
15364 each individual file.
15365
15366 * frame.el (other-frame): Call x-focus-frame.
15367
153682000-03-07 Dave Love <fx@gnu.org>
15369
15370 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
15371 :require to defcustom.
15372
15373 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
15374 lists.
15375
15376 * files.el (auto-mode-alist): Add configure.in.
15377
15378 * progmodes/autoconf.el: New file.
15379
153802000-03-07 Gerd Moellmann <gerd@gnu.org>
15381
15382 * mail/mh-e.el: Change maintainer to `none'.
15383
15384 * recentf.el (recentf-keep-non-readable-files-p): Quote args
15385 to remove-hook and add-hook.
15386
153872000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
15388
15389 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
15390 it as the default.
15391 (mail-send): Test mail-send-nonascii also for the new `mime' value.
15392 (sendmail-send-it): Conditionally add MIME headers specifying the
15393 used character set.
15394
153952000-03-07 Dave Love <fx@gnu.org>
15396
15397 * winner.el: Fix keywords, autoload cookies. Split
15398 eval-when-compile form to avoid compilation failure.
15399
154002000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
15401
15402 * international/mule.el: Modify comment about coding system
15403 property `coding-category'.
15404 (make-coding-system): New argument EOL-TYPE. Pay attention to
15405 coding-category property of PROPERTIES.
15406
15407 * international/mule-conf.el (coding-category-utf-8,
15408 coding-category-utf-16-be, coding-category-utf-16-le): New coding
15409 categories. Include them in the argument for set-coding-priority.
15410
15411 * international/mule-cmds.el (reset-language-environment): Include
15412 coding-category-utf-8, coding-category-utf-16-be, and
15413 coding-category-utf-16-le in the argument for set-coding-priority.
15414 (reset-language-environment): Initialize coding-category-utf-8,
15415 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
15416
154172000-03-06 Karl Fogel <kfogel@red-bean.com>
15418
15419 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
15420 code abstracted out of `bookmark-jump-noselect'. Now tries info
15421 extensions as well as compression extensions.
15422 (bookmark-jump-noselect): Use above new func.
15423
154242000-03-03 Gerd Moellmann <gerd@gnu.org>
15425
15426 * strokes.el: Change maintainer's mail address.
15427
154282000-03-03 Kenichi Handa <handa@etl.go.jp>
15429
15430 * international/mule-diag.el (list-character-sets): Make help-echo
15431 string by substitute-command-keys.
15432 (list-character-sets): Likewise.
15433 (sort-listed-character-sets): Call help-setup-xref.
15434
154352000-03-02 Gerd Moellmann <gerd@gnu.org>
15436
15437 * time.el (display-time-mail-file): Add `none' to the list of
15438 choices.
15439
154402000-03-01 Dave Love <fx@gnu.org>
15441
15442 * help.el (help-xref-go-back): Don't try to set position.
15443
15444 * international/mule-diag.el (list-character-sets): Call
15445 help-setup-xref. Add help-echo to xrefs.
15446 (list-character-sets-1): Add help-echo to xrefs.
15447
154482000-03-02 Gerd Moellmann <gerd@gnu.org>
15449
15450 * frame.el (blink-cursor-mode): Switch cursor on when turning
15451 the mode off.
15452
15453 * add-log.el (add-log-current-defun): Add support for
15454 Autoconf mode.
15455
15456 * mail/rmail.el (rmail-quit-hook): New variable.
15457
154582000-03-01 Dave Love <fx@gnu.org>
15459
15460 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
15461
15462 * help.el (help-xref-button): Add help-echo arg.
15463 (describe-function-1, describe-variable, help-make-xrefs): Use it.
15464
15465 * faces.el (list-faces-display): Supply help-echo with
15466 help-make-xrefs.
15467
15468 * facemenu.el (list-text-properties-at): Set help-xref-stack to
15469 nil.
15470
154712000-03-01 Gerd Moellmann <gerd@gnu.org>
15472
15473 * image.el (defimage): Look for image files in load-path.
15474
15475 * frame.el (busy-cursor-delay-seconds): Change type to
15476 `number'.
15477
154782000-03-01 David Ponce <david.ponce@wanadoo.fr>
15479
15480 * recentf.el (recentf): Added version tag to the defgroup of
15481 recentf.
15482
154832000-03-01 David Ponce <david.ponce@wanadoo.fr>
15484
15485 * recentf.el (recentf-cleanup): Changed to remove excluded file
15486 too.
15487 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
15488 action to select/unselect a file.
15489 (recentf-edit-list): Code cleanup and improvement.
15490 (recentf-open-more-files-action): `recentf-open-more-files' button
15491 widget action to open a file.
15492 (recentf-open-more-files): No more use standard completion but
15493 widgets.
15494 (recentf-more-collection): Deleted.
15495 (recentf-more-history): Deleted.
15496 (recentf-setup-more-completion): Deleted.
15497
154982000-03-01 David Ponce <david.ponce@wanadoo.fr>
15499
15500 * recentf.el (recentf-mode): No more needs that Emacs is running
15501 under a window-system.
15502
155031999-03-01 David Ponce <david.ponce@wanadoo.fr>
15504
15505 * recentf.el (recentf-edit-list): New command to edit the recent
15506 list which allow the user to remove files.
15507 (recentf-edit-selected-items): New global variable, used by
15508 `recentf-edit-list' to hold the list of files to be removed from
15509 the recent list.
15510 (recentf-make-menu-items): Updated to display a "Edit list..."
15511 menu item. Minor code cleanup.
15512
155131999-03-01 David Ponce <david.ponce@wanadoo.fr>
15514
15515 * recentf.el (recentf-open-more-files): New command to open files
15516 that are not displayed in the menu.
15517 (recentf-more-collection): New global variable holding the set of
15518 permissible completions used by `recentf-open-more-files'.
15519 (recentf-more-history): New global variable holding the history list
15520 used by `recentf-open-more-files' completion.
15521 (recentf-setup-more-completion): New function to setup completion for
15522 `recentf-open-more-files'.
15523 (recentf-make-menu-items): Updated to display a "More..." menu item.
15524
155251999-03-01 David Ponce <david.ponce@wanadoo.fr>
15526
15527 * recentf.el (recentf-menu-action): Doc fixed.
15528
155291999-03-01 David Ponce <david.ponce@wanadoo.fr>
15530
15531 * recentf.el (recentf-menu-filter): Doc updated.
15532 (recentf-update-menu-hook): Allow menu filters to force menu update.
15533 (recentf-make-menu-items): New menu filter handling.
15534 (recentf-make-menu-item): New helper function.
15535 (recentf-menu-elements): New menu handling function.
15536 (recentf-sort-ascending): Updated to new menu filter handling.
15537 (recentf-sort-descending): Updated to new menu filter handling.
15538 (recentf-sort-basenames-ascending): New menu filter function.
15539 (recentf-sort-basenames-descending): New menu filter function.
15540 (recentf-show-basenames): New menu filter function.
15541 (recentf-show-basenames-ascending): New menu filter function.
15542 (recentf-show-basenames-descending): New menu filter function.
15543
155442000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15545
15546 * diary-lib.el (list-diary-entries): Don't try to go forward at
15547 the end of the buffer.
15548
155492000-02-29 Kenichi Handa <handa@etl.go.jp>
15550
15551 * international/mule-diag.el (list-character-sets): Completely
15552 rewritten.
15553 (sort-listed-character-sets): New function.
15554 (list-character-sets-1): Completely rewritten.
15555 (list-character-sets-2): New function.
15556 (non-iso-charset-alist): New variable.
15557 (decode-codepage-char): New function.
15558 (charset-history): New variable.
15559 (read-charset) (list-block-of-chars)
15560 (list-iso-charset-chars)
15561 (list-non-iso-charset-chars)
15562 (list-charset-chars): New functions.
15563 (mule-diag): Call list-character-sets-2, not
15564 list-character-sets-2.
15565 (dump-charsets): Likewise.
15566
155672000-02-29 Gerd Moellmann <gerd@gnu.org>
15568
15569 * dired-x.el (dired-filename-at-point): Add `@' to valid
15570 file name characters.
15571 (dired-filename-at-point): Handle ange-ftp file names.
15572
15573 * frame.el (frame-notice-user-settings): Use assq-delete-all
15574 instead of assoc-delete-all.
15575 (frame-notice-user-settings): Ditto.
15576
15577 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
15578 Don't copy alist.
15579
155802000-02-28 Eli Barzilay <eli@cs.cornell.edu>
15581
15582 * calculator.el (calculator-use-menu): New option.
15583 (calculator-initial-bindings): Changed some bindings to work as
15584 macros.
15585 (calculator-forced-input): Removed.
15586 (calculator-restart-other-mode): New variable.
15587 (calculator-mode-map): Set up menu.
15588
155892000-02-28 Jari Aalto <jari.aalto@poboxes.com>
15590
15591 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
15592 tags.
15593
155942000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
15595
15596 * viper-cmd.el (viper-envelop-ESC-key): added the option to
15597 translate all ESC key sequences.
15598 (viper-goto-mark-subr): restore markers for files for which
15599 they were saved.
15600 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
15601 * viper-util.el (viper-set-replace-overlay-glyphs,
15602 viper-set-replace-overlay): always check if the replacement
15603 overlay is live.
15604 * viper.el (viper-vi-state-mode-list): added major modes.
15605 * ediff-wind.el: minor comment changes.
15606 * ediff.el: copyright notice date fix.
15607
156082000-02-27 Jason Rumney <jasonr@gnu.org>
15609
15610 * faces.el (face-font-family-alternatives): Add arial to helv.
15611 (mode-line, header-line, tool-bar): Same default as x for w32.
15612 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
15613 face-font-family-alternatives from working.
15614 * term/w32-win.el (mouse-set-font): Do not build fontset from
15615 chosen font.
15616
156172000-02-25 Sam Steingold <sds@goems.com>
15618
15619 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
15620 properly.
15621
156222000-02-25 Richard M. Stallman <rms@gnu.org>
15623
15624 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
15625
156262000-02-25 Gerd Moellmann <gerd@gnu.org>
15627
15628 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
15629 writable.
15630
15631 * frame.el (busy-cursor-delay-seconds): New option.
15632
156332000-02-24 Gerd Moellmann <gerd@gnu.org>
15634
15635 * frame.el (show-cursor-in-non-selected-windows): New option.
15636
156372000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15638
15639 * diary-lib.el (include-other-diary-files): Undo the selective
15640 display in any included file and don't kill it.
15641
156422000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
15643
15644 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
15645 bar. Menu items converted to (menu-item format, help strings
15646 added.
15647 [downcase, upcase]: Don't enable on MS-DOS.
15648 [symlink, symlinks]: Don't show if make-symbolic-link is not
15649 bound.
15650 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
15651
156522000-02-23 Dave Love <fx@gnu.org>
15653
15654 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
15655 (backward-kill-word): Revert addition of * to interactive spec --
15656 it's a feature.
15657
15658 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
15659 (backward-kill-sentence, kill-sentence): Likewise.
15660
15661 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
15662 scratch buffer name.
15663 (gud-format-command): Use int-to-string in ?l case. Simplify
15664 slightly.
15665
15666 * term/w32-win.el (internal-face-interactive): Update prompt for
15667 new read-face-name.
15668
15669 * mail/footnote.el (footnote): Add :version to defgroup.
15670 (footnote-section-tag-regexp): Customize.
15671 (footnote-start-tag, footnote-end-tag): New option.
15672 (footnote-latin-regexp): New variable.
15673 (Footnote-latin): New function.
15674 (footnote-style-alist): Add element for latin style.
15675 (footnote-style): Moved.
15676 (Footnote-goto-footnote): Use eq to test arg.
15677
15678 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
15679
15680 * emacs-lisp/byte-opt.el: Change old backquote syntax.
15681 (byte-compile-trueconstp): Include keywords.
15682 (byte-optimize-quote, byte-optimize-lapcode): Use
15683 byte-compile-const-symbol-p.
15684 (byte-optimize-char-before): New optimization.
15685
15686 * emacs-lisp/bytecomp.el: Change old backquote syntax.
15687 (byte-compile-const-symbol-p): New function.
15688 (byte-compile-constp, byte-compile-out-toplevel)
15689 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
15690 Use it.
15691
15692 * subr.el (define-key-after): Default AFTER to t. Doc fix.
15693
156942000-02-23 Kenichi Handa <handa@etl.go.jp>
15695
15696 * international/encoded-kb.el: Be sure to update minor-mode-alist
15697 and minor-mode-map-alist.
15698 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
15699 codes SS2 and SS3 correctly.
15700 (encoded-kbd-self-insert-ccl): New function.
15701 (encoded-kbd-setup-keymap): New function.
15702 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
15703 by calling encoded-kbd-setup-keymap.
15704
15705 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
15706 characters.
15707 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
15708 locally.
15709
157102000-02-22 Dave Love <fx@gnu.org>
15711
15712 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
15713 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
15714 defvar.
15715 (lisp-mode-syntax-table): Set up for #|...|# comments.
15716 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
15717 classes. Match `defface'.
15718 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
15719 (eval-defun-1): Fix for defcustom.
15720 (lisp-indent-region): Doc fix.
15721
15722 * subr.el (when, unless, split-string): Doc fix.
15723 (read-passwd): Move call of clear-this-command-keys to the right
15724 place.
15725 (replace-regexps-in-string): New function.
15726
157272000-02-22 Gerd Moellmann <gerd@gnu.org>
15728
15729 * help.el (describe-variable): Set syntax table to
15730 emacs-lisp-mode-syntax-table when moving forward over the
15731 symbol's name.
15732
157332000-02-22 Dave Love <fx@gnu.org>
15734
15735 * xt-mouse.el: Doc fixes.
15736 (xterm-mouse-position-function): New function, replacing advice of
15737 mouse-position.
15738 (xterm-mouse-mode): Use it. Don't turn on under a window system.
15739
15740 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
15741
157422000-02-21 Gerd Moellmann <gerd@gnu.org>
15743
15744 * format.el (format-annotate-single-property-change): Handle
15745 properties.with dotted-list values.
15746 (format-proper-list-p): New function.
15747
15748 * enriched.el (enriched-face-ans): Handle '(foreground-color
15749 . COLOR) and (background-color . COLOR).
15750
157512000-02-20 Dave Love <fx@gnu.org>
15752
15753 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
15754 and assignments to it.
15755 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
15756 current local map.
15757 (make-flyspell-overlay): Use it.
15758 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
15759
15760 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
15761 (lm-get-header-re): Defun, not defsubst.
15762 (lm-get-package-name): Defun, not defsubst. Simplify.
15763 (lm-version): Doc fix. Simplify.
15764 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
15765 (lm-crack-address, lm-last-modified-date, lm-commentary)
15766 (lm-verify, lm-synopsis): Simplify.
15767 (lm-report-bug): Require emacsbug. Use compose-mail.
15768
157692000-02-20 Gerd Moellmann <gerd@gnu.org>
15770
15771 * dired.el (dired-mode): Call propertized-buffer-identification
15772 to set mode-line-buffer-identification to something having
15773 the right text properties.
15774
15775 * bindings.el (propertized-buffer-identification): New function.
15776
157772000-02-20 Dave Love <fx@gnu.org>
15778
15779 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
15780 check for t-mouse too.
15781
15782 * cus-start.el: Make echo-keystrokes `number'.
15783
157842000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
15785
15786 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
15787 Don't call ring-empty-p unless tags-location-ring is bound.
15788 From Noah Friedman <friedman@splode.com>.
15789
157902000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
15791
15792 * progmodes/hideshow.el (hs-flag-region): No longer use
15793 `intangible' overlay property.
15794
15795 (hs-toggle-hiding): New command.
15796 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
15797
15798 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
15799 Fix omission bug: Run `hs-minor-mode-hook' for both activation
15800 and deactivation.
15801
158022000-02-18 Gerd Moellmann <gerd@gnu.org>
15803
15804 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
15805
158062000-02-17 Gerd Moellmann <gerd@gnu.org>
15807
15808 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
15809
15810 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
15811 of `*' to handle `(* ... *)' comments.
15812
158132000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
15814
15815 * faces.el (list-faces-display): Use display-mouse-p instead of
15816 window-system.
15817
15818 * menu-bar.el (global-map): Menu-bar items converted to the new
15819 format (menu-item..., rearranged for better CUA compliance, and
15820 their names changed for better clarity. Help strings added.
15821
15822 * international/mule-cmds.el (mule-menu-keymap)
15823 (describe-language-environment-map, set-coding-system-map)
15824 (setup-language-environment-map): Convert to new (menu-item...
15825 form, add help strings. Change names of menu items for better
15826 clarity. "Mule" menu-bar item removed (it's now in the "Options"
15827 submenu).
15828
158292000-02-17 Gerd Moellmann <gerd@gnu.org>
15830
15831 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
15832 within the code.
15833
158342000-02-16 Dave Love <fx@gnu.org>
15835
15836 * faces.el: Don't require custom. Add more specific :groups to
15837 various deffaces.
15838 (set-face-attribute): Purecopy args.
15839 (read-face-name): Default to name at point and use it in prompt.
15840 Remove colon from arg in all callers.
15841 (list-faces-display): Hyperlink to face descriptions and customize
15842 buffers.
15843
158442000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
15845
15846 * wid-edit.el (widget-match-inline): An atom never matches a
15847 list.
15848
158492000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15850
15851 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15852 at ':' characters by call to split-string.
15853
158542000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15855
15856 * textmodes/bibtex.el: Added RCS version identification.
15857
158582000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15859
15860 * textmodes/bibtex.el: Some temporary comments removed.
15861 (bibtex-field-name, bibtex-entry-type): Made the relationship
15862 explicit.
15863 (bibtex-field-const): Allow capital letters.
15864 (bibtex-start-of-string): Deleted because unused.
15865
15866 * textmodes/bibtex.el: Unified some nomenclature. We no longer
15867 use the term 'reference' to describe a bibtex entry as a whole.
15868 Further, reference keys are no longer called 'labels'.
15869 (bibtex-keys): Renamed to bibtex-reference-keys.
15870 (bibtex-reformat-previous-labels): Renamed to
15871 bibtex-reformat-previous-reference-keys.
15872 (bibtex-reference-type): Renamed to bibtex-entry-type.
15873 (bibtex-reference-head): Renamed to bibtex-entry-head.
15874 (bibtex-reference-maybe-empty-head): Renamed to
15875 bibtex-entry-maybe-empty-head.
15876 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15877 (bibtex-search-reference): Renamed to bibtex-search-entry.
15878 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15879 bibtex-enclosing-entry-maybe-empty-head.
15880 (bibtex-entry-field-alist, bibtex-entry-head,
15881 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15882 bibtex-map-entries, bibtex-search-entry,
15883 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15884 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15885 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15886 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15887 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15888 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15889 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15890
158912000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15892
15893 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15894 comment.
15895 (bibtex-format-field-delimiters): New function, functionality
15896 extracted from bibtex-format-entry.
15897 (bibtex-autokey-get-yearfield-digits): New function, functionality
15898 extracted from bibtex-autokey-get-yearfield.
15899
15900 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15901 entries in order to avoid stack overflow in the regexp matcher if
15902 field contents become large.
15903 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15904 bibtex-field-string-part-not-braced,
15905 bibtex-field-string-part-no-inner-braces,
15906 bibtex-field-string-part-1-inner-brace,
15907 bibtex-field-string-part-2-inner-braces,
15908 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15909 bibtex-field-string-quoted, bibtex-field-string,
15910 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15911 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15912 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15913 as parsing is now performed by the following functions.
15914 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15915 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15916 bibtex-parse-field-string, bibtex-search-forward-field-string,
15917 bibtex-parse-association, bibtex-field-name-for-parsing,
15918 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15919 bibtex-search-forward-field, bibtex-search-backward-field,
15920 bibtex-start-of-field, bibtex-end-of-field,
15921 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15922 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15923 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15924 bibtex-parse-string, bibtex-search-forward-string,
15925 bibtex-search-backward-string, bibtex-start-of-string,
15926 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15927 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15928 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15929 entries. Instead of reporting the results of the parsing by
15930 match-beginning or match-end, these functions return data structures
15931 that hold the corresponding positions.
15932 (bibtex-enclosing-field): Changed to also report field boundaries by
15933 return values rather than by match-beginning or match-end. The
15934 following functions have been adapted to use the new parsing
15935 functions.
15936 (bibtex-skip-to-valid-entry, bibtex-search-reference,
15937 bibtex-enclosing-field, bibtex-format-entry,
15938 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15939 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15940 bibtex-print-help-message, bibtex-end-of-entry,
15941 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15942 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15943 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15944 method for parsing.
15945 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15946 bibtex-map-entries, bibtex-flash-head,
15947 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15948 bibtex-autokey-change, bibtex-autokey-get-namefield,
15949 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15950 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15951 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15952 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15953 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15954 order to make the new binding of case-fold-search immediately
15955 visible.
15956
159572000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15958
15959 * textmodes/bibtex.el: Copyright notice is up to date.
15960 Added constant 'bibtex-maintainer-salutation.
15961
15962 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15963 than make-temp-name, use match-string-no-properties and eliminate
15964 a quadratic behavior when building bibtex-strings.
15965
15966 * bibtex.el (bibtex-reference-key): Accept string entries whose
15967 reference key contains upper case letters.
15968
159692000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15970
15971 * bibtex.el (bibtex-reference-head): Allow entries to start with
15972 a new line.
15973
159742000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15975
15976 * bibtex.el: Hiding of entry bodies is not longer provided by
15977 bibtex.el directly. Instead the hideshow package can be used.
15978 Added a special bibtex entry to hs-special-modes-alist.
15979 (bibtex-hs-forward-sexp): Added for hideshow.el.
15980
159812000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15982
15983 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15984 at ':' characters by call to split-string.
15985
159862000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15987
15988 * textmodes/bibtex.el: Added RCS version identification.
15989
159902000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15991
15992 * textmodes/bibtex.el: Some temporary comments removed.
15993 (bibtex-field-name, bibtex-entry-type): Made the relationship
15994 explicit.
15995 (bibtex-field-const): Allow capital letters.
15996 (bibtex-start-of-string): Deleted because unused.
15997
15998 * textmodes/bibtex.el: Unified some nomenclature. We no longer
15999 use the term 'reference' to describe a bibtex entry as a whole.
16000 Further, reference keys are no longer called 'labels'.
16001 (bibtex-keys): Renamed to bibtex-reference-keys.
16002 (bibtex-reformat-previous-labels): Renamed to
16003 bibtex-reformat-previous-reference-keys.
16004 (bibtex-reference-type): Renamed to bibtex-entry-type.
16005 (bibtex-reference-head): Renamed to bibtex-entry-head.
16006 (bibtex-reference-maybe-empty-head): Renamed to
16007 bibtex-entry-maybe-empty-head.
16008 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
16009 (bibtex-search-reference): Renamed to bibtex-search-entry.
16010 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
16011 bibtex-enclosing-entry-maybe-empty-head.
16012 (bibtex-entry-field-alist, bibtex-entry-head,
16013 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
16014 bibtex-map-entries, bibtex-search-entry,
16015 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
16016 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16017 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
16018 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
16019 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
16020 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
16021 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
16022
160232000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16024
16025 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
16026 comment.
16027 (bibtex-format-field-delimiters): New function, functionality
16028 extracted from bibtex-format-entry.
16029 (bibtex-autokey-get-yearfield-digits): New function, functionality
16030 extracted from bibtex-autokey-get-yearfield.
16031
16032 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
16033 entries in order to avoid stack overflow in the regexp matcher if
16034 field contents become large.
16035 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
16036 bibtex-field-string-part-not-braced,
16037 bibtex-field-string-part-no-inner-braces,
16038 bibtex-field-string-part-1-inner-brace,
16039 bibtex-field-string-part-2-inner-braces,
16040 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
16041 bibtex-field-string-quoted, bibtex-field-string,
16042 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
16043 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
16044 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
16045 as parsing is now performed by the following functions.
16046 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
16047 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
16048 bibtex-parse-field-string, bibtex-search-forward-field-string,
16049 bibtex-parse-association, bibtex-field-name-for-parsing,
16050 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
16051 bibtex-search-forward-field, bibtex-search-backward-field,
16052 bibtex-start-of-field, bibtex-end-of-field,
16053 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
16054 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
16055 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
16056 bibtex-parse-string, bibtex-search-forward-string,
16057 bibtex-search-backward-string, bibtex-start-of-string,
16058 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
16059 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
16060 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
16061 entries. Instead of reporting the results of the parsing by
16062 match-beginning or match-end, these functions return data structures
16063 that hold the corresponding positions.
16064 (bibtex-enclosing-field): Changed to also report field boundaries by
16065 return values rather than by match-beginning or match-end. The
16066 following functions have been adapted to use the new parsing
16067 functions.
16068 (bibtex-skip-to-valid-entry, bibtex-search-reference,
16069 bibtex-enclosing-field, bibtex-format-entry,
16070 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
16071 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
16072 bibtex-print-help-message, bibtex-end-of-entry,
16073 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
16074 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16075 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
16076 method for parsing.
16077 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
16078 bibtex-map-entries, bibtex-flash-head,
16079 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
16080 bibtex-autokey-change, bibtex-autokey-get-namefield,
16081 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
16082 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16083 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
16084 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16085 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
16086 order to make the new binding of case-fold-search immediately
16087 visible.
16088
160892000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16090
16091 * textmodes/bibtex.el: Copyright notice is up to date.
16092 Added constant 'bibtex-maintainer-salutation.
16093
16094 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
16095 than make-temp-name, use match-string-no-properties and eliminate
16096 a quadratic behavior when building bibtex-strings.
16097
16098 * bibtex.el (bibtex-reference-key): Accept string entries whose
16099 reference key contains upper case letters.
16100
161012000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16102
16103 * bibtex.el (bibtex-reference-head): Allow entries to start with
16104 a new line.
16105
161062000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16107
16108 * bibtex.el: Hiding of entry bodies is not longer provided by
16109 bibtex.el directly. Instead the hideshow package can be used.
16110 Added a special bibtex entry to hs-special-modes-alist.
16111 (bibtex-hs-forward-sexp): Added for hideshow.el.
16112
161132000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16114
16115 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
16116 proceedings entry type (for cross referencing). Thanks to Wagner
16117 Toledo Correa for the suggestion.
16118
16119 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
16120
161212000-02-14 Kenichi Handa <handa@etl.go.jp>
16122
16123 * international/characters.el: Setup case table for Vietnamese.
16124
161252000-02-12 Gerd Moellmann <gerd@gnu.org>
16126
16127 * uniquify.el (toplevel): Require CL at compile time.
16128 (uniquify-push): Removed.
16129
16130 * shadowfile.el (shadow-when): Removed.
16131
16132 * tempo.el (tempo-dolist, tempo-mapc): Removed.
16133 (tempo-process-and-insert-string): Use dolist instead of
16134 tempo-dolist.
16135
16136 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
16137 regexp for paragraph-start.
16138
16139 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
16140 commas as well.
16141
161422000-02-10 Dave Love <fx@gnu.org>
16143
16144 * wid-edit.el: (widgets) [defgroup]: Remove url link.
16145 (widget-color-choice-list, widget-color-history, widget-mouse-help):
16146 Deleted.
16147 (widget-specify-field, widget-specify-button): Don't use
16148 widget-mouse-help as help-echo property.
16149 (default): Use #'ignore for :validate and :mouse-down-action.
16150 (checkbox): Add help-echo.
16151 (widget-sexp-validate): Rewritten to clarify error messages.
16152 (character): Use char-valid-p in :match function.
16153 (widget-color-complete): Use facemenu-color-alist.
16154 (widget-color-action): Use facemenu-read-color.
16155
16156 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
16157 set up `caar' &c that we now have.
16158
161592000-02-09 Ray Blaak <blaak@gnu.org>
16160
16161 * delphi.el: Make resourcestring a declaration region, like const
16162 and var.
16163
161642000-02-09 Dave Love <fx@gnu.org>
16165
16166 * bindings.el (mode-line-input-method-map): New variable.
16167 (mode-line-mule-info): Use it; fix last change.
16168 (mode-line-mode-menu): Move definition.
16169 (mode-line-mouse-sensitive-p): Deleted.
16170 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
16171 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
16172 level.
16173
16174 * startup.el (command-line-1): Don't call
16175 make-mode-line-mouse-sensitive.
16176
161772000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16178
16179 * mail/rmail.el (rmail-retry-failure): Use
16180 rmail-beginning-of-message before rmail-toggle-header, because the
16181 former toggles headers.
16182
161832000-02-06 Stefan Monnier <monnier@cs.yale.edu>
16184
16185 * diff-mode.el (diff-kill-junk): New interactive function.
16186 (diff-reverse-direction): Use delete-and-extract-region.
16187 (diff-post-command-hook): Restrict the area so that the hook also works
16188 outside of any diff hunk. This is necessary for the minor-mode.
16189 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
16190 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
16191
16192 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
16193 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
16194 so that it can be used more easily in <foo>-mode-hook. Also make sure
16195 to avoid duplicate entries.
16196 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
16197 (font-lock-remove-keywords): Just as was done for `add', allow it to
16198 work even if font-lock-mode is nil. Also make sure we don't modify
16199 any pre-existing list by forcing a copy-sequence. Finally rename
16200 `major-mode' to `mode'.
16201 (font-lock-fontify-syntactic-anchored-keywords)
16202 (font-lock-fontify-anchored-keywords)
16203 (font-lock-fontify-keywords-region): Use line-end-position.
16204 Don't make `font-lock-multiline' local (it's now done in
16205 font-lock-set-defaults).
16206 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
16207 move the `font-lock-fontified' creation to inside the `unless'.
16208
162092000-02-06 Andrew Innes <andrewi@gnu.org>
16210
16211 * term/w32-win.el (x-handle-args): Comment out call to message,
16212 which occurs before window system is initialized.
16213
16214 * makefile.nt: Add support for recompiling lisp code.
16215
162162000-02-04 Dave Love <fx@gnu.org>
16217
16218 * bindings.el (mode-line-mule-info): Fix/extend last change.
16219
16220 * completion.el: Replace completion-dolist with dolist.
16221
16222 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
16223 dotimes.
16224
162252000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
16226
16227 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
16228 environment names before they go into the section regexp.
16229
16230 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
16231 char class in regexp.
16232
16233 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
16234 `case-fold-search' to nil.
16235
16236 * progmodes/idlwave.el (idlwave-template): Respect
16237 `idlwave-abbrev-change-case'.
16238 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
16239 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
16240 idlwave-while): respect `idlwave-reserved-word-upcase'.
16241 (idlwave-rw-case): New function.
16242 (idlwave-statement-match): Fixed problem with assignment regexp.
16243 (idlwave-font-lock-keywords): Improved regexp for keyword
16244 parameters.
16245 (idlwave-surround): New argument LENGTH to support padding of
16246 operators longer than 1 char.
16247
16248 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
16249 idlwave-shell-expression-overlay. Implemented printing of
16250 expressions on higher levels of the calling stack.
16251 (idlwave-shell-display-level-in-calling-stack): Restore stack
16252 level.
16253 (idlwave-retrieve-expression-from-level): New function.
16254 (idlwave-shell-last-calling-stack): Variable removed.
16255 (idlwave-shell-reset): Argument action reversed (`visible' to
16256 `hidden'). Also remove stop-line overlay.
16257 (idlwave-shell-calling-stack-routine): New variable.
16258 (idlwave-shell-parse-stack-and-display): Messages now display
16259 negative level numbers.
16260 (idlwave-shell-mode): Set `modeline-format'.
16261 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
16262 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
16263 21.
16264 (idlwave-shell-print-expression-function): New option.
16265
16266 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
16267 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
16268 `tool-bar' instead of `toolbar'.
16269
162702000-02-02 Dave Love <fx@gnu.org>
16271
16272 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
16273 emacs-lisp-mode-hook. Don't check for defalias being defined.
16274
16275 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
16276 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
16277 the new builtins directly.
16278
16279 * whitespace.el (whitespace): Add :version to defgroup.
16280
16281 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
16282 Doc fix.
16283
16284 * thingatpt.el (sexp-at-point, symbol-at-point)
16285 (number-at-point, list-at-point): Add autoload cookie.
16286
16287 * recentf.el (recentf): Add :version to defgroup.
16288
16289 * quickurl.el (quickurl): Add :version to defgroup.
16290
16291 * elide-head.el (elide-head): Use point-marker more.
16292
16293 * bs.el (bs): Add :version to defgroup.
16294
16295 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
16296
16297 * progmodes/delphi.el (delphi): Add :version to defgroup.
16298
162992000-02-02 Gerd Moellmann <gerd@gnu.org>
16300
16301 * ange-ftp.el (ange-ftp-write-region): Handle case that
16302 succeeding process operation sets a different coding system.
16303
16304 * calculator.el: New file.
16305
163062000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
16307
16308 * frame.el (frames-on-display-list, framep-on-display): New
16309 functions.
16310 (display-mouse-p, display-popup-menus-p, display-graphic-p)
16311 (display-selections-p, display-screens, display-pixel-width)
16312 (display-pixel-height, display-mm-width, display-mm-height)
16313 (display-backing-store, display-save-under, display-planes)
16314 (display-color-cells, display-visual-class): New functions.
16315
16316 * term/tty-colors.el (tty-color-gray-shades): New function.
16317
16318 * faces.el (display-color-p): Use framep-on-display.
16319 (display-grayscale-p): New function.
16320
163212000-01-31 Dave Love <fx@gnu.org>
16322
16323 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
16324 (create-fontset-from-x-resource): Don't concat integers.
16325
163262000-01-31 Inge Frick <inge@nada.kth.se>
16327
16328 * view.el: Some changes in documentation. Removed some trailing
16329 whitespace. Changed some parameter names to agree with
16330 documentation.
16331 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
16332 window is not deleted. Modifies change 1998-04-26.
16333
163342000-01-31 Gerd Moellmann <gerd@gnu.org>
16335
16336 * windmove.el: New file.
16337
16338 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16339 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16340 progmodes/ebnf-yac.el: Update copyright and license info.
16341
16342 * jit-lock.el (jit-lock-function): Widen before calculating end
16343 position.
16344 (jit-lock-stealth-chunk-start): Rewritten.
16345
16346 * info.el (Info-title-face-alist): Removed.
16347 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
16348 faces.
16349 (Info-fontify-node): Use these faces.
16350
163512000-01-30 Gerd Moellmann <gerd@gnu.org>
16352
16353 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
16354 (cl-macro-list1): Recognize `&allow-other-keys' instead of
16355 `&allow-other-keywords'.
16356
16357 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
16358 the list of directories scanned heuristically.
16359
16360 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
16361 exist.
16362
163632000-01-30 Jason Rumney <jasonr@gnu.org>
16364
16365 * w32-fns.el: Define w32-tty-standard-colors.
16366
16367 * startup.el (command-line): Use w32-tty-standard-colors when in
16368 w32 console mode.
16369
163702000-01-30 Dave Love <fx@gnu.org>
16371
16372 * jka-compr.el (jka-compr-load): Fix up load-history.
16373
16374 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
16375
16376 * emacs-lisp/cl-macs.el: Revert previous change.
16377
163782000-01-29 Dave Love <fx@gnu.org>
16379
16380 * facemenu.el: Purecopy various strings.
16381
16382 * timezone.el (timezone-fix-time): Window against 69 for two-digit
16383 years. Deal with three-digit years.
16384
16385 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
16386 defconst, purecopy.
16387 (help-back-label): Purecopy it.
16388
163892000-01-18 Gerd Moellmann <gerd@gnu.org>
16390
16391 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
16392 variable. If non-nil, order the buffer list according to the
16393 currently selected frame.
16394 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
16395 non-nil, pass the selected frame to function buffer-list.
16396
163972000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16398
16399 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
16400
164012000-01-28 Dave Love <fx@gnu.org>
16402
16403 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
16404
16405 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
16406 Don't use lisp-indent-hook property.
16407 (cl-abs): Remove.
16408
16409 * subr.el: Move out indent and edebug specs for when and unless.
16410
16411 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
16412 when, unless.
16413
16414 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
16415 unless, when.
16416
164172000-01-28 Gerd Moellmann <gerd@gnu.org>
16418
16419 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
16420 `collecting' as synonym for `collect'.
16421
16422 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
16423 for the case it contains spaces.
16424
16425 * simple.el (what-cursor-position): Change formatting of
16426 messages.
16427
16428 * frame.el (delete-other-frames): New function.
16429 (toplevel): Bind it to C-x 5 1.
16430
16431 * sort.el (sort-numeric-base): New option.
16432 (sort-numeric-fields): If number starts with `0' or `0[xX[',
16433 interpret it as octal or hexadecimal. Use sort-numeric-base
16434 as default base.
16435
16436 * progmodes/glasses.el: New file.
16437
164382000-01-27 Gerd Moellmann <gerd@gnu.org>
16439
16440 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
16441 userids differently.
16442
16443 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16444 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16445 progmodes/ebnf-yac.el: New files.
16446
164472000-01-26 Dave Love <fx@gnu.org>
16448
16449 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
16450 on a function with an empty body. [From Eric Ludlam.]
16451
164522000-01-25 Andre Spiegel <spiegel@gnu.org>
16453
16454 * vc.el (vc-version-diff): Make sure file name is expanded.
16455
164562000-01-25 Gerd Moellmann <gerd@gnu.org>
16457
16458 * scroll-bar.el (scroll-bar-timer): Variable removed.
16459 (scroll-bar-toolkit-scroll): Don't use a timer.
16460
164612000-01-25 Kenichi Handa <handa@etl.go.jp>
16462
16463 * language/thai-util.el (thai-composition-function): Delete
16464 superfluous `a'.
16465
164662000-01-24 Dave Love <fx@gnu.org>
16467
16468 * fortran.el (fortran-mode): Use beginning-of-defun-function,
16469 end-of-defun-function.
16470
16471 * font-lock.el (turn-on-font-lock): Don't depend on window-system
16472 &c.
16473
164742000-01-22 Jason Rumney <jasonr@gnu.org>
16475
16476 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
16477 conflicts with new face support.
16478
164792000-01-22 Richard M. Stallman <rms@gnu.org>
16480
16481 * replace.el (query-replace): Rename last arg to DELIMITED.
16482 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
16483 (query-replace-regexp): Likewise.
16484
164852000-01-20 Richard M. Stallman <rms@gnu.org>
16486
16487 * subr.el (with-syntax-table): Use make-symbol, not gensym.
16488
16489 * emacs-lisp/lisp.el (beginning-of-defun-function):
16490 Variable renamed from beginning-of-defun.
16491 Do not call make-variable-buffer-local.
16492 (beginning-of-defun-raw): Use new variable name; doc fix.
16493 (beginning-of-defun): Doc fix.
16494 (end-of-defun-function): Variable renamed from end-of-defun.
16495 Do not call make-variable-buffer-local.
16496 (end-of-defun): Use new variable name; doc fix.
16497
16498 * subr.el (dolist, dotimes): Copied from cl-macs.el
16499 and made to work.
16500
16501 * mail/undigest.el (rmail-digest-end-regexps):
16502 Variable replaces rmail-digest-end-regexp.
16503 Allows multiple regexps for detecting the end line.
16504 (undigestify-rmail-message): Corresponding changes.
16505
165062000-01-19 Dave Love <fx@gnu.org>
16507
16508 * files.el (user-init-file): Don't declare here -- is primitive.
16509
16510 * startup.el (command-line): Check for compiled user-init-file and
16511 set to uncompiled version if necessary.
16512
165132000-01-18 Gerd Moellmann <gerd@gnu.org>
16514
16515 * mail/undigest.el (rmail-digest-end-regexp): New user option.
16516 (undigestify-rmail-message): Use it.
16517
16518 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
16519
165202000-01-17 Gerd Moellmann <gerd@gnu.org>
16521
16522 * tmm.el (tmm-goto-completions): Adapt to prompt being part
16523 of mini-buffer.
16524
165252000-01-14 Gerd Moellmann <gerd@gnu.org>
16526
16527 * emacs-lisp/copyright.el (copyright-update): Removed the
16528 requirement for a trailing space from `copyright-regexp', to
16529 support copyrights with owner specified on a separate line..
16530
16531 * align.el: New file.
16532
16533 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
16534
16535 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
16536
165372000-01-13 Dave Love <fx@gnu.org>
16538
16539 * ph.el: Removed. (Obsoleted by EUDC.)
16540
165412000-01-13 Gerd Moellmann <gerd@gnu.org>
16542
16543 * net/eudc.el (toplevel): Remove autoloaded code installing
16544 menu with easymenu, because that causes build problems.
16545
16546 * frame.el (frame-notice-user-settings): New variable.
16547 (frame-notice-user-settings): Don't modify frame parameters
16548 if called a second time.
16549
165502000-01-13 Richard M. Stallman <rms@gnu.org>
16551
16552 * frame.el (frame-notice-user-settings):
16553 Notice default-frame-parameters even for non-window frames.
16554
165552000-01-13 Gerd Moellmann <gerd@gnu.org>
16556
16557 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
16558 for Emacs.
16559 (eudc-bob-can-display-inline-images): Extend for Emacs.
16560 (eudc-bob-toggle-inline-display): Ditto.
16561 (eudc-bob-display-jpeg): Ditto.
16562
165632000-01-12 Gerd Moellmann <gerd@gnu.org>
16564
16565 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
16566 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
16567 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
16568
16569 * add-log.el (add-change-log-entry): Fix error trying an `(insert
16570 nil)'.
16571
16572 * subdirs.el: Add `net' directory.
16573
16574 * net: New directory.
16575
16576 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
16577 eval-last-sexp. Don't bind debug-on-error here.
16578 (eval-last-sexp): New function. Bind debug-on-error if
16579 eval-expression-debug-on-error is non-nil.
16580 (eval-defun-2, eval-defun): Likewise.
16581
16582 * simple.el (eval-expression): Don't bind debug-on-error if
16583 eval-expression-debug-on-error is nil. Detect changed
16584 debug-on-error, and propagate new value to global binding, if
16585 eval-expression-debug-on-error is non-nil,
16586 (eval-expression-debug-on-error): Change doc string.
16587
165882000-01-11 Richard M. Stallman <rms@gnu.org>
16589
16590 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
16591
16592 * emacs-lisp/lisp-mode.el (with-syntax-table):
16593 Set up lisp-indent-function property.
16594
16595 * subr.el (with-syntax-table): Moved from simple.el.
16596
16597 * simple.el (with-syntax-table): Moved to subr.el.
16598
165992000-01-11 Gerd Moellmann <gerd@gnu.org>
16600
16601 * tmm.el (tmm-shortcut): Delete region after prompt instead
16602 of erasing buffer.
16603
16604 * textmodes/fill.el (fill-common-string-prefix): New function.
16605 (fill-context-prefix): Use the longest common prefix of first
16606 and second line fill prefix, if there is one.
16607
166082000-01-11 Richard M. Stallman <rms@gnu.org>
16609
16610 * array.el (array-mode): Don't use make-variable-buffer-local.
16611 Use make-local-variable for `truncate-lines'.
16612
166132000-01-11 Jari Aalto <jari.aalto@poboxes.com>
16614
16615 * add-log.el (add-log-current-defun): Handle user-defined
16616 add-log-current-function returning nil,
16617
16618 * add-log.el (add-change-log-entry): Insert version number
16619 if having found a current function
16620
16621 * add-log.el (add-log-current-defun): Call
16622 `add-log-current-defun-function'. Try matches at level 0 and
16623 level 1. Strip whitespace from defun found.
16624
166252000-01-10 John Wiegley <johnw@gnu.org>
16626
16627 * allout.el (isearch-done/outline-provisions): Added `edit'
16628 argument to correspond with the current definition of
16629 `isearch-done'.
16630
166312000-01-10 Dave Love <fx@gnu.org>
16632
16633 * elide-head.el (elide-head): Use point-marker, not point.
16634
166352000-01-10 Gerd Moellmann <gerd@gnu.org>
16636
16637 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
16638 before and after the year 2000.
16639
16640 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
16641 Add ispell- prefix.
16642
166432000-01-10 Ken Stevens <k.stevens@ieee.org>
16644
16645 * ispell.el: Only define dictionaries in menus when they exist.
16646 (version18p): New variable.
16647 (version20p): New variable.
16648 (xemacsp): New variable.
16649 (ispell-choices-win-default-height): Fix for XEmacs visibility.
16650 (ispell-dictionary-alist1): Added Brasileiro dictionary.
16651 (ispell-dictionary-alist6): Russian command lines no longer accept
16652 run-together words.
16653 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
16654 (ispell-dictionary-alist): Add koi8-r to customize definition.
16655 (check-ispell-version): Added documentation string. Returns
16656 library path when called non-interactively.
16657 (ispell-menu-map-needed): Uses new variables.
16658 (ispell-library-path): New variable.
16659 (ispell-decode-string): XEmacs fix for bogus variable bindings.
16660 (ispell-word): Improved documentation string. Test for valid
16661 character mappings. Correctly check typed in word changes that can
16662 result in single words split into multiple words. Returns
16663 replacement word.
16664 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
16665 replace in recursive query replace mode. Help message for
16666 recursive edit mode.
16667 (ispell-show-choices): Protect against bad framepop bindings.
16668 (ispell-help): Fix to work with XEmacs.
16669 (ispell-highlight-spelling-error): Use new variables.
16670 (ispell-overlay-window): Fix to work with XEmacs.
16671 (ispell-parse-output): Passed and returns location information
16672 tracking spelling corrections. Doesn't recheck same word on
16673 current line.
16674 (ispell-init-process): Protect against bogus XEmacs variable binding.
16675 Fix call to single argument in sleep-for. Use new variables.
16676 (ispell-region): Passed and returns location information tracking
16677 spelling corrections. Doesn't check same word on current line.
16678 Improved documentation string. Doesn't resend a line already
16679 checked to the ispell process - fixes bug in LaTeX parsing.
16680 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
16681 (ispell-skip-region): No longer skips <TT> in SGML.
16682 (ispell-process-line): Tracks location information with spelling
16683 corrections. Added documentation string. Accounts for words
16684 already accepted on this line. Don't allow query-replace on line
16685 starting with math characters. Doesn't resend a line already sent
16686 to ispell process. Fixes alignment error bug.
16687
166882000-01-10 Richard M. Stallman <rms@gnu.org>
16689
16690 * dired-x.el (dired-guess-shell-alist-default):
16691 Suggest xloadimage, which is free, not xv, which isn't.
16692
16693 * ange-ftp.el (ange-ftp-file-name-nondirectory):
16694 Don't ever include the host name or user name in the value.
16695
166962000-01-09 Gerd Moellmann <gerd@gnu.org>
16697
16698 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
16699 of a real newline.
16700
167012000-01-09 Stephen Eglen <stephen@gnu.org>
16702
16703 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
16704 for .png files.
16705
167062000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
16707
16708 * cus-edit.el (custom-hook-convert-widget): Fix comment.
16709
167102000-01-09 Gerd Moellmann <gerd@gnu.org>
16711
16712 * progmodes/cperl-mode.el: Replace ^F with ^L.
16713
16714 * sendmail.el (toplevel): Provide `sendmail' when compiling
16715 before `require'ing rmail and mailalias to prevent infinite
16716 recursion.
16717
167182000-01-08 Dave Love <fx@gnu.org>
16719
16720 * emacs-lisp/backquote.el: Remove inappropriate customization
16721 (allowing custom.el to use backquote).
16722
167232000-01-07 Dave Love <fx@gnu.org>
16724
16725 * add-log.el (add-log-debugging): Deleted.
16726 (add-change-log-entry): Treat a backup FILE-NAME as its parent
16727 file. Remove debugging code.
16728 (change-log-get-method-definition, change-log-name): Add doc.
16729 (change-log-sortable-date-at): New function.
16730 (change-log-merge): New command.
16731
16732 * time.el (display-time-string-forms): Make the Mail string active.
16733 (display-time-update): Provide help-echo for load average.
16734
16735 * bindings.el (make-mode-line-mouse2-map): New function.
16736 (mode-line-modified): Use it and simplify.
16737 (mode-line-mule-info): Provide help-echo info.
16738 (minor-mode-alist): Activate the strings.
16739 (make-mode-line-mouse-sensitive): Simplify for
16740 mode-line-buffer-identification.
16741
167422000-01-07 Gerd Moellmann <gerd@gnu.org>
16743
16744 * play/pong.el: New file.
16745
167462000-01-06 Dave Love <fx@gnu.org>
16747
16748 * array.el: Assorted cleanups for compiler warnings, doc strings,
16749 `array-' prefix for symbols.
16750
167512000-01-05 Dave Love <fx@gnu.org>
16752
16753 * textmodes/outline.el (outline-mode-menu-bar-map): Add
16754 outline-headers-as-kill.
16755 (outline-mode): Define imenu-generic-expression.
16756 (outline-headers-as-kill): New command.
16757
16758 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
16759 from paragraph-start.
16760 (paragraph-indent-minor-mode): New command.
16761
16762 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
16763 M-C-e, M-C-h, C-j, C-xnd, TAB.
16764 (fortran-mode): Set beginning-of-defun, end-of-defun.
16765 (fortran-column-ruler): Simplify.
16766 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
16767 (fortran-with-subprogram-narrowing): Likewise.
16768 (fortran-indent-subprogram): Call mark-defun.
16769 (fortran-check-for-matching-do): Change narrowing.
16770
16771 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
16772 (cl-lucid-hash-tag): Delete.
16773 (cl-hash-table-p): Correct test for native table.
16774 (cl-hash-table-count): Use hash-table-count.
16775
16776 * browse-url.el (browse-url): Fix case of
16777 browse-url-browser-function being an alist.
16778
167792000-01-05 Carsten Dominik <cd@gnu.org>
16780
16781 * textmodes/reftex-vars.el (reftex-parse-file-extension)
16782 (reftex-index-phrase-file-extension): New options.
16783
16784 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
16785 Use new option `reftex-index-phrase-file-extension'.
16786
16787 * textmodes/reftex.el (reftex-access-parse-file): Use new option
16788 `reftex-parse-file-extension'.
16789
167902000-01-05 Dave Love <fx@gnu.org>
16791
16792 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
16793 (beginning-of-defun-raw): Use it.
16794 (end-of-defun): New variable.
16795 (end-of-defun): Use it.
16796 (check-parens): New command.
16797
167982000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
16799
16800 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
16801 (hs-show-block): Don't use `mapcar' when not accumulating.
16802
16803 Fix buglet in local variables initialization.
16804
168052000-01-05 Andreas Schwab <schwab@suse.de>
16806
16807 * hscroll.el (hscroll): Doc fix.
16808
168092000-01-05 Carsten Dominik <cd@gnu.org>
16810
16811 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
16812 idlw-toolbar.
16813
16814 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
16815 file idlw-rinfo.el.
16816 (idlwave-customize): load must read file idlw-shell.el.
16817 (idlwave-create-customize-menu): load must read file idlw-shell.el.
16818
168192000-01-05 Carsten Dominik <dominik@astro.uva.nl>
16820
16821 * progmodes/idlw-shell.el: Also provide idlwave-shell
16822 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
16823 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
16824
16825 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
16826 both reftex-dcr and reftex-vcr.
16827
16828 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
16829
168302000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16831
16832 * ps-print.el: PostScript code now is in separate files, doc fix.
16833 (ps-print-version): New version number (5.0.3).
16834 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
16835 local.
16836 (ps-spool-config): Initialization fix.
16837 (ps-print-prologue-1, ps-print-prologue-2)
16838 (ps-print-duplex-feature): PostScript code moved to separated file.
16839 (ps-background-image): Little code reformating.
16840 (ps-begin-file, ps-begin-job): Fix code.
16841 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
16842 (ps-prologue-file): New fun.
16843
168442000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16845
16846 * ps-vars.el: Eliminated.
16847
16848 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
16849 `;;;###autoload'.
16850
16851 * ps-print.el: ps-vars eliminated, doc fix.
16852 (ps-print-version): New version number (5.0.2).
16853 (ps-spool-config): Initialization fix.
16854 (ps-print-customize): New fun.
16855
168562000-01-04 Gerd Moellmann <gerd@gnu.org>
16857
16858 * autorevert.el (auto-revert-mode): Return value of
16859 auto-revert-mode.
16860
168612000-01-04 Dave Love <fx@gnu.org>
16862
16863 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
16864 menu items.
16865
168662000-01-03 Dave Love <fx@gnu.org>
16867
16868 * elide-head.el (elide-head) [defgroup]: Add :version.
16869
16870 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
16871 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
16872 `cl-hash-table-p', not `hash-table-p'.
16873 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
16874
168752000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16876
16877 * faces.el (face-read-integer, read-face-attribute)
16878 (color-defined-p, color-values): unspecified-{f,b}g are now
16879 strings.
16880
168812000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
16882
16883 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
16884 at comment end, and re-insert them after filling.
16885
168862000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16887
16888 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
16889 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
16890 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
16891
168922000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16893
16894 * term/x-win.el (xw-defined-colors): Call color-supported-p,
16895 the new name of face-color-supported-p.
16896
16897 * term/w32-win.el (xw-defined-colors): Likewise.
16898
168992000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16900
16901 * simple.el (completion-setup-function): Count completion-size
16902 from minibuffer-prompt-end, not from point-min.
16903
169042000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
16905
16906 * faces.el (read-face-attribute, defined-colors, color-defined-p):
16907 Pass the frame to tty-color-* functions.
16908 (display-color-p, frame-set-background-mode): Pass the frame to
16909 tty-display-color-p.
16910
16911 * term/tty-colors.el (tty-defined-color-alist): Renamed from
16912 tty-color-alist.
16913 (tty-color-alist, tty-modify-color-alist): New functions.
16914 (tty-color-define, tty-color-clear, tty-color-approximate)
16915 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
16916 an optional parameter FRAME.
16917
169182000-01-01 Gerd Moellmann <gerd@gnu.org>
16919
16920 * image.el (create-image, defimage): Don't assume image data is a
16921 string.
16922
16923 * image.el (defimage): Handle specifications containing :data
16924 instead of :file.
16925 (image-type-from-data): New function.
16926 (image-type-from-file-header): Use it.
16927 (create-image): Add parameter DATA-P.
16928
16929See ChangeLog.8 for earlier changes.
16930
16931;; Local Variables:
16932;; coding: iso-2022-7bit
16933;; End: