(Fbyte_code): Use MOST_POSITIVE_FIXNUM.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
857e81db
RS
12001-10-05 Richard M. Stallman <rms@gnu.org>
2
3 * add-log.el (add-change-log-entry): Skip copyright notice
4 and copying permission notice at start of file, if any.
5 Make use of terms "entry" and "item" accord with Emacs manual.
6 Simplify the logic for moving point while entering or creating
7 an entry and then an item.
8 (add-change-log-entry-other-window): Doc fix.
9
4650e362
MB
102001-10-06 Miles Bader <miles@gnu.org>
11
12 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
13 removed; they apparently don't work with faces.
14
b4f05c38
SS
152001-10-05 Sam Steingold <sds@gnu.org>
16
17 * textmodes/sgml-mode.el (html-xhtml): New user option.
18 (html-tag-alist, html-horizontal-rule, html-image, html-line)
19 (html-ordered-list, html-unordered-list, html-list-item)
20 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
21 (sgml-skip-close-p): New function.
22 (sgml-value): Use it.
23
4dd618ff
SS
242001-10-05 Sam Steingold <sds@gnu.org>
25
26 * calendar/diary-lib.el (diary-entry-compare): When times are
27 identical, compare the entries lexicographically.
28
a01b7831
MB
292001-10-06 Miles Bader <miles@gnu.org>
30
31 * rfn-eshadow.el (rfn-eshadow-update-overlay): Use
32 `minibuffer-prompt-end'.
33
34 * simple.el (previous-matching-history-element): Fix misplaced
35 parentheses.
36
20a82009
MB
372001-10-05 Miles Bader <miles@gnu.org>
38
39 * rfn-eshadow.el: New file.
40
c165ad40
MB
412001-10-05 Miles Bader <miles@gnu.org>
42
43 * cus-face.el (custom-face-attributes): Make sure each attribute
44 has a valid default value. Remove hacks that mapped `nil' to
45 `off' and used nil to mean `unspecified'. Remove `unspecified'
46 choices from all attributes (unspecified is handled by the parent
47 checklist).
4dd618ff 48 * cus-edit.el (custom-face-edit-convert-widget)
c165ad40
MB
49 (custom-face-edit-deactivate, custom-face-edit-activate)
50 (custom-face-edit-delete, custom-face-edit-attribute-tag):
51 New functions.
52 (custom-face-edit): Specify a custom :convert-widget.
4dd618ff 53 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
c165ad40
MB
54 Don't pass in default filters that map between `nil' and `off' and
55 `unspecified' and `nil'.
56
ace64e0a
GM
572001-10-05 Gerd Moellmann <gerd@gnu.org>
58
59 * progmodes/compile.el (compilation-buffer-name): New function.
60 (compile-internal): Use it to determine the name of the
61 compilation buffer.
62
ec66bdc7
MB
632001-10-05 Miles Bader <miles@gnu.org>
64
65 * progmodes/compile.el (grep-use-null-device): New variable.
66 (grep-command): Mention `grep-use-null-device'.
67 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
68 Make computation of `grep-command' respect `grep-use-null-device'.
69 (grep): Respect `grep-use-null-device'.
70 Call `grep-compute-defaults' even if grep-command is set, if
71 grep-use-null-device is still tentative.
72
73 * subr.el (call-process-shell-command): New function.
74
752001-10-05 Miles Bader <miles@gnu.org>
76
77 * simple.el (previous-matching-history-element)
78 (next-history-element, next-complete-history-element): Use
79 `minibuffer-' functions instead of calling `field-' functions
80 directly.
81 (minibuffer-prompt-end, minibuffer-contents):
82 (minibuffer-contents-no-properties, delete-minibuffer-contents):
83 Functions removed (now subrs).
84 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
4dd618ff 85
ec66bdc7
MB
86 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
87 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
88 instead of calling `field-' functions directly.
89 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
90
c89e4bc5
GM
912001-10-05 Gerd Moellmann <gerd@gnu.org>
92
a0fb4492
GM
93 * files.el (find-file-noselect): If file's read-only status has
94 changed on disk, ask if buffer's read-only status should be
95 changed, unless NOWARN is set.
96
c86350b1
GM
97 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
98 alias for define-setf-method.
99
c89e4bc5
GM
100 * bindings.el: Remove no-byte-compile from file local variables
101 to enable bootstrapping.
102
0bcf87c1
AI
1032001-10-04 Andrew Innes <andrewi@gnu.org>
104
105 * faces.el (face-font-registry-alternatives) [windows-nt]: Make
106 gb2312 an alias for gb2312.1980.
107
6c0b2643
GM
1082001-10-04 Stefan Monnier <monnier@cs.yale.edu>
109
110 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
111 (uniquify-reverse-components): Remove.
112
113 * emacs-lisp/bytecomp.el (byte-recompile-directory):
114 Make sure the file is readable.
115 (byte-compile-file): Don't compile if `no-byte-compile' is set.
116 (byte-compile-defvar): Update to reflect the change in Fdefvar.
117 (batch-byte-recompile-directory): Pass arg=0.
118
119 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
120 (perl-calculate-indent): Use it.
121 (perl-backward-to-noncomment): Use forward-comment.
122
123 * derived.el (define-derived-mode, derived-mode-make-docstring):
124 Allow `parent' to be nil.
125
126 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
127 Use define-derived-mode.
128 (nroff-mode-map, nroff-mode-syntax-table): Massage.
129
130 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
131
132 * emacs-lisp/lselect.el: Use facep iso find-face.
133
134 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
135 Use regexp-opt.
136 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
137 (lisp-font-lock-syntactic-face-function): New function.
138 (lisp-mode-variables): Use it. Make arg optional.
139 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
140 (lisp-mode): Don't pass an arg to lisp-mode-variables.
141 Set comment-start-skip.
142
143 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
144
145 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
146 (ignore-errors): Don't bother using a `err' symbol.
147
148 * emacs-lisp/autoload.el (autoload-ensure-default-file)
149 (autoload-insert-section-header, autoload-before-p)
150 (autoload-remove-section): New functions.
151 (generate-file-autoloads): Use them.
152 (update-file-autoloads): Use them. Return FILE if there's no cookie.
153 Make sure the autoload file is properly formatted when creating it.
154 (update-autoloads-from-directories): Use them as well.
155 Only update autoloads for files whose timestamp has changed.
156 Add a dummy entry to remember the files which had no autoload cookies.
157
158 * timer.el (timer-relative-time): Fix computation for negative `micro'.
159
160 * subr.el (define-key-after): Allow `key' to be longer than 1.
161 (make-local-hook): Make obsolete.
162 (add-hook, remove-hook): Don't use make-local-hook any more.
163 (make-syntax-table): Inherit all chars from s-s-t.
164
1652001-10-04 Gerd Moellmann <gerd@gnu.org>
166
167 This is a fix for a report saying that resuming a search with C-s
168 C-s doesn't use the case-fold-search setting of the previous
169 search (C-s ... M-c ... then C-s C-s).
170
171 * isearch.el (isearch-last-case-fold-search): New variable.
172 (isearch-mode): Remember value of isearch-case-fold-search
173 in isearch-last-case-fold-search.
174 (isearch-done): Quote value of isearch-case-fold-search.
175 (isearch-repeat): When resuming a search, restore
176 isearch-case-fold-search from isearch-last-case-fold-search.
177
178 Added to NEWS.
179
180 * startup.el (inhibit-startup-buffer-menu): New user-option.
181 (command-line-1): If inhibit-startup-buffer-menu is set, don't
182 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
183
184 This allows upto 99999 messages in the summary without screwing up
185 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
186
187 * mail/rmailsum.el (rmail-make-summary-line)
188 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
189 (rmail-summary-goto-msg, rmail-summary-goto-msg):
190 Allow 5-digit message ids instead of 4.
191
192 This adds expansion of environment variables in the value
193 specified with M-x setenv. Added to NEWS.
194
195 * env.el (substitute-env-vars): New function.
196 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
197 environment variables in VALUE. Return VALUE.
198
630784a2
SM
1992001-10-03 Stefan Monnier <monnier@cs.yale.edu>
200
201 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
202
cf2b0d2c 2032001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
cba04ae9
PJ
204
205 * emulation/tpu-edt.el: Make messages match original TPU/edt
cf2b0d2c 206 editor. From riepel@Stanford.EDU (Rob Riepel).
cba04ae9 207
aa01bed1
EZ
2082001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
209
210 * rect.el: Update maintainer's email address.
211
7d685c84
AS
2122001-10-02 Andreas Schwab <schwab@suse.de>
213
214 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
215 and Extended Passive Mode, resp.
216
87671c25
EZ
2172001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
218
219 These changes add support for Calendar-related items in the
220 menu bar on tty's as well:
221
222 * calendar/calendar.el (calendar-mode-map): Require cal-menu
223 unconditionally.
224 (calendar-mode): Set up activate-menubar-hook unconditionally.
225
226 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
227 calls x-popup-menu only if popup menus are supported.
228 (calendar-mouse-insert-hebrew-diary-entry)
229 (calendar-mouse-insert-islamic-diary-entry)
230 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
231 (calendar-mouse-view-other-diary-entries)
232 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
630784a2
SM
233 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
234 Call cal-menu-x-popup-menu instead of x-popup-menu.
87671c25 235
12c64503
GM
2362001-10-01 Gerd Moellmann <gerd@gnu.org>
237
62bfa682
GM
238 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
239
12c64503
GM
240 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
241
242 * emacs-lisp/rx.el: New file.
243
e0c21266
EZ
2442001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
245
630784a2 246 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
e0c21266 247
03be5931
EZ
2482001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
249
250 * frame.el (select-frame-by-name, other-frame): Doc fix.
251
d0100d57
EZ
2522001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
253
254 * play/snake.el (snake-score-file): Use temporary-file-directory
255 instead of a literal "/tmp". Suggested by Robert
256 <robert@chezmarshall.freeserve.co.uk>.
257
258 * play/tetris.el (tetris-score-file): Ditto.
259
d94d5b5a
EZ
2602001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
261
262 * apropos.el (apropos-print): Make the directions inserted at the
263 beginning of the *Apropos* buffer more clear.
264
cd653311 2652001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
630784a2 266
cd653311
MK
267 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
268 Added comments.
630784a2 269
37dbd369
SM
2702001-09-27 Stefan Monnier <monnier@cs.yale.edu>
271
272 * newcomment.el (comment-normalize-vars): Use " \t" rather than
273 "\\s-" when defining comment-end-skip.
274
9240e746
GM
2752001-09-27 Gerd Moellmann <gerd@gnu.org>
276
37dbd369 277 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
6eb94ddb
GM
278 Call get-buffer-window first second arg `visible'.
279
37dbd369
SM
280 * international/mule-diag.el (list-input-methods-1):
281 Output something that's independent of Emacs' version.
14531065 282
9240e746
GM
283 * tar-mode.el (tar-mode-write-file): Don't signal an error by
284 calling byte-to-position with a nil tar-header-offset.
285
e04233aa
GM
2862001-09-27 Simon Josefsson <jas@extundo.com>
287
288 * mail/sendmail.el (send-mail-function): Doc fix.
289 (mail-do-fcc): Error if header-end is not a marker.
290 (mail-do-fcc): Add a comment.
291 (mail-reply-to): Doc fix.
292 (mail-signature): Make ATPOINT optional.
293 (mail-yank-original): Use cond instead of nestled if.
294
07e91aa3
SM
2952001-09-26 Stefan Monnier <monnier@cs.yale.edu>
296
297 * info.el (Info-on-current-buffer): Default arg to "Top".
298
924b604c
GM
2992001-09-25 Eli Barzilay <eli@barzilay.org>
300
301 * calculator.el (calculator-copy-displayer): New user-option.
07e91aa3
SM
302 (calculator-displayer-prev, calculator-displayer-next):
303 Renamed from calculator-displayed-{left,right}.
304 (calculator, calculator-standard-displayer)
305 (calculator-num-to-string, calculator-update-display)
924b604c
GM
306 (calculator-copy, calculator-put-value): Bug and display fixes.
307
a1548b10
GM
3082001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
309
310 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
311 (ebnf-version): New version (3.6.1).
312
313 * ebnf-bnf.el: Fix character range regexp. Doc fix.
314 (ebnf-bnf-non-terminal-chars): New internal const.
315 (ebnf-bnf-lex): Fix code.
316
317 * ebnf-iso.el: Fix character range regexp. Doc fix.
318 (ebnf-iso-non-terminal-chars): New internal const.
319 (ebnf-iso-lex): Fix code.
320
321 * ebnf-yac.el: Fix character range regexp. Doc fix.
322 (ebnf-yac-skip-chars): New internal const.
323 (ebnf-yac-skip-code): Fix code.
324
79e954d0
SM
3252001-09-24 Stefan Monnier <monnier@cs.yale.edu>
326
ab750f9c
SM
327 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
328
3911563a
SM
329 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
330 passing it to VC.
331
79e954d0
SM
332 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
333 case where the file is relative.
334
6f3f0db4
GM
3352001-09-24 Gerd Moellmann <gerd@gnu.org>
336
337 * xml.el (xml-parse-attlist): Quotes around attributes must be the
338 same on each side. Make sure we properly handle simple quotes.
339 From Daiki Ueno <ueno@unixuser.org>.
340
e5b31424
EZ
3412001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
342
0678d779
EZ
343 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
344 <jas@extundo.com>.
345
e5b31424
EZ
346 * menu-bar.el (top-level): Minor fixes for text of help-echo in
347 some items of the Options menu.
348
769dd0f1
SM
3492001-09-22 Stefan Monnier <monnier@cs.yale.edu>
350
76829576
SM
351 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
352
d455f4f7
SM
353 * vc-hooks.el (vc-delete-automatic-version-backups):
354 Don't fail if the directory doesn't exist.
355
769dd0f1
SM
356 * diff-mode.el (diff-default-read-only): New var.
357 (diff-mode): Use it.
358
dc414be1
EZ
3592001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
360
769dd0f1
SM
361 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
362 Use make-keymap instead of copy-keymap, since copying the global
4b7dd7e2
EZ
363 keymap messes up the menu bar.
364
dc414be1
EZ
365 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
366 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
367
67033712
EZ
3682001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
369
769dd0f1 370 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
67033712
EZ
371
372 * dired-aux.el (dired-insert-subdir): Pass switches to
373 dired-build-subdir-alist.
374
0c68e5de
GM
3752001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
376
377 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
378 caused %#a and %#b to be mis-formatted.
379
906b3163
EZ
3802001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
381
382 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
383 ccmode, emacs-mime, and eudc manuals.
384
005e3bb6
SS
3852001-09-19 Sam Steingold <sds@gnu.org>
386
387 w32 find cannot be used with `grep-find'.
388 * progmodes/compile.el (find-program): New variable.
389 (grep-compute-defaults): Use it to set `grep-find-command'.
390
7121b85a
GM
3912001-09-19 Gerd Moellmann <gerd@gnu.org>
392
769dd0f1 393 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
7121b85a 394
ae16d111
GM
3952001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
396
397 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
398 programming. Doc fix.
399 (ebnf-version): New version (3.6).
400 (ebnf-eps-begin): Data fix.
401 (ebnf-begin-file): Code fix.
402
403 * ebnf-bnf.el: Doc fix.
404 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
405
406 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
407
55732434
GM
4082001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
409
410 * ps-print.el: Better face mapping for black/white PostScript printers.
411 Check if mark is active when printing a region. Doc fix.
412 (ps-print-version): New version number (6.5.5).
413 (ps-print-color-p): Customization fix.
414 (ps-black-white-faces): New option.
415 (ps-black-white-faces-alist): New internal var.
416 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
417 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
418 (ps-nb-pages-region): Interactive fix.
419 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
420 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
421
740ef824
EZ
4222001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
423
424 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
425 numeric month value, and allow the Kanji character after the it to
426 be missing (happens with ls-lisp's output on Japanese versions of
427 MS-Windows).
428
50529f51
MB
4292001-09-18 Miles Bader <miles@gnu.org>
430
431 * diff-mode.el (diff-mode): Don't make the buffer read-only if
432 it's empty (and thus probably a new patch file about to be edited).
433
d8a973aa
GM
4342001-09-17 Gerd Moellmann <gerd@gnu.org>
435
e18c8b8d
GM
436 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
437 Check for '(' in column 0 of doc string.
438
d8a973aa
GM
439 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
440 of `nth' so that using a vector as bounding-box works.
441 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
442
dfe78cc5
AS
4432001-09-17 Andre Spiegel <spiegel@gnu.org>
444
445 * vc.el (vc-annotate): Use current workfile version explicitly as
446 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
447
1bbdda4d
EZ
4482001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
449
a5f01960
EZ
450 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
451 convert-standard-filename doesn't guarantee that the .el extension
452 is preserved.
453
a007e4e3
EZ
454 * dos-fns.el (convert-standard-filename): Replace invalid
455 characters only after converting dash/underscore to a period.
456 (original-make-auto-save-file-name): New.
8aee7d44
EZ
457 (make-auto-save-file-name): New function, overrides the definition
458 on files.el and calls the original function via
459 original-make-auto-save-file-name.
460
1bbdda4d
EZ
461 * mail/rmail.el (top-level): Require mule-utils when compiling.
462 (rmail-decode-babyl-format): Use detect-coding-with-priority
463 instead of detect-coding-region, to favor detection of emacs-mule
464 encoded Babyl files written by rmailout.el etc. Suggested by
465 Kenichi Handa <handa@etl.go.jp>.
466
ed7d6ba4
EZ
4672001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
468
469 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
470 Use `equal', not `=', since the device number can be a cons cell.
471
551629f9
GM
4722001-09-14 Gerd Moellmann <gerd@gnu.org>
473
474 * simple.el: Comment out change of 2001-09-13.
475
0017a3e0
EZ
4762001-09-13 Milan Zamazal <pdm@zamazal.org>
477
478 * progmodes/compile.el (grep-compute-defaults): Don't set
479 grep-command/grep-find-command when it is already non-nil.
480 (grep-command): Make it a user option.
481 (grep-find-command): Likewise.
482
483e0218 4832001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
005e3bb6 484
483e0218
MK
485 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
486 inhibit quit.
005e3bb6 487
15233548
EZ
4882001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
489
490 * files.el (make-auto-save-file-name): If long file names are not
491 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
492 generating an auto-save file name from it.
493
1fb7f872
GM
4942001-09-13 Gerd Moellmann <gerd@gnu.org>
495
005e3bb6 496 * ps-print.el (ps-print-region, ps-print-region-with-faces)
66a863f0
GM
497 (ps-nb-pages-region): Signal an error if called interactively
498 and the mark is not active.
499
1fb7f872
GM
500 * simple.el (minibuffer-prompt-modification)
501 (minibuffer-prompt-insertion): New functions.
502 (minibuffer-prompt-properties): Use `modification-hooks' and
503 `insert-in-front-hooks'.
504
1dc13f3a
RS
5052001-09-12 Richard M. Stallman <rms@gnu.org>
506
507 * textmodes/outline.el (outline-regexp): Doc fix.
508 Initialize it in the defcustom, the usual way.
509
eaa493df
GM
5102001-09-12 Gerd Moellmann <gerd@gnu.org>
511
1fb7f872 512 * ediff-mult.el (ediff-get-meta-info): Take into account that data
769dd0f1
SM
513 from `ediff-meta-info' properties need not be an overlay.
514 From David Ponce <dponce@voila.fr>.
1fb7f872 515
eaa493df
GM
516 * isearch.el (isearch-intersects-p): Fix end checks.
517
cfcda0ba
EZ
5182001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
519
520 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
521 `t' branch of `cond', since Irix 6.1 and up is a special case of
522 the standard dbx interface.
523
4e1513b5
MB
5242001-09-11 Miles Bader <miles@gnu.org>
525
526 * comint.el (comint-send-input): When waiting for echoed input,
527 don't save the expected end position in `echo-end', so that things
528 work properly even if the buffer is modified elsewhere at the same
529 time [this happens if `comint-truncate-buffer' is used].
530
9a72e4c1
GM
5312001-09-11 Gerd Moellmann <gerd@gnu.org>
532
533 * textmodes/outline.el (outline-mode): Use `^' and a shy group
534 when constructing imenu-generic-expression from outline-regexp.
535
1f9581b6
EZ
5362001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
537
538 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
539 `equal' instead of `=', since they can be cons cells. From Nils
540 Goesche <cartan@cartan.de>.
541
65ee3bf5
AS
5422001-09-10 Andre Spiegel <spiegel@gnu.org>
543
544 * vc.el (vc-annotate): Rewrote doc string.
545
e602e779
EZ
5462001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
547
548 * time-stamp.el: Update Stephen Gildea's email address.
549
42d305db
GM
5502001-09-10 Gerd Moellmann <gerd@gnu.org>
551
552 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
553 enable-multibyte-characters = nil. From Hallvard B Furuseth
554 <h.b.furuseth@usit.uio.no>.
005e3bb6 555
02f34c70 5562001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
005e3bb6 557
769dd0f1 558 * ediff-init.el (ediff-highest-priority): Bug fix.
02f34c70 559
769dd0f1 560 * viper-cmd.el (viper-special-read-and-insert-char): New function
02f34c70
MK
561 that reads a character and uses the current input method or
562 iso-accents when appropriate.
005e3bb6 563
769dd0f1 564 * viper.el and all others: Corrections to the comment blocks at
02f34c70 565 the top.
005e3bb6 566
cfc697a2
EZ
5672001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
568
569 * info.el (Info-goto-node): Doc fix.
570
fc0eccfc
GM
5712001-09-07 Gerd Moellmann <gerd@gnu.org>
572
573 * isearch.el (isearch-intersects-p): New function.
574 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
575 use isearch-intersects-p, and clean up.
576
ef10876c
EZ
5772001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
578
579 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
580 and "german8", for the new German orthography dictionaries,
581 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
582 the entries, to keep the line length balanced for loaddefs.el.
583
c9e74cd4 5842001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
005e3bb6 585
c9e74cd4
GM
586 * comint.el (comint-send-input): Handle comint-process-echoes
587 differently.
588
5421b899
GM
5892001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
590
769dd0f1 591 * locate.el (locate-insert-header): Remove unnecessary whitespace.
5421b899 592
70569550
EZ
5932001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
594
769dd0f1 595 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
70569550 596
6afad91e 5972001-09-07 Gerd Moellmann <gerd@gnu.org>
005e3bb6 598
769dd0f1
SM
599 * server.el (server-switch-buffer):
600 * textmodes/refer.el (refer-find-entry-internal):
601 * term/sup-mouse.el (sup-pos-to-window):
602 * term/bg-mouse.el (bg-window-from-x-y):
603 * emacs-lisp/edebug.el (edebug-window-live-p):
604 Use get-window-with-predicate.
6afad91e
GM
605
606 * window.el (get-window-with-predicate): Renamed from some-window.
607 (some-window): Make it an alias.
608
003550c5
GM
6092001-09-06 Gerd Moellmann <gerd@gnu.org>
610
611 * simple.el (undo): Remove positions from buffer-undo-list up to
612 the next undo boundary only.
613
c49e491a
EZ
6142001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
615
05b24487
EZ
616 * makefile.nt (install): Don't copy sc.el. Reported by Richard
617 Kim <ryk@dspwiz.com>
618
c49e491a
EZ
619 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
620 the message "Creating customization items...done".
621
54f73af3
GM
6222001-09-05 Gerd Moellmann <gerd@gnu.org>
623
624 * font-lock.el (toplevel): Require `jit-lock' only if
625 font-lock-support-mode is set to jit-lock-mode.
626
3762e7d0
EZ
6272001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
628
629 * international/quail.el (quail-use-package, quail-inactivate)
630 (quail-activate): Mention the hooks these functions run in their
631 doc strings.
632
c3b497b3
GM
6332001-09-05 Edward M. Reingold <reingold@iit.edu>
634
635 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
636 of file in header of menu.
637
2d43d823
GM
6382001-09-04 Gerd Moellmann <gerd@gnu.org>
639
2a5becfb
GM
640 * env.el (setenv): Interactively, if VARIABLE has a current value,
641 add that to the front of the history, as the doc string says.
642
8d1fcd00
GM
643 * comint.el (comint-send-input): Change help-echo.
644 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
005e3bb6 645
1672462f
GM
646 * bookmark.el (bookmark-write-file): Bind print-length and
647 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
648
646a1759
GM
649 * obsolete/uncompress.el: Moved there from lisp/.
650
c8dd66e1
GM
651 * comint.el (comint-insert-clicked-input): Goto point-max before
652 deleting previous input. From "Dr Francis J. Wright"
653 <F.J.Wright@qmw.ac.uk>.
654
2d43d823
GM
655 * simple.el (backward-word): Doc fix.
656
284b3043
GM
6572001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
658
659 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
660 * uncompress.el, uniquify.el, vc.el, view.el, window.el
661 * w32-fns.el: Add Keywords header.
662
2eef02ab
EZ
6632001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
664
665 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
666 "Text Properties". Suggested by Simon Marshall
667 <Simon.Marshall@midas-kapiti.com>.
668
ae355fa6
AC
6692001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
670
671 * term/mac-win.el (mac-drag-n-drop): Decode file name by
672 consulting the value of file-name-coding-system.
673
2ee1aa00
SM
6742001-09-03 Stefan Monnier <monnier@cs.yale.edu>
675
676 * help.el (describe-function-1): Save precomputed `file-name' rather
677 than recomputing it (incorrectly) with `symbol-file'.
678
cdab3e50
GM
6792001-09-03 Gerd Moellmann <gerd@gnu.org>
680
698ee07c
SM
681 * international/isearch-x.el (isearch-exit-recursive-edit):
682 Take three parameters, since it's used as an after-change-function.
c3b0c268 683
698ee07c 684 * emacs-lisp/backquote.el (backquote-backquote-symbol)
cdab3e50
GM
685 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
686 from doc strings.
687
e3b22517
GM
6882001-09-02 Milan Zamazal <pdm@zamazal.org>
689
698ee07c
SM
690 * progmodes/glasses.el (glasses-convert-to-unreadable):
691 Consider underscores as in `glasses-make-readable'.
e3b22517 692
19bd58e8
EZ
6932001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
694
883310a7
EZ
695 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
696 MS-DOS, since cpp might not be available.
697
698ee07c
SM
698 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
699 Mention "yank" in the help-echo text.
700 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
701
7022001-09-01 Stefan Monnier <monnier@cs.yale.edu>
703
704 * newcomment.el (comment-indent): Insert spaces more carefully.
19bd58e8 705
59b7ded8
EZ
7062001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
707
5e11c425
EZ
708 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
709 exists. From Andy Petrusenco <andy@int.spb.ru>.
710
59b7ded8 711 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
5e11c425
EZ
712 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
713 <andy@int.spb.ru>.
59b7ded8 714
c9979669
GM
7152001-08-31 Gerd Moellmann <gerd@gnu.org>
716
717 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
718 Instead of running mouse-yank-at-click, see what the event is
719 bound to outside Isearch and run that.
720
79f5f9ec
EZ
7212001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
722
698ee07c
SM
723 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
724 Fix the menu entry to mention transient-mark-mode.
79f5f9ec 725
c0551649
GM
7262001-08-30 Gerd Moellmann <gerd@gnu.org>
727
e8b1643c
GM
728 * simple.el (eval-expression-print-level): Fix last change.
729
f3185924
GM
730 * bindings.el (mode-line-coding-system-map): New variable.
731 (mode-line-mule-info): Give the "%Z" a local-map keymap.
732
92a25631
GM
733 * simple.el (eval-expression-print-level): Change the type
734 of the defcustom to allow nil.
735
9584e63a
GM
736 * emacs-lisp/find-gc.el: Moved here from lisp/.
737
698ee07c
SM
738 * international/quail.el (quail-completion-1):
739 Reverse the ((CHAR . DEFN) ...) list before processing it.
d5dc1e49
GM
740 From Kenichi Handa <handa@etl.go.jp>.
741
c0551649
GM
742 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
743 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
744
ef32aa02
EZ
7452001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
746
747 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
748 aren't supported. This avoids the annoying gray strip drawn by
749 the Windows version instead of the missing tool bar.
750
ff4ec1f7
GM
7512001-08-29 Gerd Moellmann <gerd@gnu.org>
752
53ca4610
GM
753 * menu-bar.el (menu-bar-options-menu): Make option text, messages
754 and tooltips more consistent. From "Marshall, Simon"
755 <Simon.Marshall@midas-kapiti.com>.
756
ff4ec1f7
GM
757 * startup.el (fancy-splash-screens): Temporarily set
758 minor-mode-map-alist to nil while displaying splash screens.
759
6d6c3f84
GM
7602001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
761
762 * buff-menu.el: Add Keywords header.
763 Doc fix (C-x C-b is bound to list-buffers).
764
565132a3
GM
765 * dired-x.el: Add keyword files to get listed in finder.
766 Remove confusing notes about GNU Emacs 19.
767
768 * dired.el, dired-aux.el: Add Keywords header.
769
042e6d91
AS
7702001-08-28 Andre Spiegel <spiegel@gnu.org>
771
772 * vc.el (vc-revert-file): Call the backend even if the FILE's
773 contents can be reverted locally; pass new arg CONTENTS-DONE
774 down to the backend.
775
854bd40a 776 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
042e6d91
AS
777 optional arg CONTENTS-DONE.
778
33818c6c
AI
7792001-08-28 Andrew Innes <andrewi@gnu.org>
780
781 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
782
0f76ca04
EZ
7832001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
784
785 * makefile.nt (install): Copy more *.el files.
786
6b6e2422
GM
7872001-08-28 Gerd Moellmann <gerd@gnu.org>
788
789 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
790 instead of `w' which is already in use.
791
5b52c296
GM
792 * gs.el (gs-load-image): Use sleep-for.
793 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
794
43744cb9
MB
7952001-08-28 Miles Bader <miles@gnu.org>
796
797 * replace.el (query-replace-regexp-eval): Return args from
798 `interactive' form in correct order.
799
4b4ea1dc
EZ
8002001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
801
802 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
803 major modes, don't create panes for modes for which
804 mouse-buffer-menu-alist returns an empty alist.
805
8062001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
35cd9438
TTN
807
808 * progmodes/hideshow.el: Update first-line description.
809 Sync comments w/ maintainer version 5.31.
810
811 (hs-isearch-open): Default value now `code'.
812 Fix docstring to use "code blocks" vs "comment blocks",
813 as opposed to "block" vs "comment".
814 (hs-flag-region): Accept `hs-isearch-open' value
815 of `block' as synonymous w/ `code'.
816 (hs-hide-block-at-point): For code blocks, pass `code'
817 to `hs-flag-region' instead of `block'.
818
9ad62cf8
MB
8192001-08-28 Miles Bader <miles@gnu.org>
820
821 * comint.el (comint-next-prompt): Don't loop infinitely if
822 {next,previous}-single-char-property-change returns its input
823 position when the search fails.
824
8252001-08-27 Miles Bader <miles@gnu.org>
d3b98912
MB
826
827 * comint.el (comint-get-old-input-default): Don't signal an error
828 if point is not on an input field; instead, return the current
829 line (using `comint-bol' to skip any prompt, in case we're not
830 using fields at all).
831
832 * man.el (Man-mode-line-format): Variable removed.
833 (Man-mode): Change `mode-line-buffer-identification' instead of
834 `mode-line-format'.
835
d599a452
GM
8362001-08-27 Gerd Moellmann <gerd@gnu.org>
837
838 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
839 From Simon Josefsson <jas@extundo.com>.
840
299248aa
EZ
8412001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
842
5b02e712
EZ
843 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
844 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
845
89aea802
EZ
846 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
847 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
848
849 * emacs-lisp/lselect.el: Ditto.
850
3452efc2
SM
851 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
852 Remove periods from the end of error message strings.
853 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
165b4283 854
299248aa
EZ
855 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
856 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
857
858 * net/telnet.el: Ditto.
859
08ead67b
GM
8602001-08-26 Gerd Moellmann <gerd@gnu.org>
861
862 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
863 KEYMAP to the call to define-minor-mode.
864
cf8f0b68
EZ
8652001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
866
867 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
868 Replace some of the undefined characters with emulations of bidi
869 formatting characters and Niqud as per SI 1311-1.
870 (IT-unicode-translations): Ditto.
3452efc2
SM
871 (IT-display-table-setup, IT-setup-unicode-display):
872 Fill characters without translations with dos-unsupported-char-glyph.
cf8f0b68 873
16837afc
GM
8742001-08-24 Simon Josefsson <jas@extundo.com>
875
876 * hl-line.el (hl-line-mode): Don't be a global mode.
877 (global-hl-line-mode): New function.
878
33954c45
GM
8792001-08-24 Gerd Moellmann <gerd@gnu.org>
880
881 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
882 being reset by Ghostscript. Don't kill the gs process.
883 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
884
fa05f6ac
AC
8852001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
886
887 * term/mac-win.el: Require scroll-bar.
888
3452efc2
SM
8892001-08-23 Stefan Monnier <monnier@cs.yale.edu>
890
891 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
892
02aec07b
EZ
8932001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
894
895 * hexl.el (hexl-insert-multibyte-char) New function.
896 (hexl-quoted-insert, hexl-self-insert-command)
897 (hexl-insert-hex-char, hexl-insert-decimal-char)
898 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
899 Fix the doc strings accordingly.
900 (hexl-insert-char): Reject characters whose code is above 255.
901 Doc fix.
902 (hexl-mode-map): Copy the global keymap instead of creating a
903 sparse keymap, and bind all self-inserting characters to
904 hexl-self-insert-command.
905
9bfc65eb
SM
9062001-08-22 Stefan Monnier <monnier@cs.yale.edu>
907
3452efc2
SM
908 * wid-edit.el (text): Re-order docstring correctly.
909
9bfc65eb
SM
910 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
911
912 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
913
32f2f98e
EZ
9142001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
915
916 * simple.el (line-number-mode): Mention the variable
917 line-number-display-limit-width in the doc string.
918
374388c3
GM
9192001-08-22 Gerd Moellmann <gerd@gnu.org>
920
921 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
922 Temporarily select EVENT's window for switching buffers.
923 (mode-line-bury-buffer): New function.
924 (mode-line-buffer-identification-keymap): Use it instead of
925 bury-buffer. Bind down-mouse events to prevent global down-mouse
b2130182 926 events from shining through.
374388c3 927
dde6824c
SM
9282001-08-21 Stefan Monnier <monnier@cs.yale.edu>
929
930 * newcomment.el (comment-beginning): Make sure the comment-start
931 we found isn't a comment-end (in cases where confusion is possible).
932
99bf1e74
MB
9332001-08-22 Miles Bader <miles@gnu.org>
934
935 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
936 before writing it, so that hard-links don't see new version.
937
37618c60
GM
9382001-08-21 Gerd Moellmann <gerd@gnu.org>
939
dde6824c
SM
940 * gs.el (gs-set-ghostview-colors-window-prop):
941 Call x-change-window-property with 3rd arg FRAME.
40e33037 942 (gs-load-image): Wait for a previous Ghostscript process
e98c601b
GM
943 to complete before starting a new one.
944
6ea3db8a
GM
945 * image.el (image-type-regexps): Make sure that the TIFF
946 pattern is only matched at the beginning of a string.
947 From Markus Rost <rost@math.ohio-state.edu>.
948
dde6824c 949 * international/swedish.el: Pre-Mule file removed. From Jonas
37618c60
GM
950 Oberg <jonas@gnu.org>.
951
1f8437c4
RV
9522001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
953
954 * whitespace.el (whitespace-abort-on-error): Add custom variable
dde6824c 955 to whitespace to abort a write-file if whitespace is detected in file.
1f8437c4
RV
956
957 * whitespace.el (whitespace-write-file-hook): Hook to be called
958 when writing a file. If `whitespace-abort-on-error' is set, the
dde6824c
SM
959 write will abort on detecting whitespaces.
960 If `whitespace-auto-cleanup' is set, the file will be cleaned
1f8437c4
RV
961 automatically prior to writing.
962
963 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
964 whitespaces in the error output!
965
dde6824c 966 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
1f8437c4
RV
967 `indent-tabs-mode', since the latter notes user preferences on
968 TABs anyway.
969
970 * whitespace.el (whitespace-version): 3.1. All of the above issues
971 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
972
9b96c57d
GM
9732001-08-20 Gerd Moellmann <gerd@gnu.org>
974
8039284a
GM
975 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
976 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
977
9b96c57d
GM
978 * whitespace.el (whitespace-global-mode): Add autoload cookie.
979
1c71c0c3
GM
9802001-08-20 Alex Schroeder <alex@gnu.org>
981
982 * sql.el (sql-db2): Doc change.
983
9842001-08-20 Alex Schroeder <alex@gnu.org>
985
986 * sql.el (sql-postgres): Add the database at the end of the
987 parameters instead of at the beginning.
988 (sql-postgres-options): Doc change.
989
6c7f60a2
GM
9902001-08-17 Gerd Moellmann <gerd@gnu.org>
991
992 * custom.el (defcustom): Doc fix.
993
64ed6f71
GM
9942001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
995
6c7f60a2 996 * ps-mule.el (find-composition): Check if (char-after POS)
64ed6f71
GM
997 returns a valid character.
998
7851eb98
EZ
9992001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
1000
1001 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
1002 original-point for extra CR characters that are added/removed when
1003 the buffer is written/read whose EOL type is -dos.
1004
b76dfd21
MB
10052001-08-16 Miles Bader <miles@gnu.org>
1006
1007 * simple.el (line-move): Undo previous change.
1f8437c4
RV
1008
1009 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
b76dfd21
MB
1010 property to input-terminating `boundary' overlays to avoid
1011 line-move wierdness.
1012
e67d1843
GM
10132001-08-16 Gerd Moellmann <gerd@gnu.org>
1014
1015 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
1016 buffer in a save-restriction. Under one test case with Ediff,
1017 window-scroll-functions are run with a window start that's
1018 temporarily outside of the restriction.
1019
21324fae
GM
10202001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
1021
dde6824c 1022 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
21324fae
GM
1023 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
1024 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
1025 (texinfo-update-menu-region-beginning)
1026 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
1027 command, @ifnottex, to regexps, so it is found.
1028
0645d241
AI
10292001-08-16 Andrew Innes <andrewi@gnu.org>
1030
1031 * makefile.nt (DONTCOMPILE): Omit bindings.el.
1032 (DONTCOMPILE): Omit sc.el.
1033
1034 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
1035 (DONTCOMPILE): Omit sc.el.
1036
ae13fc3c
GM
10372001-08-16 Gerd Moellmann <gerd@gnu.org>
1038
1039 * replace.el (occur): Bind inhibit-read-only to t.
1040
1369261b
MB
10412001-08-16 Miles Bader <miles@gnu.org>
1042
dde6824c
SM
1043 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
1044 calling `constrain-to-field', to avoid problems with comint prompts.
1369261b 1045
8464af45
GM
10462001-08-15 Gerd Moellmann <gerd@gnu.org>
1047
ec69d5ec 1048 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
dde6824c 1049 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
ec69d5ec 1050
1f8437c4 1051 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3e6f08e6
GM
1052 of a while-loop.
1053
93aba6fc 1054 * Makefile.in (DONTCOMPILE): Remove sc.el.
1f8437c4 1055
8464af45
GM
1056 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
1057 Don't include term/.
1058
ae13fc3c
GM
1059 * mail/sc.el: Moved to obsolete/.
1060
8b313639
GM
10612001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1062
1063 * ps-print.el: Change error function arguments to follow Emacs
1064 message convention. Doc fix.
1065 (ps-print-version): New version number (6.5.4).
1066 (coding-system-for-write): Change declaration position to avoid
1067 XEmacs compilation gripes.
dde6824c
SM
1068 (coding-system-for-read, buffer-file-coding-system):
1069 Declarations to avoid XEmacs compilation gripes.
8b313639
GM
1070
1071 * ps-mule.el: Doc fix.
1072 (ps-mule-encode-header-string): If STRING is not a string, replace
1073 STRING by empty string.
1074
5fb125b4
EZ
10752001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
1076
1077 * frame.el (show-trailing-whitespace): Doc fix.
1078
49e49b77
EZ
10792001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
1080
1081 * desktop.el (desktop-save): Insert the coding: tag before
1082 desktop-header.
1083
3e6385a4
GM
10842001-08-13 Gerd Moellmann <gerd@gnu.org>
1085
0de73d5a
GM
1086 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
1087 its path from $els.
1088
3e6385a4
GM
1089 * image.el (image-jpeg-p): Fix call of substring.
1090
4a9bf8a4
GM
10912001-08-10 Gerd Moellmann <gerd@gnu.org>
1092
242e5463
GM
1093 * play/animate.el (animate-string): Doc fix. Use a buffer
1094 name with stars in it.
1095 (animate-sequence): New function.
1096 From Richard Stallman <rms@gnu.org>.
1097
030f4537
GM
1098 * frame.el (select-frame-set-input-focus): New function
1099 extracted from other-frame.
1100 (other-frame): Use it.
1101 (next-multiframe-window, previous-multiframe-window): Use it.
1102
346f18dc
GM
1103 * isearch.el (isearch-other-meta-char): Don't switch to the
1104 buffer of a window clicked on, when the current buffer is
1105 in Isearch mode.
1106
4a9bf8a4
GM
1107 * image.el (image-jpeg-p): Test for APPn markers in the range
1108 #xe0..#xef.
1109
eaa2319f
GM
11102001-08-09 Gerd Moellmann <gerd@gnu.org>
1111
3638868e
GM
1112 * desktop.el (desktop-save): Don't use concat to form a file
1113 name, use expand-file-name.
1114
6b48d742
GM
1115 * mouse.el (mouse-delete-window): Do nothing if frame has just
1116 one window.
1117
ed771c89
GM
1118 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
1119 for the minor mode name.
1120
1121 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
1122 minor mode name.
1123
dde6824c
SM
1124 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
1125 instead of make-mode-line-mouse2-map.
ed771c89
GM
1126
1127 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
1128 the minor mode name.
1129
dde6824c
SM
1130 * emacs-lisp/easy-mmode.el (define-minor-mode):
1131 Use mode-line-minor-mode-keymap for the minor mode name.
ed771c89 1132
dde6824c
SM
1133 * calendar/calendar.el (calendar-mode-line-format):
1134 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
ed771c89 1135
a4afe04e
GM
1136 * bindings.el (make-mode-line-mouse-map): Renamed from
1137 make-mode-line-mouse2-map. Take additional arg MOUSE.
1138 (mode-line-modified): Use mouse-3 instead of mouse-2.
1139 (mode-line-buffer-identification-keymap): Bind keys differently.
dde6824c 1140 (propertized-buffer-identification): Adapt help-echo to new bindings.
a4afe04e 1141
8e3189f0
GM
1142 * bindings.el (mode-line-format): Specify help-echo for line
1143 number, column number and buffer-percent part of the mode-line.
1144
eaa2319f
GM
1145 * image.el (image-type-regexps): Allow whitespace at the start
1146 of the image data for XPM, XBM and Postscript, which are
1147 text files.
1148 (image-jpeg-p): Correct calculation of next field offset.
1149
e3601cf6
PJ
11502001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1151
1152 * battery.el: Fix typo.
1153
057b57f6
GM
11542001-08-08 Gerd Moellmann <gerd@gnu.org>
1155
8a8ef149
GM
1156 * image.el (image-type-regexps): Allow predicates. Change the way
1157 JPEG images are recognized.
1158 (image-jpeg-p): New function.
1159 (image-type-from-data): Handle predicates in image-type-regexps.
1160
057b57f6
GM
1161 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
1162 #:, #x, #o, and similar constructs.
1163
69ebef1d
GM
11642001-08-07 Gerd Moellmann <gerd@gnu.org>
1165
22d01aed
GM
1166 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
1167
23f46f6f
GM
1168 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
1169 instead of `progn'.
1170
e8421604
GM
1171 * tar-mode.el (tar-extract): Avoid generating a new buffer
1172 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
1173
ea2c6478
GM
1174 * textmodes/paragraphs.el (forward-sentence): Avoid building
1175 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
1176
dde6824c
SM
1177 * progmodes/executable.el (executable-set-magic):
1178 If executable-find returns a quoted file name, unquote it before
6c233cc0
GM
1179 inserting it.
1180
1155d483 1181 * image.el (image-type-regexps): For JPEG files, use a regexp
e8421604 1182 derived from the JFIF spec.
1f8437c4 1183
69ebef1d
GM
1184 * image.el (image-type-regexps): Use `\`' instead of `^' in
1185 most regular expressions.
1186
d1d850d6
PJ
11872001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1188
dde6824c 1189 * play/animate.el: Re-insert a reference to re-inserted function.
d1d850d6 1190
98a8938c
GM
11912001-08-06 Gerd Moellmann <gerd@gnu.org>
1192
dde6824c
SM
1193 * help.el (describe-function-1): Use find-function-search-for-symbol
1194 instead of find-function-noselect because the latter follows aliases.
8e3fe78e 1195
5a397d28
GM
1196 * play/animate.el (animate-birthday-present): Re-insert.
1197
dde6824c
SM
1198 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
1199 Handle old-style menu definitions.
98a8938c 1200
7b3220c0
PJ
12012001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1202
6228c05b 1203 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
98a8938c 1204 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
6228c05b 1205
070c251e 1206 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
98a8938c
GM
1207 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
1208 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
7b3220c0 1209
dffb6224
PJ
12102001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1211
1212 * textmodes/tildify.el: Milan Zamazal has new address.
1213
698665d1
GM
12142001-08-03 Gerd Moellmann <gerd@gnu.org>
1215
be48584d
GM
1216 * custom.el (custom-set-variables): Don't test `custom-requests'
1217 properties, check the third element of the options passed to
1218 custom-set-variables instead.
1219
5e1f85e0 1220 * info.el (info-insert-file-contents): Use info-file-exists-p
be48584d 1221 instead of file-exists-p.
5e1f85e0 1222
b0fa1513
GM
1223 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
1224 the mode-line face is restored. Fix several bugs.
1225
698665d1
GM
1226 * replace.el (perform-replace): Doc fix.
1227
4a7641d9
FP
12282001-08-02 Francesco Potorti` <pot@gnu.org>
1229
1230 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
1231 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
1232 (uniquify-fix-item-base, uniquify-fix-item-filename)
1233 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
1234 Callers changed.
1235 (uniquify-set-proposed): Changed to work with a vector item.
1236 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
1237 the fix list, and a list of strings for the non-file buffer
1238 names. Both changes reduce consing.
1239 (uniquify-rationalize-a-list): Local variable renaming.
1240 (uniquify-rationalize-conflicting-sublist): Use member instead of
1241 assoc.
1242 (uniquify-rename-buffer): Use unless instead of if not.
1243
77389930
GM
12442001-08-02 Gerd Moellmann <gerd@gnu.org>
1245
dde6824c 1246 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
7f7d5b9e 1247
cb3f945f
GM
1248 * custom.el (custom-set-variables): Set options with :require
1249 clauses last.
4a7641d9 1250
fbc7f2a6
GM
1251 * custom.el (defcustom): Doc fix.
1252
77389930
GM
1253 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
1254
9761cd3a
EZ
12552001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
1256
7e03f4c8
EZ
1257 * man.el (man): Mention Man-switches in the doc string.
1258 (Man-switches): Mention -a in the doc string.
1259
dde6824c
SM
1260 * textmodes/ispell.el (ispell-alternate-dictionary):
1261 Add /usr/share/lib/dict/words, for Irix.
2b2eabed 1262
9761cd3a
EZ
1263 * bindings.el: Bind shifted and control-shifted kp-* keys to the
1264 corresponding non-kp keys. Suggested by Stephen Gildea
b52758d1 1265 <gildea@stop.mail-abuse.org>.
9761cd3a 1266
cc46bfe7
FP
12672001-08-01 Francesco Potorti` <pot@gnu.org>
1268
fc10ed8c
FP
1269 * uniquify.el: These changes correct a corner case that the old
1270 code managed correctly.
1271 (uniquify-fix-item-proposed): Renamed from
1272 uniquify-fix-item-min-proposed.
1273 (uniquify-set-proposed): New function.
1274 (uniquify-rationalize-file-buffer-names): Code reshuffled for
1275 clarity and speed.
dde6824c
SM
1276 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
1277 This is equivalent to what the old code did.
fc10ed8c
FP
1278 (uniquify-rationalize-a-list): Never recompute the proposed
1279 name. Sort the conflicting sublist before rationalising it: this
1280 is equivalent to what the old code did, but one directory element
1281 at a time, and only when necessary.
1282 (uniquify-rationalize-conflicting-sublist): Recompute here the
1283 proposed name.
cc46bfe7 1284
dd388130
GM
12852001-08-01 Gerd Moellmann <gerd@gnu.org>
1286
81b1a79d
GM
1287 * play/animate.el: Add Keywords and Maintainer. Remove a
1288 reference to a removed function.
cc46bfe7 1289
dd388130
GM
1290 * play/animate.el (animate-string): Handle case that the string is
1291 longer than the window is wide.
1292
6b053e39
GM
12932001-07-31 Gerd Moellmann <gerd@gnu.org>
1294
ed86208c
GM
1295 * desktop.el (desktop-save): Bind coding-system-for-write to
1296 `emacs-mule' for write-region.
1297
10e922bd
GM
1298 * delsel.el (delete-selection-pre-hook): Don't set this-command
1299 to `ignore' if the region is empty.
1300
dde6824c
SM
1301 * international/mule.el (set-keyboard-coding-system):
1302 Set keyboard-coding-system.
b23bad0b 1303
6b053e39
GM
1304 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
1305 before accessing it.
1306
d004e96a
AS
13072001-07-30 Andreas Schwab <schwab@suse.de>
1308
dde6824c
SM
1309 * menu-bar.el (toggle-highlight-paren-mode):
1310 Use `(show-paren-mode)' as body.
d004e96a 1311
892c8dea
AS
13122001-07-30 Andre Spiegel <spiegel@gnu.org>
1313
1314 * vc.el (vc-checkout-hook): New hook.
1315 (vc-checkout): Run it.
1316
21f79512
EZ
13172001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
1318
dde6824c
SM
1319 * progmodes/make-mode.el (makefile-macroassign-regex):
1320 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
21f79512 1321
291e3b68
GM
13222001-07-30 Gerd Moellmann <gerd@gnu.org>
1323
6594ac22
GM
1324 * vc.el (vc-switch-backend): Fix autoload cookie.
1325
291e3b68
GM
1326 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
1327 the desktop file.
1328
87449711
GM
13292001-07-30 Simon Josefsson <jas@extundo.com>
1330
1331 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
1332 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
1333
bf85004b
GM
13342001-07-27 Gerd Moellmann <gerd@gnu.org>
1335
75c5350a
GM
1336 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
1337 (last-sexp-toggle-display): Renamed from last-sexp-print.
dde6824c
SM
1338 (last-sexp-toggle-display, eval-last-sexp-1):
1339 Use last-sexp-setup-props.
75c5350a 1340
cc46bfe7 1341 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
bf85004b
GM
1342 New user-options.
1343 (mouse-wheel-change-button): New function.
1344 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
1345 (mwheel-scroll): Ditto.
1346
16098288
GM
13472001-07-26 Gerd Moellmann <gerd@gnu.org>
1348
ac49effe
GM
1349 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
1350 `...', compare with unabbreviated printed representation instead.
1351 (last-sexp-print): Bind print-length and print-level to nil.
1352
be4a68f9
GM
1353 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
1354 before assigning text properties. Make properties rear-nonsticky.
ac49effe 1355
f6e6cdf2
GM
1356 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
1357 (eval-last-sexp-1): Give printed text a `keymap' property and bind
1358 <mouse-2> and <RET> in that map to a function printing the
1359 unabbreviated value.
1360
16098288
GM
1361 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
1362 is a buffer, put a text property `printed-value' on the printed
1363 representation, with the Lisp object printed as value.
1364
343462ed
EZ
13652001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
1366
1367 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
1368 Mention the effect of eval-expression-print-length and
1369 eval-expression-print-level in the doc strings. Suggested by
1370 Kevin Gallagher <kevingal@onramp.net>.
1371
e043664a
GM
13722001-07-25 Gerd Moellmann <gerd@gnu.org>
1373
4b09e331
GM
1374 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
1375 for buttons > 3.
1376 (xterm-mouse-translate): Handle the case that we don't get a
1377 down-event.
cc46bfe7 1378
dde6824c
SM
1379 * emacs-lisp/find-func.el (find-function-regexp):
1380 Add easy-mmode-define-global-mode to the regexp. Allow newlines
b03dc47d
GM
1381 in front of the function name.
1382
17635d50 1383 * isearch.el (isearch-other-meta-char): Fix last change.
cc46bfe7 1384
3fb01f36
GM
1385 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
1386 similar events for which fake prefix keys are generated. It's no
1387 longer necessary since read_key_sequence doesn't modify these
1388 events for internal purposes anymore.
1389
e043664a
GM
1390 * files.el (auto-mode-alist): Use nroff-mode for files ending
1391 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
1392
a9f73104
EZ
13932001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
1394
1395 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
1396 tool-bar-lines parameter, behave as if its value were zero.
1397 (mouse-avoidance-set-pointer-shape): Don't do anything if
1398 x-pointer-shape is not boundp.
1399
c02a76cc
FP
14002001-07-23 Francesco Potorti` <pot@gnu.org>
1401
f0188953 1402 * uniquify.el: Overall speedup changes when using many buffers.
dde6824c
SM
1403 (uniquify-fix-item-base, uniquify-fix-item-filename)
1404 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
c02a76cc 1405 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
f0188953 1406 place in the item, but was never used.
c02a76cc 1407 (uniquify-fix-item-min-proposed): New defalias: the fourth place
f0188953 1408 in the item is now used as cache for the proposed name.
c02a76cc 1409 (uniquify-rationalize-file-buffer-names): Move computation made on
dde6824c
SM
1410 newbuffile out of the loop, in the newbuffile-nd local var.
1411 Use dolist (cosmetic change). Compute the proposed name for the most
c02a76cc 1412 common case and cache it in the fourth place in the item.
f0188953 1413 (uniquify-rationalize-file-buffer-names): Used to return a a list
dde6824c 1414 of buffer whose name was changed, but that return value was never used.
c02a76cc
FP
1415 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
1416 the cached proposed name, does much less consing and is quicker.
1417 (uniquify-filename-lessp): Deleted.
dde6824c
SM
1418 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
1419 Do not bind locally the uniquify-possibly-resolvable flag. Use the
c02a76cc
FP
1420 cached proposed name is possible.
1421 (uniquify-get-proposed-name): Arguments changed, callers changed.
1422 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
1423 uniquify-possibly-resolvable flag, which is no more bound locally.
1424 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
f0188953 1425 flag, which does not exist any more.
c02a76cc 1426
31fac3b8
EZ
14272001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
1428
be8cf99e
EZ
1429 * term/internal.el (IT-unicode-translations): Fix the appearance of
1430 "6`".
1431
31fac3b8
EZ
1432 * progmodes/compile.el (compile-internal): If EMACS is already
1433 defined in the environment, don't override its value.
1434
73496807
GM
14352001-07-23 Gerd Moellmann <gerd@gnu.org>
1436
9e5a7f2a
GM
1437 * play/fortune.el: Undo change of 2001-07-13.
1438 Fix autoload cookies. Add types to defcustoms.
1439 (fortune) <defgroup>: Add :link.
1440 (fortune-from-region): Use eq, not eql.
1441 From Dave Love <fx@gnu.org>.
c02a76cc 1442
5247262a 1443 * play/animate.el (animate-birthday-present): Function removed.
c02a76cc 1444
73496807
GM
1445 * play/animate.el: New file.
1446
722a451d
EZ
14472001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
1448
dde6824c
SM
1449 * startup.el (normal-top-level-add-subdirs-to-load-path):
1450 On Windows, put into normal-top-level-add-subdirs-inode-list the
722a451d
EZ
1451 canonicalized names of the directories instead of inode numbers.
1452
4960e757 14532001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
c02a76cc 1454
4960e757
MK
1455 * ediff-util.el: Copyright years.
1456 (ediff-choose-syntax-table): New function.
1457 (ediff-setup): Use ediff-choose-syntax-table.
73496807 1458 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4960e757 1459 vc-state is available.
73496807 1460 (ediff-make-temp-file): Use ediff-coding-system-for-write.
c02a76cc 1461
4960e757
MK
1462 * ediff-init.el (ediff-with-syntax-table): New macro, uses
1463 with-syntax-table.
73496807
GM
1464 (ediff-coding-system-for-read): From ediff-diff.el
1465 (ediff-coding-system-for-write): New variable.
1466 (ediff-highest-priority): Fixed the bug having to do with disappearing
4960e757 1467 overlays.
73496807
GM
1468 (ediff-file-remote-p): Use file-remote-p, if available.
1469 (ediff-listable-file): New function.
1470 (ediff-file-attributes): Use ediff-listable-file.
c02a76cc 1471
dde6824c
SM
1472 * ediff-mult.el (ediff-meta-insert-file-info1):
1473 Use ediff-listable-file.
c02a76cc 1474
dde6824c
SM
1475 * ediff-ptch.el (ediff-prompt-for-patch-file):
1476 Use ediff-coding-system-for-read.
73496807 1477 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
c02a76cc 1478
73496807
GM
1479 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
1480 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
c02a76cc 1481
4960e757 1482 * ediff.el: Date of last update, copyright years.
c02a76cc 1483
4960e757 1484 * ediff-wind (ediff-setup-control-frame): Nill->nil.
c02a76cc 1485
4960e757
MK
1486 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
1487 of Scott Bronson.
1488 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
1489 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
1490 Deleted functions.
1491 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
1492 ex-token-list.
73496807 1493 (viper-get-ex-address-subr): Convert registers to char data type.
c02a76cc 1494
dde6824c 1495 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
73496807
GM
1496 (viper-memq-char): Use viper-int-to-char.
1497 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4960e757 1498 vc-locking-state.
73496807 1499 (viper-read-key): Use viper-read-key-sequence.
c02a76cc 1500
dde6824c
SM
1501 * viper.el (viper-major-mode-modifier-list):
1502 Added inferior-emacs-lisp-mode.
73496807 1503 (this-major-mode-requires-vi-state): New function that uses simple
4960e757 1504 heuristics to decide if vi state is appropriate.
73496807
GM
1505 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
1506 (viper-non-hook-settings): Don't advise read-key-sequence.
1507 (viper-read-key-sequence): New function that replaces the
4960e757 1508 previously used advice to read-key-sequence.
c02a76cc 1509
73496807
GM
1510 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
1511 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
1512 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
1513 (viper-open-line-at-point,viper-substitute,viper-overwrite)
1514 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
1515 Got rid of the negative character hack.
4960e757 1516 (viper-escape-to-state,viper-replace-state-exit-cmd):
73496807
GM
1517 Use viper-read-key-sequence.
1518 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4960e757 1519 (viper-minibuffer-standard-hook,viper-read-string-with-history):
73496807 1520 Don't override existing minibuffer-setup-hook.
4960e757 1521 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
c02a76cc 1522 Convert registers to char data type.
73496807 1523 (viper-autoindent): Use viper-indent-line.
c02a76cc
FP
1524
1525 * viper-keym.el: Use viper-exec-key-in-emacs.
1526
05824718
SM
15272001-07-20 Stefan Monnier <monnier@cs.yale.edu>
1528
1529 * server.el (server-visit-files): Fix variable name typo.
1530
6e07c0a5
GM
15312001-07-20 Gerd Moellmann <gerd@gnu.org>
1532
05824718 1533 * simple.el (delete-trailing-whitespace): Save match data
6e07c0a5
GM
1534 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
1535
5b6858da
SM
15362001-07-19 Stefan Monnier <monnier@cs.yale.edu>
1537
1538 * progmodes/compile.el (compilation-parse-errors): `linenum' might
1539 return a this-error using the alternative format (a pair of markers).
1540
794d58ba
GM
15412001-07-19 Gerd Moellmann <gerd@gnu.org>
1542
4e2a256b
GM
1543 * font-lock.el (c++-keywords): Add Standard C++ operator names.
1544
794d58ba
GM
1545 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
1546 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
5b6858da 1547
381194d0
PJ
15482001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1549
1550 * international/iso-transl.el: Fix typo in the header of the file.
1551
1552 * textmodes/picture.el (picture): Doc fix.
1553
1554 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
1555 follow coding conventions in generated files.
1556
27009a49
EZ
15572001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
1558
5b6858da 1559 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
27009a49
EZ
1560 (tool-bar-add-item): Don't call image-related primitives if the
1561 display doesn't support images.
1562
1563 * frame.el (display-images-p): New function.
1564
467f1209
GM
15652001-07-17 Gerd Moellmann <gerd@gnu.org>
1566
1567 * server.el (server-visit-files): Handle the case the specified
1568 column number is <= 0.
1569
15702001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
1571
1572 * startup.el (command-line-1): Add support for +LINE:COLUMN
1573 command line argument.
1574
15752000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1576
5b6858da
SM
1577 * server.el (server-process-filter, server-visit-files):
1578 Add support for +LINE:COLUMN style emacsclient calls.
467f1209 1579
9781053a
PJ
15802001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1581
1582 * emacs-lisp/easy-mmode.el: Add Keywords header.
1583
1584 * play/pong.el: Author has new address.
1585
1586 * play/landmark.el: Author is no more reachable.
1587
1588 * play/handwrite.el: Author is no more reachable.
1589
5b6858da
SM
15902001-07-17 Stefan Monnier <monnier@cs.yale.edu>
1591
1592 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
1593 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
1594 Complete bindings for F<1..12> keys.
1595 (global-map): Remove `undo' binding (already in the default).
1596 Replace `t<n>' bindings with `f<n>' bindings.
1597
a38b71b0
SM
15982001-07-16 Stefan Monnier <monnier@cs.yale.edu>
1599
1600 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
1601 (tcl-mode): Use tcl-add-log-defun.
1602 (tcl-indent-line): Use tcl-calculate-indent.
1603 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
1604 (tcl-indent-exp): Renamed from indent-tcl-exp.
1605 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
1606 (tcl-indent-for-comment): Call comment-indent-function properly
1607 and handle the case where it returns nil.
1608
c1d61a7d
GM
16092001-07-16 Gerd Moellmann <gerd@gnu.org>
1610
a38b71b0
SM
1611 * calendar/cal-islam.el (calendar-goto-islamic-date):
1612 Remove autoload cookie.
1613
1614 * calendar/calendar.el (calendar-goto-islamic-date):
1615 Add call to autoload.
c1d61a7d 1616
c59fb719
SM
16172001-07-16 Stefan Monnier <monnier@cs.yale.edu>
1618
1619 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
1620 Don't change compile-auto-highlight globally.
1621 Don't bother with `font-lock-defaults' property since XEmacs
1622 also understands the `font-lock-defaults' variable.
1623 Use make-local-variable rather than make-variable-buffer-local.
1624 Don't `defconst' comment-indent-function: keep the default.
1625 Call easy-menu-add unconditionally.
1626 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
1627 (ada-create-menu): Use :included for Emacs as well.
1628
1629 * vc.el (vc-do-command): Autoload.
1630
1631 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
1632
652a9be9
PJ
16332001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1634
1635 * ps-print.el: Fix Author: header.
1636
c3d6be34
GM
16372001-07-16 Gerd Moellmann <gerd@gnu.org>
1638
4391d40d
GM
1639 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
1640 mouse-1 etc., bind them to `ignore'.
1641
c3d6be34
GM
1642 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
1643 send-invisible, which is already defined in Comint.
1644 (eshell-watch-for-password-prompt): Use it.
1645
e8af40ee
PJ
16462001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1647
3c3e43ef
PJ
1648 * which-func.el (which-func-mode): Doc fix.
1649
e8af40ee 1650 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
c3d6be34
GM
1651 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
1652 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
1653 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
1654 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
1655 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
1656 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
1657 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
1658 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
1659 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
1660 * emulation/edt-mapper.el, emulation/edt-pc.el,
1661 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
1662 * emulation/tpu-edt.el, emulation/tpu-extras.el,
1663 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
1664 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
1665 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
1666 * international/isearch-x.el, international/iso-cvt.el,
1667 * international/ogonek.el, international/quail.el,
1668 * international/utf-8.el, jit-lock.el, language/devan-util.el,
1669 * language/devanagari.el, language/ethio-util.el,
1670 * language/ethiopic.el, language/european.el, language/indian.el,
1671 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
1672 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
1673 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
1674 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
1675 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
1676 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
1677 * progmodes/autoconf.el, progmodes/cmacexp.el,
1678 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
1679 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
1680 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
1681 * progmodes/ebnf2ps.el, progmodes/executable.el,
1682 * progmodes/fortran.el, progmodes/idlw-shell.el,
1683 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
1684 * progmodes/m4-mode.el, progmodes/mantemp.el,
1685 * progmodes/meta-mode.el, progmodes/octave-inf.el,
1686 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
1687 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
1688 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
1689 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
1690 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
1691 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
1692 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
1693 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
1694 * textmodes/two-column.el, time-stamp.el, timezone.el,
1695 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
1696 * which-func.el, whitespace.el, wid-browse.el, widget.el,
1697 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
e8af40ee
PJ
1698 conventions.
1699
bb24c64f
GM
17002001-07-16 Gerd Moellmann <gerd@gnu.org>
1701
1702 * simple.el (set-variable): Require 'cus-edit' instead of
1703 `wid-edit', so that the Custom widgets get defined.
1704
6a05d05f
PJ
17052001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1706
1707 * allout.el: A fix to follow coding conventions.
1708
1709 * find-lisp.el: A fix to follow coding conventions.
1710
1711 * term/w32-win.el: A fix to follow coding conventions.
1712
1713 * textmodes/sgml-mode.el: A fix to follow coding conventions.
1714
1715 * term/xterm.el: A fix to follow coding conventions.
1716
1717 * term/news.el: A fix to follow coding conventions.
1718
1719 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
1720 header line fixed.
1721
1722 * sun-curs.el: Fix Maintainer: header line.
1723
1724 * emacs-lisp/easymenu.el: Address of the author added.
1725
1b85bd12
GM
17262001-07-16 Gerd Moellmann <gerd@gnu.org>
1727
1728 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
1729 property.
1730
6e44da43
PJ
17312001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1732
1733 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
1b85bd12 1734 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
c59fb719
SM
1735 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
1736 Some fixes to follow coding conventions.
6e44da43 1737
6033fc96
GM
17382001-07-16 Gerd Moellmann <gerd@gnu.org>
1739
1740 * which-func.el (which-func-mode): Doc fix.
1741
5d3d1e32
SM
17422001-07-15 Stefan Monnier <monnier@cs.yale.edu>
1743
1744 * net/rcompile.el (remote-compile): Use make-local-variable.
1745
1746 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
1747
1748 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
1749
1750 * mail/reporter.el (reporter-submit-bug-report):
1751 Don't abuse make-variable-buffer-local. Fix call to add-hook.
1752
55535639
PJ
17532001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1754
3afbc435 1755 * calendar/cal-china.el, calendar/cal-coptic.el,
1b85bd12
GM
1756 * calendar/cal-dst.el, calendar/cal-french.el,
1757 * calendar/cal-hebrew.el, calendar/cal-islam.el,
1758 * calendar/cal-iso.el, calendar/cal-julian.el,
1759 * calendar/cal-mayan.el, calendar/cal-persia.el,
1760 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
1761 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
1762 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
1763 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
1764 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
1765 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
1766 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
1767 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
1768 * progmodes/ada-xref.el, progmodes/cc-align.el,
1769 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
1770 * progmodes/cc-defs.el, progmodes/cc-engine.el,
1771 * progmodes/cc-langs.el, progmodes/cc-menus.el,
1772 * progmodes/cc-styles.el, progmodes/cc-vars.el,
1773 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
1774 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
1775 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
1776 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
1777 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
1778 * textmodes/reftex.el: Some fixes to follow coding
3afbc435
PJ
1779 conventions in Eshell files with known maintainers.
1780
1781 * emulation/viper.el: A fix to follow coding conventions.
1782
60370d40 1783 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
1b85bd12
GM
1784 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
1785 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
1786 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
1787 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
1788 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
1789 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
1790 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
1791 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
1792 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
60370d40
PJ
1793 conventions in Eshell files.
1794
1795 * composite.el, diff.el, emacs-lisp/levents.el,
1b85bd12
GM
1796 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
1797 * emulation/pc-mode.el, emulation/viper-cmd.el,
1798 * emulation/viper-ex.el, emulation/viper-init.el,
1799 * emulation/viper-keym.el, emulation/viper-macs.el,
1800 * emulation/viper-mous.el, emulation/viper-util.el,
1801 * emulation/viper.el, forms-pass.el, international/ccl.el,
1802 * international/characters.el, international/encoded-kb.el,
1803 * international/fontset.el, international/ja-dic-cnv.el,
1804 * international/ja-dic-utl.el, international/kinsoku.el,
1805 * international/kkc.el, international/mule-cmds.el,
1806 * international/mule-diag.el, international/mule-util.el,
1807 * international/mule.el, international/titdic-cnv.el,
1808 * language/china-util.el, language/chinese.el,
1809 * language/cyril-util.el, language/cyrillic.el, language/english.el,
1810 * language/greek.el, language/hebrew.el, language/japan-util.el,
1811 * language/japanese.el, language/korea-util.el, language/korean.el,
1812 * language/lao-util.el, language/lao.el, language/misc-lang.el,
1813 * language/slovak.el, language/thai-util.el, language/thai.el,
1814 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
1815 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
1816 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
1817 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
1818 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
1819 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
1820 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
1821 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
1822 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
1823 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
c59fb719
SM
1824 to follow coding conventions in files without maintainer or in files
1825 with clear maintainer (but without Maintainer header stating so).
60370d40
PJ
1826
1827 * emacs-lisp/elp.el: A fix to follow coding conventions.
1828
715a2ca2 1829 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
1b85bd12
GM
1830 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
1831 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
1832 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
1833 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
1834 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
1835 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
1836 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
1837 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
1838 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
1839 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
1840 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
715a2ca2
PJ
1841 conventions in files from Gnus.
1842
55535639 1843 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
1b85bd12
GM
1844 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
1845 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
1846 * echistory.el, electric.el, emacs-lisp/authors.el,
1847 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
1848 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
1849 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
1850 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
1851 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
1852 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
1853 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
1854 * international/codepage.el, international/iso-ascii.el,
1855 * international/iso-insert.el, international/iso-transl.el,
1856 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
1857 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
1858 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
1859 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
1860 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
1861 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
1862 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
1863 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
1864 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
1865 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
1866 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
1867 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
1868 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
1869 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
1870 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
1871 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
1872 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
1873 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
1874 * textmodes/tex-mode.el, textmodes/text-mode.el,
1875 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
1876 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
1877 * vt100-led.el, window.el: Some fixes to follow coding conventions in
55535639
PJ
1878 files maintained by FSF.
1879
1cd7adc6
PJ
18802001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1881
1882 * arc-mode.el: A fix to follow coding conventions.
1883
1884 * bindings.el: Ditto.
1885
1886 * cdl.el: Ditto.
1887
1888 * comint.el: Ditto.
1889
1890 * cus-start.el: Ditto.
1891
1892 * shell.el: Ditto.
1893
1894 * skeleton.el: Ditto.
1895
07b1b912
SM
18962001-07-13 Stefan Monnier <monnier@cs.yale.edu>
1897
1898 * info.el (Info-build-node-completions):
1899 Make Info-current-file-completions buffer local.
1900
09938b67
GM
19012001-07-13 Gerd Moellmann <gerd@gnu.org>
1902
e0f82ad8 1903 * which-func.el (which-func-mode, which-func-ff-hook)
07b1b912 1904 (which-function-mode): Remove references to which-func-mode-global.
e0f82ad8 1905
07b1b912 1906 * calendar/cal-islam.el (calendar-goto-islamic-date):
78999117 1907 Add autoload cookie.
aa11456f 1908
09938b67
GM
1909 * play/fortune.el: Add types to defcustoms.
1910
ebea5735
PJ
19112001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1912
09938b67 1913 * language/czech.el: A fix to follow coding conventions.
ebea5735 1914
ec7dc7e1
EZ
19152001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
1916
1917 * speedbar.el (speedbar-supported-extension-expressions): Add .g
1918 to the extension list, for antlr-mode. From Christoph Wedler
1919 <Christoph.Wedler@sap.com>.
1920
ec402ad4
SM
19212001-07-11 Stefan Monnier <monnier@cs.yale.edu>
1922
1923 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
1924 (vc-dired-mode-map): Fix the madness.
1925
1926 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
1927 (vc-prefix-map): Moved back from vc.el.
1928
a777242c
GM
19292001-07-11 Gerd Moellmann <gerd@gnu.org>
1930
07b1b912
SM
1931 * mail/mail-extr.el (mail-extr-all-top-level-domains):
1932 Increase the size of the obarray.
a777242c
GM
1933 (mail-extr-all-top-level-domains): Add more toplevel domains,
1934 add more long names.
1935 From: Per Starback <starback@ling.uu.se>.
1936
874d7995
EZ
19372001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
1938
1939 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
1940 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1941
1942 * progmodes/ada-mode.el: Ditto.
1943
1944 * progmodes/ada-xref.el: Ditto.
1945
ff524b84
MB
19462001-07-11 Miles Bader <miles@gnu.org>
1947
1948 * finder.el (finder-insert-at-column): Also move to the next line
1949 if exactly at COLUMN.
1950
6b05fae3
GM
19512001-07-10 Gerd Moellmann <gerd@gnu.org>
1952
6ce5615d
GM
1953 * help.el (describe-function-1): When printing FUNCTION's
1954 documentation, don't assume FUNCTION is a symbol.
1955
6b05fae3
GM
1956 * startup.el (normal-top-level): Don't operate on the initial
1957 frame if we failed to create one.
1958
19da29f9
GM
19592001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
1960
1961 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
1962 itself, i.e. only indent the contents in it.
1963
6f19114e
GM
19642001-07-10 Markus Rost <rost@math.ohio-state.edu>
1965
1966 * mail/rmail.el (rmail-show-message): Show beginning of message in
1967 all windows containing it.
1968
8184a578
EZ
19692001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
1970
1971 * term/tty-colors.el: Fix the header line and copyright years.
1972
524ac5b2
GM
19732001-07-09 Gerd Moellmann <gerd@gnu.org>
1974
4033ae9d
GM
1975 * emacs-lisp/advice.el (ad-make-advised-definition): If the
1976 original definition has an interactive form, but is Elp
1977 instrumented, use the interactive form of the function called by
1978 elp-wrapper.
1979
59c2dcf4
GM
1980 * winner.el (winner-equal): Make it a defun. Don't compare Winner
1981 configurations with compare-window-configuration; they aren't
1982 window configurations.
1983
524ac5b2
GM
1984 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
1985 from the server for the format we expect. Don't use it if it
c59fb719 1986 doesn't look like what the Internet draft for FTP extensions specifies.
524ac5b2 1987
06c66e1c 1988 * toolbar/*.pbm: Cleaned up.
1d9f4dc1
GM
1989 From Luis Fernandes <elf@ee.ryerson.ca>.
1990
524ac5b2 19912001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7443aaa6
SM
1992
1993 * cc-cmds.el: Extended the kludge to interoperate with the
1994 delsel and pending-del packages wrt to the new function
1995 `c-electric-delete-forward'.
1996
851040a5
SM
19972001-07-08 Stefan Monnier <monnier@cs.yale.edu>
1998
1999 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
2000 to delay the call to <mode> for global minor modes.
2001 (easy-mmode-define-navigation): Only recenter if interactive.
2002
6573d87f
GM
20032001-07-06 Gerd Moellmann <gerd@gnu.org>
2004
a25e82a8
GM
2005 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
2006 to lisp-indent-line.
2007
6573d87f
GM
2008 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
2009 from the server. Call encode-time only when we are sure that we
2010 got a 213 response.
2011
c1a1fd60
GM
20122001-07-06 Simon Josefsson <jas@extundo.com>
2013
2014 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
2015 (mail-envelope-from): New user option.
2016 (sendmail-send-it): Use it.
2017
4b81a999
GM
20182001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2019
851040a5
SM
2020 * ps-print.el: Use locale dependant date to print date in header.
2021 Doc fix.
4b81a999
GM
2022 (ps-print-version): New version number (6.5.3).
2023 (ps-right-header, ps-right-footer): Initialization and doc fix.
2024 (ps-time-stamp-locale-default): New fun.
2025
a2cc5c4f
GM
20262001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2027
2028 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
2029 field problem with MIME-mode.
2030
2031 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
2032
20332001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2034
2035 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
2036 MIME-mode.
2037
a9b511e0
EZ
20382001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
2039
2040 * bindings.el (mode-line-mule-info): Don't show the tip with
2041 buffer-file-coding-system if that is nil.
2042
0f60e5ff
GM
20432001-07-05 Gerd Moellmann <gerd@gnu.org>
2044
f25cfe53
GM
2045 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
2046 instead of kill-line.
2047
5f72adc0
GM
2048 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
2049 <Pavel@Janik.cz>.
2050
2051 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
2052 <Pavel@Janik.cz>.
0f60e5ff 2053
b5e2c7a7
GM
20542001-07-04 Gerd Moellmann <gerd@gnu.org>
2055
2056 * font-lock.el (c-font-lock-keywords-3): When matching something
2057 like `struct X Y', finish with point after Y.
2058
e5836af8 20592001-07-04 Simon Josefsson <jas@extundo.com>
851040a5 2060
e5836af8 2061 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
851040a5 2062 in caller buffer.
e5836af8 2063
f1c53471
EZ
20642001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
2065
bf4041b6 2066 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
851040a5
SM
2067 instead of string-match to find the basename of the file.
2068 From Pascal Obry <p.obry@wanadoo.fr>.
bf4041b6 2069
851040a5
SM
2070 * net/browse-url.el (browse-url-default-windows-browser):
2071 Support the MS-DOS port when it runs on Windows.
51a91c09
EZ
2072 (browse-url-browser-function) [ms-dos]: Default to
2073 browse-url-default-windows-browser.
2074
f1c53471
EZ
2075 * help.el (locate-library): Enable code that looks for compressed
2076 libraries if auto-compression-mode is on.
2077
4ce5c223
SM
20782001-07-02 Stefan Monnier <monnier@cs.yale.edu>
2079
2080 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
2081
dd441b46
GM
20822001-07-02 Gerd Moellmann <gerd@gnu.org>
2083
4ce5c223 2084 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
dd441b46 2085
7a3ee510
EZ
20862001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
2087
33e432b1
EZ
2088 * allout.el: Fix the header line, so that finder.el recognizes it.
2089 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2090
4ce5c223
SM
2091 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
2092 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7a3ee510 2093
3024d920
EZ
20942001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
2095
4ce5c223 2096 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
027a15c1 2097
3024d920
EZ
2098 * ps-bdf.el (bdf-directory-list): Use the value relative to
2099 installation-directory for MS-Windows as well.
2100
0c1baae8
RS
21012001-06-29 Richard M. Stallman <rms@gnu.org>
2102
2103 * wid-edit.el (widget-color-sample-face-get):
2104 Return ((foreground-color . COLOR)) instead of constructing a face.
2105
442ebe98
EZ
21062001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
2107
2108 * faces.el (region): Change the background color for the
2109 light-background color display to lightgoldenrod2, to make it
2110 visible on some laptops.
2111
6519817e
RS
21122001-06-28 Richard M. Stallman <rms@gnu.org>
2113
2114 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
2115 (rmail-msg-restore-non-pruned-header): Likewise.
2116 If point was in the old pruned header, put it at the top.
2117 (rmail-msg-prune-header): If point was at the top, keep it there.
4ce5c223 2118
6519817e
RS
2119 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
2120 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
2121
15533ae2
SM
21222001-06-28 Stefan Monnier <monnier@cs.yale.edu>
2123
2124 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
2125
19a448e3
KF
21262001-06-28 Karl Fogel <kfogel@red-bean.com>
2127
2128 * saveplace.el: Update maintainer email address.
2129
a17555fd
FP
21302001-06-27 Francesco Potorti` <pot@gnu.org>
2131
15533ae2
SM
2132 * uniquify.el: (uniquify-rationalize-file-buffer-names):
2133 Undo previous change.
a17555fd
FP
2134
21352001-06-27 Francesco Potorti` <pot@gnu.org>
4501c939
FP
2136
2137 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
2138 preliminary quick reordering. Can speed things up dramatically.
2139
555cc9ca
RS
21402001-06-26 Richard M. Stallman <rms@gnu.org>
2141
4d68abe0
RS
2142 * dired.el (dired-get-filename): A file name starting with ~
2143 is not absolute in this context.
2144
555cc9ca
RS
2145 * which-func.el (which-func-maxout): Increase default to 500000.
2146 (which-function-mode): This is now the "real" name of the function.
2147 (which-func-mode): Now an alias.
2148 (which-func-mode-global): Name deleted.
2149
2150 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
2151 button-2, when binding hs-mouse-toggle-hiding.
2152
d9bad487
GM
21532001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2154
15533ae2 2155 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
d9bad487
GM
2156 (rmail-msg-prune-header): Likewise.
2157 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
2158 and `rmail-msg-prune-header'.
2159
da197e75
SM
21602001-06-25 Stefan Monnier <monnier@cs.yale.edu>
2161
2162 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
2163 back than LINEBEG.
2164
9501b986
EZ
21652001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
2166
2167 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
2168 window where they clicked the mouse has a header line, adjust
2169 vertical movement by one.
2170
7aee34d3
GM
21712001-06-25 Milan Zamazal <pdm@zamazal.org>
2172
da197e75
SM
2173 * progmodes/glasses.el (glasses-make-readable): Consider underscores
2174 too when separating a parenthesis.
7aee34d3 2175
b9cc92a4
EZ
21762001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
2177
2178 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2179 (bookmark-bmenu-hide-filenames): Add help-echo to
2180 mouse-highlighted text.
2181 (bookmark-bmenu-show-filenames): Remove help-echo property from
2182 the whitespace.
2183
e55c4863
EZ
21842001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
2185
da197e75
SM
2186 * files.el (auto-mode-alist): Add configure.ac (autoconf).
2187 From Karl Eichwalder <ke@suse.de>.
e55c4863 2188
4bd41f5a
RS
21892001-06-23 Richard M. Stallman <rms@gnu.org>
2190
2191 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
2192
2193 * progmodes/cc-styles.el (c-set-style): Don't specify initial
2194 contents for completing-read.
2195
fdae95d4
RS
21962001-06-22 Richard M. Stallman <rms@gnu.org>
2197
2198 * menu-bar.el (menu-bar-make-toggle): Construct the
2199 function's doc string from HELP, not DOC, and make it accurate by
2200 adding "Toggle whether to " at the front and downcasing the initial.
2201 Change the HELP arg in some calls to make it fit this usage.
2202
2203 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
2204 Undo previous change.
2205
5f0e1d42
EZ
22062001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
2207
1fd63d9b
EZ
2208 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
2209
da197e75 2210 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
5f0e1d42 2211
2ebf8f54
EZ
22122001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
2213
7a03d9cd
EZ
2214 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
2215
2ebf8f54
EZ
2216 * dabbrev.el (dabbrev--select-buffers): Fix last change.
2217
4de68712
RS
22182001-06-20 Richard M. Stallman <rms@gnu.org>
2219
2220 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
2221 broken out from dabbrev--find-expansion. Handle minibuffer
2222 specially here.
2223 (dabbrev--find-expansion): Simplify code in various ways.
2224 Don't treat minibuffers specially.
2225 Call dabbrev--make-friend-buffer-list.
da197e75 2226 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4de68712
RS
2227 (dabbrev--scanning-message): Do nothing when minibuffer is current.
2228
f84e9763 22292001-06-19 John Wiegley <johnw@gnu.org>
a5eab4a9 2230
f84e9763
JW
2231 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
2232 Also, added a comment describing how to greatly speedup Eshell
2233 loadup time, by concatenating together all of Eshell's .elc files.
a5eab4a9 2234
f5f3efaa 22352001-06-19 John Wiegley <johnw@gnu.org>
b868ed49 2236
da197e75
SM
2237 * eshell/esh-mode.el: Disabled a test that often yields false failures.
2238
f84e9763
JW
22392001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
2240
2241 * woman.el (WoMan-highlight-references): Add help-echo to
2242 mouse-highlighted text.
b868ed49 2243
f7ac3e28
SM
22442001-06-18 Stefan Monnier <monnier@cs.yale.edu>
2245
2246 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
2247
f6f1beba
GM
22482001-06-18 Gerd Moellmann <gerd@gnu.org>
2249
f7ac3e28
SM
2250 * international/quail.el (quail-start-conversion):
2251 Reset quail-translating to nil.
db8f7303 2252
f6f1beba
GM
2253 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
2254 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
2255
1a0b9ae6
EZ
22562001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
2257
855eca56
EZ
2258 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
2259 mouse-highlighted text.
2260
1a0b9ae6
EZ
2261 * dired.el (dired-mark-pop-up): Fix last change.
2262
e75e894b
EZ
22632001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
2264
218abc51
EZ
2265 * calendar/calendar.el (generate-calendar-month): Add help-echo to
2266 mouse-highlighted text.
2267
d36ca65d
EZ
2268 * net/quickurl.el (quickurl-url-file): Run through
2269 convert-standard-filename.
2270 (quickurl-list-populate-buffer): Add help-echo to
2271 mouse-highlighted text.
2272 (top-level): Update Dave's URL.
2273
092924fd
EZ
2274 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
2275 mouse-highlighted text.
2276
f7ac3e28
SM
2277 * textmodes/page-ext.el (pages-copy-header-and-position):
2278 Add help-echo to mouse-highlighted text.
092924fd
EZ
2279
2280 * tar-mode.el (tar-header-block-summarize): Add help-echo to
2281 mouse-highlighted text.
2282
2283 * replace.el (occur): Add help-echo to mouse-highlighted text.
2284
2285 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
2286 mouse-highlighted text.
2287
2288 * progmodes/cpp.el (cpp-make-button): Add help-echo to
2289 mouse-highlighted text.
2290
f7ac3e28
SM
2291 * progmodes/compile.el (compile-reinitialize-errors):
2292 Add help-echo to mouse-highlighted messages.
092924fd
EZ
2293 (compilation-forget-errors): Remove help-echo property as well.
2294
f7ac3e28
SM
2295 * play/landmark.el (lm-plot-square, lm-init-display):
2296 Add help-echo to mouse-highlighted text.
092924fd 2297
f7ac3e28
SM
2298 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
2299 Add help-echo to mouse-highlighted text.
092924fd
EZ
2300
2301 * dired.el (dired-insert-set-properties): Add help-echo to
2302 mouse-highlighted text.
f7ac3e28 2303 (dired-mark-pop-up): Remove help-echo property from the file name.
092924fd
EZ
2304
2305 * comint.el (comint-send-input): Add help-echo to
2306 mouse-highlighted text.
2307
2308 * buff-menu.el (list-buffers-noselect): Add help-echo to
2309 mouse-highlighted text.
2310
2311 * arc-mode.el (archive-summarize-files): Add help-echo to
2312 mouse-highlighted text.
2313
e75e894b
EZ
2314 * ffap.el (ffap-machine-p): Always return nil if
2315 open-network-stream is not fboundp.
2316
f621ed9d
SM
23172001-06-17 Stefan Monnier <monnier@cs.yale.edu>
2318
2319 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
2320 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
2321 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
2322 incorrectly binding chars between 128 and 256 to it.
2323 (sgml-maybe-name-self): Handle latin-1 chars properly.
2324 (sgml-tags-invisible): Bind buffer-file-name to nil.
2325 Use unwind-protect and restore-buffer-modified-p.
2326 (sgml-point-entered): Use buffer-substring-no-properties.
2327 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
2328 (html-mode): Don't force `imenu-sort-function'.
2329
884e8578
EZ
23302001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
2331
d5b49f47
EZ
2332 * tar-mode.el: Fix the copyright notice.
2333
ce6b1982
EZ
2334 * font-lock.el (font-lock-comment-face): For tty's with dark
2335 background, use "red1", since "lightred" is not one of the colors
2336 recognized by tty-colors.el.
2337
884e8578
EZ
2338 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
2339 create a buffer for extracted file, in case there's more than one
2340 file by that name in an archive, possibly in different
2341 directories. From Kevin Rodgers <kevinr@ihs.com>.
2342
2343 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
2344 <alex@gnu.org>.
2345
72190a54
MB
23462001-06-15 Miles Bader <miles@gnu.org>
2347
f621ed9d
SM
2348 * textmodes/texinfmt.el (texinfo-format-syntax-table):
2349 Revert previous change.
72190a54 2350
e4cdc335
RS
23512001-06-14 Richard M. Stallman <rms@gnu.org>
2352
2353 * replace.el (keep-lines-read-args): Return just a regexp.
2354 Provide nil for the region args.
f621ed9d 2355 (keep-lines, flush-lines, how-many):
e4cdc335
RS
2356 Calculate the defaults for the region here, when args are nil.
2357
c8c6b45a
EZ
23582001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
2359
2360 * rot13.el (rot13-other-window): Some more doc fix.
2361
f54701d1
EZ
23622001-06-14 Per Starback <starback@ling.uu.se>
2363
2364 * replace.el (case-replace, query-replace-from-history-variable)
2365 (query-replace-to-history-variable, keep-lines-read-args)
2366 (occur-revert-function, query-replace-help): Dox fix.
2367
1604ce98
EZ
23682001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
2369
2370 * rot13.el (rot13-other-window): Doc fix.
2371
22058843
MB
23722001-06-14 Miles Bader <miles@gnu.org>
2373
2374 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
2375 of " and \ to "." (punctuation).
2376 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
2377
e4cdc335
RS
23782001-06-13 Richard M. Stallman <rms@gnu.org>
2379
2380 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
2381
2382 * simple.el (shell-command-on-region): Never kill the
2383 *Shell Command Output* buffer.
2384
a62d56ab
SM
23852001-06-13 Stefan Monnier <monnier@cs.yale.edu>
2386
2387 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
2388
4a0aa1d9
SM
23892001-06-10 Stefan Monnier <monnier@cs.yale.edu>
2390
2391 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2392 New var, to recognize ${ $' and PODs.
2393 (perl-font-lock-syntactic-face-function): New function.
2394 (perl-mode): Use them.
2395 (perl-continuation-line-p): New function, from perl-calculate-indent.
2396 (perl-calculate-indent): Use it, to properly handle continuation
2397 lines of continuation lines.
2398
b5a9911c
EZ
23992001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
2400
2401 * server.el (server-process, server-buffer-clients): Doc fix.
2402 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2403
0f056ec1
JW
24042001-06-09 John Wiegley <johnw@gnu.org>
2405
2406 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
2407 test if the last command was Lisp or not.
2408 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
2409 B x C".
2410
e5e316b0
EZ
24112001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
2412
2413 * dos-w32.el (grep-regexp-alist): Remove definition, since the
2414 general one on compile.el supports drive letters.
7f4350a7
CD
2415
24162001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
2417
5a905a7e 2418 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
e5e316b0 2419 key description.
7f4350a7
CD
2420
2421 * textmodes/reftex-sel.el (reftex-select-jump): New command.
2422
5a905a7e 2423 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7f4350a7
CD
2424 (reftex-toc-jump): New command.
2425
2426 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
e5e316b0 2427 to parse international characters as well.
7f4350a7 2428
5a905a7e 2429 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
e5e316b0 2430 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7f4350a7 2431
5a905a7e
SM
2432 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
2433
2434 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
e5e316b0 2435 TAB to the key separators.
7f4350a7 2436
73419021
EZ
24372001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
2438
2439 * international/mule.el (auto-coding-alist): Remove redundant
2440 up-cased versions of the extensions (auto-coding-alist-lookup is
2441 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
2442 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
2443
cada28bb
EZ
24442001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
2445
2446 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
2447
4f7666dc
RS
24482001-06-01 Richard M. Stallman <rms@gnu.org>
2449
2450 * help.el (describe-variable): Put value on same line
2451 with preceding text, if it is short enough to look good that way.
2452
70079787
EZ
24532001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
2454
2455 * term/internal.el (IT-unicode-translations): New variable.
2456 (IT-setup-unicode-display): New function.
2457
c86f4619
GM
24582001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2459
2460 * ps-print.el: Handle before-string and after-string overlay properties
2461 in ps-print-*-with-faces commands. Doc fix.
2462 (ps-print-version): New version number (6.5.2).
2463 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
2464 for XEmacs.
2465 (ps-prefix-quote): Doc fix.
c6d452ad 2466 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
c86f4619
GM
2467 (ps-basic-plot-str, ps-plot-string): New funs.
2468
1ea98518
SM
24692001-05-31 Stefan Monnier <monnier@cs.yale.edu>
2470
2471 * progmodes/etags.el (tags-compression-info-list): Fix docstring
2472 and :type spec.
2473
2b1ec973
GM
24742001-05-31 Gerd Moellmann <gerd@gnu.org>
2475
1ea98518
SM
2476 * international/mule-cmds.el (inactivate-input-method):
2477 Set input-method-function to nil.
2b1ec973 2478
94843cc1
GM
2479 * xml.el (xml-parse-tag): The document may contain invalid characters.
2480 From ShengHuo ZHU <zsh@cs.rochester.edu>
2481
9652931f
GM
24822001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2483
2484 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1ea98518
SM
2485 `rmail-summary-line-decoder' if the message does not have
2486 a Subject: field.
9652931f 2487
1ea98518 2488 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
9652931f 2489
1ea98518
SM
2490 * mail/rmail.el (rmail-insert-mime-resent-message-function):
2491 New variable.
9652931f
GM
2492 (rmail-resend): Modify to work in `rmail-view-buffer'; call
2493 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
2494 is non-nil.
2495
f7ac3e28
SM
24962001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
2497
2498 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
2499
b781e739
SS
25002001-05-29 Sam Steingold <sds@gnu.org>
2501
00f51890
SS
2502 * faces.el (face-valid-attribute-values): Bind `valid' directly
2503 instead of using `setq'.
2504
b781e739
SS
2505 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
2506 Use `tex-shell-buf'.
2507 (tex-shell-proc): Use `tex-shell-running'.
2508 (tex-shell-buf-no-error): New function.
2509 (tex-send-tex-command): Use it.
2510 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
2511 (tex-kill-job): Check the process before calling `quit-process'.
2512
3d0e328b
GM
25132001-05-29 Gerd Moellmann <gerd@gnu.org>
2514
1ea98518
SM
2515 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
2516 UTF-8 sequences.
3d0e328b 2517
8bd6307f
GM
25182001-05-28 Miles Bader <miles@gnu.org>
2519
2520 * comint.el (comint-carriage-motion): Renamed from
2521 `comint-cr-magic'. Operate on the buffer instead of the string
2522 (for use as a comint post-output filter, instead of as a
2523 pre-output filter). Handle backspaces too. Add to the
2524 `comint-output-filter-functions' hook instead of
2525 `comint-preoutput-filter-functions'.
2526
89c8dc6c
GM
25272001-05-28 Gerd Moellmann <gerd@gnu.org>
2528
2529 * language/japan-util.el (japanese-hankaku): Prefer the charset
2530 `jisx0201' when the optional argument `ascii-only' is not specified.
2531 (japanese-hankaku-region): Ditto.
2532 From Katsumi Yamaoka <yamaoka@jpl.org>
2533
f25c1b9b
SM
25342001-05-28 Stefan Monnier <monnier@cs.yale.edu>
2535
2536 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
2537 (outline-invisible-p): New function.
2538 (hide-leaves): Save excursion.
2539 (hide-other): Stop looping when reaching bobp.
2540
719bb352
EZ
25412001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
2542
2543 * cus-edit.el (custom-file): Fix last change.
2544
d686d354
SM
25452001-05-27 Stefan Monnier <monnier@cs.yale.edu>
2546
2547 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
2548 same definition in byte-compile-function-environment as `autoload'
2549 would put in `symbol-function'.
2550
2551 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
2552 patch to correct the error message as well.
2553
49b1a638
EZ
25542001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
2555
71261a01
EZ
2556 * cus-edit.el (custom-file): Don't assume we were invoked with -q
2557 unless ~/.emacs exists.
2558
49b1a638
EZ
2559 * novice.el (enable-command): If user-init-file is nil or does not
2560 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
2561
a434b175
SM
25622001-05-25 Stefan Monnier <monnier@cs.yale.edu>
2563
15ca8de7
SM
2564 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
2565 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
2566 Allow spaces around macro arguments.
2567 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
2568 indent-for-tab-command.
2569 (latex-mode-map, plain-tex-mode-map): New keymaps.
2570 Inherit from tex-mode-map.
2571 (tex-common-initialization): Don't setup the keymap any more
2572 since it's now done right by define-derived-mode.
2573 (latex-mode): Set skeleton-end-hook to nil.
2574 (latex-skeleton-end-hook): Remove.
2575 (tex-latex-block, latex-insert-item): Simplify.
2576 (latex-syntax-after): Use following-char rather than char-after.
2577 (tex-discount-args-cmds, tex-count-words): New functions.
2578
2579 * textmodes/tildify.el (tildify-ignored-environments-alist):
2580 Recognize \verb* as well.
2581
2582 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
2583 (perl-comment-indent): Simplify to let newcomment.el do its job.
2584 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
2585 (perl-mark-function): Cleanup the namespace.
2586 (perl-calculate-indent): Don't be fooled by nested functions.
2587
2588 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
2589
a434b175
SM
2590 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
2591 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
2592
4e7e1f03
AC
25932001-05-25 Andrew Choi <akochoi@i-cable.com>
2594
2595 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
2596 actually be `\\'.
2597 (ctlau-b5-converter): Likewise.
2598
2bef0948
AC
25992001-05-24 Andrew Choi <akochoi@i-cable.com>
2600
2601 * international/titdic-cnv.el (quail-misc-package-ext-info):
e089be2d
AC
2602 Change CTLauB.el to CTLau-b5.el.
2603
d2d1851b
SM
26042001-05-23 Stefan Monnier <monnier@cs.yale.edu>
2605
2606 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
2607 rather than beginning-of-line to avoid problems with fields.
2608 (gud-perldb-massage-args): Use unless and push.
2609 (gud-chdir-before-run): New var.
2610 (gud-common-init): Use it.
2611
5e3d4fbc
AC
26122001-05-24 Andrew Choi <akochoi@i-cable.com>
2613
2614 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2615 delete entries for chinese-ctlau and chinese-ctlaub.
d2d1851b 2616 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5e3d4fbc 2617 chinese-ctlaub.
d2d1851b
SM
2618 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
2619 New functions.
5e3d4fbc 2620
0216c3df
GM
26212001-05-22 Gerd Moellmann <gerd@gnu.org>
2622
f1f65349
GM
2623 * cus-edit.el (custom-comment-show): Remove debug code.
2624
0216c3df
GM
2625 * language/japan-util.el (japanese-symbol-table): Fix handling of
2626 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
2627
e8a1ed31
SM
26282001-05-21 Stefan Monnier <monnier@cs.yale.edu>
2629
2630 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
2631 Renamed by removing the silly `-flag' suffix.
2632 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
2633
7246200c
SM
26342001-05-20 Stefan Monnier <monnier@cs.yale.edu>
2635
2636 * replace.el (keep-lines-read-args): Use `copy-marker'.
2637 (how-many): Save excursion properly.
2638 (occur-mode): Use define-derived-mode.
2639 (perform-replace): Use with-current-buffer.
2640
7e971261
RS
26412001-05-20 Richard M. Stallman <rms@gnu.org>
2642
65569e52
RS
2643 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
2644
cc9684e8
RS
2645 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
2646
9ca00e71
RS
2647 * info.el (Info-read-subfile): Widen before finding the
2648 desired node in the subfile.
2649
7e971261
RS
2650 * startup.el (command-line-1): When >2 files visited,
2651 leave the last one visible, and make that the selected window.
2652
7c5312b2
GM
26532001-05-20 Gerd Moellmann <gerd@gnu.org>
2654
2655 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
2656
310e9a21
EZ
26572001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
2658
7246200c
SM
2659 * international/ccl.el (define-ccl-program): Fix a typo.
2660 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
2661
2662 * international/mule.el (decode-char): Fix a typo. From Pavel
2663 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2664
2665 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
2666 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2667
310e9a21
EZ
2668 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
2669 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2670
ef55aa6c
SS
26712001-05-18 Sam Steingold <sds@gnu.org>
2672
7246200c 2673 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
ef55aa6c
SS
2674 and [RET] to `cvs-mode-find-file'.
2675
c9f3bebe
JW
26762001-05-18 John Wiegley <johnw@gnu.org>
2677
2678 * eshell/esh-ext.el (eshell-explicit-command-char): A new
2679 configuration variable, which determines the initial character
2680 that forces use of an external version of a command. The default
2681 is *, but may be set to \, for example.
2682
2683 * eshell/esh-ext.el (eshell-explicit-command):
2684 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 2685
c9f3bebe
JW
2686 * eshell/esh-cmd.el (eshell/which):
2687 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 2688
7c5312b2
GM
2689 * eshell/em-cmpl.el (eshell-completion-command-name)
2690 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
2691 instead of ?*.
2692
1c66d9fb
GM
26932001-05-18 Gerd Moellmann <gerd@gnu.org>
2694
a724ed38
GM
2695 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
2696 subst-char-in-string.
2697 (ange-ftp-after-parse-ls-hook): New variable.
2698 (ange-ftp-ls): Run that hook.
2699 From Peter Milliken <Peter.Milliken@GTECH.COM>.
2700
0595722b
GM
2701 * tmm.el (tmm-get-keymap): Fix handling of :filter.
2702 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
2703 text into *Completions*.
2704
1c66d9fb
GM
2705 * net/goto-addr.el (goto-address-at-point): Deal with URLs
2706 part of which look like email addresses.
2707
c5bdb93d
AI
27082001-05-18 Andrew Innes <andrewi@gnu.org>
2709
7246200c
SM
2710 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
2711 Use . instead of absolute path for lisp dir, to avoid bug in W2K
c5bdb93d
AI
2712 cmd.exe's handling of FOR loops.
2713 (autoloads): Set find-file-suppress-same-file-warnings to t to
2714 avoid slew of spurious messages.
2715
9a1211f2
GM
27162001-05-18 Simon Josefsson <simon@josefsson.org>
2717
2718 * mail/smtpmail.el (maybe-append-domain): Renamed to
2719 `smtpmail-maybe-append-domain'.
2720 (smtpmail-via-smtp): Use the new name.
2721
29148a3f
GM
2722 * net/browse-url.el (browse-url-browser-function): Add kde.
2723 (browse-url-kde-program, browse-url-kde-args): New variables.
2724 (browse-url-kde): New function.
2725
9ab59a1a
MB
27262001-05-18 Miles Bader <miles@gnu.org>
2727
7246200c
SM
2728 * simple.el (delete-horizontal-space, just-one-space):
2729 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9ab59a1a
MB
2730 because it's more efficient for large files.
2731
cebf1b97
GM
27322001-05-17 Gerd Moellmann <gerd@gnu.org>
2733
f90c23ca
GM
2734 * mail/rmail.el (rmail-require-mime-maybe): New function.
2735 (rmail): Use it.
2736 (rmail-mode): Handle the case of finding Rmail files.
2737
cebf1b97
GM
2738 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
2739 functions.
2740
df22166e
SM
27412001-05-17 Stefan Monnier <monnier@cs.yale.edu>
2742
2743 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
2744 text-property after moving to the beginning of line and regardless
2745 of the value of font-lock-multiline.
2746
2ca0d5f1
GM
27472001-05-17 Gerd Moellmann <gerd@gnu.org>
2748
e85e809a
GM
2749 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
2750
2ca0d5f1
GM
2751 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
2752 last coding system used before calling set-buffer-modified-p
2753 because that function changes last-coding-system.
2754
4c6a4739
EZ
27552001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
2756
2757 * files.el (switch-to-buffer-other-window)
2758 (switch-to-buffer-other-frame): Add an xref to display-buffer in
2759 the doc string.
2760
f08cf35b
GM
27612001-05-17 Gerd Moellmann <gerd@gnu.org>
2762
2763 * language/slovak.el, language/czech.el: New maintainer.
2764
2180ea97
SS
27652001-05-16 Sam Steingold <sds@gnu.org>
2766
f08cf35b 2767 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
2768 sub-form of `defgeneric' correctly.
2769
9bae8781
GM
27702001-05-16 Gerd Moellmann <gerd@gnu.org>
2771
a90b3d3c
GM
2772 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
2773 of `c'.
2774
1b7818b4 2775 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
2776 condition-case, test what outline-level returns instead, to
2777 ease debugging.
1b7818b4 2778
9bae8781
GM
2779 * international/mule.el (auto-coding-regexp-alist): New user-option.
2780 (auto-coding-from-file-contents): New function.
2781 (set-auto-coding): Use it to determine a coding system.
2782
7644c605
GM
27832001-05-15 Gerd Moellmann <gerd@gnu.org>
2784
18a0a39e
GM
2785 * mouse.el (mouse-delete-other-windows): Doc fix.
2786
df22166e
SM
2787 * emacs-lisp/lisp-mode.el (lisp-mode):
2788 Make font-lock-keywords-case-fold-search a buffer-local variable with
2789 make-local-variable before setting it.
7644c605 2790
940cf42e
EZ
27912001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
2792
2793 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
2794 prefixes.
2795
557f7c34
GM
27962001-05-14 Gerd Moellmann <gerd@gnu.org>
2797
2798 * hexl.el (hexl-current-address): Print a message when called
2799 interactively.
2800
14d9b141
SM
28012001-05-11 Stefan Monnier <monnier@cs.yale.edu>
2802
2803 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
2804
2805 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
2806
2807 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
2808
7bd2d083
GM
28092001-05-11 Gerd Moellmann <gerd@gnu.org>
2810
47e72862
GM
2811 * startup.el (command-line): If parameters have been changed in
2812 the init files which influence font selection, clear the face
2813 cache so that faces get realized with the new parameters.
2814
14d9b141 2815 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 2816
0f49941f
SM
28172001-05-10 Stefan Monnier <monnier@cs.yale.edu>
2818
2819 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
2820
cbeed4a8
EZ
28212001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
2822
2823 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
2824 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
2825
ff9aa2ca
GM
28262001-05-10 Gerd Moellmann <gerd@gnu.org>
2827
2828 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 2829 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 2830
b2c99950
JW
28312001-05-09 John Wiegley <johnw@gnu.org>
2832
0f49941f
SM
2833 * eshell/esh-util.el (eshell-convert-numeric-arguments):
2834 Annotated the documentation string to tell users about
3cb27fd7
JW
2835 `eshell-no-numeric-conversions'.
2836
c26f6b27
JW
2837 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
2838 conversions if a Lisp function has the property
2839 `eshell-no-numeric-conversions' set to a non-nil value.
2840
2841 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
2842 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
2843 property `eshell-no-numeric-conversions' on the following
2844 functions (which all deal with filesystem entities, and never Lisp
2845 numerical values): eshell/cd, eshell/pushd, eshell/popd,
2846 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
2847 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
2848 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
2849 eshell/which, eshell/addpath.
2850
28512001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 2852
d089e299
JW
2853 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
2854 encountered as an argument, don't convert it right away, but tag
2855 the first character of the string with the text properties
2856 `number', which signifies to `eshell-lisp-command' that the
2857 argument should be passed through `string-to-number' if it is
2858 actually used in the call to a Lisp function.
2859
2860 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
2861 function, convert any string arguments that have been tagged as
2862 "numbers", by calling string-to-number.
2863
2864 * eshell/esh-util.el (eshell-number-regexp): Now that number
2865 conversions only happen for Lisp function calls, the number regexp
2866 should now match all integer and floating point forms.
2867
2868 * eshell/esh-proc.el: Disable `eshell-stop-process' and
2869 `eshell-continue-process', since they are both nonfunctional at
2870 the moment.
2871 (eshell-proc-initialize): Don't bind keys for
2872 `eshell-stop-process' or `eshell-continue-process'.
2873
0f49941f
SM
2874 * eshell/em-unix.el (eshell-shuffle-files):
2875 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
2876
2877 * eshell/em-hist.el (eshell-add-to-history): Reference to
2878 `eshell-history-ring' needed to be `eshell-history-index'.
2879
0f49941f
SM
2880 * calendar/timeclock.el (timeclock-find-discrep):
2881 Initialize `elapsed' to 0.
cb89da0f
JW
2882 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
2883 it's still nil.
b2c99950 2884
ff39b9a1
SM
28852001-05-09 Stefan Monnier <monnier@cs.yale.edu>
2886
2887 * arc-mode.el (archive-int-to-mode): Construct the string directly.
2888 (archive-mode): Use capitalize.
2889 (archive-unique-fname): Use make-temp-file.
2890
9e53a675
GM
28912001-05-09 Gerd Moellmann <gerd@gnu.org>
2892
2893 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
2894
c8224de6
EZ
28952001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
2896
c533a7e2
EZ
2897 * tar-mode.el (tar-extract): Pay attention to the value of
2898 coding-system-for-read, if it is non-nil.
2899
ff39b9a1
SM
2900 * calendar/holidays.el (holidays): Add an autoload cookie.
2901 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 2902
1c8c9fb8
JW
29032001-05-08 John Wiegley <johnw@gnu.org>
2904
ff39b9a1
SM
2905 * calendar/timeclock.el (timeclock-workday-remaining):
2906 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
2907 (timeclock-workday-elapsed): Don't accept a "relative" argument
2908 for the current day's elapsed time. What could that have meant?
ff39b9a1 2909 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
2910 (timeclock-when-to-leave): Changed logic, similarly to what was
2911 done for `timeclock-workday-remaining'.
2912 (timeclock-find-discrep): Removed "today-only" argument, which had
2913 no meaning. Fixed some more math problems. The function now
2914 returns a three member list: (TOTAL-TIME-DISCREPANCY
2915 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
2916
5f47fb28
EZ
29172001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
2918
2919 * w32-fns.el (convert-standard-filename): Start replacing slashes
2920 from the beginning of the file name, not from where the last
2921 invalid character was. From "Andrew Maguire (SWW)"
2922 <Andrew.Maguire@Smallworld.co.uk>
2923
6da5c7da
GM
29242001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
2925
2926 The following changes are to provide infrastructure for handling
2927 MIME messages to rmail. They don't affect the original behaviour
2928 if rmail-enable-mime is nil.
2929
2930 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
2931 (rmail-search-mime-message-function)
2932 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
2933 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
2934 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
2935 `rmail-view-buffer' is hidden.
6da5c7da
GM
2936 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
2937 call rmai-show-mime-function.
2938 (rmail-display-labels): If rmail-enable-mime is non-nil, update
2939 mode-line-process of rmail-view-buffer.
2940 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
2941 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
2942 buffer.
ff39b9a1
SM
2943 (rmail-next-message, rmail-next-undeleted-message): Be sure to
2944 set-buffer to the Rmail buffer.
6da5c7da
GM
2945 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
2946 rmail-search-mime-header-function.
2947 (rmail-search-message): New function.
2948 (rmail-search): Call rmail-search-message to check if a message
2949 matches REGEXP, lastly update point after calling
2950 rmail-show-message.
ff39b9a1
SM
2951 (rmail-undelete-previous-message, rmail-expunge-confirmed)
2952 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
2953 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
2954 header region, refer to rmail-msgref-vector while setting the
2955 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
2956 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
2957 If rmail-enable-mime is non-nil, call
6da5c7da
GM
2958 rmail-insert-mime-forwarded-message-function instead of inserting
2959 forwarded message by itself.
2960
2961 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
2962 Rmail buffer.
2963 (rmail-set-label, rmail-next-labeled-message): Likewise.
2964
2965 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
2966 set-buffer to the Rmail buffer.
2967 (rmail-output-to-rmail-file): Likewise.
2968 (rmail-output): Likewise.
2969
2970 * mail/rmailsum.el (rmail-message-subject-p): Process the result
2971 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
2972 (rmail-new-summary): Be sure to go to the Rmail buffer.
2973 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
2974 rmail-view-buffer to nil.
2975 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
2976 rmail-view-buffer.
2977 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
2978 rmail-buffer.
2979 (rmail-summary-scroll-msg-down): Likewise.
2980 (rmail-summary-beginning-of-message): Likewise.
2981 (rmail-summary-wipe): Likewise.
2982 (rmail-summary-toggle-header): Use save-window-excursion, not
2983 save-excursion. Update point in rmail-view-buffer, not in
2984 rmail-buffer.
2985 (rmail-summary-reply): Before calling rmail-reply, set buffer to
2986 rmail-view-buffer, not rmail-buffer.
2987
5092477a
GM
29882001-05-07 Gerd Moellmann <gerd@gnu.org>
2989
1e9fc92e
GM
2990 * cus-edit.el (custom-file): Signal an error if user-init-file is
2991 nil (running -q).
2992
1d053370
GM
2993 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
2994
ff39b9a1
SM
2995 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2996 Add :version.
2997
2998 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2999 New option.
1b62b062
GM
3000 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
3001 only if smtpmail-warn-about-unknown-extensions is set.
3002
f851a71c
GM
3003 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
3004 instead of rmail-sort-by-keywords.
3005
ff39b9a1 3006 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
3007 rmail-sort-by-keywords.
3008
ff39b9a1
SM
3009 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
3010 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
3011 (rmail-summary-mode): Doc fix.
3012
5092477a
GM
3013 * mail/rmail.el (rmail-edit): New Custom group.
3014
3015 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
3016 (rmail-edit-mode-hook): New user-option.
3017
05be3833
RS
30182001-05-05 Richard M. Stallman <rms@gnu.org>
3019
3020 * help.el (help-xref-symbol-regexp): Recognize "source of"
3021 and friends, meaning make a link to the source file.
3022 (help-make-xrefs): Handle "source of" and friends
3023 by constructing a link that visits the source file.
3024
3025 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
3026
7dfb000f
SM
30272001-05-04 Stefan Monnier <monnier@cs.yale.edu>
3028
5efe6a56
SM
3029 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
3030 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
3031 Renamed from perl-font-lock-keywords to avoid clashes.
3032 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
3033 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
3034 Updated correspondingly.
3035
7dfb000f
SM
3036 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
3037 Typo `nonexistant' -> `nonexistent'.
3038
88bbb8cb
EZ
30392001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
3040
7dfb000f
SM
3041 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
3042 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
3043 `c-electric-delete-forward' always deletes forward and
3044 `c-electric-delete' only contains the code necessary for XEmacs to
3045 choose between backward and forward deletion.
7dfb000f 3046
88bbb8cb
EZ
3047 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
3048 get the electric behavior on that key too.
3049 (c-fill-paragraph): Fixed bogus direct use of
3050 c-comment-prefix-regexp, which caused an error when it's a list.
3051
a1af8dcf
EZ
30522001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
3053
3054 * dired-aux.el (dired-diff): Doc fix.
3055
3056 * dired.el (dired-diff): Likewise.
3057
ddfb4005
EZ
30582001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
3059
3060 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
3061
b36581fb
SM
30622001-05-02 Stefan Monnier <monnier@cs.yale.edu>
3063
80a00b6a
SM
3064 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
3065 if both the buffer and the file are read-only.
3066
b36581fb
SM
3067 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
3068 rather than font-lock-string-face.
3069 (sh-get-indent-info): Treat heredocs like strings.
3070
470bbe9b
GM
30712001-05-02 Gerd Moellmann <gerd@gnu.org>
3072
b36581fb
SM
3073 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
3074 a newline following `}'.
3356df63
GM
3075 (texinfo-format-email): New function.
3076 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
3077 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
3078 Add `display'.
3356df63
GM
3079 (texinfo-sort-region): Goto point-min before sorting.
3080 (texinfo-set): Remove leading white space from value.
3081 From yagi@is.titech.ac.jp.
3082
470bbe9b
GM
3083 * replace.el (query-replace-regexp-eval): Doc fix.
3084
a9d2fd1d
SM
30852001-05-01 Stefan Monnier <monnier@cs.yale.edu>
3086
3087 * diff-mode.el (diff-nonexistant-face): New face.
3088 (diff-font-lock-keywords): Use it.
3089
2b3e941a
EZ
30902001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
3091
22cd6fd3
EZ
3092 * font-lock.el (font-lock-mode): Doc fix.
3093
2b3e941a
EZ
3094 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
3095 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
3096
50df7214
GM
30972001-04-30 Gerd Moellmann <gerd@gnu.org>
3098
a9d2fd1d
SM
3099 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
3100 backslash at the start of the here-document delimiter.
a9793e45
GM
3101 (sh-font-lock-syntactic-keywords): Likewise.
3102
50df7214
GM
3103 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
3104
e2f599e9
EZ
31052001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
3106
3107 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
3108 (tty-color-translate, tty-color-by-index, tty-color-values)
3109 (tty-color-desc): Doc fix.
3110
dcaf31d3
EZ
31112001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
3112
3113 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
3114 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
3115 Mention dired-dwim-target in the doc string.
dcaf31d3 3116
a6a06429
MB
31172001-04-28 Miles Bader <miles@gnu.org>
3118
3119 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
3120 (dabbrev--find-expansion): Use it.
3121 (dabbrev--select-buffers): Don't select ignored buffers.
3122
5a5d9185
GM
31232001-04-27 Gerd Moellmann <gerd@gnu.org>
3124
a9d2fd1d 3125 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 3126
c5b82005
RS
31272001-04-26 Richard M. Stallman <rms@gnu.org>
3128
3129 * dabbrev.el: Add doc strings for some functions.
3130 (dabbrev--eliminate-newlines): New variable.
3131 (dabbrev--substitute-expansion): Convert newlines to spaces
3132 if dabbrev--eliminate-newlines is set.
3133 If abbrev and expansion are both all-lower-case,
3134 leave dabbrev--last-case-pattern nil.
3135
7cff9c6f
GM
31362001-04-26 Gerd Moellmann <gerd@gnu.org>
3137
3138 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
3139 if necessary, like in rmail-show-message.
3140
efa89c1f
GM
31412001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3142
3143 * ps-print.el: Color specified by number is forced to be float number.
3144 (ps-print-version): New version number (6.5.1.1).
3145 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
3146 initialization.
3147 (ps-prefix-quote): New internal var.
3148 (ps-print-quote): New fun.
3149 (ps-setup, ps-output-frame-properties, ps-float-format)
3150 (ps-format-color): Code fix.
a9d2fd1d
SM
3151 (ps-plot-region): Eliminate redundant foreground color text setting.
3152
d3111e5a
EZ
31532001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
3154
3155 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
3156
a728644c
GM
31572001-04-25 Gerd Moellmann <gerd@gnu.org>
3158
3159 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
3160
4ecdf04d
EZ
31612001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
3162
4645bb68
EZ
3163 * info.el (Info-additional-directory-list): Doc fix.
3164
4ecdf04d 3165 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
3166 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
3167 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 3168
7cd512f2
SM
31692001-04-25 Stefan Monnier <monnier@cs.yale.edu>
3170
1dc64fca
SM
3171 * progmodes/make-mode.el (makefile-font-lock-keywords):
3172 Rationalize the rules for includes and conditionals and use the
3173 keyword face for them.
3174
7cd512f2
SM
3175 * faces.el (modify-face): Add compatibility for non-interactive use.
3176
ffeb5c1c
JW
31772001-04-24 John Wiegley <johnw@gnu.org>
3178
3179 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
3180 fix from last night, since it wasn't finding eshell/cd.
3181
35f901fa
GM
31822001-04-24 Gerd Moellmann <gerd@gnu.org>
3183
3184 * rect.el (string-rectangle): Revert to 20.x behaviour.
3185 (replace-rectangle): Make it an alias for string-rectangle.
3186 (string-insert-rectangle): New function.
3187
c7b1b508
JW
31882001-04-23 John Wiegley <johnw@gnu.org>
3189
3190 * eshell/em-unix.el (eshell/diff): Fixed problems that were
3191 occurring with Emacs 21's diff.el/compile.el interaction layer.
3192
31932001-04-23 Colin Walters <walters@cis.ohio-state.edu>
3194
3195 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
3196 case where the function was defined in a file, but not part of an
3197 eshell module.
3198
157975e3
JW
31992001-04-23 John Wiegley <johnw@gnu.org>
3200
3201 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
3202 code to work around a redisplay problem I've been having.
3203
3dc630b9
JW
32042001-04-23 John Wiegley <johnw@gnu.org>
3205
3206 * calendar/timeclock.el (timeclock-day-required): If the time
3207 required for a particular day is not set, use `timeclock-workday'.
3208 (timeclock-find-discrep): Added some sample code in a comment.
3209
3210 * eshell/eshell.el (eshell-command): Made a few changes so that
3211 `eshell-command' could be called programmatically.
3212
7cd512f2 3213 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 3214
7cd512f2 3215 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 3216
3ae14dd9 32172001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
3218
3219 * calendar/timeclock.el: Updated copyright.
3220 (timeclock-generate-report): Don't report the daily or two-week
3221 total, if no time has been worked in that period.
3222 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
3223 final computational form, which was unnecessary; corrected a
3224 parsing problem when timeclock-relative was nil.
3225
3ae14dd9 32262001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
3227
3228 * calendar/timeclock.el (timeclock-modeline-display): Check if
3229 `list-entry' is null.
3230 (timeclock-use-display-time): The first argument to `set-variable'
3231 must be a symbol.
3232
53e1a74c
EZ
32332001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
3234
3235 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
3236 (calendar-today-marker, calendar-holiday-marker):
3237 Use display-color-p instead of window-system.
53e1a74c
EZ
3238 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
3239 instead of window-system.
3240 (calendar-hide-window): Use display-multi-frame-p instead of
3241 window-system.
3242
3243 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
3244 (calendar-only-one-frame-setup, calendar-one-frame-setup):
3245 Use display-multi-frame-p instead of window-system.
53e1a74c 3246
23b809c2
GM
32472001-04-23 Gerd Moellmann <gerd@gnu.org>
3248
1d14e80c
GM
3249 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
3250
23b809c2
GM
3251 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
3252 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
3253
b5eeaa1d
GM
32542001-04-23 Alex Schroeder <alex@gnu.org>
3255
3256 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
3257 line-end-position a defalias is used for point-at-bol and point-at-eol.
3258
b5eeaa1d
GM
32592001-04-23 Alex Schroeder <alex@gnu.org>
3260
3261 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 3262 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 3263
ac1470eb
EZ
32642001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
3265
3266 * textmodes/paragraphs.el (sentence-end): Doc fix.
3267
624ef9b3
GM
32682001-04-20 Alex Schroeder <alex@gnu.org>
3269
3270 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 3271 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
3272
32732001-04-20 Alex Schroeder <alex@gnu.org>
3274
3275 * sql.el (sql-db2-program): New option.
3276 (sql-db2-options): New option.
3277 (sql-db2): New function.
3278
32792001-04-20 Alex Schroeder <alex@gnu.org>
3280
3281 * sql.el (sql-mode-menu): Added highlighting entries.
3282 (sql-highlight-oracle-keywords): New function.
3283 (sql-highlight-postgres-keywords): New function.
3284 (sql-highlight-ansi-keywords): New function.
3285
32862001-04-20 Alex Schroeder <alex@gnu.org>
3287
3288 * sql.el (sql-help): Doc change.
3289
9f3703ab
KF
32902001-04-19 Karl Fogel <kfogel@collab.net>
3291
3292 * saveplace.el (save-place-alist-to-file): Removed no-effect code
3293 that inserted file content only to delete it immediately.
3294 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
3295 <lektu@uol.com.br> for the patch.
3296
2a83a11d
SM
32972001-04-19 Stefan Monnier <monnier@cs.yale.edu>
3298
3299 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
3300
6f4dd4dc
GM
33012001-04-18 Gerd Moellmann <gerd@gnu.org>
3302
0f8d6dc7
GM
3303 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
3304 for defmethod.
3305
6f4dd4dc
GM
3306 * comint.el (comint-cr-magic): New function.
3307 (toplevel): Add it to comint-preoutput-filter-functions.
3308
90200fcc
AI
33092001-04-18 Andrew Innes <andrewi@gnu.org>
3310
3311 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 3312 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
3313 (recompile): Remove stuff to set EMACSLOADPATH.
3314
daa66f34
GM
33152001-04-18 Gerd Moellmann <gerd@gnu.org>
3316
edc5c81d
GM
3317 * language/slovak.el ("Slovak"): Add tutorial entry.
3318
daa66f34
GM
3319 * net/browse-url.el (browse-url-new-window-flag): Renamed from
3320 browse-url-new-window-p.
3321
5d5845dc
EZ
33222001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
3323
3324 * info.el (Info-menu-update): When there are no menus and/or no
3325 cross references in the node, make the respective items of the
3326 Info menu-bar menu inactive.
3327
1c8addd0
GM
33282001-04-17 Gerd Moellmann <gerd@gnu.org>
3329
f4f480bd
GM
3330 * indent.el (indent-for-tab-command): Call indent-line-function
3331 with no argument if PREFIX-ARG is non-nil.
3332
1c8addd0
GM
3333 * frame.el (delete-other-frames): Handle minibuffer-only frames.
3334
8f9ab403
EZ
33352001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
3336
3337 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
3338 an async subprocess if start-process is unavailable. Suggested by
3339 Tim Van Holder <tim.van.holder@pandora.be>.
3340
60322163
EZ
33412001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
3342
3343 * info.el (Info-additional-directory-list): Doc fix. Suggested by
3344 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
3345
e372bc67
EZ
33462001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
3347
3348 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
3349 manual.
3350
28037ecf
SM
33512001-04-13 Stefan Monnier <monnier@cs.yale.edu>
3352
3353 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
3354 (cvs-menu): Add a few entries.
3355
3356 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
3357 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
3358 lock file appears to be reachable from Emacs.
3359 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
3360 (cvs-mode-find-file): Look for cvs-header-face rather than
3361 cvs-dirname-face (which doesn't exist).
3362 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
3363
3364 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
3365
5d5e7f53
EZ
33662001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
3367
3368 * emulation/pc-select.el (pc-selection-mode): Don't turn on
3369 normal-erase-is-backspace on a tty. Instead, bind some keys such
3370 as [delete] directly, like pc-select.el did before
3371 normal-erase-is-backspace was invented.
3372
118562e1 33732001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
3374
3375 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
3376
6c9e58c4
JW
33772001-04-11 John Wiegley <johnw@gnu.org>
3378
28037ecf
SM
3379 * eshell/em-ls.el (eshell-ls-insert-directory):
3380 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
3381 buffers, if Eshell's ls is being used.
3382
118562e1 33832001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 3384
28037ecf
SM
3385 * calendar/timeclock.el (timeclock-completing-read): New function.
3386 (timeclock-ask-for-project, timeclock-ask-for-reason):
3387 Call `timeclock-completing-read'.
978bd3ea
JW
3388
3389 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
3390 required where `member' was being used.
3391
118562e1 33922001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 3393
28037ecf
SM
3394 * eshell/em-hist.el (eshell-previous-matching-input):
3395 Don't display "History item" if the the minibuffer is active.
978bd3ea 3396
30cb0001
GM
33972001-04-11 Gerd Moellmann <gerd@gnu.org>
3398
3399 * startup.el (command-line): Output a newline after printing
3400 an error from loading the window system's init file.
3401
e38af9bd
EZ
34022001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
3403
28037ecf
SM
3404 * textmodes/texinfo.el (texinfo-font-lock-keywords):
3405 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
3406 @inforef. Add an OVERRIDE of `keep' to highlight specs of
3407 keywords whose arguments routinely include @@.
3408
bbf63a7b
GM
34092001-04-10 Gerd Moellmann <gerd@gnu.org>
3410
28037ecf
SM
3411 * emacs-lisp/advice.el (ad-make-advised-definition):
3412 Construct advice for subrs differently.
afffeb57 3413
3fe35f35 3414 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 3415 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 3416
c8d6d636 3417 * simple.el (completion-list-mode-finish): New function.
28037ecf 3418 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 3419
2a52f40e 3420 * language/european.el ("Polish"): Change sample text.
28037ecf 3421 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 3422
cf8b1bef
GM
3423 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
3424 parameter.
3425
bbf63a7b
GM
3426 * faces.el (menu): Doc fix.
3427
719d83ad 34282001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
3429
3430 * ps-print.el: Footer implementation. Doc fix.
3431 (ps-print-version): New version number (6.5.1).
3432 (ps-header-frame-alist): New customization var for header frame
3433 properties.
3434 (ps-line-number-color): New customization var for line number color.
3435 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
3436 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
3437 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
3438 (ps-right-footer): New customization vars for footers.
3439 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
3440 footers.
3441 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
3442 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
3443 Code fix.
319acba0
GM
3444 (ps-prologue-file): Indentation fix.
3445 (ps-print-quote): Fun eliminated.
3446 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
3447 (ps-output-frame-properties): New fun.
3448 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
3449 (ps-skip-newline): Replace defun by defsubst.
28037ecf 3450
e372bc67 34512001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
3452
3453 * eshell/eshell.el (eshell-command): Needed a "%s" format
3454 specifier, in case the buffer contains percent characters.
3455
e372bc67 34562001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
3457
3458 * calendar/timeclock.el (timeclock-generate-report): Added a
3459 missing insert of the project name.
3460
9f9a5e7a
GM
34612001-04-09 Gerd Moellmann <gerd@gnu.org>
3462
9170e5d4 3463 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 3464
865e97c1 3465 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 3466 (finder-data): Use it instead of `setwins'.
865e97c1
GM
3467 From: Dave Love <fx@gnu.org>.
3468
cf3885ac 3469 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
3470 (server-visit-files): Run server-visit-hook after going to
3471 line 1 so that the hook can set point as it sees fit.
3472
9f9a5e7a
GM
3473 * bindings.el (mode-line-modified): Unify help messages.
3474
51f32106
EZ
34752001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
3476
3477 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
3478 All callers changed.
3479
e02160a3
EZ
34802001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
3481
8e6bb0d0
EZ
3482 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
3483 long file names aren't supported, truncate the file names in
3484 quail-misc-package-ext-info to 8+3 before matching them against
3485 FILENAME.
3486
3487 * dos-fns.el (dos-truncate-to-8+3): New function.
3488
ec321d77
EZ
3489 * progmodes/compile.el (grep-compute-defaults): Use null-device
3490 instead of literal /dev/null. Reported by Jens Schmidt
3491 <schmidt@mathematik.uni-kl.de>.
3492
e02160a3
EZ
3493 * simple.el (normal-erase-is-backspace-mode): Doc fix.
3494
cf3885ac
SM
34952001-04-06 Stefan Monnier <monnier@cs.yale.edu>
3496
3497 * textmodes/sgml-mode.el: Add unknown maintainer.
3498 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
3499 (html-mode-map): Use set-keymap-parent.
3500
3ffb33bb
DL
35012001-04-06 Dave Love <fx@gnu.org>
3502
3503 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
3504 Remove redundant string-to-list.
3505
8f625692
SM
35062001-04-05 Stefan Monnier <monnier@cs.yale.edu>
3507
3508 * composite.el (reference-point-alist): Doc fix.
3509
1087f198
SS
35102001-04-05 Sam Steingold <sds@gnu.org>
3511
8f625692
SM
3512 * font-lock.el (font-lock-keywords-case-fold-search):
3513 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
3514 file made font-lock case-insensitive.
3515
a55e4e68
GM
35162001-04-05 Gerd Moellmann <gerd@gnu.org>
3517
0e4892e2
GM
3518 * faces.el (defface menu): Doc fix.
3519
4d664b04
GM
3520 * wid-edit.el (widget-color-sample-face-get): Don't make
3521 faces for undefined colors.
3522
a55e4e68
GM
3523 * version.el (emacs-version): Include LessTif/Motif version info.
3524
f383cd0d
GM
35252001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3526
3527 * ps-mule.el: Eliminate cl package dependence.
3528 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
3529 if they aren't defined yet.
3530 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
3531 Eliminate cl package dependence.
3532
de28797f
SM
35332001-04-04 Stefan Monnier <monnier@cs.yale.edu>
3534
3535 * progmodes/cc-cmds.el (c-outline-level):
3536 Bind buffer-invisibility-spec. Originally from Dave Love, but
3537 got lost when incorporating version 5.26.
3538
32df8b47
EZ
35392001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
3540
de28797f
SM
3541 * emulation/pc-select.el (pc-selection-mode):
3542 Call normal-erase-is-backspace-mode instead of binding
3543 keys individually.
58e4f61d 3544
7f62656b
EZ
3545 * cus-load.el (normal-erase-is-backspace): Use it instead of
3546 delete-key-deletes-forward.
3547
3548 * startup.el (command-line): Use normal-erase-is-backspace and
3549 normal-erase-is-backspace-mode.
3550
3551 * simple.el (normal-erase-is-backspace): Rename from
3552 delete-key-deletes-forward. Doc fix.
3553 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
3554 delete-key-deletes-forward-mode. Doc fix.
3555 Run normal-erase-is-backspace-hook.
7f62656b 3556
32df8b47 3557 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
3558 ``human-readable'' format produced by GNU `ls'.
3559 (dired-move-to-filename-regexp): Recognize ISO format dates.
3560 From Paul Eggert <eggert@twinsun.com>.
32df8b47 3561
5efa6032
GM
35622001-04-04 Gerd Moellmann <gerd@gnu.org>
3563
3564 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
3565 New functions.
de28797f
SM
3566 (lm-verify): Check keywords.
3567 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 3568
d757aac1
EL
35692001-04-03 Eric M. Ludlam <eric@siege-engine.com>
3570
3571 * speedbar.el (speedbar-insert-image-button-maybe): Check for
3572 `xemacs' feature instead of for the function `set-extent-property'.
3573
9832760a
SM
35742001-04-03 Stefan Monnier <monnier@cs.yale.edu>
3575
3576 * mail/mh-utils.el (mh-folder-hist): New var.
3577 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
3578
d565f6aa
EZ
35792001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
3580
3581 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
3582 region, position point on the first or last 16-byte group.
3583 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
3584 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
3585 hexl-beginning-of-line.
3586
24c0fd39
GM
35872001-04-03 Gerd Moellmann <gerd@gnu.org>
3588
5efa6032
GM
3589 * icomplete.el (icomplete-mode): Treat an argument like other
3590 modes do.
3591
b3f6107b
GM
3592 * startup.el (fancy-splash-head): Use splash8.xpm for color
3593 depth 8.
3594
24d451c5
SM
3595 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
3596 Add an antry for ``converts''.
476bf681 3597
24d451c5
SM
3598 * language/slovak.el ("Slovak"): Add documentation string.
3599 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 3600
450f6970
GM
3601 * language/czech.el ("Czech"): Add documentation string.
3602 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
3603
24d451c5
SM
3604 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
3605 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
3606
36072001-04-02 Stefan Monnier <monnier@cs.yale.edu>
3608
3609 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
3610 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
3611 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
3612 Use `defsubst' rather than a macro to ease debugging.
3613 (mail-extr-last): Remove (use `last' instead).
3614 (mail-extract-address-components): Properly reset the syntax-table
3615 after parsing an address. Use `last' rather than mail-extr-last.
3616 Make sure the end marker stays at the very end.
24c0fd39 3617
2b908342
EZ
36182001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
3619
3620 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
3621 last change.
3622
acfb077d
GM
36232001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3624
3625 * ps-print.el: Line and paragraph spacing feature. Region to cut
3626 out when printing. Doc fix.
3627 (ps-print-version): New version number (6.5).
24d451c5
SM
3628 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
3629 New vars. Line and paragraph spacing feature.
acfb077d
GM
3630 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
3631 out when printing.
3632 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
3633 (ps-get-font-size, ps-begin-job, ps-continue-line)
3634 (ps-plot-region): Code fix.
3635 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
3636 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
3637 New internal vars.
acfb077d
GM
3638 (ps-get-size): New fun.
3639 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
3640 (ps-next-line): Replace defun by defsubst.
3641 (ps-mule-plot-string): Autoload doc fix.
3642
3643 * ps-bdf.el: XEmacs compatibility. Doc fix.
3644 (installation-directory, coding-system-for-read): Declare vars if
3645 it's not declared yet.
3646 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
3647
3648 * ps-mule.el: XEmacs compatibility. Doc fix.
3649 (leading-code-private-22): Declare var if it's not declared yet.
3650 (charset-bytes, charset-dimension, charset-id, charset-width)
3651 (find-charset-region, split-char, char-width, chars-in-region)
3652 (forward-point, decompose-composite-char, encode-coding-string)
3653 (coding-system-p, ccl-execute-on-string, define-ccl-program):
3654 Define funs if not defined yet.
3655 (encode-composition-rule, find-composition): Define funs if not
3656 loaded yet.
3657 (ps-mule-prologue): PostScript code fix.
3658
36592001-04-02 Kenichi Handa <handa@etl.go.jp>
3660
3661 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
3662 non-nil, generate font for the header strings.
3663 (ps-mule-prepare-font): Likewise.
3664 (ps-mule-generate-glyphs): Likewise.
3665 (ps-mule-string-encoding): Likewise.
3666 (ps-mule-header-charsets): New variable.
3667 (ps-mule-encode-header-string): New function.
3668 (ps-mule-header-string-charsets): New function.
3669 (ps-mule-begin-job): Check charsets in the header strings. If there
3670 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
3671
3672 * ps-print.el (ps-generate-header-line): Encode the header string by
3673 ps-mule-encode-header-string.
3674 (ps-mule-encode-header-string): Declare autoload.
3675
c0eb3c10
GM
36762001-04-02 Gerd Moellmann <gerd@gnu.org>
3677
24d451c5
SM
3678 * frame.el (cursor-in-non-selected-windows):
3679 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 3680
a3d0b0e0
KH
36812001-03-31 Kenichi Handa <handa@etl.go.jp>
3682
3683 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3684 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 3685 (quail-misc-package-ext-info): New variable.
a3d0b0e0 3686 (tsang-quick-converter): New function.
24d451c5
SM
3687 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
3688 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
3689 (miscdic-convert, batch-miscdic-convert): New functions.
3690
55f7832c
KH
36912001-03-30 Kenichi Handa <handa@etl.go.jp>
3692
a2217cd8
KH
3693 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
3694 eight-bit-control chars.
3695
55f7832c 3696 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 3697 Reduce making temporary vector (suggested by Dave Love).
55f7832c 3698
911a2406
EZ
36992001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3700
3701 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
3702 string as well.
3703
1a518f2c
AS
37042001-03-30 Andreas Schwab <schwab@suse.de>
3705
3706 * files.el (backup-directory-alist): Fix typo.
3707
ef080b16
EZ
37082001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3709
3710 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
3711 <eggert@twinsun.com>.
3712
e4174a55
DL
37132001-03-30 Dave Love <fx@gnu.org>
3714
3715 * progmodes/fortran.el (fortran-comment-region): Fix typo.
3716
9d5d1075
EZ
37172001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3718
3719 * simple.el (transient-mark-mode): Mention C-g in the doc string.
3720
a27b451e
MB
37212001-03-30 Miles Bader <miles@gnu.org>
3722
3723 * subr.el (interactive-form): Fix paren typo.
3724
aea51abe
EZ
37252001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
3726
3727 * emacs-lisp/profile.el: Say that it's obsolete in the header
3728 line, so that finder.el puts that into its data-base.
3729 Suggested by Alex Schroeder <alex@gnu.org>.
3730
249dd409
EZ
37312001-03-29 Paul Eggert <eggert@twinsun.com>
3732
3733 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
3734 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
3735
1ac1fa96
SM
37362001-03-29 Stefan Monnier <monnier@cs.yale.edu>
3737
3738 * generic.el (generic-mode-set-comments): Use "" rather than nil
3739 for comment-end.
3740
e2b8a830
GM
37412001-03-29 Gerd Moellmann <gerd@gnu.org>
3742
1ac1fa96
SM
3743 * emacs-lisp/advice.el (ad-make-advised-definition):
3744 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
3745
3746 * subr.el (interactive-form): New function.
3747
8b2375e7
AS
37482001-03-29 Andre Spiegel <spiegel@gnu.org>
3749
3750 * vc-sccs.el (vc-sccs-register): Use relative file names.
3751
f827b862
GM
37522001-03-28 Gerd Moellmann <gerd@gnu.org>
3753
e59d0e9d
GM
3754 * bookmark.el (bookmark-get-bookmark): Handle case that
3755 BOOKMARK is not a string.
3756
deb2613a
GM
3757 * image.el (image-type-regexps): Change type for PS files
3758 to `postscript'.
3759
f827b862 3760 * subr.el (read-passwd): Clear command history after each
b52758d1
EZ
3761 character entered. From: Stephen Gildea
3762 <gildea@stop.mail-abuse.org>.
f827b862 3763
3c9449d0
KH
37642001-03-27 Kenichi Handa <handa@etl.go.jp>
3765
3766 * international/kkc.el (kkc-save-init-file): Locally bind
3767 print-length to nil.
3768
e6b13c74
GM
37692001-03-26 Gerd Moellmann <gerd@gnu.org>
3770
e120bebf
GM
3771 * textmodes/flyspell.el: Some doc fixes.
3772 (flyspell-maybe-correct-transposition)
3773 (flyspell-maybe-correct-doubling): Use a temporary buffer
3774
3775 * textmodes/ispell.el (ispell-parse-output): Doc fix.
3776
5f6c5771 3777 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
3778 (byte-optimize-form-code-walker): Diagnose too few arguments
3779 for `if' and `while'.
3780
2b984c45
KH
37812001-03-26 Kenichi Handa <handa@etl.go.jp>
3782
3783 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3784 Prepend `\' to "\<quail-translation-docstring>".
3785
bf2150fa
GM
37862001-03-26 Gerd Moellmann <gerd@gnu.org>
3787
5f6c5771
SM
3788 * autorevert.el (global-auto-revert-non-file-buffers):
3789 Remove duplicate defcustom.
bf2150fa 3790
a0d59316
MB
37912001-03-26 Miles Bader <miles@gnu.org>
3792
5f6c5771
SM
3793 * international/latin1-disp.el (latin1-char-displayable-p):
3794 Add leading "-" for X font pattern.
a0d59316 3795
9edbff6c
KH
37962001-03-26 Kenichi Handa <handa@etl.go.jp>
3797
5f6c5771
SM
3798 * international/mule-diag.el (describe-coding-system):
3799 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
3800 charsets they can encode.
3801
50b57199
EZ
38022001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
3803
3804 * help.el (view-lossage): Mention open-dribble-file in the doc
3805 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
3806
5b83f9c0
SM
38072001-03-23 Stefan Monnier <monnier@cs.yale.edu>
3808
3809 * skeleton.el (skeleton-internal-list): Fix bogus logic.
3810 (skeleton-pair-insert-maybe): Don't pair after a backslash.
3811
e0ecbf5c
KH
38122001-03-23 Kenichi Handa <handa@etl.go.jp>
3813
5b83f9c0
SM
3814 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
3815 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
3816 multibyte sequence can work correctly.
3817 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
3818 property of the coding system.
3819
1cc218de
SM
38202001-03-23 Stefan Monnier <monnier@cs.yale.edu>
3821
3822 * textmodes/fill.el (fill-individual-paragraphs-prefix):
3823 Fix transcription typo.
3824
a3db02ad
RV
38252001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
3826
3827 * whitespace.el: Add buffer local variables to toggle testing of
3828 whitespaces in buffers without affecting the default values.
a3db02ad 3829 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
3830 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
3831 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
3832 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 3833
83c9cb8e
SM
38342001-03-21 Stefan Monnier <monnier@cs.yale.edu>
3835
3836 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
3837
180d5509
GM
38382001-03-21 Gerd Moellmann <gerd@gnu.org>
3839
eeb5b5c1
GM
3840 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
3841 bs-cycle-configuration-name. From Juanma Barranquero
3842 <lektu@uol.com.br>.
3843
170a9e70
GM
3844 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
3845 and cc-vars.el.
3846
180d5509
GM
3847 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
3848 headers. Always invoke sendmail with option -t.
3849
130c507e
GM
38502000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3851
3852 * Release of cc-mode 5.28.
3853
38542000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3855
3856 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
3857 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 3858 It's instead taken care of by the default value for c-default-style.
130c507e 3859
130c507e
GM
38602000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3861
3862 * cc-align.el (c-lineup-math): Fix bug where lineup was
3863 triggered by equal signs in string literals.
3864
38652000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3866
3867 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
3868 limit detection when at the ends of the buffer.
3869
3870 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
3871 "for" statement clause in case 7F; a better one is done
3872 earlier in case 7D anyway.
3873
38742000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3875
3876 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
3877 somewhat more and did a small optimization.
3878
38792000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3880
3881 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
3882 Use the limit argument only to limit the syntactic context
3883 search, not to limit the actual movement.
3884
3885 * cc-cmds.el (c-beginning-of-statement): Move by sentence
3886 inside multiline strings, just like in comments. Also various
3887 fixes to the paragraph and comment prefix recognition, block
3888 comment ender handling etc.
3889
38902000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3891
3892 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
3893 the relative position of the point.
3894
3895 * cc-cmds.el (c-electric-continued-statement): New function to
3896 use as abbrev hook to reindent for keywords such as "else"
3897 that continues an earlier statement.
3898
3899 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
3900 like classes.
3901
3902 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
3903 (pike-mode): Populate the default abbrev tables to reindent for
3904 keywords such as "else" that can continue earlier statements.
3905 Abbrev mode is therefore turned on by default now. (Note that
3906 this doesn't apply to idl-mode, since IDL afaik doesn't have
3907 statements at all.)
3908
39092000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3910
3911 * cc-engine.el (c-inside-bracelist-p): Fix for handling
3912 bracelists where the declaration contains template arguments.
3913
39142000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3915
83c9cb8e
SM
3916 * cc-cmds.el (c-comment-indent):
3917 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
3918 syntactic indentation. Fixes bug with lineup functions that
3919 return vectors.
3920
3921 * cc-engine.el (c-get-syntactic-indentation): Split the
3922 indentation sum calculation from `c-indent-line' to a separate
3923 function.
3924
39252000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3926
3927 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
3928 Fixed places where it was assumed that preprocessor directives
3929 have to start in column zero.
3930
3931 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
3932 template arguments after a class identifier properly.
3933
3934 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
3935 lists for `new Foo[]' constructs in Java as expressions and
3936 not top level definition brace lists on the top level, so that
3937 they'll get indented consistently with the same type of
3938 expression in a normal block.
3939
39402000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3941
3942 * cc-cmds.el (c-fill-paragraph): The kludge that checks
3943 whether the adaptive filling package fails to keep the comment
3944 prefix is now kludged further to check for filladapt-mode
3945 which doesn't have that problem. This is really icky, but it's
3946 the only way that works with the current misfeatures/bugs in
3947 both adaptive-fill-mode and filladapt-mode.
3948
3949 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
3950 around point is recognized more robust.
3951
39522000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3953
3954 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
3955 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
3956 (c-lit-type): Fixed all internal variables used dynamically so
3957 that they are always bound.
3958
3959 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
3960 errors:
3961
3962 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
3963 the region is fully reindented even when an error occurs.
3964 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
3965 whole lot of code that tried to optimize indentation of whole
3966 sexps but in reality accomplishes nothing.
3967
3968 (c-indent-sexp): Use c-indent-region.
3969
3970 (c-parsing-error): Changed this variable to hold the message
3971 for any syntactic error that is discovered.
3972
3973 (c-parse-state): Search backward from point instead of the bod
3974 position when the latter is invalid. This makes CC Mode
3975 recover faster when there are unbalanced close braces.
3976
3977 (c-backward-to-start-of-if): Use c-parsing-error to report
3978 dangling "else" clauses instead of throwing an error, and fall
3979 back to a reasonable position.
3980
83c9cb8e 3981 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 3982
83c9cb8e 3983 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
3984
39852000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3986
3987 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
3988 paragraph recognition when moving by sentence in literals.
3989
83c9cb8e
SM
3990 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
3991 start regexp for javadoc to recognize javadoc markup in general instead
3992 of a specific set of keywords, to be more future-safe.
130c507e
GM
3993
3994 (c-Pike-pikedoc-paragraph-start)
3995 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
3996 pikedoc markup.
3997
83c9cb8e 3998 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 3999
83c9cb8e 4000 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
4001
4002 * cc-vars.el (c-default-style): Made a nicer Customize widget.
4003
4004 (c-comment-prefix-regexp): Made it possible to use an
4005 association list on this to specify mode specific regexps.
4006 The default value now use a special regexp in Pike mode to
4007 recognize pikedoc markup.
4008
4009 (c-current-comment-prefix): New variable containing the actual
4010 regexp from c-comment-prefix-regexp for the current buffer.
4011
40122000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4013
4014 * cc-cmds.el (c-electric-brace): Fixed check for special brace
4015 lists: We can't look at the syntax, since a brace list can get
4016 recognized as a plain statement-cont.
4017
4018 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
4019 special brace list opener broken over two lines got recognized
4020 as a statement on the second line. Case 9A changed.
4021
40222000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4023
4024 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
4025 adjustment after line is reindented.
4026
40272000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4028
4029 * cc-defs.el (c-point): Added optional argument for position
4030 to use instead of the current point.
4031
4032 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
4033 the in-expression block symbols when the construct starts at
4034 boi, to avoid the extra level of indentation in that case.
4035 Cases 4, 16A and 17E affected.
4036
40372000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4038
4039 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 4040 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
4041
4042 * cc-engine.el (c-indent-line): Use the syntax already bound
4043 to `c-syntactic-context', if there is any.
4044
40452000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4046
4047 * cc-engine.el (c-get-offset): Fixed bug where the indentation
4048 wasn't added up correctly when a lineup function returned nil.
4049
40502000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4051
4052 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 4053 empty lines were ignored when collecting line comments backwards.
130c507e
GM
4054
40552000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4056
4057 * cc-align.el (c-lineup-dont-change): Return an absolute
4058 indentation column to work correctly in the case when several
4059 syntactic elements are processed for the same line.
4060
4061 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
4062 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
4063 (c-set-offset): Added absolute indentation column settings by
4064 using the vector type.
4065
130c507e
GM
40662000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4067
4068 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
4069 Implemented two new cleanups `space-before-funcall' and
4070 `compact-empty-funcall'.
4071
130c507e
GM
40722000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4073
4074 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
4075 helping building regexps.
4076
4077 * cc-engine.el (c-on-identifier): New function for detecting
4078 identifiers. It takes keywords into account.
4079
4080 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
4081 lists. `c-keywords' is set to a regexp matching all keywords
4082 in the current language.
4083
40842000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4085
4086 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
4087 list of characters to skip backwards over at the beginning of
4088 a statement, since it can precede string literals in Pike.
4089
40902000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4091
4092 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
4093 recognition when standing on the last line in a C++ comment
4094 with nothing but whitespace after the prefix.
4095
4096 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
4097 given no limit argument.
4098
40992000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4100
4101 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
4102 recognition for the `[]= operator symbol in Pike.
4103
41042000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4105
4106 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
4107 around a bug in `eval-when-compile' in the byte compiler.
4108
4109 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 4110 value when count is zero and there's no token start within the limit.
130c507e
GM
4111
4112 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
4113 "prefix comments", i.e. comments which are followed by code on
4114 the same line.
4115
4116 * cc-mode-19.el: Fixes so that checks that must be done at
4117 compile time also are done then.
4118
41192000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4120
4121 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
4122 time and at runtime, and only when it's needed.
4123
41242000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4125
4126 Major cleanup for less error prone and more warning free
4127 compilation, including some fixes for bugs due to different
4128 compilation orders. Thanks to Martin Buchholz for providing
4129 the basis for all this.
4130
4131 * cc-bytecomp.el: New file that provides some byte compilation
4132 features: It ensures that files always are loaded from the
4133 current source directory during compilation, and it provides a
4134 set of macros to turn off specific compiler warnings for
4135 specific symbols. (It's not CC Mode specific in any way.)
4136
4137 Fixed a nearly acyclic dependency tree (both runtime and
4138 compile-time) between all files.
4139
4140 * cc-defs.el: Separated all macros before the inline functions,
4141 to ensure correct compilation.
4142
4143 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
4144 cc-defs.el to cc-engine.el and made it a function instead.
4145
4146 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
4147 about char-after.
4148
4149 * cc-vars.el: Cope even when there isn't a custom package
4150 containing defcustom available.
4151
4152 * cc-make.el: Removed since it's no longer necessary.
4153
4154 README: Updated installation instructions.
4155
41562000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4157
4158 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
4159 improve the modularity: Moved all mode init stuff from
4160 cc-langs.el to cc-mode.el, including the keymap
4161 initialization; cc-langs now only contains the various
4162 variables for configuring the language syntax.
4163
83c9cb8e
SM
4164 * cc-engine.el, cc-styles.el (c-evaluate-offset)
4165 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 4166 dependency analysis suggests they belong there (which also
83c9cb8e 4167 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
4168
41692000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4170
4171 * cc-cmds.el (c-fn-region-is-active-p): New function that
4172 wraps the corresponding macro, for use in places that aren't
4173 compiled. Thanks to Martin Buchholz for pointing out this.
4174
83c9cb8e 4175 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
4176
4177 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
4178 add things to the bug report.
4179
41802000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4181
4182 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
4183 returned prefix could contain a newline when the search for a
4184 good prefix line failed.
4185
41862000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4187
4188 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
4189 (c-toggle-auto-hungry-state): Made the argument optional, as
4190 the documentation says it is.
4191
41922000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4193
4194 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
4195 multiline string syntax, #"...", as a cpp macro.
4196
7008ccac
GM
41972001-03-21 Paul Eggert <eggert@twinsun.com>
4198
83c9cb8e
SM
4199 * international/mule-cmds.el (set-locale-environment):
4200 Set system-messages-locale and system-time-locale, but only if the
7008ccac 4201 caller specifies a non-nil locale name.
3c9449d0 4202
c2478129 42032001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
4204
4205 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 4206 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 4207
117e4b0c
GM
42082001-03-20 Gerd Moellmann <gerd@gnu.org>
4209
7194219d
GM
4210 * follow.el (follow-avoid-tail-recenter): Doc fix.
4211
5721ae13
GM
4212 * custom.el (custom-set-variables): Avoid reversing the list
4213 of args needlessly.
4214
7b8bbf72
GM
4215 * startup.el (fancy-splash-head): Don't change the colors of the
4216 XPM image on a dark background.
4217
a91ad7c9
GM
4218 * comint.el (comint-exec-1): Set columns of the terminal to
4219 window-width instead of frame-width.
4220
fa88947e
GM
4221 * info.el (Info-scroll-down): Add missing WINDOW arg for
4222 pos-visible-in-window-p.
4223
1741905c
GM
4224 * ehelp.el (electric-help-mode-hook): Add defcustom.
4225
117e4b0c
GM
4226 * mail/sendmail.el (mail-mode): Activate case-folding in
4227 font-lock-defaults.
4228
e84c695d
SM
42292001-03-19 Stefan Monnier <monnier@cs.yale.edu>
4230
4231 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
4232 (completion-ignored-extensions): Remove duplicate ".class".
4233
fc774041
AS
42342001-03-19 Andreas Schwab <schwab@suse.de>
4235
83c9cb8e
SM
4236 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
4237 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 4238
c2c097cc
GM
42392001-03-19 Gerd Moellmann <gerd@gnu.org>
4240
4241 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
4242 methods since there are not prefix input methods.
4243
fbe2e958
KH
42442001-03-19 Kenichi Handa <handa@etl.go.jp>
4245
83c9cb8e
SM
4246 * international/mule-cmds.el (read-input-method-name):
4247 Locally bind enable-recursive-minibuffers to t.
fbe2e958 4248
da47e491
SM
42492001-03-18 Stefan Monnier <monnier@cs.yale.edu>
4250
4251 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
4252
4986c2c6 42532001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 4254
4986c2c6
MK
4255 * ediff-util.el: Copyright years.
4256 (ediff-choose-syntax-table): New function.
4257 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 4258
4986c2c6
MK
4259 * ediff-init.el (ediff-with-syntax-table): New macro, uses
4260 with-syntax-table.
83c9cb8e 4261
4986c2c6 4262 * ediff.el: Date of last update, copyright years.
83c9cb8e 4263
4986c2c6 4264 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 4265
4986c2c6
MK
4266 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
4267 of Scott Bronson.
4268 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
4269 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
4270 Deleted functions.
4271 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
4272 ex-token-list.
83c9cb8e 4273
4986c2c6 4274 * viper-util.el: Spaces, indentation.
83c9cb8e 4275
4986c2c6 4276 * viper.el: Changed version, modification time.
83c9cb8e 4277
3c799aec 42782001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
4279
4280 * calendar/timeclock.el (timeclock-workday-remaining):
4281 Check whether `discrep' is non-null before using it.
3c799aec 4282
ae3ce418
JW
42832001-03-16 John Wiegley <johnw@gnu.org>
4284
4285 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
4286 first-time checkins.
4287 (timeclock-log-data): Fixed problem with reading timelog log file.
4288 Resulting data in the "day list" was incorrect.
4289 (timeclock-find-discrep): Check if `timeclock-file' is readable
4290 before opening it.
4291 (timeclock-time-less-p): New function.
4292 (timeclock-day-base): New function.
4293 (timeclock-geometric-mean): New function.
4294 (timeclock-generate-report): Generate a summary report based on
4295 the contents of the log file. This uses `timeclock-log-data', and
4296 is an example of writing a timelog manipulation function.
4297 (timeclock-visit-timelog): A quick command for opening the timelog
4298 file.
4299 (timeclock-log-data): Bound the variable event.
4300
c8d4a9bb
KH
43012001-03-16 Kenichi Handa <handa@etl.go.jp>
4302
83c9cb8e
SM
4303 * international/mule-cmds.el (select-safe-coding-system):
4304 Fix typo: symbol-name -> symbol-value.
11d56c64 4305
c8d4a9bb
KH
4306 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
4307 before substitute-in-file-name to handle double slashes in FILE
4308 correctly.
4309
c899e7e6
GM
43102001-03-15 Gerd Moellmann <gerd@gnu.org>
4311
4312 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
4313 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
4314
819dce0f
GM
43152001-03-14 Gerd Moellmann <gerd@gnu.org>
4316
697617d9
GM
4317 * bindings.el (features): Add `md5' and `overlay' to the list.
4318
819dce0f
GM
4319 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
4320 bound before using it. It's not bound when configured without X,
4321 for instance.
4322
e0067a9d
TTN
43232001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
4324
4325 * progmodes/hideshow.el: Update copyright.
4326 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 4327 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 4328
afcdc0a1
GM
43292001-03-13 Gerd Moellmann <gerd@gnu.org>
4330
e0067a9d 4331 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
4332 a non-list.
4333
30564c48
EZ
43342001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
4335
4336 * startup.el (fancy-splash-tail, command-line-1): Fix the
4337 copyright year.
4338
2b8e24b3
KH
43392001-03-13 Kenichi Handa <handa@etl.go.jp>
4340
4341 * term.el: These changes are based on a patch sent from Yong Lu
4342 <lyongu@yahoo.com>.
4343 (term-set-escape-char): Bind M-x to execute-extended-command in
4344 term-raw-escape-map.
4345 (term-move-columns): Don't try to move to negagive column.
4346 (term-emulate-terminal): Insert a string before deleting a text to
4347 overwrite.
4348
789b6186
GM
43492001-03-12 Gerd Moellmann <gerd@gnu.org>
4350
b0778a31
GM
4351 * play/life.el (life): Rearrange code so that all calls to
4352 life-display-generation are in a catch-form.
4353
04528cda
GM
4354 * progmodes/etags.el (tags-loop-continue): Don't change point in a
4355 file that isn't interesting. In an interesting file, push the old
4356 value of point on the mark ring.
4357
760cefb5
GM
4358 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
4359 New function.
4360 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
4361 Use it.
4362
83c9cb8e
SM
4363 * emacs-lisp/autoload.el (generate-file-autoloads):
4364 Remove warning about line lengths.
789b6186 4365
a2ffbafe
FP
43662001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
4367
4368 * progmodes/etags.el (tags-compression-info-list): New variable.
4369 (find-tag-in-order): Use it to deal with compressed source files.
4370 (tag-file-name-match-p): New function.
4371 (etags-recognize-tags-table): Use it for better match of file names.
4372
5c9d9d92
KH
43732001-03-12 Kenichi Handa <handa@etl.go.jp>
4374
ba3e9b9b
KH
4375 * international/mule-cmds.el (register-input-method): Doc fix.
4376
5c9d9d92
KH
4377 * international/quail.el (quail-translate-key): Fix condition to
4378 check if there's another breaking point in the current key.
4379
40beecee
EZ
43802001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
4381
4382 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
4383 Babyl header to the newly-created output file, bind
4384 coding-system-for-write to either rmail-file-coding-system or
4385 emacs-mule-unix.
4386
75c6cb7f
SM
43872001-03-11 Stefan Monnier <monnier@cs.yale.edu>
4388
4389 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
4390 Fix the name and regexp used for subsubsections.
4391
5ec17636
DL
43922001-03-10 Dave Love <fx@gnu.org>
4393
4394 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
4395 and save-buffer if buffer-file-name non-nil. From rms.
4396
6d2e2c02
AS
43972001-03-10 Andre Spiegel <spiegel@gnu.org>
4398
4399 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 4400 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
4401 to reflect that.
4402 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 4403 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
4404 variable bindings that might affect the diff command.
4405 (vc-print-log): Don't switch to the *vc* buffer before the
4406 command, so that local variable bindings are preserved.
4407
789b6186 4408 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
4409 not the current buffer.
4410 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
4411
789b6186 4412 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 4413 make output go to buffer *vc*, not the current buffer.
a2ffbafe 4414
b18f5523
SM
44152001-03-09 Stefan Monnier <monnier@cs.yale.edu>
4416
4417 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
4418 so ^, $, *, ? and + are interpreted correctly.
4419
3cfd8357
GM
44202001-03-09 Gerd Moellmann <gerd@gnu.org>
4421
c085b77c 4422 * help.el (string-key-binding): Renamed from
f9db8f19
SM
4423 mode-line-key-binding. Handle any event on a string.
4424 Check for `keymap' properties as well as `local-map' properties.
c085b77c 4425
3cfd8357
GM
4426 * comint.el (comint-insert-clicked-input): Use the last key
4427 from this-command-keys to lookup the global key definition.
4428
348f797a
KH
44292001-03-09 Kenichi Handa <handa@etl.go.jp>
4430
3ebf3717
KH
4431 * international/characters.el: Add category `j' for
4432 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
4433
348f797a
KH
4434 * international/mule-conf.el (no-conversion): Fix docstring.
4435 (raw-text): Fix docstring.
4436
e1fbabaf
GM
44372001-03-08 Gerd Moellmann <gerd@gnu.org>
4438
96e8e603
GM
4439 * simple.el (choose-completion-string): When not leaving the
4440 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
4441 is set.
4442
e1fbabaf
GM
4443 * window.el (shrink-window-if-larger-than-buffer): Handle frame
4444 parameter `(minibuffer . t)'.
4445
f9db8f19
SM
44462001-03-07 Stefan Monnier <monnier@cs.yale.edu>
4447
4448 * progmodes/sh-script.el (sh-st-symbol): New symbol.
4449 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
4450 (sh-mode): Remove `make-local-variable' for unused var
4451 `font-lock-unfontify-region-function'.
4452
02756877
RS
44532001-03-07 Richard M. Stallman <rms@gnu.org>
4454
132bf46d
RS
4455 * info.el (Info-scroll-down): Fix previous change.
4456
02756877
RS
4457 * mail/rmail.el (rmail-toggle-header): Use a window which
4458 is showing the Rmail buffer, rather than the selected window.
4459
eeb24429
DL
44602001-03-07 Dave Love <fx@gnu.org>
4461
4462 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
4463 now, to avoid problems with binding imenu directly to a mouse event.
4464
3bdf2660
GM
44652001-03-07 Gerd Moellmann <gerd@gnu.org>
4466
4467 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
4468 second arg t.
4469
44702001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
4471
4472 * log-edit.el (log-edit-common-indent): New var.
4473 (log-edit-set-common-indentation): Renamed from
4474 log-edit-delete-common-indentation. Use the new var.
4475 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
4476
4477 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
4478 (cvs-mode-add-change-log-entry-other-window):
4479 Don't presume change-log-default-name is defined.
4480
4481 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
4482
4483 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
4484 the "tree" operation as well.
4485
4486 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
4487
4488 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
4489 to match paragraph-start.
4490
4491 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
4492 comment-start-skip and set comment-end-skip as well.
4493 (sgml-comment-indent): Fix for new value of comment-start-skip.
4494 (html-autoview-mode): Don't bother using make-local-hook.
4495
2ad02767
GM
44962001-03-07 Gerd Moellmann <gerd@gnu.org>
4497
189638d5 4498 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 4499 variables, otherwise long Custom entries would make them ineffective.
189638d5 4500
2ad02767
GM
4501 * uniquify.el: Set maintainer to FSF.
4502
656f8cae
EZ
45032001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
4504
4505 * dired-aux.el (dired-do-shell-command): Doc fix.
4506
c83965c4
SM
45072001-03-06 Stefan Monnier <monnier@cs.yale.edu>
4508
04af43bc
SM
4509 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
4510
4511 * which-func.el (which-func-modes): Add cperl-mode.
4512 (which-func-mode-global): Use define-minor-mode.
4513
4514 * info-look.el: Docstring fixes and dead code eliminated.
4515 (cperl-mode): Add support.
4516 (emacs-lisp-mode): List all entries from elisp manual, whether
4517 or not they are currently (f)bound or not. Update regexp.
4518
4519 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
4520
c83965c4
SM
4521 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
4522 so that C-h m shows the correct information.
4523 Use make-local-variable rather than make-variable-buffer-local.
4524 (cperl-info-buffer, cperl-setup-tmp-buf):
4525 Use make-local-variable rather than make-variable-buffer-local.
4526 (cperl-msb-fix, cperl-get-help-defer):
4527 Check major-mode for `cperl-mode' as well.
4528
4529 * progmodes/cperl-mode.el: Updated to author version 4.23.
4530 (cperl-electric-pod): SYNOPSIS was misspelled.
4531 (cperl-find-pods-heres): @if ? a : b was considered a REx.
4532 (cperl-after-expr-p): Make true after __END__.
4533
f16a7aa5
GM
45342001-03-06 Gerd Moellmann <gerd@gnu.org>
4535
157ae273 4536 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 4537 bookmark-completion-ignore-case is t.
157ae273 4538
f16a7aa5
GM
4539 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
4540 switch, like xterm, and concat resource strings, with a newline
4541 between them.
4542
abaddb98
EZ
45432001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
4544
a2ffbafe 4545 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
4546 (cp773-decode-table, cp774-decode-table): New variables.
4547
abaddb98
EZ
4548 * man.el (Man-hyphenated-reference-regexp): New variable.
4549 (Man-build-references-alist): Use it to search for referenced
4550 manpages. If hyphenated is non-nil, record a concatenated word in
4551 Man-refpages-alist only if it matches Man-reference-regexp.
4552 Update word's length when it is concatenated. Reverse the list,
4553 to get the first manpage at the head.
4554 (Man-possibly-hyphenated-word): New function.
4555 (Man-follow-manual-reference): Use it instead of current-word to
4556 find a manpage at point, in a way that accounts for hyphenated
4557 references.
4558
eb3f61dd
GM
45592001-03-06 Alex Schroeder <alex@gnu.org>
4560
4561 * sql.el (sql-interbase): New function.
4562 (sql-interbase-program): New option.
4563 (sql-interbase-options): New option.
4564 And some typos fixed: "customise" to "customize".
4565
fa84f42a
DL
45662001-03-06 Dave Love <fx@gnu.org>
4567
83c9cb8e
SM
4568 * textmodes/flyspell.el (flyspell-region):
4569 Set up flyspell-local-mouse-map.
fa84f42a 4570
fda3411d
RS
45712001-03-05 Richard M. Stallman <rms@gnu.org>
4572
a2ffbafe 4573 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
4574 Don't call rmail-beginning-of-message.
4575 Don't discard From: field. Do discard Received: field.
4576 Use unwind-protect to re-prune.
4577 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 4578
e972ab1f
KH
45792001-03-06 Kenichi Handa <handa@etl.go.jp>
4580
4581 * international/quail.el (quail-title): Add autoload cookie.
4582
335db3c1
DL
45832001-03-05 Dave Love <fx@gnu.org>
4584
4585 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
4586 new defs.
4587
278dd6ac
KH
45882001-03-05 Kenichi Handa <handa@etl.go.jp>
4589
83c9cb8e
SM
4590 * language/ethio-util.el (ethio-toggle-space):
4591 Update current-input-method-title if necessary.
36d5e61d
KH
4592 (ethio-toggle-punctuation): Likewise.
4593
341cd4f0
KH
4594 * international/quail.el (quail-title): Fix for the case that a
4595 title of an input method is specified by a list of the same form
4596 as used in mode-line-format.
4597
83c9cb8e
SM
4598 * international/mule-cmds.el (activate-input-method):
4599 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
4600 respect that value.
4601
10ebaeb6
GM
46022001-03-05 Gerd Moellmann <gerd@gnu.org>
4603
4604 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
4605
7a65c85c
GM
46062001-03-05 Alex Schroeder <alex@gnu.org>
4607
4608 * sql.el (sql-sybase): Fix typo (was: query user about server two
4609 times instead of server and database).
4610
4611 * sql.el (sql-sybase): Doc change.
4612 (sql-mysql): Doc change.
4613 (sql-postgres): Doc change.
4614
b86644f2
KH
46152001-03-05 Kenichi Handa <handa@etl.go.jp>
4616
83c9cb8e
SM
4617 * international/mule-conf.el (emacs-mule, raw-text):
4618 Docstring modified.
b86644f2 4619
e30bd7b7
EZ
46202001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
4621
4622 * term/internal.el: Update copyright notice.
4623
4624 * term/pc-win.el: Update copyright notice.
4625
7e365285
DL
46262001-03-02 Dave Love <fx@gnu.org>
4627
83c9cb8e
SM
4628 * files.el (insert-file-contents-literally):
4629 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
4630 not jka-compr-compression-info-list.
7e365285 4631
75ed43a6
SM
46322001-03-02 Stefan Monnier <monnier@cs.yale.edu>
4633
4634 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
4635 spaces in default comment-start-skip settings rather than \s-.
4636
53c4b1e6
EZ
46372001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
4638
4639 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
4640 default-frame-alist as well.
4641
028d739a
DL
46422001-03-01 Dave Love <fx@gnu.org>
4643
4644 * textmodes/reftex.el (defvar): Wrap some defvars in
4645 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
4646
4647 * subr.el (event-basic-type): Doc fix.
4648
4649 * international/quail.el: Doc fixes.
4650
4651 * international/utf-8.el: Doc fixes.
4652
4653 * international/mule-cmds.el: Doc fixes.
4654 (leim-list-header): Fix header text.
4655
4656 * international/mule.el (coding-system-category): Doc fix.
4657
4658 * international/ccl.el (ccl-compile): Doc fix.
4659
15d1caef
SM
46602001-03-01 Stefan Monnier <monnier@cs.yale.edu>
4661
4662 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
4663 rather than (before|after)-change-functions.
4664
f84ff02c
GM
46652001-03-01 Gerd Moellmann <gerd@gnu.org>
4666
4667 * ediff-util.el (ediff-scroll-horizontally): Arrange for
4668 scroll-left and scroll-right being called interactively so that
4669 they set the window's min_hscroll.
4670
e0c1e774
EZ
46712001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
4672
4673 * info.el (info-insert-file-contents-1): Accept an additional
4674 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
4675 `suffix'; otherwise use the complicated MS-DOS code.
4676 All callers changed.
e0c1e774
EZ
4677 (info-insert-file-contents, Info-find-node): If the MS-DOS port
4678 can access long file names, try the long file-name version of
4679 `info-insert-file-contents-1', then the short file-name version.
4680
b8b2ea31 46812001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 4682
af122766
KH
4683 * language/ethio-util.el (setup-ethiopic-environment-internal):
4684 Change bindings of functions keys to conform to "Emacs Lisp Coding
4685 Convention".
4686
4687 * language/ethiopic.el ("Ethiopic"): Add documentation.
4688
b8b2ea31
KH
46892001-02-28 Kenichi Handa <handa@etl.go.jp>
4690
1d64e2ad
KH
4691 * international/utf-8.el (mule-utf-8): Set coding-category
4692 property to coding-category-utf-8.
4693
91cb6e51
RS
46942001-02-27 Richard M. Stallman <rms@gnu.org>
4695
4696 * lpr.el (lpr-page-header-switches, print-region-1):
4697 Undo 2000-07-06 change.
7298f3f7
RS
4698 (lpr-add-switches): Default to t on gnu/linux.
4699
c0cb1027
GM
47002001-02-27 Gerd Moellmann <gerd@gnu.org>
4701
4702 * bs.el (bs-attributes-list): Doc fix.
4703
01459648
GM
47042001-02-26 Gerd Moellmann <gerd@gnu.org>
4705
baebd8a5 4706 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 4707
01459648
GM
4708 * help.el (view-order-manuals): Use goto-address.
4709
4710 * startup.el (command-line-1): Add info about ordering manuals
4711 to the not so fancy splash screens.
4712
f93e614e
AS
47132001-02-26 Andre Spiegel <spiegel@gnu.org>
4714
01459648
GM
4715 * vc.el (vc-default-workfile-unchanged-p)
4716 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 4717
12435002
GM
47182001-02-26 Gerd Moellmann <gerd@gnu.org>
4719
a2ffbafe 4720 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
4721 fontify in the right buffer.
4722
12435002
GM
4723 * allout.el (outline-flag-region): Move macro in front of first
4724 use to avoid a run-time error.
4725
425de386
AI
47262001-02-24 Andrew Innes <andrewi@gnu.org>
4727
4728 * makefile.w32-in: Fix copyright notice.
4729
66c56ed1
KH
47302001-02-24 Kenichi Handa <handa@etl.go.jp>
4731
4c1593ce
KH
4732 * international/utf-8.el (mule-utf-8): Set correct value for
4733 valid-codes property.
4734
66c56ed1
KH
4735 * international/fontset.el (x-complement-fontset-spec): In the
4736 case that we use ASCII font for the other charsets, use only
15d1caef 4737 family and registry part of it.
66c56ed1 4738
119171dd
EZ
47392001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
4740
4741 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
4742 (shrink-window-if-larger-than-buffer): Doc fix.
4743
932c309e
SM
47442001-02-23 Stefan Monnier <monnier@cs.yale.edu>
4745
4746 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
4747 predicate passed to completing-read.
4748
9b760e36
EZ
47492001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
4750
4751 * startup.el (command-line): Fix last change.
4752
5c39a60f
JR
47532001-02-23 Jason Rumney <jasonr@gnu.org>
4754
4755 * startup.el (tool-bar-originally-present): New variable.
4756 (command-line): Set it if the tool-bar is switched on at startup.
4757
4758 * frame.el (frame-notice-user-settings): Only adjust frame height
4759 for no tool-bar case if tool-bar was originally switched on.
796ead7e 4760 From E. Jay Berkenbilt.
5c39a60f 4761
cb91b2c7
SM
47622001-02-22 Stefan Monnier <monnier@cs.yale.edu>
4763
39b557e8
SM
4764 * server.el (server-switch-buffer): Only switch window if the
4765 current one is dedicated.
4766
cb91b2c7
SM
4767 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
4768 rather than using (match-beginning 0) when searching for break point.
4769
9238a8df
EZ
47702001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
4771
4772 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
4773 @ follows an accent command such as @'. Support optional braces
4774 in commands that insert accents, like makeinfo does.
4775
3473f362
GM
47762001-02-22 Gerd Moellmann <gerd@gnu.org>
4777
4778 * startup.el (fancy-splash-text): Add a line for ordering
4779 manuals. Reverse order of splash screens shown.
4780 (use-fancy-splash-screens-p): Adapt to the text line added.
4781
4782 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
4783 manuals from the FSF.
4784
4785 * help.el (view-order-manuals): New function.
4786 (toplevel): Bind C-h C-m to this function.
4787
76a4de07
SM
47882001-02-21 Stefan Monnier <monnier@cs.yale.edu>
4789
4790 * newcomment.el (comment-forward): Skip the comment-start before
4791 searching for the comment-end.
4792
75b71d85
DL
47932001-02-21 Dave Love <fx@gnu.org>
4794
2f4c9a87
DL
4795 * custom.el (custom-initialize-changed, defcustom): Doc fix.
4796
75b71d85
DL
4797 * international/mule-cmds.el, international/mule.el: Doc fixes.
4798
ffc9ff0c
GM
47992001-02-21 Gerd Moellmann <gerd@gnu.org>
4800
4801 * startup.el (fancy-splash-screens): Use display-hourglass
4802 instead of display-busy-cursor.
4803
4804 * frame.el (display-hourglass): Renamed from busy-cursor.
4805 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
4806 (show-cursor-in-non-selected-windows): Doc fix.
4807
f34eb373
DL
48082001-02-20 Dave Love <fx@gnu.org>
4809
4810 * international/utf-8.el: Doc and commentary fixes.
4811
f55e4a7e
EZ
48122001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
4813
4814 * ehelp.el (with-electric-help): Doc fix.
4815
fa97adf6
GM
48162001-02-20 Gerd Moellmann <gerd@gnu.org>
4817
4818 * msb.el (msb-mode): Call the update-buffers function explicitly
4819 with a FORCE argument.
4820
4821 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
4822 FORCE. If set, update the menu even if frame-or-buffer-changed-p
4823 returns nil.
4824
54ed3bd2
GM
48252001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4826
4827 * ps-print.el: Timestamp package replacement. Some enhancements.
4828 Some XEmacs compatibility. Doc fix.
4829 (ps-print-version): New version number (6.4).
4830 (ps-printer-name): Initialization fix.
4831 (ps-zebra-stripe-follow): Funcionality enhancement.
4832 (ps-prologue-file): Code enhancement.
4833 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
4834 (ps-setup, ps-face-bold-p, ps-face-italic-p)
4835 (ps-get-page-dimensions)
54ed3bd2
GM
4836 (ps-generate-header, ps-begin-file, ps-begin-job)
4837 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
4838 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
4839 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
4840 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 4841
e8ebf97d
MB
48422001-02-20 Miles Bader <miles@gnu.org>
4843
4844 * image-file.el (image-file-name-extensions): Add "tif".
4845
136b27c5
GM
48462001-02-19 Gerd Moellmann <gerd@gnu.org>
4847
4848 * wid-edit.el (widget-button-click): Save the selected window
4849 around the code handling clicks on buttons.
4850
6ebbcf59
DL
48512001-02-18 Dave Love <fx@gnu.org>
4852
4853 * imenu.el (imenu--generic-function): Use mapc to iterate over
4854 syntax characters.
4855
595ded73
RS
48562001-02-17 Richard M. Stallman <rms@gnu.org>
4857
b9fe3dc8
RS
4858 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
4859
595ded73
RS
4860 * uniquify.el (uniquify-buffer-name-style): Doc fix.
4861
f3f053f3
GM
48622001-02-16 Gerd Moellmann <gerd@gnu.org>
4863
4864 * mouse.el (mouse-save-then-kill): If the distance from the new
4865 point to the mark is equal to the distance of point from the new
4866 point, move point instead of the mark.
4867
11570a8f
DL
48682001-02-16 Dave Love <fx@gnu.org>
4869
4870 * textmodes/flyspell.el (flyspell-get-word): Return string without
4871 properties.
4872
fb339cd5
EZ
48732001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
4874
4875 * generic.el (generic-find-file-regexp): Doc fix.
4876 (generic-ignore-files-regexp): New defcustom.
4877 (generic-mode-find-file-hook): If the file's name matches the
4878 regexp in `generic-ignore-files-regexp', don't enter
4879 default-generic-mode. Doc fix.
4880
c56b1c1b
GM
48812001-02-16 Gerd Moellmann <gerd@gnu.org>
4882
a2ffbafe 4883 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
4884 Add autoload cookies.
4885
a2ffbafe 4886 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
4887 of cal-tex-24.
4888
0d140e65
EZ
48892001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
4890
81558867
EZ
4891 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
4892
0d140e65
EZ
4893 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
4894 the character class after the (optional) drive, to support file
4895 names with embedded blanks.
4896
713f7b15
SS
48972001-02-15 Sam Steingold <sds@gnu.org>
4898
4899 * textmodes/tex-mode.el (tex-shell-running):
4900 Check the process buffer too.
4901
9a2a6f73
DL
49022001-02-15 Dave Love <fx@gnu.org>
4903
4904 * battery.el (battery-status-function): Fix doc, :type.
4905
15d1caef 4906 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 4907
fe10cef0
GM
49082001-02-15 Gerd Moellmann <gerd@gnu.org>
4909
4910 * subr.el (read-passwd): Clear Lisp memory holding password.
4911
126f5d4d
MB
49122001-02-15 Miles Bader <miles@gnu.org>
4913
4914 * info.el (Info-copy-current-node-name): New function.
4915 (Info-mode-menu): Add it to the menu.
4916
92e98d63
RS
49172001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
4918
4919 * international/mule-cmds.el (toggle-input-method): Doc fix.
4920
dd4e0e55
SM
49212001-02-13 Stefan Monnier <monnier@cs.yale.edu>
4922
4923 * replace.el (occur): Stop at end of buffer.
4924
402dbbd1
EZ
49252001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
4926
4927 * international/mule-cmds.el (set-input-method): Another doc fix.
4928
e9fcba3d
GM
49292001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
4930
4931 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
4932
78ad1cd5
MB
49332001-02-13 Miles Bader <miles@gnu.org>
4934
713f7b15 4935 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
4936 (set-face-stipple): Treat a value of nil as being `unspecified'.
4937
fce9d9dc
DL
49382001-02-12 Dave Love <d.love@dl.ac.uk>
4939
4940 * international/latin1-disp.el: Doc fixes.
4941 (latin1-display) <defgroup>: Add :link.
4942 (latin1-display) <function>: Set variable latin1-display.
4943
bc406911
EZ
49442001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
4945
4946 * international/mule-cmds.el (set-input-method): Doc fix.
4947
68514d48
EL
49482001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
4949
4950 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
4951 (speedbar-line-file): Return nil if not a file.
4952 (speedbar-buffers-line-path): Return file for tags, and dir for files.
4953
513bea45 49542001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 4955
513bea45
MK
4956 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
4957 for remote files.
bc406911 4958 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 4959 with raw-text.
713f7b15 4960
513bea45 4961 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 4962
83c9cb8e
SM
4963 * ediff-util.el (ediff-compute-custom-diffs-maybe):
4964 Better handling of the diff mode.
713f7b15 4965
513bea45 4966 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 4967
bc406911 4968 * viper.texi: Fix typos.
713f7b15 4969
521d4010
DL
49702001-02-11 Dave Love <fx@gnu.org>
4971
36fd8e17
DL
4972 * shadowfile.el: Doc fixes.
4973 (shadow) <defgroup>: Add :link.
4974 (shadowfile-unload-hook): New function.
4975 (shadow-initialize): Use defalias, not fset.
4976 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 4977 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 4978
521d4010
DL
4979 * international/mule.el: Doc and message fixes.
4980
36fd8e17
DL
4981 * international/ccl.el (define-ccl-program): Doc fix.
4982
92395bbe
KH
49832001-02-11 Kenichi Handa <handa@etl.go.jp>
4984
4985 * faces.el (mode-line): Set :line-width property to -1.
4986
103db06c
RS
49872001-02-10 Richard M. Stallman <rms@gnu.org>
4988
08b78974
RS
4989 * complete.el (partial-completion-mode): Doc fix.
4990
103db06c
RS
4991 * simple.el (delete-key-deletes-forward-mode):
4992 Change `let' to `let*' to fix gross bug in last change.
4993
4994 * repeat.el (repeat): Don't let execute-kbd-macro alter
4995 real-last-command.
4996
a6a1ee53
EZ
49972001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
4998
4999 * simple.el (eval-expression): Doc fix.
5000
d2f288c6
DL
50012001-02-09 Dave Love <fx@gnu.org>
5002
038f4ae3
DL
5003 * imenu.el (imenu-generic-expression): Doc fix.
5004
83c9cb8e
SM
5005 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
5006 From Juanma Barranquero.
038f4ae3 5007
15d1caef 5008 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 5009
9804b846
KH
50102001-02-09 Kenichi Handa <handa@etl.go.jp>
5011
5012 * faces.el (set-face-attribute): Describe the case of a negative
5013 value specified for :line-width.
5014
532f5197
SM
50152001-02-08 Stefan Monnier <monnier@cs.yale.edu>
5016
5017 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 5018 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 5019
1d279666
DL
50202001-02-08 Dave Love <fx@gnu.org>
5021
4681ca3a
DL
5022 * wid-edit.el (widget-plist-convert-widget): Replace binding of
5023 widget-plist-value-type.
5024 (widget-alist-convert-widget): Replace binding of
5025 widget-alist-value-type.
5026
1d279666
DL
5027 * textmodes/paragraphs.el (sentence-end): Doc fix.
5028
83c9cb8e
SM
5029 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
5030 Remove `backward-line'.
1d279666 5031
532f5197
SM
5032 * play/pong.el (pong-blank-color, pong-bat-color)
5033 (pong-ball-color, pong-border-color, pong-left-key)
5034 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
5035 (pong-pause-key, pong-resume-key, pong-timer-delay):
5036 * mail/mh-comp.el (mh-compose-letter-function):
5037 * eshell/esh-mode.el (eshell-skip-prompt-function):
5038 * emulation/viper-ex.el (ex-unix-type-shell-options):
5039 * recentf.el (recentf-menu-filter):
5040 * ps-print.el (ps-print-region-function):
5041 * lpr.el (print-region-function):
5042 * forms.el (forms-mode-hooks):
5043 * dirtrack.el (dirtrack-directory-change-hook):
5044 * cus-start.el (temp-buffer-show-function, display-buffer-function):
5045 * textmodes/spell.el (spell-filter):
5046 * textmodes/fill.el (adaptive-fill-function):
5047 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
5048 * progmodes/etags.el (find-tag-default-function):
5049 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
5050 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
5051
6f676109
EZ
50522001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
5053
751d3bc4
EZ
5054 * emulation/viper-init.el (viper-fast-keyseq-timeout)
5055 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
5056 Meyering <jim@meyering.net>.
5057
6f676109
EZ
5058 * loadup.el: Revert last change.
5059
d3c26cdf
KH
50602001-02-07 Kenichi Handa <handa@etl.go.jp>
5061
83c9cb8e
SM
5062 * international/mule.el (transform-make-coding-system-args):
5063 Make it work also for coding systems not using CCL.
d3c26cdf 5064
44806980
EZ
50652001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5066
9889af08
EZ
5067 * simple.el (previous-matching-history-element)
5068 (next-matching-history-element): Doc fix.
5069
44806980
EZ
5070 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
5071 specific part.
5072
1e36ff68
DL
50732001-02-06 Dave Love <fx@gnu.org>
5074
713f7b15 5075 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
5076 (add-log-buffer-file-name-function, add-log-file-name-function):
5077 Fix :type.
5078 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
5079
c7ca58df
EZ
50802001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5081
fecd556a
EZ
5082 * info.el (info-initialize): Remove the test for system-type when
5083 invocation-directory is non-nil.
5084
c7ca58df
EZ
5085 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
5086 of `font-lock-defaults' to `backward-paragraph' rather than nil.
5087
587b5737
AI
50882001-02-06 Andrew Innes <andrewi@gnu.org>
5089
5090 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
5091 absolute.
5092
baf7eee4
GM
50932001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
5094
5095 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
5096 buffers. When hi-lock turned on rather than only checking current
5097 buffer for regexps, all buffers are checked. Moved activation of
5098 font-lock to hi-lock-refontify. When font-lock turned off rather
5099 than removing added highlighting just in current buffer, remove it
5100 in all buffers. Changed edit menu text from "Automatic
5101 Highlighting" to "Regexp Highlighting" Documentation for
5102 highlighting phrases, minor documentation changes.
5103 (hi-lock-set-file-patterns): Execute only if there are new or
5104 existing file patterns.
5105 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
5106 unfontify and, if a support mode is active, will not refontify the
5107 whole buffer. If necessary, turn on font lock. (Removed
5108 font-lock-unfontify and font-lock support-mode-specific calls,
5109 such as lazy-lock-fontify-window.)
5110 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
5111 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 5112 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
5113 (hi-lock-face-phrase-buffer): New function. Also added related
5114 menu item and keybinding.
5115 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
5116 (hi-lock-process-phrase): New function.
5117 (hi-lock-line-face-buffer): Doc fixes.
5118 (hi-lock-face-buffer): Doc fixes.
5119 (hi-lock-unface-buffer): Doc fixes.
713f7b15 5120
36710aa6
GM
51212001-02-06 Gerd Moellmann <gerd@gnu.org>
5122
5123 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
5124 dabbrev-ignored-regexps.
5125
d3f22784
EZ
51262001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5127
5128 * simple.el (kill-line): Doc fix.
5129
5cb3c8d4
DL
51302001-02-05 Dave Love <fx@gnu.org>
5131
5132 * loadup.el: Revert last two changes -- bootstrapping works with
5133 regenerated loaddefs.
5134
e6297e7d
EZ
51352001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
5136
1e14b095
EZ
5137 * isearch.el (isearch-forward): Doc fix.
5138
e6297e7d
EZ
5139 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
5140 of font-lock-defaults to backward-paragraph.
5141
e16f52ce
GM
51422001-02-05 Gerd Moellmann <gerd@gnu.org>
5143
5144 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
5145 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
5146
01d19dd7
GM
51472001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5148
5149 * ebnf2ps.el: Eliminate time-stamp functions.
5150 (ebnf-version): New version (3.5).
5151 (ebnf-eps-finish-and-write): Replace time-stamp functions by
5152 format-time-string.
5153
24886813
GM
51542001-02-05 Gerd Moellmann <gerd@gnu.org>
5155
5156 * simple.el (next-line): Goto end-of-line before inserting a newline.
5157
65e70fc4
MB
51582001-02-05 Miles Bader <miles@gnu.org>
5159
5160 * image-file.el (insert-image-file): When visiting an image, also
5161 set `truncate-lines' to t so that any fringe arrow looks correct.
5162
482f06c9
KH
51632001-02-05 Kenichi Handa <handa@etl.go.jp>
5164
5165 * isearch.el (isearch-forward): Add description about input method
5166 in the docsting.
5167
02399da7
SM
51682001-02-04 Stefan Monnier <monnier@cs.yale.edu>
5169
5170 * skeleton.el (skeleton-internal-1): Always push the mark for @.
5171
2c366083
EZ
51722001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
5173
5174 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 5175 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 5176
bdadfce3
GM
51772001-02-02 Gerd Moellmann <gerd@gnu.org>
5178
79fb38c0
GM
5179 * wid-edit.el (widget-button-click): Fix last change.
5180
bdadfce3
GM
5181 * frame.el (frame-notice-user-settings): When resizing the initial
5182 frame because the tool bar is off, also change the frame's top
5183 position if a negative top position was specified.
5184
33155ffb
MB
51852001-02-02 Miles Bader <miles@gnu.org>
5186
5187 * image-file.el (insert-image-file): When visiting an image,
5188 suppress the cursor in the image buffer.
5189
1355ba0c
DL
51902001-02-01 Dave Love <fx@gnu.org>
5191
5192 * progmodes/f90.el (f90-mode): Remove startup message.
5193
fb758d2d 5194 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 5195
01acdb05
GM
51962001-02-01 Gerd Moellmann <gerd@gnu.org>
5197
5198 * startup.el (command-line): Fix code determining whether or not
5199 to use delete-key-deletes-forward-mode.
5200
5b1ee316
AS
52012001-02-01 Andre Spiegel <spiegel@gnu.org>
5202
5203 * vc.el (vc-diff-switches): New user option.
5204 (vc-version-diff): Use it.
5205 (vc-diff-switches-list): New macro.
5206
83c9cb8e
SM
5207 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
5208 New customization options.
5b1ee316
AS
5209 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
5210
5211 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
5212
00b1e7a1
GM
52132001-02-01 Gerd Moellmann <gerd@gnu.org>
5214
5215 * msb.el (toplevel): Quote hook symbols.
5216
85827036
KH
52172001-02-01 Kenichi Handa <handa@etl.go.jp>
5218
8e028499 5219 * international/mule.el (make-coding-system): Add description
3c948dde 5220 about recognized properties in the docstring.
8e028499 5221
85827036
KH
5222 * international/mule-conf.el: Remove unused charsets
5223 mac-roman-lower and mac-roman-upper.
5224
7ccf7ab9
GM
52252001-01-31 Gerd Moellmann <gerd@gnu.org>
5226
2441692d
GM
5227 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
5228 is in front of the left-margin, if any.
5229
ee5cece0
GM
5230 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
5231 like `delete'.
5232
83c9cb8e 5233 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 5234
7ccf7ab9
GM
5235 * term/w32-win.el (mouse-set-font): Doc fix.
5236
b4f30ec5 52372001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 5238
b4f30ec5
GM
5239 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
5240 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
5241 on already.
5242
03e0fe6e
GM
52432001-01-31 Markus Rost <rost@math.ohio-state.edu>
5244
5245 * files.el (save-buffer): Don't give message if (buffer-file-name)
5246 returns nil.
713f7b15 5247
8f289acc
EZ
52482001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
5249
cb4aae04
EZ
5250 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
5251
dbd98b19
EZ
5252 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
5253 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
5254
8f289acc
EZ
5255 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
5256 display problems.
5257
c12553c1
KH
52582001-01-31 Kenichi Handa <handa@etl.go.jp>
5259
c7bf5db9
KH
5260 * international/mule.el (charset-info): Fix docstring.
5261
5262 * international/mule-diag.el (describe-character-set): Check final
5263 char valid before printing it.
c12553c1 5264
14f16b9c
GM
52652001-01-30 Gerd Moellmann <gerd@gnu.org>
5266
efaa080b
GM
5267 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
5268
eef93f99
GM
5269 * frame.el (frame-notice-user-settings): Do the tool-bar
5270 stuff only for graphical displays. Fix a braino.
713f7b15 5271
14f16b9c
GM
5272 * frame.el (frame-initialize): Create initial frame visible.
5273 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 5274 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
5275
5276 * startup.el (command-line): Remove manipulation of frame
5277 height for tool bars.
5278
4ad25e43
EZ
52792001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5280
5281 * lpr.el: Compatibility with XEmacs and doc fixes.
5282 (lpr-windows-system, lpr-lp-system): New vars.
5283 (lpr-printer-switch): New defcustom.
5284 (printer-name, lpr-command): Customization fix.
5285 (print-region-1): Code fix.
5286 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
5287 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
5288 New functions.
4ad25e43 5289
e8f044a0
GM
52902001-01-29 Gerd Moellmann <gerd@gnu.org>
5291
5292 * msb.el (toplevel): Fix the eval-after-load.
5293
850d5045
GM
52942001-01-29 Dave Love <fx@gnu.org>
5295
762fe76e
DL
5296 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
5297
5298 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
5299
83c9cb8e 5300 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
5301 (tcl-using-emacs-19-23): Consider Emacs 21+.
5302 (tcl-help-directory-list, tcl-command-switches): Fix :type.
5303 (tcl-add-emacs-menu): Supply menu name.
5304 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
5305
3a768251
GM
53062001-01-29 Gerd Moellmann <gerd@gnu.org>
5307
5308 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
5309
274d02f7
SM
53102001-01-29 Stefan Monnier <monnier@cs.yale.edu>
5311
5312 * pcvs.el (cvs-mark-fis-dead): New function.
5313 (cvs-mode-add): Use it.
5314 (cvs-mode-add-change-log-entry-other-window):
5315 Rebind change-log-default-name to itself rather than to nil.
5316
ed5d446e
SS
53172001-01-29 Sam Steingold <sds@gnu.org>
5318
efaa080b 5319 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
5320 `autoload' statements.
5321
e2a80284
EZ
53222001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
5323
8e1db7b3
EZ
5324 * files.el (confirm-kill-emacs): Doc fix.
5325
ff2a1c79
EZ
5326 * frame.el (frame-initialize): Doc fix.
5327
e7b0deaf
EZ
5328 * time-stamp.el (time-stamp-string): Doc fix.
5329
83c9cb8e
SM
5330 * woman.el (WoMan-log-1): Make the log buffer writable.
5331 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 5332
005913e4
GM
53332001-01-29 Gerd Moellmann <gerd@gnu.org>
5334
5335 * imenu.el (imenu-syntax-alist): Add autoload cookie for
5336 the `make-variable-buffer-local'.
5337
58622cc5
GM
53382001-01-29 Dave Love <fx@gnu.org>
5339
5340 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
5341 (ansi-color-for-comint-mode-on, ansi-color-process-output):
5342 Add autoload cookie.
58622cc5
GM
5343 (ansi-color-apply-sequence): Fix typo.
5344
0404d031
GM
53452001-01-29 Gerd Moellmann <gerd@gnu.org>
5346
ed5d446e 5347 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
5348 Postscript printing in black and white.
5349
0404d031
GM
5350 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
5351 X-Mailman-Version, Precedence, List-Help, List-Post,
5352 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
5353 Content-Type, Content-Length.
5354
3b6ed359
DL
53552001-01-29 Dave Love <fx@gnu.org>
5356
ddd16e7a
DL
5357 * elide-head.el (elide-head): Make overlay evaporate.
5358
83c9cb8e 5359 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 5360
8005142f
EZ
53612001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
5362
5363 * isearch.el (isearch-highlight): Don't punt if the display
5364 doesn't support colors, since isearch faces are defined for
5365 monochrome displays as well.
5366
84728570
SS
53672001-01-27 Sam Steingold <sds@gnu.org>
5368
5369 * shell.el (shell-write-history-on-exit): Make sure that we are in
5370 the shell buffer (M-x tex-file RET inserted the error message into
5371 the TeX buffer).
5372
e26f9ced
EZ
53732001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5374
5375 * simple.el (transient-mark-mode): Doc fix.
5376
dc0274bd
GM
53772001-01-27 Gerd Moellmann <gerd@gnu.org>
5378
83c9cb8e 5379 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 5380
c1acacc4
EZ
53812001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5382
f5058b96
EZ
5383 * shell.el (shell-unquote-argument): If the shell is one of the
5384 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
5385 quote character.
5386 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 5387 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 5388
c1acacc4 5389 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 5390 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 5391
103db06c 53922001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 5393
84728570 5394 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
5395 Treat a one-capital-letter abbrev as "not all upper case",
5396 so as to force preservation of the expansion's pattern
5397 if the expansion starts with a capital letter.
5398
cfa70244
EZ
53992001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5400
cfee9de7
EZ
5401 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
5402 Doc fix.
5403
cfa70244
EZ
5404 * simple.el (transient-mark-mode): Document the fact that many
5405 commands act on the region when mark is active.
5406
17d90d6b
KH
54072001-01-27 Kenichi Handa <handa@etl.go.jp>
5408
5409 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 5410 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
5411 (quail-show-guidance-buf): Make the multibyteness of current
5412 buffer inherited to Quail guidance buffer.
5413 (quail-help): Make the multibyteness of current buffer inherited
5414 to Quail help buffer.
5415
61076b20
DL
54162001-01-26 Dave Love <fx@gnu.org>
5417
c47e2c68
DL
5418 * time-stamp.el: Doc fixes.
5419
84728570 5420 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
5421 (delphi-keyword-face, delphi-other-face): Fix :type.
5422
940f14b4
DL
5423 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
5424
5425 * mail/feedmail.el (feedmail): Add :link.
5426 (feedmail-send-it): Doc fix.
5427
5428 * mail/sendmail.el: Doc fixes.
5429 (sendmail-send-it): Fix the non-ASCII regexp and use
5430 rfc2047-encode-string.
5431
61076b20
DL
5432 * dired.el, dired-aux.el: Revert last change.
5433
6c317bd2
GM
54342001-01-26 Gerd Moellmann <gerd@gnu.org>
5435
5436 * makefile.w32-in (DONTCOMPILE): Add various term files.
5437
54382001-01-26 Dave Love <fx@gnu.org>
5439
5440 * Makefile.in (DONTCOMPILE): Add various term files.
5441
1c636b5f
GM
54422001-01-26 Gerd Moellmann <gerd@gnu.org>
5443
af900b23
GM
5444 * man.el (Man-default-man-entry, Man-mode): Doc fix.
5445
15fa6db0 5446 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 5447 the echo area is resized to fit the size of the startup message.
15fa6db0 5448
1c636b5f
GM
5449 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
5450 part of which is a constant.
5451
9b1adbd5
EZ
54522001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
5453
83c9cb8e 5454 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 5455
103db06c 54562001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
5457
5458 * simple.el (next-line): Don't let `newline' expand abbrevs.
5459 Simplify slightly.
5460 (open-line): Don't let `newline' expand abbrevs.
5461
219227ea
JW
54622001-01-25 John Wiegley <johnw@gnu.org>
5463
5464 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
5465 to `repeat' in the :type field.
5466
5467 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
5468 allow a choice of regexp or nil.
d2906bf8 5469 (pcomplete-dir-ignore): Same.
219227ea
JW
5470
5471 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
5472 a command) to always fail.
5473
ceba0dac
GM
54742001-01-25 Gerd Moellmann <gerd@gnu.org>
5475
5476 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
5477 discard the result.
5478 (iswitchb-to-end): Likewise.
5479
9b0630e5
SS
54802001-01-25 Sam Steingold <sds@gnu.org>
5481
5482 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 5483 Require vc.
9b0630e5 5484
a2ed9670
SM
54852001-01-25 Stefan Monnier <monnier@cs.yale.edu>
5486
f0c1adab
SM
5487 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
5488
a2ed9670
SM
5489 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
5490
34ac3367
DL
54912001-01-25 Dave Love <fx@gnu.org>
5492
61076b20
DL
5493 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
5494 (describe-coding-system): Tweak the English text.
5495
34ac3367
DL
5496 * loadup.el: Preload international/ccl for utf-8.
5497
4685e6b7
EZ
54982001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
5499
5500 * mail/rmail.el (rmail-redecode-body): Doc fix.
5501
0fdb4475
KH
55022001-01-25 Kenichi Handa <handa@etl.go.jp>
5503
83c9cb8e
SM
5504 * international/mule-cmds.el (reset-language-environment):
5505 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 5506
83c9cb8e
SM
5507 * international/mule-conf.el (coding-category-utf-8):
5508 Initialize to mule-utf-8.
0fdb4475 5509
9b0630e5 5510 * loadup.el: Preload international/utf-8.
0fdb4475
KH
5511
5512 * international/utf-8.el: New file.
5513
245ed2b1
SM
55142001-01-24 Stefan Monnier <monnier@cs.yale.edu>
5515
5516 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
5517
e95b0c08
SS
55182001-01-24 Sam Steingold <sds@gnu.org>
5519
5520 * dired.el (dired-replace-in-string): Removed.
5521 (dired-sort-toggle): Use `replace-regexps-in-string'
5522 instead of `dired-replace-in-string'.
9b0630e5 5523
ceba0dac
GM
5524 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
5525 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 5526
e95b0c08
SS
5527 * gs.el (gs-replace-in-string): Removed.
5528 (gs-options): Use `replace-regexps-in-string'
5529 instead of `gs-replace-in-string'.
5530
c3902c3e
EZ
55312001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
5532
5533 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
5534 bug report is mailed to an email list and posted to a news group.
5535
b66b6aeb
GM
55362001-01-24 Gerd Moellmann <gerd@gnu.org>
5537
83c9cb8e
SM
5538 * comint.el (comint-replace-by-expanded-history-before-point):
5539 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 5540
b66b6aeb
GM
5541 * startup.el (tool-bar-images-pixel-height): New variable.
5542 (command-line): After loading the user's init file, when
5543 tool-bar-mode is on, increase the frame's size by some lines for
5544 the tool-bar.
5545
5546 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 5547
ff890e66
SZ
55482001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
5549
5550 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
5551 (chinese-big5): MIME:Big5.
5552
04363179
GM
55532001-01-24 Gerd Moellmann <gerd@gnu.org>
5554
e95b0c08 5555 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
5556 Handle commands with prefix args.
5557
d56aaa64
GM
55582001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5559
5560 * calendar/diary-lib.el (diary-float): Fix case of MONTH
5561 being a list of numbers.
5562 (diary-mail-entries): Rewritten.
5563
99858627
DL
55642001-01-23 Dave Love <fx@gnu.org>
5565
7aeb1fa9
DL
5566 * international/mule.el (make-coding-system): Fix typo.
5567
83c9cb8e
SM
5568 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
5569 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 5570
5a43decf
EZ
55712001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
5572
5573 * font-lock.el (font-lock-mode): Doc fix.
5574
b0e98867
KH
55752001-01-23 Kenichi Handa <handa@etl.go.jp>
5576
5577 * international/mule.el (make-translation-table): Fix docstring.
5578
9c8acefd
EZ
55792001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
5580
fd4976b8
EZ
5581 * mail/rmail.el (rmail-redecode-body): New function.
5582
9c8acefd
EZ
5583 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
5584
871e0439
GM
55852001-01-22 Gerd Moellmann <gerd@gnu.org>
5586
21c2bbe0
GM
5587 * isearch.el (isearch-lazy-highlight-case-fold-search)
5588 (isearch-lazy-highlight-regexp): New variables.
5589 (isearch-lazy-highlight-cleanup): Update lazy highlight if
5590 case-fold search or regexp search has been toggled.
5591
5710730c
GM
5592 * wid-edit.el (widget-button-click): Avoid a save-excursion
5593 around running a global binding.
5594
871e0439
GM
5595 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
5596 to 0.25.
5597
d0554957
MB
55982001-01-20 Miles Bader <miles@gnu.org>
5599
5600 * cus-edit.el (custom-face-save): Do post-processing on the face's
5601 new value like `custom-face-set' does.
5602
1519f618
EZ
56032001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
5604
ccd87890
EZ
5605 * mail/emacsbug.el (report-emacs-bug): Report the value of
5606 LC_CTYPE, not LC_TYPE.
5607
1519f618
EZ
5608 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
5609 isearch-toggle-regexp and isearch-edit-string to doc string.
5610
9724173b
GM
56112001-01-19 Gerd Moellmann <gerd@gnu.org>
5612
48bb9196
GM
5613 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
5614 as font-lock-beginning-of-syntax-function in font-lock-defaults.
5615
e95b0c08 5616 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
5617 font-lock-beginning-of-syntax-function to nil.
5618
dc81f8a2
EZ
56192001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
5620
5621 * mail/emacsbug.el (report-emacs-bug): Report values of
5622 locale-coding-system, default-enable-multibyte-characters, and the
5623 environment variables LC_ALL, LC_TYPE, and LANG.
5624
99327974
GM
56252001-01-19 Gerd Moellmann <gerd@gnu.org>
5626
83c9cb8e 5627 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 5628
2be6ecc6
GM
5629 * font-lock.el (font-lock-multiline): Default to nil.
5630 (font-lock-default-fontify-region): If font-lock-multiline is
5631 nil, don't check the property `font-lock-multiline'.
5632
99327974
GM
5633 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
5634 is nil, don't check the `font-lock-multiline' text property.
5635
2550055a
MK
56362001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
5637
0a949811 5638 * viper.el: Call initial-major-mode on startup.
e95b0c08 5639
0a949811 5640 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 5641
8501998a 5642 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 5643
2550055a 56442001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 5645
0a949811 5646 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 5647 diff mode, if available.
e95b0c08 5648
0a949811 56492001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 5650
8501998a 5651 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 5652
2550055a
MK
5653 * ediff-init.el (subst-char-in-string): Define and use it, unless
5654 it's already defined.
e95b0c08 5655
8962e303
GM
56562001-01-18 Gerd Moellmann <gerd@gnu.org>
5657
5658 * tooltip.el (tooltip-hide-delay): New user-option.
5659 (tooltip-show): Use tooltip-hide-delay instead of the default.
5660
6b453381
KH
56612001-01-18 Kenichi Handa <handa@etl.go.jp>
5662
5663 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
5664 kill-local-variable doesn't work for enable-multibyte-characters.
5665
9eaf396b
DL
56662001-01-17 Dave Love <fx@gnu.org>
5667
cebd37ce
DL
5668 * ediff-init.el (ediff-before-setup-hook)
5669 (ediff-merge-filename-prefix): Add :version.
5670
9eaf396b
DL
5671 * international/latin1-disp.el: Require disp-table.
5672 (latin1-display): Fix :set.
5673
5674 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
5675
f864120f
GM
56762001-01-17 Gerd Moellmann <gerd@gnu.org>
5677
5678 * isearch.el (isearch-lazy-highlight-initial-delay)
5679 (isearch-lazy-highlight-interval): Default to 0.
5680
56812001-01-17 Bob Glickstein <bobg@zanshin.com>
5682
5683 * isearch.el (isearch-highlight): Set isearch-overlay priority to
5684 1 here rather than each time through
5685 isearch-lazy-highlight-new-loop.
5686 (isearch-lazy-highlight-max): Variable deleted.
5687 (isearch-lazy-highlight-max-at-a-time): New user variable, like
5688 isearch-lazy-highlight-max but controls a single invocation of
5689 isearch-lazy-highlight-update.
5690 (isearch-lazy-highlight-wrapped): Variable recreated.
5691 (isearch-lazy-highlight-window-start): New variable.
5692 (isearch-lazy-highlight-cleanup): Restored to behavior of
5693 before 2-Jan.
5694 (isearch-lazy-highlight-remove-overlays): Function deleted;
5695 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
5696 behavior removed.
5697 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
5698 isearch-lazy-highlight-update in a loop rather than just once.
5699 Test isearch-invalid-regexp here and decide not to start a new
5700 loop, rather than testing it each time through
5701 isearch-lazy-highlight-update.
5702 (isearch-lazy-highlight-search): Function restored.
5703 (isearch-lazy-highlight-update): Get called in a timer loop again,
5704 but this time highlight more than one match each time through.
83c9cb8e
SM
5705 Only highlight matches in the visible part of the window.
5706 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
5707 the edge of the window. Use sit-for to force redisplay and ensure
5708 window-start is credible. "Face suppressing" behavior removed;
5709 overlay priorities should make it unnecessary, right?
5710 (isearch-highlight): Face suppressing behavior removed.
5711 (isearch-dehighlight): Face suppressing behavior removed.
5712 (isearch-set-lazy-highlight-faces-at): Removed.
5713
076ec540
KH
57142001-01-17 Kenichi Handa <handa@etl.go.jp>
5715
5716 * language/european.el ("Latin-1"): Make the format of description
5717 about additional language environments same as that of Latin-2.
5718
92328ec5
DL
57192001-01-16 Dave Love <fx@gnu.org>
5720
39f2174e
DL
5721 * isearch.el (isearch-lazy-highlight): Add :version.
5722
92328ec5
DL
5723 * simple.el (backward-delete-char-untabify-method)
5724 (next-line-add-newlines): Add :version.
5725
f251459d
GM
57262001-01-16 Gerd Moellmann <gerd@gnu.org>
5727
9d4850e5
GM
5728 * bindings.el: Bind <backspace> and <delete> via function-key-map.
5729 Don't bind <delete> otherwise.
5730
5731 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
5732 and <delete> via function-key-map.
5733
f251459d
GM
5734 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
5735 Subject line only if point is after the `Subject:'.
5736
771ffcf7
KH
57372001-01-16 Kenichi Handa <handa@etl.go.jp>
5738
bda6b481
KH
5739 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
5740 japanese-jisx0213-2 in `charset' property of this lang. env.
5741
35793af7
KH
5742 * language/european.el ("Latin-1"): Add description for Dutch and
5743 Spanish lang. env.
5744
771ffcf7
KH
5745 * international/mule.el (decode-char): Fix conditions.
5746 (encode-char): Handle eight-bit-control too.
1c8102ff 5747 (transform-make-coding-system-args): New function.
50c29104
KH
5748 (make-coding-system): Accept XEmacs style arguments for CCL base
5749 coding system.
771ffcf7 5750
e1cf67b6
GM
57512001-01-15 Gerd Moellmann <gerd@gnu.org>
5752
5753 * progmodes/etags.el (find-tag-noselect): Save the value of
5754 tags-file-name before switching buffers, for the case it has a
5755 buffer-local value.
5756
b3287acf
GM
57572001-01-15 Alex Schroeder <alex@gnu.org>
5758
9eaf396b
DL
5759 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
5760 From Dave Love <fx@gnu.org>.
b3287acf
GM
5761 (ansi-color-for-comint-mode): Fix :version.
5762
57632001-01-15 Alex Schroeder <alex@gnu.org>
5764
5765 * ansi-color.el (ansi-color-unfontify-region): Doc change.
5766
8d7ff9c8
EZ
57672001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
5768
5769 * dired.el (dired-insert-directory): If file-system-info fails,
5770 remove the " free " part, but don't signal an error.
5771
dbe99ae9
SS
57722001-01-12 Sam Steingold <sds@gnu.org>
5773
5774 * bookmark.el (bookmark-maybe-historicize-string):
5775 Use new backquote syntax.
5776
103db06c 57772001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
5778
5779 * subr.el (last): Handle a list that doesn't end in nil.
5780
ca2ddd8e
SS
57812001-01-12 Sam Steingold <sds@gnu.org>
5782
5783 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
5784 to `backward-delete-char-untabify'.
5785
1751c874
DL
57862001-01-12 Dave Love <fx@gnu.org>
5787
5788 * cus-edit.el (customize-menu-create): Fix the :filter following
5789 easymenu change.
5790
5791 * wid-edit.el (function): Add :match-alternatives.
5792 (widget-color-action): Doc fix.
5793
3cccce8d
GM
57942001-01-12 Gerd Moellmann <gerd@gnu.org>
5795
5796 * calendar/calendar.el (calendar-basic-setup): Doc fix.
5797
18bfd6b5
KH
57982001-01-12 Kenichi Handa <handa@etl.go.jp>
5799
83c9cb8e 5800 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 5801
18bfd6b5
KH
5802 * international/ccl.el (define-ccl-program): Fix docstring.
5803
562e00da
DL
58042001-01-11 Dave Love <fx@gnu.org>
5805
14fd0da3
DL
5806 * international/mule-cmds.el (standard-display-european-internal):
5807 Set display table for 2208 as for 160.
5808
5809 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
5810
562e00da
DL
5811 * progmodes/fortran.el (fortran-mode-map): Modify Customization
5812 entry for custom-menu-create change.
5813 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
5814 don't cons it in the search loop.
5815
5816 * imenu.el (imenu--truncate-items): Revert last change.
5817
6e961dcd
EZ
58182001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5819
5820 * info.el (Info-setup-header-line): If the node header includes
5821 either Next: or Prev: links, don't show the File: and Node: parts
5822 in the header line.
5823
2c2ff7f2
GM
58242001-01-11 Gerd Moellmann <gerd@gnu.org>
5825
a7ee2d2e
GM
5826 * comint.el (comint-goto-process-mark): Don't print a message
5827 when running in batch mode.
5828
c5348233
GM
5829 * isearch.el (isearch-search): In the condition-case handler for
5830 `error', set isearch-invalid-regexp to the whole error message.
5831
422717d1
GM
5832 * subr.el (eval-after-load): Call load-symbol-file-load-history to
5833 ensure that eval-after-load works for files dumped with Emacs.
5834
5835 * help.el (load-symbol-file-load-history): New function extracted
5836 from function symbol-file.
5837 (symbol-file): Use it.
5838
83c9cb8e 5839 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 5840
926861fb
EZ
58412001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5842
5843 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
5844 behave as if there were no prefix argument.
5845 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
5846 argument were nil.
5847
afa1f52c
RS
58482001-01-11 Richard M. Stallman <rms@gnu.org>
5849
ca2ddd8e 5850 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
5851 Don't look for more potential matches once maximum is exceeded.
5852 Use overlays-in to check correctly for overlap with current match.
5853 Ignore empty matches.
5854
47a9f362
MB
58552001-01-11 Miles Bader <miles@gnu.org>
5856
5857 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
5858 (ispell-overlay-window, ispell-help, ispell-show-choices)
5859 (ispell-command-loop): Use it instead of `window-height'.
5860
d196f58d
GM
58612001-01-10 Gerd Moellmann <gerd@gnu.org>
5862
cf523f0e
GM
5863 * files.el (confirm-kill-emacs): New user-option.
5864 (save-buffers-kill-emacs): Ask for final confirmation before
5865 killing Emacs.
5866
d196f58d
GM
5867 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
5868 to nil.
5869
7c6c3d8e
GM
58702001-01-10 Dave Love <fx@gnu.org>
5871
1f8be15d
DL
5872 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
5873
83c9cb8e 5874 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
5875
5876 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
5877
5878 * calculator.el (calculator-number-digits): Fix :type.
5879
0d5184de
DL
5880 * vc-cvs.el (vc-cvs-header): Fix :type.
5881 * vc-rcs.el (vc-rcs-header): Fix :type.
5882 * vc-sccs.el (vc-sccs-header): Fix :type.
5883
5884 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
5885
7c6c3d8e
GM
5886 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
5887
8c9f73a2
GM
5888 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
5889
457b792c
GM
58902001-01-10 Gerd Moellmann <gerd@gnu.org>
5891
5892 * simple.el (set-variable): Force a thorough redisplay for the
5893 case that the variable has an effect on the display, like
5894 `tab-width' has.
5895
d2622d08
AS
58962001-01-10 Andre Spiegel <spiegel@gnu.org>
5897
5898 * vc.el: Add documentation for backend interface.
5899
ae4b5f4f
KH
59002001-01-10 Kenichi Handa <handa@etl.go.jp>
5901
e0844717
KH
5902 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
5903
ae4b5f4f
KH
5904 * international/mule-conf.el (latin-extra-code-table): Set to t
5905 for \223 and \224.
5906
3184082b
KH
59072001-01-09 Kenichi Handa <handa@etl.go.jp>
5908
5909 * international/mule-cmds.el (locale-language-names): Map "es" to
5910 "Spanish" and "nl" to "Dutch".
5911
732b9cdd
GM
59122001-01-09 Gerd Moellmann <gerd@gnu.org>
5913
1dfca644
GM
5914 * bindings.el (global-map): Bind <home> to beginning-of-line,
5915 <end> to end-of-line, C-<home> to beginning-of-buffer, and
5916 C-<end> to end-of-buffer.
5917
732b9cdd
GM
5918 * language/european.el: Add Dutch and Spanish language info
5919 to be able to use the appropriate tutorials.
5920
59212001-01-09 Alex Schroeder <alex@gnu.org>
5922
5923 * ansi-color.el (ansi-color-process-output): Use markers instead
5924 of positions for start and end of region.
5925 (ansi-color-apply-on-region): Rewrote code to make it more robust.
5926 Previously, occasional mistakes happend when fontifying many
5927 chunks of output (eg. ls --color=yes /dev). This happened
5928 whenever an overlay was created up to the end of the region, which
5929 coincided with the process-mark. New text would then be added
5930 within that overlay instead of after it.
5931 (ansi-color-make-extent): Overlays are created with the property
5932 `modification-hooks' set to '(ansi-color-freeze-overlay).
5933 (ansi-color-freeze-overlay): New function. When inserting text at
5934 the end of the overlay, the overlay will resize.
5935
59362000-01-09 Alex Schroeder <alex@gnu.org>
5937
5938 * ansi-color.el (ansi-color-process-output): Doc change.
5939 (ansi-color-unfontify-region): Doc change. No longer installed
5940 automatically in font-lock-unfontify-region-function.
5941 (ansi-color-apply): Doc change.
5942 (ansi-color-apply-on-region): Use extents or overlays instead of
5943 text-properties.
5944 (ansi-color-make-extent): New function.
5945 (ansi-color-set-extent-face): New function.
5946
59472000-01-09 Alex Schroeder <alex@gnu.org>
5948
5949 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
5950 both use ansi-color-process-output, now.
5951 (ansi-color-process-output): Doesn't return string anymore. It is
5952 installed in comint-output-filter-functions for both Emacs and
5953 XEmacs, now.
5954 (ansi-color-unfontify-region): Simplified code removing variables
5955 pos and start-ansi.
5956 (ansi-color-apply): Put text-property ansi-color before putting
5957 text-property face because ansi-color-unfontify-region is called
5958 immediately after the call to put-text-property.
5959 (ansi-color-context-region): Doc change.
5960 (ansi-color-filter-region): Simplified code.
5961 (ansi-color-apply-on-region): Changed start to start-marker, using
5962 a marker explicitly. Put text-property ansi-color before putting
5963 text-property face because ansi-color-unfontify-region is called
5964 immediately after the call to put-text-property.
5965
59662000-01-09 Alex Schroeder <alex@gnu.org>
5967
5968 * ansi-color.el (ansi-color-faces-vector): Doc change.
5969 (ansi-color-for-comint-mode): Changed :type property to choice.
5970 (ansi-color-last-context): Removed.
5971 (ansi-color-process-output): Don't use ansi-color-last-context, as
5972 the main functions will store their context now.
5973 (ansi-color-context): Doc change.
5974 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
5975 Uses ansi-color-context such that repeated calls will strip
5976 partial escape sequences, too.
5977 (ansi-color-apply): Simplified code. Colorize end of string if
5978 face is not null. Store context in new (FACE STRING) format, such
5979 that repeated calls will strip partial escape sequences, too.
5980 Append faces to face property using ansi-color-apply-sequence such
5981 that cumulative mode actually works.
5982 (ansi-color-context-region): New variable.
5983 (ansi-color-filter-region): Rewrote it based on
5984 ansi-color-apply-on-region. Uses ansi-color-context-region such
5985 that repeated calls will strip partial escape sequences, too.
5986 (ansi-color-apply-on-region): Simplified code. Colorize end of
5987 region if face is not null. Store context in new (FACE POS)
5988 format, such that repeated calls will strip partial escape
5989 sequences, too. Append faces to face property using
83c9cb8e 5990 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
5991 (ansi-color-apply-sequence): New function.
5992 (ansi-color-get-face): When the default face is added to the list
5993 of faces, all previous settings are discarded and the list of
5994 faces is set to '(default).
5995
59962000-01-09 Alex Schroeder <alex@gnu.org>
5997
5998 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
5999 face, such that ansi-color-apply and ansi-color-apply-on-region
6000 will do the right thing.
6001 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
6002 returns nil, set the list of faces back to nil instead of
83c9cb8e 6003 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
6004
60052000-01-09 Alex Schroeder <alex@gnu.org>
6006
6007 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
6008 (ansi-color-process): Doc change.
6009 (ansi-color-last-context): New buffer-local variable.
6010 (ansi-color-process-output): New function. It is automatically
6011 added to comint-output-filter-functions if this is XEmacs.
6012 (ansi-color-unfontify-region): New optional parameter for XEmacs
6013 compatibility. Check wether font-lock-syntactic-keywords is
6014 boundp before removing the syntax table text property, as XEmacs
6015 doesn't have it.
6016 (ansi-color-filter-region): Doc change.
6017 (ansi-color-apply-on-region): Doc change.
6018 (ansi-color-make-face): New function. Compatibility layer for
6019 XEmacs. Return temporary faces instead of cons cells for XEmacs.
6020 (ansi-color-make-color-map): Use ansi-color-make-face.
6021 (ansi-color-get-face): Avoid face text property '(nil) as results
6022 in an errow for XEmacs.
6023
60242000-01-09 Alex Schroeder <alex@gnu.org>
6025
83c9cb8e
SM
6026 * ansi-color.el (ansi-color-unfontify-region): New function.
6027 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
6028 ansi-color. When the package is loaded, a lambda expression is
6029 put onto font-lock-mode-hook. This lambda expression will check
6030 font-lock-unfontify-region-function and replace
83c9cb8e 6031 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
6032 (ansi-color-apply): Add text-property ansi-color in addition to
6033 text-property face.
6034 (ansi-color-apply-on-region): Add text-property ansi-color in
6035 addition to text-property face.
6036 (save-buffer-state): Copy of the macro that is also used by
6037 lazy-lock and font-lock.
6038
6039 (ansi-color-for-comint-mode): New option.
6040 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
6041 (ansi-color-for-comint-mode-off): Ditto.
6042 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
6043 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
6044 decide what to do. This function is added to
6045 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
6046
6047 (ansi-color-for-shell-mode-set): Removed.
6048 (ansi-color-for-shell-mode): Removed.
6049
60502000-01-09 Alex Schroeder <alex@gnu.org>
6051
6052 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
6053 the lambda expression from the ansi-color-for-shell-mode :set
6054 property. Additionally, modify shell-mode-hook to enable or
6055 disable font-lock-mode for future shell buffers.
6056 (ansi-color-for-shell-mode): The :set property calls
6057 ansi-color-for-shell-mode-set instead of a lambda expression.
6058
60592000-01-09 Alex Schroeder <alex@gnu.org>
6060
6061 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
6062 (ansi-color-context): New variable.
6063 (ansi-color-apply): Save context between calls.
6064
fb55ff10
EZ
60652001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
6066
83c9cb8e
SM
6067 * isearch.el (isearch, isearch-lazy-highlight-face):
6068 New definitions for face colors and attributes.
29910493 6069
fb55ff10
EZ
6070 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
6071 of display-mouse-p.
6072
134d6265
KH
60732001-01-09 Kenichi Handa <handa@etl.go.jp>
6074
6075 * international/mule.el (make-coding-system): If the coding system
6076 accepts extra latin codes, register such codes as safe for the
6077 coding system.
6078
103db06c 60792001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 6080
984c9f75
RS
6081 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
6082 don't mention the file name or the date here, because they are
6083 logged at the start of the file.
6084
60852001-01-08 Richard M. Stallman <rms@gnu.org>
6086
78b8eee8
RS
6087 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
6088 Change screen-width to frame-width.
6089
1460e5d4
EZ
60902001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6091
6092 * info.el (Info-search): Print the default as part of the prompt.
6093
56f24bc1
AS
60942001-01-08 Andre Spiegel <spiegel@gnu.org>
6095
ca2ddd8e 6096 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
6097 constant implementations in backends.
6098
6099 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
6100 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
6101
6102 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
6103 WRITABLE to EDITABLE.
6104
6105 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
6106 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
6107 to EDITABLE.
6108
b7812d30
EZ
61092001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6110
6111 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 6112 (copyright, copyright-update): Compute the current year at run time.
b7812d30 6113
7e56ea04
GM
61142001-01-08 Gerd Moellmann <gerd@gnu.org>
6115
6116 * isearch.el (isearch-old-signal-hook): Removed.
6117 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
6118 instead of setting signal-hook-function.
6119 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
6120
a758f97d
GM
61212001-01-08 Kevin Gallagher <kevingal@onramp.net>
6122
6123 * emulation/edt.el: Update to version 4.0. Provide support for
6124 EDT scroll margins at top and bottom of the window. Provide an
6125 emulation of the EDT SUBS command (bound to GOLD-Enter, by
6126 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
6127 user when file-related buffer modifications exist.
6128 Provide support for running EDT Emulation in XEmacs.
6129 Provide customize access to some user updatable variables.
6130 Add Commentary section to file header.
6131 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
6132
6133 * emulation/edt-mapper.el: Update to version 4.0. Provide support
6134 for detecting a keypress that generates an ASCII key sequence.
6135 (Previously, only a keypress that generates a vector was
6136 recognized.) Embed Window Manager name into name of the generated
6137 EDT Emulation initialization file since the initialization file is
6138 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 6139
30db89f9
EZ
61402001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
6141
4deb3ba9
EZ
6142 * mail/sendmail.el (mail-mode): Doc fix.
6143
30db89f9
EZ
6144 * info.el (Info-goto-emacs-command-node): Doc fix.
6145 (Info-goto-emacs-key-command-node): Doc fix.
6146
c3f2772b
EZ
61472001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
6148
8726e79b 6149 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
6150 systems without long file-name support.
6151
0dac6924
AI
61522001-01-06 Andrew Innes <andrewi@gnu.org>
6153
6154 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
6155
4e6ef391
EZ
61562001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
6157
380866a2
EZ
6158 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
6159 (isearch-lazy-highlight-update): Doc fix.
6160
148b5960
EZ
6161 * ffap.el (ffap-bindings): Doc fix.
6162
4e6ef391
EZ
6163 * dired-x.el (dired-virtual-guess-dir): Doc fix.
6164
4cb1bcc2
DL
61652001-01-05 Dave Love <fx@gnu.org>
6166
6167 * emacs-lisp/cl-seq.el (remove, remq): Remove.
6168
3828218c
GM
61692001-01-05 Gerd Moellmann <gerd@gnu.org>
6170
83c9cb8e
SM
6171 * mouse-drag.el (mouse-drag-safe-scroll):
6172 Bind scroll-preserve-screen-position to nil.
f1ade7d3 6173
1f4139d5
GM
6174 * isearch.el (isearch-old-signal-hook): New variable.
6175 (isearch-mode): Set signal-hook-function to isearch-done.
6176 (isearch-done): Restore old signal-hook-function.
6177
3828218c
GM
6178 * info.el (Info-fontify-node): Mark one more char as intangible.
6179
3970013f
KH
61802000-01-05 Kenichi Handa <handa@etl.go.jp>
6181
83c9cb8e
SM
6182 * composite.el (compose-last-chars): New argument COMPONENTS.
6183 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
6184 COMPONENTS.
6185
6186 * international/quail.el (quail-input-string-to-events): New function.
6187 (quail-input-method): Convert input string to events here.
6188 (quail-start-translation): Return input string, not event list.
6189 (quail-start-conversion): Likewise.
6190
f3b05e99
GM
61912001-01-04 Gerd Moellmann <gerd@gnu.org>
6192
ca2ddd8e 6193 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
6194 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
6195 and tooltip-add-timeout.
6196 (tooltip-show): Set border color from faces's foreground.
6197 (tooltip-show-help-function): If called with the same help string
6198 as last time, do nothing.
6199 (tooltip-help-tips): Don't set tooltip-help-message to nil.
6200
0f2ac578
GM
6201 * startup.el (fancy-splash-screens): Don't bind show-help-function
6202 to nil.
6203
f3b05e99
GM
6204 * tooltip.el (tooltip-frame-parameters): Remove colors.
6205 (tooltip): New face
6206 (tooltip-set-param): New function.
6207 (tooltip-show): Set up color frame parameters from face `tooltip'.
6208 Display the tooltip text in face `tooltip'.
6209
8416e94a
DL
62102001-01-04 Dave Love <fx@gnu.org>
6211
6212 * whitespace.el (whitespace-global-mode): Fix typo.
6213
6214 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
6215
30db89f9
EZ
62162001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
6217
83c9cb8e
SM
6218 * help.el (help-for-help): Fix a typo in a doc string.
6219 From kwzh@gnu.org (Karl Heuer).
30db89f9 6220
b847eb8c
DL
62212001-01-03 Dave Love <fx@gnu.org>
6222
6223 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 6224 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
6225 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
6226 (dired-guess-shell-alist-user): Customize.
6227 (dired-x-help-address): Set to bug-gnu-emacs.
6228 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
6229 (dired-default-directory): Renamed from default-directory.
6230
6231 * hl-line.el (hl-line): Doc fix.
6232
43c4b570
KF
62332001-01-03 Karl Fogel <kfogel@red-bean.com>
6234
1bf6b1bf 6235 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 6236
984c9f75 62372001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
6238
6239 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
6240 to remove all the current alternative-match highlighting.
6241 If nil, remove only what's outside the current window.
6242 (isearch-lazy-highlight-remove-overlays): Take optional
6243 region within which NOT to remove them.
6244 (isearch-lazy-highlight-new-loop): Greatly simplified.
6245 (isearch-lazy-highlight-update): Find all the other occurrences
6246 visible in the window, in just one call.
6247 (isearch-lazy-highlight-start): Now holds start of region to scan.
6248 (isearch-lazy-highlight-end): Now holds end of region to scan.
6249 (isearch-lazy-highlight-wrapped): Variable deleted.
6250 (isearch-lazy-highlight-search): Function deleted.
6251
13d6a61c
AI
62522000-01-02 Andrew Innes <andrewi@gnu.org>
6253
6254 * w32-fns.el (convert-standard-filename): Do length check on name
6255 before aref.
6256
064866e7
DL
62572001-01-02 Dave Love <fx@gnu.org>
6258
b33e041b
DL
6259 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
6260 value.
6261 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
6262
6263 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
6264
8166ffd5
DL
6265 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
6266 read syntax.
6267
064866e7
DL
6268 * calendar/todo-mode.el (todo): Add :link, :version.
6269 (todo-save-top-priorities): Remove autoload cookie.
6270 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 6271 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 6272
6dde6abc
GM
62732001-01-02 Gerd Moellmann <gerd@gnu.org>
6274
6275 * comint.el (comint-input-history-ignore): New variable.
6276 (comint-read-input-ring): Ignore entries matching
6277 comint-input-history-ignore.
6278
1a8a9daf
GM
62792001-01-02 Eric M. Ludlam <zappo@gnu.org>
6280
6281 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
6282 (lm-copyright-mark): New function.
6283 (lm-crack-copyright): New function.
6284 (lm-verify): Check that the file has a copyright.
6285 Check that the file is copyright Free Software Foundation.
6286
9c92eb53
KH
62872000-12-30 Kenichi Handa <handa@etl.go.jp>
6288
6289 * international/mule-diag.el (print-fontset): Indent font name by
6290 24 columns, not 25.
6291
49172314
GM
62922000-12-29 Gerd Moellmann <gerd@gnu.org>
6293
762a68ec
GM
6294 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
6295 in Subject line.
6296
49172314 6297 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
6298 Use mail-mode-hook instead of mail-setup-hook.
6299 Otherwise continuing an interrupted message with C-u C-x m for
6300 instance, winds up in Mail mode without abbrevs.
49172314 6301
bd7a2e26
GM
63022000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6303
6304 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
6305 non-nil. Adding almost all customization variables on ps-setup.
6306 Doc fix.
bd7a2e26
GM
6307 (ps-print-version): New version number (6.3.3).
6308 (ps-end-with-control-d): Initialization fix.
6309 (ps-lines-printed): New var.
6310 (ps-skip-newline): New fun.
6311 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
6312 (ps-next-line, ps-continue-line, ps-plot-region)
6313 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 6314
2b3f28a4
KH
63152000-12-29 Kenichi Handa <handa@etl.go.jp>
6316
83c9cb8e
SM
6317 * international/fontset.el (x-complement-fontset-spec):
6318 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
6319 registered in x-font-name-charset-alist.
6320 (create-fontset-from-fontset-spec): Adjusted for the above change.
6321 The name of fontset alias should be a unresolved ASCII font name.
6322
2ece9174
GM
63232000-12-28 Gerd Moellmann <gerd@gnu.org>
6324
6325 * simple.el (delete-key-deletes-forward-mode): Bind backspace
6326 and delete in isearch-mode-map.
6327
cbe3ad7a
RS
63282000-12-28 Richard M. Stallman <rms@gnu.org>
6329
ca2ddd8e 6330 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
6331 Use xpdf instead of acroread.
6332
a816f1c5
KH
63332000-12-28 Kenichi Handa <handa@etl.go.jp>
6334
f086e73c
KH
6335 * textmodes/artist.el (artist-butlast): Deleted.
6336 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 6337 artist-butlast.
f086e73c 6338
a816f1c5
KH
6339 * subr.el (butlast, nbutlast): Moved from cl.el to here.
6340
6341 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
6342
b202115b
EZ
63432000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
6344
6345 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
6346
6347 * ls-lisp.el: Better support for the Mac and MS-Windows.
6348 (ls-lisp): New defgroup.
6349 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 6350 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
6351 (ls-lisp-support-shell-wildcards): New defcustoms.
6352 (ls-lisp-parse-symlink): New function.
6353 (insert-directory): Code to convert switches to a list and set up
6354 the wildcard argument copied from ls-lisp-insert-directory.
6355 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
6356 for -C and -R switches.
6357 (ls-lisp-column-format): New function.
ca2ddd8e 6358 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
6359 (ls-lisp-format-time): Add doc strings.
6360 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
6361 Support ls-lisp-dirs-first.
6362 (ls-lisp-classify, ls-lisp-extension): New functions.
6363 (ls-lisp-format): Optionally support emulation of symlinks.
6364 Support -i, -s, and -G switches.
6365
6061fbf0
GM
63662000-12-27 Gerd Moellmann <gerd@gnu.org>
6367
5e25feee
GM
6368 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
6369
6061fbf0
GM
6370 * version.el (emacs-version): Print X scroll bar information.
6371
6372 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
6373 instead of x-toolkit-scroll-bars-p.
6374
6375 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
6376 of x-toolkit-scroll-bars-p.
6377
25050dab
EZ
63782000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
6379
83c9cb8e 6380 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
6381 (ffap-bindings): Doc fix, to reflect the above change.
6382
c1786874
KH
63832000-12-27 Kenichi Handa <handa@etl.go.jp>
6384
6385 * term.el (term-char-mode): Define all non-ascii self-inserting
6386 characters to 'term-send-raw in term-raw-map.
6387
7261ece3 63882000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 6389
83c9cb8e 6390 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 6391
83c9cb8e
SM
6392 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
6393 Changed initialization; use add-hook.
6061fbf0 6394 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 6395
6061fbf0 6396 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 6397
6061fbf0
GM
6398 * ediff.el (ediff-patch-buffer): Bug fix.
6399 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 6400
83f40583
SM
64012000-12-23 Stefan Monnier <monnier@cs.yale.edu>
6402
6403 * subr.el (combine-run-hooks): Remove.
6404
6405 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
6406 and remove the rogue second spec.
6407
bdd6d4e8
GM
64082000-12-23 Gerd Moellmann <gerd@gnu.org>
6409
6410 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
6411
26736ce3
SM
64122000-12-22 Stefan Monnier <monnier@cs.yale.edu>
6413
0e86b6b0
SM
6414 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
6415 Use minibuffer menu prompt for the `=' prefix.
6416 (smerge-command-prefix): Change default to C-^.
6eabfb26 6417 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 6418
26736ce3
SM
6419 * skeleton.el (skeleton-internal-1): Make sure the first line of
6420 the region is also re-indented.
d21584d6
SM
6421 (skeleton-end-newline): New var.
6422 (skeleton-end-hook): Use it.
26736ce3 6423
95fa4fd7
MB
64242000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6425
6426 * comint.el (comint-password-prompt-regexp): Support CVS.
6427
f060b834
GM
64282000-12-22 Gerd Moellmann <gerd@gnu.org>
6429
83c9cb8e
SM
6430 * simple.el (delete-key-deletes-forward-mode): Simplify.
6431 Also backspace key combinations, depending on
856ff7a7
GM
6432 delete-key-deletes-forward.
6433
6434 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
6435
f060b834
GM
6436 * simple.el (delete-key-deletes-forward): Doc fix.
6437
653558a1
GM
64382000-08-22 Emmanuel Briot <briot@gnat.com>
6439
6440 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 6441 white spaces are relevant in the XML file.
653558a1
GM
6442 (xml-parse-file): Do not kill an existing Emacs buffer if the file
6443 to parse was already edited. This allows for on-the-fly analysis
26736ce3 6444 of XML files.
653558a1
GM
6445 (xml-parse-tag): Check that the casing is the same in the start
6446 tag and end tag, since XML is case-sensitive. Allows for spaces
6447 in the end tag, after the name of the tag.
6448 (xml-parse-attlist): Allow for the character '-' in the name of
6449 attributes, as in the standard http-equiv attribute Do not save
26736ce3 6450 the properties in the XML tree, since they are not relevant.
653558a1 6451
3ad93d8d
SM
64522000-12-21 Stefan Monnier <monnier@cs.yale.edu>
6453
6454 * generic.el (generic-read-type): Undo last change, inline into
6455 `generic-mode' and then remove.
6456 (generic-mode): Inline generic-read-type.
6457 (define-generic-mode): Push the symbol name rather than the symbol
6458 onto generic-mode-list.
6459
177f4e88
GM
64602000-12-21 Gerd Moellmann <gerd@gnu.org>
6461
8e15274f
GM
6462 * generic.el (generic-read-type): Build an alist for
6463 completing-read as in 20.7.
6464
6465 * play/landmark.el (lm): Use interactive spec `P'.
6466 (toplevel): Don't set debug-on-error.
6467
83c9cb8e 6468 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 6469
6ba384dc
GM
64702000-12-21 Dave Pearson <davep@davep.org>
6471
6472 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 6473
647a066c
GM
64742000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6475
6476 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
6477 ranges like \177-\237, but accepts the character sequence from \177 to
6478 \237. Doc fix.
6479 (ebnf-version): New version (3.4).
6480 (ebnf-setup): Code fix.
6481 (ebnf-range-regexp): New fun.
6482 (ebnf-8-bit-chars): Const fix.
6483
6484 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
6485 entry. Doc fix.
6486 (ebnf-bnf-lex): Code fix.
6487 (ebnf-bnf-comment-chars): Const fix.
6488
6489 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
6490 entry. Doc fix.
6491 (ebnf-iso-comment-chars): Const fix.
6492
6493 * ebnf-otz.el: Doc fix.
6494
6495 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
6496 entry. Doc fix.
6497 (ebnf-yac-skip-code): Code fix.
6498 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 6499
bc22fd18
EZ
65002000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
6501
6502 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
6503 (recover-file): Use it instead of insert-directory.
6504 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 6505
587fc3f9
KH
65062000-12-21 Kenichi Handa <handa@etl.go.jp>
6507
83c9cb8e
SM
6508 * international/mule-cmds.el (select-safe-coding-system):
6509 Check coding-category-list more rigidly. Improve help message.
eeefcfde 6510
587fc3f9
KH
6511 * dired.el (dired-move-to-filename-regexp): Fix previous change.
6512
01860fb9
MB
65132000-12-21 Miles Bader <miles@gnu.org>
6514
83c9cb8e 6515 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 6516
3f9d67a6
KH
65172000-12-21 Kenichi Handa <handa@etl.go.jp>
6518
9fd1c1f7
KH
6519 * international/mule-diag.el (describe-char-after): Make *Help*
6520 buffer inherit multibyteness of the current buffer.
6521
3f9d67a6
KH
6522 * international/mule.el (make-char): Docstring adjusted for the
6523 change of make-char-internal.
6524
c9669fac
SM
65252000-12-20 Stefan Monnier <monnier@cs.yale.edu>
6526
6527 * international/iso-cvt.el: Docstrings fix.
6528
19594307
DL
65292000-12-20 Dave Love <fx@gnu.org>
6530
6531 * subr.el (eval-after-load): Doc fix.
6532
b1a447b3
KH
65332000-12-20 Kenichi Handa <handa@etl.go.jp>
6534
6535 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
6536 for numbers.
6537
09877d5d
MB
65382000-12-20 Miles Bader <miles@gnu.org>
6539
6540 * international/quail.el (quail-help): Resize the help window
6541 again after it has all its contents. Remove unneeded progn.
6542
71d4497a
GM
65432000-12-19 Gerd Moellmann <gerd@gnu.org>
6544
6545 * pcmpl-linux.el: Fix copy/paste error.
6546
741e56a0
AI
65472000-12-19 Andrew Innes <andrewi@gnu.org>
6548
83c9cb8e 6549 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 6550
cc24d91c
CD
65512000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
6552
ba4c05aa
CD
6553 * progmodes/idlw-rinfo.el: Fixed copyright notice.
6554
6555 * progmodes/idlw-toolbar.el: Fixed copyright notice.
6556
6557 * progmodes/idlw-shell.el: Fixed copyright notice.
6558
6559 * progmodes/idlwave.el: Fixed copyright notice.
6560
71d4497a 6561 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
6562 TAB as key separators.
6563
524c8caf
GM
65642000-12-19 Alex Schroeder <alex@gnu.org>
6565
6566 * sql.el (sql-sybase-options): New option.
6567 (sql-sybase): Use it. Add sql-database to the list of parameters
6568 provided for login. The options -w 2048 -n are not used any more.
6569 (sql-postgres-options): Changed default from "--pset" to "-P".
6570 (sql-mysql-options): Doc change.
6571 (sql-stop): Doc change.
6572
b5fa513d
KH
65732000-12-19 Kenichi Handa <handa@etl.go.jp>
6574
6575 * international/quail.el (quail-input-method): Always hide
6576 the guidance buffer on exiting.
6577
91c9e6ce
GM
65782000-12-18 Gerd Moellmann <gerd@gnu.org>
6579
c6da4eb4
GM
6580 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
6581 isn't fboundp.
6582
3d2a0e0b
GM
6583 * server.el (server-buffer-done): Bury the buffer before
6584 killing it.
6585
91c9e6ce
GM
6586 * faces.el (face-spec-set): Interpret a nil in specs for
6587 foreground and background colors as `unspecified', for
6588 compatibility with 20.x.
6589
40fa0008
DL
65902000-12-18 Dave Love <fx@gnu.org>
6591
22adbe54
DL
6592 * simple.el (mail-user-agent): Doc fix.
6593 (input-mode-8-bit): Removed.
6594
6595 * international/mule.el (set-keyboard-coding-system): Doc fix.
6596 (keyboard-coding-system): New option.
6597
40fa0008
DL
6598 * mail/sendmail.el (send-mail-function): Customize.
6599
6f4745e2
EZ
66002000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
6601
6602 * international/codepage.el (cp866-decode-table): New table.
6603
82b90229
GM
66042000-12-18 Gerd Moellmann <gerd@gnu.org>
6605
6606 * version.el (emacs-version): Remove `%a' from the time format
6607 because the weekday doesn't fit well into each locale.
6608
5a047002
MB
66092000-12-18 Miles Bader <miles@gnu.org>
6610
7f49aa07
MB
6611 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
6612
ca2ddd8e 6613 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
6614 Check that emacs-major-version is `=' to 20, not `>='.
6615 (artist-replace-chars): Use `make-string' instead of a loop.
6616
22ea2607
EZ
66172000-12-17 Stefan Monnier <monnier@cs.yale.edu>
6618
6619 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
6620 (cvs-execute-single-file): Don't change directory.
6621 Patch from Per Cederqvist.
6622
6c825f8e
EZ
66232000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
6624
83c9cb8e
SM
6625 * textmodes/ispell.el (check-ispell-version):
6626 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
6627 of -vv.
6628
8ff06845
KH
66292000-12-16 Kenichi Handa <handa@etl.go.jp>
6630
af4bb4c8
KH
6631 * international/mule-diag.el (mule-diag): Insert information about
6632 configure options, multibyte awareness, language env.
6633
8ff06845
KH
6634 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
6635 regexp to search for candidates.
6636
b24e84ab
EZ
66372000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
6638
6639 * info.el (Info-forward-node): If the node has an
6640 Info-header-line, widen the buffer before searching for "next:"
6641 and "up:" pointers, and set the search limit to stay in the
6642 current node.
6643
7981d89f
MB
66442000-12-16 Miles Bader <miles@gnu.org>
6645
6646 * simple.el (delete-trailing-whitespace): Remove extraneous let.
6647
88ee7917
MB
66482000-12-15 Miles Bader <miles@gnu.org>
6649
6650 * comint.el (comint-send-string, comint-send-region): Also accept
6651 a buffer, buffer-name, or nil for PROCESS, for compatibility with
6652 process-send-string/region.
6653
0c28d842
GM
66542000-12-15 Gerd Moellmann <gerd@gnu.org>
6655
4ea7fdca
GM
6656 * isearch.el (isearch-lazy-highlight-max): New user-option.
6657 (isearch-lazy-highlight-update): Don't highlight more than
6658 isearch-lazy-highlight-max matches.
6659
0c28d842
GM
6660 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
6661
984c9f75 66622000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 6663
8062e53a
GM
6664 * sort.el (sort-columns): Fix error message.
6665
3ffa545b
GM
6666 * dabbrev.el (dabbrev--last-case-pattern): Value is now
6667 `upcase' or `downcase' or nil.
6668 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
6669 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
6670 (dabbrev--substitute-expansion): New arg record-case-pattern.
6671 If it is non-nil, set dabbrev--last-case-pattern.
6672 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
6673
6674 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
6675
c2d7f289
MB
66762000-12-15 Miles Bader <miles@gnu.org>
6677
b6348438
MB
6678 * paths.el (Info-default-directory-list): Don't delete
6679 configure-info-directory from the list of standard info
83c9cb8e 6680 directories when appending it to the end -- their order is important.
b6348438 6681
f9056dd9
MB
6682 * faces.el (read-face-attribute): If there's no entry for the
6683 user's input in VALID, just use it as-is (this will often result
6684 in an error, but it may be OK for e.g. colors using hexadecimal
6685 notation, and at least will yield a better error message).
6686
c2d7f289 6687 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 6688 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
6689 Variables removed.
6690 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
6691 window is really the right size. Use vertical-motion
6692 rather than forward-line.
6693 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
6694 (ispell-command-loop, ispell-show-choices): Use the variable
6695 ispell-choices-win-default-height, rather than the function.
6696 (ispell-choices-win-default-height): Function removed.
6697 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 6698
8f530b95
SM
66992000-12-14 Stefan Monnier <monnier@cs.yale.edu>
6700
6701 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
6702
6d435deb
EZ
67032000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
6704
83c9cb8e
SM
6705 * paths.el (Info-default-directory-list):
6706 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
6707 put it first in the list; otherwise put it last. Doc string
6708 changed accordingly.
6709
6710 * info.el (Info-directory-list): Change doc string to reflect the
6711 change in Info-default-directory-list.
6712
6d435deb
EZ
6713 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
6714 windows-nt as windowed environments, even under -nw.
6715
6716 * startup.el (command-line): Don't call x-backspace-delete-keys-p
6717 if not fboundp. Switch delete-forward mode for the <delete> key
6718 on all PC platforms, even under -nw.
6719
6720 * term/internal.el ([M-delete]): Remap to M-d.
6721
9d7d9263
GM
67222000-12-14 Gerd Moellmann <gerd@gnu.org>
6723
6724 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
6725
7cf0153a
EZ
67262000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
6727
6728 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
6729
5e5b3d41
GM
67302000-12-14 Gerd Moellmann <gerd@gnu.org>
6731
5f368d29
GM
6732 * startup.el (command-line): Call delete-key-deletes-forward-mode,
6733 if appropriate.
6734
6735 * simple.el (delete-key-deletes-forward): New user-option.
6736 (delete-key-deletes-forward-mode): New function.
6737
9d7d9263 6738 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 6739
83c9cb8e
SM
6740 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
6741 Test if symbol is bound before getting its value.
5e5b3d41
GM
6742
6743 * tooltip.el (tooltip-show): If an error is signaled in
6744 x-show-tip, display that error, and display the help in the
6745 echo area.
ca2ddd8e 6746
191b83b6
KH
67472000-12-14 Kenichi Handa <handa@etl.go.jp>
6748
83c9cb8e
SM
6749 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
6750 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 6751
6192b604
KF
67522000-12-13 Karl Fogel <kfogel@red-bean.com>
6753
6754 * bookmark.el: Provide a generic exit hook, as suggested by
6755 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
6756 (bookmark-exit-hook): New var.
6757 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
6758 old raw lambda form in `kill-emacs-hook', and runs new
6759 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
6760 as logically that feature must have been provided if this function
6761 is running.
6762 Removed ;;;###autoload before the `add-hook' call.
6763
5edf6b55
SM
67642000-12-13 Stefan Monnier <monnier@cs.yale.edu>
6765
6766 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
6767 (easy-menu-current-active-maps): New function.
6768 (easy-menu-get-map): Use it.
6769 Make a proper menu entry when creating a new keymap.
6770
16b5e8e6
KH
67712000-12-13 Kenichi Handa <handa@etl.go.jp>
6772
d49fc4eb
KH
6773 * international/characters.el: Fix cases and syntaxes for
6774 mule-unicode-0100-24ff.
6775
3b53d876
KH
6776 * dired.el (dired-move-to-filename-regexp): Fixed for the case
6777 that a Japanese character is not appended after day and year.
6778
16b5e8e6
KH
6779 * info.el (Info-suffix-list): Change format for a command that
6780 requires arguments.
6781 (info-insert-file-contents): Adjusted for the above change.
6782
1df1c518
AS
67832000-12-12 Andreas Schwab <schwab@suse.de>
6784
6785 * tar-mode.el (tar-extract): Base the name of the subfile buffer
6786 on the name of the tar buffer. Verify that the existing buffer is
6787 visiting the same subfile.
6788
a7a07b98
DL
67892000-12-12 Dave Love <fx@gnu.org>
6790
6791 * subdirs.el: Add obsolete.
6792
4fdbd809
GM
67932000-12-12 Gerd Moellmann <gerd@gnu.org>
6794
bfdb75ee
GM
6795 * mail/rmailsum.el (rmail-summary-expunge)
6796 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
6797 instead of rmail-confirm-expunge.
6798
4fdbd809
GM
6799 * replace.el (perform-replace): Don't use an empty match adjacent
6800 to a non-empty match when computing the next match before the
6801 replacement is performed.
6802
e9a59cad
GM
68032000-12-12 Milan Zamazal <pdm@freesoft.cz>
6804
6805 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
6806 definition (patch by Stefan Monnier).
6807 (glasses-mode): Use jit-lock instead of `after-change-functions'
6808 (patch by Stefan Monnier).
6809
c2def7a0
MB
68102000-12-12 Miles Bader <miles@gnu.org>
6811
6812 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
6813 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
6814
591b63b4
AC
68152000-12-12 Andrew Choi <akochoi@i-cable.com>
6816
6817 * term/mac-win.el: Remove load for ls-lisp.
6818
a924cf63 6819 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 6820
5ff4ba3d
MB
68212000-12-12 Miles Bader <miles@gnu.org>
6822
6823 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
6824 Respect field end too.
6825 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
6826 (newline-and-indent, reindent-then-newline-and-indent):
6827 Use `delete-horizontal-space'.
5ff4ba3d 6828
d0c679bc
SM
68292000-12-11 Stefan Monnier <monnier@cs.yale.edu>
6830
adf9c994
SM
6831 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
6832 (so as to obey the field property in the minibuffer).
6833
4b0cd42d
SM
6834 * obsolete/c-mode.el: Moved from lisp/progmodes.
6835 * obsolete/auto-show.el: Moved from lisp.
6836 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 6837
89f85863
CD
68382000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
6839
6840 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 6841 changes to list them here.
89f85863 6842
83c9cb8e
SM
6843 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
6844 Too many changes to list them here.
89f85863 6845
83c9cb8e
SM
6846 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
6847 Too many changes to list them here.
89f85863
CD
6848
6849 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
6850
3e0d35ce
GM
68512000-12-11 Gerd Moellmann <gerd@gnu.org>
6852
83c9cb8e 6853 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 6854
ca2ddd8e 6855 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
6856 Comment fix.
6857
3e0d35ce
GM
6858 * hscroll.el: Moved to `obsolete' subdir.
6859
ff904dd6
MB
68602000-12-11 Miles Bader <miles@gnu.org>
6861
6862 * window.el (window-text-height): Function removed (now in C).
6863
fb97d87f
SM
68642000-12-10 Stefan Monnier <monnier@cs.yale.edu>
6865
6866 * log-edit.el (log-edit-parent-buffer): New var.
6867 (log-edit): Set it. Add BUFFER argument.
6868 (log-edit-done): Use char-before.
6869 Don't bother checking validity of vc-comment-ring.
6870 Only bury the buffer if log-edit popped it up.
6871
6872 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
6873 (cvs-mode-diff-help): Remove.
6874 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 6875 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
6876
6877 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
6878 Remove binding for ? now made unnecessary.
6879
7de77417
CD
68802000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
6881
83c9cb8e 6882 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
6883 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
6884
6885 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
6886 when master file is not open.
6887
4efa209f
SM
68882000-12-09 Stefan Monnier <monnier@cs.yale.edu>
6889
6890 * progmodes/ada-stmt.el: Update `maintainer'.
6891
b52758d1 68922000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
0a8052bd
GM
6893
6894 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
6895 choices to match documentation string.
6896
a12167c5
MB
68972000-12-09 Miles Bader <miles@gnu.org>
6898
2161605d
MB
6899 * minibuf-eldef.el: New file.
6900
a12167c5
MB
6901 * window.el (fit-window-to-buffer): Don't pass last argument to
6902 pos-visible-in-window-p, now that its meaning is inverted.
6903
9ea8de1b
EZ
69042000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
6905
6906 * image.el (create-image): Doc fix; spotted by Per Cederqvist
6907 <ceder@lysator.liu.se>.
6908
5002ddbb
SM
69092000-12-08 Stefan Monnier <monnier@cs.yale.edu>
6910
b6114d80
SM
6911 * autoinsert.el (auto-insert-alist): Add missing final \n.
6912
ee8d23ee
SM
6913 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
6914 (cvs-menu-map): Remove.
6915 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
6916 (cvs-mode-quit): Turn it back into a plain function.
6917
5002ddbb 6918 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 6919 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
6920
6921 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
6922 file where it's more visible.
6923 (texinfo-filter, texinfo-chapter-level-regexp): New variables
6924 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
6925 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
6926 (texinfo-inside-macro-p): Only catch `scan-error's.
6927 (texinfo-inside-env-p): Make better use of the match info.
6928 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
6929 (texinfo-insert-@end): Slight re-organization.
6930 Also remove useless `looking-at' call.
6931
30cd075d
AI
69322000-12-08 Andrew Innes <andrewi@gnu.org>
6933
6934 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
6935 accessible in -nw mode.
6936
6937 * term/w32-win.el: Remove stuff about selection timeout, which is
6938 irrelevant on Windows. Move clipboard support to w32-fns.el, so
6939 it is accessible in -nw mode.
6940
01b91009
DL
69412000-12-08 Dave Love <fx@gnu.org>
6942
83c9cb8e
SM
6943 * emacs-lisp/lisp-mode.el (lisp-mode):
6944 Set font-lock-keywords-case-fold-search.
01b91009 6945
842b2a94
GM
69462000-12-08 Gerd Moellmann <gerd@gnu.org>
6947
6948 * textmodes/ispell.el (ispell): Doc fix.
6949
f9d5f611
KH
69502000-12-08 Kenichi Handa <handa@etl.go.jp>
6951
6952 * international/quail.el (quail-insert-decode-map): Check the
6953 frame width of a window displaying the current buffer, not that of
6954 the selected frame.
6955 (quail-help): Make sure that the help buffer has window before
6956 inserting text in it.
6957
e04d21aa
SS
69582000-12-07 Sam Steingold <sds@gnu.org>
6959
6960 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
6961 Backquote is used in isearch.el, so autoloading saves nothing.
6962
fc3e23a4
EZ
69632000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
6964
83c9cb8e
SM
6965 * startup.el (normal-top-level-add-subdirs-to-load-path):
6966 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 6967
fc3e23a4
EZ
6968 * dired.el (dired-insert-directory): If file-system-info is
6969 fboundp, call it instead of invoking dired-free-space-program.
6970
796ecd10
GM
69712000-12-07 Gerd Moellmann <gerd@gnu.org>
6972
0f5f7c3e
GM
6973 * server.el (server-visit-files): Push files on file-name-history.
6974
3764ba49
GM
6975 * progmodes/cc-langs.el: Update copyright.
6976
8e7931da
GM
6977 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
6978
ae0d7485 6979 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 6980
796ecd10
GM
6981 * bindings.el (mode-line-mode-menu): Reverse the order
6982 of define-keys so that the menu appears in alphabetical order.
6983
ae0d7485
GM
69842000-12-07 Milan Zamazal <pdm@freesoft.cz>
6985
6986 * progmodes/glasses.el (glasses-mode): Update mode line at the end
6987 of the function.
6988
e2849090
DL
69892000-12-07 Dave Love <fx@gnu.org>
6990
6991 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
6992
6993 * facemenu.el (facemenu-unlisted-faces): Fix value.
6994
5c7f629c
SM
69952000-12-07 Stefan Monnier <monnier@cs.yale.edu>
6996
6997 * font-lock.el (font-lock-default-fontify-region):
6998 Include the terminating \n (off-by-one error).
6999 (font-lock-set-defaults): Use dolist.
7000
7001 * derived.el (define-derived-mode): Don't use combine-run-hooks.
7002
73481ae3
KH
70032000-12-07 Kenichi Handa <handa@etl.go.jp>
7004
83c9cb8e
SM
7005 * international/mule-cmds.el (describe-language-environment):
7006 Fix for the case that an input method title is not string but a list.
ffbaa122 7007
73481ae3
KH
7008 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
7009 of wrong SIZE record.
7010
e2896b22
DL
70112000-12-06 Dave Love <fx@gnu.org>
7012
67292061
DL
7013 * newcomment.el (comment-region, comment-dwim): Doc fix.
7014
7015 * textmodes/texinfo.el: Require tex-mode when compiling.
7016 (texinfo-update-node): Doc fix.
7017 (texinfo-imenu-generic-expression): Add @anchor.
7018 (texinfo-font-lock-keywords): Add @uref.
7019 (texinfo-inside-macro-p): Don't use ignore-errors.
7020 (texinfo-insert-quote): Match more contexts.
7021
e76938e7
DL
7022 * international/mule.el (decode-char, encode-char): Doc fix.
7023 (auto-coding-alist): Customize.
7024
7025 * files.el (load-file): Fix change of 2000-03-12.
7026
e2896b22
DL
7027 * wid-edit.el (widget-text-keymap): Doc fix.
7028
6610f4b2
AI
70292000-12-06 Andrew Innes <andrewi@gnu.org>
7030
7031 * makefile.w32-in (lisp): Set to an absolute directory, namely
7032 $(CURDIR).
7033
9e3366e4
EZ
70342000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
7035
7036 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
7037 read generated-autoload-file, and set buffer-file-coding-system to
7038 raw-text-unix after reading the file.
7039
83c9cb8e
SM
7040 * international/mule-conf.el (file-coding-system-alist):
7041 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 7042
d94d636f
GM
70432000-12-06 Gerd Moellmann <gerd@gnu.org>
7044
384333ee
GM
7045 * replace.el (occur): Make line-number-width 1 smaller for the
7046 colon following the line number.
7047
83c9cb8e
SM
7048 * startup.el (fancy-splash-text, command-line-1):
7049 Use `File' for the menu name instead of `Files'.
e04d21aa 7050
d4b72d58
GM
7051 * tmm.el: Update copyright.
7052
d94d636f
GM
7053 * cus-start.el: Add entry for even-window-heights.
7054
6e424019
MB
70552000-12-06 Miles Bader <miles@gnu.org>
7056
7057 * faces.el (frame-set-background-mode): Avoid stomping on
7058 locally modified faces.
7059
e6477b58
KH
70602000-12-06 Kenichi Handa <handa@etl.go.jp>
7061
7062 * international/fontset.el: Correct the font registries for
7063 japanese-jisx0213-1 and japanese-jisx0213-2.
7064
21999ab9
GM
70652000-12-05 Gerd Moellmann <gerd@gnu.org>
7066
57d6e381
GM
7067 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
7068
21999ab9
GM
7069 * iswitchb.el: Update customization commentary.
7070
7422819c
GM
70712000-12-05 Rob Riepel <riepel@Stanford.EDU>
7072
7073 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
7074 (tpu-search-highlight): Fixed comparison of overlay end positions.
7075 (tpu-trim-line-ends): Implemented trimming logic locally.
7076
7077 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 7078 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 7079
73daff18
KH
70802000-12-05 Kenichi Handa <handa@etl.go.jp>
7081
7082 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
7083 to cn-gb.
7084 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
7085
6a4cd002
DL
70862000-12-04 Dave Love <fx@gnu.org>
7087
7088 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
7089
6452929e
GM
70902000-12-04 Gerd Moellmann <gerd@gnu.org>
7091
e04d21aa 7092 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
7093 (rmail-summary-expunge-and-save): Ask for confirmation with
7094 rmail-expunge-confirmed.
7095
7096 * mail/rmail.el (rmail-expunge-confirmed): New function.
7097 (rmail-expunge): Use it.
7098
1790abf4
FP
70992000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
7100
0c68ce6f 7101 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
7102 (etags-recognize-tags-table, find-tag-in-order):
7103 New functionality: interpret file names as tags.
e04d21aa 7104
7a53d8c8
EZ
71052000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
7106
7107 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
7108 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
7109 the first subnode until the bottom of the current node is visible.
7a53d8c8 7110
caa15ef7
GM
71112000-12-04 Gerd Moellmann <gerd@gnu.org>
7112
7113 * format.el (format-decode): Don't change buffer's undo list.
7114
e225faa7
KH
71152000-12-04 Kenichi Handa <handa@etl.go.jp>
7116
7117 * faces.el (face-font-registry-alternatives): Add entries for CJK
7118 fonts. Doc-string adjusted for the actual usage of this data.
7119
7120 * international/fontset.el: Change the font registries for CJK
7121 fonts in the default fontset. Don't append '*' to registries.
7122
8b262a65
SM
71232000-12-03 Stefan Monnier <monnier@cs.yale.edu>
7124
e04d21aa 7125 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
7126 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
7127
7128 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
7129 (derived-mode-p): New function.
7130 (derived-mode-make-docstring): Add `docstring' argument.
7131 Use it if available and complete it if necessary.
7132
33c4460b
AS
71332000-12-03 Andreas Schwab <schwab@suse.de>
7134
7135 * type-break.el (type-break): Don't make parent of itself.
7136
5c9b3fac
MB
71372000-12-03 Miles Bader <miles@gnu.org>
7138
7139 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
7140
27ce741e
SM
71412000-12-02 Stefan Monnier <monnier@cs.yale.edu>
7142
07c16ec4
SM
7143 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
7144 (tex-main-file, tex-file): Simplify.
7145 (tex-generate-zap-file-name): Use subst-char-in-string.
7146 (tex-strip-dots): Remove.
7147
c19cc275
SM
7148 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
7149
27ce741e
SM
7150 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
7151 to check if the match succeeded.
7152
285991dc
GM
71532000-12-02 Gerd Moellmann <gerd@gnu.org>
7154
7155 * startup.el (use-fancy-splash-screens-p): New function.
7156 (command-line-1): Use it to determine whether or not to use
7157 a fancy splash screen.
7158
52dca1b2
AS
71592000-12-02 Andreas Schwab <schwab@suse.de>
7160
7161 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
7162
d3e7e7cf
EZ
71632000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7164
2dce2360
EZ
7165 * international/mule.el (make-char): Fix last change.
7166
9768eaa7
EZ
7167 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
7168 New defcustoms.
7169 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
7170 autoloading tex-mode; instead, do the same manually.
7171 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
7172 with numeric argument. Docstring fix.
7173 (toplevel): Require cl when compiling.
e04d21aa 7174
285991dc 7175 * international/mule.el (make-char): Doc fix.
d3e7e7cf 7176
0dd5e255
JR
71772000-12-02 Jason Rumney <jasonr@gnu.org>
7178
7179 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
7180 the Emacs Lisp manual)
7181
fbb87147
EZ
71822000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7183
5cbb3e93
EZ
7184 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
7185
fbb87147
EZ
7186 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
7187 the Emacs Lisp manual).
7188
1636ca09
GM
71892000-12-02 Gerd Moellmann <gerd@gnu.org>
7190
7191 * simple.el (next-line-add-newlines): Change default to nil.
7192
68875f0e
EZ
71932000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
7194
83c9cb8e
SM
7195 * files.el (revert-buffer, recover-file):
7196 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 7197
fd9ac94c
GM
71982000-12-01 Gerd Moellmann <gerd@gnu.org>
7199
7200 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
7201
45450dd5
MB
72022000-12-01 Miles Bader <miles@gnu.org>
7203
7204 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
7205
09df8881
KH
72062000-12-01 Kenichi Handa <handa@etl.go.jp>
7207
7208 * international/mule-diag.el (describe-char-after): Fix typo.
7209 (describe-character-set, non-iso-charset-alist): Fix typo.
7210
dea0a87d
MB
72112000-12-01 Miles Bader <miles@gnu.org>
7212
b170205b
MB
7213 * image-file.el (image-file-name-regexp): Automatically add
7214 upper-case variants of each filename extension in
7215 `image-file-name-extensions', since they seem to be common.
7216
e04d21aa 7217 * simple.el (minibuffer-contents)
dea0a87d
MB
7218 (minibuffer-contents-no-properties, delete-minibuffer-contents):
7219 New functions.
7220 * filecache.el (file-cache-directory-name)
7221 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
7222
eb04d6cd 72232000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 7224
dea0a87d
MB
7225 * filecache.el (file-cache-minibuffer-complete): Don't try to
7226 delete the minibuffer prompt.
7227
a8a1b05d
DL
72282000-11-30 Dave Love <fx@gnu.org>
7229
7230 * cus-start.el: Fix read-buffer-function type.
7231
693c4692
GM
72322000-11-30 Gerd Moellmann <gerd@gnu.org>
7233
7234 * md5.el: Removed. There's a built-in function, now.
7235
2c0b1898
GM
72362000-11-30 Markus Rost <rost@math.ohio-state.edu>
7237
7238 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
7239 as dummy 0-th char of rmail-deleted-vector.
7240
63dfcf4b
EZ
72412000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
7242
7243 * ps-print.el (ps-end-job): Bind case-fold-search only after
7244 switching to ps-spool-buffer.
7245
72462000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7247
7248 * ps-print.el: Line number font customization. PostScript: Lines and
7249 PageCount are initialized on each page. Doc Fix.
7250 (ps-print-version): New version number (6.3.2).
7251 (ps-lpr-switches, ps-font-info-database, ps-font-size)
7252 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
7253 (ps-right-header): Customization fix.
7254 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
7255 Fix code.
7256 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
7257 New vars.
7258
df3aedcf
GM
72592000-11-30 Gerd Moellmann <gerd@gnu.org>
7260
edfb795e
GM
7261 * bs.el: Fix typos and spelling errors.
7262 (bs-appearance) <defgroup>: Renamed from bs-appearence.
7263 (bs-configuration): Doc fix.
e04d21aa 7264
df3aedcf
GM
7265 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
7266
8b8a7f01
GM
72672000-11-30 Rob Riepel <riepel@Stanford.EDU>
7268
7269 * emulation/tpu-edt.el (tpu-version): New version.
7270 (tpu-search-overlay, tpu-replace-overlay): New initial range.
7271 (tpu-original-mode-line): Variable deleted.
7272 (tpu-mark-flag): New initial value.
83c9cb8e
SM
7273 (tpu-set-mode-line): Don't redefine mode-line-format.
7274 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
7275 (tpu-update-mode-line): New mark flag logic.
7276 (tpu-get): Use find-file-wildcards.
7277 (tpu-search-highlight): Move overlay less, reset overlay properly.
7278 (tpu-unselect): Deactivate mark.
7279 (tpu-lm-replace): Reset overlay properly.
7280 (tpu-forward-line): Use forward-visible-line.
7281 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
7282
83c9cb8e 7283 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 7284
c069a9d3
GM
72852000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
7286
7287 * cus-edit.el (custom-face-value-create): Always emphasize tag.
7288
b02cd40b
GM
72892000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7290
7291 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
7292 and skip whitespace and newlines.
e04d21aa 7293
b7a90344
SM
72942000-11-30 Stefan Monnier <monnier@cs.yale.edu>
7295
7296 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
7297
be6bbb55
GM
72982000-11-29 Gerd Moellmann <gerd@gnu.org>
7299
0383ed60
GM
7300 * help.el (describe-function-1): Regexp-quote function name
7301 when used as part of a regexp.
7302
83c9cb8e
SM
7303 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
7304 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
7305 (tool-bar-add-item): Likewise, and handle unspecified colors.
7306
7307 * enriched.el (enriched-face-ans): Use face-attribute instead
7308 of face-foreground and face-background.
7309
7310 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 7311 Return nil if attribute is unspecified, for backward compatibility.
c7957947 7312
7423978d
GM
7313 * files.el (auto-mode-alist): Add an entry for antlr-mode.
7314
ef128c78
GM
7315 * play/5x5.el: Remove version info.
7316
a81fc510
GM
7317 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
7318
be6bbb55
GM
7319 * frame.el (blink-cursor-mode): Doc fix.
7320
f9396e03
GM
73212000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7322
7323 * antlr-mode.el: New commands to run ANTLR from within Emacs and
7324 to create Makefile rules.
7325 (antlr-tool-command): New user option.
7326 (antlr-ask-about-save): New user option.
7327 (antlr-makefile-specification): New user option.
7328 (antlr-file-formats-alist): New variable.
7329 (antlr-special-file-formats): New variable.
7330 (antlr-unknown-file-formats): New user option.
7331 (antlr-help-unknown-file-text): New variable.
7332 (antlr-help-rules-intro): New variable.
7333 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
7334 (antlr-mode-menu): Add entries.
7335 (antlr-file-dependencies): New function.
7336 (antlr-directory-dependencies): New function.
7337 (antlr-superclasses-glibs): New function.
7338 (antlr-run-tool): New command.
7339 (antlr-makefile-insert-variable): New function.
7340 (antlr-insert-makefile-rules): New function.
7341 (antlr-show-makefile-rules): New command.
7342
7343 * antlr-mode.el: More Emacs/XEmacs stuff.
7344 (antlr-no-action-keywords): New constant with value nil.
7345 (antlr-font-lock-keywords-alist): Use it. Old value would break
7346 syntax highlighting in Emacs-21.0.
7347 (antlr-default-directory): Emacs/XEmacs dependend function.
7348 (antlr-read-shell-command): Ditto.
7349 (antlr-with-displaying-help-buffer): Ditto.
7350
73512000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7352
7353 * antlr-mode.el: imenu, parsing and highlighting changes.
7354 (antlr-imenu-create-index-function): Don't create extra submenus
7355 for definitions in different grammar classes. It is not necessary
7356 for the menu and would make command `imenu' awkward to use.
7357 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
7358 header actions and more than one.
7359 (antlr-font-lock-tokendef-face): Changed color.
7360 (antlr-font-lock-tokenref-face): Changed color.
7361 (antlr-font-lock-additional-keywords): Also highlight lowercase.
7362 (antlr-mode-syntax-table): New variable.
7363 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
7364 (antlr-with-syntax-table): Don't copy syntax table.
7365
73662000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7367
7368 * antlr-mode.el: Minor changes: language setting.
7369 (antlr-language-alist): The value for file option "language" can
7370 be both an identifier and a string.
7371 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
7372 (antlr-language-limit-n-regexp): Change accordingly.
7373
73742000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7375
7376 * antlr-mode.el: Minor changes: tabs, hiding.
7377 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
7378 (antlr-action-visibility): Also allow value nil to also hide the
7379 braces. Renamed from `antlr-tiny-action-length'.
7380 Suggested by Jay@aol.com.
7381 (antlr-hide-actions): Change accordingly. Hide line if completely
7382 hidden action is on a line of its own.
e04d21aa 7383
6ad948eb
SM
73842000-11-29 Stefan Monnier <monnier@cs.yale.edu>
7385
7386 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
7387
7388 * sort.el (sort-columns): Don't concat strings with numbers.
7389
9c6a4107
DL
73902000-11-29 Dave Love <fx@gnu.org>
7391
7392 * cus-edit.el (face): Fix :format.
7393
7394 * mail/feedmail.el: Require smtpmail when compiling.
7395 (mail-do-fcc): Autoload.
7396 (feedmail) <defgroup>: Fix :link.
7397 (feedmail-nuke-body-in-fcc): Fix :type.
7398 (feedmail-send-it): Add autoload cookie.
7399
053b8d35
SM
74002000-11-29 Stefan Monnier <monnier@cs.yale.edu>
7401
7402 * newcomment.el (comment-indent): Save excursion around call to
7403 comment-indent-function.
7404
242c13e8
MB
74052000-11-29 Miles Bader <miles@gnu.org>
7406
7407 * subr.el (member-ignore-case): Return the tail of the list who's
7408 car matches, like `member', not the matching element itself.
7409
8f4b5f28
KH
74102000-11-29 Kenichi Handa <handa@etl.go.jp>
7411
7412 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
7413 should not contain `\n'.
7414
bebe4a2c
GM
74152000-11-28 Gerd Moellmann <gerd@gnu.org>
7416
fd9ac94c 7417 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 7418
ba7e40eb
GM
7419 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
7420
75ab0c79
GM
7421 * dired-aux.el (dired-do-create-files): Construct default file
7422 name for dired-mark-read-file-name so that when the user enters
7423 just RET, the target file will end up in the target directory.
7424
bebe4a2c
GM
7425 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
7426 local-abbrev-table before changing buffers because it might
7427 have a buffer-local binding.
7428
fa6d1ca8
MB
74292000-11-28 Miles Bader <miles@gnu.org>
7430
7431 * simple.el (delete-horizontal-space): Handle fields more generally.
7432
8d2c2642
GM
74332000-11-28 Gerd Moellmann <gerd@gnu.org>
7434
7435 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
7436
8b31236d
DL
74372000-11-28 Dave Love <fx@gnu.org>
7438
3cbd02d2
DL
7439 * progmodes/ps-mode.el (ps-mode): Set comment-start and
7440 comment-start-skip locally.
7441
8b31236d
DL
7442 * progmodes/fortran.el (fortran-mode): Don't set
7443 fortran-comment-line-start-skip. Set comment-start to
7444 fortran-comment-line-start.
7445 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
7446 (fortran-comment-line-start-skip): Simplify slightly.
7447
ae4bf56d
GM
74482000-11-28 Gerd Moellmann <gerd@gnu.org>
7449
17ef7534
GM
7450 * play/5x5.el: Remove RCS keyword.
7451
fd9ac94c 7452 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 7453
665b27a6
GM
74542000-11-28 Milan Zamazal <pdm@freesoft.cz>
7455
83c9cb8e
SM
7456 * textmodes/tildify.el (tildify-string-alist):
7457 Add `plain-tex-mode' here.
665b27a6 7458
fe3c2ae3
GM
74592000-11-28 Colin Walters <walters@cis.ohio-state.edu>
7460
7461 * chistory.el (Command-history-setup): Remove extraneous `keymap'
7462 reference.
7463
d970106b
MB
74642000-11-28 Miles Bader <miles@gnu.org>
7465
36b80a0d
MB
7466 * cus-face.el (custom-face-attributes): Add post-filter function
7467 for :box. Make pre-filter function for :box handle all cases.
7468
d970106b
MB
7469 * wid-edit.el (widget-choose): Make sure pop-up window is large
7470 enough to display all the choices, as there's no way to scroll it.
7471
5a2bae6c
KH
74722000-11-28 Kenichi Handa <handa@etl.go.jp>
7473
7474 * international/mule-conf.el: Make the coding system no-conversion
7475 safe for all characters.
7476
9e836e23
DL
74772000-11-27 Dave Love <fx@gnu.org>
7478
8b31236d
DL
7479 * net/ldap.el (ldap) <defgroup>: Add :version.
7480
9e836e23
DL
7481 * tooltip.el (tooltip-use-echo-area): Doc fix.
7482
7483 * cus-start.el <minibuffer-prompt-properties>: Add version.
7484 <read-buffer-function>: Add.
7485
7486 * apropos.el (apropos-print): Add help-echo to active text.
7487
7488 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
7489
4a74d071
GM
74902000-11-27 Gerd Moellmann <gerd@gnu.org>
7491
7492 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
7493 type, group and version.
7494
76058c27
EZ
74952000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
7496
4a74d071 7497 * select.el (x-get-selection): Docstring fix.
76058c27 7498
fd9ac94c 74992000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 7500
fd9ac94c 7501 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 7502
49060c51
AI
75032000-11-27 Andrew Innes <andrewi@gnu.org>
7504
7505 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
7506
7507 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
7508
b2a8e429
MB
75092000-11-27 Miles Bader <miles@gnu.org>
7510
7511 * dired.el (dired-get-filename): Return filename verbatim if
7512 LOCALP is `verbatim'.
7513 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
7514 `verbatim' so that we don't inadvertently delete a non-existant
7515 directory name.
7516
5ac0366d
KH
75172000-11-27 Kenichi Handa <handa@etl.go.jp>
7518
7519 * international/characters.el: Specify cases and syntaxes for
7520 mule-unicode-0100-24ff.
7521
67f1cf4c
GM
75222000-11-27 Gerd Moellmann <gerd@gnu.org>
7523
7524 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
7525 that foreground and/or background colors of the face `tool-bar'
7526 are unspecified.
7527
46c56972
MB
75282000-11-27 Miles Bader <miles@gnu.org>
7529
e04d21aa 7530 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
7531 (widget-field-end): Handle widget field `pseudo-overlays'.
7532 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
7533 if it's there instead of in `widget-field-list'.
7534
46c56972 7535 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
7536 (help-make-xrefs): Delete extraneous newlines at the end of the
7537 docstring.
46c56972 7538
640a9cdd
JR
75392000-11-25 Jason Rumney <jasonr@gnu.org>
7540
7541 * startup.el (command-line): Call set-locale-environment after
7542 Window System init file is read, as it can result in a call to
7543 redraw-frame.
7544
0b3f96d4
EZ
75452000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
7546
7547 * simple.el (shell-command): Mention the effect of the prefix
7548 argument in the doc string.
7549
8da6e2a1
MB
75502000-11-25 Miles Bader <miles@gnu.org>
7551
a658d039
MB
7552 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
7553
8da6e2a1 7554 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 7555 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 7556
d3416cca
JR
75572000-11-24 Jason Rumney <jasonr@gnu.org>
7558
7559 * international/mule-cmds.el (locale-language-names): Add "jp" as
7560 a non-standard alternative for Japanese.
7561
17e37f53
AS
75622000-11-24 Andre Spiegel <spiegel@gnu.org>
7563
7564 * vc-hooks.el: Require 'cl during compilation.
7565
9aa5f148
GM
75662000-11-24 Gerd Moellmann <gerd@gnu.org>
7567
ba193890
GM
7568 * faces.el (face-set-after-frame-default): Let face attributes
7569 specified for new frames override frame parameters.
7570
9aa5f148
GM
7571 * startup.el (command-line): Fix computation of the source file
7572 for user-init-file when user-init-file is a compiled file.
7573
51a1edab
MB
75742000-11-24 Miles Bader <miles@gnu.org>
7575
e04d21aa 7576 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
7577 (custom-post-filter-face-spec): New functions.
7578 (custom-face-set, custom-face-value-create): Filter the face spec
7579 before and after customization.
7580 (custom-face-set): If VALUE specifies a null face, pass a
7581 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
7582 * cus-face.el (custom-face-attributes): Remove SET and GET
7583 functions. Add some IN-FILTER and OUT-FILTER functions in the few
7584 cases they're needed.
7585
1ed74431
MB
7586 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
7587 that it's distinguishable from the :off-glyph on dark-background
7588 displays. Set its background color too.
7589
67ee1125
MB
7590 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
7591 so that people can easily turn it off.
7592
7d027816 75932000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 7594
7d027816 7595 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 7596
9aa5f148 7597 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 7598
9aa5f148 7599 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 7600
9aa5f148 7601 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 7602 redundant skip-small-frames test.
e04d21aa 7603
9aa5f148 7604 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 7605 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 7606
9aa5f148
GM
7607 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
7608 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
7609 (viper-restore-cursor-type,viper-set-insert-cursor-type):
7610 New functions.
e04d21aa 7611
9aa5f148 7612 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 7613
9aa5f148 7614 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 7615
f07fa1b8
KH
76162000-11-24 Kenichi Handa <handa@etl.go.jp>
7617
83c9cb8e
SM
7618 * international/mule-diag.el (list-iso-charset-chars):
7619 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
7620 (list-non-iso-charset-chars): Fix the `while' condition.
7621
ba8299ff
SM
76222000-11-23 Stefan Monnier <monnier@cs.yale.edu>
7623
79372165
SM
7624 * subr.el (add-hook, remove-hook): Don't call make-local-hook
7625 if the variable is make-variable-buffer-local.
7626
83c9cb8e
SM
7627 * progmodes/ada-stmt.el (ada-template-map):
7628 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
7629 (ada-stmt-mode-hook): New function extracted from old code.
7630 Only change the buffer-local side of skeleton-*.
7631 (ada-mode-hook): Use it.
7632
68a887fa
EZ
76332000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7634
7635 * iswitchb.el (iswitchb-minibuf-depth): New variable.
7636 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
7637 we expect to be returned by minibuffer-depth once we prompt the
7638 user in the minibuffer.
7639 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
7640 as recorded in iswitchb-minibuf-depth, return non-nil.
7641
3b345582
EZ
76422000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7643
7644 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
7645 (hscroll-window-maybe): Docstring fix.
7646
595dead2
DL
76472000-11-23 Dave Love <fx@gnu.org>
7648
7649 * rect.el (string-rectangle): Don't test delete-selection-mode.
7650
1e66b27a
GM
76512000-11-23 Gerd Moellmann <gerd@gnu.org>
7652
02790ce2
GM
7653 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
7654 is in the tool bar.
7655
1e66b27a 7656 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 7657 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 7658
a4caa65d
SM
76592000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7660
7661 * textmodes/outline.el (outline-flag-region):
7662 Don't bind inhibit-read-only since we don't modify the buffer.
7663 (outline-isearch-open-invisible): Don't jump to overlay-start
7664 since we're trying to unhide text around point.
7665 (outline-discard-overlays): Use dolist.
7666
7667 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
7668
03e757c1
GM
76692000-11-22 Gerd Moellmann <gerd@gnu.org>
7670
83c9cb8e 7671 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 7672
1598a961
SM
76732000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7674
7675 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
7676 Fix ARG regexp to skip quoted braces.
7677 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
7678 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
7679 are (correctly) handled separately).
7680 Remove `caption' and `footnote' from `citations': they contain text.
7681 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
7682 (latex-skeleton-end-hook): New function.
7683 (latex-mode): Use it.
7684 (tex-start-tex-marker): Remove.
7685 (tex-send-tex-command): Don't set tex-start-tex-marker.
7686 (tex-error-parse-syntax-table): New var.
7687 (tex-compilation-parse-errors): Use it.
7688 Ignore tex-start-tex-marker. Don't bother with marker-position.
7689 (tex-validate-buffer): Don't bother with marker-position.
7690
7691 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 7692 (flyspell-generic-progmode-verify): Use it.
1598a961 7693
eaae8106
SS
76942000-11-22 Sam Steingold <sds@gnu.org>
7695
83c9cb8e 7696 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 7697
eaae8106 7698 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 7699 `ada-remove-trailing-spaces'.
eaae8106 7700 (ada-remove-trailing-spaces): Removed.
e04d21aa 7701
eaae8106 7702 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 7703
1598a961
SM
7704 * textmodes/picture.el (picture-clean): Removed.
7705 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 7706
a41d49e9
GM
77072000-11-22 Gerd Moellmann <gerd@gnu.org>
7708
e053c60f
GM
7709 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
7710
a41d49e9
GM
7711 * hi-lock.el (hi-lock-refontify): Don't call non-existent
7712 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 7713 do anything special when jit-lock is active.
a41d49e9
GM
7714 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
7715
197615f3
DL
77162000-11-22 Dave Love <fx@gnu.org>
7717
ddbfaa9f
DL
7718 * calendar/todo-mode.el (todo-top-priorities): Use
7719 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
7720
ddc3c695
DL
7721 * language/chinese.el, language/cyrillic.el:
7722 * language/devanagari.el, language/ethiopic.el, language/greek.el:
7723 * language/hebrew.el, language/indian.el, language/japanese.el:
7724 * language/korean.el, language/lao.el, language/misc-lang.el:
7725 * language/thai.el, language/tibetan.el, language/vietnamese.el:
7726 Use provide.
7727
fb9fa98d
DL
7728 * cus-edit.el (custom-buffer-create-internal): Save some consing.
7729 (custom-variable-set): Improve validation error mesage.
7730
197615f3
DL
7731 * rect.el (string-rectangle): Revert last change.
7732 (string-rectangle-line): New arg DELETE.
7733 (string-rectangle): Check delete-selection-mode.
7734
7735 * emacs-lisp/edebug.el (edebug-version)
7736 (edebug-maintainer-address): Deleted.
7737 (edebug-submit-bug-report): Just alias to report-emacs-bug.
7738 (edebug-read-function): Account for other `'#' read forms.
7739 (edebug-mode-menus): Make some items toggles.
7740 (edebug-outside-unread-command-event, unread-command-event):
7741 Remove these to avoid warnings.
7742
f4117c4d
GM
77432000-11-22 David Ponce <david@dponce.com>
7744
7745 * recentf.el (recentf-menu-items-for-commands)
7746 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 7747 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 7748
f4117c4d
GM
7749 (recentf-build-dir-rules, recentf-dump-variable)
7750 (recentf-edit-list, recentf-open-files-item)
7751 (recentf-open-files): Replaced unnecessary `mapcar' with new
7752 built-in `mapc'.
eaae8106 7753
f8e2f3f2
MB
77542000-11-23 Miles Bader <miles@gnu.org>
7755
7756 * faces.el (menu): Make inverse-video on ttys too.
7757
4c4a541d
SM
77582000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7759
7760 * simple.el (comment-line-break-function): Use the new name
7761 indent-new-comment-line -> comment-indent-new-line.
7762 (clone-indirect-buffer): Don't ignore NORECORD.
7763 (next-completion): Properly handle the case where items are adjacent.
7764
7765 * mouse.el (popup-menu): Stupid typo.
7766
980d836e
GM
77672000-11-22 Gerd Moellmann <gerd@gnu.org>
7768
60e8e0a5
GM
7769 * emacs-lisp/authors.el: Remove autoload cookies, add author,
7770 maintainer, keywords tags.
7771
980d836e
GM
7772 * rect.el (replace-rectangle): Don't call string-rectangle-line
7773 with too many arguments.
7774
e08b2069
AS
77752000-11-22 Andre Spiegel <spiegel@gnu.org>
7776
60e8e0a5 7777 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 7778 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
7779 vc-locking-user, which no longer exists.
7780
7781 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
7782
c6779d8d
DL
77832000-11-22 Dave Love <fx@gnu.org>
7784
7785 * md5.el (md5): Provide.
7786 (md5): Fix error call.
7787
e672fdce
MB
77882000-11-22 Miles Bader <miles@gnu.org>
7789
eaae8106 7790 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
7791 (refill-fill-paragraph-at): Remove debugging code.
7792
80e24c04
MB
7793 * calendar/calendar.el (generate-calendar-window): When we don't
7794 call `fit-window-to-buffer', make sure the top line is fully visible.
7795
3a17d6cc
MB
7796 * image-file.el (insert-image-file): Don't make `read-only'
7797 property rear-nonsticky.
7798
ae1a21c6
MB
7799 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
7800 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
7801 stashing away its original value.
7802 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
7803 in the recursive edit.
7804 Bind `isearch-original-minibuffer-message-timeout' to protect it.
7805 (isearch-done): Restore `minibuffer-message-timeout'.
7806
e672fdce
MB
7807 * cus-start.el: Remove entry for `mode-line-inverse-video'.
7808
3ea79df8
SM
78092000-11-21 Stefan Monnier <monnier@cs.yale.edu>
7810
7811 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
7812
7813 * find-lisp.el (find-lisp-find-files-internal):
7814 Use dolist, when and file-name-as-directory.
7815
980d836e 7816 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
7817 (define-derived-mode, define-minor-mode): Add specs.
7818
7819 * window.el: General comment and spacing fixes.
7820 (save-selected-window): Use backquotes.
7821 (window-safely-shrinkable-p): New function.
7822 (shrink-window-if-larger-than-buffer): Use it.
7823
7824 * subr.el (make-local-hook): Docstring fix.
7825
7826 * shell.el (shell-mode): Use define-derived-mode.
7827
7828 * newcomment.el (comment-indent): Insert comment before calling
7829 comment-indent-function. Don't insert in column 0.
7830 (comment-dwim): Indent before inserting comment.
7831
7832 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
7833 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
7834 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
7835 Use mapc rather than map.
7836
7837 * files.el (find-buffer-visiting): Compare all attributes before
7838 declaring two files identical (rather than just their inode-no).
7839 (auto-mode-alist): Use \' rather than $.
7840
7841 * which-func.el: Update maintainer line.
7842
7843 * pcvs.el (uniquify-buffer-file-name): Remove advice.
7844 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
7845 (uniquify-buffer-file-name): Use it.
7846
8f62f2b8
MB
78472000-11-22 Miles Bader <miles@gnu.org>
7848
7849 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
7850 * simple.el (minibuffer-avoid-prompt): New function.
7851
fb279a6d
GM
78522000-11-21 Gerd Moellmann <gerd@gnu.org>
7853
7854 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
7855
867092e9
MB
78562000-11-21 Miles Bader <miles@gnu.org>
7857
ef860850
MB
7858 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
7859 inclusion of `track-mouse'.
7860
867092e9
MB
7861 * textmodes/refill.el (refill-ignorable-overlay): New variable.
7862 (refill-adjust-ignorable-overlay): New function.
7863 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
7864 only the paragraph's tail if possible.
7865 Update `refill-ignorable-overlay'.
7866 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
7867
7868 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7869 point inside the fill-prefix.
7870
7871 * textmodes/refill.el (refill-post-command-function): Don't reset
7872 refill-doit in the case where a self-insertion command doesn't
7873 case a refill. Use `refill-fill-paragraph-at', getting position
7874 from `refill-doit'.
7875 (refill-after-change-function): Set `refill-doit' to END.
7876 (refill-fill-paragraph-at): New function, mostly from old
7877 refill-fill-paragraph.
7878 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
7879 (refill-pre-command-function): New function.
7880 (refill-mode): Add it to `pre-command-hook'.
7881
ff9ab414
GM
78822000-11-20 Gerd Moellmann <gerd@gnu.org>
7883
29a01b72
GM
7884 * textmodes/artist.el (artist-mode): Fix autoload cookie.
7885
ff9ab414
GM
7886 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
7887 javadoc tags.
eaae8106 7888
885b211b
AS
78892000-11-20 Andre Spiegel <spiegel@gnu.org>
7890
7891 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
7892 vc.el).
7893
eaae8106 7894 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 7895 require vc.
eaae8106
SS
7896
7897 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 7898 checkouts.
eaae8106 7899
d1838556
DL
79002000-11-20 Dave Love <fx@gnu.org>
7901
7902 * Makefile.in (DONTCOMPILE): Omit bindings.el.
7903
2b69bc11 79042000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 7905
2b69bc11
GM
7906 * calculator.el (calculator-paste): Use `if' instead of `and'
7907 and `or'.
7908 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 7909
b95b34e5
GM
79102000-11-19 Gerd Moellmann <gerd@gnu.org>
7911
030de92f
GM
7912 * info.el (info-menu-5): Doc fix.
7913
b95b34e5
GM
7914 * textmodes/artist.el: New file.
7915
54970452
AS
79162000-11-19 Andre Spiegel <spiegel@gnu.org>
7917
eaae8106 7918 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
7919 and differentiate according to checkout model.
7920 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
7921 since this function is only concerned with master state.
7922
83c9cb8e
SM
7923 * vc-hooks.el (vc-workfile-unchanged-p)
7924 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 7925
83c9cb8e
SM
7926 * vc.el (vc-workfile-unchanged-p)
7927 (vc-default-workfile-unchanged-p): See above.
54970452 7928
e5a9dabf
MB
79292000-11-19 Miles Bader <miles@gnu.org>
7930
7931 * image-file.el (insert-image-file): Make `intangible' and
7932 `read-only' properties rear-nonsticky too.
7933
24127af0
GM
79342000-11-18 Gerd Moellmann <gerd@gnu.org>
7935
d392e9c5 7936 * ps-print.el: Update copyright notice.
eaae8106 7937
d392e9c5
GM
7938 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
7939 (tooltip-show): Use the offsets.
7940
24127af0 7941 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 7942 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
7943 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
7944
2b69bc11 79452000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 7946
2b69bc11
GM
7947 * ps-print.el (toplevel): Test for find-coding-system being
7948 fboundp before calling ps-x-find-coding-system.
08ea6f17 7949
66321b2f
SM
79502000-11-16 Stefan Monnier <monnier@cs.yale.edu>
7951
7952 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
7953 (vc-version-backup-file): Docstring fix.
7954
046110c6
GM
79552000-11-16 Gerd Moellmann <gerd@gnu.org>
7956
4104194e
GM
7957 * files.el (basic-save-buffer): Don't add a newline if
7958 find-file-literally is non-nil.
7959 (find-file-literally): Extend doc string.
7960
046110c6
GM
7961 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
7962 sort(1) with the `-f' argument.
7963
6505c16e
AS
79642000-11-16 Andre Spiegel <spiegel@gnu.org>
7965
fd063975
AS
7966 * vc.el: Updated backend documentation.
7967 (vc-default-check-headers): New function.
7968
3d02dd81 7969 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
7970
7971 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 7972 up-to-date.
eaae8106 7973 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 7974 the minibuffer is not active.
fd063975 7975
eaae8106 7976 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 7977 `vc-cvs-use-edit' is on.
eaae8106
SS
7978 (vc-cvs-checkout): When this is used for reverting the workfile,
7979 make a backup of the original contents and revert to that in case
8791d617 7980 of error.
eaae8106 7981 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 7982 remote repositories.
eaae8106 7983
6505c16e
AS
7984 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
7985 for both version and ratio in the minibuffer.
fd063975 7986
eaae8106 7987 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 7988 Use vc-do-command to perform the annotation, not call-process.
6505c16e 7989
a13f0660
KH
79902000-11-16 Kenichi Handa <handa@etl.go.jp>
7991
7992 * international/quail.el (quail-start-translation): Don't call
7993 `message' before reading key sequence.
7994
1389a414
MB
79952000-11-16 Miles Bader <miles@lsi.nec.co.jp>
7996
7997 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
7998
9256a532
KH
79992000-11-16 Kenichi Handa <handa@etl.go.jp>
8000
8001 * window.el (fit-window-to-buffer): Be sure to acquire at least
8002 one text line even if the buffer is empty.
8003
0e14fe9f
GM
80042000-11-16 Gerd Moellmann <gerd@gnu.org>
8005
eaae8106 8006 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
8007 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
8008 Bind ange-ftp-process-verbose to nil.
0e14fe9f 8009
da645c53
DL
80102000-11-15 Dave Love <fx@gnu.org>
8011
83c9cb8e
SM
8012 * wid-edit.el (widget-specify-field, widget-specify-button):
8013 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
8014 widget-mouse-help.
8015 (widget-mouse-help): New function.
8016 (widget-echo-help): Rewritten for :help-echo functions only taking
8017 a widget arg.
8018
83c9cb8e
SM
8019 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
8020 Use display-graphic-p.
b12057b9
DL
8021 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
8022 and that JPEG is available.
8023 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
8024
da645c53
DL
8025 * international/mule-cmds.el (locale-charset-language-names):
8026 Match @euro.
8027
6d133d1f
GM
80282000-11-15 Gerd Moellmann <gerd@gnu.org>
8029
83c9cb8e
SM
8030 * faces.el (face-set-after-frame-default):
8031 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
8032 default face from X resources.
8033
49ac2ac5
EZ
80342000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
8035
8036 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
8037 Don't set EMACSLOADPATH.
8038
4fb0a34c
EZ
80392000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
8040
8041 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
8042 texinfo-insert-@url.
8043 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
8044 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
8045
bb304a7a
SM
80462000-11-14 Stefan Monnier <monnier@cs.yale.edu>
8047
82bc80bf
SM
8048 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
8049 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
8050 (checkdoc-minor-keymap): Backward compatibility.
8051 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
8052 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
8053 (checkdoc-this-string-valid-engine): Be a bit more strict
8054 to avoid matching substrings of `...' quoted vars/funs.
8055 (checkdoc-defun-info): Only look for `interactive' if alone.
8056 (debug-ignored-errors): Add "arg doesn't appear in docstring".
8057
e8c87124
SM
8058 * progmodes/compile.el (grep): `tag-default' can be nil.
8059
bb304a7a
SM
8060 * newcomment.el (comment-indent): Paren typo.
8061
8628686a
DL
80622000-11-14 Dave Love <fx@gnu.org>
8063
25c269ef
DL
8064 * calculator.el: New maintainer version.
8065
66321b2f 8066 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 8067
8628686a
DL
8068 * cmuscheme.el: Doc fixes.
8069 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 8070 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
8071
8072 * xscheme.el (scheme-program-name): Don't define here.
8073
8074 * progmodes/scheme.el (scheme-program-name): New variable
8075 (originally in cmuscheme).
8076
88f0a1eb
MB
80772000-11-14 Miles Bader <miles@gnu.org>
8078
8079 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
8080 Handle header-lines. Don't loop forever if we can't enlarge the
8081 window anymore. Simplify a bit.
8082
cd9a000c
KH
80832000-11-14 Kenichi Handa <handa@etl.go.jp>
8084
8085 * window.el (fit-window-to-buffer): Don't check
8086 window-text-height. Assure that the last line is fully visible.
8087
83c9cb8e
SM
8088 * international/quail.el (quail-show-guidance-buf):
8089 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
8090 buffer.
8091 (quail-update-guidance): Avoid making the guidance buffer shorter.
8092
d3fcda22
SM
80932000-11-14 Stefan Monnier <monnier@cs.yale.edu>
8094
bdbd9606
SM
8095 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
8096 rather than `prepend' and add an interesting comment.
8097 (tex-math-face, tex-font-lock-syntactic-face-function):
8098 New face and function to use it.
8099 (tex-define-common-keys, tex-mode-map): Use menu-item rather
8100 than `menu-enable' symbol property.
8101 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
8102 (tex-mode): Add some latex-mode commands for auto-selection.
8103 Use tex-font-lock-syntactic-face-function.
8104 (tex-insert-quote): Simplify.
8105 (tex-shell): New mode.
8106 (tex-start-shell): Use it.
8107 (tex-shell-proc, tex-shell-buf): New functions.
8108 (tex-send-command): Use it.
8109 (tex-main-file): Fix the meaning of the new arg REALFILE.
8110 (tex-send-tex-command): New function split from `tex-start-tex'.
8111 Set compilation-last-buffer and compilation-parsing-end.
8112
d3fcda22
SM
8113 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
8114 when it follows non-comment text on the line.
8115
8116 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8117 Set font-lock-defaults.
8118 (lisp-mode-shared-map): Init inside the defvar.
8119 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
8120 Use define-derived-mode.
8121
bdab1d43
MB
81222000-11-14 Miles Bader <miles@lsi.nec.co.jp>
8123
8124 * faces.el (header-line): Use `:box nil' for color/gs displays too.
8125
936ae731
GM
81262000-11-14 Gerd Moellmann <gerd@gnu.org>
8127
83c9cb8e
SM
8128 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
8129 Don't recursively optimize body because that can lead to infinite
936ae731
GM
8130 recursion; see comment there.
8131
1695ca2b
EZ
81322000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
8133
8134 * faces.el (face-spec-set-match-display): Revert the change from
8135 2000-10-24. Add a FIXME for after v21.1.
8136
9d348294
MB
81372000-11-13 Miles Bader <miles@gnu.org>
8138
8139 * textmodes/fill.el (skip-line-prefix): New function.
8140 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
8141 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
8142 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
8143 point inside the fill-prefix.
9d348294 8144
b85fa13c
MB
81452000-11-13 Miles Bader <miles@lsi.nec.co.jp>
8146
83c9cb8e
SM
8147 * calendar/calendar.el (generate-calendar-window):
8148 Use `fit-window-to-buffer'.
b85fa13c 8149
a0b47716
SM
81502000-11-12 Stefan Monnier <monnier@cs.yale.edu>
8151
8152 * gud.el (gud-minor-mode): New var.
8153 (gud-symbol, gud-val): New functions.
8154 (gud-find-file): Copy gud-minor-mode to the new buffer.
8155 (gud-menu-map): Include entries for commands that are not always
8156 available, using :enable to (de)activate them.
8157 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
8158 (gud-mode-map): New map.
eaae8106 8159 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
8160 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
8161 Don't set up gud's menu (it's done by the minor-mode).
8162 (gud-minibuffer-local-map): New.
8163 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
8164 (gud-query-cmdline): New function.
8165 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
8166 (gud-mode): Use define-derived-mode.
8167 Don't set up gud's menu (it's done by the minor-mode).
8168 (gud-chop-words): Remove.
8169 (gud-common-init): Use split-string instead.
8170 (gud-new-keymap, gud-make-debug-menu): Eradicate.
8171
8172 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
8173 Add keyword arg :name.
8174
8175 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
8176 (diff-count-matches, diff-split-hunk): New functions.
8177 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
8178
8179 * pcvs-info.el (cvs-fi-conflict-face): New var.
8180
8181 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
8182 Make it into a simple syntax-table, shared among all submodes.
8183 (sh-heredoc-face): Re-introduce.
8184 (sh-font-lock-syntactic-face-function): New function.
8185 (sh-mode): Use it. Also use define-derived-mode.
8186 Remove old bogus setting of indent-region-function.
8187 (sh-set-shell): Don't set the syntax-table any more.
8188 (sh-mode-syntax-table) <defun>: Remove.
8189
f5ed37df
MB
81902000-11-12 Miles Bader <miles@gnu.org>
8191
8192 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
8193 message if interactive.
8194
0b074c2f
DL
81952000-11-12 Dave Love <fx@gnu.org>
8196
8197 * mail/feedmail.el: Fix header,
8198 (feedmail) <defgroup>: Add :link.
8199
8200 * view.el: Use local-map property, not keymap on mode-line string.
8201
83c9cb8e
SM
8202 * scroll-all.el (scroll-all-mode): Customize variable.
8203 Add autoload cookie to function.
0b074c2f
DL
8204
8205 * lazy-lock.el: Remove compatibility code.
8206
8207 * finder.el (finder-known-keywords): Add `files', remove `vms'.
8208 (finder-help-echo): New variable.
8209 (finder-mouse-face-on-line): Add help-echo stuff.
8210 (finder-list-keywords, finder-list-matches): Use mapc.
8211
8212 * faces.el (face-font-registry-alternatives): Add :version.
8213
8214 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
8215 tags-table-list.
8216
a0b47716 8217 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 8218
a0b47716 8219 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
8220 (mail-mode): Use [:alnum:] in some regexps.
8221
6d502396
DL
82222000-11-10 Dave Love <fx@gnu.org>
8223
8224 * ediff.el (ediff-regions-internal, ediff-documentation):
8225 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
8226 fundamental mode.
8227
8228 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
8229 buffer into fundamental mode.
8230 (ediff-set-difference): Use copy-sequence if available.
8231
83c9cb8e
SM
8232 * ediff-ptch.el (ediff-dispatch-file-patching-job):
8233 Check ediff-patch-map non-nil.
6d502396
DL
8234 (ediff-fixup-patch-map, ediff-fixup-patch-map)
8235 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
8236 buffer into fundamental mode.
8237
8238 * ediff-merg.el (state-or-merge): Defvar when compiling.
8239
a82fe213
JR
82402000-11-10 Jason Rumney <jasonr@gnu.org>
8241
8242 * w32-fns.el (w32-add-charset-info): New function.
8243 (w32-charset-info-alist): Use it.
8244
52d89894
GM
82452000-11-10 Gerd Moellmann <gerd@gnu.org>
8246
8247 * faces.el (face-font-registry-alternatives): New user-option.
8248
178932de
SM
82492000-11-10 Stefan Monnier <monnier@cs.yale.edu>
8250
d7fa3319
SM
8251 * textmodes/texinfo.el (texinfo-block-default): New var.
8252 (texinfo-insert-block): Use it. Insert a newline if needed.
8253
178932de
SM
8254 * textmodes/fill.el (fill-indent-according-to-mode): New var.
8255 (fill-region-as-paragraph): Use it.
8256
8257 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
8258 (latex-mode): Tweak tex-*-(head|trail)er regexps.
8259 Tweak paragraph regexps to allow a leading [ \t]*.
8260 (tex-latex-block): Insert a newline if necessary.
8261 (latex-insert-item): Only insert a newline if necessary.
8262 (tex-guess-main-file): New function.
8263 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
8264 Set tex-main-file if TeX-master is provided.
8265 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
8266
bd02b8e0
GM
82672000-11-10 Gerd Moellmann <gerd@gnu.org>
8268
8269 * startup.el (command-line): Set the default tooltip-mode
8270 to t for graphical displays which implement x-show-tip.
8271
8272 * tooltip.el (tooltip-mode): Add a comment about startup.el
8273 setting the default value of this user-option.
8274
b29b03eb
SM
82752000-11-09 Stefan Monnier <monnier@cs.yale.edu>
8276
8277 * font-lock.el (font-lock-*-face) <defvar>: Move.
8278 (font-lock-defaults-alist): Mark obsolete.
8279 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
8280 (font-lock-mode): Use define-minor-mode.
8281 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
8282 (font-lock-turn-off-thing-lock): Be more explicit.
8283 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
8284 (font-lock-syntactic-face-function): New var.
8285 (font-lock-fontify-syntactically-region): Use it.
8286 (font-lock-doc-face): New.
8287
8288 * pcvs.el (cvs-enabledp): Ignore errors.
8289 (cvs-commit-filelist): Never query.
8290 (cvs-mode-insert): Always add a terminating / in the initial prompt.
8291 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
8292 (cvs-do-removal): Use cvs-partition rather than delete-if.
8293 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
8294 cvs-bury-buffer.
8295
8296 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8297 Allow `next' to jump to after the end of the last match.
8298
778fbc46
GM
82992000-11-09 Gerd Moellmann <gerd@gnu.org>
8300
730c746c
GM
8301 * simple.el (byte-compiling-files-p): New function.
8302
8303 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
8304 if it is there.
8305
8306 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
8307 nil again.
8308
778fbc46
GM
8309 * textmodes/ispell.el (ispell-library-path): Don't call
8310 check-ispell-version when byte-compiling because that starts
8311 an ispell process, and ispell might not be installed.
8312 (toplevel): Don't set up a menu when byte-compiling.
8313
8314 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
8315 it, so that a boundp test can be used to determine if we're
8316 currently byte-compiling.
8317
5912c5bb
DL
83182000-11-09 Dave Love <fx@gnu.org>
8319
83c9cb8e 8320 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 8321
7bb054a5
GM
83222000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8323
83c9cb8e
SM
8324 * ps-print.el: Patch for variable initialization when spooling.
8325 Doc fix.
7bb054a5
GM
8326 (ps-output-list): Fun eliminated.
8327 (ps-begin-file, ps-begin-job): Code fix.
8328
9db2706e
DL
83292000-11-08 Dave Love <fx@gnu.org>
8330
83c9cb8e 8331 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 8332
f7eb32aa
GM
83332000-11-08 Gerd Moellmann <gerd@gnu.org>
8334
8335 * simple.el (shell-command, display-message-or-buffer)
8336 (shell-command-on-region): Mention resize-mini-windows in the doc
8337 string.
8338 (display-message-or-buffer): Take the value of resize-mini-windows
8339 into account.
8340
7b01b08c
GM
83412000-11-07 Gerd Moellmann <gerd@gnu.org>
8342
acad3c0b
GM
8343 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
8344
7b01b08c
GM
8345 * dired.el (dired-between-files): Add `^. find' as an alternative
8346 to the regular expression, for find-dired.
8347
6f602bd0
SM
83482000-11-06 Stefan Monnier <monnier@cs.yale.edu>
8349
8350 * textmodes/texnfo-upd.el: Require texinfo.
8351 (defmacro, defgroup): Remove.
8352 (texinfo-section-to-generic-alist): Remove.
8353 Use texinfo-section-list instead (i.e. level is changed string->int).
8354 (texinfo-filter): New function.
8355 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
8356 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
8357 Use it. And use regexp-opt.
8358 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
8359 (texinfo-update-menu-region-beginning)
8360 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
8361 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
8362 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 8363 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
8364 (texinfo-sequential-node-update): Remove autoload cookie.
8365
8366 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
8367 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
8368 (texinfo-chapter-level-regexp): Remove.
8369 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
8370
bb216218
DL
83712000-11-06 Dave Love <fx@gnu.org>
8372
6f602bd0 8373 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 8374
6f602bd0
SM
8375 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8376 Match defun*.
bb216218 8377
ff8dd5d5
KH
83782000-11-06 Kenichi Handa <handa@etl.go.jp>
8379
8380 * composite.el (composition-function-table): Variable declaration
8381 moved to src/composite.c.
8382 (compose-chars-after): New optional arg object.
8383
e9da51a1
GM
83842000-11-06 Gerd Moellmann <gerd@gnu.org>
8385
e0c12c68
GM
8386 * bindings.el (mode-line-toggle-read-only)
8387 (mode-line-toggle-modified, mode-line-widen)
8388 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
8389 (make-mode-line-mouse2-map): Rewritten.
8390 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
8391 functions so that C-h k can show something with a doc string.
eaae8106 8392
e9da51a1
GM
8393 * startup.el (fancy-splash-delay): Set to 10 seconds.
8394 (fancy-splash-max-time): New user-option.
8395 (fancy-splash-stop-time): New variable.
8396 (fancy-splash-screens): Set it. Catch `stop-splashing'.
8397 (fancy-splash-screens-1): Throw `stop-splashing' when current
8398 time is greater than fancy-splash-stop-time.
8399
611dbdf0
SM
84002000-11-06 Stefan Monnier <monnier@cs.yale.edu>
8401
4d2806e2
SM
8402 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
8403
611dbdf0
SM
8404 * pcvs.el (cvs-mode-marked): New arg `noquery'.
8405 Prompt user for a file rather than raising an error.
8406 (cvs-enabledp): Fix call to cvs-mode-marked.
8407 (cvs-insert-file): New function (extracted from cvs-mode-insert).
8408 (cvs-mode-insert): Use it. Change the init prompt' value.
8409 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
8410
8411 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
8412 Don't pass default arg to ewoc-locate.
8413 (ewoc-collect): Return result in the right order.
8414
8415 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
8416
8417 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
8418 (cvs-status-get-tags): Fix regexp.
8419 (cvs-status-trees, cvs-status-cvstrees):
8420 Combine after change hooks and don't sit-for.
4d2806e2
SM
8421 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
8422 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
8423 Use make-char rather than hard-coded cryptic data.
8424 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
8425
8426 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
8427
8428 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
8429 (cvs-insert-strings): New function.
8430
937b2877
MB
84312000-11-06 Miles Bader <miles@lsi.nec.co.jp>
8432
8433 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
8434 `mwheel-scroll-amount'.
8435 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
8436 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
8437 string-matching against the version string.
8438
c6c97763
KH
84392000-11-06 Kenichi Handa <handa@etl.go.jp>
8440
6eaec747
KH
8441 * language/thai.el ("Thai"): Set a lisp form that produces
8442 composed string in `sample-text' language info.
8443
8444 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
8445 composed string in `sample-text' language info.
8446
83c9cb8e
SM
8447 * international/mule-cmds.el (describe-language-environment):
8448 Eval `sample-text' data and insert the result.
6eaec747 8449
c6c97763
KH
8450 * international/mule-conf.el (compound-text): Define this coding
8451 system here. Make x-ctext and ctext aliases of it.
8452
8453 * language/european.el (compound-text, ctext): Moved to
8454 international/mule-conf.el.
8455
d1145f85
AI
84562000-11-05 Andrew Innes <andrewi@gnu.org>
8457
8458 * w32-fns.el (w32-version): New function.
8459
178a6a45
SM
84602000-11-05 Stefan Monnier <monnier@cs.yale.edu>
8461
8462 * progmodes/awk-mode.el: Update copyright.
8463 (awk-mode-abbrev-table): Remove.
8464 (awk-font-lock-keywords): Use regexp-opt.
8465 (awk-mode): Use define-derived-mode.
8466
8467 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
8468 when extracting a suffix.
8469
1ba90166
AS
84702000-11-04 Andre Spiegel <spiegel@gnu.org>
8471
8472 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
8473 auto-save-mode.
8474
546790cb
JR
84752000-11-04 Jason Rumney <jasonr@gnu.org>
8476
8477 * language/european.el (decode-mac-roman): Test against r1 not r0.
8478
d247e32d
SM
84792000-11-03 Stefan Monnier <monnier@cs.yale.edu>
8480
fbf44f44
SM
8481 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
8482 (icon-mode): Define indent-line-function.
8483 (icon-comment-indent): Simplify.
8484 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
8485
8486 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
8487
8488 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
8489 Bind change-log-default-mode to defeat the caching done on it.
8490 Don't bother saving excursion any more.
8491
8492 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
8493
8494 * frame.el (after-setting-font-hook): Rename hooks -> hook.
8495 (set-frame-font): Use the new name (and the old for compatibility).
8496
eaae8106
SS
8497 * toolbar/tool-bar.el (tool-bar-mode):
8498 * time.el (display-time-mode):
8499 * recentf.el (recentf-mode):
8500 * paren.el (show-paren-mode):
8501 * mwheel.el (mouse-wheel-mode):
8502 * msb.el (msb-mode):
8503 * jka-compr.el (auto-compression-mode):
8504 * image-file.el (auto-image-file-mode):
8505 * hl-line.el (hl-line-mode):
8506 * delsel.el (delete-selection-mode):
8507 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
8508 * complete.el (partial-completion-mode): Drop unneeded positional args.
8509
eaae8106 8510 * info.el (Info-mode):
79372165 8511 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 8512
d247e32d
SM
8513 * log-edit.el (log-edit-menu): New menu.
8514
4921558e
MB
85152000-11-03 Miles Bader <miles@gnu.org>
8516
8517 * wid-edit.el (widget-end-of-line): Reinstate, with a new
8518 definition, so that trailing spaces are handled properly.
8519 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
8520
1fc02b3c
GM
85212000-11-03 Gerd Moellmann <gerd@gnu.org>
8522
8523 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
8524 tab character.
8525 (fancy-splash-screens): Set tab-width to 20.
8526
51d001f7
DL
85272000-11-03 Dave Love <fx@gnu.org>
8528
8529 * comint.el (comint-completion-addsuffix): Fix custom type.
8530
ba22aeff
SM
85312000-11-02 Stefan Monnier <monnier@cs.yale.edu>
8532
8533 * font-lock.el (font-lock-buffers): Remove.
8534 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
8535 (font-lock-change-major-mode): Remove.
8536 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
8537 (font-lock-default-fontify-region): Extend the multiline
8538 fontification to whole lines.
8539 (font-lock-fontify-anchored-keywords)
8540 (font-lock-fontify-keywords-region): If matching just one
8541 line (with \n) only mark the \n as multiline.
8542
8543 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
8544 Correctly handle the case where several :group args are supplied.
8545 Allow :extra-args.
8546 (easy-mmode-define-global-mode): Allow :extra-args.
8547 Correctly handle the case where several :group args are supplied.
8548
9c887ada
MB
85492000-11-02 Miles Bader <miles@gnu.org>
8550
eaae8106 8551 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
8552 (holiday-face): Remove dependency on `window-system'.
8553
7f25090d
KR
85542000-11-02 Ken Raeburn <raeburn@gnu.org>
8555
8556 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 8557 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 8558 (compile-files): Bomb out if compilation of a file fails.
7f25090d 8559
7dd6009c
DL
85602000-11-02 Dave Love <fx@gnu.org>
8561
8562 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
8563
94821e4f
EZ
85642000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
8565
8566 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
8567 punctuation in the warning inserted into the *mail* buffer.
8568
1ac3fc42
GM
85692000-11-02 Gerd Moellmann <gerd@gnu.org>
8570
57731876
GM
8571 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
8572 (authors-public-domain-p): New function.
8573 (authors-print): Use it.
8574
975f82c9
GM
8575 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
8576
1ac3fc42
GM
8577 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
8578
4b3eb10f
GM
85792000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8580
975f82c9 8581 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
8582 (ps-print-version): New version number (6.3.1).
8583 (ps-even-or-odd-pages): Customization fix.
8584 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
8585 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
8586 (ps-page-count): Var replaced by `ps-page-column'.
8587 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
8588 (ps-print-sheet-p): New fun.
8589
7da794df
MB
85902000-11-02 Miles Bader <miles@lsi.nec.co.jp>
8591
8592 * tooltip.el (tooltip-gud-tips-setup): New function.
8593 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
8594 (tooltip-mode): Call tooltip-gud-tips-setup.
8595 (tooltip-gud-tips): Use `gud-basic-call' instead of
8596 process-send-string, so the prompt gets frobbed appropriately.
8597 Handle nil return value from `tooltip-gud-print-command'.
8598
0e40b809
EL
85992000-11-01 Eric M. Ludlam <zappo@ultranet.com>
8600
8601 * comint.el (comint-add-to-input-history): New function.
8602 (comint-send-input): Use `comint-add-to-input-history'.
8603
50ada0db
MB
86042000-11-02 Miles Bader <miles@lsi.nec.co.jp>
8605
973a3104
MB
8606 * info.el (info-menu-header): New face.
8607 (Info-fontify-menu-headers): New function.
8608 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
8609
50ada0db
MB
8610 * info.el (Info-insert-dir): Don't include blank lines at
8611 beginning of additional dir files (one is added automatically).
8612
bff53411
SM
86132000-11-01 Stefan Monnier <monnier@cs.yale.edu>
8614
8615 * emacs-lisp/easy-mmode.el (define-minor-mode):
8616 Revert the latest changes.
8617 Allow the three positional arguments to be skipped and replaced
8618 by keyword arguments.
8619 Add a :toggle argument to determine whether a nil arg means toggle
8620 or means turn-on. The default is unchanged.
8621 Add a call to force-mode-line-update.
8622
6b8a0b2d
DL
86232000-11-01 Dave Love <fx@gnu.org>
8624
83c9cb8e 8625 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 8626
5bf99100
MB
86272000-11-01 Miles Bader <miles@lsi.nec.co.jp>
8628
83c9cb8e
SM
8629 * calendar/calendar.el (diary-face, holiday-face):
8630 Add dark-background variants.
5bf99100 8631
a4032611
SS
86322000-10-31 Sam Steingold <sds@gnu.org>
8633
8634 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
8635 `tex-main-file' does not have directory in it.
8636
c286608e
SM
86372000-10-31 Stefan Monnier <monnier@cs.yale.edu>
8638
8639 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
8640
4836835a
TTN
86412000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
8642
8643 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
8644 functional change.
8645
26dcb81b
GM
86462000-10-31 Gerd Moellmann <gerd@gnu.org>
8647
8648 * files.el (find-file-noselect): When we expand a wildcard, return
8649 a list of buffers, as we should do according to the doc string.
8650
49fc4500
KR
86512000-10-31 Ken Raeburn <raeburn@gnu.org>
8652
8653 * loadup.el (top level): Adjust load path if program name is
8654 "../src/bootstrap-emacs", in case it's not dumped and thus the
8655 load path adjustment hasn't already been done.
8656
ea0c615d
GM
86572000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8658
83c9cb8e
SM
8659 * ps-print.el: Fix bug on selected pages for printing.
8660 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
8661 is on. Try to avoid warning messages when compiling. Doc Fix.
8662 (ps-print-version): New version number (6.3).
8663 (ps-color-device): Use `color-values' to determine if device
8664 supports color.
8665 (ps-color-values): Try to use `x-color-values' when using XEmacs.
8666 (ps-print-page-p): Changed from defsubst to defun.
8667 (ps-page-number): Changed from defmacro to defun.
8668 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
8669 printing.
c286608e 8670 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
8671 (ps-end-file, ps-dummy-page): Funs eliminated.
8672 (ps-print-color-scale): Changed default value.
8673 (ps-page-n-up, ps-print-page-p): New internal vars.
8674 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
8675 (ps-plot-region, ps-generate, ps-end-job): Code fix.
8676
9e20722f
GM
8677 * delim-col.el: Little programming improvement.
8678 (delimit-columns-str): New macro.
8679 (delimit-columns-region, delimit-columns-rectangle): Code fix.
8680
d7a0fd00
KH
86812000-10-31 Kenichi Handa <handa@etl.go.jp>
8682
c286608e
SM
8683 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
8684 Moved to european.el.
d7a0fd00
KH
8685 (ccl-encode-mac-roman-font, fontset-mac): Modified for
8686 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
8687 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
8688 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 8689
234be340
DL
86902000-10-30 Dave Love <fx@gnu.org>
8691
8692 * progmodes/cc-menus.el (imenu-generic-expression)
8693 (imenu-progress-message): Only defvar when compiling.
8694
4edc4a39
DL
8695 * emacs-lisp/elp.el (elp-unload-hook): New function.
8696
8697 * loadhist.el (unload-feature): Call elp-restore-function,
8698 checking for symbols; don't use elp-restore-all.
8699 (loadhist-hook-functions): Doc fix.
8700
70c825df
SM
87012000-10-30 Stefan Monnier <monnier@cs.yale.edu>
8702
8703 * log-edit.el (log-edit-confirm): Fix the default.
8704
1d3baf74
GM
87052000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8706
8707 * delim-col.el: Little fix: replace delimit-columns-align-columns by
8708 delimit-columns-format.
8709 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 8710
1ec321a7
MB
87112000-10-30 Miles Bader <miles@lsi.nec.co.jp>
8712
8713 * comint.el (comint-replace-by-expanded-history): Don't use
8714 comint-get-old-input (we're not looking at *old* input).
8715 (comint-get-old-input-default): If using fields, signal an error
8716 when the point is not in an input field.
8717
70737ea9
KH
87182000-10-30 Kenichi Handa <handa@etl.go.jp>
8719
8720 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
8721 and mule-unicode-e000-ffff.
8722
fa0cb51d 8723 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
8724 (make-coding-system): Accept a symbol of translation table as a
8725 value of property `safe-chars'.
8726
8727 * international/mule-cmds.el (encode-coding-char): Check property
8728 safe-chars instead of safe-charsets.
8729
8730 * international/fontset.el (fontset-default): Modified for
8731 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
8732 (x-font-name-charset-alist): Likewise.
8733 (ccl-encode-unicode-font): New CCL program. Record it in
8734 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
8735
70c825df
SM
8736 * language/european.el (mac-roman-decoder, mac-roman-encoder):
8737 New translation tables.
70737ea9
KH
8738 (decode-mac-roman, encode-mac-roman): Definition of these CCL
8739 programs are modified and moved from mac-win.el.
8740 (mac-roman): Definition of this coding system is modified and
8741 moved from mac-win.el.
4836835a 8742
fda2ce24 87432000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 8744
1d3baf74 8745 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 8746 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 8747
dd4d3cb6
MB
87482000-10-29 Miles Bader <miles@gnu.org>
8749
8750 * custom.el (custom-add-to-group): Allow multiple entries for a
8751 given value OPTION, as long as their widget types are different.
8752 * cus-edit.el (custom-face-value-create): If face name doesn't end
8753 with "face", add such here (similar to custom group widgets).
8754
8755 * comint.el (comint-highlight-prompt): Add :type.
8756
dace60cf
JW
87572000-10-28 John Wiegley <johnw@gnu.org>
8758
dace60cf
JW
8759 * calendar/timeclock.el (timeclock-log): Doc fix.
8760 (timeclock-last-event): Doc fix.
83c9cb8e 8761 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
8762 (timeclock-find-discrep): Use a temp buffer to read in the
8763 timelog, instead of visiting the file.
8764 (timeclock-log-data): A new function, along with a host of helper
8765 functions, for the purpose of making timelog data accessible to
8766 programmers.
8767
8768 * eshell/esh-mode.el (window-height test): Make certain that
8769 `eshell-stringify-t' is non-nil.
8770 (eshell-password-prompt-regexp): Changed to a much simpler
8771 password regexp.
8772 (eshell-send-input): If `eshell-invoke-directly' returns t,
8773 directly invoke the parsed command using `eval'. This improves
8774 turn-around time on simple commands by a factor of three or
8775 greater, such as cd, ls, pwd, etc. -- which get used very often.
8776 It also conserves thousands of cons cells per call (since
8777 `eshell-do-eval' consumes memory like a Cookie Monster set loose
8778 in the Pacific Cookie Company).
8779
8780 * eshell/esh-test.el (eshell-test): Whitespace fix.
8781
83c9cb8e
SM
8782 * eshell/em-ls.el (eshell-ls-insert-directory):
8783 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
8784
8785 * eshell/em-script.el (eshell-script-initialize): Add names to
8786 `eshell-complex-commands, since `source' and `.' are complex.
8787
0467b076
EZ
8788 * eshell/esh-cmd.el (eshell-rewrite-for-command)
8789 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
8790 `eshell-copy-handles'.
8791 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
8792 bodies.
8793 (eshell-separate-commands): Whitespace fix.
8794 (eshell-complex-commands): Added a new list of names, for
8795 determining whether a given command is as simple as it looks.
8796 (eshell-invoke-directly): New function. Returns t if a command
8797 should be invoked directly (using `eval'), rather than indirectly
8798 using `eshell-do-eval'.
8799 (eshell-do-eval): Whitespace fix.
8800
8801 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
8802 which provides an emulation of the DOS shell behavior of assuming
8803 that cp/mv/ln should copy/move/link to the current directory.
8804 (eshell-remove-entries): Added a doc string.
8805 (eshell-shuffle-files): Removed the check for `target' being null.
8806 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
8807 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
8808 it to do a smarter check of whether a destination was provided.
8809 (eshell/mv, eshell/cp): Enable `:preserve-args'.
8810 (eshell/ln): Enable `:preserve-args', and use
8811 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
8812 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
8813 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
8814 list after flattening it. This makes it possible to cat files
8815 with numerical names.
8816 (eshell-unix-initialize): Added several names to
8817 `eshell-complex-commands.
8818 (eshell-unix-command-complex-p): Return t if a given command name
8819 may result in external processes being invoked.
8820
8821 * eshell/em-glob.el (eshell-glob-show-progress): Make this
8822 variable nil by default, since it slows down glob processing by a
8823 factor of two or more, and increases memory consumption.
8824
8825 * eshell/em-smart.el: Added a note about how memory consumptive
8826 smart display mode can be (at least this is true in Emacs 21).
8827 (eshell-smart-initialize): Whitespace fix.
8828 (eshell-refresh-windows): Use `if' instead of `when'.
8829 (eshell-smart-scroll-window): Calling `save-current-buffer' was
8830 not necessary.
83c9cb8e 8831 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
8832
8833 * eshell/em-ls.el (eshell-do-ls): Code simplification.
8834 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
8835 Whitespace fix.
8836 (eshell-ls-exclude-hidden): Added this variable in addition to
8837 `eshell-ls-exclude-regexp'. This one prevents files beginning
8838 with . from even being read, which can improve memory consumption
8839 quite a bit.
8840 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
8841 read file entries beginning with a dot. In home directories with
8842 lots of hidden files, fully two-thirds of the time spent in ls is
8843 used to read directory entries that are immediately thrown away.
8844 (eshell-ls-initial-args): Added back this configuration variable,
8845 for specifying default initial arguments to every call to ls.
8846 Much faster than using an alias to do the same thing.
8847 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
8848 (eshell-ls-dir): Whitespace change.
8849
8850 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
8851
83c9cb8e 8852 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
8853 (eshell-stringify-t): Added a customization variable, to indicate
8854 whether `t' should be rendered as a string at all. If not, one
8855 can still determine if the result of an expression is true using
8856 "file-exists-p FILE && echo true".
8857 (eshell-stringify): If `eshell-stringify-t' is nil, don't
8858 stringify t!
8859
8860 * eshell/esh-module.el: Whitespace fix.
8861
83c9cb8e
SM
8862 * eshell/em-alias.el (eshell-alias-initialize):
8863 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
8864 (eshell-command-aliased-p): New function that returns t if a
8865 command name names an aliased.
8866
657f9cb8 88672000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 8868
0467b076 8869 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 8870 redrawing the screen when changing cursor color.
0467b076
EZ
8871 (viper-insert-state-pre-command-sentinel)
8872 (viper-replace-state-pre-command-sentinel)
70c825df
SM
8873 (viper-replace-state-post-command-sentinel):
8874 Use viper-preserve-cursor-color.
657f9cb8
MK
8875 Many functions changed to use viper= instead of = when comparing
8876 characters.
0467b076 8877 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 8878 working with characters.
0467b076 8879 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
8880 Many functions changed to use viper= instead of = when comparing
8881 characters.
0467b076 8882 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 8883
0467b076 8884 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 8885 Several typos fixed in various docstrings.
0467b076 8886 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 8887 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
8888 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
8889 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
8890 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
8891 (ediff-get-selected-buffers): New function.
8892 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
8893 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
8894 Use save-window-excursion.
0467b076 8895 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 8896 termination check in while loop.
0467b076 8897 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 8898 dired buffer.
0467b076
EZ
8899 (ediff-files,ediff-merge-files,ediff-files3)
8900 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 8901
4f490d99
DL
89022000-10-28 Dave Love <fx@gnu.org>
8903
8904 * info.el (Info-fontify-node): Add help-echo for menu items.
8905
45b84006
EZ
89062000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
8907
5ebc02b3
EZ
8908 * startup.el (normal-top-level): If the value of $TERM indicates
8909 we are running from xterm or one of its work-alikes, default to a
8910 light background mode.
8911
45b84006
EZ
8912 Support for -fg, -bg, and -rv command-line arguments for TTYs:
8913 * faces.el (tty-handle-reverse-video): New function.
8914 (tty-create-frame-with-faces): Call it.
8915
8916 * frame.el (frame-notice-user-settings): Don't apply
8917 default-frame-alist and initial-frame-alist to MS-DOS frames.
8918 Call tty-handle-reverse-video, frame-set-background-mode, and
8919 face-set-after-frame-default for non-MS-DOS frames.
8920
8921 * startup.el (tty-long-option-alist): New variable.
8922 (tty-handle-args): New function.
8923 (command-line): Call tty-handle-args.
8924
8925 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
8926 startup.el now does that for all character-terminal frames.
8927
eab6e8b9
MB
89282000-10-28 Miles Bader <miles@gnu.org>
8929
83c9cb8e
SM
8930 * emacs-lisp/easy-mmode.el (define-minor-mode):
8931 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
8932 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 8933 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
8934 version using `easy-mmode-define-global-mode'.
8935 Add :conditional-turn-on keyword argument.
eab6e8b9 8936
51a29efc
DL
89372000-10-28 Dave Love <fx@gnu.org>
8938
83c9cb8e
SM
8939 * international/latin1-disp.el (latin1-char-displayable-p):
8940 Don't use window-system.
51a29efc 8941
d71d7114
EZ
89422000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
8943
8944 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
8945 Don't call find-buffer-file-type-coding-system. Instead, just
8946 set eol-type to -unix if inhibit-eol-conversion is in effect, or
8947 if the file is on an untranslated filesystem.
8948 (add-untranslated-filesystem): Use "D" instead of "f" inside
8949 interactive.
8950
1f9cab4b
DL
89512000-10-27 Dave Love <fx@gnu.org>
8952
70c825df 8953 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
8954 (refill-mode): Use it.
8955
70c825df
SM
89562000-10-27 Stefan Monnier <monnier@cs.yale.edu>
8957
8958 * international/quail.el (quail-activate): Don't make-local-hook.
8959
7432cf10
AS
89602000-10-27 Andre Spiegel <spiegel@gnu.org>
8961
4836835a 8962 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 8963 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
8964 (vc-make-version-backup): Don't do it on MS-DOS without long file
8965 names.
4836835a 8966
7432cf10
AS
8967 * vc.el (vc-version-other-window): If an automatic backup of the
8968 desired version exists, rename it instead of copying it.
8969
4836835a
TTN
8970 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
8971 after command. If there's an unexpected error, signal it instead
7432cf10 8972 of being silent.
e1483c38 8973 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 8974
05ea7ef2
MB
89752000-10-27 Miles Bader <miles@lsi.nec.co.jp>
8976
fd1035aa
MB
8977 * shell.el (shell): Add BUFFER argument.
8978 * comint.el (make-comint-in-buffer): New function.
8979 (make-comint): Use it.
8980
05ea7ef2
MB
8981 * faces.el (face-spec-choose): Change syntax so that the list of
8982 attribute-value pairs is now the cdr of each clause, not the cadr.
8983 Detect old-style entries, and handle them. Use pop.
8984
835a55fe
SM
89852000-10-26 Stefan Monnier <monnier@cs.yale.edu>
8986
f5ab1cdd
SM
8987 * cus-edit.el (custom-mode-map): Use a sparse map.
8988 (custom-mode): Don't bother with make-local-hook.
8989
8990 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
8991
835a55fe
SM
8992 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
8993
c13b0ec8
GM
89942000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8995
8996 * ps-print.el: Avoid compilation gripes.
8997 (ps-print-version): New version number (6.2.1).
4836835a 8998
e9f63196
DL
89992000-10-26 Dave Love <fx@gnu.org>
9000
0b95284b
DL
9001 * menu-bar.el: Modify some menu item help strings.
9002 (menu-bar-help-menu): Add link to MORE.STUFF.
9003
e9f63196
DL
9004 * cus-edit.el (custom-mode): Add `special' mode-class property.
9005
9006 * wid-browse.el (widget-browse-mode): Likewise.
9007
9008 * wid-edit.el (widget-specify-field): Revert to using local-map
9009 property, not keymap.
9010
e276a14a
MB
90112000-10-26 Miles Bader <miles@lsi.nec.co.jp>
9012
c1545d88
MB
9013 * wid-edit.el (widget-field-end): When checking for a `boundary'
9014 field, do so in the correct buffer.
9015
3c1b77ca
MB
9016 * simple.el (undo): Correctly distinguish between numeric and
9017 non-numeric prefix args in non-transient-mark-mode, as per the doc
9018 string. When in transient-mark-mode, treat all prefix-args as
9019 numeric.
9020
f5ab1cdd
SM
9021 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
9022 Position point on match. Handle N == 0 correctly.
22626d9d
MB
9023
9024 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
9025 (comint-mode-map): Reverse order of `comint-write-output' and
9026 `comint-append-output-to-file'.
9027 (comint-append-output-to-file): Reinstate this function, for the
9028 benefit of the menu.
9029
d97151cb
SM
90302000-10-25 Stefan Monnier <monnier@cs.yale.edu>
9031
9032 * vc.el (vc-version-other-window): Bind `file'.
9033
ea7d6f5b
GM
90342000-10-25 Gerd Moellmann <gerd@gnu.org>
9035
f5ab1cdd 9036 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
9037
9038 * emacs-lisp/authors.el (batch-update-authors): New function.
9039 (authors-fixed-entries): New defconst.
9040 (authors-add-fixed-entries): New function.
9041 (authors): Call it.: Don't process lispref/.
9042
17c25cea
JR
90432000-10-25 Jason Rumney <jasonr@gnu.org>
9044
9045 * cus-edit.el (custom-button-face, custom-button-pressed-face):
9046 Merge x w32 and mac definitions.
9047
4ecda532
GM
90482000-10-25 Gerd Moellmann <gerd@gnu.org>
9049
9050 * menu-bar.el (menu-bar-options-menu): Add a help string for
9051 `uniquify'.
9052
b52758d1 90532000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
b6735035 9054
f5ab1cdd
SM
9055 * time-stamp.el (time-stamp-string-preprocess):
9056 Fix a wrong type argument error.
b6735035 9057
f4cbc7a0
MB
90582000-10-25 Miles Bader <miles@gnu.org>
9059
9060 * recentf.el (recentf-mode): Variable removed.
9061 (recentf-mode): Use `define-minor-mode'.
9062
9063 * mwheel.el (mouse-wheel-mode): New global minor mode.
9064 (mwheel-install): Use `mouse-wheel-mode'.
9065
f4b020f6
DL
90662000-10-25 Dave Love <fx@gnu.org>
9067
f5ab1cdd
SM
9068 * progmodes/cperl-mode.el (cperl-mode):
9069 Set normal-auto-fill-function correctly.
072cb6f9 9070
83c9cb8e
SM
9071 * wid-edit.el (widget-field-keymap, widget-text-keymap):
9072 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 9073 bindings.
f4b020f6 9074
ebe2a441
MB
90752000-10-25 Miles Bader <miles@lsi.nec.co.jp>
9076
ff4dcd4b
MB
9077 * wid-edit.el (widget-field-at): New function.
9078 (widget-at, widget-field-activate): Use it.
9079 (widget-tabable-at): Use `widget-at'.
9080 (widget-specify-field): If the terminating character of the widget
9081 field (which is read-only) is a newline, put it into a special
9082 `boundary' field so that C-n/C-p act more naturally.
9083 (widget-field-end): Also don't subtract one if a special
9084 `boundary' field has been added after the widget field.
9085
83c9cb8e
SM
9086 * comint.el (comint-output-filter, comint-send-input):
9087 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 9088 code, since it should notice the overlay insertion-types now.
ff4dcd4b 9089
ebe2a441
MB
9090 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
9091 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
9092 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
9093
fe50b6ab
GM
90942000-10-24 Gerd Moellmann <gerd@gnu.org>
9095
53df4dda 9096 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
9097 (authors): Set file coding system to iso-2022-7bit.
9098 Add file-local variables to output buffer.
53df4dda 9099
4836835a 9100 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
9101 WARN is nil.
9102
53df4dda
GM
91032000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9104
9105 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
9106
9107 * delim-col.el: Now there is a column formatting mechanism.
9108 Modified to customization mechanisms convention. Doc fix.
9109 (columns): New group for delim-col.
9110 (delimit-columns-before, delimit-columns-after)
9111 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
9112 (delimit-columns-end): New vars.
9113 (delimit-columns-customize, delimit-columns-format): New funs.
9114 (delimit-columns-region, delimit-columns-rectangle)
9115 (delimit-columns-rectangle-line): Modified to support column
9116 formatting.
4836835a 9117
a9839779
DL
91182000-10-24 Dave Love <fx@gnu.org>
9119
9120 * log-edit.el (log-edit): Add :version and a :group for vc.
9121
df0267b8
GM
91222000-10-24 Gerd Moellmann <gerd@gnu.org>
9123
9acc3873
GM
9124 * files.el (after-find-file): Don't print a message ``New file''
9125 if WARN is nil.
9126
83c9cb8e
SM
9127 * wid-edit.el (widget-field-keymap, widget-text-keymap):
9128 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
9129 get duplicate tool-bar entries because we'll see the global ones
9130 on more than one path through keymaps.
9131
1946f901
GM
9132 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
9133
df0267b8
GM
9134 * progmodes/cmacexp.el: Change Francesco's email address.
9135
ae3b264b
KH
91362000-10-24 Kenichi Handa <handa@etl.go.jp>
9137
9138 * window.el (fit-window-to-buffer): Adjust point of the window
9139 buffer, not that of the current buffer.
9140
23afac01
EZ
91412000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
9142
9143 * progmodes/cmacexp.el: Update the euthor's email address.
9144
22d1a4ed
MB
91452000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9146
9147 * faces.el (face-spec-set-match-display): Add `graphic' display
9148 type (the inverse of `tty'). Use `display-graphic-p' instead of
9149 the window-system variable.
9150
f408aa48
KH
91512000-10-24 Kenichi Handa <handa@etl.go.jp>
9152
83c9cb8e
SM
9153 * international/isearch-x.el (isearch-with-input-method):
9154 Call input-method-function with the first event in
f408aa48
KH
9155 unread-command-events.
9156
94fe8a31
MB
91572000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9158
83c9cb8e 9159 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 9160
8f47302e
AC
91612000-10-24 Andrew Choi <akochoi@i-cable.com>
9162
9163 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
9164 New charsets.
9165
9166 * term/mac-win.el: Remove definitions of mac-roman-lower and
9167 mac-roman-upper, require dired, and define instead of set
9168 mac-ready-for-drag-n-drop to avoid compilation error.
9169
446c097e
AI
91702000-10-23 Andrew Innes <andrewi@gnu.org>
9171
83c9cb8e
SM
9172 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
9173 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
9174 expand-file-name after convert-standard-filename to ensure
9175 expected directory separators are used.
9176
379b70e7
EZ
91772000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
9178
9179 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
9180
85c766e9
DL
91812000-10-23 Dave Love <fx@gnu.org>
9182
b7e03a67
DL
9183 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
9184 (tool-bar-add-item): Set foreground and background for XBM icons.
9185
83c9cb8e
SM
9186 * international/latin1-disp.el (latin1-char-displayable-p):
9187 New function (from Handa).
b7e03a67
DL
9188 (latin1-display-check-font): Use it.
9189
0dcf8835 9190 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
9191 using :key-sequence, making it much more usable.
9192 Use nconc, not append.
0dcf8835
DL
9193 (imenu--create-keymap-1): Avoid append.
9194
85c766e9 9195 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 9196
cb3069bb
MB
91972000-10-23 Miles Bader <miles@lsi.nec.co.jp>
9198
9199 [the following changes fix a bug where `define-minor-mode' didn't
9200 correctly generate :require clauses for defcustoms in compiled files]
9201 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
9202 (byte-compile-log-file, byte-compile-log-1): Don't set
9203 `byte-compile-current-file' to nil. Instead set
9204 `byte-compile-last-logged-file' to it. Test whether
9205 byte-compile-current-file equals byte-compile-last-logged-file
9206 instead of whether its nil.
3b6542ba 9207 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 9208
6db6243b
SM
92092000-10-23 Stefan Monnier <monnier@cs.yale.edu>
9210
9211 * textmodes/refill.el: Fix var names in doc.
9212 (refill-mode): Don't bother with make-local-hook anymore.
9213
98490598
MB
92142000-10-23 Miles Bader <miles@lsi.nec.co.jp>
9215
e01cd227
MB
9216 * faces.el (face-user-default-spec, face-default-spec): New functions.
9217 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 9218 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
9219 Use `face-user-default-spec'. Simplify code slightly.
9220
4836835a 9221 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
9222 (woman-unknown-face): Add dark-background variants.
9223 (woman-default-faces): Renamed from `woman-colour-faces'.
9224 Set using the stored defaults, rather than using hard-wired colors.
9225 (woman-monochrome-faces): Renamed from `woman-black-faces'.
9226 Just make the foreground `unspecified' rather than "black".
9227 (woman-menu): Rename menu entries accordingly.
9228
98490598
MB
9229 * faces.el (header-line): Make more reasonable on mono/grayscale
9230 displays.
9231
1a578e9b
AC
92322000-10-23 Andrew Choi <akochoi@i-cable.com>
9233
9234 * cus-edit.el (custom-button-face): Use 3D look for mac.
9235 (custom-button-pressed-face): Likewise.
9236
9237 * faces.el (set-face-attributes-from-resources): Handle mac frames
9238 in the same way as x and w32 frames.
9239 (face-valid-attribute-values): Likewise.
9240 (read-face-attribute): Likewise.
9241 (defined-colors): Likewise.
9242 (color-defined-p): Likewise.
9243 (color-values): Likewise.
9244 (display-grayscale-p): Likewise.
9245 (face-set-after-frame-default): Likewise.
9246 (mode-line): Same default face as for x and w32.
9247 (tool-bar): Likewise.
9248
9249 * frame.el: Remove call to frame-notice-user-settings at end of
9250 the file.
9251
83c9cb8e 9252 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
9253 as for x, pc, and w32 frame types.
9254
9255 * term/mac-win.el: New file.
9256
aaaf7be7
DL
92572000-10-22 Dave Love <fx@gnu.org>
9258
9259 * textmodes/refill.el: New file.
9260
5392d654
AS
92612000-10-22 Andre Spiegel <spiegel@gnu.org>
9262
4836835a 9263 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 9264 MANUAL and REGEXP.
4836835a 9265 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
9266 New functions.
9267 (vc-before-save): Use the latter.
9268 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
9269 confusion.
9270
4836835a 9271 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
9272 expected by vc[-hooks].el.
9273
9274 * vc.el (vc-checkout): Added `-p' suffix in call to
9275 vc-make-version-backups-p; use vc-make-version-backup to actually
9276 make the backup.
9277 (vc-version-other-window, vc-version-backup-file): Handle both
9278 automatic and manual backups.
9279 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
9280 of all of them.
9281
1e221c16
MB
92822000-10-22 Miles Bader <miles@gnu.org>
9283
7ff4fda5
MB
9284 * comint.el (comint-highlight-input, comint-highlight-prompt):
9285 Renamed, `-face' at end removed.
9286 (comint-send-input, comint-output-filter): Use renamed faces.
9287
3511cde8
MB
9288 * window.el (fit-window-to-buffer): Change defaulting of
9289 MAX-HEIGHT slightly.
9290
1e221c16
MB
9291 * faces.el (color-values, color-defined-p): Use `member', not
9292 `memq', because it works correctly for strings.
9293 (frame-set-background-mode): Actually, "unspecified-fg" and
9294 "unspecified-bg" *are* strings. Use `member', not `memq', and
9295 `equal', not `eq', when a string value is possible.
9296
b6ef4898
EZ
92972000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
9298
9299 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
9300
34939e2c
SM
93012000-10-21 Stefan Monnier <monnier@cs.yale.edu>
9302
9303 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
9304 sh-electric-rparen, sh-electric-less and sh-electric-hash.
9305 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
9306 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
9307 (sh-font-lock-syntactic-keywords): Use them.
9308 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
9309 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
9310 (sh-mode): Don't override font-lock-unfontify-region-function.
9311 Use a copy of sh-font-lock-syntactic-keywords.
9312 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
9313 Don't call sh-scan-buffer since font-lock does it on the fly.
9314 (sh-get-indent-info): Use `face' rather than `syntax-table'
9315 text-property to detect here-documents.
9316 Replace sh-special-syntax with sh-st-punc.
9317 (sh-prev-line): Use `face' rather than `syntax-table'
9318 text-property to skip over here-documents.
9319 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
9320 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
9321 (sh-electric-less, sh-set-here-doc-region)
4836835a 9322 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
9323 (sh-scan-buffer, sh-rescan-buffer): Remove.
9324
f3d3c491
AI
93252000-10-21 Andrew Innes <andrewi@gnu.org>
9326
9327 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
9328 remote (ange-ftp) file names.
9329
b86c791c
MB
93302000-10-21 Miles Bader <miles@gnu.org>
9331
d9c30bdf
MB
9332 * window.el (fit-window-to-buffer): New function.
9333 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
9334 (window-text-height): Don't expect minibuffers to have mode-lines.
9335
d9c30bdf 9336 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
9337 * international/quail.el (quail-update-guidance):
9338 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 9339
617fee5a
MB
9340 * international/quail.el (quail-show-guidance-buf): Make sure
9341 guidance window really has enough room.
9342 (quail-update-guidance): If quail-guidance-win is already shown,
9343 make sure its height is OK.
9344
b86c791c
MB
9345 * window.el (window-text-height, set-window-text-height):
9346 New functions.
9347 (shrink-window-if-larger-than-buffer): Use `window-text-height'
9348 instead of `window-height' & `mode-line-window-height-fudge'.
9349 (mode-line-window-height-fudge): Add FACE parameter.
9350 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
9351 instead of `enlarge-window' & `mode-line-window-height-fudge'.
9352
e34850d1
MB
93532000-10-20 Miles Bader <miles@gnu.org>
9354
9355 * window.el (height-affecting-face-attributes): Use `defconst'.
9356
9357 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
9358 New function, conditionally aliased to `mode-line-window-height-fudge'.
9359 (ispell-help): Use it.
9360 (ispell-choices-win-default-height): Don't include mode-line fudge.
9361 (ispell-choices-win-default-height): New function.
9362 (ispell-show-choices, ispell-command-loop): Use function
9363 `ispell-choices-win-default-height' instead of variable.
9364
a8b883c2
MB
93652000-10-20 Miles Bader <miles@lsi.nec.co.jp>
9366
8c6e4a58
MB
9367 * window.el (mode-line-window-height-fudge): New variable.
9368 (height-affecting-face-attributes): New variable.
9369 (mode-line-window-height-fudge): New function.
9370 (shrink-window-if-larger-than-buffer): Use it.
9371 * help.el (resize-temp-buffer-window): Likewise.
9372
a8b883c2
MB
9373 * info.el (Info-fontify-node): Add support for @subsubsection
9374 titles, which use `Info-title-4-face'.
9375 (Info-title-4-face): New face.
9376 (Info-title-3-face): Inherit from Info-title-4-face instead of
9377 variable-pitch.
9378
e64c3a75
JR
93792000-10-19 Jason Rumney <jasonr@gnu.org>
9380
9381 * dired.el (dired-insert-directory): Do not let errors signalled by
9382 attempt to run dired-free-space-program prevent dired from working.
9383
c70fe852
SM
93842000-10-19 Stefan Monnier <monnier@cs.yale.edu>
9385
9386 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
9387
877cf6b4
GM
93882000-10-19 Gerd Moellmann <gerd@gnu.org>
9389
5de037e0
GM
9390 * dirtrack.el (dirtrack): Fix call to run-hooks.
9391
6deb9af9
GM
9392 * cmuscheme.el (cmuscheme-program-name): Renamed from
9393 scheme-program-name because xscheme.el contains a defcustom with
9394 the same name. As a consequence, customizing group `cmuscheme'
9395 loaded `xscheme' which redefined run-scheme.
9396 (run-scheme): Use cmuscheme-program-name.
9397
83c9cb8e 9398 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 9399
e597d8fb 9400 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 9401 anonymous address, and add a website for Befrienders International.
4836835a 9402
3e9cb08f
GM
94032000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9404
c70fe852
SM
9405 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
9406 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
9407 (ps-print-version): New version number (6.2).
9408 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
9409 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
9410 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
9411 (ps-x-extent-priority, ps-x-extent-start-position)
9412 (ps-x-face-font-instance, ps-x-find-coding-system)
9413 (ps-x-font-instance-properties, ps-x-make-color-instance)
9414 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
9415 avoid compilation gripes without defining functions.
9416 (ps-e-find-composition): Alias for function find-composition, to have a
9417 suitable function depending on Emacs version.
9418 (ps-color-device, ps-color-values, ps-face-foreground-name)
9419 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
9420 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
9421 (ps-print-ensure-fontified): Function definitions surrounded by
9422 `eval-and-compile' to avoid compilation gripes.
9423 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
9424 by symbol-value to avoid compilation gripes.
9425 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
9426 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
9427
d8abcd91
MB
94282000-10-19 Miles Bader <miles@lsi.nec.co.jp>
9429
13ab33c4
MB
9430 * startup.el (normal-top-level): Call `frame-set-background-mode'
9431 after `frame-notice-user-settings' because the latter doesn't call
9432 the former on a tty.
9433
d8abcd91
MB
9434 * faces.el (frame-set-background-mode): `unspecified' &c are
9435 symbols, not strings.
9436
e8bce0a9
EZ
94372000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
9438
c70fe852
SM
9439 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
9440 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 9441
c70fe852
SM
9442 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
9443 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 9444
773272d8
KH
94452000-10-19 Kenichi Handa <handa@etl.go.jp>
9446
c70fe852 9447 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
9448 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
9449 for ISO10646-1 fonts.
9450 (x-font-name-charset-alist): Add an entry for "iso10646-1".
9451
772139c0
EZ
94522000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
9453
9454 * faces.el (frame-set-background-mode): If a tty frame defines a
9455 background color, use that to compute the background mode, instead
9456 of always defaulting to "dark".
9457
d134a19f
MB
94582000-10-19 Miles Bader <miles@lsi.nec.co.jp>
9459
8bb84cb2
MB
9460 * comint.el (comint-write-output): New function.
9461 (comint-mode-map): Add it to the menu.
e40a778f 9462 Bind `C-c C-s' to comint-write-output.
d134a19f 9463
dada41e1
GM
94642000-10-18 Gerd Moellmann <gerd@gnu.org>
9465
9466 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
9467 Use fancy-splash-delay.
9468
9b5360aa
GM
94692000-10-18 Alex Schroeder <alex@gnu.org>
9470
9471 * progmodes/sql.el (sql-sybase-options): New option.
9472 (sql-sybase): Use it. Add sql-database to the list of parameters
9473 provided for login. The options -w 2048 -n are not used any more.
9474
9035a35a
GM
9475 * comint.el (comint-read-input-ring): Bugfix such that the first
9476 and the last entry of the input ring file are not lost.
9477
3556c6dd
GM
94782000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9479
9480 * ps-print.el: Internal variable changes to defcustom,
9481 make-local-hook changes to defvar. Doc fix.
9482 (ps-print-version): New version number (6.1).
9483 (ps-setup, ps-do-despool): Code fix.
9484 (ps-printer-name): Customization fix.
9485 (ps-printer-name-option): Now is a defcustom instead of an
9486 internal variable.
9487 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
9488 (ps-print-begin-column-hook): Now are defvar instead of
9489 make-local-hook.
4836835a 9490
4e217e50
MB
94912000-10-18 Miles Bader <miles@gnu.org>
9492
9493 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
9494 (comint-kill-output): Changed into an alias for `comint-delete-output',
9495 and made obsolete.
9496 (comint-mode-map): Rename references to comint-kill-output.
9497
34460354
EZ
94982000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
9499
9500 * diff-mode.el (diff-header-face, diff-file-header-face)
9501 (diff-changed-face): Add bold and italic attributes to tty faces.
9502 (diff-function-face): New face.
9503 (diff-font-lock-keywords): Use it.
9504
17ea3cdb
MB
95052000-10-18 Miles Bader <miles@lsi.nec.co.jp>
9506
9507 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
9508 Remove commented-out call to force-mode-line-update.
9509 (comint-kill-output): Use `forward-line 0' instead of
9510 beginning-of-line to make sure we get past the prompt.
9511
9244f2c7
SM
95122000-10-17 Stefan Monnier <monnier@cs.yale.edu>
9513
9514 * diff-mode.el (diff-header-face, diff-file-header-face):
9515 Add specific setting for dark background.
9516 (diff-context-face): Renamed from diff-comment-face.
9517 Set explicitly rather than inheriting from font-lock-comment-face.
9518
1592c1ef
EZ
95192000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9520
9521 * startup.el (command-line): Move the code which sets the default
9522 TTY colors to before before-init-hook.
9523
f86292a9
GM
95242000-10-17 Gerd Moellmann <gerd@gnu.org>
9525
9526 * jit-lock.el (jit-lock-stealth-time): Doc fix.
9527
f7f2e883
EZ
95282000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9529
e854cc22
EZ
9530 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
9531 extensions, for MS-DOS.
9532
f7f2e883
EZ
9533 * diff-mode.el (diff-header-face, diff-file-header-face)
9534 (diff-changed-face): Define tty-specific colors.
9535
c7b4f0f9
GM
95362000-10-17 Gerd Moellmann <gerd@gnu.org>
9537
9538 * startup.el (fancy-splash-text): Realign the text.
9539
12a72271
EZ
95402000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9541
9542 * font-lock.el (font-lock-comment-face): Define a separate default
9543 for dark-background tty's.
9544
61dfccfd
MB
95452000-10-17 Miles Bader <miles@gnu.org>
9546
9547 * help.el (resize-temp-buffer-window): Add hack to avoid last line
9548 being obscured by whizzy mode-lines on graphics displays.
9549
333cd59e
EZ
95502000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9551
9552 * info.el (Info-title-1-face, Info-title-2-face)
9553 (Info-title-3-face): Define colors for tty's.
dada41e1 9554 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 9555
dbf1fcc1
EZ
95562000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
9557
9558 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
9559 reverse from the frame parameters, and don't invert foreground and
9560 background colors.
9561
ac629823
MB
95622000-10-16 Miles Bader <miles@gnu.org>
9563
9564 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
9565 string "*Info*". Call propertized-buffer-identification to spruce
9566 up the result.
9567
76eebffc
GM
95682000-10-16 Gerd Moellmann <gerd@gnu.org>
9569
3a6b59d9
GM
9570 * help.el: Provide `help' for the sake of define-minor-mode
9571 which generates defcustoms with requires.
9572
6569c3d3
GM
9573 * jit-lock.el (jit-lock-after-change): If we're in text that
9574 matches a multi-line font-lock pattern, make sure the whole text
9575 will be redisplayed.
9576
c2e0a611
GM
9577 * emacs-lisp/authors.el (authors-add): Don't add an entry if
9578 author's name is unknown.
9579
76eebffc
GM
9580 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
9581 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
9582 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
9583 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
9584 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
9585 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
9586 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
9587 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
9588 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
9589 Add author information.
9590
cf1e7b12
MB
95912000-10-16 Miles Bader <miles@lsi.nec.co.jp>
9592
9593 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
9594 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
9595 full-color version (using the Gimp) to eliminate dithering artifacts.
9596
5586f3eb
SM
95972000-10-15 Stefan Monnier <monnier@cs.yale.edu>
9598
9599 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
9600
9601 * simple.el (syntax-flag-table, string-to-syntax): Remove.
9602
ad64a888
DL
96032000-10-15 Dave Love <fx@gnu.org>
9604
83c9cb8e 9605 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
9606
9607 * pcomplete.el (pcomplete) <defgroup>: Add :version.
9608
9609 * whitespace.el: Doc fixes.
9610 (top-level): Don't add hooks here.
9611 (whitespace-running-emacs): Deleted.
9612 (timer): Don't require.
9613 (whitespace): Add back :version conditional on xemacs test.
9614 (whitespace-spacetab-regexp, whitespace-indent-regexp)
9615 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
9616 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
9617 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
9618 Avoid specific xemacs test.
9619 (whitespace-global-mode): New option.
9620 (whitespace-global-mode): New command.
9621 (whitespace-unload-hook): New function.
9622
9623 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 9624 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
9625 (Info-fontify-node): `Goto' goes to `Go to'.
9626 (Info-fontify-node): Add help-echo to xref links.
9627
1ef49fc6
EZ
96282000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
9629
9630 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
9631
8b7707e1
SM
96322000-10-15 Stefan Monnier <monnier@cs.yale.edu>
9633
b3b7f42f
SM
9634 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
9635 Use plist-get and allow :inherit.
9636
9637 * emacs-lisp/cl-macs.el (cl-do-arglist):
9638 Use plist-get and plist-member instead of memq.
9639
3c7fafc7
SM
9640 * emacs-lisp/ewoc.el (ewoc-location): New function.
9641 (ewoc-enter-after, ewoc-enter-before): Document return value.
9642 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
9643 Don't need make-local-hook any more.
9644 (cvs-addto-collection): Return the new tin.
9645 (cvs-mode-insert): Jump to the new line.
9646
8b7707e1
SM
9647 * jit-lock.el (jit-lock-fontify-buffer): Remove.
9648
9649 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
9650
9651 * font-lock.el (font-lock-syntactically-fontified): New var.
9652 (font-lock-fontify-syntactic-keywords-region): Use it.
9653 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
9654
9655 * diff-mode.el (diff-find-file-name): Fix regexp.
9656
9657 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
9658 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
9659
9660 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
9661 (sh-mode-syntax-table): Add punctuation syntax for < and >.
9662 (sh-mode): Don't make all vars local here.
9663 (sh-kw): Reformat.
9664 (sh-set-shell): Use dolist. Don't set indent-region-function.
9665 (sh-mode-syntax-table): Use pop.
9666 (sh-remember-variable): Use push.
9667 (sh-help-string-for-variable): Use memq.
9668 (sh-safe-backward-sexp): Remove.
9669 (sh-safe-forward-sexp): Add ARG.
9670 (sh-get-indent-info, sh-prev-stmt): Use it.
9671 (sh-prev-line): Simplify by using forward-comment.
9672 (sh-this-is-a-continuation): Simplify.
9673 (sh-learn-buffer-indent): Use dolist.
9674 (sh-do-nothing): Remove.
9675 (sh-set-char-syntax, sh-set-here-doc-region):
9676 Use inhibit-modification-hooks.
9677 (sh-name-style): Use mapcar and push.
9678 (sh-load-style): Use dolist.
9679 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
9680 (sh-case, sh-while-getopts): Use propertize directly rather
9681 than sh-electric-rparen.
9682
96832000-10-14 Stefan Monnier <monnier@cs.yale.edu>
9684
9685 * textmodes/tex-mode.el: Require CL when compiling.
9686 (tex-mode-syntax-table): Init immediately.
9687 (tex-mode-map): Bind M-RET to latex-insert-item.
9688 (latex-mode): Set indent-line-function to latex-indent.
9689 (tex-common-initialization): Don't setup the syntax-table any more.
9690 (latex-insert-item): New skeleton.
9691 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 9692 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 9693 (latex-indent, latex-find-indent): New functions.
4836835a 9694 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
9695 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
9696 (tex-compilation-parse-errors): Use with-syntax-table.
9697
86b7fcbb
MB
96982000-10-15 Miles Bader <miles@gnu.org>
9699
9700 * font-lock.el (font-lock-comment-face): Change dark-background,
9701 color, non-tty, default to `chocolate1'.
9702
57a24508
JW
97032000-10-13 John Wiegley <johnw@gnu.org>
9704
9705 * eshell/esh-util.el (require): Added a missing `require' form,
9706 needed when compiling (for an ange-ftp macro definition).
9707
40ad3db4
DL
97082000-10-13 Dave Love <fx@gnu.org>
9709
9710 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
9711
db460189
GM
97122000-10-13 Gerd Moellmann <gerd@gnu.org>
9713
83c9cb8e 9714 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 9715
4836835a 9716 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
9717 transparent -colors 8).
9718
b52758d1 97192000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
3b5e21df
GM
9720
9721 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
9722 that breaks with old list format timestamps.
9723 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 9724 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 9725
16908a3f
JW
97262000-10-13 John Wiegley <johnw@gnu.org>
9727
d7103dda
JW
9728 * align.el, pcomplete.el, calendar/timeclock.el,
9729 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
9730
dace60cf 9731 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
9732 faulty math, where holiday hours were being computing as seconds.
9733
b6b70cda
JW
97342000-10-13 John Wiegley <johnw@gnu.org>
9735
9736 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
9737 specifying what "other" kinds of buffers should be saved.
9738 This used to be hard-coded.
b6b70cda
JW
9739 (desktop-buffer-misc-functions): A global for specifying how
9740 auxiliary data should be determined for special buffer types.
9741 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
9742 instead of hard-coding the special buffer types.
9743 (desktop-save): Run `desktop-buffer-misc-functions' to gather
9744 auxiliary data, instead of hard-coding for Info buffers and dired.
9745 (desktop-buffer-info-misc-data): Aux function for determining Info
9746 buffer auxiliary info.
9747 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
9748 (desktop-buffer-info): Changed this function to use the info
9749 gathered above.
9750 (desktop-create-buffer): Be a little more careful about what
9751 `minor-mode' means before calling it. This is important for some
9752 buffer types.
9753
8c6b1d83
JW
97542000-10-13 John Wiegley <johnw@gnu.org>
9755
9756 * eshell/esh-util.el: Added a global form which declares an
9757 autoload for `parse-time-string', if that function is not already
9758 defined, and if parse-time.el is available on the user's system.
9759
9760 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
9761 to be aware of ange-ftp user info.
83c9cb8e 9762 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
9763 (eshell-ls-annotate): Use `eshell-file-attributes'.
9764 (eshell-ls-file): Made the user-id printing code a bit smarter.
9765
9766 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
9767 allow identification of alias user ids in remote directories.
83c9cb8e
SM
9768 It's manual, but there's no other way to know when the current user
9769 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
9770 (fboundp): Bind `ange-cache'.
9771 (eshell-directory-files-and-attributes): Re-organized the logic a
9772 bit to use `eshell-file-attributes' instead of `file-attributes'.
9773 The former is more sensitive to directories that are read via FTP,
9774 and knows how to use ange-ftp to determine full attribute
9775 information, instead of just the name and last modtime.
9776 (eshell-current-ange-uids): Return the current user id when in a
9777 remote directory.
9778 (eshell-parse-ange-ls): Parse a full directory listing that has
9779 been returned by ange-ftp.
9780 (eshell-file-attributes): This beefed up version of
9781 `file-attributes' is only special if the user is currently in a
9782 remote directory, in which case it does a lot of work to find out
9783 what the real attributes of a file are, as they appear on the
9784 remote machine. This makes usage of remote directories (i.e.,
9785 ange-ftp pathnames) much more useful. You can now use Eshell as a
9786 full-fledged FTP client, with much more manipulation ability than
9787 most other clients.
9788
9789 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
9790 variable, which means that Eshell's du should always be preferred
9791 in remote directories.
9792 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
9793 just `file-attributes'.
9794 (eshell-mvcp-template): Bind `ange-cache', to improve performance
9795 when reading remote directories. This is an Eshell-specific
9796 variable (not part of ange-ftp).
9797 (eshell/ln): Bind `ange-cache'.
9798 (eshell/du): Added some extra logic for determining when to use
9799 Eshell's du (which is slow), and when to use the external version
9800 (which may or may not exist).
9801
83c9cb8e
SM
9802 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
9803 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
9804 `get-buffer-process', since backgrounded processes don't count in
9805 the context of this function's logic.
9806
9807 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
9808 `forward-char', so that null strings are parsed correctly.
9809
87730e84 98102000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 9811
83c9cb8e
SM
9812 * eshell/em-pred.el (eshell-pred-file-type)
9813 (eshell-pred-file-links, eshell-pred-file-size):
9814 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
9815
9816 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
9817 that remote file globbing is more efficient.
9818
9819 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
9820 gathering the files and attributes within a directory.
9821
9822 * eshell/em-unix.el (eshell/cat): If any of the files passed on
9823 the command line is a special file (not a regular file, directory
9824 or symlink), always attempt to call the external version of cat.
9825
87730e84 98262000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
9827
9828 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
9829 Eshell-friendly version of find-tag.
9830
1c7e37a9
MB
98312000-10-13 Miles Bader <miles@lsi.nec.co.jp>
9832
4836835a 9833 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
9834 (image-file-name-regexps): Add autoload cookies.
9835
11a7f341
KH
98362000-10-13 Kenichi Handa <handa@etl.go.jp>
9837
9838 * international/mule-cmds.el (select-safe-coding-system): If FROM
9839 is string, show it in *Warning* buffer.
9840
8ddddcb0
EZ
98412000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9842
9843 * startup.el (normal-top-level): Use display-popup-menus-p instead
9844 of window-system.
9845 (command-line): Use display-graphic-p instead of window-system.
9846 (command-line-1): Use display-popup-menus-p and display-mouse-p
9847 instead of window-system.
9848
72200f89
SS
98492000-10-12 Sam Steingold <sds@gnu.org>
9850
9851 * tooltip.el (tooltip-use-echo-area): New user variable.
9852 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
9853
8661c643
DL
98542000-10-12 Dave Love <fx@gnu.org>
9855
d0b40dc1
DL
9856 * recentf.el: Maintainer's checkdoc fixes.
9857
83c9cb8e
SM
9858 * startup.el (normal-top-level-add-subdirs-to-load-path):
9859 Use character class, not ASCII when matching file names.
a622451f
DL
9860 (fancy-splash-head): Add trailing slash to URL.
9861 (command-line): Don't require XPM support for toolbar.
9862
8661c643
DL
9863 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
9864 (cperl-invalid-face): Revert last change.
9865 (cperl-init-faces): Quote cperl-invalid-face.
9866
ef2ed8ab
KH
98672000-10-12 Kenichi Handa <handa@etl.go.jp>
9868
9869 * startup.el (fancy-splash-text): Remove superfluous quote.
9870
b0da379e
GM
98712000-10-12 Gerd Moellmann <gerd@gnu.org>
9872
dbeb499b
GM
9873 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
9874 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
9875 (command-line-1): Don't use fancy-splash-pending-command.
9876 (fancy-splash-screens-1): Goto point-min after inserting text.
9877
d861718a
GM
9878 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
9879
b0da379e
GM
9880 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
9881 instead of shared-lisp-mode-map.
9882
4fb2ad98
MB
98832000-10-12 Miles Bader <miles@lsi.nec.co.jp>
9884
1cb4393e
MB
9885 * faces.el (header-line): Change tty-variant to use underlining.
9886
4fb2ad98
MB
9887 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
9888 (isearch-highlight): Restore lazy-isearch face properties at old
9889 position, and suppress them at new position.
9890 (isearch-dehighlight): Restore lazy-isearch face properties.
9891 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
9892 over the real isearch overlay, but in that case, don't give it a
9893 face property. Use `push'.
9894
eb991b25
KH
98952000-10-12 Kenichi Handa <handa@etl.go.jp>
9896
9897 * man.el (Man-getpage-in-background): Fix previous change.
9898 Decode the process output only when we are in multibyte mode.
9899
a818c1c0
DL
99002000-10-11 Dave Love <fx@gnu.org>
9901
c990f53a
DL
9902 * info.el (Info-mode-menu): Fix some help.
9903 (info-tool-bar-map): Add entry for Info-last.
9904
a818c1c0
DL
9905 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
9906 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
9907 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
9908 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
9909 * toolbar/search-replace.xpm, toolbar/exit.xpm:
9910 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
9911 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
9912 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
9913 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
9914 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
9915 Reduce colour requirements to 25 overall. (Probably wants
9916 revisiting from the originals to reduce further.)
9917
c1b096cb
EZ
99182000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
9919
9920 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
9921 buffer-file-coding-system, instead of raw-text.
9922 (dehexlify-buffer): Bind coding-system-for-read to
9923 buffer-file-coding-system, instead of raw-text.
9924
5c8b7eaf
SS
99252000-10-11 Sam Steingold <sds@gnu.org>
9926
83c9cb8e 9927 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
9928 `underline' - fixes the bug introduced on 2000-09-21.
9929
2cfbdb7a
DL
99302000-10-11 Dave Love <fx@gnu.org>
9931
83c9cb8e
SM
9932 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
9933 Avoid compiler warnings.
2cfbdb7a
DL
9934 (scheme-mode): Doc fix.
9935 (scheme-font-lock-keywords-1): Match `define-syntax'.
9936
99372000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
9938
9939 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
9940 face specs as well as default ones. Only do anything if the
9941 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 9942 (region): Make dark-background `region' face less in-your-face.
4b33f290 9943
690ec649
SS
99442000-10-10 Sam Steingold <sds@gnu.org>
9945
9946 * chistory.el, ielm.el, ledit.el:
9947 * progmodes/inf-lisp.el, progmodes/scheme.el:
9948 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
9949
3b95d6bb
SM
99502000-10-10 Stefan Monnier <monnier@cs.yale.edu>
9951
9952 * textmodes/texinfo.el: Update copyright and fix typo.
9953
9954 * desktop.el (desktop-modes-not-to-save): New var.
9955 (desktop-save-buffer-p): Use it.
a30eb617
DL
9956 Also, obey desktop-buffers-not-to-save even for non-file buffers.
9957 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
9958
99592000-10-10 Dave Love <fx@gnu.org>
9960
9961 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 9962 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
9963
9964 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
9965 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
9966 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
9967 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
9968 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
9969 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
9970 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
9971 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
9972 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
9973 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
9974 the .xpms; probably need retouching.
9975
99762000-10-10 Miles Bader <miles@lsi.nec.co.jp>
9977
9978 * subr.el (add-to-list): Add optional argument APPEND.
9979 * battery.el (display-battery): Use `add-to-list'.
9980
99812000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
9982
83c9cb8e
SM
9983 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
9984 properties.
a30eb617
DL
9985 (zone, zone-when-idle, zone-leave-me-alone)
9986 (zone-pgm-whack-chars): Use new symbol properties.
9987
9988 * battery.el (display-battery): Doc spelling fix.
9989
9990 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
9991 property.
9992
99932000-10-09 Dave Love <fx@gnu.org>
9994
9995 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
9996 has been initialized before calling tool-bar-setup.
9997 (tool-bar-add-item-from-menu): Add autoload cookie.
9998
99992000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
10000
10001 * menu-bar.el (send-mail-item-name): New function.
10002 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
10003 of mail-user-agent in the menu. Don't display the "Send Mail"
10004 item if mail-user-agent is nil or its value is ignore.
10005 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
10006 if read-mail-command is nil or its value is ignore.
10007
10008 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
10009
100102000-10-09 Miles Bader <miles@gnu.org>
10011
10012 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
10013 Correct image size.
10014 * toolbar/left_arrow.xpm: Correct image size.
10015
10016 * jka-compr.el: Don't call `jka-compr-install' when loading (it
10017 will be done by the definition of `auto-compression-mode' if
10018 necessary. Move code to uninstall existing file-name handler
10019 before definition of `auto-compression-mode'.
10020
10021 * image-file.el (auto-image-file-mode): Move to the end of the
10022 file, because `define-minor-mode' actually calls the mode-function
10023 if the associated variable is non-nil, which requires that all
10024 needed functions be already defined.
10025
10026 * mouse.el (popup-menu): Balance parens.
10027
100282000-10-08 Stefan Monnier <monnier@cs.yale.edu>
10029
10030 * mouse.el (popup-menu): Move the command call outside the loop
10031 so that popup-menu returns whatever the command returns.
10032
10033 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
10034 (initialize-new-tags-table): Use run-hook-with-args-until-success.
10035 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
10036 (tags-table-format-functions): Renamed from tags-table-format-hooks.
10037
10038 * vc.el (vc-version-diff): diff-switches can be a list.
10039 Use relative filenames for prettier output.
10040
10041 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
10042 (vc-post-command-functions): Remove old-VC compatibility code.
10043
10044 * newcomment.el (comment-indent-default): Autoload.
10045
10046 * font-lock.el (font-lock-defaults): Make buffer-local.
10047 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
10048 (font-lock-choose-keywords):
10049 Ignore LEVEL unless KEYWORDS is a list of syms.
10050 (c-keywords, c++-keywords, objc-keywords, java-keywords):
10051 Don't wrap regexp-opt things in \(...\) unnecessarily.
10052
10053 * jit-lock.el: Don't require font-lock any more.
10054 (jit-lock-functions): Make buffer-local.
10055 (jit-lock-saved-fontify-buffer-function): Remove.
10056 (jit-lock-mode): Remove autoload cookie.
10057 Remove font-lock specific code.
10058 (jit-lock-unregister): Don't bother handling complex hooks any more.
10059 (jit-lock-refontify): New function.
10060 (jit-lock-fontify-buffer): Use it.
10061 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
10062 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
10063 Add optional args START and END.
10064 Never call font-lock-fontify-region directly.
10065 (jit-lock-function, jit-lock-stealth-fontify): Use it.
10066
10067 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
10068
100692000-10-08 Dave Love <fx@gnu.org>
10070
10071 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
10072
10073 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
10074
10075 * play/studly.el (studlify-region, studlify-word): Add autoload
10076 cookie.
10077
10078 * play/morse.el (morse-region, unmorse-region): Add autoload
10079 cookie.
10080
10081 * play/spook.el (spook-phrases-file): Use expand-file-name, not
10082 concat.
10083
10084 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
10085 insist on symbols starting with word syntax.
10086 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
10087 (eval-defun-1): Doc fix.
10088 (indent-sexp): Use nconc to build up indent-stack.
10089
10090 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
10091 Gnus with little use.
10092 (mail-setup-hook): Add mail-abbrevs-setup to options.
10093
10094 * recentf.el: Doc fixes.
10095
10096 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
10097 Clean up remainder.
10098
10099 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
10100 without timezone and (8) with timezone to enforce some whitespace.
10101 Simplify code somewhat.
10102
10103 * options.el (list-options): Doc that you should use customize.
10104
10105 * iswitchb.el (iswitchb-mode): Add :require.
10106
10107 * info.el (Info-goto-node, Info-menu): Doc fix.
10108 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
10109 (info-tool-bar-map): New variable.
10110 (Info-mode): Use it.
10111 (Info-edit-map): Define all in defvar.
10112 (speedbar-attached-frame): Avoid compiler warning.
10113
10114 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
10115 (global-map): Bind [tool-bar] to a filtered map.
10116 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
10117 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
10118 Allow PBM icons.
10119 (tool-bar-setup): Adjust calls of tool-bar-add-item.
10120
10121 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
10122 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
10123 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
10124 icons, except up_arrow, which is left-arrow rotated.
10125
10126 * imenu.el (imenu-add-to-menubar): Fix last change.
10127
101282000-10-08 Peter Breton <pbreton@ne.mediaone.net>
10129
10130 * generic-x.el (rul-generic-mode): Remove eval-when-compile
10131 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
10132
101332000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
10134
10135 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
10136 typos in doc strings.
10137
10138 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
10139 the doc strings how to customize Font Lock faces.
10140
10141 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
10142 computing growth when dragging the header line.
10143
101442000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
10145
10146 * simple.el (kill-line): Doc fix.
10147
101482000-10-08 Miles Bader <miles@gnu.org>
10149
10150 * faces.el (secondary-selection): Make foreground visible on tty.
10151
10152 * jka-compr.el (auto-compression-mode): Move to the end of the
10153 file, because `define-minor-mode' actually calls the mode-function
10154 if the associated variable is non-nil, which requires that all
10155 needed functions be already defined.
10156 (with-auto-compression-mode): Add autoload cookie.
10157
101582000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
10159
10160 * files.el (find-backup-file-name) [ms-dos]: If support for long
10161 file names is not available, behave as if version-control were set
10162 to never.
10163
101642000-10-07 Dave Love <fx@gnu.org>
10165
10166 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
10167 (browse-url-gnome-moz): New function.
10168 (browse-url-browser-function): Use it.
10169 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
10170
101712000-10-07 Stefan Monnier <monnier@cs.yale.edu>
10172
10173 * indent.el (tab-always-indent): New var.
10174 (indent-for-tab-command): Use it.
10175
10176 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
10177 raise an error. This way it can still default to a sane value.
10178
101792000-10-06 Stefan Monnier <monnier@cs.yale.edu>
10180
10181 * startup.el (fancy-splash-screens): Use local rather than global map.
10182 Don't use `update-menu-bindings' any more.
10183 Get rid of assumptions about keymap representation.
10184
101852000-10-06 Dave Love <fx@gnu.org>
10186
10187 * textmodes/fill.el (sentence-end-double-space)
10188 (sentence-end-without-period): Doc fix.
10189 (adaptive-fill-regexp): Purecopy.
10190 (unjustify-current-line): Use line-end-position.
10191 (fill-individual-paragraphs-prefix): Use line-beginning-position.
10192
10193 * net/eudc-vars.el (eudc): Add :version, :link.
10194
10195 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
10196
10197 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
10198 Fix for define-minor-mode.
10199 (function-at-point): Alias to function-called-at-point.
10200
10201 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
10202
10203 * simple.el (backward-word): Doc fix.
10204
10205 * image-file.el (image-file-name-regexp): image-file-regexps ->
10206 image-file-name-regexps.
10207 (image-file-name-extensions): Add pbm.
10208
102092000-10-06 Stefan Monnier <monnier@cs.yale.edu>
10210
10211 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
10212 and add filename to the names so that diff-mode can jump to source.
10213
10214 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
10215 (tex-font-lock-keywords, tex-font-lock-keywords-2)
10216 (tex-font-lock-keywords-1): Remove.
10217 (font-lock-turn-on-thing-lock): Use jit-lock-register.
10218 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
10219 (font-lock-default-fontify-region):
10220 Expand beg..end correctly when just following a multiline region.
10221 (font-lock-fontify-anchored-keywords):
10222 Include the anchor text as part of the multiline.
10223
102242000-10-06 Gerd Moellmann <gerd@gnu.org>
10225
10226 * loadup.el (toplevel): Load `loaddefs' before `help' because the
10227 latter needs the autoloaded define-minor-mode macro during the
10228 bootstrap.
10229
10230 * startup.el (command-line): For now, activate tool-bar-mode only
10231 if XPM images are supported.
10232
10233 * mouse.el (mouse-drag-header-line): Don't allow resizing a
10234 window by dragging a header-line at the top of the frame; that's
10235 confusing because the header-line doesn't move.
10236 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
10237 of treating the event as a list. Some cleanup.
10238
102392000-10-06 Miles Bader <miles@gnu.org>
10240
10241 * simple.el (display-message-or-buffer): New function.
10242 (shell-command-on-region): Use `display-message-or-buffer'.
10243
10244 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
10245 docstring parts.
10246
10247 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
10248 (smbclient-prompt-regexp): Add usage note to doc string.
10249 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
10250 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
10251 Use add-hook for adding the comint filter function, and only do so
10252 if it's not already in the global hook list.
10253 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
10254 to `make-local-variable'.
10255 (nslookup-font-lock-keywords): Remove prompt entry.
10256 (nslookup): Don't set the process-filter.
10257 (finger): Exit the loop correctly when the regexps list runs out.
10258 (ftp, smbclient, smbclient-list-shares):
10259 Set the real major mode immediately, not after execing.
10260 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
10261
10262 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
10263
102642000-10-05 Stefan Monnier <monnier@cs.yale.edu>
10265
10266 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
10267
10268 * which-func.el (which-func-format): Remove spurious space.
10269 (which-func-mode): Don't make it permanent-local.
10270 (which-func-ff-hook): Allow which-func-maxout to be nil.
10271 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
10272 (which-func-mode): Simplify.
10273 Use post-command-idle-hook rather than post-command-hook.
10274 Go through all buffers and update their state.
10275 (which-function): Also try add-log-current-defun-function.
10276
10277 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
10278 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
10279 Update call to with-vc-properties accordingly.
10280 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
10281 (vc-revert-buffer): More careful about window selection and deletion.
10282 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
10283
10284 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
10285 (cvs-retrieve-revision): Reuse a pre-existing buffer.
10286 (cvs-dired-action): Change the default to quickdir.
10287
10288 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
10289 if comment-indent-function returns nil.
10290 (comment-indent-default): New function.
10291 (comment-indent-function): Use it and document the new semantics.
10292
10293 * image-file.el: Docstring fixes.
10294
10295 * help.el (help-xref-on-pp): Use match-string.
10296 (describe-variable): New arg BUFFER.
10297 Store the current buffer in the help-xref-stack.
10298 (temp-buffer-resize-mode): Use define-minor-mode.
10299
10300 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
10301 consistently with its docstring.
10302 Set jit-lock-first-unfontify-pos in an idempotent way.
10303 (jit-lock-register): Autoload and add arg CONTEXTUAL.
10304
103052000-10-05 Alex Schroeder <alex@gnu.org>
10306
10307 * sql.el (sql-mysql-options): New variable.
10308 (sql-mysql): Use it.
10309
103102000-10-05 Miles Bader <miles@lsi.nec.co.jp>
10311
10312 * image.el (image): New group.
10313
10314 * smerge-mode.el (smerge-mine-face, smerge-other-face)
10315 (smerge-base-face, smerge-markers-face): Add dark-background variants.
10316
103172000-10-04 Peter Breton <pbreton@ne.mediaone.net>
10318
10319 * net/net-utils.el (nslookup-font-lock-keywords)
10320 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
10321 Ignore the value of wqindow-system; always define keywords
10322
103232000-10-05 Kenichi Handa <handa@etl.go.jp>
10324
10325 * startup.el (fancy-splash-screens): Remove the code for
10326 debugging; `(trace-to-stderr "EXITTT\n")'.
10327
103282000-10-05 Miles Bader <miles@gnu.org>
10329
10330 * diff-mode.el (diff-goto-source): Update call to
10331 `diff-hunk-status-msg' to reflect new REV variable.
10332
103332000-10-04 Stefan Monnier <monnier@cs.yale.edu>
10334
10335 * progmodes/icon.el (icon-mode):
10336 Don't gratuitously override the default for comment-column.
10337
10338 * vc-hooks.el (vc-mode-line): Fix interactive spec.
10339
10340 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
10341 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
10342 (jit-lock-functions): New var.
10343 (jit-lock-function-1): Use it if non-nil.
10344 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
10345 Set the `fontified' property before doing the fontification to avoid
10346 repeatedly going through the same error.
10347 Don't turn errors into messages.
10348 (jit-lock-register, jit-lock-unregister): New functions.
10349
10350 * dired.el (dired-mark-pop-up): Turn comment into docstring.
10351 Use with-current-buffer.
10352
10353 * dired-aux.el (dired-do-create-files, dired-kill-tree):
10354 Turn comment into docstring.
10355
10356 * apropos.el (apropos-mode): Use define-derived-mode.
10357
103582000-10-04 Gerd Moellmann <gerd@gnu.org>
10359
10360 * startup.el (fancy-splash-pending-command): New variable.
10361 (fancy-splash-pre-command): New function.
10362 (fancy-splash-screens): Rewritten.
10363 (command-line-1): If fancy-splash-pending-command is set, call it
10364 interactively.
10365
103662000-10-04 Dave Love <fx@gnu.org>
10367
10368 * toolbar/tool-bar.el (tool-bar-setup): New function.
10369 (tool-bar-mode): Use it.
10370
10371 * subr.el (substitute-key-definition): Doc fix.
10372 (play-sound-file): New command.
10373
103742000-10-04 Andre Spiegel <spiegel@gnu.org>
10375
10376 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
10377 vc-version-backup-file-name): New functions.
10378
10379 * files.el (basic-save-buffer): Call vc-before-save before saving.
10380
10381 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
10382 vc-cvs-stay-local-p.
10383
10384 * vc.el (vc-revert-buffer): Handle empty diff properly.
10385 (vc-version-backup-file): New function.
10386 (vc-checkout): Create a version backup if necessary.
10387 (vc-checkin): If a version backup file exists, delete it.
10388 (vc-version-diff): Diff locally using version backups, if available.
10389 (vc-revert-file): If there's a version backup, revert locally.
10390 (vc-transfer-file): Use version backup for base version, if
10391 available. If not, ask for confirmation whether to get it from the
10392 server. Update mode line before check-in.
10393
103942000-10-04 Dave Love <fx@gnu.org>
10395
10396 * toolbar/tool-bar.el (tool-bar-setup): New function.
10397 (tool-bar-mode): Use it.
10398
103992000-10-04 Peter Breton <pbreton@ne.mediaone.net>
10400
10401 * net/net-utils.el (nslookup-font-lock-keywords)
10402 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
10403 Only set if window-system is non-nil
10404 (net-utils-run-program): Returns buffer.
10405 (network-connection-reconnect): Added this function.
10406
10407 * generic.el:
10408 Incorporates extensive cleanup and docfixes by
10409 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
10410 Uses cl compile-time macros.
10411 (generic-mode-name, generic-comment-list)
10412 (generic-keywords-list, generic-font-lock-expressions)
10413 (generic-mode-function-list, generic-mode-syntax-table):
10414 Removed variables.
10415 (generic-mode-alist): Renamed to generic-mode-list.
10416 (generic-find-file-regexp): Default changed to "^#".
10417 (generic-read-type): Uses completing read on generic-mode-list.
10418 (generic-mode-sanity-check): removed this function.
10419 (generic-add-to-auto-mode): Removed this function
10420 (generic-mode-internal): Bind mode-specific definitions
10421 into function instead of putting them in alist.
10422 (generic-mode-set-comments): Reworked extensively.
10423 (generic-mode-find-file-hook): Simplified regexp searching
10424 (generic-make-keywords-list): Omit extra pair of parens
10425
10426 * find-lisp.el (find-lisp-find-files-internal):
10427 Make sure directory name ends with "/".
10428
10429 * generic-x.el (apache-conf-generic-mode):
10430 Regexp now allows leading whitespace.
10431 (rc-generic-mode): Added eval-when-compile
10432 around generic-make-keywords-list.
10433 Deleted duplicate regexp
10434 (rul-generic-mode): Added eval-when-compile
10435 around generic-make-keywords-list.
10436 (etc-fstab-generic-mode): New generic mode.
10437 (rul-generic-mode): Removed one eval-when-compile
10438 which caused a max-specpdl-size exceeded error.
10439
104402000-10-04 Miles Bader <miles@gnu.org>
10441
10442 * simple.el (minibuffer-temporary-goal-position): New variable.
10443 (next-history-element): Try to keep the position of point in the
10444 input string constant.
10445
10446 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
10447 (dired-do-create-files): If there's only one file, pass it in as
10448 the DEFAULT arg to dired-mark-read-file-name.
10449
104502000-10-03 Stefan Monnier <monnier@cs.yale.edu>
10451
10452 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
10453 (diff-goto-source): Be smarter when choosing REVERSE or not.
10454
10455 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
10456 (texinfo-mode-menu): Add an explicit shortcut for update all.
10457
104582000-10-03 Andre Spiegel <spiegel@gnu.org>
10459
10460 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
10461 factorize backend-specific code cleanly (this was essentially
10462 conceived by Stefan Monnier).
10463 (vc-unregister): Function removed.
10464 (vc-revert-file): New function.
10465 (vc-revert-buffer): Delegate some of the work to it.
10466
10467 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
10468 default branch unconditionally.
10469 (vc-rcs-set-default-branch): New function.
10470 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
10471 (vc-rcs-checkin): If an appropriate default branch has been set,
10472 force creation of that branch.
10473 (vc-rcs-receive-file): Rewritten to contain only backend-specific
10474 code (as suggested by Stefan Monnier).
10475
104762000-10-02 Gerd Moellmann <gerd@gnu.org>
10477
10478 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
10479 highlighting overlay with a different face over the overlay
10480 isearch uses to highlight the current match because that can lead
10481 to bad face combinations.
10482
10483 * loadup.el (toplevel): Load faces before isearch.
10484
10485 * isearch.el (isearch-faces): New custom group.
10486 (isearch): New defface; was already tested for in the code.
10487 (isearch-lazy-highlight-face): Changed to defface from defcustom.
10488 (isearch-highlight): Always use face `isearch'.
10489
104902000-10-02 Dave Love <fx@gnu.org>
10491
10492 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
10493 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
10494 comparison of opcode with operand.
10495
104962000-10-03 Miles Bader <miles@gnu.org>
10497
10498 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
10499 buffer, since the echo area will now grow to accommodate them.
10500
105012000-10-02 Andre Spiegel <spiegel@gnu.org>
10502
10503 * vc-hooks.el (vc-registered): If FILE used to be registered under
10504 a certain backend, try that one first.
10505
10506 * vc.el (vc-responsible-backend): Undo the previous change in the
10507 argument list. Handle multiple backends correctly.
10508 (vc-find-new-backend): Function removed.
10509 (vc-register): Use vc-responsible-backend, as before.
10510 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
10511
105122000-10-02 Gerd Moellmann <gerd@gnu.org>
10513
10514 * startup.el (fancy-splash-head): Change message below the
10515 logo.
10516
105172000-10-02 Miles Bader <miles@lsi.nec.co.jp>
10518
10519 * diff-mode.el (diff-goto-source): Emit a status message.
10520 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
10521 (diff-test-hunk): Fix doc string.
10522 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
10523 (diff-advance-after-apply-hunk): New variable.
10524 (diff-apply-hunk): Don't return a value.
10525
105262000-10-01 Stefan Monnier <monnier@cs.yale.edu>
10527
10528 * vc.el (vc-editable-p): Minor optimization.
10529 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
10530 (vc-find-new-backend): New function split from vc-responsible-backend.
10531 (vc-register): Use it.
10532 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
10533 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
10534 (vc-default-unregister, vc-revert-buffer): Docstring fix.
10535 (vc-clear-headers): Don't use find-file.
10536 (vc-revert-buffer): Use `and' again (must have been a braino).
10537 (vc-switch-backend): Only prompt if requested.
10538 Short circuit if nothing is to be done.
10539 Don't use vc-resynch-buffer which could lose unsaved editing.
10540 (vc-default-receive-file): Update call to vc-unregister.
10541 (with-vc-file, vc-next-action-on-file):
10542 Use vc-backend rather than vc-registered.
10543 (vc-next-action-on-file): Use intern-soft.
10544 Deal with read-only *vc-diff* buffer.
10545 (vc-transfer-file): Docstring fix.
10546
10547 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
10548 (vc-rcs-receive-file): Avoid with-vc-properties.
10549 Update call to vc-unregister.
10550 Use constant `RCS' rather than (dynamically bound) var `backend'.
10551
105522000-10-01 Andre Spiegel <spiegel@gnu.org>
10553
10554 * vc.el (vc-next-action-on-file): Update mode line only if file
10555 is visited.
10556 (vc-start-entry): New argument initial-contents. Don't visit the file
10557 if it isn't already visited. Brought documentation up-to-date.
10558 (vc-next-action, vc-register): Updated calls to vc-start-entry.
10559 (vc-checkin): New optional arg initial-contents, which is passed to
10560 vc-start-entry.
10561 (vc-finish-logentry): Make sure to bury log buffer only if there
10562 really is one. Call `vc-resynch-buffer' on log-file, not
10563 buffer-file-name.
10564 (vc-default-comment-history, vc-default-wash-log): New functions.
10565 (vc-index-of): Removed.
10566 (vc-transfer-file): Make do without the above.
10567 (vc-default-receive-file): Call comment-history unconditionally. Pass
10568 the resulting string to vc-checkin, instead of inserting it into the
10569 comment ring.
10570
10571 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
10572 unconditionally. Use the comments as initial contents of the log
10573 entry buffer. Document the trick to force branch creation with no
10574 changes.
10575
105762000-10-01 Miles Bader <miles@gnu.org>
10577
10578 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
10579 `recenter' with an arg to prevent redrawing the display.
10580
105812000-09-30 Stefan Monnier <monnier@cs.yale.edu>
10582
10583 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
10584
10585 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
10586
10587 * progmodes/c-mode.el (c-mode):
10588 Don't gratuitously override the default for comment-column.
10589
10590 * textmodes/tex-mode.el (latex-metasection-list): New var.
10591 (latex-imenu-create-index): Use it.
10592 Move the regexp construction outside loops (and use push).
10593 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
10594 (tex-font-lock-keywords): Moved from font-lock.el.
10595 (tex-comment-indent): Remove.
10596 (tex-common-initialization): Don't set comment-indent-function.
10597 (latex-block-default): New var.
10598 (tex-latex-block): Use it to provide a default choice.
10599 Add any unknown choice to latex-block-names.
10600 Insert [...] after {...}.
10601 (tex-last-unended-begin): Simplify regexp.
10602 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
10603 (latex-forward-sexp-1, latex-forward-sexp): New functions.
10604 (latex-mode): Set forward-sexp-function.
10605
10606 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
10607 Add regexp for @ignore ... @end ignore.
10608 (texinfo-heading-face): New face.
10609 (texinfo-font-lock-keywords): Use it.
10610 (texinfo-mode-menu): New menu.
10611 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
10612 New functions.
10613 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
10614 (texinfo-section-types-regexp, texinfo-section-level-regexp)
10615 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
10616 Remove declaration.
10617 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
10618
10619 * delsel.el (delete-selection-mode): Use define-minor-mode.
10620
10621 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
10622
106232000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10624
10625 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
10626
106272000-09-30 Gerd Moellmann <gerd@gnu.org>
10628
10629 * replace.el (keep-lines-read-args): New function.
10630 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
10631 read arguments interactively. Add parameters RSTART and REND.
10632 Operate on the active region in Transient Mark mode.
10633
10634 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
10635
10636 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
10637 (authors-obsolete-files-regexps): New variable.
10638 (authors-add): Don't record changes in obsolete files.
10639
106402000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10641
10642 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
10643
10644 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
10645 (comment-indent): Make sure there's a space between code and comment.
10646 Shift comments left to avoid going past fill-column.
10647
106482000-09-29 Gerd Moellmann <gerd@gnu.org>
10649
10650 * startup.el (startup-echo-area-message): New function.
10651 (display-startup-echo-area-message): Use it.
10652 (fancy-splash-screens): Rewritten to use keymaps and a timer.
10653 (fancy-splash-default-action): New function.
10654 (fancy-splash-screens-1): New function.
10655 (fancy-splash-head): Put a help-echo and a keymap under the image.
10656
106572000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10658
10659 * diff-mode.el (diff-add-log-file-name): Remove.
10660 (diff-mode): Use add-log-buffer-file-name-function.
10661
10662 * add-log.el (find-change-log): New arg BUFFER-FILE.
10663 (add-log-file-name): Obey add-log-file-name-function.
10664 (add-log-buffer-file-name-function): New var.
10665 (add-change-log-entry): Use it.
10666
106672000-09-29 Miles Bader <miles@gnu.org>
10668
10669 * image-file.el (image-file-name-extensions): New variable.
10670 (image-file-name-regexps): Renamed from `image-file-regexps'.
10671 New default value is nil. Call `auto-image-file-mode'.
10672 (image-file-name-regexp): New function.
10673 (auto-image-file-mode): New minor mode.
10674 (insert-image-file): Don't make conditional on the image-file
10675 handler being enabled.
10676 (image-file-handler): Make the call here conditional instead.
10677 (set-image-file-handler-enabled, enable-image-file-handler)
10678 (disable-image-file-handler): Functions removed.
10679
10680 * emacs-lisp/authors.el (authors-print): Rephrase many-files
10681 string.
10682
106832000-09-29 Gerd Moellmann <gerd@gnu.org>
10684
10685 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
10686 it's a function from CL.
10687 (latex-imenu-create-index): Replace eval-when-compile with progn
10688 because latex-section-alist is not bound while compiling.
10689
106902000-09-28 Stefan Monnier <monnier@cs.yale.edu>
10691
10692 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
10693 (outline-mode): Use define-derived-mode.
10694
10695 * progmodes/perl-mode.el (perl-mode):
10696 * progmodes/awk-mode.el (awk-mode):
10697 * progmodes/asm-mode.el (asm-mode):
10698 Don't gratuitously override the default for comment-column.
10699
10700 * emacs-lisp/lisp.el (lisp-complete-symbol):
10701 Distinguish the let-binding case from the funcall case.
10702 (forward-sexp-function): New variable.
10703 (forward-sexp): Use it.
10704
10705 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
10706 (easy-mmode-defmap): Remove the now useless autoload.
10707
10708 * time.el (display-time-mode): Use define-minor-mode.
10709
10710 * subr.el (add-minor-mode): Don't eval NAME.
10711 Don't depend on the presence of TOGGLE-FUN for any special behavior.
10712 Use if rather than cond.
10713
10714 * simple.el (read-expression-map): Define more properly.
10715 (comment-indent-hook): Remove.
10716 (string-to-syntax): Bug fix.
10717
10718 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
10719 (cvs-ediff-diff): Fix typo.
10720 (cvs-revert-if-needed): Don't bother preserving read-only.
10721
10722 * paren.el (show-paren-mode): Use define-minor-mode.
10723
10724 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
10725 (toggle-auto-compression): Remove.
10726 (jka-compr-build-file-regexp): Remove useless grouping.
10727
10728 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
10729 Avoid user-reserved bindings.
10730 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
10731 (diff-header-face): Revert to grey85.
10732
10733 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
10734
10735 * complete.el (partial-completion-mode) <defcustom>: Remove.
10736 (partial-completion-mode): Use define-minor-mode.
10737 (PC-do-completion): Understand `completion-auto-help = delay'
10738 to mean to popup the completion buffer only the second time.
10739 (PC-include-file-all-completions, PC-include-file-all-completions)
10740 (PC-include-file-all-completions): Don't quote lambda.
10741
10742 * comint.el (comint-mode-hook): Docstring fix.
10743 (comint-mode): Use define-derived-mode.
10744 (comint-mode-map): Remove obsolete comment.
10745 (make-comint): Minor stylistic change.
10746 (comint-insert-clicked-input): Be more careful to find the overlay.
10747 Use this-command-keys rather than hardcoding mouse-2.
10748
10749 * font-lock.el: Replace confusing (,@ with ,
10750 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
10751 Don't use regexp-opt-depth. Spice up the regexp for args.
10752 Don't distinguish between cmds that can take an opt arg or not.
10753 Use `append' and `prepend' rather than `keep'.
10754
10755 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
10756 (latex-outline-regexp): New var.
10757 (latex-outline-level): New fun.
10758 (latex-section-alist): New var.
10759 (latex-imenu-create-index): Use it. Use `push' as well.
10760 (tex-shell-map): Initialize it properly.
10761 (tex-mode): Minor stylistic change.
10762 (plain-tex-mode): Use define-derived-mode.
10763 (latex-mode): Use define-derived-mode.
10764 Construct the paragraph regexps in a more readable way.
10765 Set the buffer-local outline-{level,regexp} vars.
10766 (slitex-mode): Derive from latex-mode.
10767 (tex-common-initialization): Don't kill-all-vars anymore.
10768 Add setting for comment-add and font-lock-defaults.
10769 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
10770 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
10771 (tex-start-tex): New arg DIR (and send a chdir command for it).
10772 Also display the shell buffer and save it in tex-last-buffer-texed.
10773 (tex-region): Use expand-file-name rather than concat.
10774 Remove code made useless by changes in tex-start-tex.
10775 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
10776
10777 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
10778
107792000-09-28 Dave Love <fx@gnu.org>
10780
10781 * eshell/eshell.el (eshell) <defgroup>: Add :version.
10782
107832000-09-28 Gerd Moellmann <gerd@gnu.org>
10784
10785 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
10786 `append'.
10787
107882000-09-28 Stefan Monnier <monnier@cs.yale.edu>
10789
10790 * info.el (Info-extract-pointer): Undo last change.
10791 Instead, fix the position of the `bound' arg to re-search-backward.
10792
107932000-09-27 Stefan Monnier <monnier@cs.yale.edu>
10794
10795 * info.el (Info-extract-pointer):
10796 Widen more carefully, to avoid finding pointers in other nodes.
10797 (Info-index): Use push.
10798
107992000-09-27 Gerd Moellmann <gerd@gnu.org>
10800
10801 * frame.el (set-frame-font): Remove call to obsolete function
10802 frame-update-faces.
10803 (set-foreground-color, set-background-color): Likewise for
10804 frame-update-face-colors.
10805
108062000-09-27 Miles Bader <miles@gnu.org>
10807
10808 * image-file.el: New file.
10809
108102000-09-27 Gerd Moellmann <gerd@gnu.org>
10811
10812 * frame.el (frame-notice-user-settings): Don't call
10813 frame-update-faces, which is a no-op now.
10814
10815 * ediff-wind.el (ediff-control-frame-parameters): Add zero
10816 tool-bar-lines.
10817
108182000-09-27 Dave Love <fx@gnu.org>
10819
10820 * mouse.el: Fix last change.
10821
108222000-09-27 Miles Bader <miles@lsi.nec.co.jp>
10823
10824 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
10825
108262000-09-22 Kenichi Handa <handa@etl.go.jp>
10827
10828 * international/quail.el (quail-help): The output message is
10829 improved.
10830
108312000-09-26 Dave Love <fx@gnu.org>
10832
10833 * mouse.el (popup-menu): If POSITION is nil, set it using
10834 mouse-position.
10835
108362000-09-25 Sam Steingold <sds@gnu.org>
10837
10838 * net/browse-url.el (browse-url-file-url): Check for null maps.
10839
108402000-09-26 Gerd Moellmann <gerd@gnu.org>
10841
10842 * frame.el (frame-notice-user-settings): Don't add a
10843 tool-bar-lines frame parameter to default-frame-alist in batch mode.
10844
10845 * frame.el (frame-notice-user-settings):
10846 Make tool-bar-mode and default-frame-alist consistent.
10847
10848 * toolbar/tool-bar.el (tool-bar-help): New function.
10849
108502000-09-25 Gerd Moellmann <gerd@gnu.org>
10851
10852 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
10853 current-load-list in top-level forms. Else this leaks a cons cell
10854 every time a defun is called.
10855
10856 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
10857
108582000-09-25 Dave Love <fx@gnu.org>
10859
10860 * startup.el (fancy-splash-head): Check XPM is available.
10861
10862 * autoinsert.el (auto-insert): Doc fix.
10863 (auto-insert-alist): Following GNU notices, don't say `copyright
10864 _by_'. Use line-beginning-position.
10865 (auto-insert): Check buffer-file-name is non-nil before use.
10866
108672000-09-25 Gerd Moellmann <gerd@gnu.org>
10868
10869 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
10870 starting with `@def' or `@multitable', in addition to ones
10871 specified by the user in auto-fill-inhibit-regexp.
10872
108732000-09-25 Markus Rost <rost@math.ohio-state.edu>
10874
10875 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
10876 rmail-dont-reply-to-names matches the empty string.
10877
108782000-09-25 Gerd Moellmann <gerd@gnu.org>
10879
10880 * startup.el (command-line-1, fancy-splash-text): Change the
10881 text to sound more friendly.
10882
108832000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
10884
10885 * progmodes/hideshow.el: Update author email address.
10886 Generally, sync w/ maintainer version 5.22.
10887 (hs-hide-all-non-comment-function): New var.
10888 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
10889 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
10890 (hs-show-region): Delete this command.
10891 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
10892
108932000-09-22 Dave Love <fx@gnu.org>
10894
10895 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
10896 (hl-line-highlight): Specify buffer when moving overlay.
10897
10898 * progmodes/fortran.el (fortran-mode): Locally set
10899 normal-auto-fill-function.
10900 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
10901 (fortran-mode-map): Adjust auto-fill menu entry.
10902
109032000-09-22 Gerd Moellmann <gerd@gnu.org>
10904
10905 * vc-rcs.el (toplevel): Require `vc' when compiling.
10906
10907 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
10908
109092000-09-22 Andre Spiegel <spiegel@gnu.org>
10910
10911 * vc.el (vc-switch-backend): Signal an error if the file is not
10912 registered under the new backend.
10913
10914 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
10915 without explicit revision number.
10916
109172000-09-21 Stefan Monnier <monnier@cs.yale.edu>
10918
10919 * diff-mode.el (diff-file-header-face): Reset to its previous value.
10920 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
10921 (diff-xor): New function.
10922 (diff-find-source-location): Use it. Fix a stupid name clash.
10923 (diff-hunk-status-msg): New function.
10924 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
10925 (diff-test-hunk): Use diff-find-source-location.
10926 (diff-goto-source): Favor the `reverse'.
10927 (diff-hunk-text): Properly handle one-sided context diffs.
10928 (diff-apply-hunk): When done, advance to the next hunk.
10929
109302000-09-21 Gerd Moellmann <gerd@gnu.org>
10931
10932 * startup.el (command-line): If frame was created with a non-zero
10933 tool-bar-lines parameter, switch tool-bar-mode on.
10934
10935 * add-log.el (change-log-date-face, change-log-name-face)
10936 (change-log-email-face, change-log-file-face)
10937 (change-log-list-face, change-log-conditionals-face)
10938 (change-log-function-face, change-log-acknowledgement-face):
10939 New faces, inheriting from font-lock faces.
10940 (change-log-font-lock-keywords): Use them.
10941
109422000-09-21 Dave Love <fx@gnu.org>
10943
10944 * progmodes/cperl-mode.el (top-level): Clean up
10945 `eval-when-compile's and assorted defvars.
10946 (cperl-invalid-face): Don't double-quote value. Change custom
10947 type.
10948 (cperl-mode): Set normal-auto-fill-function and don't zap
10949 auto-fill-function.
10950 (cperl-imenu--function-name-regexp-perl): Renamed from
10951 imenu-example--function-name-regexp-perl.
10952 (cperl-imenu--create-perl-index): Renamed from
10953 imenu-example--create-perl-index.
10954 (cperl-xsub-scan): Don't require cl.
10955
10956 * msb.el (msb-mode-map): Use substitute-key-definition.
10957 (msb-mode): Use msb-mode-map.
10958
109592000-09-21 Andre Spiegel <spiegel@gnu.org>
10960
10961 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
10962 New functions.
10963 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
10964 (vc-switch-backend): New function.
10965 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
10966 (vc-register): Fix prompt.
10967 (vc-unregister, vc-default-unregister): New functions.
10968 (vc-version-diff): Handle empty buffer in sentinel.
10969
10970 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
10971 (vc-rcs-state-heuristic): Use it to guess the state of files with
10972 non-strict locking.
10973 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
10974 been set with -b, but not created yet.
10975 (vc-rcs-fetch-master-state): With non-strict locking, compare file
10976 contents in order to find the state.
10977 (vc-rcs-checkin): Allow creation of branches with no changes.
10978 (vc-rcs-unregister, vc-rcs-receive-file)
10979 (vc-rcs-set-non-strict-locking): New functions.
10980
10981 * vc-hooks.el (vc-name): Force correct computation of the value
10982 in case it is missing.
10983
109842000-09-21 Gerd Moellmann <gerd@gnu.org>
10985
10986 * startup.el (fancy-splash-tail): Use a different foreground
10987 color on a dark frame background.
10988
109892000-09-21 Miles Bader <miles@lsi.nec.co.jp>
10990
10991 * info.el: Use the correct capitalization when making Info-mode
10992 and Info-edit-mode `special' modes.
10993
109942000-09-20 Stefan Monnier <monnier@cs.yale.edu>
10995
10996 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
10997 (diff-mode): Add support for add-log.el.
10998 (diff-hunk-text): Use char offsets rather than line offsets.
10999 (diff-find-source-location): Replace LINE with line-offset (nil
11000 if not found) and always set POS to a meaningful position.
11001 Adapt to the new char-offsets.
11002 (diff-apply-hunk): Drop support for the unused `select' POPUP.
11003 Adapt to the new diff-find-source-location.
11004 (diff-goto-source): Adapt to the new diff-find-source-location.
11005
11006 * add-log.el (add-log-file-name): New function (split out of
11007 add-change-log-entry).
11008 (add-change-log-entry): Use it.
11009 Call add-log-file-name-function with the changelog file name if
11010 the current buffer is not associated with any file.
11011 Avoid find-file if the selected window is dedicated.
11012
11013 * diff-mode.el (diff-find-source-location):
11014 Move code from diff-apply-hunk. Return buffer rather than file.
11015 (diff-apply-hunk): Use the new result from diff-find-source-location.
11016 (diff-goto-source): Use the new diff-find-source-location.
11017
110182000-09-20 Dave Love <fx@gnu.org>
11019
11020 * iswitchb.el: Some doc fixes.
11021 (iswitchb-mode-map): Define completely initially. Inherit
11022 minibuffer-local-map.
11023 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
11024 fundamental-mode.
11025 (iswitchb-global-map): New variable.
11026 (iswitchb-summaries-to-end): Amalgamate regexps.
11027 (iswitchb-mode): New.
11028 (iswitchb-mode-hook): New variable.
11029 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
11030 `extensions'.
11031
110322000-09-20 Gerd Moellmann <gerd@gnu.org>
11033
11034 * ehelp.el (electric-help): New defgroup.
11035 (electric-help-shrink-window): New user-option.
11036 (with-electric-help): Use it.
11037
11038 * window.el (shrink-window-if-larger-than-buffer): If face
11039 `mode-line' has a :box, and we're on a graphical frame, add 1
11040 to the needed window height.
11041
11042 * frame.el (frame-notice-user-settings): Add a last parameter nil
11043 to a call to `append', because the last list passed to `append' is
11044 not copied, and so subsequent calls to assq-delete-all will modify
11045 default-frame-alist.
11046
11047 * startup.el (fancy-splash-image): Change :type.
11048 (fancy-splash-head): Use an XBM image if appropriate.
11049 (command-line-1): Show splash screens in more cases.
11050
11051 * startup.el (fancy-splash-text): Don't quote faces.
11052
11053 * dired.el (dired-font-lock-keywords): Undo last change.
11054 (dired-readin): Bind indent-tabs-mode to nil.
11055
11056 * startup.el (fancy-splash-head): If frame's background mode
11057 is `dark', change the black background of the image to gray.
11058 (fancy-splash-screens): Display startup echo area message.
11059 (display-startup-echo-area-message): New function.
11060
110612000-09-20 Miles Bader <miles@lsi.nec.co.jp>
11062
11063 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
11064
11065 * info.el (info-header-node): Tweak for color ttys.
11066
11067 * faces.el (face-valid-attribute-values): Make sure directories we
11068 search for stipples both exist and are readable before trying to
11069 search them.
11070
11071 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
11072 in the dry-run case.
11073
11074 * jka-compr.el (with-auto-compression-mode): New macro.
11075
11076 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
11077 (custom-group-tag-face, custom-variable-tag-face): Use relative
11078 :height and inherit from `variable-pitch' face instead of
11079 hardwiring :family.
11080 * hi-lock.el (hi-black-hb): Likewise.
11081
11082 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
11083 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
11084 toolbar-add-item, if image doesn't have a mask add a `:mask
11085 heuristic'.
11086
110872000-09-19 Stefan Monnier <monnier@cs.yale.edu>
11088
11089 * diff-mode.el: Docstring fixes.
11090 (diff-header-face, diff-comment-face): New faces.
11091 (diff-font-lock-keywords): Highlight a bit differently.
11092 (diff-find-source-location): Don't return SPAN any more.
11093 (diff-hunk-text): Don't bother erasing the temp buffer.
11094 (diff-find-text): Drop argument LINE.
11095 (diff-apply-hunk): Update calls to diff-find-text.
11096 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
11097
11098 * calendar/calendar.el: Docstring fixes.
11099 (calendar-make-alist): Don't quote lambda.
11100 (calendar-star-date): Use make-local-variable.
11101
111022000-09-19 Dave Love <fx@gnu.org>
11103
11104 * toolbar/tool-bar.el: Renamed from toolbar.el.
11105 Change `toolbar' to `tool-bar' generally in symbols.
11106 Make some items invisible in `special' major modes.
11107 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
11108 Add arg PROPS.
11109
11110 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
11111 Add :version here.
11112 (fancy-splash-delay, fancy-splash-image): Remove :version here.
11113
111142000-09-19 Gerd Moellmann <gerd@gnu.org>
11115
11116 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
11117
11118 * files.el (find-file-suppress-same-file-warnings): New user-option.
11119 (find-file-noselect): Use it.
11120
11121 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
11122 (fancy-splash-screen): Defgroup.
11123
11124 * add-log.el (change-log-font-lock-keywords): Match names
11125 more exactly for the case that font-lock-constant-face is
11126 underlined.
11127
111282000-09-19 Richard M. Stallman <rms@gnu.org>
11129
11130 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
11131
111322000-09-19 Andre Spiegel <spiegel@gnu.org>
11133
11134 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
11135
111362000-09-19 Gerd Moellmann <gerd@gnu.org>
11137
11138 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
11139 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
11140 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
11141 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
11142 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
11143 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
11144 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
11145 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
11146 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
11147 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
11148 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
11149 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
11150
11151 * startup.el (fancy-splash-text): New variable.
11152 (fancy-splash-delay, fancy-splash-image): New user-options.
11153 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
11154 (fancy-splash-screens): New functions.
11155 (command-line-1): If display has a `display' frame parameter, has
11156 colors, and we have XPM support, show more fancy splash screens.
11157
111582000-09-19 Dave Love <fx@gnu.org>
11159
11160 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
11161 with null `help'. Use modern backquote syntax.
11162
111632000-09-19 Gerd Moellmann <gerd@gnu.org>
11164
11165 * font-lock.el (font-lock-mode): Change message telling the user
11166 that ``the buffer is too big''.
11167
11168 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
11169 for instance for the case that tab-width is 2.
11170
111712000-09-18 Gerd Moellmann <gerd@gnu.org>
11172
11173 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
11174 toolbar-add-item, if image doesn't have a mask add a `:mask
11175 heuristic'.
11176
111772000-09-18 Miles Bader <miles@lsi.nec.co.jp>
11178
11179 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
11180 and return a cons if it's non-nil.
11181 (diff-apply-hunk): Try to jump to the line in the source text
11182 corresponding to the position of point in the in the hunk.
11183
11184 * info.el (Info-title-3-face, Info-title-2-face)
11185 (Info-title-1-face): Use face inheritance and relative sizes
11186 instead of hard-wiring things.
11187
11188 * faces.el (secondary-selection): Make dark-background variant sane.
11189
111902000-09-16 Andrew Innes <andrewi@gnu.org>
11191
11192 * makefile.w32-in (compile-files-CMD): No need to make .elc files
11193 read-only, since they aren't under VC now.
11194
111952000-09-17 Dave Love <fx@gnu.org>
11196
11197 * tmm.el: Replace mapcar with mapc in several places.
11198
11199 * loadhist.el (unload-feature): Maybe call elp-restore-list and
11200 ad-unadvise.
11201
11202 * international/latin1-disp.el: New file.
11203
11204 * calendar/cal-move.el (scroll-calendar-left)
11205 (scroll-calendar-right): Make arg optional (for active mode line).
11206
11207 * calendar/calendar.el (calendar-mode-line-format): Make fields
11208 mouse-sensitive.
11209 (calendar-read-date, calendar-read-date, calendar-window-list):
11210 Unquote lambda.
11211 (calendar-month-name): Use aref, not sref.
11212
11213 * view.el (minor-mode-alist): Propertize the string.
11214
11215 * international/characters.el (standard-case-table): Add entries
11216 for Greek.
11217
112182000-09-18 Miles Bader <miles@gnu.org>
11219
11220 * info.el (info-node, info-xref): Add dark-background variants.
11221
11222 * faces.el (header-line): Change defaults to be less confusing
11223 when mixed with mode-lines.
11224
11225 * info.el (Info-fontify-node): Make a few cleanups.
11226 Add extra `help-echo' and `local-map' props to node xrefs.
11227 Use header-specific faces for node-names & xrefs.
11228 (Info-use-header-line): New variable.
11229 (info-header-xref, info-header-node): New faces.
11230 (Info-setup-header-line): New function.
11231 (Info-select-node): Call Info-setup-header-line when enabled.
11232 (Info-extract-pointer): Work even if the header line is hidden.
11233 (Info-header-line): New variable.
11234
112352000-09-16 Stefan Monnier <monnier@cs.yale.edu>
11236
11237 * vms-patch.el (print-region-function): Don't quote lambda.
11238
11239 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
11240
11241 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
11242 (lm-get-header-re): Allow spaces between the header and the colon.
11243 (lm-header): Allow $ in non-RCS headers.
11244 (lm-header-multiline): Put the strings back into order.
11245 Stop at an empty line. Don't require two space chars if the
11246 line is clearly not another header line.
11247
11248 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
11249 (popup-menu-popup): Remove.
11250
112512000-09-15 Gerd Moellmann <gerd@gnu.org>
11252
11253 * toolbar/toolbar.el (toolbar-add-item): Use the same image
11254 specification if or if not tool-bar item contains an `:enabled'
11255 property.
11256
11257 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
11258 current buffer has no file name.
11259
112602000-09-15 Dave Love <fx@gnu.org>
11261
11262 * strokes.el: Sync with maintainer's current version with changes
11263 for Emacs, but avoid runtime cl and levents.
11264 (toplevel): Change autoloads and compilation requires.
11265 (strokes-version, strokes-bug-address, strokes-lift): Values
11266 changed.
11267 (strokes-xpm-header, strokes-insinuated): New variable.
11268 (strokes): Add :link.
11269 (strokes-mode): Customized.
11270 (strokes-while-inhibiting-garbage-collector): New macro.
11271 (strokes-remassoc): Avoid remove-if.
11272 (strokes-fix-button2-command): Don't use ad-do-it.
11273 (strokes-insinuate): New function.
11274 (strokes-button-press-event-p, strokes-button-release-event-p):
11275 New functions, used instead of non-`strokes-' versions..
11276 (strokes-mouse-event-p): Rewritten.
11277 (strokes-event-closest-point): Avoid event-point.
11278 (strokes-get-grid-position): Avoid cdadr, caadr
11279 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
11280 functions.
11281 (strokes-help): Use with-output-to-temp-buffer.
11282 (strokes-window-configuration-changed-p): New function.
11283 (strokes-update-window-configuration): Use buffer-live-p,
11284 strokes-window-configuration-changed-p.
11285 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
11286 (strokes-char-face): New face.
11287 (strokes-char-table, strokes-base64-chars): New variable.
11288 (strokes-xpm-for-stroke, strokes-list-strokes)
11289 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
11290 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
11291 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
11292 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
11293 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
11294 functions.
11295
112962000-09-15 Gerd Moellmann <gerd@gnu.org>
11297
11298 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
11299
11300 * image.el (create-image): Doc fix.
11301
11302 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
11303 instead of `:heuristic-mask t'.
11304
113052000-09-14 Andrew Innes <andrewi@gnu.org>
11306
11307 * makefile.w32-in: Revert to Unix line endings.
11308
113092000-09-14 Andrew Innes <andrewi@gnu.org>
11310
11311 * makefile.w32-in: Add bootstrap support. Also copy lisp source
11312 when installing.
11313
11314 * makefile.nt (DONTCOMPILE): Fix typo.
11315
11316 * shell.el (shell-write-history-on-exit): New function.
11317 (shell-dumb-shell-regexp): New custom variable.
11318 (shell-mode): Make shell-write-history-on-exit the process
11319 sentinel if shell name matches shell-dumb-shell-regexp.
11320
11321 * w32-fns.el: Comment out before-init-hook function which resets
11322 source-directory based; this breaks bootstrap.
11323
113242000-09-14 Dave Love <fx@gnu.org>
11325
11326 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
11327 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
11328 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
11329 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
11330 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
11331 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
11332 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
11333 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
11334 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
11335
11336 * toolbar/toolbar.el: New.
11337
11338 * subdirs.el: Add toolbar.
11339
113402000-09-14 Gerd Moellmann <gerd@gnu.org>
11341
11342 * indent.el (indent-for-tab-command): Doc fix.
11343
113442000-09-14 Alex Schroeder <alex@gnu.org>
11345
11346 * ansi-color.el (ansi-colors): Doc change.
11347 (ansi-color-get-face): Simplified regexp.
11348 (ansi-color-faces-vector): Added more faces, doc change.
11349 (ansi-color-names-vector): Doc change.
11350 (ansi-color-regexp): Simplified regexp.
11351 (ansi-color-parameter-regexp): New regexp.
11352 (ansi-color-filter-apply): Doc change.
11353 (ansi-color-filter-region): Doc change.
11354 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
11355 deal with zero length parameters.
11356 (ansi-color-apply-on-region): Doc change.
11357 (ansi-color-map): Doc change.
11358 (ansi-color-map-update): Removed debugging message.
11359 (ansi-color-get-face-1): Added condition-case to trap
11360 args-out-of-range errors.
11361 (ansi-color-get-face): Doc change.
11362 (ansi-color-make-face): Removed.
11363 (ansi-color-for-shell-mode): New option.
11364
113652000-09-13 Kenichi Handa <handa@etl.go.jp>
11366
11367 * international/quail.el (quail-start-translation): Translate KEY
11368 if necessary even if it doesn't have any mapping in the current
11369 input method.
11370 (quail-start-conversion): Likewise.
11371 (quail-help): The output message is improved.
11372
113732000-09-13 Miles Bader <miles@gnu.org>
11374
11375 * comint.el (comint-output-filter): Revert to using
11376 `insert-before-markers'. Add bletcherous hack to undo damage
11377 caused by `insert-before-markers'. Put `front-sticky' property on
11378 overlays created here so that the field code understands how the
11379 overlay works. Use a let when making comint-last-prompt-overlay,
11380 so that the code is easier to read.
11381
113822000-09-13 Dave Love <fx@gnu.org>
11383
11384 * wid-edit.el (widget-default-format-handler): DTRT when
11385 doc-property is a function.
11386
113872000-09-12 Francesco Potorti` <pot@gnu.org>
11388
11389 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
11390 filed name if it's not there.
11391
113922000-09-12 Dave Love <fx@gnu.org>
11393
11394 * simple.el (read-mail-command): Doc fix.
11395 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
11396
11397 * vc.el (vc-dired-listing-switches): Fix :version.
11398
11399 * vc-hooks.el: Doc fixes.
11400
11401 * subr.el (add-minor-mode): Use toggle-fun arg.
11402
11403 * speedbar.el: Add :version to several defcustoms.
11404
11405 * imenu.el (imenu--truncate-items, imenu--cleanup)
11406 (imenu--generic-function): Avoid mapcar.
11407 (imenu--replace-spaces): Function removed.
11408 (imenu--completion-buffer): Use subst-char-in-string.
11409 (imenu-add-to-menubar): Use keymap inheritance.
11410
114112000-09-12 Miles Bader <miles@gnu.org>
11412
11413 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
11414 (diff-mode-map): Bind `diff-test-hunk'.
11415 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
11416
114172000-09-11 Gerd Moellmann <gerd@gnu.org>
11418
11419 * bytecomp.el (byte-compile-defvar): Undo last change
11420 because it breaks '(make-variable-buffer-local (defvar ...)'
11421 which is used at least in dired.
11422
114232000-09-12 Kenichi Handa <handa@etl.go.jp>
11424
11425 * international/quail.el (quail-define-package): Docstring
11426 modified.
11427
114282000-09-12 Kenichi Handa <handa@etl.go.jp>
11429
11430 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
11431 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
11432 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
11433 docstring of "chinese-py".
11434
11435 * international/quail.el (quail-translation-docstring): New
11436 variable.
11437 (quail-show-keyboard-layout): Docstring modified.
11438 (quail-select-current): Likewise.
11439 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
11440 infinite recursive call.
11441 (quail-help): Check quail-translation-docstring. Format of the
11442 output changed.
11443 (quail-help-insert-keymap-description): Adjusted for the above
11444 change.
11445
114462000-09-11 Gerd Moellmann <gerd@gnu.org>
11447
11448 * bytecomp.el (byte-compile-defvar): Only cons onto
11449 current-load-list in top-level forms. Else this leaks a cons cell
11450 every time a defun is called.
11451
114522000-09-11 Miles Bader <miles@lsi.nec.co.jp>
11453
11454 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
11455 Now understands non-unified diffs. Some functionality moved into
11456 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
11457 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
11458 modify anything. Only reposition point in the patched file if the
11459 patch succeeds. Only pop up another window if POPUP is true.
11460 Emit a message describing what happened if successful, and at what
11461 line-offset. Automatically detect reversed hunks and do something
11462 appropriate.
11463 (diff-hunk-text, diff-find-text): New functions.
11464 (diff-filter-lines): Function removed.
11465 (diff-test-hunk): New function.
11466 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
11467
114682000-09-10 Dave Love <fx@gnu.org>
11469
11470 * textmodes/tildify.el: Minor doc/commentary fixes.
11471 (tildify) <defgroup>: Add :version.
11472
11473 * faces.el (face-x-resources): Make custom type more specific.
11474 (frame-background-mode): Use mapc.
11475 (region) <defcustom>: Add :version.
11476
114772000-09-08 Stefan Monnier <monnier@cs.yale.edu>
11478
11479 * vc-sccs.el (vc-sccs-register):
11480 * vc-rcs.el (vc-rcs-register):
11481 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
11482 * vc.el (vc-register): Clear file's properties.
11483
114842000-09-08 Gerd Moellmann <gerd@gnu.org>
11485
11486 * faces.el (face-spec-set): Only face-spec-reset-face when
11487 ATTRS is non-nil.
11488
114892000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
11490
11491 * help.el (help-insert-xref-button): Fix a typo in doc string.
11492
114932000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
11494
11495 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
11496 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
11497 methods.
11498
11499 * menu-bar.el (read-mail-item-name): New function.
11500 (menu-bar-tools-menu): Use it to compute and display the package
11501 used to read email.
11502 (menu-bar-tools-menu): Fix typo in GUD's help string.
11503
115042000-09-07 Dave Love <fx@gnu.org>
11505
11506 * diff-mode.el (diff-mouse-goto-source): New function.
11507
11508 * vc-sccs.el: Doc fixes.
11509 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
11510
11511 * vc-rcs.el: Doc fixes.
11512 (vc-rcs-register-switches, vc-rcs-checkin-switches)
11513 (vc-rcs-checkout-switches, vc-rcs-header)
11514 (vc-rcs-master-templates): Add or change :version.
11515
11516 * vc-cvs.el: Doc fixes.
11517 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
11518 (vc-cvs-stay-local): Add :version.
11519
11520 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
11521
115222000-09-07 Kenichi Handa <handa@etl.go.jp>
11523
11524 * international/quail.el (quail-help): Fix previous change.
11525
115262000-09-07 Gerd Moellmann <gerd@gnu.org>
11527
11528 * faces.el (color-values): Doc fix.
11529
11530 * faces.el (frame-set-background-mode): Use frame-parameter
11531 instead of frame-parameters.
11532
11533 * frame.el (filtered-frame-list): Reduce consing.
11534 (frames-on-display-list): Call frame-parameter instead of
11535 frame-parameters.
11536
115372000-09-07 Kenichi Handa <handa@etl.go.jp>
11538
11539 * language/devan-util.el (devanagari-to-indian-region): In the
11540 loop, change the following char, not preceding char.
11541
115422000-09-07 Gerd Moellmann <gerd@gnu.org>
11543
11544 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
11545 instead of frame-parameters.
11546
11547 * faces.el (set-face-attribute): Simplify by calling
11548 internal-set-lisp-face-attribute with FRAME being 0.
11549
11550 * vc.el: Remove `Id' version control keyword.
11551
115522000-09-07 Kenichi Handa <handa@etl.go.jp>
11553
11554 * help.el (help-make-xrefs): Adjusted for the change of
11555 help-xref-mule-regexp.
11556 (help-insert-xref-button): New function.
11557
11558 * international/mule-cmds.el (help-xref-mule-regexp-template):
11559 Include the pattern for character set.
11560 (leim): New group.
11561
11562 * international/quail.el: Don't require face.
11563 (quail): New group.
11564 (quail-other-command): Dummy command to make quail-help work better.
11565 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
11566 (quail-keyboard-layout-substitution): New variable.
11567 (quail-update-keyboard-layout): New function.
11568 (quail-keyboard-layout-type): New customizable variable.
11569 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
11570 (quail-keyboard-translate): Pay attention to
11571 quail-keyboard-layout-substitution.
11572 (quail-insert-kbd-layout): New function.
11573 (quail-show-keyboard-layout): New function.
11574 (quail-get-translation): If the definition is a vector of length
11575 1, and the element is a string of length 1, return the character
11576 in that string.
11577 (quail-update-current-translations): Fix the case of
11578 relative-index out of range.
11579 (quail-build-decode-map, quail-insert-decode-map): New Functions.
11580 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
11581 Show key sequences for all available characters.
11582 (quail-help-insert-keymap-description): Don't show such verbose
11583 key bindings as quail-self-insert-command.
11584
11585 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
11586 Format changed, and each element now have extra documentations.
11587 (tit-process-header): Delete invalid characters from TIT-PROMPT.
11588 Adjusted for the change of quail-cxterm-package-ext-info.
11589
115902000-09-06 Gerd Moellmann <gerd@gnu.org>
11591
11592 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
11593 requiring it leads to a recursive loading of vc.el and vc-hooks.el
11594 during bootstrap.
11595
115962000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11597
11598 * vc.el: (toplevel): Don't require `dired' at run-time.
11599 (vc-dired-resynch-file): Remove autoload cookie.
11600
116012000-09-05 Andre Spiegel <spiegel@gnu.org>
11602
11603 * vc.el: Made several backend functions optional.
11604 (vc-default-responsible-p): New function.
11605 (vc-merge): Use RET for first version to trigger merge-news, not
11606 prefix arg.
11607 (vc-annotate): Handle backends that do not support annotation.
11608 (vc-default-merge-news): Removed. The existence of a merge-news
11609 implementation is now checked on caller sites.
11610
11611 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
11612 case.
11613
11614 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
11615 special case that has been removed from the default in vc-hooks.el.
11616
116172000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11618
11619 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
11620
116212000-09-05 Andre Spiegel <spiegel@gnu.org>
11622
11623 * vc-hooks.el: Require vc during compilation.
11624 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
11625 macro `with-vc-properties' in vc.el.
11626 (vc-file-getprop): Doc fix.
11627 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
11628
11629 * vc.el: Require dired-aux during compilation.
11630 (vc-name-assoc-file): Moved to vc-sccs.el.
11631 (with-vc-properties): New macro.
11632 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
11633 vc-finish-steal): Use it.
11634 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
11635 to the backend-specific function is now supposed to do the checkout,
11636 too.
11637 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
11638
11639 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
11640 set file properties; that gets done in the generic code now.
11641
11642 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
11643 Changed parameter list, added code from vc.el that does the
11644 checkout, possibly with a double-take.
11645
11646 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
11647 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
11648 the above under the new name.
11649 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
11650 parameter list, added checkout command.
11651 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
11652 properties; that gets done in the generic code now.
11653
116542000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11655
11656 * vc.el: Docstring fixes (courtesy of checkdoc).
11657
116582000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11659
11660 * vc.el (vc-checkout-writable-buffer-hook)
11661 (vc-checkout-writable-buffer): Remove.
11662 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
11663 (vc-log-mode): Make it into a clean derived major mode.
11664 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
11665 vc-log-mode if log-edit is not available.
11666 (vc-dired-mode-map): Don't set-keymap-parent yet.
11667 (vc-dired-mode): Do set-keymap-parent here.
11668 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
11669
116702000-09-05 Gerd Moellmann <gerd@gnu.org>
11671
11672 * faces.el (set-face-attribute, face-spec-reset-face)
11673 (face-spec-set): Avoid consing by removing calls to `apply'.
11674
11675 * frame.el (frame-parameter): Move to C code.
11676
116772000-09-05 Dave Love <fx@gnu.org>
11678
11679 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
11680 insert-before-markers-and-inherit. Now checked systematically!
11681
116822000-09-05 Alex Schroeder <alex@gnu.org>
11683
11684 * sql.el (sql-postgres): Use sql-postgres-options.
11685 (sql-postgres-options): New variable.
11686
116872000-09-05 Alex Schroeder <alex@gnu.org>
11688
11689 * sql.el (sql-mode-menu): Work around missing variable mark-active
11690 in XEmacs.
11691 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
11692 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
11693 compatibility.
11694
116952000-09-04 Gerd Moellmann <gerd@gnu.org>
11696
11697 * vc.el (vc-dired-resynch-file): Add autoload cookie.
11698
11699 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
11700
11701 * Makefile.in (DONTCOMPILE): Fix typo in file name.
11702
117032000-09-04 Andre Spiegel <spiegel@gnu.org>
11704
11705 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
11706 don't support anything else under SCCS yet.
11707
11708 * vc-hooks.el: Minor doc fixes.
11709
117102000-09-04 Andre Spiegel <spiegel@gnu.org>
11711
11712 * vc.el (vc-next-action-on-file): Do not visit the file if it's
11713 not necessary. If verbose in state `needs-patch', do the same as
11714 under `up-to-date'. When NOT verbose and `needs-patch', check out
11715 latest version instead of `merge-news'.
11716 (vc-next-action-dired): Don't mess with default-directory here; it
11717 breaks other parts of dired. It is the job of the
11718 backend-specific functions to adjust it temporarily if they need it.
11719 (vc-next-action): Remove a special CVS case.
11720 (vc-clear-headers): New optional arg FILE.
11721 (vc-checkin, vc-checkout): Set properties vc-state and
11722 vc-checkout-time properly.
11723 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
11724 (vc-print-log): Use new backend function `show-log-entry'.
11725 (vc-cancel-version): Do the checks in a different order. Added a
11726 FIXME concerning RCS-only code.
11727
11728 * vc-rcs.el (vc-rcs-show-log-entry): New function.
11729 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
11730
11731 * vc-cvs.el (vc-cvs-show-log-entry): New function.
11732
11733 * vc-hooks.el (vc-default-mode-line-string): Show state
11734 `needs-patch' as a `-' too.
11735
117362000-09-04 Andre Spiegel <spiegel@gnu.org>
11737
11738 * vc.el (vc-responsible-backend): New optional arg REGISTER.
11739 (vc-default-could-register): New function.
11740 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
11741 (vc-resynch-buffer): Call vc-dired-resynch-file.
11742 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
11743 vc-resynch-buffer instead of vc-resynch-window.
11744 (vc-next-action-dired): Don't redisplay here, that gets done as a
11745 result of the individual file operations.
11746 (vc-retrieve-snapshot): Corrected prompt order.
11747
11748 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
11749
11750 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
11751 as well.
11752 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
11753 hostname regexps. Updated all callers.
11754 (vc-cvs-responsible-p): Handle directories as well.
11755 (vc-cvs-could-register): New function.
11756 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
11757 properties up-to-date.
11758
11759 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
11760 user whether to create one.
11761
117622000-09-04 Andre Spiegel <spiegel@gnu.org>
11763
11764 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
11765 check out a non-existing file.
11766
11767 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
11768 workfile does not exist.
11769
11770 * vc.el (vc-version-diff): Use `require' to check for existence of
11771 diff-mode.
11772
117732000-09-04 Andre Spiegel <spiegel@gnu.org>
11774
11775 * vc-cvs.el (vc-cvs-registered): Use new function
11776 vc-cvs-parse-entry to do the actual work.
11777
117782000-09-04 Andre Spiegel <spiegel@gnu.org>
11779
11780 * vc-hooks.el (vc-find-backend-function): If function doesn't
11781 exist, return nil instead of error.
11782 (vc-call-backend): Doc fix.
11783
11784 * vc.el (vc-do-command): Doc fix.
11785 (vc-finish-logentry): When checking in from vc-dired, choose the
11786 right backend for logentry check.
11787 (vc-dired-mode-map): Inherit from dired-mode-map.
11788 (vc-dired-mode): Local value of dired-move-to-filename-regexp
11789 simplified.
11790 (vc-dired-state-info): Removed, updated caller.
11791 (vc-default-dired-state-info): Use parentheses instead of hyphens.
11792 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
11793 (vc-dired-listing-switches): New variable.
11794 (vc-directory): Use it, instead of dired-listing-switches.
11795
11796 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
11797 (vc-cvs-dir-state): New function.
11798 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
11799 (vc-cvs-parse-entry): New function, also to be used in
11800 vc-cvs-registered.
11801
118022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11803
11804 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
11805 *or* single-window-frames.
11806
118072000-09-04 Andre Spiegel <spiegel@gnu.org>
11808
11809 * vc.el (vc-update-changelog): Split into generic part and default
11810 implementation. Doc string adapted.
11811 (vc-default-update-changelog): New function. Call the `rcs2log'
11812 script in exec-directory, to fix a long-standing nuisance.
11813
11814 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
11815 simply signals an error.
11816
118172000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11818
11819 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
11820 control-flow more clear and to avoid running `cvs' twice.
11821
11822 * vc.el (vc-next-action-on-file): Doc fix.
11823 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
11824 (vc-print-log): Eval `file' before constructing the continuation.
11825
118262000-09-04 Andre Spiegel <spiegel@gnu.org>
11827
11828 * vc.el (vc-next-action-on-file): Corrected several messages.
11829 (vc-merge): Add prefix arg `merge-news'; handle it.
11830
11831 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
11832 is not reached. It is.
11833 (vc-cvs-merge): Set state to 'edited after merge.
11834 (vc-cvs-merge-news): Set workfile version to nil if not known.
11835 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
11836
11837 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
11838 via stdout. (Merge from main line.)
11839
118402000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11841
11842 * vc.el (vc-finish-logentry): Thinko in the "same comment"
11843 detection.
11844
118452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11846
11847 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
11848 against kill-all-local-variables.
11849 (vc-log-edit): Don't save vc-parent-buffer any more.
11850 (vc-last-comment-match): Initialize to an empty string.
11851 (vc-post-command-functions): New hook.
11852 (vc-do-command): Run it.
11853 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
11854 (vc-finish-logentry): Only add the comment to the ring if it's
11855 different from the last comment entered.
11856 (vc-new-comment-index): New function.
11857 (vc-previous-comment): Use it. Make the minibuffer message
11858 slightly less terse.
11859 (vc-comment-search-reverse): Make it work forward as well. Don't
11860 set vc-comment-ring-index if no match is found. Use
11861 vc-new-comment-index.
11862 (vc-comment-search-forward): Use vc-comment-search-reverse.
11863 (vc-dired-mode-map): Don't inherit from dired-mode-map since
11864 define-derived-mode will do it for us. Bind `v' to a keymap that
11865 inherits from vc-prefix-map so that we can bind `vt' without
11866 binding C-x v t.
11867 (vc-retrieve-snapshot): Parenthesis typo.
11868
11869 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
11870 to 1. Make sure to switch to *vc* before looking for an error
11871 message. Use vc-parse-buffer.
11872
118732000-09-04 Andre Spiegel <spiegel@gnu.org>
11874
11875 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
11876 and NAME.
11877 (vc-retrieve-snapshot): Split into two parts.
11878 (vc-default-retrieve-snapshot): New function.
11879
11880 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
11881 (vc-cvs-retrieve-snapshot): New function (untested).
11882 (vc-cvs-stay-local): Default to t.
11883 (vc-cvs-remote-p): New function and property.
11884 (vc-cvs-state): Stay local only if the above is t.
11885 (vc-handle-cvs): Removed.
11886 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
11887 done via vc-handled-backends now.
11888 (vc-cvs-header): Escape Id.
11889
118902000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11891
11892 * vc.el (vc-do-command): Remove unused commands.
11893 (vc-version-diff): Make sure default-directory ends with a slash.
11894 Move the window commands into a vc-exec-after.
11895 (vc-print-log): Move more of the code into the `vc-exec-after'.
11896
118972000-09-04 Andre Spiegel <spiegel@gnu.org>
11898
11899 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
11900 (vc-print-log): Search current revision from beginning of buffer.
11901 (vc-revert-buffer): Clear echo area after the diff is finished.
11902 (vc-prefix-map): Removed definition of "t" for terse display in vc
11903 dired.
11904 (vc-dired-mode-map): Inherit from dired-mode-map. Added
11905 definition of "vt" for terse display.
11906 (vc-dired-mode): Fix dired-move-to-filename-regexp.
11907
119082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11909
11910 * vc.el (vc-exec-after): Avoid caddr.
11911
119122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11913
11914 * vc.el (vc-exec-after): New function.
11915 (vc-do-command): Use it to add a termination message for async
11916 procs.
11917 (vc-checkout): Try to handle a missing-backend situation.
11918 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
11919 of a directory with a backend using async diffs.
11920 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
11921 present.
11922
11923 * vc-sccs.el (vc-sccs-state-heuristic): Use
11924 file-ownership-preserved-p.
11925
11926 * vc-rcs.el (vc-rcs-state-heuristic): Use
11927 file-ownership-preserved-p.
11928 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
11929
119302000-09-04 Andre Spiegel <spiegel@gnu.org>
11931
11932 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
11933 vc-do-command.
11934
11935 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
11936 when there are no changes.
11937
119382000-09-04 Andre Spiegel <spiegel@gnu.org>
11939
11940 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
11941
11942 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
11943
119442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11945
11946 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
11947
11948 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
11949 the `fset' outside of the defvar so that it works even if
11950 vc-prefix-map was already defined.
11951 (vc-setup-buffer): New function, split out of vc-do-command.
11952 (vc-do-command): Allow BUFFER to be t to mean `just use the
11953 current buffer without any fuss'.
11954 (vc-version-diff): Change the `diff' backend operation to just put
11955 the diff in the current buffer without erasing it. Always use
11956 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
11957 shrink-window-if-larger-than-buffer.
11958 (vc-print-log): Change the `print-log' backend operation to just
11959 put the log in the current buffer without erasing it. Protect
11960 shrink-window-if-larger-than-buffer.
11961 (vc-update-change-log): Fix setd typo.
11962
11963 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
11964 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
11965
11966 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
11967 (vc-rcs-diff): Insert in the current buffer and remove unused arg
11968 CMP.
11969
11970 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
11971 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
11972 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
11973
119742000-09-04 Andre Spiegel <spiegel@gnu.org>
11975
11976 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
11977 not possible, use vc-BACKEND-workfile-unchanged-p.
11978 (vc-default-workfile-unchanged-p): New function. Delegates to a
11979 full vc-BACKEND-diff.
11980
11981 * vc-hooks.el (vc-simple-command): Removed.
11982
11983 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
11984 instead of vc-simple-command.
11985 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
11986 avoid doing a diff when opening a file.
11987 (vc-rcs-state): Added check for unlocked-changes.
11988 (vc-rcs-header): Escape Id.
11989 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
11990 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
11991 version.
11992
11993 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
11994 (vc-sccs-diff): Remove optional arg CMP.
11995 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
11996 SCCS-specific function.
11997
11998 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
11999 vc-simple-command.
12000
120012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12002
12003 * vc.el (vc-editable-p): Renamed from vc-writable-p.
12004 (with-vc-file, vc-merge): Use vc-editable-p.
12005 (vc-do-command): Remove unused var vc-file and fix the
12006 doubly-defined `status' var. Add a user message when starting an
12007 async command.
12008 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
12009 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
12010 Use with-current-buffer.
12011 (vc-buffer-sync): Use unless.
12012 (vc-next-action-on-file): If the file is 'edited by read-only,
12013 make it read-write instead of trying to commit.
12014 (vc-version-diff, vc-update-change-log): Use `setq
12015 default-directory' rather than `cd'.
12016 (vc-log-edit): Don't forget to set default-directory in the
12017 buffer.
12018
12019 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
12020 (vc-sccs-state-heuristic): Use file-writable-p instead of
12021 comparing userids.
12022 (vc-sccs-checkout): Use `unless'.
12023
12024 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
12025 of comparing userids.
12026 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
12027 Simplify the logic by eliminating unreachable code.
12028 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
12029 just do a recursive call if we need to retry.
12030 (vc-rcs-checkout): Handle the case where rcs is missing by making
12031 the buffer read-write if requested and re-signalling the error.
12032
12033 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
12034
120352000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12036
12037 * vc-hooks.el (vc-handled-backends): Docstring change.
12038 (vc-ignore-vc-files): Mark obsolete.
12039 (vc-registered): Check vc-ignore-vc-files.
12040 (vc-find-file-hook, vc-file-not-found-hook): Don't check
12041 vc-ignore-vc-files.
12042
12043 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
12044
120452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12046
12047 * vc.el (vc-checkout): Don't do anything special for ange-ftp
12048 files since ange-ftp already has vc-registered return nil.
12049
12050 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
12051 (vc-sccs-workfile-version): Use with-temp-buffer and new
12052 vc-parse-buffer and don't bother setting the property.
12053 (vc-sccs-add-triple): Use with-current-buffer and
12054 find-file-noselect.
12055 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
12056
12057 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
12058 derives from the old vc-parse-buffer but uses the revision number
12059 rather than the date (much easier to compare robustly).
12060 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
12061 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
12062 locking-user more directly. Check strict locking and set
12063 checkout-model appropriately.
12064 (vc-rcs-parse-locks): Remove.
12065 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
12066 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
12067 (vc-rcs-system-release): Use with-current-buffer and
12068 vc-parse-buffer.
12069 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
12070
12071 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
12072 (vc-simple-command): Docstring fix.
12073 (vc-registered): Align the way the file-handler is called with the
12074 way the function itself works.
12075 (vc-file-owner): Remove.
12076
12077 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
12078 extraction of fields and call to file-attributes because of a
12079 temporary bug in rcp.el.
12080 (vc-cvs-fetch-status): Use with-current-buffer.
12081
120822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12083
12084 * vc.el (vc-do-command): Use file-relative-name.
12085 (vc-responsible-backend): Use vc-backend if possible.
12086 (vc-create-snapshot): Improve the `interactive' spec. Add support
12087 for branches and dispatch to backend-specific `create-snapshot'.
12088 (vc-default-create-snapshot): New function, containing the bulk of
12089 the old vc-create-snapshot.
12090 (vc-retrieve-snapshot): Improve the interactive spec.
12091
12092 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
12093 (vc-backend-hook-functions): Remove.
12094 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
12095 (vc-backend): Reintroduce the test for `file = nil' now that I
12096 know why it was there (and added a comment to better remember).
12097
12098 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
12099 code from vc-sccs-hooks.el.
12100 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
12101 'vc anymore.
12102 (vc-sccs-responsible-p): Use expand-file-name instead of concat
12103 and file-directory-p instead of file-exists-p.
12104 (vc-sccs-check-headers): Simplify the regexp.
12105
12106 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
12107 from vc-rcs-hooks.el. Don't require 'vc anymore.
12108 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
12109 file-directory-p instead of file-exists-p.
12110
12111 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
12112 from vc-cvs-hooks.el.
12113 (proto vc-cvs-registered): Require 'vc-cvs instead of
12114 'vc-cvs-hooks. Don't require 'vc anymore.
12115 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
12116 file-directory-p instead of file-exists-p.
12117 (vc-cvs-create-snapshot): New function, replacing
12118 vc-cvs-assign-name.
12119 (vc-cvs-assign-name): Remove.
12120
121212000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12122
12123 * vc-cvs.el (vc-cvs-header): New var.
12124
12125 * vc-rcs.el (vc-rcs-exists): Remove.
12126 (vc-rcs-header): New var.
12127
12128 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
12129 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
12130 (vc-sccs-header): New var.
12131
12132 * vc.el (vc-do-command): Get rid of the `last' argument.
12133 (vc-header-alist): Remove, replaced by vc-X-header.
12134 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
12135 (vc-dired-hook): Use expand-file-name instead of concat.
12136 (vc-directory): Use file-name-as-directory.
12137 (vc-snapshot-precondition, vc-create-snapshot)
12138 (vc-retrieve-snapshot): Allow the command to operate on any
12139 directory.
12140
12141 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
12142 just removing the 'WORKFILE argument or by removing the 'MASTER
12143 argument and replacing `file' with (vc-name file).
12144
121452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12146
12147 * vc.el: Update Copyright and add a crude list of backend funs.
12148 (vc-writable-p): New function.
12149 (with-vc-file): Use vc-writable-p.
12150 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
12151 (vc-register): Avoid vc-name.
12152 (vc-locking-user): Remove.
12153 (vc-steal-lock): Make the `owner' arg non-optional.
12154 (vc-merge): Use vc-writable-p instead of vc-locking-user and
12155 vc-checkout-model.
12156 (vc-default-dired-state-info): Use vc-state instead of
12157 vc-locking-user and return special strings for special states.
12158 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
12159 and get rid of one of the special CVS cases.
12160 (vc-cancel-version): prettify error message with \\[...].
12161 (vc-rename-master): New function.
12162 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
12163 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
12164 the CVS special case generic.
12165 (vc-default-record-rename): Remove.
12166 (vc-file-tree-walk-internal): Only call FUNC for files that are
12167 under control of some VC backend and replace `concat' with
12168 expand-file-name.
12169 (vc-file-tree-walk): Update docstring.
12170 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
12171 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
12172
12173 * vc-sccs.el (vc-sccs-rename-file): Renamed from
12174 vc-sccs-record-rename. Use `find-file-noselect' rather than
12175 `find-file' and call `vc-rename-master' to do the actual move.
12176 (vc-sccs-diff): Remove unused `backend' variable.
12177
12178 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
12179 to delay loading of vc-sccs until it is really used.
12180 (vc-sccs-master-templates): Preload.
12181 (vc-sccs-state): Update call to vc-sccs-parse-locks.
12182 (vc-sccs-project-dir): Remove (merged into
12183 vc-sccs-search-project-dir).
12184 (vc-sccs-search-project-dir): Rewrite using file name handling ops
12185 rather than `concat', make sure it is preloaded and don't bother
12186 to check that the file actually exists.
12187 (vc-sccs-parse-locks): Remove unused `file' argument, remove
12188 `locks' argument (use buffer's content instead) and eliminate n^2
12189 behavior.
12190
12191 * vc-rcs.el: Update Copyright.
12192 (vc-rcs-rename-file): New function.
12193 (vc-rcs-diff): Remove unused `backend' variable.
12194
12195 * vc-hooks.el: Update Copyright.
12196 (vc-backend): Don't accept a nil argument any more.
12197 (vc-up-to-date-p): Turn into a defsubst.
12198 (vc-possible-master): New function.
12199 (vc-check-master-templates): Use `vc-possible-master' and allow
12200 funs in vc-X-master-templates to return a non-existent file.
12201
12202 * vc-cvs.el: Update Copyright.
12203 (vc-cvs-diff): Remove unused `backend' variable.
12204 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
12205
12206 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
12207
122082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12209
12210 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
12211 since it can be called from vc-rcs.el.
12212 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
12213
122142000-09-04 Andre Spiegel <spiegel@gnu.org>
12215
12216 * vc.el (vc-version-diff): Expand file name read from the
12217 minibuffer. Handle the case when a previous version number can't
12218 be guessed. Give suitable messages when there were no differences
12219 found.
12220 (vc-clear-headers): Call backend-specific implementation, if one
12221 exists.
12222 (vc-cancel-version): Made error checks generic. When done, clear
12223 headers generically, too.
12224
12225 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
12226 from vc-clear-headers in vc.el.
12227
12228 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
12229 correctly.
12230 (vc-rcs-latest-on-branch-p): Made second argument VERSION
12231 optional. Handle the case when it's not there.
12232
122332000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12234
12235 * vc.el (vc-locking-user): Moved from vc-hooks.el.
12236
122372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12238
12239 * vc-hooks.el (vc-loadup): Remove.
12240 (vc-find-backend-function): Use `require'. Also, handle the case
12241 where vc-BACKEND-hooks.el doesn't exist.
12242 (vc-call-backend): Cleanup.
12243
122442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12245
12246 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
12247 vc-rcs-grab-templates)
12248 (vc-rcs-registered): Remove. The default function works as well.
12249 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
12250 vc-sccs-grab-templates)
12251 (vc-sccs-registered): Remove. The default function works as well.
12252
12253 * vc.el (vc-version-diff): Left out a vc- in call to
12254 vc-call-backend.
12255 (vc-default-dired-state-info, vc-default-record-rename)
12256 (vc-default-merge-news): Update for the new backend argument.
12257
12258 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
12259 using the default function.
12260 (vc-call-backend): If calling the default function, pass it the
12261 backend as first argument. Update the docstring accordingly.
12262 (vc-default-state-heuristic, vc-default-mode-line-string): Update
12263 for the new backend argument.
12264 (vc-make-backend-sym): Renamed from vc-make-backend-function.
12265 (vc-find-backend-function): Use the new name.
12266 (vc-default-registered): New function.
12267
122682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12269
12270 * vc.el (vc-merge): Use vc-find-backend-function.
12271
12272 * vc-hooks.el (vc-backend-functions): Remove.
12273 (vc-loadup): Don't setup 'vc-functions.
12274 (vc-find-backend-function): New function.
12275 (vc-call-backend): Use above fun and populate 'vc-functions
12276 lazily.
12277 (vc-backend-defines): Remove.
12278
122792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12280
12281 * vc.el (vc-register): Put a FIXME note for a newly found bug.
12282 Call vc-call-backend without the leading vc-.
12283 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
12284 (vc-check-headers): Call vc-call-backend without the leading vc-.
12285 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
12286 (vc-annotate-display): Replace confusing use of `cond' with `or'.
12287 Call vc-call-backend without the leading vc-.
12288
12289 * vc-cvs.el (tail): Provide vc-cvs.
12290 * vc-sccs.el (tail): Provide vc-sccs.
12291 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
12292
12293 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
12294 (vc-make-backend-function, vc-call): Pass names without leading
12295 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
12296 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
12297 (vc-call-backend): Always try to load vc-X-hooks.
12298 (vc-registered): Remove vc- in call to vc-call-backend.
12299
123002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12301
12302 * vc.el (vc-process-filter): New function.
12303 (vc-do-command): Setup `vc-process-filter' for the async process.
12304 (vc-maybe-resolve-conflicts): New function to reduce
12305 code-duplication. Additionally, it puts the buffer in
12306 `smerge-mode' if applicable.
12307 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
12308 calling `merge-news'.
12309 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
12310 (vc-log-edit): New function. Replacement for `vc-log-mode' by
12311 interfacing to log-edit.el.
12312 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
12313 log-edit is available.
12314 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
12315
123162000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12317
12318 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
12319 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
12320 defvar and the initialization.
12321 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
12322
12323 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
12324 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
12325
12326 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
12327
123282000-09-04 Andre Spiegel <spiegel@gnu.org>
12329
12330 * vc.el (vc-file-clear-masterprops): Removed.
12331 (vc-checkin, vc-revert-buffer): Removed calls to the above.
12332 (vc-version-diff): Use buffer-size without argument.
12333 (vc-register): Heed vc-initial-comment.
12334
12335 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
12336 default branch.
12337
12338 * vc-rcs.el (vc-rcs-register): Parse command output to find master
12339 file name and workfile version.
12340 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
12341
12342 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
12343 vc-file-clear-masterprops.
12344
12345 * vc-sccs.el (vc-sccs-checkout): Removed call to
12346 vc-file-clear-masterprops. If writable, set vc-state to 'edited
12347 rather than user login name.
12348
12349
123502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12351
12352 * vc.el (vc-workfile-unchanged-p): Remove unused argument
12353 `want-differences-if-changed' and simplify.
12354 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
12355 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
12356 output (which is invalid for async vc-diff) to decide whether to
12357 do the revert silently or not.
12358
123592000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12360
12361 * vc-hooks.el (vc-loadup): Load files quietly.
12362 (vc-call-backend): Oops, brain fart.
12363
123642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12365
12366 * vc-cvs.el (vc-cvs-state): Typo.
12367 (vc-cvs-merge-news): Return the status code rather than the error msg.
12368
123692000-09-04 Andre Spiegel <spiegel@gnu.org>
12370
12371 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
12372 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
12373 vc-state or vc-up-to-date-p.
12374 (vc-merge): Use vc-backend-defines to check whether merging is
12375 possible. Set state to 'edited after successful merge.
12376
12377 * vc-hooks.el (vc-locking-user): If locked by the calling user,
12378 return that name. Redocumented.
12379
123802000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12381
12382 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
12383 new `vc-state' semantics.
12384 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
12385 'vc-locking-user to the current user.
12386 (vc-merge): Inline vc-backend-merge. Comment out code that I
12387 don't understand and hence can't adapt to the new `vc-state' and
12388 `vc-locking-user' semantics.
12389 (vc-backend-merge): Remove.
12390
12391 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
12392 rather than 'vc-locking-user.
12393
12394 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
12395
12396 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
12397 (vc-state): Don't use 'reserved any more. Just use the same
12398 convention as the one used for vc-<backend>-state where the
12399 locking user (as a string) is returned.
12400 (vc-locking-user): Update, based on the above convention. The
12401 'vc-locking-user property has disappeared.
12402 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
12403
12404 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
12405 with a heuristic one.
12406 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
12407 (vc-cvs-checkin): Do a trivial parse to set the state in case of
12408 error. That allows us to get to 'needs-merge even in the
12409 stay-local case. There's still no way to detect 'needs-patch in
12410 such a setup (or to force an update for that matter).
12411 (vc-cvs-logentry-check): Remove, the default works as well.
12412
124132000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12414
12415 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
12416
12417 * vc.el (vc-do-command): kill-all-local-variables, to reset any
12418 major-mode in which the buffer might have been put earlier. Use
12419 `remove' and `when'. Allow `okstatus' to be `async' and use
12420 `start-process' in this case.
12421 (vc-version-diff): Handle the case where the diff looks empty
12422 because of the use of an async process.
12423
124242000-09-04 Andre Spiegel <spiegel@gnu.org>
12425
12426 * vc.el (vc-next-action-on-file): Removed optional parameter
12427 `simple'. Recompute state unconditionally.
12428 (vc-default-toggle-read-only): Removed.
12429
12430 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
12431 (vc-toggle-read-only): Undid prev change.
12432
12433 * vc-cvs.el (vc-cvs-stay-local): Renamed from
12434 vc-cvs-simple-toggle. Redocumented.
12435 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
12436 (vc-cvs-toggle-read-only): Removed.
12437
124382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12439
12440 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
12441 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
12442 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
12443 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
12444 still is. So maybe it should be removed.
12445 (vc-head-version, vc-find-binary): Remove.
12446 (vc-recompute-state): Move from vc-hooks.el.
12447 (vc-next-action-on-file): Add a `simple' argument to allow
12448 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
12449 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
12450 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
12451 (vc-dired-mode-map): Properly defvar it.
12452 (vc-print-log): Call log-view-mode if available.
12453 (small-temporary-file-directory): defvar instead of use boundp.
12454 (vc-merge-news): Moved to vc-cvs.el.
12455 (vc-default-merge-news): New function.
12456
12457 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
12458 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
12459 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
12460 unknown `vc-latest-version' function. It should probably refer to
12461 vc-workfile-version or somesuch, but it's very unclear to me and I
12462 don't have SCCS to test things.
12463
12464 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
12465 (vc-sccs-state-heuristic): Fix typo.
12466 (vc-sccs-workfile-unchanged-p): Add missing argument.
12467
12468 * vc-rcs.el: Require vc and vc-rcs-hooks.
12469 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
12470 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
12471 (vc-release-greater-or-equal-p): Move from vc.
12472 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
12473 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
12474 (vc-rcs-checkout): Add a missing `new-version' argument in the
12475 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
12476
12477 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
12478 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
12479 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
12480 than the apparently unbound `workfile-version'.
12481
12482 * vc-hooks.el (vc-master-templates): Def the obsolete var.
12483 (vc-file-prop-obarray): Use `make-vector'.
12484 (vc-backend-functions): Add new hookable functions
12485 vc-toggle-read-only, vc-record-rename and vc-merge-news.
12486 (vc-loadup): If neither backend nor default functions exist, use
12487 the backend function rather than nil.
12488 (vc-call-backend): If the function if not bound yet, try to load
12489 the non-hook file to see if it provides it.
12490 (vc-call): New macro plus use it wherever possible.
12491 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
12492 nor `vc-find-binary' since it's only called from
12493 vc-mistrust-permission which is only used once the backend is known.
12494 (vc-checkout-model): Fix parenthesis.
12495 (vc-recompute-state, vc-prefix-map): Move to vc.el.
12496
12497 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
12498 (vc-cvs-release, vc-cvs-system-release): Remove.
12499 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
12500 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
12501 status symbols.
12502 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
12503 (vc-cvs-toggle-read-only): First cut at a function to allow a
12504 cvs-status-free vc-toggle-read-only.
12505 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
12506 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
12507 vc-cvs-status. Also set vc-state rather than vc-locking-user.
12508 (vc-cvs-checkout): Modify access rights directly if the user
12509 requested not to use `cvs edit'. And refresh the mode line.
12510
12511 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
12512 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
12513
125142000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12515
12516 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
12517 workfile' that got lost when the code was extracted from vc.el.
12518 And merged the tail with the rest of the code (not possible in the
12519 old vc.el where the tail was shared among all backends). And
12520 explicitly set the state to 'edited if `writable' is set.
12521
12522 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
12523 (vc-cvs-state): Be careful to return the value from
12524 vc-cvs-parse-state.
12525 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
12526 property but return it instead. Also be careful to handle a nil
12527 or "" `rev' when workfile is non-nil (it was handled properly when
12528 workfile was nil).
12529
12530 * vc.el: Removed those pesky unnecessary `(function' quotes.
12531 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
12532 directly in the defvar.
12533 (vc-do-command): Bind inhibit-read-only so as to properly handle
12534 the case where the destination buffer has been made read-only.
12535 (vc-diff): Delegate to vc-version-diff in all cases.
12536 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
12537 (vc-annotate-mode-variables): Removed (code moved partly to
12538 defvars and partly to vc-annotate-add-menu).
12539 (vc-annotate-mode): Turned into a derived-mode.
12540 (vc-annotate-add-menu): Moved in code in
12541 vc-annotate-mode-variables.
12542 (vc-update-change-log): Use make-temp-file if available.
12543
125442000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
12545
12546 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
12547 `vc-checkout-model' updated to `vc-cvs-update-model'.
12548
125492000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12550
12551 * vc.el (vc-next-action-on-file): Added handling of state
12552 `unlocked-changes'.
12553 (vc-checkout-carefully): Is now practically obsolete, unless the
12554 above is too slow to be enabled unconditionally.
12555 (vc-update-change-log): Fixed typo.
12556
12557 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
12558
12559 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
12560 Now handles state `unlocked-changes'.
12561 (vc-sccs-workfile-unchanged-p): New function, to support the above.
12562
12563 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
12564
12565 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
12566 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
12567 `unlocked-changes'.
12568 (vc-rcs-workfile-unchanged-p): Renamed from
12569 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
12570 function yet, but supposed to become one soon.
12571
12572 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
12573 `vc-steal-lock'.
12574 (vc-call-backend): Changed error message.
12575 (vc-state): Added description of state `unlocked-changes'.
12576
125772000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12578
12579 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
12580 always return t in CVS-controlled directories.
12581
12582 * vc.el (vc-responsible-backend): New function.
12583 (vc-register): Largely rewritten.
12584 (vc-admin): Removed (implementation moved into vc-register).
12585 (vc-checkin): Redocumented.
12586 (vc-finish-logentry): If no backend defined yet (because we are in
12587 the process of registering), use the responsible backend.
12588
12589 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
12590 Updated function lists.
12591 (vc-call-backend): Fixed typo.
12592
12593 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
12594 New functions.
12595 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
12596 Removed query option. Redocumented.
12597
125982000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12599
12600 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
12601
12602 * vc.el: Updated callers of `vc-checkout-required' to use
12603 `vc-checkout-model'.
12604
126052000-09-04 Martin Lorentzson <martinl@gnu.org>
12606
12607 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
12608 stuff updated to reference this function instead of the old
12609 `vc-backend-release-p'.
12610
126112000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12612
12613 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
12614 vc-checkout-model. Return appropriate values. Updated callers.
12615
126162000-09-04 Martin Lorentzson <martinl@gnu.org>
12617
12618 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
12619 (vc-backend-revert): Function moved into `vc-revert';
12620 `vc-next-action' must be updated to accomodate this change.
12621 (vc-backend-steal): Function moved into `vc-finish-steal'.
12622 (vc-backend-logentry-check): Function moved into
12623 `vc-finish-logentry'.
12624 (vc-backend-printlog): Function moved into `vc-print-log'.
12625 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
12626 (vc-backend-assign-name): Function moved into
12627 `vc-create-snapshot'.
12628
126292000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12630
12631 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
12632 Rename to vc-checkout-model. Return appropriate values.
12633 Update callers.
12634
12635 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
12636 to vc-checkout-model.
12637 (vc-checkout-required): Rename to vc-checkout-model.
12638 Re-implement and re-comment.
12639 (vc-after-save): Use vc-checkout-model.
12640
126412000-09-04 Martin Lorentzson <martinl@gnu.org>
12642
12643 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
12644 Update to use the vc-BACKEND-diff functions instead.
12645 `vc-diff' is now working.
12646
12647 * vc-rcs.el (vc-rcs-logentry-check): New function.
12648
12649 * vc-cvs.el (vc-cvs-logentry-check): New function.
12650
12651 * vc-sccs.el (vc-sccs-diff): Function changed name from
12652 `vc-backend-diff'. This makes `vc-diff' work.
12653
12654 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
12655 of functions possibly implemented in a vc-BACKEND library.
12656 (vc-checkout-required): Fix bug that caused an error to be
12657 signaled during `vc-after-save'.
12658
12659 * vc.el: Fix typo.
12660 This checkin is made with our new VC code base for the very first time.
12661 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
12662
12663 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
12664 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
12665
12666 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
12667 updated to `vc-uses-locking'.
12668 (vc-checkout-required): Call to backend function.
12669 `vc-checkout-required' updated to `vc-uses-locking' instead.
12670
12671 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
12672 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
12673
12674 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
12675 to match the split into various backends.
12676 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
12677 (vc-retrieve-snapshot): Bug fix.
12678
126792000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12680
12681 * vc-sccs.el (vc-sccs-release): Doc fix.
12682
126832000-09-04 Martin Lorentzson <martinl@gnu.org>
12684
12685 * vc.el (vc-next-action-on-file): Bug found and fixed.
12686 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
12687 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
12688
12689 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
12690 (vc-rcs-checkout): Name space cleaned up. No more revision number
12691 crunching function names that are not prefixed with vc-rcs.
12692 (vc-rcs-checkout-model): Function added. References to
12693 `vc-checkout-model' replaced.
12694
126952000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12696
12697 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
12698 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
12699 still need to be split, and implemented for RCS).
12700
127012000-09-04 Martin Lorentzson <martinl@gnu.org>
12702
12703 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
12704
12705 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
12706 required by the vc.el file.
12707
12708 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
12709 required by the vc.el file.
12710 (vc-rcs-exists): Function added.
12711
12712 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
12713 required by the vc.el file.
12714
12715 * vc.el (vc-admin): Updated to handle selection of appropriate
12716 backend. Current implementation is crufty and need re-thinking.
12717
12718 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
12719
127202000-09-04 Martin Lorentzson <martinl@gnu.org>
12721
12722 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
12723 beginning of annotate buffers correctly.
12724
12725 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
12726 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
12727 functionality updated quite a lot to support multiple backends.
12728 Variables `vc-annotate-mode', `vc-annotate-buffers',
12729 `vc-annotate-backend' added.
12730
12731 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
12732 `vc-annotate-difference' added to supported backend functions.
12733
127342000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12735
12736 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
12737 Use with-temp-file instead of /bin/sh. Merged from mainline
12738
127392000-09-04 Martin Lorentzson <martinl@gnu.org>
12740
12741 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
12742
12743 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
12744
12745 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
12746
127472000-09-04 Martin Lorentzson <martinl@gnu.org>
12748
12749 * vc-hooks.el: vc-state-heuristic added to
12750 vc-backend-hook-functions.
12751
12752 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
12753
12754 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
12755
12756 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
12757 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
12758 state to `reserved'.
12759
12760 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
12761 `vc-checkout-required'. Rename the `locked' state to `reserved'.
12762
127632000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12764
12765 * vc-rcs-hooks.el: Implement new state model. Hardly anything
12766 untouched.
12767
12768 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
12769
12770 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
12771 if defined. (Merged from main line, slightly adapted.)
12772
12773 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
12774 millenium problem (merged from mainline).
12775
127762000-09-04 Martin Lorentzson <martinl@gnu.org>
12777
12778 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
12779 part and moved the non-BACKEND stuff to vc.el.
12780
12781 * vc.el: Split the annotate feature into a BACKEND specific part
12782 and moved it from the vc-cvs.el file to this one.
12783
127842000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12785
12786 * vc-hooks.el: Implement new state model.
12787 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
12788 (vc-locking-user): Simplify. Now only needed if the file is
12789 locked by somebody else.
12790 (vc-lock-from-permissions): Remove. Functionality is in
12791 vc-sccs-hooks.el and vc-rcs-hooks.el now.
12792 (vc-mode-line-string): New name for former vc-status. Adapted.
12793 (vc-mode-line): Adapt to use the above. Remove optional parameter.
12794
12795 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
12796 Various simplifications and adaptations all over the place.
12797
12798 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
12799 Simplify and adapt the rest.
12800
12801 * vc.el (vc-resynch-window): Add TODO comment: check for
12802 interaction with view mode according to recent RCS change.
12803 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
12804
128052000-09-04 Martin Lorentzson <martinl@gnu.org>
12806
12807 * vc.el: Convert the remaining function comments to docstrings.
12808
128092000-09-04 Martin Lorentzson <martinl@gnu.org>
12810
12811 * vc.el (vc-backend-release, vc-release-greater-or-equal)
12812 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
12813 (vc-minor-part, vc-previous-version): Functions that operate and
12814 compare revision numbers got proper documentation. Comments added
12815 about their possible removal.
12816
128172000-09-04 Martin Lorentzson <martinl@gnu.org>
12818
12819 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
12820 the vc-backend.el files.
12821
12822 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
12823
12824 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
12825 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
12826 (vc-rcs-previous-version): Functions added.
12827
12828 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
12829
12830 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
12831
128322000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12833
12834 * vc-hooks.el (vc-master-templates): Is really obsolete.
12835 Comment out the definition for now. What is the right procedure
12836 to get rid of it?
12837 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
12838 rewritten.
12839 (vc-default-registered): Remove.
12840 (vc-check-master-templates): New function; does mostly what the
12841 above did before.
12842 (vc-locking-user): Don't rely on the backend to set the property.
12843
12844 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
12845 Rewrite documentation.
12846 (vc-rcs-templates-grabbed): New variable.
12847 (vc-rcs-grab-templates): New function.
12848 (vc-rcs-registered): Rewrite to use above mechanism.
12849
12850 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
12851 Rewrite documentation.
12852 (vc-sccs-templates-grabbed): New variable.
12853 (vc-sccs-grab-templates): New function.
12854 (vc-sccs-registered): Rewrite to use above mechanism.
12855 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
12856 Don't throw the result, simply return it.
12857
12858 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
12859 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
12860 (vc-cvs-registered): Does the check itself now. Simplify.
12861
12862 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
12863 from main line.
12864
128652000-09-04 Martin Lorentzson <martinl@gnu.org>
12866
12867 * vc-cvs.el (vc-cvs-diff): New function.
12868
12869 * vc-sccs.el (vc-sccs-diff): New function.
12870
12871 * vc-rcs.el (vc-rcs-diff): New function.
12872 (vc-rcs-checkout): Bug (typo) found and fixed.
12873 (vc-rcs-register-switches): New variable.
12874
12875 * vc.el (vc-backend-diff): Function removed and placed in the
12876 backend files.
12877
128782000-09-04 Martin Lorentzson <martinl@gnu.org>
12879
12880 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
12881
12882 * vc.el (vc-backend-checkout): Function removed and replaced in
12883 the vc-backend.el files.
12884
12885 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
12886
12887 * vc.el (vc-backend-admin): Removed and replaced in the
12888 vc-backend.el files.
12889
12890 * vc.el (Martin): Removed all the annotate functionality since it
12891 is CVS backend specific.
12892
128932000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12894
12895 * spec.txt: Added specification of vc-state.
12896
12897 * vc-sccs-hooks.el (vc-sccs-master-properties):
12898 Remove handling of vc-latest-version and
12899 vc-your-latest-version. What used to be vc-latest-version, is now
12900 returned as vc-workfile-version.
12901 (vc-sccs-workfile-version): Adapt.
12902
129032000-09-04 Dave Love <fx@gnu.org>
12904
12905 * vc.el: [Merged from mainline.]
12906 (vc-dired-mode): Make the dired-move-to-filename-regexp
12907 regexp match the date, to avoid treating date as file size.
12908 Add YYYY S option to WESTERN/
12909
129102000-09-04 Dave Love <fx@gnu.org>
12911
12912 * vc.el: Require `compile' when compiling.
12913 (vc-logentry-check-hook): New option.
12914 (vc-steal-lock): Use compose-mail.
12915 (vc-dired-mode-map): Defvar when compiling.
12916 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
12917 vc-sccs.el and renamed. Callers changed.
12918 (vc-backend-checkout, vc-backend-logentry-check)
12919 (vc-backend-merge-news): Doc fix.
12920 (vc-default-logentry-check): New function.
12921 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
12922 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
12923 (vc-backend-merge): Doc fix. Use backend functions.
12924 (vc-check-headers): Use backend functions.
12925
12926 * vc-cvs.el: Require vc when compiling.
12927 (vc-cvs-register-switches): Doc fix.
12928 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
12929 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
12930 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
12931 New functions (code from vc.el).
12932 (vc-annotate-display-default): Fix interactive spec.
12933 (vc-annotate-time-span): Doc fix.
12934
12935 * vc-rcs.el: Require vc when compiling.
12936 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
12937 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
12938 (vc-rcs-checkin): New functions (code from vc.el).
12939 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
12940 Doc fix.
12941 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
12942
12943 * vc-sccs.el: Require vc when compiling.
12944 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
12945 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
12946 (vc-sccs-revert)
12947 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
12948 from vc.el).
12949 (vc-sccs-add-triple, vc-sccs-record-rename)
12950 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
12951 (vc-sccs-admin): Doc fix.
12952
129532000-09-04 Martin Lorentzson <martinl@gnu.org>
12954
12955 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
12956 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
12957 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
12958 from vc.el.
12959
12960 * vc-sccs.el (vc-admin-sccs): Added from vc.el
12961
12962 * vc-cvs.el: Moved the annotate functionality from vc.el.
12963 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
12964
129652000-09-04 Dave Love <fx@gnu.org>
12966
12967 * vc.el (vc-backend-release): Call vc-system-release.
12968
12969 * vc-sccs.el (vc-sccs-system-release):
12970 Renamed from vc-sccs-backend-release.
12971
12972 * vc-rcs.el (vc-rcs-system-release):
12973 Renamed from vc-rcs-backend-release.
12974
12975 * vc-cvs.el (vc-cvs-system-release):
12976 Renamed from vc-cvs-backend-release.
12977
129782000-09-04 Dave Love <fx@gnu.org>
12979
12980 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
12981 backend files.
12982 (vc-backend-release): Dispatch to backend functions.
12983 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
12984 probably needs attention.]
12985
12986 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
12987 (vc-sccs-backend-release): New function.
12988
12989 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
12990 (vc-cvs-backend-release): New function.
12991
12992 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
12993 Doc fix.
12994 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
12995 (vc-default-dired-state-info): New function.
12996 (vc-dired-state-info): Dispatch to backends.
12997 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
12998
12999 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
13000 from vc.el and renamed.
13001
130022000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13003
13004 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
13005 (vc-version-other-window, vc-backend-assign-name): Removed
13006 references to vc-latest-version; sometimes changed into
13007 vc-workfile-version.
13008
13009 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
13010 vc-rcs-master-workfile-version.
13011 (vc-rcs-workfile-version): Use the above. Don't call
13012 vc-latest-version (that was unreachable code, anyway).
13013 (vc-rcs-fetch-master-properties): Doc fix.
13014
13015 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
13016 (vc-backend-hook-functions): Removed them from this list, too.
13017 (vc-fetch-properties): Removed.
13018 (vc-workfile-version): Doc fix.
13019
13020 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
13021 (vc-rcs-workfile-version, vc-rcs-locking-user)
13022 (vc-rcs-uses-locking): Use it.
13023
13024 * vc-hooks.el (vc-consult-rcs-headers):
13025 Moved into vc-rcs-hooks.el, under the name
13026 vc-rcs-consult-headers.
13027
13028 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
13029 headers.
13030 (vc-cvs-find-master): Use this name only; correct different
13031 versions of the name.
13032
13033 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
13034 New functions.
13035 (vc-sccs-locking-user): Use the latter.
13036
13037 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
13038 New functions.
13039
13040 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
13041 Moved into both
13042 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
13043 functions are implementation details of those two backends.
13044
130452000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13046
13047 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
13048 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
13049
13050 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
13051 (vc-sccs-parse-locks): SCCS-specific code moved here from
13052 vc-hooks.
13053
13054 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
13055 code moved here from vc-hooks.
13056
13057 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
13058 into back-end specific parts and removed. Callers not updated
13059 yet; because I guess these callers will disappear into back-end
13060 specific files anyway.
13061
130622000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13063
13064 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
13065 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
13066 `vc-uses-locking'.
13067
13068 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
13069 Store yes/no in the property, and return t/nil. Updated all
13070 callers.
13071
13072 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
13073 vc-sccs-uses-locking. Don't set property.
13074 (vc-sccs-locking-user): Don't set property.
13075
13076 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
13077 vc-cvs-uses-locking. Don't set property here; leave that to
13078 vc-hooks.
13079 (vc-cvs-locking-user): Reflect above change. Streamlined.
13080
13081 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
13082 vc-rcs-uses-locking.
13083 (vc-rcs-locking-user): Reflect above change.
13084
130852000-09-04 Dave Love <fx@gnu.org>
13086
13087 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
13088
13089 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
13090
13091 * vc-hooks.el (vc-checkout-model): Punt to backends.
13092
13093 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
13094
13095 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
13096
13097 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
13098 New functions.
13099
13100 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
13101 New functions.
13102
13103 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
13104 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
13105
13106 * vc-hooks.el (vc-default-locking-user): New function.
13107 (vc-locking-user, vc-workfile-version): Punt to backends.
13108
131092000-09-04 Dave Love <fx@gnu.org>
13110
13111 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
13112 (vc-master-workfile-version): Moved from vc-hooks.
13113
13114 * vc-rcs-hooks.el: Fix duplicate code in last change.
13115
13116 * vc-rcs-hooks.el: Require vc-hooks when compiling.
13117 (vc-rcs-master-templates): Improve :type.
13118 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
13119 vc-master-workfile-version): Moved from vc-hooks.
13120
13121 * vc-sccs-hooks.el: Require vc-hooks when compiling.
13122 (vc-sccs-master-templates): Improve :type.
13123 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
13124
13125 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
13126
13127 * vc-cvs-hooks.el: Require vc-hooks when compiling.
13128 (vc-cvs-master-templates): Improve :type. Use
13129 vc-cvs-find-cvs-master.
13130 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
13131 from vc-hooks.
13132 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
13133
13134 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
13135 Moved to vc-cvs-hooks.
13136
13137 * vc-hooks.el: Add doc strings in various places. Simplify the
13138 minor mode setup.
13139 (vc-handled-backends): New user variable.
13140 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
13141 simplification.
13142
131432000-09-04 Dave Love <fx@gnu.org>
13144
13145 * vc.el: Some doc fixes for autoloaded and interactive functions.
13146 Fix compilation warnings from ediff stuff.
13147 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
13148
13149 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
13150
13151 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
13152
13153 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
13154
131552000-09-04 Dave Love <fx@gnu.org>
13156
13157 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
13158 New variable.
13159 (vc-make-backend-function, vc-loadup, vc-call-backend)
13160 (vc-backend-defines): New functions.
13161
13162 * vc-hooks.el: Various doc fixes.
13163 (vc-default-back-end, vc-follow-symlinks): Custom fix.
13164 (vc-match-substring): Function removed. Callers changed to use
13165 match-string.
13166 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
13167 Simplify.
13168
131692000-09-04 Dave Love <fx@gnu.org>
13170
13171 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
13172 type.
13173 (vc-sccs-project-dir, vc-search-sccs-project-dir)
13174 (vc-sccs-registered): Doc fix.
13175
13176 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
13177 (vc-cvs-registered): Doc fix.
13178
13179 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
13180 (vc-rcs-registered): Doc fix.
13181
131822000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13183
13184 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
13185
13186 * vc-hooks.el: vc-registered has been renamed
13187 vc-default-registered. Some functions have been moved to the
13188 backend specific files. they all support the
13189 vc-BACKEND-registered functions.
13190
131912000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13192
13193 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
13194
13195 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
13196
131972000-09-04 Dave Love <fx@gnu.org>
13198
13199 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
13200 menu-bar-update-hook.
13201
13202 * help.el (help-manyarg-func-alist): Add
13203 find-operation-coding-system.
13204
13205 * wid-edit.el (widget-sexp-validate): Fix garbled code.
13206
13207 * custom.el (custom-set-variables): Print message about errors in
13208 setting.
13209
132102000-09-03 Andrew Innes <andrewi@gnu.org>
13211
13212 * makefile.w32-in: Change to DOS line endings.
13213
132142000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13215
13216 * mouse.el (mouse-popup-menubar): Supply the prompt string for
13217 minor-mode keymaps, if they don't have one.
13218
132192000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13220
13221 * eshell/esh-module.el (eval-when-compile): Don't lose if
13222 esh-module.el's file name is truncated to DOS 8+3 limits.
13223
132242000-09-01 John Wiegley <johnw@gnu.org>
13225
13226 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
13227 predicate, which caused entries in the completion list to be
13228 doubled.
13229
132302000-08-30 John Wiegley <johnw@gnu.org>
13231
13232 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
13233 sending to subprocesses. Also, hook pre-command-hook if
13234 `eshell-send-direct-to-subprocesses' is non-nil.
13235 (eshell-send-direct-to-subprocesses): New config variable. If t,
13236 subprocess input is send immediately.
13237 (eshell-toggle-direct-send): New function.
13238 (eshell-self-insert-command): New function.
13239 (eshell-intercept-commands): New function.
13240 (eshell-send-input): If direct subprocess sending is enabled,
13241 don't echo any input to the Eshell buffer. Let the subprocess
13242 handle that. This requires "stty echo" in bash, for example.
13243
132442000-08-28 John Wiegley <johnw@gnu.org>
13245
13246 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
13247 completion function for Eshell's implementation of `unset'.
13248
132492000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13250
13251 * info.el (Info-directory-list): Doc fix.
13252
132532000-08-31 Peter Breton <pbreton@ne.mediaone.net>
13254
13255 * filecache.el (file-cache-add-directory-using-find): Don't quote
13256 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
13257
132582000-08-31 Kenichi Handa <handa@etl.go.jp>
13259
13260 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
13261 coding systems.
13262
132632000-08-30 Andrew Innes <andrewi@gnu.org>
13264
13265 * timer.el (run-with-idle-timer): Undo last change, so that timer
13266 is not activated immediately if Emacs is already idle. Some
13267 existing code relies on this behaviour.
13268
132692000-08-30 Miles Bader <miles@gnu.org>
13270
13271 * frame.el (set-frame-font): Do completion of font-name for
13272 interactive use.
13273
132742000-08-30 Kenichi Handa <handa@etl.go.jp>
13275
13276 * international/quail.el (quail-start-translation): Bind locally
13277 last-command-event, last-command, and this-command.
13278 (quail-start-conversion): Likewise.
13279 (quail-self-insert-command): Fix docstring.
13280
132812000-08-29 Gerd Moellmann <gerd@gnu.org>
13282
13283 * progmodes/executable.el
13284 (executable-make-buffer-file-executable-if-script-p): Check that
13285 buffer contains at least 2 characters.
13286
132872000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
13288
13289 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
13290
132912000-08-29 Dave Love <fx@gnu.org>
13292
13293 * diff-mode.el (diff-mode) <defgroup>: Add :version.
13294 (diff-mode-shared-map): Bind mouse-2.
13295 (diff-imenu-generic-expression): New variable.
13296 (diff-mode): Use it.
13297
13298 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
13299 (mouse-popup-menubar): Add minor mode menus.
13300 (popup-menu): Check for lookup-key returning number.
13301
133022000-08-29 Miles Bader <miles@gnu.org>
13303
13304 * comint.el (comint-send-input): Create overlays using the proper
13305 front/read-advance arguments.
13306
133072000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13308
13309 * ps-print.el: Even/odd pages printing. Doc fix.
13310 (ps-print-version): New version number (6.0).
13311 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
13312 (ps-background, ps-begin-file, ps-begin-job): Code fix.
13313 (ps-print-duplex-feature): Variable eliminated.
13314 (ps-even-or-odd-pages): New variable.
13315
13316 * progmodes/ebnf2ps.el: Doc fix.
13317 (ebnf-version): New version (3.3).
13318 (ebnf-user-arrow): Change variable customization to sexp.
13319 (ebnf-user-arrow): Function eliminated.
13320 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
13321
133222000-08-29 Kenichi Handa <handa@etl.go.jp>
13323
13324 * help.el (help-xref-mule-regexp): New variable.
13325 (help-make-xrefs): Handle help-xref-mule-regexp.
13326
13327 * international/mule-cmds.el (help-xref-mule-regexp-template): New
13328 variable.
13329 (describe-input-method): Temporarily activate the specfied input
13330 method to display the information.
13331 (describe-language-environment): Hyperlinks to mule related items.
13332
13333 * international/mule-diag.el (charset-multibyte-form-string): New
13334 function.
13335 (list-character-sets-1): Use charset-multibyte-form-string.
13336 (describe-character-set): New function.
13337 (describe-coding-system): Hyperlinks to safe character sets.
13338
13339 * international/quail.el (quail-help): New arg PACKAGE.
13340 Hyperlinks to mule related items.
13341 (quail-help-insert-keymap-description): Use
13342 substitute-command-keys instead of describe-bindings.
13343 (quail-translation-help): Hyperlinks to mule related items.
13344
133452000-08-28 John Wiegley <johnw@gnu.org>
13346
13347 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
13348 have a defsubst call itself. Made `eshell-flatten-list' back into
13349 a function again.
13350
13351 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
13352 catch, in case re-centering point at bottom messes up the display.
13353 This happens frequently in Emacs 21, due I believe to variable
13354 line heights.
13355
13356 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
13357 to call `find-tag-interactive'.
13358
13359 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
13360 the list of remember directories.
13361
133622000-08-28 John Wiegley <johnw@gnu.org>
13363
13364 * align.el: Test align-region-separate to see if it's a symbol.
13365
133662000-08-28 John Wiegley <johnw@gnu.org>
13367
13368 * eshell/esh-util.el (eshell-flatten-list): Made this function
13369 into a defsubst form. It gets used very frequently, although
13370 calls don't occur all that often.
13371
13372 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
13373 examining it.
13374
13375 * eshell/esh-cmd.el (eshell-rewrite-while-command):
13376 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
13377 `eshell-protect'.
13378 (eshell-copy-handles): Created a new macro for duplicating the
13379 current set of open handles. This is needed by the looping
13380 functions.
13381 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
13382 is not incorrectly stomped on.
13383
13384 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
13385 declaration for pcomplete-use-paring.
13386 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
13387 value of eshell-cmpl-use-paring.
13388 * pcomplete.el (pcomplete-use-paring): New config variable, to
13389 indicate whether paring should be used.
13390 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
13391 completion alternatives that have already been used.
13392
13393 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
13394 bound to C-c C-y, which will repeat the previous N arguments
13395 (based on prefix argument).
13396 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
13397
13398 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
13399 if there is no *Help* buffer. This is for XEmacs, which renames
13400 its help buffers uniquely. TODO: Find out what the current buffer
13401 name to delete is.
13402
13403 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
13404 first entry that correlates to a passwd/group number. Later
13405 entries (used for group/user name aliasing to multiple IDs) are
13406 ignored.
13407
13408 * eshell/em-xtra.el (eshell/expr):
13409 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
13410 (eshell-grep, eshell/diff, eshell/locate):
13411 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
13412 argument list, before passing it to the system command.
13413
13414 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
13415 `find-tag' for use at final position in Eshell buffers (which
13416 otherwise triggers an error on Emacs 21).
13417 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
13418 buffer, if it is currently bound to `find-tag'.
13419
13420 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
13421 in the list of matched Makefile names.
13422 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
13423 directory, prefer its contents to Makefile.
13424
13425 * eshell/em-dirs.el (eshell/cd): cd commands that look up
13426 directory parts (like "cd old new", or "cd =regexp"), are now case
13427 sensitive on non-Windows/DOS platforms.
13428
13429 * eshell/esh-mode.el (eshell-parse-command-input): When a user
13430 types RET after an open delimiter (like "), display a message
13431 indicating that Eshell is waiting for the closing delimiter.
13432
13433 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
13434 environment variables.
13435
13436 * eshell/em-unix.el (eshell/diff): Added logic to fail more
13437 gracefully if the user enters incorrect arguments.
13438
13439 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
13440 Eshell buffers.
13441
13442 * eshell/esh-var.el (eshell-interpolate-variable):
13443 * eshell/esh-mode.el (eshell-move-argument):
13444 * eshell/em-unix.el (eshell-du-sum-directory):
13445 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
13446 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
13447 (not (= ...)).
13448
13449 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
13450 to ensure the `preserve' flag gets propagated when doing recursive
13451 directory copies.
13452
134532000-08-28 Stefan Monnier <monnier@cs.yale.edu>
13454
13455 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
13456 Don't convert \n into \0177 in memory.
13457 (eshell-read-history, eshell-write-history): Convert \n to \0177,
13458 and back again, when reading and writing.
13459
134602000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
13461
13462 * eshell/esh-util.el (eshell-processp): Added to relieve constant
13463 testing of `fboundp' on `processp'.
13464
13465 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
13466 (eshell/jobs): Don't call process-list if it is not bound.
13467 (eshell-gather-process-output): Support systems where async
13468 subprocesses aren't supported.
13469 (eshell-scratch-buffer, eshell-last-sync-output-start): New
13470 variables.
13471
13472 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
13473 eshell-do-eval returns t.
13474 (eshell-do-pipelines-synchronously): New defmacro.
13475 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
13476 when async subprocesses aren't supported.
13477 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
13478 if async subprocesses aren't supported.
13479 (eshell-resume-command): Don't assume STATUS is a string.
13480
13481 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
13482
13483 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
13484 (eshell-close-target, eshell-get-target): Use eshell-processp.
13485 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
13486 fix.
13487 (eshell-get-target, eshell-create-handles): Doc fix.
13488
134892000-08-28 Miles Bader <miles@lsi.nec.co.jp>
13490
13491 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
13492 criterion to include commands that output something, as long as it
13493 leaves both the command and the end-of-buffer visible when the
13494 command has exited.
13495 (eshell-review-quick-commands): Adjust the help doc string
13496 accordingly.
13497
134982000-08-28 Peter Breton <pbreton@ne.mediaone.net>
13499
13500 * locate.el (locate): Cleaned up locate command's interactive prompting
13501 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
13502
13503 * filecache.el (file-cache-case-fold-search): New variable
13504 (file-cache-assoc-function): New variable
13505 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
13506 Use file-cache-case-fold-search variable
13507 (file-cache-add-file): Use file-cache-assoc-function
13508 (file-cache-delete-file): likewise
13509 (file-cache-directory-name): likewise
13510 (file-cache-debug-read-from-minibuffer): likewise
13511
135122000-08-28 Gerd Moellmann <gerd@gnu.org>
13513
13514 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
13515 (abbrev-table-name): New function.
13516 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
13517 If non-nil list local abbrev, only.
13518
135192000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
13520
13521 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
13522 from Gnus support code, and use special article copy buffer
13523 `(gnus-original-article-buffer)' instead. This allows to get rid
13524 of article-hide-headers usage (which breaks in the latest Gnus
13525 version). Thanks to Detlev Zundel.
13526
135272000-08-28 Kenichi Handa <handa@etl.go.jp>
13528
13529 * international/quail.el (quail-use-package): Hide "... loaded"
13530 message.
13531 (quail-start-translation, quail-start-conversion): Likewise.
13532
13533 * international/kkc.el (kkc-region): Hide "... loaded" message.
13534
135352000-08-27 Dave Love <fx@gnu.org>
13536
13537 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
13538
135392000-08-27 Miles Bader <miles@gnu.org>
13540
13541 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
13542
135432000-08-27 Kenichi Handa <handa@etl.go.jp>
13544
13545 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
13546 'ja-dic-cnv), not (require 'skkdic-cnv).
13547
135482000-08-26 Miles Bader <miles@gnu.org>
13549
13550 * faces.el (face-x-resources): Add entry for :inherit.
13551 * cus-face.el (custom-face-attributes): Add support for :inherit
13552 attribute. Add support for relative face heights.
13553 (custom-face-attributes-get): Treat `nil' as being a default value
13554 for :inherit (as well as `unspecified').
13555
13556 * faces.el (set-face-attribute): Update doc string.
13557 (face-attribute-name-alist): Add :inherit.
13558 (face-valid-attribute-values): Handle :inherit.
13559 (face-read-string): Rephrase prompt to be less confusing.
13560 Assume that DEFAULT is a string, since we must return a string.
13561 (face-read-integer): Use `format' to turn DEFAULT into an
13562 acceptable default for face-read-string. Match NEW-VALUE against
13563 the string "unspecified", not the symbol `unspecified', since
13564 that's what face-read-string returns.
13565 (read-face-attribute): Lookup a name for old-value in valid, and
13566 use it as a default if we find one. Treat all values from
13567 face-read-string as strings. If the default is used, don't do any
13568 more processing on the value, just use the old value directly.
13569 (read-face-and-attribute, modify-face): Tweak prompt.
13570 (read-face-name): Don't assume prompt ends with a space.
13571
13572 * faces.el (describe-face): Add support for :inherit attribute.
13573
135742000-08-25 Kenichi Handa <handa@etl.go.jp>
13575
13576 * terminal.el (terminal-emulator): Fix args to `concat'. Now
13577 concat doesn't accept interger.
13578
13579 * international/kkc.el: Remove SKK from Keywords. Require
13580 ja-dic-utl instead of skkdic-utl.
13581
13582 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
13583 Provide ja-dic-cnv instead of skkdic-cnv.
13584 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
13585 (iso-2022-7bit-short): Add safe-charsets property.
13586 (skkdic-convert-postfix): Search Japanese chou-on character in
13587 addition to Hiragana character.
13588 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
13589 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
13590 (batch-skkdic-convert): Likewise.
13591
13592 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
13593 Provide ja-dic-utl instead of skkdic-utl.
13594 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
13595
135962000-08-24 Dave Love <fx@gnu.org>
13597
13598 * disp-table.el (standard-display-default): Make the test of `l'
13599 useful.
13600
13601 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
13602 mod sample text.
13603
13604 * international/iso-ascii.el: Make pilcrow convenient string
13605 consistent with section.
13606 (iso-ascii-display): Set up multibyte characters as well as
13607 unibyte.
13608
136092000-08-24 Kenichi Handa <handa@etl.go.jp>
13610
13611 * international/mule-cmds.el (reset-language-environment): Set
13612 default-process-coding-system to '(undecided . iso-latin-1), which
13613 makes process I/O almost consistent with file I/O. Call this
13614 function when mule-cmds.el[c] is loaded.
13615
136162000-08-22 Andrew Innes <andrewi@gnu.org>
13617
13618 * makefile.w32-in: New file.
13619
136202000-08-22 Miles Bader <miles@lsi.nec.co.jp>
13621
13622 * comint.el (comint-output-filter): Compare end of
13623 comint-last-output-overlay with the start of the newly inserted
13624 text, not the end, when deciding whether to extend it.
13625 Set saved-point's insertion type to advance after insertion.
13626
13627 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
13628 since this is now done independently of font-lock mode.
13629
136302000-08-21 Gerd Moellmann <gerd@gnu.org>
13631
13632 * server.el (server-kill-new-buffers): New user option.
13633 (server-existing-buffer): New buffer-local variable.
13634 (server-visit-files): When using an existing buffer, set
13635 server-existing-buffer to t.
13636 (server-buffer-done): If server-kill-new-buffers is t, kill the
13637 buffer, unless it was already present before visiting it with
13638 Emacs server.
13639
136402000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
13641
13642 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
13643 even if the display doesn't support colors: some displays will
13644 support bold/underline faces.
13645
136462000-08-21 Gerd Moellmann <gerd@gnu.org>
13647
13648 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
13649
13650 * startup.el (command-line): If user's init file had an error,
13651 add explanatory text to *Messages*.
13652
136532000-08-21 Kenichi Handa <handa@etl.go.jp>
13654
13655 * man.el (Man-getpage-in-background): Decode the process output by
13656 the system locale coding system.
13657
136582000-08-20 Dave Love <fx@gnu.org>
13659
13660 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
13661 Don't test x-popup-menu.
13662 (function) <complete-function>: Complete only fbound symbols.
13663 <validate, value>: New.
13664 (variable) <complete-function>: Complete only bound symbols.
13665 (coding-system): Add :base-only, :complete-function, :validate,
13666 :value, :prompt-match.
13667 (widget-coding-system-prompt-value): Use read-coding-system and
13668 act on :base-only.
13669 (editable-field): Add :help-echo.
13670 (widget-push-button-gui, widget-push-button-cache)
13671 (widget-gui-action, widget-editable-list-gui): COmment out, along
13672 with uses.
13673 (widget-at): Make arg optional.
13674 (widget-echo-help): Adjust for current help-echo calling sequence.
13675 (widget-specify-field, widget-specify-button)
13676 (widget-specify-insert, widget-get-sibling, widget-image-find)
13677 (widget-convert, widget-insert, widget-leave-text)
13678 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
13679 (widget-setup, widget-field-find, widget-before-change)
13680 (widget-after-change, widget-default-complete)
13681 (widget-default-create, widget-default-delete)
13682 (widget-push-button-value-create, editable-field)
13683 (widget-field-prompt-value, widget-field-validate)
13684 (widget-choice-value-create, widget-choice-action)
13685 (widget-choice-validate, widget-checklist-add-item)
13686 (widget-radio-add-item, widget-radio-chosen)
13687 (widget-radio-value-inline, widget-editable-list-value-create)
13688 (widget-editable-list-entry-create)
13689 (widget-documentation-link-add)
13690 (widget-documentation-string-value-create)
13691 (widget-regexp-validate, widget-file-complete)
13692 (widget-sexp-validate, widget-plist-convert-widget)
13693 (widget-plist-convert-widget, widget-alist-convert-widget)
13694 (widget-alist-convert-widget, widget-color-complete): Simplify,
13695 particularly to avoid bindings which aren't optimized out.
13696
13697 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
13698 Doc fix.
13699 (down-list, backward-up-list, up-list, kill-sexp)
13700 (backward-kill-sexp, mark-sexp): Make arg optional.
13701 (lisp-complete-symbol): Add optional arg PREDICATE.
13702
13703 * cus-start.el: Add display-buffer-reuse-frames,
13704 file-coding-system-alist.
13705
137062000-08-20 Gerd Moellmann <gerd@gnu.org>
13707
13708 * startup.el (command-line): Clear realized faces after
13709 modifying TTY color mappings.
13710
137112000-08-20 Miles Bader <miles@gnu.org>
13712
13713 * faces.el (face-attr-match-p): Don't return true if ATTRS are
13714 merely a subset of FACE's attributes.
13715
137162000-08-19 Miles Bader <miles@gnu.org>
13717
13718 * comint.el (comint-output-filter): Save the point with a marker,
13719 not just a buffer position.
13720
13721 * international/mule.el (set-buffer-process-coding-system): Make
13722 interactive prompt less confusing.
13723
137242000-08-19 Gerd Moellmann <gerd@gnu.org>
13725
13726 * hilit-chg.el: General cleanup of doc strings, comments and
13727 code formatting.
13728
137292000-08-19 Miles Bader <miles@gnu.org>
13730
13731 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
13732 Compiler macro removed; beginning-of-line is no longer always
13733 equivalent to forward-line, in the presence of fields.
13734
13735 * comint.el (comint-output-filter): Remove ad-hoc saving of
13736 restriction, and just use save-restriction, now that it works
13737 correctly. Don't adjust comint-last-input-start to account for
13738 our insertion; it shouldn't have moved because we don't use
13739 insert-before-markers anymore. Comment out call to
13740 `force-mode-line-update'; why is it here?
13741
13742 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
13743 while checking for prompt to delete. Use `forward-line 0'
13744 instead of beginning-of-line.
13745 (gud-filter): Temporarily widen gud comint buffer while
13746 examining output.
13747
137482000-08-18 Stefan Monnier <monnier@cs.yale.edu>
13749
13750 * progmodes/sh-script.el: Big bag of typos.
13751
13752 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
13753 check since ispell-process is not bound when ispell is not yet loaded.
13754
137552000-08-18 Dave Love <fx@gnu.org>
13756
13757 * image.el (find-image): Copy `spec' before using plist-put.
13758
137592000-08-18 Gerd Moellmann <gerd@gnu.org>
13760
13761 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
13762 `portugues'.
13763
13764 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
13765 backward-kill-sexp, analogous to kill-sexp.
13766
13767 * progmodes/icon.el (icon-indent-line)
13768 (icon-is-continuation-line): Handle comments specially.
13769
137702000-08-17 Ken Stevens <k.stevens@ieee.org>
13771
13772 * ispell.el: Set to standard author/maintainer/keyword fields.
13773 Fine tuning to menu map appearance and operation, and added help.
13774 Remove `start' and `end' error messages when compiling.
13775 (ispell-choices-win-default-height): Fixed comment string.
13776 (ispell-dictionary-alist-1): Fixed regexp in castellano and
13777 castellano8 dictionaries.
13778 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
13779 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
13780 dictionary, added italiano dictionary.
13781 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
13782 word character
13783 (ispell-tex-skip-alists): Added psfig support.
13784 (ispell-skip-html): Renamed from ispell-skip-sgml.
13785 (ispell-begin-skip-region-regexp, ispell-skip-region)
13786 (ispell-minor-check): Improved html skipping support to skip across
13787 code, and recognize `&' commands without propper `;' syntax;
13788 (ispell-process-line): Fix alignment error when manually
13789 correcting spelling.
13790 (ispell): Fix comment string.
13791 (ispell-add-per-file-word-list): Always put word list on new line.
13792
137932000-08-17 Gerd Moellmann <gerd@gnu.org>
13794
13795 * format.el (format-encode-run-method): Fix error message to say
13796 `encode' instead of `decode'. Use save-window-excursion around
13797 shell-command-on-region as in format-decode-run-method because
13798 shell-command-on-region can display a buffer with error output.
13799 (format-decode): Don't record undo information for the decoding.
13800 (format-annotate-function): Add parameter FORMAT-COUNT. Make
13801 that number part of the temporary buffer name so that more than
13802 one decoding using a temporary buffer can happen safely.
13803
13804 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
13805 of `A-z' in the regexp.
13806
13807 * hilit-chg.el: Fix typos in commentary.
13808
13809 * help.el (view-emacs-news): Rewritten for new naming scheme
13810 for old NEWS files.
13811
13812 * startup.el (command-line): Pop to *Messages* in case an error
13813 is signaled while loading user-init-file.
13814
138152000-08-17 Andreas Schwab <schwab@suse.de>
13816
13817 * files.el (insert-directory): Don't lose original file name,
13818 undoing an undocumented change.
13819
138202000-08-17 Alex Schroeder <alex@gnu.org>
13821
13822 * sql.el (sql-magic-go): Use comint-bol.
13823 (sql-copy-column): Use comint-line-beginning-position.
13824 (comint-line-beginning-position): Define a replacement for
13825 comint-line-beginning-position if it is not fboundp.
13826
138272000-08-17 Alex Schroeder <alex@gnu.org>
13828
13829 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
13830 it didn't have any effect anyway.
13831
138322000-08-17 Alex Schroeder <alex@gnu.org>
13833
13834 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
13835 --pset and pager=off instead of sending \\o|cat at the beginning
13836 of the session.
13837
138382000-08-17 Miles Bader <miles@gnu.org>
13839
13840 * progmodes/octave-inf.el: Add compatibility definition of
13841 comint-line-beginning-position.
13842
138432000-08-17 Kenichi Handa <handa@etl.go.jp>
13844
13845 * startup.el (normal-top-level): Look in each dir in load-path for
13846 a leim-list.el file too. This assures of loading leim-list.el
13847 that is created at Emacs installation time even if a user have his
13848 own leim-list.el.
13849
138502000-08-17 Miles Bader <miles@gnu.org>
13851
13852 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
13853 foreground color to black if the background is dark.
13854
138552000-08-16 Stefan Monnier <monnier@cs.yale.edu>
13856
13857 * loadhist.el (unload-feature): Typo.
13858
13859 * finder.el (finder-compile-keywords):
13860 * cus-dep.el (custom-make-dependencies): Add local-variable settings
13861 to the generated file.
13862
13863 * mail/mh-e.el (mh-make-local-vars):
13864 Replace make-variable-buffer-local with make-local-variable.
13865
13866 * play/landmark.el:
13867 * options.el (Edit-options-{set,toggle,t,nil}):
13868 * mail/mailabbrev.el (mail-abbrevs-mode):
13869 * textmodes/tex-mode.el (tex-expand-files):
13870 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
13871
13872 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
13873
13874 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
13875 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
13876 Allow going past the last element.
13877 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
13878 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
13879 (cvs-mouse-toggle-mark): Don't move point.
13880 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
13881
13882 * progmodes/compile.el (grep): Provide a default set of files.
13883 (next-error): Docstring fix.
13884 (compilation-find-file): Avoid find-file (fails in a dedicated window).
13885
13886 * emacs-lisp/easy-mmode.el (define-minor-mode):
13887 Use `symbol-value' to keep the byte-compiler quiet.
13888
13889 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
13890 (diff-find-source-location): New fun, extracted from diff-goto-source.
13891 (diff-goto-source): Use it.
13892 (diff-next-complex-hunk, diff-filter-lines): New function.
13893 (diff-apply-hunk): New command.
13894
13895 * smerge-mode.el (smerge-mode-menu): Doc fix.
13896
13897 * msb.el (msb-mode): Define it in terms of define-minor-mode.
13898
138992000-08-16 Dave Love <fx@gnu.org>
13900
13901 * windmove.el (windmove) <defgroup>: Add :version.
13902
13903 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
13904 (goto-address-fontify-p, goto-address-highlight-p)
13905 (goto-address-url-face, goto-address-url-mouse-face)
13906 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
13907 (goto-address-url-regexp): Use thing-at-point-url-regexp.
13908 (goto-address-fontify, goto-address-at-mouse): Simplify,
13909 (goto-address-at-point): browse-url-url-at-point,
13910 goto-address-find-address-at-point can return nil.
13911 (goto-address-find-address-at-point): Return nil on failure.
13912
13913 * align.el (align) <defgroup>: Add :version.
13914
13915 * calculator.el (calculator): Add :version.
13916 (calculator): Use two lines for calculator window if `modeline'
13917 face is boxed.
13918
13919 * play/5x5.el: Doc fixes.
13920 (5x5) <defgroup>: Add :version.
13921
13922 * play/fortune.el (fortune) <defgroup>: Add :version.
13923 (fortune-append): Fix error message.
13924 (fortune-from-region): Doc fix.
13925
13926 * play/pong.el (pong): Doc fix.
13927
13928 * play/morse.el: Keywords, commentary, autoloads.
13929
139302000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
13931
13932 * desktop.el (desktop-save): Don't look at symbol-value of a
13933 member of minor-mode-alist, unless it is boundp.
13934
139352000-08-16 Sam Steingold <sds@gnu.org>
13936
13937 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
13938 `while'; use `with-current-buffer' instead of `save-excursion'.
13939 Removed unnecessary kludges now that "*Buffer List*" is excluded.
13940
139412000-08-16 Kenichi Handa <handa@etl.go.jp>
13942
13943 * international/ccl.el (declare-ccl-program): Docstring modified.
13944 (ccl-execute-with-args): Likewise.
13945
139462000-08-16 Miles Bader <miles@gnu.org>
13947
13948 * progmodes/sql.el: Add compatibility definition of
13949 comint-line-beginning-position.
13950
139512000-08-15 Gerd Moellmann <gerd@gnu.org>
13952
13953 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
13954 'buffer-menu' property.
13955 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
13956 fails.
13957 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
13958 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
13959 wasn't killed.
13960
13961 * buff-menu.el (list-buffers-noselect): Don't display the
13962 *Buffer List* buffer.
13963
13964 * font-lock.el: Require jit-lock to prevent a very late
13965 `Loading jit-lock' message.
13966
13967 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
13968 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
13969 mail address.
13970
139712000-08-15 Miles Bader <miles@gnu.org>
13972
13973 * textmodes/ispell.el (ispell-graphic-p): New constant.
13974 (ispell-choices-win-default-height, ispell-help): Use
13975 `ispell-graphic-p' instead of `xemacsp'.
13976
139772000-08-15 Dave Love <fx@gnu.org>
13978
13979 * simple.el: Autoload widget-convert when compiling.
13980 (mail-user-agent): Doc fix.
13981
13982 * help.el (function-called-at-point, variable-at-point): Use
13983 with-syntax-table.
13984 (help-manyarg-func-alist): Add insert-and-inherit.
13985
13986 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
13987
13988 * delsel.el (delsel-unload-hook): New function.
13989
13990 * find-file.el: Doc fixes. Move provide to end.
13991 (ff) <defgroup>: Add :link.
13992 (ff-goto-click): Deleted.
13993 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
13994 Use mouse-set-point.
13995
13996 * textmodes/tildify.el: Doc fixes.
13997 (tildify) <defgroup>: Add:version.
13998
13999 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
14000 (glasses-custom-set): Use set-default, not set.
14001 (minor-mode-alist): Propertize the lighter.
14002 (glasses-mode): Provide optional arg.
14003
14004 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
14005 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
14006 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
14007 option. Provide :type.
14008 (cwarn-configuration): Provide :type.
14009 (cwarn-mode): Doc fix.
14010
14011 * add-log.el (change-log-merge): Doc fix.
14012 (change-log-redate): New command.
14013
14014 * net/browse-url.el (browse-url-filename-alist): Add a clause for
14015 Doze and Dog.
14016 (browse-url): Use dolist, not mapcar.
14017 (browse-url-at-point): Check for null url.
14018 (browse-url-event-buffer, browse-url-event-point): Functions
14019 deleted.
14020 (browse-url-at-mouse, browse-url-netscape): Simplify.
14021
14022 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
14023 modes.
14024 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
14025 Fix previous change to mapcan.
14026 (msb--init-file-alist, msb--add-separators)
14027 (msb--make-keymap-menu): Simplify.
14028 (msb--choose-file-menu): Use copy-sequence.
14029 (msb-mode-map): Add title to keymap.
14030 (msb-unload-hook): New function.
14031
14032 * bs.el: Fix indentation.
14033 (bs) <defgroup>: Add :links.
14034 (bs-show): Doc fix.
14035 (bs-apply-sort-faces): Don't use window-system.
14036 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
14037
140382000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
14039
14040 * calendar/timeclock.el (timeclock-file): Run .timelog through
14041 convert-standard-filename.
14042
140432000-08-14 Gerd Moellmann <gerd@gnu.org>
14044
14045 * emacs-lisp/authors.el: New file.
14046
14047 * paren.el (show-paren-priority): New user option.
14048 (show-paren-function): Set overlay priorities to
14049 show-paren-priority.
14050
140512000-08-14 Miles Bader <miles@gnu.org>
14052
14053 * comint.el (comint-bol): Use `forward-line 0' instead of calling
14054 beginning-of-line with inhibit-field-text-motion bound.
14055
140562000-08-14 Gerd Moellmann <gerd@gnu.org>
14057
14058 * calendar/timeclock.el: New file.
14059
140602000-08-14 David Ponce <david@dponce.com>
14061
14062 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
14063 `widget-button-click'. so that one can use left mouse button to
14064 click on dialog buttons.
14065
140662000-08-14 Emmanuel Briot <briot@gnat.com>
14067
14068 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
14069 identifiers, since XML is case sensitive
14070
140712000-08-12 Miles Bader <miles@gnu.org>
14072
14073 * comint.el (comint-output-filter): Don't bother frobbing
14074 window-start, it doesn't seem to be necessary.
14075
14076 * comint.el (comint-send-string, comint-send-region): Make into
14077 real functions. Snapshot the prompt before sending.
14078
140792000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
14080
14081 * info.el (Info-find-emacs-command-nodes): Rewrite to use
14082 technique similar to Info-index, instead of relying on specific
14083 names of relevant Index nodes.
14084 (Info-goto-emacs-command-node): Bind Info-history to nil when
14085 going to the first node found by Info-find-emacs-command-nodes.
14086
140872000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
14088
14089 * menu-bar.el (menu-bar-help-menu): Add a :help string.
14090
140912000-08-10 Miles Bader <miles@gnu.org>
14092
14093 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
14094
140952000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
14096
14097 * info.el (Info-file-list-for-emacs): More elements for the
14098 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
14099 and woman manuals.
14100
141012000-08-10 Miles Bader <miles@lsi.nec.co.jp>
14102
14103 * comint.el (comint-send-input): Make the newline boundary overlay
14104 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
14105 (comint-output-filter): Use `insert' instead of
14106 `insert-before-markers'. Extend comint-last-output-overlay when
14107 necessary since we can't rely on insert-before-markers to do it.
14108 * gud.el (gud-filter): Use `with-current-buffer' instead of
14109 save-excursion when inserting the output, so that point gets
14110 updated correctly; the old method relied on a rather dodgy
14111 side-effect of comint-output-filter to avoid the effect of
14112 save-excursion.
14113
141142000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
14115
14116 * files.el (recover-file): Call insert-directory instead of
14117 invoking `ls' directly.
14118
141192000-08-10 Miles Bader <miles@gnu.org>
14120
14121 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
14122 (comint-last-prompt-overlay): New variables.
14123 (comint-output-filter): Implement prompt highlighting.
14124 (comint-snapshot-last-prompt): New function.
14125 (comint-send-input): Snapshot the last prompt.
14126 Use comint-highlight-input-face.
14127 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
14128 Use defface instead of defcustom.
14129 (send-invisible, comint-send-eof): Snapshot the last prompt.
14130 (comint-delchar-or-maybe-eof): Use comint-send-eof.
14131 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
14132
141332000-08-09 Stefan Monnier <monnier@cs.yale.edu>
14134
14135 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
14136 (regexp-opt-group): Use a list of chars for `letters'.
14137 (regexp-opt-charset): `chars' is now a list of chars.
14138 Use a char-table rather than a vector so it works for multibyte chars.
14139
14140 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
14141 Set cvs-minor-current-files to the selected fileinfo.
14142 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
14143 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
14144
141452000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
14146
14147 * files.el (insert-directory): Don't call access-file on
14148 directories on DOS and Windows.
14149
141502000-08-09 Kenichi Handa <handa@etl.go.jp>
14151
14152 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
14153 longer if necessary.
14154 (ccl-embed-code): Call ccl-embed-data to store CODE in
14155 ccl-program-vector.
14156
141572000-08-09 Miles Bader <miles@gnu.org>
14158
14159 * comint.el (comint-output-filter): Properly handle the case where
14160 the text surrounded by comint-last-output-overlay was deleted.
14161
141622000-08-08 Gerd Moellmann <gerd@gnu.org>
14163
14164 * info.el (Info-insert-dir): Use Info-additional-directory-list if
14165 non-nil.
14166 (Info-file-list-for-emacs): Remove "info" from the list because
14167 that leads to trying to use the documentation from file `info'
14168 in various situations where it isn't appropriate, for instance
14169 C-h C-k C-h i.
14170
14171 * ffap.el (ffap-read-file-or-url-internal): Handle case that
14172 DIR and/or STRING are nil.
14173
14174 * progmodes/compile.el (compilation-setup): Make variable
14175 compilation-error-screen-columns buffer-local, as some comment
14176 in the code suggests it should be.
14177
14178 * files.el (auto-mode-interpreter-regexp): New variable.
14179 (set-auto-mode): Use it.
14180
14181 * indent.el (indent-for-tab-command): Doc fix.
14182
14183 * mouse-sel.el (mouse-sel-mode): Doc fix.
14184
14185 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
14186 labels.
14187
14188 * help.el (print-help-return-message): When
14189 display-buffer-reuse-frames is set, let the help window been quit,
14190 instead of deleting it, which might delete a reused frame.
14191
141922000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
14193
14194 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
14195 rename a directory to a name that differs only by its letter case.
14196
141972000-08-08 Kenichi Handa <handa@etl.go.jp>
14198
14199 * international/quail.el (quail-define-rules): Handle Quail decode
14200 map correctly. Add code for supporting annotations.
14201 (quail-install-decode-map): New function.
14202 (quail-defrule-internal): New optional arguments decode-map and
14203 props.
14204 (quail-advice): New function.
14205
142062000-08-07 Sam Steingold <sds@gnu.org>
14207
14208 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
14209 `defconst', `define-condition', `with-slots'.
14210 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
14211
142122000-08-03 Miles Bader <miles@gnu.org>
14213
14214 * comint.el (comint-use-prompt-regexp-instead-of-fields):
14215 New variable.
14216 (comint-prompt-regexp, comint-get-old-input): Document dependence on
14217 comint-use-prompt-regexp-instead-of-fields.
14218 (comint-send-input): Add `input' field property to stuff we send to
14219 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
14220 (comint-output-filter): Add `output' field property to process
14221 output, if comint-use-prompt-regexp-instead-of-fields is nil.
14222 (comint-replace-by-expanded-history)
14223 (comint-get-old-input-default, comint-show-output)
14224 (comint-backward-matching-input, comint-forward-matching-input)
14225 (comint-next-prompt, comint-previous-prompt): Use field
14226 properties if comint-use-prompt-regexp-instead-of-fields is nil.
14227 (comint-line-beginning-position): New function.
14228 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
14229 (comint-replace-by-expanded-history-before-point): Use
14230 comint-line-beginning-position and line-end-position.
14231 (comint-last-output-overlay): New variable.
14232 (comint-mode): Make `comint-last-output-overlay' buffer-local.
14233
14234 * shell.el (shell-prompt-pattern): Doc change.
14235 (shell-backward-command): Use line-beginning-position.
14236
14237 * gud.el (gud-gdb-complete-command): Use
14238 comint-line-beginning-position.
14239
14240 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
14241 comint-bol doesn't actually go to the beginning of the line.
14242
14243 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
14244 if comint-use-prompt-regexp-instead-of-fields is non-nil.
14245 (try-expand-line-all-buffers): Likewise.
14246
14247 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
14248 explicitly matching comint-prompt-regexp.
14249 (sql-copy-column): Use comint-line-beginning-position instead of
14250 explicitly matching comint-prompt-regexp.
14251
14252 * progmodes/octave-inf.el (inferior-octave-complete): Use
14253 comint-line-beginning-position.
14254
14255 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
14256
14257 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
14258 looking for a prompt, use `forward-line 0' instead of
14259 `beginning-of-line', to avoid getting caught by an input field.
14260
142612000-08-07 Gerd Moellmann <gerd@gnu.org>
14262
14263 * files.el (shell-quote-wildcard-pattern): Make sure to return
14264 PATTERN, in the Unix case.
14265
142662000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
14267
14268 * play/zone.el (zone): Discard any pending input before running
14269 the randomly-chosen pgm.
14270
142712000-08-07 Kenichi Handa <handa@etl.go.jp>
14272
14273 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
14274 checking the existence of any multibyte characters.
14275
142762000-08-06 Gerd Moellmann <gerd@gnu.org>
14277
14278 * help.el (describe-mode): Test minor-mode symbol for being
14279 bound before testing its value for being nil.
14280
14281 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
14282 `first', `second', and `third'.
14283
14284 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
14285 (second): Make it an alias for `cadr'.
14286
142872000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
14288
14289 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
14290 types of display support faces now.
14291
142922000-08-05 Gerd Moellmann <gerd@gnu.org>
14293
14294 * pcvs.el (require): Require `cl' during compilation, only.
14295
14296 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
14297 (toplevel): Remove `remq' and `remove' from autoloads.
14298 (cl-fake-autoloads): New variable. If set, arrange for an error
14299 when CL functions etc. are autoloaded.
14300
143012000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
14302
14303 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
14304
14305 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
14306 popped up, but the user clicks outside the menu, return an empty
14307 regexp (that causes unhighlight-regexp to have no effect).
14308
14309 * menu-bar.el (menu-bar-games-menu): Add Zone.
14310
14311 * hi-lock.el (toplevel): Require font-lock.
14312
143132000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14314
14315 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
14316 (ebnf-8-bit-chars): New var for bug fix.
14317 (ebnf-string): Bug fix.
14318
143192000-08-03 Sam Steingold <sds@gnu.org>
14320
14321 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
14322 instead of `buffer-string'.
14323 (require 'cl): Always, not just when compiling.
14324 `ignore-errors' in `interactive', `list*', `defun*' &c make this
14325 necessary.
14326
143272000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
14328
14329 * international/mule-cmds.el (select-safe-coding-system): Make
14330 the message text about selecting a safe coding system more clear.
14331
143322000-08-02 Gerd Moellmann <gerd@gnu.org>
14333
14334 * hi-lock.el: New file.
14335
14336 * play/zone.el: New file.
14337
14338 * replace.el (occur): Set tab-width in the *Occur* buffer to the
14339 value of tab-width in the original buffer. Choose a line number
14340 format that's a multiple of the original buffer's tab width, so
14341 that lines appear right.
14342
14343 * textmodes/ispell.el (ispell): New function, replacing an alias.
14344 Spell-check active region if in transient-mark-mode and mark
14345 is active; otherwise spell-check buffer.
14346
143472000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14348
14349 * ps-mule.el: Fix a customization problem on
14350 ps-mule-font-info-database-default.
14351
143522000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
14353
14354 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
14355 display-mouse-p instead of window-system.
14356 (ebrowse-member-mode-map): Ditto.
14357
143582000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14359
14360 * progmodes/ebnf2ps.el: Update ps-print functions call.
14361 Indentation fix. Doc fix.
14362 (ebnf-version): New version number (3.2).
14363 (ebnf-format-color, ebnf-begin-job): Code fix.
14364
143652000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
14366
14367 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
14368 font lock support on window-system.
14369 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
14370
14371 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
14372 display-color-p, if fboundp, instead of window-system.
14373
143742000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
14375
14376 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
14377 instead of window-system.
14378
14379 * wid-edit.el (widget-choose): Use display-mouse-p instead of
14380 window-system.
14381 (widget-choice-mouse-down-action): Use display-popup-menus-p
14382 instead of window-system.
14383
14384 * strokes.el (strokes-file): Run the file name through
14385 convert-standard-filename.
14386 (strokes-mode): Call display-mouse-p instead of looking at
14387 window-system. Change the error message accordingly.
14388
14389 * progmodes/cpp.el (toplevel): Support faces on tty's.
14390
14391 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
14392 (lm-plot-square, lm-init-display): Don't use window-system.
14393
14394 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
14395 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
14396
14397 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
14398 instead of looking at window-system.
14399
144002000-07-30 Gerd Moellmann <gerd@gnu.org>
14401
14402 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
14403 of testing if iswitchb-prepost-hooks is bound, because the
14404 latter will always be true when invoking a recursive minibuffer
14405 from an active Iswitchb buffer.
14406
144072000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
14408
14409 * files.el (shell-quote-wildcard-pattern): New function.
14410 (insert-directory): Call it. Only prepend "\" to command on Unix
14411 and GNU/Linux systems.
14412
144132000-07-30 Gerd Moellmann <gerd@gnu.org>
14414
14415 * eshell/esh-groups.el: Change custom :link file names
14416 from `eshell.info' to `eshell'.
14417
144182000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
14419
14420 * dired.el (dired-build-subdir-alist): Expand subdirectory names
14421 correctly in recursive ange-ftp listings.
14422
144232000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14424
14425 * ps-print.el: Fix bug 1: if ps-font-size-internal,
14426 ps-header-font-size-internal and
14427 ps-header-title-font-size-internal variables are not set,
14428 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
14429 face text property is (foreground-color . COLOR) or
14430 `(background-color . COLOR)', ps-print crashes. Doc fix.
14431 (ps-print-version): New version number (5.2.4).
14432 (ps-plot-region): Code fix.
14433 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
14434 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
14435 Bug fix 2.
14436
144372000-07-30 Milan Zamazal <pdm@freesoft.cz>
14438
14439 * glasses.el (glasses-make-readable): Fix uncapitalization of
14440 identifiers like `myXMLDocument'.
14441
144422000-07-28 Karl Fogel <kfogel@red-bean.com>
14443
14444 * mail/mail-hist.el (mail-hist-previous-input)
14445 (mail-hist-next-input): Do the obvious code factorization.
14446 (mail-hist-retrieve-and-insert): New func, contains common
14447 code of above two.
14448 If inserting a message body, leave point at top.
14449
144502000-07-28 Sam Steingold <sds@gnu.org>
14451
14452 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
14453 Use `<=', not `<' to compare times!
14454 (ange-ftp-ls): Remove.
14455
144562000-07-27 Gerd Moellmann <gerd@gnu.org>
14457
14458 * play/cookie1.el: Add explanation of how to make cookie.el
14459 compatible with strfile(1) to comment.
14460
14461 * subr.el (remove, remq): New functions.
14462
14463 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
14464 escape `*' in regexps.
14465 (midnight-find): Reverse order of arguments in the funcall of
14466 TEST.
14467
14468 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
14469 and `.class'.
14470
14471 * play/meese.el: Add Commentary section.
14472
144732000-07-27 Alex Schroeder <alex@gnu.org>
14474
14475 * sql.el (sql-ms): Added autoload cookie.
14476 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
14477 (sql-oracle): Ditto.
14478 (sql-help): Doc change.
14479
14480 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
14481 types and exceptions.
14482
144832000-07-27 Alex Schroeder <alex@gnu.org>
14484
14485 * sql.el (sql-placeholder-history): New variable.
14486 (sql-query-placeholders-and-send): New function that will query
14487 the user and replace placeholders with user input.
14488 (sql-oracle): If running on NT, set comint-input-sender to
14489 sql-query-placeholders-and-send.
14490
14491 (sql-stop): If in the SQLi buffer, insert stop notification, else
14492 present it as a message.
14493
144942000-07-27 Alex Schroeder <alex@gnu.org>
14495
14496 * sql.el (sql-input-ring-separator): Doc change.
14497 (sql-input-ring-file-name): Doc change.
14498 (sql-interactive-mode): Use `sql-input-ring-separator' and
14499 `sql-input-ring-file-name' to set the comint-mode equivalents
14500 without making them local variables.
14501 (sql-stop): Don't bind `sql-input-ring-separator' and
14502 `sql-input-ring-file-name' dynamically to their comint-mode
14503 equivalents.
14504
145052000-07-27 Kenichi Handa <handa@etl.go.jp>
14506
14507 * international/mule.el (register-char-codings): New function.
14508 (make-coding-system): Handle `safe-chars' specification in the arg
14509 PROPERTY.
14510
14511 * international/mule-cmds.el
14512 (find-coding-systems-region-subset-p): This function deleted.
14513 (sort-coding-systems-predicate): New variable.
14514 (sort-coding-systems): New function.
14515 (find-coding-systems-region): Use
14516 find-coding-systems-region-internal.
14517 (find-coding-systems-string): Use find-coding-systems-region.
14518 (find-coding-systems-for-charsets): Check
14519 char-coding-system-table.
14520 (select-safe-coding-system-accept-default-p): New variable.
14521 (select-safe-coding-system): Mostly rewritten. New argument
14522 ACCEPT-DEFAULT-P.
14523 (select-message-coding-system): Call select-safe-coding-system
14524 with ACCEPT-DEFAULT-P arg.
14525 (reset-language-environment): Reset default-sendmail-coding-system
14526 to the default value iso-latin-1.
14527 (set-language-environment): Don't set the obsolete variable
14528 charset-origin-alist.
14529
14530 * international/codepage.el (cp-coding-system-for-codepage-1):
14531 Give `safe-chars' property to make-coding-system.
14532
14533 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
14534 calling select-message-coding-system twice.
14535
14536 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
14537 instead of `safe-charsets'.
14538 (cyrillic-alternativnyj): Likewise.
14539 (ccl-encode-alternativnyj): Don't check the charset
14540 cyrillic-iso8859-5.
14541
145422000-07-27 Kenichi Handa <handa@etl.go.jp>
14543
14544 * composite.el (compose-chars-after): Preserve match data.
14545
145462000-07-26 Sam Steingold <sds@gnu.org>
14547
14548 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
14549 (ange-ftp-real-file-newer-than-file-p): New function.
14550 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
14551 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
14552
14553 * tooltip.el (tooltip-float-time): Removed (use `float-time').
14554 * midnight.el (midnight-float-time): Ditto.
14555
145562000-07-26 Andreas Schwab <schwab@suse.de>
14557
14558 * files.el (normal-backup-enable-predicate): Correct
14559 interpretation of the return value of compare-strings.
14560
145612000-07-26 Gerd Moellmann <gerd@gnu.org>
14562
14563 * isearch.el (isearch-resume): New function.
14564 (isearch-done): Add something to command-history to resume
14565 the search.
14566 (isearch-yank-line, isearch-yank-word): Use
14567 buffer-substring-no-properties instead of buffer-substring.
14568
14569 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
14570 of flyspell-mouse-map.
14571
14572 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
14573 duplicate definition.
14574 (makefile-mode): Remove duplicate setting of local-abbrev-table.
14575
14576 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
14577 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
14578
145792000-07-25 Sam Steingold <sds@gnu.org>
14580
14581 * net/ange-ftp.el: Get modtime over the net.
14582 (ange-ftp-file-modtime): New function.
14583 (ange-ftp-write-region, ange-ftp-insert-file-contents)
14584 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
14585 Use it.
14586 (ange-ftp-dot-to-slash): New function.
14587 (ange-ftp-fix-name-for-vms): Use it.
14588
14589 * midnight.el (midnight-buffer-display-time): Use
14590 `with-current-buffer'.
14591
145922000-07-25 Gerd Moellmann <gerd@gnu.org>
14593
14594 * find-dired.el: Update copyright notice.
14595 (find-dired): Offer to kill a running `find'.
14596
14597 * enriched.el (enriched-face-ans): For a `foreground-color'
14598 property, return '(("x-color" COLOR))' so that COLOR will be
14599 output as a parameter of the x-color annotation. Likewise for the
14600 `background-color' property. In the case of normal face
14601 properties, don't return annotations for unspecified foreground
14602 and background face attributes.
14603
146042000-07-25 Kenichi Handa <handa@etl.go.jp>
14605
14606 * language/japan-util.el (japanese-katakana-region): Fix handling
14607 HANKAKU argument.
14608
146092000-07-25 Miles Bader <miles@gnu.org>
14610
14611 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
14612 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
14613 constrain-to-field.
14614
146152000-07-24 Andrew Innes <andrewi@gnu.org>
14616
14617 * timer.el (timer-activate-when-idle): Add optional parameter
14618 DONT-WAIT. Update docstring.
14619 (run-with-idle-timer): Specify extra parameter to
14620 timer-activate-when-idle, so that timer will be activated
14621 immediately if Emacs is already idle.
14622
14623 * w32-fns.el (w32-using-nt): Fix docstring.
14624
146252000-07-24 Dave Love <fx@gnu.org>
14626
14627 * mouse.el (popup-menu): Set last-command-event.
14628 (mouse-major-mode-menu-prefix): Declare.
14629
146302000-07-24 Gerd Moellmann <gerd@gnu.org>
14631
14632 * textmodes/flyspell.el: Update to author's version 1.5d.
14633
14634 * progmodes/hideshow.el: Update copyright notice.
14635
14636 * vcursor.el: Set maintainer to FSF, since author cannot
14637 be reached.
14638
146392000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
14640
14641 * info.el (Info-goto-emacs-key-command-node): Leave a space after
14642 the prompt.
14643
14644 * mouse.el (popup-menu): Run the keymap through indirect-function,
14645 in case it was defined with define-prefix-key. If the menu is a
14646 list of keymaps, look up the binding of user's choice in each one
14647 of the keymaps.
14648 (mouse-popup-menubar): If the global and local menu-bar keymaps
14649 don't have a prompt string, create one and insert it into the
14650 keymap. Don't barf if current-local-map returns nil.
14651
146522000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
14653
14654 * dired.el (dired-sort-R-check): Added to allow recursive listing
14655 to be undone.
14656 (dired-sort-other): Use it.
14657
146582000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14659
14660 * Release of cc-mode 5.27
14661
146622000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14663
14664 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
14665 c-beginning-of-statement-1 that caused a bad case of recursion
14666 which could consume a lot of CPU in large classes in languages
14667 that have in-expression classes (i.e. Java and Pike).
14668
14669 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
14670 statements before top level constructs (i.e. case 6 is moved
14671 before case 5 and is now case 4) to catch in-expression
14672 classes in top level expressions correctly.
14673
146742000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14675
14676 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
14677 objc-method-intro. Case 4 removed and case 5I added.
14678
14679 * cc-langs.el (c-append-paragraph-start): New variable used by
14680 c-common-init to get paragraph-start correct.
14681 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
14682 initialize paragraph-start to make it correct both with and
14683 without the javadoc special case.
14684
14685 * cc-mode.el (java-mode): Use c-append-paragraph-start to
14686 initialize paragraph-start for javadoc markup.
14687
14688 * cc-vars.el (c-style-variables-are-local-p): Incompatible
14689 change by defaulting this to t. It's motivated by the
14690 confusing behavior that otherwise arise from the style system
14691 when editing both java and non-java files at the same time
14692 (see the comments about style setting in c-common-init).
14693
146942000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14695
14696 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
14697 similar to the one in c-fill-paragraph to check the fill
14698 prefix from the adaptive fill function for sanity.
14699
147002000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14701
14702 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
14703 defun block.
14704
a30eb617
DL
147052000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14706
14707 * cc-align.el (c-lineup-multi-inher): Handle lines with
14708 leading comma nicely. Extended to handle member initializers
14709 too.
14710
14711 * cc-engine.el: (c-beginning-of-inheritance-list,
14712 c-guess-basic-syntax): Fixed recognition of inheritance lists
14713 when the lines begins with a comma.
14714
a30eb617
DL
14715 * cc-vars.el (c-offsets-alist): Changed default for
14716 member-init-cont to c-lineup-multi-inher since it now handles
14717 member initializers and indents better for leading commas.
14718
147192000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14720
14721 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
14722 handling that caused class open lines to be recognized as
14723 statement-conts in some cases.
14724
14725 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
14726 guessed by the adaptive fill function unless point is on the
14727 first line of a block comment.
14728
14729 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
14730 when the buffer ends with a macro continuation char.
14731
14732 * cc-engine.el (c-guess-basic-syntax): Added support for
14733 function definitions as statements in Pike. The first
14734 statement in a lambda block is now labeled defun-block-intro
14735 instead of statement-block-intro.
14736
14737 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
14738 so that the class surrounding point is selected, not the one
14739 innermost in the state.
14740
14741 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
14742 recognition of switch labels having hanging multiline
14743 statements.
14744
14745 * cc-engine.el (c-beginning-of-member-init-list): Broke out
14746 some code in c-guess-basic-syntax to a separate function.
14747 * cc-engine.el (c-just-after-func-arglist-p): Fixed
14748 recognition of member inits with multiple line arglists.
14749 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
14750 member-init-cont when the commas are in funny places.
14751
147522000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14753
14754 * cc-defs.el (c-auto-newline): Removed this macro since it's
14755 not used anymore.
14756
14757 * cc-engine.el (c-looking-at-bos): New helper function.
14758 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
14759 inexpr and toplevel classes apart in Pike.
14760
14761 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
14762 of case 9A.
14763
14764 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
14765 constant, since "class" can introduce an in-expression class
14766 in Pike nowadays.
14767
147682000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14769
14770 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
14771 indentation on cpp-macro lines.
14772
14773 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
14774 a syntax modifier like comment-intro, to make it possible to
14775 get syntactic indentation for preprocessor directives. It's
14776 incompatible wrt to lineup functions on cpp-macro, but it has
14777 no observable effect in the 99.9% common case where cpp-macro
14778 is set to -1000.
14779
147802000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14781
14782 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
14783 member-init-cont when the preceding arglist is several lines.
14784
147852000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14786
14787 * cc-styles.el (c-style-alist): The basic offset for the BSD
14788 style corrected to 8.
14789
147902000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14791
14792 * cc-styles.el (c-style-alist): Adjusted the indentation of
14793 brace list openers in the gnu style.
14794
147952000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14796
14797 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
14798
14799 * cc-cmds.el (c-electric-brace, c-electric-slash,
14800 c-electric-star, c-electric-semi&comma, c-electric-colon,
14801 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
14802 when c-syntactic-indentation is nil.
14803
14804 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
14805 we were left at comments preceding the first statement when
14806 reaching the beginning of the buffer.
14807
14808 * cc-vars.el (c-syntactic-indentation): New variable to turn
14809 off all syntactic indentation.
14810
148112000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14812
14813 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
14814 between the text and the block comment ender when it hangs,
14815 depending on how many there are before the fill.
14816
148172000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14818
14819 * cc-engine.el (c-beginning-of-closest-statement): New helper
14820 function to go back to the closest preceding statement start,
14821 which could be inside a conditional statement.
14822 * cc-engine.el (c-guess-basic-syntax): Use
14823 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
14824
14825 * cc-engine.el (c-guess-basic-syntax): Better handling of
14826 arglist-intro, arglist-cont-nonempty and arglist-close when
14827 the arglist is nested inside parens. Cases 7A, 7C and 7F
14828 changed.
14829
14830 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
14831 up-to-date with javadoc 1.2.
14832
148332000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14834
14835 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
14836 multiline Pike type decls.
14837
148382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14839
14840 * cc-cmds.el (c-indent-new-comment-line): Always break
14841 multiline comments in multiline mode, regardless of
14842 comment-multi-line.
14843
148442000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14845
14846 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
14847 fully::qualified::names in C++ member init lists. Preamble in
14848 case 5D changed.
14849
148502000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14851
14852 * cc-langs.el (c-common-init): Handling of obsolete variables
14853 moved to c-initialize-cc-mode. More compatible style override
14854 when using global style variables.
14855 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
14856 variables moved here.
14857
a30eb617
DL
14858 * cc-styles.el (c-make-styles-buffer-local): Flag style
14859 variable localness in c-style-variables-are-local-p to make
14860 the compatibility measure in c-common-init work well.
14861
14862 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
14863 longer contain set-from-style.
14864 * cc-styles.el (c-initialize-builtin-style): Don't check for
14865 set-from-style on c-special-indent-hook.
14866 * cc-styles.el (c-copy-tree): Obsolete. The standard function
14867 copy-alist is sufficient now.
14868
14869 * cc-styles.el (c-set-style, c-set-style-1,
14870 c-get-style-variables): Fixes to variable initialization so
14871 that duplicate entries in styles have the same effect
14872 regardless of DONT-OVERRIDE.
14873
14874 * cc-styles.el (c-set-style-2): Fixed bug where the
14875 initialization of inheriting styles failed when the
14876 dont-override flag is set.
14877
14878 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
14879 on this.
14880
148812000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14882
14883 * cc-defs.el (c-forward-comment): Removed the workaround
14884 introduced in 5.38 since it had worse side-effects. If a line
14885 contains the string "//\"", it regarded the // as a comment
14886 start since the \ temporarily doesn't have escape syntax.
14887
eb04d6cd 148882000-07-17 Emmanuel Briot <briot@act-europe.fr>
a30eb617
DL
14889
14890 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
14891 ada-xref.el before ada-prj.el, so that the Project menu is created
14892 when ada-prj tries to add to it.
14893 (ada-activate-keys-for-case): Suppress the characters that are not
14894 part of the Ada syntax. Better compatibility with else-mode
14895 (ada-adjust-case-interactive): When auto-casing is not active,
14896 correctly insert newlines (used to insert only ^M). Prevent the
14897 syntax table from being changed in case of an error
14898 (or '_' becomes part of a word and some commands are confused).
14899 Do nothing if ada-auto-case is nil.
14900 (ada-after-keyword-p): Ignore keywords that are also attributes
14901 (ada-batch-reformat): Update usage comment
14902 (ada-call-from-contextual-menu): New function
14903 (ada-case-read-exceptions): Reinitialize the casing exception list
14904 first to nil first, so that the casing exception file can be
14905 shared.
14906 (ada-check-defun-name): Handles "configure" keyword for gnatdist
14907 files.
14908 (ada-compile-goto-error): Fix regexp used to detect a file:line
14909 anywhere in the error message
14910 (ada-contextual-menu-last-point): New variable
14911 (ada-create-keymap): If the variable delete-key-deletes-forward is
14912 t on XEmacs, it means that DEL should delete one character
14913 forward.
14914 (ada-create-menu): Use :included instead of :visible for XEmacs.
14915 New submenu "Options".
14916 (ada-end-stmt-re): Correctly indent "select ... then abort"
14917 statements.
14918 (ada-fill-comment-paragraph): Correctly delete all leading '--'
14919 even if they don't match ada-fill-comment-prefix Fix handling of
14920 paragraphs on the first or last line of a file.
14921 (ada-format-paramlist): Fix handling of default parameter values.
14922 (ada-get-body-name): New function.
14923 (ada-get-current-indent): Optimized by searchling directly for an
14924 existing generic part or a statement outside of it. Handle
14925 ada-indent-align-comments when indenting comments Replaced some
14926 regexps by testing directly the next character. This results in a
14927 huge speedup on some files. New indentation scheme for renames
14928 statements. Stop looking for the 'while' or 'for' associated with
14929 a 'loop' at the first semicolon encountered. A "return" can also
14930 match an anonymous access subprogram declaration.
14931 (ada-get-indent-noindent): Ignore strings and comments when
14932 looking for the keywords "record" and "private".
14933 (ada-goto-matching-decl-start): When matching "if", make sure we
14934 are not in fact seeing "end if". Ignore "when" statements except
14935 when initial keyword was "begin". Fix handling of nested
14936 procedures. Add a recursive call to this function to skip over
14937 other 'end' statmts. Fix indentation for "when .. => begin"
14938 (ada-in-open-paren-p): Fix indentation for complex boolean
14939 expressions, where 'and then', 'or else' and parenthesis
14940 statements are mixed up.
14941 (ada-in-paramlist-p): Skip comments while searching for the
14942 beginning Fix handling of operator declarations.
14943 (ada-indent-align-comments): New variable
14944 (ada-indent-current): Change the syntax table only in the
14945 protected section, so that we are sure it is restored correctly.
14946 (ada-indent-on-previous-lines): Use ada-use-indent and
14947 ada-with-indent Correctly indent "select ... then"
14948 (ada-indent-region): Slight speedup.
14949 (ada-indent-renames): New variable.
14950 (ada-last-which-function-subprog, ada-last-which-function-line):
14951 New variables
14952 (ada-looking-at-semi-private): Correctly indent the 'private'
14953 keyword when it is the first word in a package declaration.
14954 (ada-loose-case-word): Stop searching if at the end of the buffer.
14955 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
14956 even if point is not initially at the end of the word.
14957 (ada-matching-decl-start-re): Add "when".
14958 (ada-mode): Add support for abbrev-mode, outline-mode and
14959 which-func-mode Override the old find-file.el entry in
14960 ff-special-constructs since it is using the obsolete
14961 ada-spec-suffix variable
14962 (ada-no-auto-case): New function
14963 (ada-scan-paramlist): When parsing the argument type, accept
14964 spaces (as in "X 'Class", generated by Rational Rose).
14965 (ada-other-file-name): No longer loads the other file.
14966 (ada-popup-menu): Save and restore the current buffer and cursor
14967 position before and after displaying the menu.
14968 (ada-search-ignore-complex-boolean): New function.
14969 (ada-uncomment-region): Emacs21 already knows how to delete
14970 comments not starting in the first column.
14971 (ada-use-indent): New variable
14972 (ada-which-function): New function.
14973 (ada-with-indent): New variable
14974 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
14975 can be batch-compiled from the command line.
14976
14977 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
14978 Add to the menu when the file is loaded, not in ada-mode-hook.
14979 Add -toolbar to the default ddd command Switches moved from
14980 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
14981 ada-prj-default-comp-opt
14982 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
14983 Reference Manual to the menu
14984 (ada-check-current): rewritten as a call to ada-compile-current
14985 (ada-compile): Removed.
14986 (ada-compile-application, ada-compile-current, ada-check-current):
14987 Set the compilation-search-path so that compile.el automatically
14988 finds the sources in src_dir. Automatic scrollong of the
14989 compilation buffer. C-uC-cC-c asks for confirmation before
14990 compiling
14991 (ada-compile-current): New parameter, prj-field
14992 (ada-complete-identifier): Load the .ali file before doing
14993 processing
14994 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
14995 conform to gnatmake's behavior.
14996 (ada-find-file-in-dir): New function
14997 (ada-find-references): Set the environment variables for gnatfind
14998 (ada-find-src-file-in-dir): New function.
14999 (ada-first-non-nil): Removed
15000 (ada-gdb-application): Add support for jdb, the java debugger.
15001 (ada-get-ada-file-name): Load the original-file first if not done
15002 yet.
15003 (ada-get-all-references): Handles the new ali syntax (parent types
15004 are found between <>).
15005 (ada-initialize-runtime-library): New function
15006 (ada-mode-hook): Always load a project file when a file is opened,
15007 so that the casing exceptions are correctly read.
15008 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
15009 (ada-parse-prj-file): Use find-file-noselect instead of find-file
15010 to open the project file, since the latter does not work with
15011 speedbar Get default values before loading the prj file, or the
15012 default executable file name is wrong. Use the absolute value of
15013 src_dir to initialize ada-search-directories and
15014 compilation-search-path,... Add the standard runtime library to
15015 the search path for find-file.
15016 (ada-prj-default-debugger): Was missing an opening '{'
15017 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
15018 variables.
15019 (ada-prj-default-gnatmake-opt): New variable
15020 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
15021 buffers, the project file is the default one Save the windows
15022 configuration before displaying the menu.
15023 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
15024 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
15025 ...) regexp-quote identifiers names to support operators +,
15026 -,... in regexps.
15027 (ada-remote): New function.
15028 (ada-run-application): Erase the output buffer before starting the
15029 run Support remote execution of the application. Use
15030 call-process, or the arguments are incorrectly parsed
15031 (ada-set-default-project-file): Reread the content of the active
15032 project file, not the one from the current buffer When a project
15033 file is set as the default project, all directories are
15034 automatically associated with it.
15035 (ada-set-environment): New function
15036 (ada-treat-cmd-string): New special variable ${current}
15037 (ada-treat-cmd-string): Revised. The substitution is now done for
15038 any ${...} substring
15039 (ada-xref-current): If no body was found, compiles the spec
15040 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
15041 compiler to get rid of command line length limitations.
15042 (ada-xref-get-project-field): New function
15043 (ada-xref-project-files): New variable
15044 (ada-xref-runtime-library-specs-path)
15045 (ada-xref-runtime-library-ali-path): New variables
15046 (ada-xref-set-default-prj-values): Default run command now does a
15047 cd to the build directory. New field: main_unit Provide a default
15048 file name even if the current buffer has no prj file.
15049
15050 * ada-prj.el:
15051 Rewritten to show a tabbed-dialog.
15052 (ada-prj-add-ada-menu): Remove the map and name parameters.
15053 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
15054 New function
15055 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
15056 (ada-prj-load-from-file): New function
15057 (ada-prj-save): Always save fields that depend on the current buffer
15058 (ada-prj-show-value): New function
15059
15060 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
15061 Ada mode. This will allow us to display the Ada menu in any buffer
15062 we want (for project items).
15063 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
15064 number of spaces in the header.
15065
150662000-07-24 Dave Love <fx@gnu.org>
15067
15068 * ediff-init.el (ediff-region-help-echo): Bind face-help.
15069
150702000-07-23 Noah Friedman <friedman@splode.com>
15071
15072 * type-break.el (type-break): perform autosave.
b52758d1 15073 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
a30eb617
DL
15074 (type-break-do-query): Cancel query schedule while performing
15075 actual query, to avoid possibility of a second query being made
15076 while first one is already in progress.
15077 (type-break-time-stamp-format): New variable.
15078 (type-break-time-stamp): New function.
15079 (type-break-time-warning): Use it.
15080 (type-break-keystroke-warning): Use it.
15081 (type-break-noninteractive-query): Use it.
15082
15083 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
15084 cookie.
15085 Use add-minor-mode to set minor-mode-alist, if available.
15086 (eldoc-echo-area-use-multiline-p): New user option.
15087 (eldoc-echo-area-multiline-supported-p): New variable.
15088 (eldoc-docstring-format-sym-doc): Use them.
15089 (eldoc-mode): If not using idle timers, append to local post and
15090 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
15091 (eldoc-display-message-no-interference-p): Don't interfere with
15092 edebug.
15093 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
15094 (eldoc-function-arglist): New function.
15095 (eldoc-function-argstring): Use it.
15096
15097 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
15098 auto save directory exists before calling directory-files.
15099
151002000-07-23 Dave Love <fx@gnu.org>
15101
15102 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
15103 ^o, ^u.
15104
151052000-07-21 Dave Love <fx@gnu.org>
15106
15107 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
15108 now passed to the function. It now works properly.
15109
15110 * smerge-mode.el (smerge-mode-menu): Fill it out.
15111
151122000-07-20 Gerd Moellmann <gerd@gnu.org>
15113
15114 * info-look.el (info-lookup): If *info* is shown in another frame
15115 on the same display, select that frame, instead of switching to
15116 the Info buffer in another window of the selected frame.
15117
15118 * simple.el (universal-argument-map): Bind numeric keypad keys
15119 kp-0 to kp-9 and kp-subtract.
15120 (digit-argument): Handle these keys.
15121
151222000-07-20 Dave Love <fx@gnu.org>
15123
15124 * net/goto-addr.el (goto-address-fontify): Don't bother with
15125 buffer-modified and read-only stuff -- irrelevant with overlays.
15126 Put an extra property on the overlays and use it to clean up in
15127 case goto-address is re-run.
15128
151292000-07-19 Richard M. Stallman <rms@gnu.org>
15130
15131 * timer.el (run-with-idle-timer): Doc fix.
15132
15133 * mail/mail-utils.el (mail-strip-quoted-names):
15134 Handle case where <...> appears inside "...".
15135 Use replace-match to edit the string more simply.
15136 (rmail-dont-reply-to): Cope with an unmatched ".
15137
151382000-07-19 Dave Love <fx@gnu.org>
15139
15140 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
15141 implementation.
15142
15143 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
15144 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
15145 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
15146
151472000-07-19 Gerd Moellmann <gerd@gnu.org>
15148
15149 * textmodes/refer.el: Correct maintainer's email address.
15150
15151 * progmodes/hideif.el: Correct author's email address.
15152 Fix typo in comment.
15153
15154 * xml.el: New file.
15155
15156 * mail/mailheader.el: Correct author's mail address.
15157
15158 * gnus/parse-time.el: Correct author's mail address.
15159
151602000-07-19 Colin Walters <walters@cis.ohio-state.edu>
15161
15162 * comint.el (comint-highlight-input, comint-highlight-face):
15163 New user options.
15164 (comint-input-ring-file-name): Change custom type.
15165 (comint-mode-map): Bind mouse-2.
15166 (comint-insert-clicked-input): New function.
15167 (comint-send-input): Handle input highlighting.
15168
151692000-07-18 Stefan Monnier <monnier@cs.yale.edu>
15170
15171 * mouse.el (popup-menu): New function.
15172 (mouse-major-mode-menu): Use it.
15173
151742000-07-18 Dave Love <fx@gnu.org>
15175
15176 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
15177 improvements.
15178
151792000-07-18 Gerd Moellmann <gerd@gnu.org>
15180
15181 * faces.el (face-font-selection-order)
15182 (face-font-family-alternatives): Add custom type.
15183
151842000-07-18 Dave Love <fx@gnu.org>
15185
15186 * cus-edit.el (custom-variable-reset-saved)
15187 (custom-variable-reset-standard): Remove unused bindings.
15188
15189 * rect.el (open-rectangle-line): Remove unused let.
15190
15191 * hl-line.el (hl-line-highlight): Check hl-line-mode.
15192
151932000-07-18 Gerd Moellmann <gerd@gnu.org>
15194
15195 * cdl.el: Fix `Maintainer' keyword.
15196
15197 * play/pong.el: Add author's email address.
15198
151992000-07-17 Sam Steingold <sds@gnu.org>
15200
15201 * files.el (insert-directory): Call `split-string' instead of
15202 re-implementing it.
15203
152042000-07-18 Gerd Moellmann <gerd@gnu.org>
15205
15206 * mail/vms-pmail.el: Change maintainer to FSF.
15207
15208 * net/goto-addr.el: Change maintainer to FSF.
15209
15210 * info.el (Info-title-face-alist): Removed.
15211
152122000-07-18 David Ponce <david@dponce.com>
15213
15214 * recentf.el (recentf-open-files): New command that works like
15215 `recentf-open-more-files', but shows the whole list of files (not just
15216 those omitted from the menu). Useful if you don't use a menu-bar!
15217 (recentf-open-more-files) Modified to use `recentf-open-files'.
15218
15219 (recentf-open-files, recentf-open-more-files)
15220 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
15221
15222 (recentf-dialog-mode): New mode for dialogs. You can now just type
15223 "q" to cancel the dialogs.
15224
152252000-07-18 David Ponce <david@dponce.com>
15226
15227 * recentf.el: This is a major update of recentf.el. It adds new
15228 features to better organize the recentf menu and "More..." buffer.
15229
15230 Using new provided menu filtering functions you can now organize the
15231 recent files list:
15232
15233 - by major modes
15234 - by directories
15235 - by user defined rules
15236
15237 Finally, with the new `recentf-filter-changer' customizable filter you
15238 can define a ring of filters and dynamically (via the menu) cycle on
15239 each menu organization in the ring (a la msb).
15240
152412000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
15242
15243 * eshell/eshell.el (eshell): Replace links to eshell.info with
15244 links to eshell, to avoid problems on systems where the manual is
15245 installed as `eshell'.
15246 * eshell/esh-cmd.el (eshell-cmd): Ditto.
15247 * eshell/em-smart.el (eshell-smart): Ditto.
15248 * eshell/em-banner.el (eshell-banner): Ditto.
15249 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
15250
15251 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
15252 same-file check in the MS-DOS version (it does support inodes).
15253
15254 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
15255
15256 * eshell/eshell.el (eshell-directory-name):
15257 Run default directory name through convert-standard-filename.
15258
152592000-07-18 Kenichi Handa <handa@etl.go.jp>
15260
15261 * international/mule-cmds.el (select-safe-coding-system):
15262 Fix typo in the comment.
15263
15264 * language/european.el (compound-text):
15265 Force katakana-jisx0201 to be designated to G1.
15266
15267 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
15268 Don't translate some national variant characters of latin-jisx0201.
15269 (x-ctext): Force katakana-jisx0201 to be designated to G1.
15270
15271 * international/kkc.el (kkc-after-update-conversion-functions):
15272 New variable.
15273 (kkc-update-conversion): Run functions in it at the tail.
15274
152752000-07-16 John Wiegley <johnw@gnu.org>
15276
15277 * lisp/align.el (align-newline-and-indent):
15278 Adding new function. for auto-aligning blocks of code on RET.
15279 (align-region): Fixed badly formatted minibuffer message.
15280
152812000-07-17 Kenichi Handa <handa@etl.go.jp>
15282
15283 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
15284 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
15285 the conversion list at first if appropriate.
15286 (kkc-next): Don't update kkc-next-count here.
15287 (kkc-prev): Don't update kkc-prev-count here.
15288 (kkc-show-conversion-list-update): Fix setting up of conversion
15289 list message.
15290
152912000-07-16 Stefan Monnier <monnier@cs.yale.edu>
15292
15293 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
15294
152952000-07-16 Dave Love <fx@gnu.org>
15296
15297 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
15298 function to be more specific.
15299
15300 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
15301 non-string help-echo.
15302 (widget-types-convert-widget): Defsubst it.
15303 (widget-echo-help): Try to cope with a help-echo function of two
15304 possible sorts.
15305
153062000-07-15 Jason Rumney <jasonr@gnu.org>
15307
15308 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
15309 Declare as obsolete.
15310
15311 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
15312
153132000-07-14 Gerd Moellmann <gerd@gnu.org>
15314
15315 * hilit-chg.el: Fix typo.
15316
153172000-07-14 Dave Love <fx@gnu.org>
15318
15319 * info.el (Info-mode-menu): Fix use of :help, :enable.
15320
153212000-07-14 Stefan Monnier <monnier@cs.yale.edu>
15322
15323 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
15324
153252000-07-13 Dave Love <fx@gnu.org>
15326
15327 * emacs-lisp/easymenu.el: Doc fixes.
15328 (easy-menu-remove): Defalias to ignore.
15329
15330 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
15331 Call throw correctly.
15332
153332000-07-13 Gerd Moellmann <gerd@gnu.org>
15334
15335 * faces.el (frame-background-mode): Doc fix.
15336
15337 * simple.el (eval-expression-print-length): Change custom type to
15338 allow entering nil as value.
15339
153402000-07-13 Dave Love <fx@gnu.org>
15341
15342 * progmodes/fortran.el (fortran-imenu-generic-expression):
15343 Change definition layout.
15344 (fortran-mode-menu): Reinstate customize entries.
15345
15346 * cus-edit.el (custom-group-menu-create, customize-menu-create):
15347 Use :filter, per old XEmacs code.
15348
153492000-07-12 Gerd Moellmann <gerd@gnu.org>
15350
15351 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
15352 event when deciding what to send to the terminal.
15353
153542000-07-12 Dave Love <fx@gnu.org>
15355
15356 * cus-start.el: Add optional version as 4th element of specs and
15357 use it for several things new in v21. Remove load-path. Fix type
15358 of line-number-display-limit.
15359
153602000-07-11 Dave Love <fx@gnu.org>
15361
15362 * progmodes/fortran.el: Don't require easymenu.
15363 Use repeat counts in various regexps.
15364 (fortran-mode-syntax-table): Defvar directly.
15365 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
15366 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
15367 Use defvar, not defconst.
15368 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
15369 (fortran-mode): Set fortran-comment-line-start-skip,
15370 fortran-comment-line-start-skip, dabbrev-case-fold-search.
15371 (fortran-comment-indent): Use defsubst.
15372 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
15373 Use fortran-comment-indent, not fortran-comment-indent-function.
15374 (fortran-comment-region, fortran-electric-line-number): Simplify.
15375 (fortran-auto-fill): New function.
15376 (fortran-do-auto-fill): Deleted.
15377 (fortran-find-comment-start-skip):
15378 Check for non-null comment-start-skip.
15379 (fortran-auto-fill-mode, fortran-fill-statement):
15380 Use fortran-auto-fill.
15381 (fortran-fill): Use fortran-auto-fill. Check for null
15382 comment-start-skip. Simplify final clause and use end-of-line finally.
15383
15384 * widget.el (widget-plist-member): New alias.
15385
153862000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
15387
15388 * eshell/esh-module.el (toplevel): Reference
15389 byte-compile-current-file only if it is bound.
15390
153912000-07-10 Gerd Moellmann <gerd@gnu.org>
15392
15393 * dired.el: Don't require `dired-aux'.
15394
153952000-07-10 Miles Bader <miles@lsi.nec.co.jp>
15396
15397 * dired-aux.el (dired-show-file-type): New function.
15398 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
15399 (dired-show-file-type): Add autoload.
15400
154012000-07-10 Kenichi Handa <handa@etl.go.jp>
15402
15403 * international/mule-diag.el (describe-font): Adjusted for the
15404 change of fontset-info.
15405 (print-fontset): Likewise.
15406
154072000-07-09 Stefan Monnier <monnier@cs.yale.edu>
15408
15409 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
15410
154112000-07-07 Gerd Moellmann <gerd@gnu.org>
15412
15413 * bindings.el: Bind `[delete]' to delete-char.
15414
15415 * dired.el (dired-find-alternate-file): New function.
15416 (dired-mode-map): Bind `a' to dired-find-alternate-file.
15417 (toplevel): Require dired-aux when compiling.
15418 (dired-buffers): Move defvar within file to avoid compiler warning.
15419
15420 * info.el (Info-last-search): Variable removed.
15421 (Info-search-history): New variable.
15422 (Info-search): New Info-search-history.
15423
15424 * battery.el, info-look.el: Change author's mail address.
15425
154262000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
15427
15428 * mail/rmail.el (rmail-clear-headers): Don't throw an error
15429 if rmail-ignored-headers is nil.
15430 (rmail-retry-failure): Bind rmail-ignored-headers and
15431 rmail-displayed-headers to nil.
15432
154332000-07-06 Gerd Moellmann <gerd@gnu.org>
15434
15435 * lpr.el (lpr-page-header-switches): Add `-h' switch.
15436 (print-region-1): Don't hard code `-h' here.
15437
15438 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
15439
154402000-07-01 Francesco Potorti` <pot@gnu.org>
15441
15442 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
15443 exim can use "your message" instead of "the message".
15444
154452000-07-06 Stefan Monnier <monnier@cs.yale.edu>
15446
15447 * facemenu.el: Docstrings fixes.
15448 (facemenu-get-face): Don't use internal-find-face.
15449 (facemenu-iterate): Rename arg to match the docstring.
15450
15451 * newcomment.el (uncomment-region): Be more careful when skipping
15452 backwards over `=' not to bump into BOBP.
15453
154542000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
15455
15456 * ediff-diff.el (ediff-wordify): Use syntax table.
15457 * ediff-init.el (ediff-has-face-support-p): Use
15458 ediff-color-display-p.
15459 (ediff-color-display-p): Use display-color-p, changed to defun
15460 from defsubst.
15461 Got rid of special cases for NeXT and OS/2.
15462 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
15463 face.
15464
154652000-07-05 Stefan Monnier <monnier@cs.yale.edu>
15466
15467 * emacs-lisp/lucid.el: Require CL.
15468 (copy-tree, remprop): Remove, it's provided by CL.
15469 (map-keymap): Define in terms of cl-map-keymap.
15470 (extent-property, set-extent-end-glyph): New functions.
15471
15472 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
15473
154742000-07-05 Gerd Moellmann <gerd@gnu.org>
15475
15476 * Makefile.in (DONTCOMPILE): Add comment that the name may
15477 not be changed without changing the make-dist script.
15478
15479 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
15480 (cl-mapc): Use mapc instead of cl-old-mapc.
15481
154822000-07-05 Andrew Innes <andrewi@gnu.org>
15483
15484 * makefile.nt: Add support for `bootstrap' and related targets.
15485
154862000-07-05 Stefan Monnier <monnier@cs.yale.edu>
15487
15488 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
15489 (easy-menu-do-define): Use `menu-item' format.
15490 Handle case where easy-menu-create-menu returns a symbol.
15491 Manually call the potential top-level filter in the function binding.
15492 (easy-menu-filter-return): New arg NAME.
15493 Convert to a keymap if MENU is an XEmacs menu.
15494 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
15495 (easy-menu-converted-items-table, easy-menu-convert-item):
15496 New var and fun to memoize easy-menu-convert-item-1.
15497 (easy-menu-do-add-item): Use it.
15498 (easy-menu-create-menu): Use easy-menu-convert-item.
15499 Wrap easy-menu-filter-return around any :filter specification.
15500 Don't convert the menu if a filter was specified.
15501 Tell easy-menu-make-symbol not to check for MENU being an expression.
15502 (easy-menu-make-symbol): New arg NOEXP.
15503
155042000-07-05 Gerd Moellmann <gerd@gnu.org>
15505
15506 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
15507 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
15508 (eval-defun): If called with prefix arg, instrument code for
15509 Edebug.
15510
15511 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
15512 similar to that of eval-defun.
15513
155142000-07-04 Dave Love <fx@gnu.org>
15515
15516 * hl-line.el (hl-line-overlay): Make it permanent-local.
15517
15518 * calendar/todo-mode.el: Replaced with a working version, based on
15519 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
15520
155212000-07-03 Miles Bader <miles@lsi.nec.co.jp>
15522
15523 * paths.el (prune-directory-list): New function.
15524 (Info-default-directory-list): Rewritten to more methodically
15525 enumerate a big list of possible info directories (based on the
15526 list used by the standalone info reader).
15527
15528 * info.el (info-initialize): Use prune-directory-list to remove
15529 non-existent directories from Info-directory-list.
15530
15531 * paths.el (Info-default-directory-list): Try a list of possible
15532 info-directories instead of a single one. Add the possible
15533 info directory "/usr/share/info".
15534
15535 * woman.el (woman-man.conf-path): Explicitly include the debian
15536 man-db config file "/etc/manpath.config".
15537 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
15538 are present in `manpath.config'.
15539 (woman-manpath): Include "/usr/share/man".
15540
155412000-07-03 Gerd Moellmann <gerd@gnu.org>
15542
15543 * frame.el (blink-cursor-mode): Don't hide cursor initially.
15544
15545 * startup.el (command-line): Initialize blink-cursor based
15546 on window-system.
15547
15548 * frame.el (blink-cursor): Default to nil if not running under
15549 a window-system.
15550
15551 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
15552 (face-x-resources): Remove duplicate entry for :font.
15553
15554 * textmodes/refer.el (refer-find-entry-internal): Use some-window
15555 instead of cycling through windows with next-window.
15556
15557 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
15558 of cycling through windows with next-window.
15559
15560 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
15561 of cycling through windows with next-window.
15562
15563 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
15564 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
15565 instead of cycling through windows with next-window.
15566
15567 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
15568 instead of cycling through windows with next-window.
15569
15570 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
15571 of cycling through windows with next-window.
15572
15573 * terminal.el (te-process-output): Use walk-windows instead of
15574 cycling through windows with next-window.
15575
15576 * server.el (server-switch-buffer): Use some-window instead of
15577 cycling through windows with next-window.
15578
15579 * window.el (some-window): New function.
15580 (walk-windows): Remove reference to walk-windows-start.
15581
15582 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
15583
155842000-07-03 Richard Stallman <rms@gnu.org>
15585
15586 * window.el (walk-windows): Guarantee termination by keeping a list
15587 of all the windows already handled.
15588
155892000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
15590
15591 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
15592 window-system.
15593
15594 * man.el (Man-notify-when-ready): Don't use window-system. If
15595 Man-notify-method is newframe, and the display is not
15596 multi-frame, select the frame created for the man page.
15597 (Man-init-defvars): Doc fix.
15598
155992000-06-28 Gerd Moellmann <gerd@gnu.org>
15600
15601 * faces.el (region): Change background color for light background.
15602
15603 * ediff-wind.el (ediff-setup-control-frame): Remove :box
15604 attribute from mode-line face of Ediff control frame.
15605
15606 * replace.el (query-replace-map): Bind `e' like `E'.
15607
156082000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
15609
15610 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
15611 Change name to "Select All".
15612
15613 * dos-fns.el (convert-standard-filename): Fix last change.
15614
156152000-06-27 Gerd Moellmann <gerd@gnu.org>
15616
15617 * help.el (describe-variable): Don't insert a second `'s' in front
15618 of the string `value is shown below'. Since the syntax-table is
15619 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
15620 an existing `'s', so that this won't be deleted.
15621
15622 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
15623 * pcmpl-unix.el: New files.
15624
156252000-06-26 Stefan Monnier <monnier@cs.yale.edu>
15626
15627 * wid-edit.el (widget-member): Use the new plist-member.
15628
156292000-06-26 Gerd Moellmann <gerd@gnu.org>
15630
15631 * replace.el (perform-replace): Undo change of 2000-04-04.
15632 Instead, move backward 1 character at the end of the loop when
15633 necessary.
15634
15635 * faces.el (fringe): Change face for different backgrounds.
15636
15637 * eshell/esh-module.el (toplevel): Load defgroup's differently;
15638 patch from John.
15639
15640 * eshell/*.el: Change spelling of the Free Software Foundation.
15641
15642 * eshell/esh-toggle.el: Removed.
15643
15644 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
15645
15646 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
15647 interactively.
15648
156492000-06-26 Alex Schroeder <alex@gnu.org>
15650
15651 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
15652 `define-key'; instead of checking `(emacs-version)' check for
15653 `set-keymap-parent' and `set-keymap-name' directly. Add entries
15654 for `;' and `o' which might be electric.
15655
15656 (sql-electric-stuff): New user option.
15657 (sql-magic-go): New function which uses `sql-electric-stuff'.
15658 (sql-magic-semicolon): New function which uses
15659 `sql-electric-stuff'.
15660
15661 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
15662 is not fboundp.
15663
15664 (sql-oracle-options): New variable.
15665 (sql-oracle): Use it.
15666
15667 (sql-imenu-generic-expression): Doc change.
15668 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
15669 is used.
15670
15671 (sql-informix): Added command line parameter "-" to force
15672 sql-informix-program to use stdout.
15673
156742000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
15675
15676 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
15677 (cp864-decode-table): Doc fix.
15678 (cp720-decode-table): New variable, supports the Arabic OEM
15679 codepage used by Windows.
15680 (cp737-decode-table): New, Greek OEM codepage used by Windows.
15681
156822000-06-23 Dave Love <fx@gnu.org>
15683
15684 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
15685 (font-lock-fontify-anchored-keywords): Use
15686 line-beginning-position.
15687 (global-font-lock-mode): Use mapc.
15688
156892000-06-23 Stefan Monnier <monnier@cs.yale.edu>
15690
15691 * eshell/esh-module.el: Require CL when compiling.
15692
156932000-06-23 Gerd Moellmann <gerd@gnu.org>
15694
15695 * comint.el (comint-substitute-in-file-name): Call replace-match
15696 with second and third arg t.
15697
15698 * cus-edit.el (custom-button-face, custom-button-pressed-face):
15699 Specify foreground color.
15700
15701 * faces.el (tool-bar, mode-line, header-line): Specify foreground
15702 color.
15703
15704 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
15705
15706 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
15707 cddr instead of cdddr.
15708
15709 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
15710 instead of copy-list.
15711
15712 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
15713 of copy-list.
15714
15715 * subdirs.el: Add eshell subdirectory.
15716
15717 * eshell: New subdirectory containing the Eshell package.
15718
15719 * pcomplete.el: New file.
15720
157212000-06-23 Paul Eggert <eggert@twinsun.com>
15722
15723 * mail/mailpost.el (post-mail-send-it): Make sure file has
15724 proper permissions from birth.
15725
15726 * files.el (basic-save-buffer-2): When temporarily setting
15727 file modes, set them to current modes plus 0200, not to 0777.
15728
15729 * emerge.el (emerge-make-temp-file): Make sure file has proper
15730 permissions from birth.
15731
157322000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
15733
15734 * files.el (make-backup-file-name-1): On DOS/Windows, run the
15735 backup file name through convert-standard-filename.
15736
15737 * dos-fns.el (convert-standard-filename): Convert leading
15738 directories as well. When long file names are supported, convert
15739 characters that are invalid in Windows file names.
15740
157412000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15742
15743 * ps-print.el: Fix bug: if ^L is the very first buffer character,
15744 ps-print crashes. New feature: page selection for printing. Create
15745 raw-text-unix coding system for XEmacs. Doc fix.
15746 (ps-print-version): New version number (5.2.3).
15747 (ps-plot-region): Bug fix.
15748 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
15749 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
15750 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
15751 funs.
15752 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
15753 (ps-last-page): New vars.
15754
157552000-06-21 Gerd Moellmann <gerd@gnu.org>
15756
15757 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
15758 empty option string.
15759
157602000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
15761
15762 * man.el (man): Doc fix.
15763
157642000-06-21 Kenichi Handa <handa@etl.go.jp>
15765
15766 * international/mule-cmds.el (set-language-info-alist): Docstring
15767 fixed.
15768
157692000-06-20 Gerd Moellmann <gerd@gnu.org>
15770
15771 * version.el (emacs-version): Use ISO date format.
15772
15773 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
15774 instead of `M-backspace'.
15775
15776 * simple.el (turn-off-auto-fill): New function.
15777
157782000-06-20 Stefan Monnier <monnier@cs.yale.edu>
15779
15780 * jit-lock.el (with-buffer-prepared-for-jit-lock):
15781 Renamed from with-buffer-prepared-for-font-lock and use
15782 inhibit-modification-hooks rather than setting *-change-functions.
15783 Update all functions to use the new name.
15784 (jit-lock-first-unfontify-pos): New semantics (and doc).
15785 (jit-lock-mode): Make non-interactive.
15786 Don't automatically turn on font-lock.
15787 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
15788 Always use jit-lock-after-change.
15789 Remove and restore font-lock-after-change-function.
15790 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
15791 (jit-lock-after-unfontify-buffer): Remove.
15792 (jit-lock-stealth-fontify):
15793 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
15794 (jit-lock-after-change): Set the `fontified' text-prop to nil.
15795
157962000-06-20 Sam Steingold <sds@gnu.org>
15797
15798 * emacs-lisp/cl-indent.el (toplevel): Indent
15799 `print-unreadable-object' properly. Untabify.
15800
158012000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
15802
15803 * textmodes/reftex.el (reftex-find-citation-regexp-format):
15804 Support for bibentry.
15805 (reftex-compile-variables): Fixed problem with end of section-re.
15806
15807 * texmodes/reftex-dcr.el (reftex-view-crossref,
15808 reftex-view-crossref-from-bibtex):
15809 Deal with changed `reftex-find-citation-regexp-format'.
15810 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
15811 Replaced `remprop' with `put'.
15812 (reftex-view-crossref, reftex-view-crossref-when-idle):
15813 Support for bibentry.
15814
15815 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15816 New entry for bibentry package.
15817
15818 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
15819 Regexp also matches "\nobibliography".
15820
15821 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
15822 Call `reftex-ensure-write-access' before doing anything.
15823 (reftex-ensure-write-access): New function.
15824
158252000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
15826
15827 * progmodes/idlwave.el: File re-installed (update to version 4.2)
15828
15829 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
15830
15831 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
15832
15833 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
15834
15835
158362000-06-20 Dave Love <fx@gnu.org>
15837
15838 * faces.el (frame-background-mode): Use set-default, not set, in
15839 setter.
15840 (frame-update-faces, frame-update-face-colors): Define with
15841 defalias.
15842
15843 * enriched.el (enriched-decode-foreground)
15844 (enriched-decode-background): Don't use internal-find-face.
15845
15846 * apropos.el: Doc fixes.
15847
15848 * cus-edit.el (customize-changed-options): Check arg.
15849 (customize-version-lessp): Don't require decimal point.
15850
15851 * custom.el (defcustom, defgroup): Doc fix.
15852
15853 * newcomment.el (comment) <defgroup>: Add :version.
15854 (comment-multi-line): Doc fix.
15855
15856 * emulation/mlsupport.el (define-hooked-local-abbrev,
15857 define-hooked-global-abbrev): Fix, using define-abbrev.
15858
158592000-06-19 Gerd Moellmann <gerd@gnu.org>
15860
15861 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
15862 the whole buffer.
15863
158642000-06-19 Dave Love <fx@gnu.org>
15865
15866 * menu-bar.el (menu-bar-options-save): New function.
15867 (menu-bar-options-menu): Use it.
15868 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
15869 Simplify.
15870
158712000-06-19 Andreas Schwab <schwab@suse.de>
15872
15873 * progmodes/etags.el (tags-query-replace): Put new parameters
15874 START and END at the end, for backward compatibility.
15875
158762000-06-19 Kenichi Handa <handa@etl.go.jp>
15877
15878 * international/codepage.el:
15879 (cp-coding-system-for-codepage-1): Delete special codes for
15880 generating xxx-dos coding system because now a CCL based coding
15881 system can handle EOL conversion by default.
15882
15883 * international/mule.el (make-coding-system): Generate subsidiary
15884 coding systems for EOL handling variants even for a CCL based
15885 coding system.
15886
158872000-06-19 Kenichi Handa <handa@etl.go.jp>
15888
15889 * international/isearch-x.el (isearch-minibuffer-input-method)
15890 (isearch-minibuffer-input-method-function): These variables
15891 deleted.
15892 (isearch-with-input-method): Don't use the above variables.
15893 (isearch-process-search-multibyte-characters): Likewise. Call
15894 read-string with the arg INHERIT-INPUT-METHOD t.
15895
158962000-06-17 Stefan Monnier <monnier@cs.yale.edu>
15897
15898 * font-lock.el (font-lock-after-fontify-buffer)
15899 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
15900
15901 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
15902 Use consistent make-local-variable style for font-lock-fontified.
15903 (jit-lock-fontify-buffer):
15904 Don't bother checking for font-lock-mode and jit-lock-mode.
15905
15906 * time.el: Remove trailing ^M that prevent CVS-merging.
15907
159082000-06-16 Gerd Moellmann <gerd@gnu.org>
15909
15910 * Makefile.in (distclean): New target.
15911
159122000-06-16 Stefan Monnier <monnier@cs.yale.edu>
15913
15914 * Makefile.in (srcdir): Define for update-subdirs.
15915
159162000-06-16 Gerd Moellmann <gerd@gnu.org>
15917
15918 * find-lisp.el: New file.
15919
159202000-06-16 Andrew Innes <andrewi@gnu.org>
15921
15922 * time.el (display-time-mail-function): New variable, to allow
15923 external packages to indicate when new mail is available.
15924 (display-time-update): Use it.
15925
159262000-06-16 Kenichi Handa <handa@etl.go.jp>
15927
15928 * international/mule.el (mule-version): Change version name to
15929 SAKAKI. AOI has already been used by Meadow.
15930
15931 * international/quail.el (quail-show-guidance-buf): To find the
15932 bottom window (but minibuffer), pay attention to the height of
15933 minibuffer.
15934
159352000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
15936
15937 * arc-mode.el (archive-mode-map): Use the new menu-item format for
15938 menu-bar menus. Add help strings. Don't remove the Edit menu
15939 from the menu bar, as the menu bar has enough space now.
15940
15941 * Makefile.in (SHELL): Make sure /bin/sh is used.
15942
15943 * woman.el (woman-man-buffer): Fix bold and underlined CJK
15944 characters, which use series of two ^H characters instead of one.
15945
159462000-06-15 Gerd Moellmann <gerd@gnu.org>
15947
15948 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
15949 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
15950 functions.
15951 (Info-find-node-2): Try a case-sensitive search first, then
15952 do a case-insensitive search.
15953
15954 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
15955 tutorials.
15956
15957 * complete.el (PC-env-vars-alist): New variable.
15958 (PC-complete-as-file-name): New function.
15959 (partial-completion-mode): Initialize PC-env-vars-alist from
15960 process-environment.
15961 (PC-do-completion): Handle completion of env vars.
15962
15963 * info.el (Info-set-mode-line): Show file name in mode line,
15964 use `*Info*' instead of `Info:'.
15965
15966 * startup.el (command-line-1): Change copyright messages to year
15967 2000.
15968
159692000-06-15 Dave Love <fx@gnu.org>
15970
15971 * net/goto-addr.el (goto-address-fontify): Use keymap property,
15972 not local-map.
15973
159742000-06-15 Kenichi Handa <handa@etl.go.jp>
15975
15976 * international/mule.el (set-buffer-file-coding-system): Almost
15977 rewritten to handle `undecided' as no-op.
15978
159792000-06-14 Gerd Moellmann <gerd@gnu.org>
15980
15981 * Makefile.in: New file.
15982
15983 * Makefile: Removed.
15984
15985 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
15986 (goto-address-highlight-keymap): Bind C-c RET.
15987
159882000-06-14 Kenichi Handa <handa@etl.go.jp>
15989
15990 * mail/sendmail.el (sendmail-send-it): The temporary buffer
15991 inherits buffer-file-coding-system of the current buffer.
15992
15993 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
15994 0. Give correct argument to set-auto-coding-function.
15995 (tar-expunge): For goto-char, use (point-min), not 0.
15996 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
15997 (tar-subfile-save-buffer): Likewize.
15998
15999 * international/mule.el
16000 (after-insert-file-set-buffer-file-coding-system): Call
16001 set-buffer-file-coding-system with the arg FORCE t.
16002
160032000-06-13 Gerd Moellmann <gerd@gnu.org>
16004
16005 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
16006 nil. Contemporary sendmails issue an X-Authentication-Warning if
16007 the sender is set with `-f'.
16008
160092000-06-13 Dave Love <fx@gnu.org>
16010
16011 * help.el (describe-function-1): Kluge around cases of functions
16012 fset to subrs whose doc doesn't match their symbol-name.
16013
16014 * image.el (insert-image): Default STRING to a space.
16015
16016 * info.el Doc fixes.
16017 (Info-build-node-completions): Match Ref tags.
16018
160192000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
16020
16021 * frame.el (display-multi-frame-p, display-multi-font-p): New
16022 defaliases for display-graphic-p.
16023
16024 * hl-line.el: Fixed a typo in commentary.
16025
160262000-06-13 Kenichi Handa <handa@etl.go.jp>
16027
16028 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
16029 fixed.
16030
160312000-06-12 Dave Love <fx@gnu.org>
16032
16033 * image.el (insert-image): Save a little consing.
16034
160352000-06-12 Kenichi Handa <handa@etl.go.jp>
16036
16037 * language/tibet-util.el: Convert all tibetan-1-column characters
16038 to the corresponding tibetan characters.
16039 (tibetan-add-components): Delete code for the special treatment of
16040 'a chung.
16041
16042 * language/tibetan.el (tibetan-composable-pattern): Fix previous
16043 change.
16044 (tibetan-vowel-transcription-alist): More rules added.
16045 (tibetan-composite-vowel-alist): New variable.
16046 (tibetan-precomposition-rule-alist): More rules added.
16047
160482000-06-12 Stefan Monnier <monnier@cs.yale.edu>
16049
16050 * startup.el (command-line): Only call menu-bar-mode if interactive.
16051
16052 * thingatpt.el (toplevel symbol-properties):
16053 * textmodes/makeinfo.el (makeinfo-compile):
16054 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
16055 * progmodes/hideif.el (hif-compress-define-list)
16056 (hide-ifdef-use-define-alist):
16057 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
16058 (ange-ftp-vms-add-file-entry):
16059 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
16060 * man.el (Man-build-man-command):
16061 * mail/rnewspost.el (news-reply-header-hook):
16062 * info.el (Info-insert-dir):
16063 * emulation/mlconvert.el (backward-word, forward-word, setq):
16064 * emacs-lisp/gulp.el (gulp-send-requests):
16065 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
16066 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
16067 (byte-optimize-apply, end of file):
16068 * emacs-lisp/advice.el (ad-advice-class-completion-table)
16069 (ad-make-freeze-definition):
16070 * startup.el (command-line, command-line-1): Don't quote lambdas.
16071
16072 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
16073 (cvs-cleanup-removed): New function.
16074 (cvs-cleanup-functions): New var.
16075 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
16076 some flexibility in specifying additional entries to auto-cleanup.
16077 (cvs-quickdir): New function.
16078 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
16079 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
16080 (cvs-mode-find-file): Check that we are on a filename or dirname
16081 when invoked through a mouse-click.
16082 (cvs-full-path): Remove.
16083 (cvs-dired-action): Re-introduced.
16084 (cvs-dired-noselect): Use it.
16085 (vc-post-command-functions): use this new hook if available.
16086
16087 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
16088 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
16089 (cvs-filename-map, cvs-dirname-map): Remove.
16090 (cvs-default-action): Remove.
16091 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
16092 if the arg is really a keymap.
16093 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
16094 Don't hardcode the mapping from state (aka type) to face, but check
16095 the var cvs-fi-<type>-face instead.
16096 (cvs-fileinfo-from-entries): New function.
16097
16098 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
16099 Docstring fix.
16100 (cvs-find-file-and-jump): Change default to be safer.
16101 (cvs-mode-diff-map): Define it as a function as well.
16102 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
16103 Bind mouse-2 in this global map rather than with text-properties.
16104
16105 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
16106 file to resolve the ambiguity between C(conflict) and C(need-merge).
16107
161082000-06-12 Kenichi Handa <handa@etl.go.jp>
16109
16110 * international/mule.el (set-buffer-file-coding-system): If
16111 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
16112 unconditionally.
16113
161142000-06-12 Dave Love <fx@gnu.org>
16115
16116 * wid-edit.el (widget-specify-button): Really suppress the face if
16117 required.
16118
161192000-06-11 Gerd Moellmann <gerd@gnu.org>
16120
16121 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
16122
161232000-06-11 Stefan Monnier <monnier@cs.yale.edu>
16124
16125 * imenu.el (imenu-generic-expression): Docstring fix.
16126
16127 * composite.el (composition-function-table): Move the `put'
16128 below the autoload cookie so we can load the file before loaddefs.
16129
16130 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
16131
16132 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
16133 Handle easy-mmode-define-global-mode.
16134 For complex macros like define-minor-mode that can generate
16135 several autoload entries, try to autoload entries in the
16136 macroexpanded code.
16137
16138 * emacs-lisp/easy-mmode.el (define-minor-mode):
16139 If KEYMAP is a symbol, just use it.
16140 Use byte-compile-current-file and load-file-name to infer the
16141 proper :require to pass to defcustom.
16142 Wrap the hook var into `progn' so as not to autoload it.
16143 Add a :autoload-end cookie.
16144 Be more careful about the evaluation of KEYMAP.
16145 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
16146 (define-derived-mode): Move define-abbrev-table outside of defvar.
16147
161482000-06-10 Stefan Monnier <monnier@cs.yale.edu>
16149
16150 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
16151 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
16152 (backup-compiled-files): Ignore errors during `tar'.
16153 (bootstrap): Make autoloads before elc files.
16154
161552000-06-10 Kenichi Handa <handa@etl.go.jp>
16156
16157 * international/mule.el (set-buffer-file-coding-system): If one of
16158 undecided-XXX is specified, change only EOL conversion.
16159
16160 * international/mule-conf.el (unix): New alias for the coding
16161 system undecided-unix.
16162
161632000-06-09 Dave Love <fx@gnu.org>
16164
16165 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
16166
16167 * progmodes/executable.el: Byte compile dynamic.
16168 (executable-insert): Change custom type.
16169 (executable-find): Add autoload cookie.
16170 (executable-make-buffer-file-executable-if-script-p): New
16171 function. After Noah Friedman.
16172
16173 * files.el (after-save-hook): Customize, with
16174 executable-make-buffer-file-executable-if-script-p as an option.
16175
161762000-06-09 Kenichi Handa <handa@etl.go.jp>
16177
16178 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
16179 "tib24p-mule.bdf" for Tibetan.
16180
16181 * composite.el (decompose-composite-char): Declare it as obsolete.
16182
16183 * man.el (Man-fontify-manpage): Pay attention to underline and
16184 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
16185
161862000-06-08 Gerd Moellmann <gerd@gnu.org>
16187
16188 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
16189 Set maintainer to FSF since author isn't reachable.
16190
161912000-06-08 Dave Love <fx@gnu.org>
16192
16193 * international/mule-cmds.el (select-safe-coding-system): If
16194 DEFAULT-CODING-SYSTEM is not specified, also check the most
16195 preferred coding-system if buffer-file-coding-system is
16196 `undecided'. From Handa.
16197
161982000-06-08 Kenichi Handa <handa@etl.go.jp>
16199
16200 * international/mule.el
16201 (after-insert-file-set-buffer-file-coding-system): If the buffer
16202 size is greater than INSERTED, judget that we are not visiting.
16203
162042000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
16205
16206 * whitespace.el (defgroup whitespace): Comment out `:version'.
16207 XEmacs 20.4 has problems defining the group with this present.
16208 We'll have this commented out till get resolve the problem.
16209
162102000-06-07 John Wiegley <johnw@gnu.org>
16211
16212 * align.el (align-dq-string-modes, align-sq-string-modes)
16213 (align-open-comment-modes): Add pyhton-mode.
16214 (align-rules-list): Use get-text-property instead of
16215 text-properties-at.
16216 (align-rules-list): Add python-assignment.
16217 (align-rules-list): Change perl-comma-delimiter to
16218 basic-comma-delimiter. Use if for Perl modes and python-mode.
16219 (align-rules-list): Add python-chain-logic and
16220 basic-line-continuation.
16221
162222000-06-07 Jari Aalto <jari.aalto@poboxes.com>
16223
16224 * apropos.el (apropos-mode-hook): New user variable.
16225 (apropos-mode): Run apropos-mode-hook.
16226
162272000-06-07 David Ponce <david@dponce.com>
16228
16229 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
16230 commands. Require `wid-edit' at run-time.
16231
162322000-06-07 David Ponce <david@dponce.com>
16233
16234 * recentf.el: Added some "Commentary".
16235 (recentf-open-more-files, recentf-edit-list): Minor changes to
16236 move the point at the top of the file list. This behaviour is
16237 consistent with the menu one when the list contains a lot of
16238 files.
16239 (recentf-cleanup): Now displays the number of items removed from
16240 the list.
16241 (recentf-relative-filter) New menu filter to show filenames
16242 relative to `default-directory'.
16243
162442000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16245
16246 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
16247 with/without giving an error if PostScript printer doesn't have this
16248 kind of page size. Zebra Stripe continues or restarts on next page.
16249 Manual/automatic paper feeding. Switch or not the header.
16250 (ps-print-version): New version number (5.2.2).
16251 (ps-windows-system): Include emx as a Windows system.
16252 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
16253 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
16254 (ps-background-text): Code fix.
16255 (ps-error-handler-message, ps-user-defined-prologue)
16256 (ps-print-prologue-header, ps-printer-name)
16257 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
16258 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
16259 (ps-use-face-background): Customization fix.
16260 (ps-n-up-database): Data fix.
16261 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
16262 (ps-switch-header): New vars.
16263 (ps-xemacs-color-name, ps-face-foreground-name)
16264 (ps-face-background-name, ps-boolean-constant): New funs.
16265
162662000-06-07 Dave Love <fx@gnu.org>
16267
16268 * allout.el: New version from Manheimer.
16269
162702000-06-07 Kenichi Handa <handa@etl.go.jp>
16271
16272 * textmodes/fill.el (fill-find-break-point): Check the validity of
16273 charset.
16274
162752000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16276
16277 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
16278 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
16279 Call display-color-p and display-mouse-p instead of looking at
16280 window-system.
16281
162822000-06-06 Dave Love <fx@gnu.org>
16283
16284 * image.el (find-image): Doc fix. Return nil if image not found.
16285 (put-image, insert-image): Make STRING arg optional.
16286
162872000-06-06 Kenichi Handa <handa@etl.go.jp>
16288
16289 * language/vietnamese.el: Remove eval-when-compile.
16290 (viet-viscii-nonascii-translation-table): Define it as a
16291 translation table made from viet-viscii-decode-table.
16292 (viet-viscii-encode-table): Define it as a translation table made
16293 from the reverse map of above.
16294 (viet-vscii-nonascii-translation-table): Define it as a
16295 translation table made from viet-vscii-decode-table.
16296 (viet-vscii-encode-table): Define it as a translation table made
16297 from the reverse map of above.
16298 (ccl-decode-viscii): Use translate-character.
16299 (ccl-encode-viscii, ccl-encode-viscii-font)
16300 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
16301 Likewize.
16302
16303 * language/cyrillic.el: Remove eval-when-compile.
16304 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
16305 translation table made from cyrillic-koi8-r-decode-table.
16306 (cyrillic-koi8-r-encode-table): Define it as a translation table
16307 made from the reverse map of above.
16308 (ccl-decode-koi8): Use translate-character.
16309 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
16310 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
16311 a translation table made from cyrillic-alternativnyj-decode-table.
16312 (cyrillic-alternativnyj-encode-table): Define it as a translation
16313 table made from the reverse map of above.
16314 (ccl-decode-alternativnyj): Use translate-character.
16315 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
16316 Likewize
16317
16318 * international/mule-diag.el (non-iso-charset-alist): Specify
16319 translation table symbol instead of translation table itself.
16320 (list-block-of-chars): CHARSET may be a translation table symbol.
16321
16322 * international/mule.el (make-coding-system): If CODING-SYSTEM
16323 already exists, override it.
16324
16325 * international/fontset.el: Use family `proportional' for Tibetan
16326 fonts.
16327
16328 * international/ccl.el (ccl-compile-translate-character): Don't
16329 check if Rrr has property translation-table.
16330 (ccl-compile-map-multiple): Modified to avoid compiler warning.
16331
163322000-06-05 Gerd Moellmann <gerd@gnu.org>
16333
16334 * info.el: Bind case-fold-search to t when searching in case
16335 a user sets it to nil in a hook.
16336
163372000-06-05 Stefan Monnier <monnier@cs.yale.edu>
16338
16339 * autoarg.el (autoarg-mode, autoarg-kp-mode):
16340 * hl-line.el (hl-line-mode): Use the new :global key argument.
16341
16342 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
16343 (tar-clip-time-string): Prepend a space.
16344 (tar-grind-file-mode): Construct a string rather than modifying one.
16345 (tar-header-block-summarize): Fix docstring.
16346 Use `format' rather than an error-prone set of copy-loops.
16347
16348 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
16349 (diff-goto-source, diff-unified->context, diff-context->unified)
16350 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
16351 understand the format output by the `-p' argument to diff.
16352
16353 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
16354 (sh-re-done): Use defconst.
16355 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
16356 (sh-help-string-for-variable, sh-guess-basic-offset):
16357 Don't quote lambdas.
16358 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
16359 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
16360
16361 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
16362 (mh-letter-mode): Derive from text-mode.
16363 This implicitly means that it now calls kill-all-local-variables.
16364 Also remove the Emacs-18 compatibility code.
16365
16366 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
16367 Make use of symbol-property doc-string-elt.
16368 Use memq rather than a sequence of eq.
16369 (doc-string-elt): Fix the wrong or missing previously unused values.
16370 (autoload-print-form): New function extracted from
16371 generate-file-autoloads to allow recursion when handling progn
16372 so that defvar's and defun's docstrings are properly printed.
16373 (generate-file-autoloads): Use it.
16374
16375 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
16376 Use find-file-hooks in the minor-mode function.
16377 Be careful not to loop indefinitely in the post-command-hook function.
16378
163792000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
16380
16381 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
16382 tty's.
16383 * ediff-diff.el (ediff-exec-process): Use --binary for fine
16384 differences whenever appropriate.
16385 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
16386 * viper.el (find-file, find-file-other-window): Get viper to do
16387 wildcards.
16388
163892000-06-04 Stefan Monnier <monnier@cs.yale.edu>
16390
16391 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
16392 (jit-lock-fontify-buffer): New function for JIT refontification.
16393 (jit-lock-mode): Fix docstring.
16394 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
16395 Remove jit-lock-after-change from the _local_ hook.
16396 (jit-lock-function-1): Fix docstring.
16397
16398 * info.el (Info-on-current-buffer): Initialize info.
16399
16400 * newcomment.el (comment-indent): Ignore comment-indent-hook.
16401
16402 * progmodes/tcl.el (tcl-indent-for-comment):
16403 Ignore comment-indent-hook.
16404
16405 * emacs-lisp/easy-mmode.el: Require CL during compilation.
16406 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
16407 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
16408 and improve to use the lighter to guess the capitalization.
16409 (define-minor-mode): Inline code from easy-mmode-define-toggle.
16410 Add keyword arguments to specify global-ness or the custom group.
16411 Add local-map and help-echo properties to the lighter.
16412 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
16413 (easy-mmode-define-global-mode): New macro.
16414
164152000-06-02 Dave Love <fx@gnu.org>
16416
16417 * wid-edit.el: byte-compile-dynamic since we typically don't use
16418 all the widgets. Don't require cl or widget. Remove
16419 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
16420 (widget-read-event): Removed. Callers changed to use read-event.
16421 (widget-button-release-event-p): Renamed from
16422 button-release-event-p.
16423 (widget-field-add-space, widget-field-use-before-change):
16424 Uncustomize.
16425 (widget-specify-field): Use keymap property, not local-map.
16426 (widget-specify-button): Obey :suppress-face.
16427 (widget-specify-insert): Use modern backquote syntax.
16428 (widget-image-directory): Renamed from widget-glyph-directory.
16429 (widget-image-enable): Renamed from widget-glyph-enable.
16430 (widget-image-find): Replaces widget-glyph-find.
16431 (widget-button-pressed-face): Move defvar.
16432 (widget-image-insert): Replaces widget-glyph-insert.
16433 (widget-convert): Use keywordp.
16434 (widget-leave-text, widget-children-value-delete): Use mapc.
16435 (widget-keymap): Remove XEmacs stuff.
16436 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
16437 (widget-button-click): Don't set point at the click, but re-centre
16438 if we scroll out of window. Rewritten for images v. glyphs &c.
16439 (widget-tabable-at): Use POS arg, not point.
16440 (widget-beginning-of-line, widget-end-of-line)
16441 (widget-item-value-create, widget-sublist, widget-princ-to-string)
16442 (widget-sexp-prompt-value, widget-echo-help): Simplify.
16443 (widget-default-create): Use widget-image-insert; some rewriting.
16444 (widget-visibility-value-create)
16445 (widget-push-button-value-create, widget-toggle-value-create): Use
16446 widget-image-insert.
16447 (checkbox): Create on and off images dynamically.
16448 (documentation-link): Change :help-echo.
16449 (widget-documentation-link-echo-help): Remove.
16450
164512000-06-02 Stefan Monnier <monnier@cs.yale.edu>
16452
16453 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
16454
16455 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
16456 (easy-mmode-define-toggle, define-minor-mode): Use it.
16457 (easy-mmode-define-keymap): Docstring fix.
16458 (define-derived-mode): Default PARENT to fundamental-mode.
16459 Add the derived-mode-parent symbol-property.
16460 (easy-mmode-derived-mode-p): New function.
16461
164622000-06-02 Dave Love <fx@gnu.org>
16463
16464 * files.el (convert-standard-filename): Doc fix.
16465 (normal-backup-enable-predicate): New function.
16466 (backup-enable-predicate): Use it to replace the lambda form.
16467
16468 * calendar/todo-mode.el: [This needs more work on the outline
16469 stuff.] Doc fixes.
16470 (todo) <defgroup>: Add :version.
16471 (todo-add-category): Don't use pushnew.
16472 (todo-cmd-raise): Fix typo.
16473 (todo-top-priorities): Change temp buffer name.
16474 (todo-category-alist): Avoid redundant lambda.
16475 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
16476 Use outline-next-heading.
16477
16478 * autoarg.el: Rewritten to use define-minor-mode.
16479 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
16480 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
16481
164822000-06-02 Kenichi Handa <handa@etl.go.jp>
16483
16484 * isearch.el (isearch-other-meta-char): Fix previous change.
16485
164862000-06-01 Stefan Monnier <monnier@cs.yale.edu>
16487
16488 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
16489 (log-edit-done): Only add the comment to the ring if it's different
16490 from the last comment entered.
16491
16492 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
16493
164942000-06-01 Dave Love <fx@gnu.org>
16495
16496 * hl-line.el: Rewritten using define-minor-mode.
16497
16498 * help.el (describe-function-1): Distinguish special form from
16499 builtin function. Sanity-check presence of arglist for builtins.
16500
165012000-06-01 Kenichi Handa <handa@etl.go.jp>
16502
16503 * international/characters.el: Fix syntax/category setting of
16504 Tibetan characters.
16505
16506 * language/tibet-util.el (tibetan-add-components): Fixes for new
16507 encoding of Tibetan characters.
16508 (tibetan-decompose-precomposition-alist): New variable.
16509 (tibetan-decompose-region): Convert precomposed characters to
16510 non-precomposed characters.
16511 (tibetan-decompose-string): Likewise.
16512 (tibetan-composition-function): Fix args to
16513 thibetan-compose-string.
16514
16515 * language/tibetan.el (tibetan-composable-pattern): More
16516 characters included.
16517 (tibetan-consonant-transcription-alist): Rule for "R" added.
16518 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
16519 "+R" added.
16520 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
16521
16522 * language/lao-util.el (lao-composition-function): Fix args to
16523 compose-string.
16524
16525 * language/thai-util.el (thai-composition-function): Fix args to
16526 compose-string.
16527
16528 * isearch.el (isearch-update): Set disable-point-adjustment to t
16529 to prevent the point moving to the end of a composition when a
16530 part of a composition is searched.
16531 (isearch-other-meta-char): If the key invoking this command can be
16532 mapped by function-key-map to a printing char, call
16533 isearch-process-search-char directly.
16534
165352000-06-01 Stefan Monnier <monnier@cs.yale.edu>
16536
16537 * emacs-lisp/bytecomp.el:
16538 * frame.el:
16539 * international/mule-cmds.el:
16540 * international/mule-util.el:
16541 * international/mule.el:
16542 * mouse.el:
16543 * subr.el:
16544 * faces.el: Update calls to make-obsolete with a WHEN argument.
16545
16546 * byte-run.el (make-obsolete, make-obsolete-variable):
16547 Add an optional WHEN argument and change the format of the
16548 symbol-property information.
16549 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
16550 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
16551 new obsolete-symbol-property format and print WHEN if it is provided.
16552
165532000-05-31 Dave Love <fx@gnu.org>
16554
16555 * loadhist.el (loadhist-hook-functions): Remove
16556 before-change-function, after-change-function.
16557 (unload-feature): Deal with symbols which are both bound and
16558 fbound.
16559
16560 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
16561 before-change-function, after-change-function.
16562
16563 * simple.el (newline): Don't bind before-change-function,
16564 after-change-function.
16565
165662000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
16567
16568 * whitespace.el (whitespace-rescan-timer-time): Update interval
16569 set to 600 seconds (10 minutes) instead of 60 seconds since
16570 a large number of whitespace buffers causes emacs to `freeze'
16571 for a considerable amount of time.
16572
16573 * whitespace.el: Updated email address
16574
165752000-05-31 Dave Love <fx@gnu.org>
16576
16577 * add-log.el (change-log-font-lock-keywords) <function>: Add
16578 pattern for function of change.
16579 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
16580 acknowledgements patterns.
16581
165822000-05-31 Kenichi Handa <handa@etl.go.jp>
16583
16584 * isearch.el (isearch-printing-char): If keyboard coding system is
16585 being used, call isearch-process-search-multibyte-characters.
16586
16587 * international/isearch-x.el: Mostly rewritten.
16588
16589 * international/quail.el (quail-start-conversion): Don't include
16590 unhandled events in the returned events, but set them in
16591 unread-command-events. Exit if all inputs are deleted.
16592
165932000-05-30 Jason Rumney <jasonr@gnu.org>
16594
16595 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
16596
16597 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
16598 Reenable code to create initial fontsets.
16599 Use set-fontset-font in place of put-charset-property.
16600
166012000-05-30 Gerd Moellmann <gerd@gnu.org>
16602
16603 * progmodes/perl-mode.el (perl-indent-line): When looking for a
16604 label, ensure that the first colon isn't followed by another.
16605
16606 * paths.el (Info-default-directory-list): Doc fix.
16607
16608 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
16609 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
16610 send a query containing USER only, not USER@HOST.
16611
16612 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
16613 and rmail-msgend to compute the restriction at the end, instead of
16614 computing it.
16615
166162000-05-29 Gerd Moellmann <gerd@gnu.org>
16617
16618 * dabbrev.el (dabbrev-expand): Don't display messages in the
16619 echo area if the minibuffer window is active.
16620
16621 * jit-lock.el (jit-lock-mode): Add after change function to
16622 local hook.
16623
166242000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
16625
16626 * antlr-mode.el: New commands: hide/unhide actions,
16627 upcase/downcase literals.
16628 (antlr-tiny-action-length): New user option.
16629 (antlr-hide-actions): New command. Suggested by
16630 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
16631 (antlr-mode-map): New binding [C-c C-v].
16632 (antlr-mode-menu): New entries.
16633 (antlr-downcase-literals): New command.
16634 (antlr-upcase-literals): Ditto.
16635
16636 * antlr-mode.el: Minor changes: indendation, mode-name.
16637 (antlr-indent-line): Indent cpp directive at column 0.
16638 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
16639
16640 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
16641 (antlr-font-lock-additional-keywords): Workaround for intentional
16642 bug in XEmacs version of font-lock.
16643 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
16644 be used by a smarter version of `buffers-menu-grouping-function'.
16645
166462000-05-29 Gerd Moellmann <gerd@gnu.org>
16647
16648 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
16649 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
16650
166512000-05-29 Kenichi Handa <handa@etl.go.jp>
16652
16653 * international/encoded-kb.el
16654 (encoded-kbd-iso2022-designation-map): Pay attention to that
16655 charset-iso-final-char return -1 for eight-bit-control and
16656 eight-bit-graphic.
16657
166582000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
16659
16660 * speedbar.el (speedbar-use-images, speedbar-update-flag)
16661 (speedbar-easymenu-definition-base): Use display-graphic-p where
16662 available, instead of window-system.
16663
166642000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
16665
16666 * international/codepage.el (cp-coding-system-for-codepage-1): Add
16667 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
16668 coding systems.
16669
166702000-05-26 Dave Love <fx@gnu.org>
16671
16672 * disp-table.el (standard-display-underline): Don't use
16673 internal-find-face.
16674
16675 * mail/reporter.el: Maintainer change. Doc fixes.
16676 (reporter-version): Deleted.
16677
16678 * emacs-lisp/elp.el: Maintainer change.
16679 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
16680
166812000-05-26 Stefan Monnier <monnier@cs.yale.edu>
16682
16683 * add-log.el (add-change-log-entry): Merge the current entry with the
16684 previous one if the previous one is empty.
16685
166862000-05-26 Dave Love <fx@gnu.org>
16687
16688 * loadhist.el (unload-feature): Fix interactive spec [from
16689 lijnzaad@ebi.ac.uk].
16690
16691 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
16692 subr-arity to check primitives.
16693 (byte-compile-flush-pending, byte-compile-file-form-progn)
16694 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
16695 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
16696 mapcar.
16697
166982000-05-26 Kenichi Handa <handa@etl.go.jp>
16699
16700 * international/fontset.el: Set family names of non-latin charsets
16701 in default fontset to "*".
16702
16703 * international/mule-diag.el (print-fontset): Combine family part
16704 and registry part of the fontname by "-*-" instead of "-".
16705
16706 * international/mule-cmds.el (encode-coding-char): Make strings
16707 multibyte before calling encode-coding-string.
16708
167092000-05-25 Stefan Monnier <monnier@cs.yale.edu>
16710
16711 * derived.el: Fix keywords.
16712 (define-derived-mode): Only define if needed.
16713
16714 * simple.el (fill-comment, comment-column, comment-start)
16715 (comment-start-skip, comment-end, comment-indent-function)
16716 (block-comment-start, block-comment-end, indent-for-comment)
16717 (set-comment-column, kill-comment, comment-padding, comment-region)
16718 (comment-multi-line, indent-new-comment-line): Remove.
16719
16720 * bindings.el (esc-map): Change ; to comment-dwim and use the new
16721 function names for comment operations.
16722
16723 * newcomment.el: Add abundant autoload cookies.
16724 (comment-style): Don't depend on runtime data at compile-time.
16725 (comment-indent-hook): Remove.
16726 (comment-indent): Check if comment-indent-hook is bound.
16727 (comment-region): Docstring fix.
16728
167292000-05-25 Dave Love <fx@gnu.org>
16730
16731 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
16732 byte-code-function-p.
16733
16734 * mail/rmailsum.el: Add provide.
16735
16736 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
16737
16738 * smerge-mode.el (smerge-diff-switches): Don't use list* in
16739 defcustom.
16740
167412000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
16742
16743 * ediff-diff.el (ediff-exec-process): delete --binary option from
16744 non-buffer ediff jobs.
16745
167462000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16747
16748 * hilit-chg.el (highlight-changes-mode): Ask about color or
16749 grayscale support, not about window-system.
16750
16751 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
16752 window-system.
16753 (ffap-highlight): Always default to t.
16754
16755 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
16756 display-popup-menus-p instead of looking at window-system.
16757
16758 * disp-table.el (standard-display-g1, standard-display-graphic):
16759 Only refuse to use string glyphs on X and MS-Windows.
16760
16761 * avoid.el: Remove window-system from commentary, suggest to use
16762 display-*-p instead.
16763
16764 * apropos.el (apropos-print): Use display-mouse-p instead of
16765 window-system.
16766
167672000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16768
16769 * international/codepage.el (cp-decoding-vector-for-codepage):
16770 Fill up unsupported characters with their own codes. From Kenichi
16771 Handa.
16772
167732000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16774
16775 * international/mule-diag.el (describe-char-after): Use
16776 display-graphic-p instead of window-system, so that this function
16777 works on MS-DOS.
16778
167792000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16780
16781 * international/codepage.el (cp-make-coding-systems-for-codepage):
16782 Remove the eight-bit-graphic and eight-bit-control charsets from
16783 the list of charsets which we convert into `?'.
16784
167852000-05-25 Kenichi Handa <handa@etl.go.jp>
16786
16787 * international/mule-conf.el: Specify CHARSET-ID explicitely for
16788 private charsets.
16789 (mule-unicode-0100-24ff, japanese-jisx0213-1,
16790 japanese-jisx0213-2): New charsets.
16791
16792 * international/fontset.el: Setup default fontset for new charsets.
16793
167942000-05-24 Dave Love <fx@gnu.org>
16795
16796 * info.el (Info-find-node-2): Restructure [following "Vadim
16797 S. Solomin" <sovs@uic.nnov.ru>].
16798
16799 * icomplete.el: Fix header for Finder.
16800
168012000-05-24 Eric M. Ludlam <zappo@ultranet.com>
16802
16803 * rmailout.el (rmail-output-to-rmail-file): Added optional param
16804 STAY.
16805
16806 * rmail.el (rmail-automatic-folder-directives): New user variable.
16807 (rmail-show-message): Add call to `rmail-auto-file' during
16808 display.
16809 (rmail-auto-file): New function.
16810
168112000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
16812
16813 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
16814 account.
16815 (ediff-test-utility,ediff-diff-mandatory-option)
16816 (ediff-reset-diff-options): Utilities for proper initialization of
16817 ediff-diff-options and ediff-diff3-options on Windows.
16818
16819 * ediff-init.el (ediff-merge-filename-prefix): New customizable
16820 variable.
16821
16822 * ediff-mult.el (ediff-filegroup-action): Use
16823 ediff-merge-filename-prefix.
16824
168252000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
16826
16827 * viper-ex.el (ex-write): Set selective display to nil.
16828
168292000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
16830
16831 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
16832 aliases for hebrew-iso-8bit.
16833
168342000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
16835
16836 * woman.el: New version from Francis J. Wright
16837 <F.J.Wright@Maths.QMW.ac.uk>.
16838 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
16839 names in environment variables regardless of the path separator.
16840 (woman-topic-all-completions-1): Don't call file-name-directory-p
16841 on all files, since woman-file-regexp already filters out any
16842 directories.
16843
168442000-05-24 Kenichi Handa <handa@etl.go.jp>
16845
16846 * international/quail.el (quail-start-translation): Don't change
16847 modified-p of the current buffer.
16848 (quail-start-conversion): Likewise.
16849
16850 * international/kkc.el (kkc-region): Don't change modified-p of
16851 the current buffer.
16852
16853 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
16854 conform to RFC1468.
16855 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
16856
168572000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
16858
16859 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
16860 (speedbar-insert-button): Invisible text property fix.
16861 (speedbar-directory-plus): Renamed from speedbar-directory-+
16862 (speedbar-directory-minus): Renamed from speedbar-directory--
16863 (speedbar-page-plus): Renamed from speedbar-file-+
16864 (speedbar-page-minus): Renamed from speedbar-file--
16865 (speedbar-page): Renamed from speedbar-file-
16866 (speedbar-tag): Renamed from speedbar-tag-
16867 (speedbar-tag-plus): Renamed from speedbar-tag-+
16868 (speedbar-tag-minus): Renamed from speedbar-tag--
16869 (speedbar-expand-image-button-alist): Use above renames.
16870
16871 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
16872 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
16873 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
16874 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
16875 * sb-pg.xpm: Renamed from sb-file.xpm
16876 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
16877 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
16878
168792000-05-24 Kenichi Handa <handa@etl.go.jp>
16880
16881 * international/quail.el (quail-show-guidance-buf): Set
16882 current-input-method of the guidance buffer to the name of the
16883 curren input method.
16884
168852000-05-23 Stefan Monnier <monnier@cs.yale.edu>
16886
16887 * progmodes/compile.el (compile-internal): Style typo.
16888
16889 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
16890 quote vars and functions in the docstring.
16891
16892 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
16893
16894 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
16895 Don't quote lambdas.
16896
16897 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
16898
168992000-05-23 Gerd Moellmann <gerd@gnu.org>
16900
16901 * startup.el (command-line): Determine source file of compiled
16902 user init file differently. Warn if compiled user init file
16903 is older than its source file.
16904
16905 * ffap.el (ffap-url-regexp): Add `https'.
16906
169072000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
16908
16909 * files.el (make-backup-file-name-1): Replace slashes with `!'
16910 rather than `|' (which is not allowed on Windows). Replace the
16911 drive letters with a string "drive_X".
16912
169132000-05-23 Gerd Moellmann <gerd@gnu.org>
16914
16915 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
16916
16917 * files.el (interpreter-mode-alist): Add `bash2'.
16918
169192000-05-22 Dave Love <fx@gnu.org>
16920
16921 * loadhist.el (feature-symbols, file-provides, file-requires): Use
16922 mapc.
16923 (feature-file): Avoid calling symbol-name. Doc fix.
16924 (file-set-intersect, file-dependents): Use dolist, not mapcar.
16925 (loadhist-hook-functions): Add mouse-position-function.
16926 (unload-feature): Change uses of mapcar.
16927
16928 * files.el (parse-colon-path): Doc fix.
16929 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
16930 (set-auto-mode): Use mapc.
16931
16932 * complete.el (PC-look-for-include-file): Use :alnum: character
16933 class.
16934 (partial-completion-mode): Add autoload cookie.
16935
169362000-05-22 Sam Steingold <sds@gnu.org>
16937
16938 * info.el (Info-fontify-node): Fixed the call to
16939 `add-text-properties' (bug introduced on 2000-05-18).
16940
169412000-05-22 Dave Love <fx@gnu.org>
16942
16943 * bindings.el: Remove debug-ignored-errors set in other files.
16944
16945 * progmodes/etags.el: Add to debug-ignored-errors.
16946 (visit-tags-table-buffer): Clear out buffers holding old tables
16947 when making a new list.
16948 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
16949 mapc.
16950
16951 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
16952 quote keywords.
16953 (cmpl-string-case-type): Use character classes.
16954
16955 * comint.el:
16956 * textmodes/ispell.el:
16957 * imenu.el:
16958 * mail/mh-e.el:
16959 * progmodes/compile.el: Add to debug-ignored-errors.
16960
16961 * dabbrev.el: Add to debug-ignored-errors.
16962 (dabbrev-completion): Use mapc.
16963
169642000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
16965
16966 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
16967 (woman-mapcan, woman-parse-man.conf)
16968 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
16969 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
16970 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
16971 path syntax better.
16972 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
16973 (woman-manpath): Call woman-parse-man.conf.
16974 (woman-emulation): New defcustom, defaults to nroff.
16975 (woman-font-support): New defconst.
16976 (woman-use-symbol-font): New defcustom.
16977 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
16978 "Emulation".
16979 Many functions: Doc fix.
16980
169812000-05-22 Kenichi Handa <handa@etl.go.jp>
16982
16983 * international/quail.el (quail-simple-translation-keymap): Map
16984 128..255 to quail-self-insert-command.
16985 (quail-keyboard-layout-alist): Add definition for "pc102-de".
16986
169872000-05-22 Stefan Monnier <monnier@cs.yale.edu>
16988
16989 * help.el (help-manyarg-func-alist): Typo.
16990
16991 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
16992 intervals which makes it heaps simpler.
16993
16994 * newcomment.el (comment-region-internal): Go back to BEG after quoting
16995 the nested comment markers.
16996
16997 * subr.el (remove-hook): Don't turn the hook's value into a list.
16998
169992000-05-21 Dave Love <fx@gnu.org>
17000
17001 * edmacro.el (edmacro-parse-keys): Return vector if any elements
17002 are invalid characters.
17003
17004 * international/mule-util.el (detect-coding-with-priority): Use
17005 mapc. Remove redundant lambda.
17006
17007 * international/mule-diag.el (list-non-iso-charset-chars)
17008 (describe-fontset): Remove redundant lambda.
17009
17010 * emulation/crisp.el (brief-mode): New alias.
17011
17012 * emacs-lisp/ring.el (ring-elements): New function.
17013
17014 * emacs-lisp/easymenu.el (easy-menu-create-menu)
17015 (easy-menu-do-add-item): Use keywordp.
17016
17017 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
17018
17019 * replace.el: Doc and error message fixes.
17020 (replace-highlight): Use facep, not internal-find-face.
17021
170222000-05-20 Stefan Monnier <monnier@cs.yale.edu>
17023
17024 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
17025
17026 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
17027 (log-edit-insert-changelog): Drop `:' as well.
17028
17029 * log-view.el: Fix file description.
17030 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
17031 available.
17032 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
17033 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
17034
17035 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
17036 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
17037 Print a status message if the toggle is called interactively.
17038 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
17039 for global minor modes and use `defcustom' for them.
17040 Use add-minor-mode.
17041 (easy-mmode-define-derived-mode): Remove.
17042 (define-derived-mode): Fancier default docstring.
17043 (easy-mmode-define-navigation): Signal an error rather than (ding).
17044
17045 * newcomment.el (comment-styles): New `box-multi'.
17046 (comment-normalize-vars): Better default for comment-continue to
17047 avoid whitespace-only continuations.
17048 (comment-search-forward): Always move even in the no-syntax case.
17049 (comment-padright): Only obey N if it's only obeyed for padleft.
17050 (comment-make-extra-lines): Better handling of empty continuations.
17051 Use `=' for the filler if comment-start has only one character.
17052 (uncomment-region): Try handling the special `=' filler.
17053 (comment-region): Allow LINES even if MULTI is nil.
17054 (comment-box): Choose box style based on comment-style.
17055
170562000-05-20 Kenichi Handa <handa@etl.go.jp>
17057
17058 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
17059 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
17060
170612000-05-20 Kenichi HANDA <handa@etl.go.jp>
17062
17063 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
17064 and insert, not subst-char-in-region.
17065
17066 * international/mule-diag.el (list-character-sets-1): Handle
17067 charsets eight-bit-control and eight-bit-graphic.
17068 (list-iso-charset-chars): Likewise.
17069 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
17070 charactes as is. Use indent-to to align characters.
17071
17072 * international/mule-cmds.el (find-multibyte-characters): Never
17073 exclude charsets eight-bit-control and eight-bit-graphic.
17074
170752000-05-19 Stefan Monnier <monnier@cs.yale.edu>
17076
17077 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
17078 Don't quote lambdas.
17079
17080 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
17081
170822000-05-19 Gerd Moellmann <gerd@gnu.org>
17083
17084 * gud.el (gud-jdb-directories): Doc fix.
17085
170862000-05-19 Stefan Monnier <monnier@cs.yale.edu>
17087
17088 * newcomment.el: New file.
17089
170902000-05-19 Gerd Moellmann <gerd@gnu.org>
17091
17092 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
17093
170942000-05-18 Andreas Schwab <schwab@suse.de>
17095
17096 * dired.el (dired-between-files): Also skip lines beginning with
17097 `used'.
17098
170992000-05-18 Gerd Moellmann <gerd@gnu.org>
17100
17101 * msb.el (msb-menu-cond): Add choice `user'.
17102
171032000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17104
17105 * ps-print.el: Compatibility, customization and doc fix.
17106 (ps-printer-name-option): Replace defconst by defvar.
17107 (ps-postscript-code-directory): XEmacs compatibility.
17108 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
17109 fix.
17110 (ps-user-defined-prologue, ps-print-prologue-header)
17111 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
17112 compatibility and code fix.
17113 (ps-print-background-image, ps-print-background-text):
17114 Customization fix.
17115 (ps-line-number-start, ps-n-up-on): New vars.
17116
171172000-05-18 Espen Skoglund <esk@ira.uka.de>
17118
17119 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
17120 the indent-comment function to just return the appropriate indent.
17121
171222000-05-18 Eric M. Ludlam <zappo@ultranet.com>
17123
17124 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
17125 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
17126 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
17127
171282000-05-18 Dave Love <fx@gnu.org>
17129
17130 * info.el (Info-fontify-node): Add intangible property as well as
17131 invisible.
17132
17133 * calendar/appt.el (appt-make-list): Match all lines of entry.
17134 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
17135
171362000-05-18 Kenichi Handa <handa@etl.go.jp>
17137
17138 * international/mule-diag.el (describe-char-after): Call
17139 internal-char-font, not char-font. If internal-char-font returns
17140 nil, display "-- none --".
17141
171422000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
17143
17144 * image.el (image-type-available-p): Don't reference image-types
17145 if it isn't bound.
17146
171472000-05-17 Stefan Monnier <monnier@cs.yale.edu>
17148
17149 * autoarg.el (autoarg-mode): Typo in the :set argument.
17150
171512000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
17152
17153 * startup.el (command-line-1): Don't signal an error if the
17154 directory for auto-save-list files does not yet exist.
17155
171562000-05-17 Kenichi Handa <handa@etl.go.jp>
17157
17158 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
17159
171602000-05-16 Stefan Monnier <monnier@cs.yale.edu>
17161
17162 * subr.el (remove-hook): `setq' hook-value, not `set'.
17163
171642000-05-16 Sam Steingold <sds@gnu.org>
17165
17166 * info.el (debug-ignored-errors): More errors to ignore.
17167
171682000-05-16 Dave Love <fx@gnu.org>
17169
17170 * cus-edit.el: Don't require cl or easymenu.
17171 (custom-variable-prompt): Test standard-value property, not
17172 user-variable-p.
17173
171742000-05-16 Sam Steingold <sds@gnu.org>
17175
17176 * subr.el (add-hook): `setq' hook-value, not `set'.
17177
171782000-05-16 Gerd Moellmann <gerd@gnu.org>
17179
17180 * startup.el (command-line-1): Mention the FAQ in the startup
17181 message.
17182
17183 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
17184
17185 * progmodes/compile.el (compilation-parse-errors): Collect
17186 `nomessage' regexps last.
17187
17188 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
17189
17190 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
17191 to the function name.
17192
171932000-05-15 Dave Love <fx@gnu.org>
17194
17195 * speedbar.el (speedbar-recenter): Typo.
17196 (speedbar-expand-line): Make arg optional.
17197 (speedbar-mode): Avoid a compiler warning.
17198
171992000-05-15 Gerd Moellmann <gerd@gnu.org>
17200
17201 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
17202 user-specified option string is empty.
17203
17204 * mouse.el (mouse-yank-at-click): Doc fix.
17205
172062000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
17207
17208 * term/internal.el (IT-character-translations): More updates of
17209 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
17210 documents.
17211
172122000-05-15 Gerd Moellmann <gerd@gnu.org>
17213
17214 * env.el (getenv): New function, interactively callable.
17215 (setenv, getenv): Remove autoload cookies.
17216
17217 * loadup.el: Load `env'.
17218
17219 * progmodes/f90.el: Change author's mail address.
17220
172212000-05-14 Dave Love <fx@gnu.org>
17222
17223 * mail/rmail.el (rmail-show-message-hook): Customize and offer
17224 goto-addr as an option.
17225
17226 * help.el (help-xref-stack): Doc fix.
17227 (help-xref-following): New variable.
17228 (help-make-xrefs): Use it.
17229 (help-xref-go-back): Use position information from stack element.
17230 (help-follow): Make position in stack element a pair. Use
17231 help-xref-following.
17232
17233 * autoarg.el: New file.
17234
17235 * faces.el: Declare more functions obsolete.
17236
17237 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
17238 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
17239 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
17240 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
17241 Remove all the setup-...-environment functions.
17242
172432000-05-13 Eric M. Ludlam <zappo@ultranet.com>
17244
17245 * speedbar.el: Updated the commentary section. xemacs20p now uses
17246 >= when detecting. Require `defimage' safely.
17247 (speedbar-easymenu-definition-base): Add toggle for images.
17248 (speedbar-easymenu-definition-special): Add flush cache & expand.
17249 (speedbar-visiting-tag-hook): Set new defaults. Added options.
17250 (speedbar-reconfigure-keymaps-hook): New variable.
17251 (speedbar-frame-parameters): Updated documentation.
17252 (speedbar-use-imenu-flag): Updated custom tag
17253 (speedbar-dynamic-tags-function-list): New variable.
17254 (speedbar-tag-hierarchy-method): Updated doc & custom.
17255 (speedbar-indentation-width, speedbar-indentation-width) New
17256 variables.
17257 (speedbar-hide-button-brackets-flag): Customizable.
17258 (speedbar-vc-indicator): Doc update.
17259 (speedbar-ignored-path-expressions): Updated default value.
17260 (speedbar-supported-extension-expressions): Updated default value.
17261 (speedbar-syntax-table): Remove {} paren status.
17262 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
17263 as "+". Added overlay aliases.
17264 (speedbar-mode): Use `speedbar-mode-line-update' instead of
17265 `force-mode-line-update'.
17266 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
17267 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
17268 `mouse-set-point'
17269 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
17270 (speedbar-item-info-tag-helper): Revamped to handle a wider range
17271 of arbitrary text, and new helper functions.
17272 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
17273 filename finder.
17274 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
17275 (speedbar-directory-buttons): Update path search/expansion.
17276 (speedbar-make-tag-line): Pay attention to
17277 `speedbar-indentation-width'. Use more care w/ invisible
17278 properties.
17279 (speedbar-change-expand-button-char): Call
17280 `speedbar-insert-image-button-maybe'.
17281 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
17282 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
17283 (speedbar-trim-words-tag-hierarchy)
17284 (speedbar-simple-group-tag-hierarchy): New functions
17285 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
17286 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
17287 functions.
17288 (speedbar-mouse-set-point): New function
17289 (speedbar-power-click): Updated documentation.
17290 (speedbar-line-token, speedbar-goto-this-file): Handle more types
17291 of tag prefix text.
17292 (speedbar-expand-line, speedbar-contract-line): Make more robust
17293 to strange text.
17294 (speedbar-expand-line): Takes universal argument to flush the
17295 cache.
17296 (speedbar-flush-expand-line): New function.
17297 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
17298 Use new generator insertion method.
17299 (speedbar-fetch-dynamic-tags): New function.
17300 (speedbar-fetch-dynamic-imenu): Removed code now handled in
17301 `speedbar-fetch-dynamic-imenu'.
17302 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
17303 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
17304 "Revert Buffer" menu items.
17305 (speedbar-buffer-buttons-engine): Be smarter when creating a
17306 filename tag (for expansion purposes.).
17307 (speedbar-highlight-one-tag-line,
17308 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
17309 (speedbar-recenter): New functions.
17310 (defimage-speedbar): Image loading abstraction.
17311 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
17312 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
17313 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
17314 (speedbar-tag-type, speedbar-tag-mail): New images.
17315 (speedbar-expand-image-button-alist): New variable.
17316 (speedbar-insert-image-button-maybe): Insert an image over some
17317 buttons.
17318
173192000-05-13 Kenichi Handa <handa@etl.go.jp>
17320
17321 * international/mule-cmds.el (encode-coding-char): An ASCII
17322 character is always encodable.
17323
17324 * international/mule-conf.el: Add more information in descriptions
17325 of character sets.
17326
17327 * international/mule-diag.el (describe-char-after): New function.
17328 (describe-font-internal): Adjusted for the change of font-info.
17329 (describe-font): Likewise.
17330 (print-fontset): Rewritten for the new fontset implementation.
17331 (describe-fontset): Include fontset alias names in completion.
17332 (list-fontsets): Adjusted for the change of print-fontset.
17333
17334 * simple.el (what-cursor-position): If DETAIL is non-nil, call
17335 describe-char-after instead of displaying the detail in the echo
17336 area.
17337 (syntax-code-table): Format changed.
17338 (string-to-syntax): Adjusted for the above change.
17339
173402000-05-12 Stefan Monnier <monnier@cs.yale.edu>
17341
17342 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
17343
173442000-05-12 Dave Love <fx@gnu.org>
17345
17346 * calendar/todo-mode.el: Remove some compatibility stuff and CL
17347 dependence. Use line-{beginning,end}-position, not
17348 point-at{b,e}ol. Some doc fixes.
17349 (todo-position): New function. Fix callers of position to use it.
17350 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
17351
173522000-05-12 Gerd Moellmann <gerd@gnu.org>
17353
17354 * time.el (display-time-mail-icon): Use `:ascent center'.
17355
17356 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
17357 handling FTP security extensions.
17358
173592000-05-11 Dave Love <fx@gnu.org>
17360
17361 * calendar/todo-mode.el: New file.
17362
173632000-05-11 Gerd Moellmann <gerd@gnu.org>
17364
17365 * comint.el (comint-read-input-ring): Move reference to
17366 comint-input-ring-size outside of the save-excursion. It was
17367 causing the default value to be the only one ever seen.
17368
17369 * font-lock.el: Update copyright. Remove Simon Marshall's email
17370 address on request from him.
17371
17372 * subr.el (substitute-key-definition): Add comment describing
17373 the meaning of PREFIX.
17374
173752000-05-10 Stefan Monnier <monnier@cs.yale.edu>
17376
17377 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
17378
17379 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
17380 (add-minor-mode): Don't make the variable buffer-local and add a
17381 reference to define-minor-mode in the docstring.
17382
17383 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
17384 HEADER/FOOTER and fix bug with trailing empty directory.
17385 (cvs-append-to-ignore): Use vc-editable-p if available.
17386 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
17387 (vc-do-command): Tweak advice to handle the new VC.
17388
17389 * log-view.el (log-view-goto-rev): New function for the new VC.
17390 (log-view-minor-wrap): Use mark-active.
17391
17392 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
17393 (log-edit-changelog-full-paragraphs): New var.
17394 (log-edit-insert-changelog): Remove a lonely leading `* file'.
17395 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
17396 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
17397 (log-edit-changelog-ours-p, log-edit-changelog-entries)
17398 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
17399 Replace the `cvs' prefix with `log-edit'.
17400
17401 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
17402
17403 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
17404 (diff-font-lock-defaults): Explicitly turn off multiline.
17405 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
17406 (diff-ediff-patch): Fix call to ediff-patch-file.
17407 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
17408 Handle comments.
17409
17410 * frame.el (automatic-hscrolling): Typo.
17411
17412 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
17413
174142000-05-09 Sam Steingold <sds@goems.com>
17415
17416 * apropos.el (apropos-print): use `describe-face' instead of
17417 `customize-face-other-window'.
17418
174192000-05-09 Dave Love <fx@gnu.org>
17420
17421 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
17422
17423 * help.el (describe-variable): Have customize button pop the
17424 help-xref stack when invoked.
17425 (help-xref-symbol-regexp): Add `face'.
17426 (help-make-xrefs): Check for quoted face names and adapt regexp
17427 submatch numbers to cope.
17428 (help-xref-interned): Maybe insert face doc too. Separate
17429 sections with a line of hyphens.
17430
17431 * faces.el: Some doc fixes. Declare some functions obsolete.
17432 (describe-face): Add customize button. Return the help
17433 text. Fix prompt.
17434
174352000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
17436
17437 * term/internal.el (IT-character-translations): Fix last change.
17438
174392000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
17440
17441 * woman.el: New file
17442 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
17443
174442000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
17445
17446 * term/internal.el (IT-character-translations): Update ASCII
17447 simulations for greek-iso8859-7, add latin-iso8859-14 and
17448 latin-iso8859-15.
17449
17450 * international/mule-cmds.el (set-language-info-alist): Call
17451 define-prefix-command with 3 arguments, to make the map suitable
17452 for a menu.
17453
174542000-05-07 Dave Love <fx@gnu.org>
17455
17456 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
17457
174582000-05-05 Dave Love <fx@gnu.org>
17459
17460 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
17461 list in doc string. Don't quote keyword symbols.
17462 * emacs-lisp/cl.el: Likewise
17463 * emacs-lisp/cl-seq.el: Likewise
17464
174652000-05-05 Gerd Moellmann <gerd@gnu.org>
17466
17467 * abbrev.el (abbrev-mode): Make ARG optional.
17468
174692000-05-04 Gerd Moellmann <gerd@gnu.org>
17470
17471 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
17472
17473 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
17474
17475 * subr.el (substitute-key-definition): Clarify documentation.
17476
174772000-05-04 Milan Zamazal <pdm@freesoft.cz>
17478
17479 * glasses.el (glasses-convert-to-unreadable): Use
17480 `glasses-separator' instead of the hard-wired "_".
17481 (glasses-mode): Call `glasses-make-unreadable' only in a single
17482 place.
17483
174842000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
17485
17486 * term/internal.el (cjk-codepages-alist): Add associations for
17487 Chinese and Korean codepages. Remove FIXME comment.
17488
174892000-05-03 Dave Love <fx@gnu.org>
17490
17491 * time.el (display-time-mail-face, display-time-use-mail-icon):
17492 New option.
17493 (display-time-mail-icon): New variable.
17494 (display-time-string-forms): Use the above. Fix the local-map.
17495
174962000-05-03 Gerd Moellmann <gerd@gnu.org>
17497
17498 * replace.el (query-replace-map): Add binding for `E'.
17499 (query-replace-help): Extend help text.
17500 (perform-replace): Allow editing the replacement string.
17501
17502 * make-mode.el (makefile-mode-abbrev-table): New variable.
17503 (makefile-mode): Set local abbrev table to
17504 makefile-mode-abbrev-table.
17505 (makefile-font-lock-keywords): Fontify includes and conditionals.
17506
17507 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
17508 set TOGGLE's value.
17509
17510 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
17511 mail-interactive-insert-alias.
17512 (mail-abbrev-complete-alias): New command.
17513 (mail-mode-map): Bind it to `M-TAB'.
17514
175152000-05-03 Kenichi Handa <handa@etl.go.jp>
17516
17517 * language/lao-util.el (lao-compose-region): New function.
17518
175192000-05-02 Gerd Moellmann <gerd@gnu.org>
17520
17521 * files.el (recover-session): Make directories as necessary
17522 if they don't exist yet.
17523
17524 * calendar/cal-french.el
17525 (french-calendar-multibyte-special-days-array)
17526 (french-calendar-special-days-array): Change French text.
17527 (calendar-french-date-string): Change output.
17528 (calendar-goto-french-date): Likewise.
17529
175302000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
17531
17532 * wid-edit.el (widget-default-active): Obey `:always-active'.
17533 (widget-documentation-string-value-create): Set `:always-active'.
17534
175352000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
17536
17537 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
17538 default prefix to `~/_emacs.d/auto-save.list/_s'.
17539 (normal-top-level): Create the directory for auto-save files, if
17540 it doesn't already exist (in the ms-dos case only).
17541
175422000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
17543
17544 * international/mule-cmds.el (set-language-environment): Don't
17545 concat an integer (dos-codepage), use format instead.
17546
175472000-05-02 Dave Love <fx@gnu.org>
17548
17549 * help.el (help-xref-on-pp): Check for constant symbols.
17550
175512000-04-29 Gerd Moellmann <gerd@gnu.org>
17552
17553 * startup.el (normal-top-level): Put a condition-case around
17554 the code loading subdirs.el.
17555
175562000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17557
17558 * ps-print.el: Upside-down and face background color printing,
17559 line number step, doc fix.
17560 (ps-print-version): New version number (5.2).
17561 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
17562 (ps-face-attribute-list, ps-plot-with-face): Code fix.
17563 (ps-spool-config): Var fix.
17564 (ps-printer-name-option): Const fix.
17565 (ps-print-upside-down, ps-use-face-background)
17566 (ps-line-number-step): New vars.
17567 (ps-window-system, ps-lp-system): New consts.
17568 (ps-face-background): New fun.
17569
175702000-04-28 Richard Stallman <rms@gnu.org>
17571
17572 * files.el (make-auto-save-file-name):
17573 Apply auto-save-file-name-transforms to visited file name
17574 before generating auto save file name.
17575 (auto-save-file-name-transforms): New variable.
17576
17577 * files.el (backup-enable-predicate):
17578 Correctly test for a file under a temporary directory.
17579
175802000-04-28 Gerd Moellmann <gerd@gnu.org>
17581
17582 * subr.el (add-minor-mode): Rewritten.
17583
175842000-04-28 Kenichi Handa <handa@etl.go.jp>
17585
17586 * mail/sendmail.el (sendmail-send-it): Set
17587 buffer-file-coding-system to the selected coding system for MIME
17588 header.
17589
175902000-04-27 Gerd Moellmann <gerd@gnu.org>
17591
17592 * dired.el (dired-move-to-filename-regexp): Allow format where
17593 YYYY is followed by two spaces.
17594
17595 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
17596 in the second character class of the regexp.
17597
17598 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
17599 mh-etc, too.
17600
17601 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
17602 nil.
17603
17604 * subr.el (add-minor-mode): Use `set' instead of `setq'.
17605
17606 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
17607 argument.
17608
176092000-04-27 Sen Nagata <sen@eccosys.com>
17610
17611 * emacs-lisp/crm.el (crm-completion-table): New variable.
17612 (crm-collection-fn, crm-test-completion)
17613 (completing-read-multiple): Use it.
17614
176152000-04-27 Dave Love <fx@gnu.org>
17616
17617 * help.el (locate-library): Use mapc.
17618 (help-manyarg-func-alist): Add call-process-region.
17619
176202000-04-26 Gerd Moellmann <gerd@gnu.org>
17621
17622 * subr.el (add-minor-mode): Make argument MAP optional.
17623
17624 * desktop.el (desktop-save): Save list of minor modes.
17625 (desktop-create-buffer): Restore minor modes.
17626 (desktop-minor-mode-table): New user-option.
17627
17628 * subr.el (add-minor-mode): New function.
17629
17630 * image.el (find-image): New function.
17631 (defimage): Rewritten to find image at load time.
17632
17633 * startup.el (normal-top-level-add-to-load-path): Handle
17634 case that the default directory is not in load-path.
17635
17636 * help.el: Old patch from Stefan Monnier.
17637 (help-xref-on-pp): New function.
17638 (describe-variable): Use it to display xrefs in a symbol's value.
17639
176402000-04-26 Stefan Monnier <monnier@cs.yale.edu>
17641
17642 * cus-edit.el (custom-face): Fix parenthesis.
17643
176442000-04-26 Kenichi Handa <handa@etl.go.jp>
17645
17646 * mail/rmail.el (rmail-expunge): When there are no deleted
17647 messages, do nothing.
17648
176492000-04-26 Dave Love <fx@gnu.org>
17650
17651 * international/mule-cmds.el (locale-translation-file-name):
17652 Defvar to nil.
17653 (set-locale-environment): Set it here (at runtime).
17654
176552000-04-25 Gerd Moellmann <gerd@gnu.org>
17656
17657 * replace.el (perform-replace): Add parameters START and END. Use
17658 them instead of the check for a region in Transient Mark mode.
17659 (query-replace-read-args): Return two more list elements for the
17660 start and end of the region in Transient Mark mode.
17661 (query-replace, query-replace-regexp, query-replace-regexp-eval)
17662 (map-query-replace-regexp, replace-string, replace-regexp): Add
17663 optional last arguments START and END and pass them to
17664 perform-replace.
17665
17666 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
17667 form with additional arguments for perform-replace.
17668
17669 * progmodes/etags.el (tags-query-replace): Add parameters START
17670 and END. Construct a form with additional arguments for
17671 perform-replace.
17672
17673 * simple.el (shell-command): Set default directory for "*Shell
17674 Command Output" buffer.
17675
17676 * language/european.el (iso-latin-4): Fix typo.
17677
17678 * emacs-lisp/crm.el: New file.
17679
176802000-04-24 Dave Love <fx@gnu.org>
17681
17682 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
17683 (Custom-reset-saved, Custom-reset-standard)
17684 (custom-group-value-create, custom-group-set, custom-group-save)
17685 (custom-group-reset-current, custom-group-reset-saved)
17686 (custom-group-reset-standard): Use mapc.
17687 (custom-buffer-create-internal): Disable undo when creating items.
17688 Use mapc.
17689 (custom-face): Avoid redundant lambda.
17690
176912000-04-24 Gerd Moellmann <gerd@gnu.org>
17692
17693 * startup.el (auto-save-list-file-prefix): Set default to
17694 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
17695
176962000-04-24 Sam Steingold <sds@gnu.org>
17697
17698 * time-stamp.el (time-stamp-string-preprocess): Always convert
17699 `field-result' to a string.
17700
177012000-04-24 Gerd Moellmann <gerd@gnu.org>
17702
17703 * frame.el (scrolling): New group.
17704 (automatic-hscrolling): New user-option.
17705
17706 * startup.el (command-line-x-option-alist): Add `-lsp' and
17707 `--line-spacing'.
17708
177092000-04-19 Dave Love <fx@gnu.org>
17710
17711 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
17712 (cl-mapc): Rename from mapc. Fix the funcall.
17713
177142000-04-19 Gerd Moellmann <gerd@gnu.org>
17715
17716 * simple.el (clone-indirect-buffer-other-window): New command.
17717 (clone-indirect-buffer): Add optional arg NORECROD.
17718 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
17719
17720 * help.el (resize-temp-buffer-window): Use count-screen-lines.
17721
17722 * window.el (count-screen-lines): New function.
17723 (shrink-window-if-larger-than-buffer): Use count-screen-lines
17724 instead of window-buffer-height.
17725
17726 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
17727 non-existing variable comint-input-sentinel.
17728 (inferior-lisp-args-to-list): Removed.
17729 (inferior-lisp): Use split-string instead of
17730 inferior-lisp-args-to-list.
17731
17732 * hexl.el (hexl-insert-hex-string): New command.
17733
17734 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
17735 instead of concat.
17736
177372000-04-18 Gerd Moellmann <gerd@gnu.org>
17738
17739 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
17740 at the start of an existing but empty folder.
17741
177422000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17743
17744 * ps-mule.el: Customization fix, doc fix.
17745 (ps-multibyte-buffer): Customization fix.
17746
177472000-04-17 Richard M. Stallman <rms@gnu.org>
17748
17749 * subr.el (read-passwd): Use read-char-exclusive.
17750
177512000-04-17 Gerd Moellmann <gerd@gnu.org>
17752
17753 * textmodes/texinfo.el (texinfo-insert-@email)
17754 (texinfo-insert-@emph, texinfo-insert-@quotation)
17755 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
17756 (texinfo-mode-map): Add key bindings for them.
17757
17758 * files.el (basic-save-buffer-2): Use a template with `$'
17759 instead of `#' for VMS.
17760
17761 * simple.el (clone-indirect-buffer): New function.
17762
177632000-04-16 Stephen Eglen <stephen@gnu.org>
17764
17765 * iswitchb.el (iswitchb-case): New function. If the user input
17766 contains any upper-case characters, the search is made
17767 case-sensitive.
17768
177692000-04-17 Stefan Monnier <monnier@cs.yale.edu>
17770
17771 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
17772 comment-end.
17773 (texinfo-font-lock-syntactic-keywords): New var.
17774 (texinfo-font-lock-keywords): Remove comment regexp.
17775 (texinfo-insert-block): New function.
17776 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
17777 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
17778 and font-lock-defaults. Use regexp-opt for outline-regexp.
17779 (texinfo-environments): New var.
17780 (texinfo-environment-regexp): Use regexp-opt and
17781 texinfo-environments.
17782
17783 * textmodes/ispell.el (ispell-menu-map-needed): Check that
17784 ispell-process is bound since this might be eval'd before ispell
17785 is loaded.
17786 (ispell-message): Use a tiny bit less magic and a bit more hard
17787 data to figure out what kind of sc-cite-regexp to use.
17788
17789 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
17790
17791 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
17792 (insert-cyclic-diary-entry): Unquote the lambda.
17793
17794 * gud.el (gud-jdb-build-source-files-list): Fix typo.
17795
17796 * files.el (backup-enable-predicate): Unquote the lambda.
17797
17798 * cus-edit.el (custom-face, face): Unquote the lambda.
17799
178002000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17801
17802 * ps-print.el: Check for line-beginning-position definition.
17803
17804 * ps-print.el: Fix counting lines in a region.
17805 (ps-print-version): New version number (5.1.5).
17806 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
17807 (ps-printing-region): Fun code fix.
17808
178092000-04-15 Gerd Moellmann <gerd@gnu.org>
17810
17811 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
17812 to file-directory-p.
17813
178142000-04-14 Gerd Moellmann <gerd@gnu.org>
17815
17816 * gud.el (gud-jdb-build-source-files-list): Check that directory
17817 exists before calling directory-files.
17818
178192000-04-13 Dave Love <fx@gnu.org>
17820
17821 * emacs-lisp/trace.el: Change maintainer. Use new backquote
17822 syntax.
17823
17824 * emacs-lisp/cl-specs.el: Remove when, unless.
17825
17826 * emacs-lisp/cl-extra.el: Don't quote keywords.
17827 (cl-old-mapc): New variable.
17828 (mapc): Use it.
17829 (cl-map-intervals): Use with-current-buffer. Don't check for
17830 next-property-change.
17831 (cl-map-overlays): Use with-current-buffer.
17832 (cl-expt): Remove.
17833 (copy-tree, remprop): Define unconditionally.
17834
17835 * emacs-lisp/cl-compat.el (keywordp): Remove.
17836
17837 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
17838 to use keywordp.
17839 (edebug-spec): Enable keywordp.
17840
17841 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
17842 string-lessp.
17843
17844 * cus-start.el: Use keywordp.
17845
178462000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17847
17848 * diary-lib.el (include-other-diary-files): Fix the fix of
17849 2000-02-18 by doing a save-excursion.
17850
178512000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17852
17853 * ps-print.el: Customization fix, doc fix.
17854 (ps-print-version): New version number (5.1.4).
17855 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
17856 (ps-print-preprint): Adjust code.
17857 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
17858 (ps-print-prologue-header, ps-print-control-characters)
17859 (ps-spool-config): Customization fix.
17860
178612000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
17862
17863 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
17864 converted to the new menu-item format, names silightly changed,
17865 help strings added.
17866
17867 Support for spelling without async subprocesses:
17868
17869 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
17870 (ispell-session-buffer): New variables.
17871 (ispell-start-process, ispell-process-status,
17872 ispell-accept-output, ispell-send-string): New functions, for
17873 Ispell invocation when async subprocesses aren't supported.
17874 (ispell-word, ispell-pdict-save, ispell-command-loop,
17875 ispell-process-line, ispell-buffer-local-parsing): Replace calls
17876 to process-send-string with calls to ispell-send-string, and
17877 accept-process-output with ispell-accept-output.
17878 (ispell-init-process): Call ispell-process-status instead of
17879 process-status with.
17880 (ispell-init-process): Call ispell-start-process. Call
17881 ispell-accept-output and ispell-send-string. Don't call
17882 process-kill-without-query and kill-process if they are unbound.
17883 (ispell-async-processp): New function.
17884
178852000-04-12 Dave Love <fx@gnu.org>
17886
17887 * info.el: Add debug-ignored-errors.
17888 (Info-mode-menu): Add some items.
17889 (Info-directory): Add autoload cookie.
17890
17891 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
17892 Modify `truncate-lines'. Make `describe-language-environment'
17893 always visible and add help. Modify `describe-key' help. Invoke
17894 Info-directory from `info'. New entry `emacs-manual'.
17895
178962000-04-10 Gerd Moellmann <gerd@gnu.org>
17897
b291c86c
SM
17898 * progmodes/ebrowse.el (ebrowse-tree-mode):
17899 Use propertized-buffer-identification.
a30eb617
DL
17900 (ebrowse-update-member-buffer-mode-line): Likewise.
17901 (ebrowse--mode-strings): Removed.
17902 (ebrowse--mode-line-props): Removed.
17903
17904 * files.el (auto-mode-alist): Add `EBROWSE'.
17905
17906 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
17907 space before testing for end of buffer.
17908 (ebrowse-load): Removed.
17909 (ebrowse-revert-tree-buffer-from-file): Rewritten.
17910 (ebrowse-create-tree-buffer): Rewritten.
17911 (ebrowse-tree-mode): Read tree from buffer.
17912
17913 * progmodes/ebrowse-ffh.el: Removed.
17914
179152000-04-10 Kenichi Handa <handa@etl.go.jp>
17916
17917 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
17918
179192000-04-10 Gerd Moellmann <gerd@gnu.org>
17920
17921 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
17922 at the wrong place.
17923
179242000-04-09 Dave Love <fx@gnu.org>
17925
b291c86c
SM
17926 * files.el (backup-enable-predicate):
17927 Use temporary-file-directory, small-temporary-file-directory.
17928 (make-backup-file-name-function, backup-directory-alist): New vars.
a30eb617
DL
17929 (make-backup-file-name-1): New function.
17930 (make-backup-file-name): Use it.
b291c86c 17931 (find-backup-file-name): Likewise. Use format for clarity, not concat.
a30eb617
DL
17932 (file-newest-backup): Use make-backup-file-name.
17933
179342000-04-09 Gerd Moellmann <gerd@gnu.org>
17935
17936 * progmodes/ebrowse-ffh.el: New file.
17937
86f6474c
SM
17938 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
17939 Moved to ebrowse-ffh.el.
a30eb617
DL
17940 (ebrowse-load): Add autoload.
17941
17942 * finder.el (finder-commentary): Add autoload cookie.
17943
17944 * mail/rfc2368.el: Correct author's email address.
17945
17946 * progmodes/ebrowse.el: New file.
17947
17948 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
17949 item help string.
17950 (easy-menu-do-add-item): Ditto.
17951 (easy-menu-define): Extend doc string.
17952
86f6474c 17953 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
a30eb617
DL
17954 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
17955 (jit-lock-function, jit-lock-stealth-fontify): Don't use
17956 with-buffer-unmodified.
17957
179582000-04-08 Dave Love <fx@gnu.org>
17959
17960 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
17961 unless, when.
17962
179632000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
17964
17965 * viper-util.el (viper-put-on-search-overlay): New subroutine.
17966 (viper-flash-search-pattern): No operation when using Emacs
17967 doesn't support face.
17968 Use `viper-put-on-search-overlay'.
17969
179702000-04-04 Gerd Moellmann <gerd@gnu.org>
17971
17972 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
17973 like C-r.
17974
17975 * progmodes/make-mode.el: Some doc fixes.
17976 (makefile-mode-abbrev-table): New variable.
17977 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
17978 (makefile-font-lock-keywords): Fontify includes and conditionals.
17979 (toplevel): Require `dabbrev' and `add-log' when compiling.
17980
17981 * replace.el (perform-replace): Don't move forward one char
17982 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
17983 to do that because it leaves point 1 position after the last
17984 replacement, after everything has been replaced.
17985
17986 * jit-lock.el (with-buffer-unmodified): New macro.
17987 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
17988 modified state.
17989 (jit-lock-function-1): Extracted from jit-lock-function; not
17990 preserving buffer's modified state.
86f6474c
SM
17991 (jit-lock-function, jit-lock-stealth-fontify):
17992 Call jit-lock-function-1.
a30eb617
DL
17993
17994 * mail/rfc2368.el: Remove supernumerary copyright line.
17995
179962000-04-04 Milan Zamazal <pdm@freesoft.cz>
17997
17998 * glasses.el: Provide facilities for inserting space before left
17999 parentheses and uncapitalization of identifiers.
18000 (glasses-mode): Try to remove old overlays in all cases.
18001
180022000-04-03 Gerd Moellmann <gerd@gnu.org>
18003
18004 * progmodes/compile.el (compile-internal): Display the compilation
18005 buffer in a different frame, if it's already displayed there.
18006
18007 * mail/rfc2368.el: New file.
18008
18009 * simple.el (sendmail-user-agent-compose): Recognize a `body'
18010 header and insert its value as mail body.
18011
18012 * subr.el (member-ignore-case): New function.
18013
18014 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
18015 (dabbrev--find-expansion): Ignore buffers matching a regexp
18016 from dabbrev-ignored-regexps.
18017
18018 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
18019 to extensions handled by gzip.
18020
180212000-04-03 Richard M. Stallman <rms@gnu.org>
18022
18023 * files.el (insert-directory): List the total free space
18024 along with the used space.
18025
18026 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
18027 line is followed by one that matches CITATION-REGEXP, end the
18028 paragraph.
18029
180302000-04-03 Markus Rost <rost@delysid.gnu.org>
18031
18032 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
18033 (rmail-make-basic-summary-line): Use that option.
18034
180352000-04-03 Kenichi Handa <handa@etl.go.jp>
18036
18037 * international/mule-cmds.el (encoded-string-description):
18038 Rewritten. Try pretty description for ISO 2022 escape sequences
18039 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
18040 for hexadecimal format.
18041
180422000-04-01 Dave Love <fx@gnu.org>
18043
18044 * cpp.el: Change customization group to `c' from `C'.
18045
18046 * vcursor.el (vcursor-move): Use display-color-p.
18047
18048 * international/mule-util.el: Provide mule-utils.
18049 (string-to-sequence): Simplify and speed up.
18050
18051 * international/mule.el (make-coding-system): Purecopy doc-string.
18052
18053 * international/mule-cmds.el: Various menu changes.
18054 (describe-specified-language-support): Handle `Default'.
18055 (set-language-info): Purecopy `info'.
18056
180572000-03-31 Andrew Innes <andrewi@gnu.org>
18058
18059 * vc.el (vc-backend-diff): Return the correct status if we had to
18060 retry the rcsdiff command without the --brief option.
18061
180622000-03-31 Dave Love <fx@gnu.org>
18063
18064 * help.el (help-manyarg-func-alist): Correct several omissions.
18065
18066 * add-log.el: Don't require cl, fortran.
18067 (add-log-current-defun-function): Doc fix.
86f6474c 18068 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
a30eb617 18069 (change-log-version-rcs): Function deleted.
86f6474c
SM
18070 (change-log-version-number-search): Doc fix.
18071 Use vc-workfile-version. Avoid CL dolist.
a30eb617
DL
18072 (add-change-log-entry): Just call add-log-current-defun to get
18073 defun. Simplify somewhat.
18074 (change-log-get-method-definition-1): Likewise.
18075 (add-log-current-defun): Return nil if calling
18076 add-log-current-defun-function does so. Move Fortran stuff to
18077 fortran.el. Return string without properties.
18078
18079 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
18080 and :alpha: char classes.
18081
18082 * mail/supercite.el: Defvar curline when compiling.
18083 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
18084 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
18085 rather than a-zA-Z0-9 to allow non-ASCII characters.
18086
180872000-03-31 Gerd Moellmann <gerd@gnu.org>
18088
18089 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
18090
18091 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
18092 Re-enable new code.
18093
18094 * lpr.el (print-region-1): Use -d to specify printer name for
18095 systems `usg-unix-v*, `dgux', `hpux', `irix'.
18096
180972000-03-31 Dave Love <fx@gnu.org>
18098
86f6474c
SM
18099 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
18100 Look for function definition in symbol's function value slot first
a30eb617
DL
18101 instead of first consulting byte-compile-function-environment.
18102
181032000-03-31 Kenichi Handa <handa@etl.go.jp>
18104
18105 * language/european.el ("Polish"): New language environment.
18106 (setup-polish-environment): New function.
18107
181082000-03-30 Gerd Moellmann <gerd@gnu.org>
18109
18110 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
18111 Disable new code.
18112
18113 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
18114 trying to `load' the symbol of an autoload instead of the file
18115 recorded in the autoload. Fix error messages.
18116
181172000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18118
18119 * ps-print.el: PostScript programming fix for ghostview, doc fix.
18120 (ps-print-version): New version number (5.1.3).
18121 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
18122 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
18123 (ps-generate-postscript-with-faces): Code fix.
18124 (ps-color-values): XEmacs compatibility.
18125 (ps-print-background-image, ps-print-background-text, ps-printer-name)
18126 (ps-default-fg, ps-default-bg): Adjust customization.
18127 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
18128 (ps-color-scale): Renaming old ps-color-value fun.
18129 (ps-print-headers): Replace ps-print-header group to avoid conflict
18130 with ps-print-header variable.
18131 (ps-print-miscellany): New group.
18132 (ps-format-color, ps-rgb-color): New funs.
18133 (ps-default-foreground): New var.
18134 (ps-printer-name-option): New const.
18135
181362000-03-30 Peter Breton <pbreton@ne.mediaone.net>
18137
18138 * net/net-utils.el:
18139 (network-connection-host, network-connection-service): New variables
18140 (network-connection-mode): New mode, derived from comint-mode
18141 (network-connection-mode-setup): New function, saves host and
18142 service information in local variables.
18143
18144 * lisp/locate.el:
18145 (locate-word-at-point): Added this function
18146 (locate): Default to using locate-word-at-point as input
18147 Run dired-mode-hook
18148
181492000-03-29 Dave Love <fx@gnu.org>
18150
18151 * calendar/appt.el: Doc fixes.
18152 (appt-check): Convert min-to-app to a string before passing to
18153 appt-disp-window-function or concat.
18154 (appt-delete-window): Remove test for frame-root-window.
18155 (appt-select-lowest-window, appt-convert-time): Simplify.
18156
18157 * emacs-lisp/bytecomp.el: Doc fixes.
86f6474c
SM
18158 (byte-compile-file-form-autoload):
18159 Update byte-compile-function-environment.
a30eb617
DL
18160
181612000-03-29 Andreas Schwab <schwab@suse.de>
18162
86f6474c 18163 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
a30eb617
DL
18164
18165 * dired.el (dired-insert-directory): If dired-free-space-program
18166 failed just delete its output.
18167
181682000-03-29 Dave Love <fx@gnu.org>
18169
18170 * international/iso-cvt.el: Move provide to end. Doc fixes.
18171 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
18172 (iso-iso2sgml, iso-sgml2iso): New functions.
18173 (iso-cvt-define-menu): Fix some entries and use backquote for
18174 clarity.
18175
18176 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
18177
181782000-03-28 Gerd Moellmann <gerd@gnu.org>
18179
18180 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
18181 ISO-DATE. If non-nil, return date in ISO 8601 format.
18182
181832000-03-26 Stefan Monnier <monnier@cs.yale.edu>
18184
18185 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
18186 if it ever becomes used.
18187 (log-edit-mode-hook): Default to vc-log-mode-hook.
18188 (log-edit-mode): Fix the docstring.
18189
18190 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
18191 the code.
18192
181932000-03-26 Dave Love <fx@gnu.org>
18194
18195 * net/browse-url.el (browse-url): Re-fix case of
18196 browse-url-browser-function being an alist.
18197 (browse-url): Add :link to defgroup.
18198
18199 * files.el: Doc fixes.
18200 (file-truename): Include `[' in wildcard characters.
18201 (automount-dir-prefix): Customize.
18202 (find-file-wildcards): Add :version.
18203 (find-file-noselect): Simplify a mapcar call.
18204
18205 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
18206 compatible with inf-lisp version.
18207 (eval-defun-1): Fix custom-declare-variable case.
18208
182092000-03-25 Stefan Monnier <monnier@cs.yale.edu>
18210
18211 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
18212
182132000-03-24 Gerd Moellmann <gerd@gnu.org>
18214
18215 * Makefile (COMPILE_FIRST): New macro.
18216 (compile-files): Compile files from COMPILE_FIRST first.
18217
86f6474c 18218 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
a30eb617
DL
18219
18220 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
18221 matching open parenthesis in column 0 to defun-prompt-regexp
18222 only if open-paren-in-column-0-is-defun-start is set.
18223
18224 * sun-curs.el: Require CL at compile-time only.
18225
18226 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
18227 instead of copy-list which is a function from CL.
18228 (msb--choose-menu, msb--mode-menu-cond)
18229 (msb--create-buffer-menu-2): Use dolist instead of mapc.
18230 (msb--init-file-alist): Use mapcar instead of mapcan.
86f6474c
SM
18231 (msb--aggregate-alist): Use mapcar instead of mapcan.
18232 Fix `(' in column 0 in doc string.
a30eb617
DL
18233 (msb--add-separators): Use mapcar instead of mapcan.
18234
18235 * cus-dep.el: Require CL at compile-time only.
18236
182372000-03-24 Stefan Monnier <monnier@cs.yale.edu>
18238
18239 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
18240 (byte-compile-warnings): New warning `noruntime'.
18241 (byte-compile-constants, byte-compile-variables): Fix docstring.
18242 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
18243 execute `eval-whenc-compile's body.
18244 (byte-compile-unresolved-functions): Fix docstring.
18245 (byte-compile-eval): New function.
18246 (byte-compile-callargs-warn): Check if the function will be available
18247 at runtime (via property `byte-compile-noruntime').
18248 (byte-compile-print-syms): New function.
18249 (byte-compile-warn-about-unresolved-functions): Also warn about
18250 `noruntime' functions (and use `byte-compile-print-syms').
18251 (byte-compile-file): Capitalize the message.
18252
182532000-03-24 Gerd Moellmann <gerd@gnu.org>
18254
18255 * mail/rmail.el (rmail-confirm-expunge): New user-option.
18256 (rmail-expunge): Ask for confirmation depending on the setting
18257 of rmail-confirm-expunge.
18258
182592000-03-23 Gerd Moellmann <gerd@gnu.org>
18260
18261 * Makefile (bootstrap-clean): If $(emacs) exists, build
18262 loaddefs.el first. A loaddefs.el that's not up-to-date might
86f6474c 18263 cause a bootstrap failure because things don't autoload as expected.
a30eb617
DL
18264
182652000-03-23 Dave Love <fx@gnu.org>
18266
18267 * net/browse-url.el: Restore previous use of
18268 browse-url-maybe-new-window.
18269
182702000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18271
18272 * ps-print.el: Skip banner page fix.
18273 (ps-print-version): New version number (5.1.2).
18274 (ps-begin-file, ps-end-file, ps-generate): Code fix.
18275
182762000-03-23 Dave Pearson <davep@davep.org>
18277
18278 * net/quickurl.el Changed the type of parameter passed to the
18279 function defined by `quickurl-format-function'. Before only the
18280 text of the URL was passed. Now the whole URL structure is passed
86f6474c
SM
18281 and the function is responsible for extracting the parts it requires.
18282 Changed the default of `quickurl-format-function' accordingly.
a30eb617
DL
18283 (quickurl-insert): Changed the `funcall' of
18284 `quickurl-format-function' to match the above change.
18285 (quickurl-list-insert): Changed the `url' case so that it makes
18286 use of `quickurl-format-function', previous to this the format was
18287 hard wired.
18288
182892000-03-22 Gerd Moellmann <gerd@gnu.org>
18290
18291 * startup.el: Change some spellings for the X Window System.
18292
182932000-03-22 Stefan Monnier <monnier@cs.yale.edu>
18294
86f6474c
SM
18295 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
18296 Clean up the code and the regexp and make sure the cursor is
18297 temporarily moved to the suspicious line while querying the user.
a30eb617
DL
18298
182992000-03-22 Jason Rumney <jasonr@gnu.org>
18300
18301 * w32-fns.el (w32-charset-info-alist): Initialize.
18302
183032000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18304
18305 * ps-print.el: N-up last page fix.
18306 (ps-print-version): New version number (5.1.1).
18307 (ps-end-file, ps-end-job, ps-generate): Code fix.
18308
183092000-03-21 Stefan Monnier <monnier@cs.yale.edu>
18310
18311 * files.el (find-file-run-dired): Update docstring.
18312 (find-directory-functions): New hook.
18313 (find-file-noselect): Run find-directory-functions rather than
18314 calling dired directly.
18315
18316 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
18317
18318 * pcvs.el: Add a minimal leading commentary.
18319 (cvs-make-cvs-buffer): Change the header part by removing the startup
18320 message and adding a `Module' entry. Also replace the FOOTER and
18321 HEADER special fileinfos with the new support in ewoc for updating
18322 its own footer and header.
18323 (cvs-update-header): Update to use the header/footer of the ewoc.
18324 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
18325 (cvs-is-within-p): New function.
18326 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
18327 to only examine some subset of the buffers.
18328
18329 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
18330 `format' instead of our own ad-hoc functions.
18331 Remove HEADER and FOOTER cases, now handled in the EWOC.
18332 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
18333
18334 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
18335 output to avoid scaring the user.
18336 (cvs-parse-table): Catch message for non-up-to-date commits.
18337
18338 * pcvs-defs.el (cvs-startup-message): Remove.
18339 (cvs-global-menu): New autoloaded menu.
18340
18341 * pcvs-util.el (cvs-string-fill): Remove.
18342
18343 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
18344 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
18345 PP part of it and also make it work for footers and headers.
18346 (ewoc-create): Drop POS and BUFFER arguments.
18347 Use the DLL's dummy node to store the end-of-footer position.
18348 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
18349 (ewoc-refresh): Remove unused `header' variable.
18350 (ewoc-(get|set)-hf): New functions.
18351
18352 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
18353 log-view-*-(message|file) and use easy-mmode-define-navigation.
18354 (log-view-message-re): Match SCCS format as well.
18355 And match the revision line rather than the dashed separator line.
18356 (log-view-mode): Use the new define-derived-mode.
18357 (log-view-current-tag): Fill in with an actual implementation.
18358
18359 * cvs-status.el (cvs-status-(prev|next)): Rename from
18360 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
18361 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
18362 to let the output "breathe" a little more (more readable).
18363 (cvs-status-mode): Use the new define-derived-mode.
18364
18365 * smerge-mode.el (smerge-auto-leave): New function and variable.
18366 (smerge-basic-map): Rename from smerge-basic-keymap.
18367 Change the bindings for smerge-diff-*.
18368 (smerge-*-map): Use easy-mmode-defmap.
18369 (smerge-(next|prev)): Use easy-mmode-define-navigation.
18370 (smerge-keep-*): Use smerge-auto-leave.
18371
183722000-03-21 Jason Rumney <jasonr@gnu.org>
18373
18374 * cus-edit.el (custom-button-face): Use 3D look for w32.
18375 (custom-button-pressed-face): Likewise.
18376
183772000-03-21 Gerd Moellmann <gerd@gnu.org>
18378
18379 * progmodes/etags.el (tags-case-fold-search): New user-option.
18380 (tags-loop-eval): New function. Bind case-fold-search around eval
18381 depending on the value of tags-case-fold-search.
18382 (tags-loop-continue): Use tags-loop-eval.
18383 (find-tag-in-order): Bind case-fold-search depending on the value
18384 of tags-case-fold-search.
18385
183862000-03-21 Stefan Monnier <monnier@cs.yale.edu>
18387
86f6474c 18388 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
a30eb617
DL
18389 (diff-end-of-hunk): Return the end position for use in
18390 `easy-mmode-define-navigation'.
18391 (diff-recenter): Remove.
18392 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
18393 of `easy-mmode-define-navigation'.
18394 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
18395 previous renaming) and fix to use new names.
18396 (diff-merge-strings): Use \n as separator: simpler, faster.
18397 (diff-mode): Use `define-derived-mode'.
18398
18399 * derived.el (define-derived-mode): Don't autoload anymore.
18400 Prefer the macro-only version provided by easy-mmode.el.
18401
18402 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
86f6474c 18403 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
a30eb617
DL
18404 (easy-mmode-define-navigation): New macro.
18405
18406 * subr.el (combine-run-hooks): New function.
18407
184082000-03-21 Kenichi HANDA <handa@etl.go.jp>
18409
18410 * term/x-win.el: Fontsets related initialization is simplified.
18411
18412 * international/mule-diag.el (describe-font): Don't refer to
18413 global-fontset-alist, instead call font-list.
18414 (describe-fontset, list-fontsets, mule-diag): Likewise.
86f6474c 18415 (print-fontset): Adjusted for the change of fontset implementation.
a30eb617 18416
86f6474c
SM
18417 * international/fontset.el (x-charset-registries): Variable removed,
18418 instead the corresponding data is stored in the default fontset.
a30eb617
DL
18419 (register-alternate-fontnames): Function removed.
18420 (resolved-ascii-font): Variable removed.
18421 (x-compose-font-name): Ignore the second argument REDOCE.
18422 (x-complement-fontset-spec): Complement only an ASCII font and
18423 element for those charsets than can use that ASCII font.
18424 (generate-fontset-menu): Don't refer to global-fontset-alist,
18425 instead call fontset-list.
18426 (uninstantiated-fontset-alist): Variable removed.
18427 (x-style-funcs-alist): Likewise.
18428 (fontset-default-styles): Likewise.
18429 (x-modify-font-name): Function removed.
86f6474c 18430 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
a30eb617
DL
18431 (create-fontset-from-ascii-font): Docsting adjusted for the above
18432 change.
18433 (instantiate-fontset, resolve-fontset-name): Functions removed.
18434 (fontset-list): Now implemented by C code.
18435
18436 * faces.el (read-face-font): Fix TABLE arg to completing-read.
18437 (describe-face): Include `font' attribute in the description.
18438
184392000-03-21 Kenichi Handa <handa@etl.go.jp>
18440
18441 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
18442
184432000-03-20 Gerd Moellmann <gerd@gnu.org>
18444
18445 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
18446 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
18447 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
18448
18449 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
18450 about behavior of set-buffer-modified-p wrt redisplay.
18451
184522000-03-19 Richard M. Stallman <rms@gnu.org>
18453
18454 * view.el (view-mode-disable): Kill local binding of view-read-only.
18455
184562000-03-18 Gerd Moellmann <gerd@gnu.org>
18457
86f6474c 18458 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
a30eb617
DL
18459 is a string, convert it to a syntax cell using string-to-syntax.
18460
18461 * simple.el (syntax-code-table, syntax-flag-table): New variables.
18462 (string-to-syntax): New function.
18463
18464 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
18465 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
18466 try to use passive ftp mode.
18467
184682000-03-17 Gerd Moellmann <gerd@gnu.org>
18469
18470 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
18471
18472 * simple.el (append-to-buffer): Update point of windows after
18473 insertion.
18474
18475 * abbrev.el (inverse-add-abbrev): Identify word by first moving
18476 forward then moving backward. Reindent.
18477
18478 * frame.el (other-frame): Call x-focus-frame only if
18479 focus-follows-mouse is off.
18480
184812000-03-17 Dave Love <fx@gnu.org>
18482
86f6474c 18483 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
a30eb617
DL
18484
184852000-03-17 Stefan Monnier <monnier@cs.yale.edu>
18486
18487 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
18488 regexp for labels cannot span several lines.
18489
18490 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
18491 `(setq :<key> ':<key>)' to the macro expansion.
18492
184932000-03-16 Dave Love <fx@gnu.org>
18494
18495 * progmodes/f90.el (f90): Put custom group under `languages', not
18496 `fortran'.
18497 (f90-mode-hook): Customize.
18498 (f90-mode): Set add-log-current-defun-function.
18499 (f90-current-defun): New function.
18500
185012000-03-16 Gerd Moellmann <gerd@gnu.org>
18502
18503 * cus-edit.el (custom-variable-tag-face): Handle case that
18504 default face's height is not a number.
18505 (custom-face-tag-face, custom-group-tag-face-1)
18506 (custom-group-tag-face): Ditto.
18507 (custom-group-tag-face-1): Add :group.
18508
18509 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
18510
185112000-03-15 Gerd Moellmann <gerd@gnu.org>
18512
18513 * pcvs-defs.el (toplevel): Remove autoload cookie for form
18514 requiring easymenu.
18515
185162000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18517
18518 * ps-print.el: PostScript user-defined prologue, PostScript error
18519 handler, doc fix.
18520 (ps-print-version): New version number (5.1).
18521 (ps-user-defined-prologue, ps-error-handler-message)
18522 (ps-print-prologue-0, ps-error-handler-alist): New vars.
18523 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
18524 (ps-insert-string): New function.
18525
185262000-03-15 Kenichi Handa <handa@etl.go.jp>
18527
18528 * international/ccl.el (ccl-compile-expression): Don't generate
18529 invalid self-assignment code.
18530
185312000-03-14 Dave Love <fx@gnu.org>
18532
18533 * subr.el (replace-regexp-in-string): Renamed from
18534 replace-regexps-in-string. Doc fix.
18535
185362000-03-12 Dave Love <fx@gnu.org>
18537
18538 * cus-edit.el: Doc fixes.
86f6474c 18539 (customize-set-variable, customize-save-variable): Rename args for doc.
a30eb617
DL
18540 (custom-variable-tag-face, custom-face-tag-face)
18541 (custom-group-tag-face-1, custom-group-tag-face): Modify from
18542 style which user identify as hyperlink.
18543 (hook): Don't add undefined functions to the hook.
18544 (debug-ignored-errors): Transfer message from bindings.el.
18545
185462000-03-12 Gerd Moellmann <gerd@gnu.org>
18547
86f6474c
SM
18548 * recentf.el (recentf-keep-non-readable-files-p):
18549 Remove double/nested definition.
a30eb617
DL
18550
185512000-03-12 Dave Love <fx@gnu.org>
18552
18553 * facemenu.el (facemenu-get-face): Use display-color-p.
18554 * enriched.el (enriched-decode-foreground): Likewise.
18555 (enriched-decode-background): Likewise.
18556 * isearch.el (isearch-highlight): Likewise.
18557 * info-look.el (info-lookup): Likewise.
18558 * simple.el (completion-setup-function): Likewise.
18559
18560 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
18561 :options.
18562
18563 * bindings.el (mode-line-format): Fix line-number and
18564 column-number items. Add help-echo for the background.
18565 (mode-line-mule-info): Modify help-echo.
18566
18567 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
18568
18569 * files.el (load-file): Allow completion to .elc.
18570
18571 * man.el: Doc fixes.
18572 (Man-init-defvars): Use display-color-p to set fontification.
18573
18574 * play/hanoi.el (hanoi-internal): Don't use oddp.
18575
185762000-03-12 Gerd Moellmann <gerd@gnu.org>
18577
18578 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
18579
18580 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
18581
185822000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
18583
18584 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
18585 Fix comment.
18586
185872000-03-10 Stefan Monnier <monnier@cs.yale.edu>
18588
18589 * font-lock.el (font-lock-keywords): Fix the doc now that
18590 regexp-opt-depth is unnecessary.
18591 (save-buffer-state): Set an edebug spec.
18592 (font-lock-fontify-anchored-keywords): Properly handle the case when
18593 the matcher goes past the limit.
18594
18595 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
18596 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
18597
18598 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
18599 dll.el and cookie.el (from Elib) with heavy renaming and other
18600 massaging.
18601
18602 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
18603 Autoload the functions used.
18604 (easy-mmode-define-syntax): Fix CL typo.
18605 (easy-mmode-define-derived-mode): Improve the docstring generation.
18606
186072000-03-10 Gerd Moellmann <gerd@gnu.org>
18608
18609 * textmodes/texinfo.el (texinfo-version): Variable and function
18610 removed.
18611
186122000-03-09 Stefan Monnier <monnier@cs.yale.edu>
18613
18614 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
18615 allow more flexibility.
ff39b9a1 18616 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
18617 (easy-mmode-defmap, easy-mmode-defsyntax)
18618 (easy-mmode-define-derived-mode): New macros.
18619
186202000-03-09 Didier Verna <didier@xemacs.org>
18621
18622 * rect.el (replace-rectangle): New function.
18623
186242000-03-09 Dave Love <fx@gnu.org>
18625
ff39b9a1 18626 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
18627 (fortran-comment-line-start-skip): Don't match cpp stuff.
18628 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
18629 (fortran-mode-map): Remove over-eager custom-menu-create for now.
18630 (fortran-mode): Don't set fortran-comment-line-start-skip,
18631 fortran-comment-line-start here. Set comment-start,
18632 add-log-current-defun.
18633 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
18634 (fortran-current-defun): New function.
18635
186362000-03-09 Gerd Moellmann <gerd@gnu.org>
18637
18638 * emacs-lisp/re-builder.el: New file.
18639
18640 * mouse.el (mouse-drag-region): Don't run up-event handler
18641 if hscroll has changed.
18642
18643 * octave-mod.el (octave-font-lock-keywords): To font-lock the
18644 builtin operators, use `font-lock-builtin-face' for Emacs and
18645 `font-lock-preprocessor-face' otherwise.
18646
18647 * font-lock.el (lisp-font-lock-keywords-1): Highlight
18648 `(defun (setf foo)' differently.
18649
186502000-03-08 Stefan Monnier <monnier@cs.yale.edu>
18651
18652 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
18653 (regexp-opt): Update comment and adapt the code the new meaning of
18654 the `paren' argument of regex-opt-group for shy-groups.
18655 (regexp-opt-depth): Handle shy groups as well as backslashed
18656 backslashes.
18657 (regexp-opt-group): Turn the leading comment into a docstring.
18658 Allow `paren' to be a string (the string to use to open a group).
18659 Remove open-presuf and close-presuf. Instead of checking for `all
18660 one-char' and then later on check for `several one-char', handle
18661 both cases close together. Also apply a more generic algorithm
18662 for suffixes (the mirror image of the algorithm used for
18663 prefixes). Use shy-groups. Use nreverse rather than reverse.
18664 (regexp-opt-try-suffix): Removed.
18665
18666 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
18667 from comint-mode-map, so we can just inherit from it. Also, move
18668 the initialization into the `defvar' since there's no docstring
18669 anyway and it's fairly short.
18670 (inferior-scheme-mode): Define it as derived-mode: the code is
18671 shorter and this way we inherit from comint-mode-map rather than
18672 copying it.
18673
18674 * subr.el (replace-regexps-in-string): Properly handle the case
18675 where we match an empty string.
18676
18677 * comint.el (comint-exec-1): Add the current-dir to the exec-path
18678 when the command has a directory component (such as "./testml").
18679 Also fix a typo in the comment.
18680
186812000-03-08 Gerd Moellmann <gerd@gnu.org>
18682
18683 * Makefile (compile-files): Compile files one by one because
18684 that's the only way to ensure a clean compilation environment for
18685 each individual file.
18686
18687 * frame.el (other-frame): Call x-focus-frame.
18688
186892000-03-07 Dave Love <fx@gnu.org>
18690
18691 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
18692 :require to defcustom.
18693
ff39b9a1 18694 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
18695
18696 * files.el (auto-mode-alist): Add configure.in.
18697
18698 * progmodes/autoconf.el: New file.
18699
187002000-03-07 Gerd Moellmann <gerd@gnu.org>
18701
18702 * mail/mh-e.el: Change maintainer to `none'.
18703
18704 * recentf.el (recentf-keep-non-readable-files-p): Quote args
18705 to remove-hook and add-hook.
18706
187072000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
18708
18709 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
18710 it as the default.
18711 (mail-send): Test mail-send-nonascii also for the new `mime' value.
18712 (sendmail-send-it): Conditionally add MIME headers specifying the
18713 used character set.
18714
187152000-03-07 Dave Love <fx@gnu.org>
18716
ff39b9a1
SM
18717 * winner.el: Fix keywords, autoload cookies.
18718 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
18719
187202000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
18721
18722 * international/mule.el: Modify comment about coding system
18723 property `coding-category'.
18724 (make-coding-system): New argument EOL-TYPE. Pay attention to
18725 coding-category property of PROPERTIES.
18726
ff39b9a1
SM
18727 * international/mule-conf.el (coding-category-utf-8)
18728 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
18729 categories. Include them in the argument for set-coding-priority.
18730
ff39b9a1
SM
18731 * international/mule-cmds.el (reset-language-environment):
18732 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
18733 coding-category-utf-16-le in the argument for set-coding-priority.
18734 (reset-language-environment): Initialize coding-category-utf-8,
18735 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
18736
187372000-03-06 Karl Fogel <kfogel@red-bean.com>
18738
18739 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
18740 code abstracted out of `bookmark-jump-noselect'. Now tries info
18741 extensions as well as compression extensions.
18742 (bookmark-jump-noselect): Use above new func.
18743
187442000-03-03 Gerd Moellmann <gerd@gnu.org>
18745
18746 * strokes.el: Change maintainer's mail address.
18747
187482000-03-03 Kenichi Handa <handa@etl.go.jp>
18749
18750 * international/mule-diag.el (list-character-sets): Make help-echo
18751 string by substitute-command-keys.
18752 (list-character-sets): Likewise.
18753 (sort-listed-character-sets): Call help-setup-xref.
18754
187552000-03-02 Gerd Moellmann <gerd@gnu.org>
18756
ff39b9a1 18757 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
18758
187592000-03-01 Dave Love <fx@gnu.org>
18760
18761 * help.el (help-xref-go-back): Don't try to set position.
18762
ff39b9a1
SM
18763 * international/mule-diag.el (list-character-sets):
18764 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
18765 (list-character-sets-1): Add help-echo to xrefs.
18766
187672000-03-02 Gerd Moellmann <gerd@gnu.org>
18768
18769 * frame.el (blink-cursor-mode): Switch cursor on when turning
18770 the mode off.
18771
18772 * add-log.el (add-log-current-defun): Add support for
18773 Autoconf mode.
18774
18775 * mail/rmail.el (rmail-quit-hook): New variable.
18776
187772000-03-01 Dave Love <fx@gnu.org>
18778
18779 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
18780
18781 * help.el (help-xref-button): Add help-echo arg.
18782 (describe-function-1, describe-variable, help-make-xrefs): Use it.
18783
ff39b9a1 18784 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 18785
ff39b9a1 18786 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
18787
187882000-03-01 Gerd Moellmann <gerd@gnu.org>
18789
18790 * image.el (defimage): Look for image files in load-path.
18791
ff39b9a1 18792 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
18793
187942000-03-01 David Ponce <david.ponce@wanadoo.fr>
18795
ff39b9a1 18796 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
18797
187982000-03-01 David Ponce <david.ponce@wanadoo.fr>
18799
ff39b9a1 18800 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
18801 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
18802 action to select/unselect a file.
18803 (recentf-edit-list): Code cleanup and improvement.
18804 (recentf-open-more-files-action): `recentf-open-more-files' button
18805 widget action to open a file.
ff39b9a1 18806 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
18807 (recentf-more-collection): Deleted.
18808 (recentf-more-history): Deleted.
18809 (recentf-setup-more-completion): Deleted.
18810
188112000-03-01 David Ponce <david.ponce@wanadoo.fr>
18812
18813 * recentf.el (recentf-mode): No more needs that Emacs is running
18814 under a window-system.
18815
ff39b9a1 188162000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
18817
18818 * recentf.el (recentf-edit-list): New command to edit the recent
18819 list which allow the user to remove files.
18820 (recentf-edit-selected-items): New global variable, used by
18821 `recentf-edit-list' to hold the list of files to be removed from
18822 the recent list.
18823 (recentf-make-menu-items): Updated to display a "Edit list..."
18824 menu item. Minor code cleanup.
18825
ff39b9a1 188262000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
18827
18828 * recentf.el (recentf-open-more-files): New command to open files
18829 that are not displayed in the menu.
18830 (recentf-more-collection): New global variable holding the set of
18831 permissible completions used by `recentf-open-more-files'.
18832 (recentf-more-history): New global variable holding the history list
18833 used by `recentf-open-more-files' completion.
18834 (recentf-setup-more-completion): New function to setup completion for
18835 `recentf-open-more-files'.
18836 (recentf-make-menu-items): Updated to display a "More..." menu item.
18837
ff39b9a1 188382000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
18839
18840 * recentf.el (recentf-menu-action): Doc fixed.
18841
ff39b9a1 188422000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
18843
18844 * recentf.el (recentf-menu-filter): Doc updated.
18845 (recentf-update-menu-hook): Allow menu filters to force menu update.
18846 (recentf-make-menu-items): New menu filter handling.
18847 (recentf-make-menu-item): New helper function.
18848 (recentf-menu-elements): New menu handling function.
18849 (recentf-sort-ascending): Updated to new menu filter handling.
18850 (recentf-sort-descending): Updated to new menu filter handling.
18851 (recentf-sort-basenames-ascending): New menu filter function.
18852 (recentf-sort-basenames-descending): New menu filter function.
18853 (recentf-show-basenames): New menu filter function.
18854 (recentf-show-basenames-ascending): New menu filter function.
18855 (recentf-show-basenames-descending): New menu filter function.
18856
188572000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18858
18859 * diary-lib.el (list-diary-entries): Don't try to go forward at
18860 the end of the buffer.
18861
188622000-02-29 Kenichi Handa <handa@etl.go.jp>
18863
ff39b9a1
SM
18864 * international/mule-diag.el (list-character-sets):
18865 Completely rewritten.
a30eb617
DL
18866 (sort-listed-character-sets): New function.
18867 (list-character-sets-1): Completely rewritten.
18868 (list-character-sets-2): New function.
18869 (non-iso-charset-alist): New variable.
18870 (decode-codepage-char): New function.
18871 (charset-history): New variable.
18872 (read-charset) (list-block-of-chars)
18873 (list-iso-charset-chars)
18874 (list-non-iso-charset-chars)
18875 (list-charset-chars): New functions.
86f6474c 18876 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
a30eb617
DL
18877 (dump-charsets): Likewise.
18878
188792000-02-29 Gerd Moellmann <gerd@gnu.org>
18880
18881 * dired-x.el (dired-filename-at-point): Add `@' to valid
18882 file name characters.
18883 (dired-filename-at-point): Handle ange-ftp file names.
18884
18885 * frame.el (frame-notice-user-settings): Use assq-delete-all
18886 instead of assoc-delete-all.
18887 (frame-notice-user-settings): Ditto.
18888
18889 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
18890 Don't copy alist.
18891
188922000-02-28 Eli Barzilay <eli@cs.cornell.edu>
18893
18894 * calculator.el (calculator-use-menu): New option.
86f6474c 18895 (calculator-initial-bindings): Changed some bindings to work as macros.
a30eb617
DL
18896 (calculator-forced-input): Removed.
18897 (calculator-restart-other-mode): New variable.
18898 (calculator-mode-map): Set up menu.
18899
189002000-02-28 Jari Aalto <jari.aalto@poboxes.com>
18901
86f6474c 18902 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
a30eb617
DL
18903
189042000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
18905
86f6474c 18906 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
a30eb617 18907 translate all ESC key sequences.
86f6474c 18908 (viper-goto-mark-subr): Restore markers for files for which
a30eb617 18909 they were saved.
86f6474c
SM
18910 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
18911 * viper-util.el (viper-set-replace-overlay-glyphs)
18912 (viper-set-replace-overlay): Always check if the replacement
a30eb617 18913 overlay is live.
86f6474c
SM
18914 * viper.el (viper-vi-state-mode-list): Add major modes.
18915 * ediff-wind.el: Minor comment changes.
18916 * ediff.el: Copyright notice date fix.
a30eb617
DL
18917
189182000-02-27 Jason Rumney <jasonr@gnu.org>
18919
18920 * faces.el (face-font-family-alternatives): Add arial to helv.
18921 (mode-line, header-line, tool-bar): Same default as x for w32.
18922 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
18923 face-font-family-alternatives from working.
18924 * term/w32-win.el (mouse-set-font): Do not build fontset from
18925 chosen font.
18926
189272000-02-25 Sam Steingold <sds@goems.com>
18928
18929 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
18930 properly.
18931
189322000-02-25 Richard M. Stallman <rms@gnu.org>
18933
18934 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
18935
189362000-02-25 Gerd Moellmann <gerd@gnu.org>
18937
86f6474c 18938 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
a30eb617
DL
18939
18940 * frame.el (busy-cursor-delay-seconds): New option.
18941
189422000-02-24 Gerd Moellmann <gerd@gnu.org>
18943
18944 * frame.el (show-cursor-in-non-selected-windows): New option.
18945
189462000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18947
18948 * diary-lib.el (include-other-diary-files): Undo the selective
18949 display in any included file and don't kill it.
18950
189512000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
18952
86f6474c
SM
18953 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
18954 Menu items converted to (menu-item format, help strings added.
a30eb617 18955 [downcase, upcase]: Don't enable on MS-DOS.
86f6474c 18956 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
a30eb617
DL
18957 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
18958
189592000-02-23 Dave Love <fx@gnu.org>
18960
18961 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
18962 (backward-kill-word): Revert addition of * to interactive spec --
18963 it's a feature.
18964
18965 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
18966 (backward-kill-sentence, kill-sentence): Likewise.
18967
18968 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
18969 scratch buffer name.
86f6474c 18970 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
a30eb617
DL
18971
18972 * term/w32-win.el (internal-face-interactive): Update prompt for
18973 new read-face-name.
18974
18975 * mail/footnote.el (footnote): Add :version to defgroup.
18976 (footnote-section-tag-regexp): Customize.
18977 (footnote-start-tag, footnote-end-tag): New option.
18978 (footnote-latin-regexp): New variable.
18979 (Footnote-latin): New function.
18980 (footnote-style-alist): Add element for latin style.
18981 (footnote-style): Moved.
18982 (Footnote-goto-footnote): Use eq to test arg.
18983
18984 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
18985
18986 * emacs-lisp/byte-opt.el: Change old backquote syntax.
18987 (byte-compile-trueconstp): Include keywords.
86f6474c
SM
18988 (byte-optimize-quote, byte-optimize-lapcode):
18989 Use byte-compile-const-symbol-p.
a30eb617
DL
18990 (byte-optimize-char-before): New optimization.
18991
18992 * emacs-lisp/bytecomp.el: Change old backquote syntax.
18993 (byte-compile-const-symbol-p): New function.
18994 (byte-compile-constp, byte-compile-out-toplevel)
18995 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
18996 Use it.
18997
18998 * subr.el (define-key-after): Default AFTER to t. Doc fix.
18999
190002000-02-23 Kenichi Handa <handa@etl.go.jp>
19001
19002 * international/encoded-kb.el: Be sure to update minor-mode-alist
19003 and minor-mode-map-alist.
19004 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
19005 codes SS2 and SS3 correctly.
19006 (encoded-kbd-self-insert-ccl): New function.
19007 (encoded-kbd-setup-keymap): New function.
19008 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
19009 by calling encoded-kbd-setup-keymap.
19010
86f6474c
SM
19011 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
19012 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
a30eb617
DL
19013
190142000-02-22 Dave Love <fx@gnu.org>
19015
19016 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
86f6474c 19017 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
a30eb617
DL
19018 (lisp-mode-syntax-table): Set up for #|...|# comments.
19019 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
19020 classes. Match `defface'.
19021 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
19022 (eval-defun-1): Fix for defcustom.
19023 (lisp-indent-region): Doc fix.
19024
19025 * subr.el (when, unless, split-string): Doc fix.
86f6474c 19026 (read-passwd): Move call of clear-this-command-keys to the right place.
a30eb617
DL
19027 (replace-regexps-in-string): New function.
19028
190292000-02-22 Gerd Moellmann <gerd@gnu.org>
19030
19031 * help.el (describe-variable): Set syntax table to
19032 emacs-lisp-mode-syntax-table when moving forward over the
19033 symbol's name.
19034
190352000-02-22 Dave Love <fx@gnu.org>
19036
19037 * xt-mouse.el: Doc fixes.
19038 (xterm-mouse-position-function): New function, replacing advice of
19039 mouse-position.
19040 (xterm-mouse-mode): Use it. Don't turn on under a window system.
19041
19042 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
19043
190442000-02-21 Gerd Moellmann <gerd@gnu.org>
19045
86f6474c
SM
19046 * format.el (format-annotate-single-property-change):
19047 Handle properties.with dotted-list values.
a30eb617
DL
19048 (format-proper-list-p): New function.
19049
19050 * enriched.el (enriched-face-ans): Handle '(foreground-color
19051 . COLOR) and (background-color . COLOR).
19052
190532000-02-20 Dave Love <fx@gnu.org>
19054
19055 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
19056 and assignments to it.
19057 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
19058 current local map.
19059 (make-flyspell-overlay): Use it.
19060 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
19061
19062 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
19063 (lm-get-header-re): Defun, not defsubst.
19064 (lm-get-package-name): Defun, not defsubst. Simplify.
19065 (lm-version): Doc fix. Simplify.
19066 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
19067 (lm-crack-address, lm-last-modified-date, lm-commentary)
19068 (lm-verify, lm-synopsis): Simplify.
19069 (lm-report-bug): Require emacsbug. Use compose-mail.
19070
190712000-02-20 Gerd Moellmann <gerd@gnu.org>
19072
19073 * dired.el (dired-mode): Call propertized-buffer-identification
19074 to set mode-line-buffer-identification to something having
19075 the right text properties.
19076
19077 * bindings.el (propertized-buffer-identification): New function.
19078
190792000-02-20 Dave Love <fx@gnu.org>
19080
19081 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
19082 check for t-mouse too.
19083
19084 * cus-start.el: Make echo-keystrokes `number'.
19085
190862000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
19087
19088 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
19089 Don't call ring-empty-p unless tags-location-ring is bound.
19090 From Noah Friedman <friedman@splode.com>.
19091
190922000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
19093
19094 * progmodes/hideshow.el (hs-flag-region): No longer use
19095 `intangible' overlay property.
19096
19097 (hs-toggle-hiding): New command.
19098 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
19099
19100 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
19101 Fix omission bug: Run `hs-minor-mode-hook' for both activation
19102 and deactivation.
19103
191042000-02-18 Gerd Moellmann <gerd@gnu.org>
19105
19106 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
19107
191082000-02-17 Gerd Moellmann <gerd@gnu.org>
19109
19110 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
19111
19112 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
19113 of `*' to handle `(* ... *)' comments.
19114
191152000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
19116
19117 * faces.el (list-faces-display): Use display-mouse-p instead of
19118 window-system.
19119
19120 * menu-bar.el (global-map): Menu-bar items converted to the new
19121 format (menu-item..., rearranged for better CUA compliance, and
19122 their names changed for better clarity. Help strings added.
19123
19124 * international/mule-cmds.el (mule-menu-keymap)
19125 (describe-language-environment-map, set-coding-system-map)
19126 (setup-language-environment-map): Convert to new (menu-item...
86f6474c
SM
19127 form, add help strings. Change names of menu items for better clarity.
19128 "Mule" menu-bar item removed (it's now in the "Options" submenu).
a30eb617
DL
19129
191302000-02-17 Gerd Moellmann <gerd@gnu.org>
19131
19132 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
19133 within the code.
19134
191352000-02-16 Dave Love <fx@gnu.org>
19136
19137 * faces.el: Don't require custom. Add more specific :groups to
19138 various deffaces.
19139 (set-face-attribute): Purecopy args.
19140 (read-face-name): Default to name at point and use it in prompt.
19141 Remove colon from arg in all callers.
19142 (list-faces-display): Hyperlink to face descriptions and customize
19143 buffers.
19144
191452000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
19146
86f6474c 19147 * wid-edit.el (widget-match-inline): An atom never matches a list.
a30eb617
DL
19148
191492000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19150
19151 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
19152 at ':' characters by call to split-string.
19153
191542000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19155
19156 * textmodes/bibtex.el: Added RCS version identification.
19157
191582000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19159
19160 * textmodes/bibtex.el: Some temporary comments removed.
86f6474c 19161 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
a30eb617
DL
19162 (bibtex-field-const): Allow capital letters.
19163 (bibtex-start-of-string): Deleted because unused.
19164
19165 * textmodes/bibtex.el: Unified some nomenclature. We no longer
19166 use the term 'reference' to describe a bibtex entry as a whole.
19167 Further, reference keys are no longer called 'labels'.
19168 (bibtex-keys): Renamed to bibtex-reference-keys.
19169 (bibtex-reformat-previous-labels): Renamed to
19170 bibtex-reformat-previous-reference-keys.
19171 (bibtex-reference-type): Renamed to bibtex-entry-type.
19172 (bibtex-reference-head): Renamed to bibtex-entry-head.
19173 (bibtex-reference-maybe-empty-head): Renamed to
19174 bibtex-entry-maybe-empty-head.
19175 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
19176 (bibtex-search-reference): Renamed to bibtex-search-entry.
19177 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
19178 bibtex-enclosing-entry-maybe-empty-head.
86f6474c
SM
19179 (bibtex-entry-field-alist, bibtex-entry-head)
19180 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
19181 (bibtex-map-entries, bibtex-search-entry)
19182 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
19183 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
19184 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
19185 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
19186 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
19187 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
19188 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
a30eb617
DL
19189
191902000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19191
19192 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
19193 comment.
19194 (bibtex-format-field-delimiters): New function, functionality
19195 extracted from bibtex-format-entry.
19196 (bibtex-autokey-get-yearfield-digits): New function, functionality
19197 extracted from bibtex-autokey-get-yearfield.
19198
19199 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
19200 entries in order to avoid stack overflow in the regexp matcher if
19201 field contents become large.
86f6474c
SM
19202 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
19203 (bibtex-field-string-part-not-braced)
19204 (bibtex-field-string-part-no-inner-braces)
19205 (bibtex-field-string-part-1-inner-brace)
19206 (bibtex-field-string-part-2-inner-braces)
19207 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
19208 (bibtex-field-string-quoted, bibtex-field-string)
19209 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
19210 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
19211 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
19212 Deleted as parsing is now performed by the following functions.
19213 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
19214 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
19215 (bibtex-parse-field-string, bibtex-search-forward-field-string)
19216 (bibtex-parse-association, bibtex-field-name-for-parsing)
19217 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
19218 (bibtex-search-forward-field, bibtex-search-backward-field)
19219 (bibtex-start-of-field, bibtex-end-of-field)
19220 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
19221 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
19222 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
19223 (bibtex-parse-string, bibtex-search-forward-string)
19224 (bibtex-search-backward-string, bibtex-start-of-string)
19225 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
19226 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
19227 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
a30eb617
DL
19228 entries. Instead of reporting the results of the parsing by
19229 match-beginning or match-end, these functions return data structures
19230 that hold the corresponding positions.
19231 (bibtex-enclosing-field): Changed to also report field boundaries by
86f6474c
SM
19232 return values rather than by match-beginning or match-end.
19233 The following functions have been adapted to use the new
19234 parsing functions.
19235 (bibtex-skip-to-valid-entry, bibtex-search-reference)
19236 (bibtex-enclosing-field, bibtex-format-entry)
19237 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
19238 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
19239 (bibtex-print-help-message, bibtex-end-of-entry)
19240 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
19241 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
19242 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
19243 Use the new method for parsing.
19244 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
19245 (bibtex-map-entries, bibtex-flash-head)
19246 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
19247 (bibtex-autokey-change, bibtex-autokey-get-namefield)
19248 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
19249 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
19250 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
19251 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
19252 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
19253 order to make the new binding of case-fold-search immediately visible.
a30eb617
DL
19254
192552000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19256
19257 * textmodes/bibtex.el: Copyright notice is up to date.
19258 Added constant 'bibtex-maintainer-salutation.
19259
86f6474c 19260 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
a30eb617
DL
19261 than make-temp-name, use match-string-no-properties and eliminate
19262 a quadratic behavior when building bibtex-strings.
19263
19264 * bibtex.el (bibtex-reference-key): Accept string entries whose
19265 reference key contains upper case letters.
19266
192672000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19268
19269 * bibtex.el (bibtex-reference-head): Allow entries to start with
19270 a new line.
19271
192722000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19273
19274 * bibtex.el: Hiding of entry bodies is not longer provided by
19275 bibtex.el directly. Instead the hideshow package can be used.
19276 Added a special bibtex entry to hs-special-modes-alist.
19277 (bibtex-hs-forward-sexp): Added for hideshow.el.
19278
192792000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19280
19281 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
19282 proceedings entry type (for cross referencing). Thanks to Wagner
19283 Toledo Correa for the suggestion.
19284
19285 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
19286
192872000-02-14 Kenichi Handa <handa@etl.go.jp>
19288
19289 * international/characters.el: Setup case table for Vietnamese.
19290
192912000-02-12 Gerd Moellmann <gerd@gnu.org>
19292
19293 * uniquify.el (toplevel): Require CL at compile time.
19294 (uniquify-push): Removed.
19295
19296 * shadowfile.el (shadow-when): Removed.
19297
19298 * tempo.el (tempo-dolist, tempo-mapc): Removed.
86f6474c 19299 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
a30eb617
DL
19300
19301 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
19302 regexp for paragraph-start.
19303
19304 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
19305 commas as well.
19306
193072000-02-10 Dave Love <fx@gnu.org>
19308
19309 * wid-edit.el: (widgets) [defgroup]: Remove url link.
19310 (widget-color-choice-list, widget-color-history, widget-mouse-help):
19311 Deleted.
19312 (widget-specify-field, widget-specify-button): Don't use
19313 widget-mouse-help as help-echo property.
19314 (default): Use #'ignore for :validate and :mouse-down-action.
19315 (checkbox): Add help-echo.
19316 (widget-sexp-validate): Rewritten to clarify error messages.
19317 (character): Use char-valid-p in :match function.
19318 (widget-color-complete): Use facemenu-color-alist.
19319 (widget-color-action): Use facemenu-read-color.
19320
19321 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
19322 set up `caar' &c that we now have.
19323
193242000-02-09 Ray Blaak <blaak@gnu.org>
19325
19326 * delphi.el: Make resourcestring a declaration region, like const
19327 and var.
19328
193292000-02-09 Dave Love <fx@gnu.org>
19330
19331 * bindings.el (mode-line-input-method-map): New variable.
19332 (mode-line-mule-info): Use it; fix last change.
19333 (mode-line-mode-menu): Move definition.
19334 (mode-line-mouse-sensitive-p): Deleted.
19335 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
86f6474c 19336 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
a30eb617
DL
19337
19338 * startup.el (command-line-1): Don't call
19339 make-mode-line-mouse-sensitive.
19340
193412000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
19342
86f6474c
SM
19343 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
19344 before rmail-toggle-header, because the former toggles headers.
a30eb617
DL
19345
193462000-02-06 Stefan Monnier <monnier@cs.yale.edu>
19347
19348 * diff-mode.el (diff-kill-junk): New interactive function.
19349 (diff-reverse-direction): Use delete-and-extract-region.
19350 (diff-post-command-hook): Restrict the area so that the hook also works
19351 outside of any diff hunk. This is necessary for the minor-mode.
19352 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
19353 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
19354
19355 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
19356 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
19357 so that it can be used more easily in <foo>-mode-hook. Also make sure
19358 to avoid duplicate entries.
19359 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
19360 (font-lock-remove-keywords): Just as was done for `add', allow it to
19361 work even if font-lock-mode is nil. Also make sure we don't modify
19362 any pre-existing list by forcing a copy-sequence. Finally rename
19363 `major-mode' to `mode'.
19364 (font-lock-fontify-syntactic-anchored-keywords)
19365 (font-lock-fontify-anchored-keywords)
19366 (font-lock-fontify-keywords-region): Use line-end-position.
19367 Don't make `font-lock-multiline' local (it's now done in
19368 font-lock-set-defaults).
86f6474c
SM
19369 (font-lock-set-defaults): Make `font-lock-multiline' local.
19370 Move the `font-lock-fontified' creation to inside the `unless'.
a30eb617
DL
19371
193722000-02-06 Andrew Innes <andrewi@gnu.org>
19373
19374 * term/w32-win.el (x-handle-args): Comment out call to message,
19375 which occurs before window system is initialized.
19376
19377 * makefile.nt: Add support for recompiling lisp code.
19378
193792000-02-04 Dave Love <fx@gnu.org>
19380
19381 * bindings.el (mode-line-mule-info): Fix/extend last change.
19382
19383 * completion.el: Replace completion-dolist with dolist.
19384
86f6474c 19385 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
a30eb617
DL
19386
193872000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
19388
86f6474c 19389 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
a30eb617
DL
19390 environment names before they go into the section regexp.
19391
86f6474c 19392 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
a30eb617
DL
19393 char class in regexp.
19394
86f6474c
SM
19395 * textmodes/reftex-parse.el (reftex-with-special-syntax):
19396 Bind `case-fold-search' to nil.
a30eb617 19397
86f6474c
SM
19398 * progmodes/idlwave.el (idlwave-template):
19399 Respect `idlwave-abbrev-change-case'.
19400 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
19401 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
19402 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
a30eb617
DL
19403 (idlwave-rw-case): New function.
19404 (idlwave-statement-match): Fixed problem with assignment regexp.
86f6474c 19405 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
a30eb617
DL
19406 (idlwave-surround): New argument LENGTH to support padding of
19407 operators longer than 1 char.
19408
19409 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
19410 idlwave-shell-expression-overlay. Implemented printing of
19411 expressions on higher levels of the calling stack.
86f6474c 19412 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
a30eb617
DL
19413 (idlwave-retrieve-expression-from-level): New function.
19414 (idlwave-shell-last-calling-stack): Variable removed.
19415 (idlwave-shell-reset): Argument action reversed (`visible' to
19416 `hidden'). Also remove stop-line overlay.
19417 (idlwave-shell-calling-stack-routine): New variable.
19418 (idlwave-shell-parse-stack-and-display): Messages now display
19419 negative level numbers.
19420 (idlwave-shell-mode): Set `modeline-format'.
19421 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
86f6474c 19422 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
a30eb617
DL
19423 (idlwave-shell-print-expression-function): New option.
19424
86f6474c
SM
19425 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
19426 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
a30eb617
DL
19427 `tool-bar' instead of `toolbar'.
19428
194292000-02-02 Dave Love <fx@gnu.org>
19430
19431 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
19432 emacs-lisp-mode-hook. Don't check for defalias being defined.
19433
19434 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
86f6474c
SM
19435 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
19436 Use the new builtins directly.
a30eb617
DL
19437
19438 * whitespace.el (whitespace): Add :version to defgroup.
19439
19440 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
19441 Doc fix.
19442
19443 * thingatpt.el (sexp-at-point, symbol-at-point)
19444 (number-at-point, list-at-point): Add autoload cookie.
19445
19446 * recentf.el (recentf): Add :version to defgroup.
19447
19448 * quickurl.el (quickurl): Add :version to defgroup.
19449
19450 * elide-head.el (elide-head): Use point-marker more.
19451
19452 * bs.el (bs): Add :version to defgroup.
19453
19454 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
19455
19456 * progmodes/delphi.el (delphi): Add :version to defgroup.
19457
194582000-02-02 Gerd Moellmann <gerd@gnu.org>
19459
19460 * ange-ftp.el (ange-ftp-write-region): Handle case that
19461 succeeding process operation sets a different coding system.
19462
19463 * calculator.el: New file.
19464
194652000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
19466
86f6474c 19467 * frame.el (frames-on-display-list, framep-on-display): New functions.
a30eb617
DL
19468 (display-mouse-p, display-popup-menus-p, display-graphic-p)
19469 (display-selections-p, display-screens, display-pixel-width)
19470 (display-pixel-height, display-mm-width, display-mm-height)
19471 (display-backing-store, display-save-under, display-planes)
19472 (display-color-cells, display-visual-class): New functions.
19473
19474 * term/tty-colors.el (tty-color-gray-shades): New function.
19475
19476 * faces.el (display-color-p): Use framep-on-display.
19477 (display-grayscale-p): New function.
19478
194792000-01-31 Dave Love <fx@gnu.org>
19480
19481 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
19482 (create-fontset-from-x-resource): Don't concat integers.
19483
194842000-01-31 Inge Frick <inge@nada.kth.se>
19485
19486 * view.el: Some changes in documentation. Removed some trailing
86f6474c 19487 whitespace. Changed some parameter names to agree with documentation.
a30eb617
DL
19488 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
19489 window is not deleted. Modifies change 1998-04-26.
19490
194912000-01-31 Gerd Moellmann <gerd@gnu.org>
19492
19493 * windmove.el: New file.
19494
19495 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
19496 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
19497 progmodes/ebnf-yac.el: Update copyright and license info.
19498
86f6474c
SM
19499 * jit-lock.el (jit-lock-function): Widen before calculating
19500 end position.
a30eb617
DL
19501 (jit-lock-stealth-chunk-start): Rewritten.
19502
19503 * info.el (Info-title-face-alist): Removed.
86f6474c 19504 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
a30eb617
DL
19505 (Info-fontify-node): Use these faces.
19506
195072000-01-30 Gerd Moellmann <gerd@gnu.org>
19508
19509 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
19510 (cl-macro-list1): Recognize `&allow-other-keys' instead of
19511 `&allow-other-keywords'.
19512
19513 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
19514 the list of directories scanned heuristically.
19515
86f6474c 19516 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
a30eb617
DL
19517
195182000-01-30 Jason Rumney <jasonr@gnu.org>
19519
19520 * w32-fns.el: Define w32-tty-standard-colors.
19521
19522 * startup.el (command-line): Use w32-tty-standard-colors when in
19523 w32 console mode.
19524
195252000-01-30 Dave Love <fx@gnu.org>
19526
19527 * jka-compr.el (jka-compr-load): Fix up load-history.
19528
19529 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
19530
19531 * emacs-lisp/cl-macs.el: Revert previous change.
19532
195332000-01-29 Dave Love <fx@gnu.org>
19534
19535 * facemenu.el: Purecopy various strings.
19536
19537 * timezone.el (timezone-fix-time): Window against 69 for two-digit
19538 years. Deal with three-digit years.
19539
86f6474c
SM
19540 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
19541 Use defconst, purecopy.
a30eb617
DL
19542 (help-back-label): Purecopy it.
19543
195442000-01-18 Gerd Moellmann <gerd@gnu.org>
19545
19546 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
19547 variable. If non-nil, order the buffer list according to the
19548 currently selected frame.
19549 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
19550 non-nil, pass the selected frame to function buffer-list.
19551
195522000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19553
19554 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
19555
195562000-01-28 Dave Love <fx@gnu.org>
19557
19558 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
19559
19560 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
19561 Don't use lisp-indent-hook property.
19562 (cl-abs): Remove.
19563
19564 * subr.el: Move out indent and edebug specs for when and unless.
19565
19566 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
19567 when, unless.
19568
19569 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
19570 unless, when.
19571
195722000-01-28 Gerd Moellmann <gerd@gnu.org>
19573
19574 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
19575 `collecting' as synonym for `collect'.
19576
19577 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
19578 for the case it contains spaces.
19579
86f6474c 19580 * simple.el (what-cursor-position): Change formatting of messages.
a30eb617
DL
19581
19582 * frame.el (delete-other-frames): New function.
19583 (toplevel): Bind it to C-x 5 1.
19584
19585 * sort.el (sort-numeric-base): New option.
19586 (sort-numeric-fields): If number starts with `0' or `0[xX[',
19587 interpret it as octal or hexadecimal. Use sort-numeric-base
19588 as default base.
19589
19590 * progmodes/glasses.el: New file.
19591
195922000-01-27 Gerd Moellmann <gerd@gnu.org>
19593
19594 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
19595 userids differently.
19596
19597 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
19598 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
19599 progmodes/ebnf-yac.el: New files.
19600
196012000-01-26 Dave Love <fx@gnu.org>
19602
19603 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
19604 on a function with an empty body. [From Eric Ludlam.]
19605
196062000-01-25 Andre Spiegel <spiegel@gnu.org>
19607
19608 * vc.el (vc-version-diff): Make sure file name is expanded.
19609
196102000-01-25 Gerd Moellmann <gerd@gnu.org>
19611
19612 * scroll-bar.el (scroll-bar-timer): Variable removed.
19613 (scroll-bar-toolkit-scroll): Don't use a timer.
19614
196152000-01-25 Kenichi Handa <handa@etl.go.jp>
19616
86f6474c
SM
19617 * language/thai-util.el (thai-composition-function):
19618 Delete superfluous `a'.
a30eb617
DL
19619
196202000-01-24 Dave Love <fx@gnu.org>
19621
19622 * fortran.el (fortran-mode): Use beginning-of-defun-function,
19623 end-of-defun-function.
19624
86f6474c 19625 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
a30eb617
DL
19626
196272000-01-22 Jason Rumney <jasonr@gnu.org>
19628
19629 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
19630 conflicts with new face support.
19631
196322000-01-22 Richard M. Stallman <rms@gnu.org>
19633
19634 * replace.el (query-replace): Rename last arg to DELIMITED.
19635 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
19636 (query-replace-regexp): Likewise.
19637
196382000-01-20 Richard M. Stallman <rms@gnu.org>
19639
19640 * subr.el (with-syntax-table): Use make-symbol, not gensym.
19641
19642 * emacs-lisp/lisp.el (beginning-of-defun-function):
19643 Variable renamed from beginning-of-defun.
19644 Do not call make-variable-buffer-local.
19645 (beginning-of-defun-raw): Use new variable name; doc fix.
19646 (beginning-of-defun): Doc fix.
19647 (end-of-defun-function): Variable renamed from end-of-defun.
19648 Do not call make-variable-buffer-local.
19649 (end-of-defun): Use new variable name; doc fix.
19650
19651 * subr.el (dolist, dotimes): Copied from cl-macs.el
19652 and made to work.
19653
19654 * mail/undigest.el (rmail-digest-end-regexps):
19655 Variable replaces rmail-digest-end-regexp.
19656 Allows multiple regexps for detecting the end line.
19657 (undigestify-rmail-message): Corresponding changes.
19658
196592000-01-19 Dave Love <fx@gnu.org>
19660
19661 * files.el (user-init-file): Don't declare here -- is primitive.
19662
19663 * startup.el (command-line): Check for compiled user-init-file and
19664 set to uncompiled version if necessary.
19665
196662000-01-18 Gerd Moellmann <gerd@gnu.org>
19667
19668 * mail/undigest.el (rmail-digest-end-regexp): New user option.
19669 (undigestify-rmail-message): Use it.
19670
19671 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
19672
196732000-01-17 Gerd Moellmann <gerd@gnu.org>
19674
19675 * tmm.el (tmm-goto-completions): Adapt to prompt being part
19676 of mini-buffer.
19677
196782000-01-14 Gerd Moellmann <gerd@gnu.org>
19679
19680 * emacs-lisp/copyright.el (copyright-update): Removed the
19681 requirement for a trailing space from `copyright-regexp', to
19682 support copyrights with owner specified on a separate line..
19683
19684 * align.el: New file.
19685
19686 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
19687
19688 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
19689
196902000-01-13 Dave Love <fx@gnu.org>
19691
19692 * ph.el: Removed. (Obsoleted by EUDC.)
19693
196942000-01-13 Gerd Moellmann <gerd@gnu.org>
19695
19696 * net/eudc.el (toplevel): Remove autoloaded code installing
19697 menu with easymenu, because that causes build problems.
19698
19699 * frame.el (frame-notice-user-settings): New variable.
19700 (frame-notice-user-settings): Don't modify frame parameters
19701 if called a second time.
19702
197032000-01-13 Richard M. Stallman <rms@gnu.org>
19704
19705 * frame.el (frame-notice-user-settings):
19706 Notice default-frame-parameters even for non-window frames.
19707
197082000-01-13 Gerd Moellmann <gerd@gnu.org>
19709
19710 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
19711 for Emacs.
19712 (eudc-bob-can-display-inline-images): Extend for Emacs.
19713 (eudc-bob-toggle-inline-display): Ditto.
19714 (eudc-bob-display-jpeg): Ditto.
19715
197162000-01-12 Gerd Moellmann <gerd@gnu.org>
19717
19718 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
19719 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
19720 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
19721
86f6474c
SM
19722 * add-log.el (add-change-log-entry): Fix error trying an
19723 `(insert nil)'.
a30eb617
DL
19724
19725 * subdirs.el: Add `net' directory.
19726
19727 * net: New directory.
19728
19729 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
19730 eval-last-sexp. Don't bind debug-on-error here.
19731 (eval-last-sexp): New function. Bind debug-on-error if
19732 eval-expression-debug-on-error is non-nil.
19733 (eval-defun-2, eval-defun): Likewise.
19734
19735 * simple.el (eval-expression): Don't bind debug-on-error if
19736 eval-expression-debug-on-error is nil. Detect changed
19737 debug-on-error, and propagate new value to global binding, if
19738 eval-expression-debug-on-error is non-nil,
19739 (eval-expression-debug-on-error): Change doc string.
19740
197412000-01-11 Richard M. Stallman <rms@gnu.org>
19742
19743 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
19744
19745 * emacs-lisp/lisp-mode.el (with-syntax-table):
19746 Set up lisp-indent-function property.
19747
19748 * subr.el (with-syntax-table): Moved from simple.el.
19749
19750 * simple.el (with-syntax-table): Moved to subr.el.
19751
197522000-01-11 Gerd Moellmann <gerd@gnu.org>
19753
19754 * tmm.el (tmm-shortcut): Delete region after prompt instead
19755 of erasing buffer.
19756
19757 * textmodes/fill.el (fill-common-string-prefix): New function.
19758 (fill-context-prefix): Use the longest common prefix of first
19759 and second line fill prefix, if there is one.
19760
197612000-01-11 Richard M. Stallman <rms@gnu.org>
19762
19763 * array.el (array-mode): Don't use make-variable-buffer-local.
19764 Use make-local-variable for `truncate-lines'.
19765
197662000-01-11 Jari Aalto <jari.aalto@poboxes.com>
19767
19768 * add-log.el (add-log-current-defun): Handle user-defined
19769 add-log-current-function returning nil,
19770
19771 * add-log.el (add-change-log-entry): Insert version number
19772 if having found a current function
19773
86f6474c
SM
19774 * add-log.el (add-log-current-defun):
19775 Call `add-log-current-defun-function'. Try matches at level 0 and
a30eb617
DL
19776 level 1. Strip whitespace from defun found.
19777
197782000-01-10 John Wiegley <johnw@gnu.org>
19779
19780 * allout.el (isearch-done/outline-provisions): Added `edit'
86f6474c 19781 argument to correspond with the current definition of `isearch-done'.
a30eb617
DL
19782
197832000-01-10 Dave Love <fx@gnu.org>
19784
19785 * elide-head.el (elide-head): Use point-marker, not point.
19786
197872000-01-10 Gerd Moellmann <gerd@gnu.org>
19788
19789 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
19790 before and after the year 2000.
19791
19792 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
19793 Add ispell- prefix.
19794
197952000-01-10 Ken Stevens <k.stevens@ieee.org>
19796
19797 * ispell.el: Only define dictionaries in menus when they exist.
19798 (version18p): New variable.
19799 (version20p): New variable.
19800 (xemacsp): New variable.
19801 (ispell-choices-win-default-height): Fix for XEmacs visibility.
19802 (ispell-dictionary-alist1): Added Brasileiro dictionary.
19803 (ispell-dictionary-alist6): Russian command lines no longer accept
19804 run-together words.
19805 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
19806 (ispell-dictionary-alist): Add koi8-r to customize definition.
86f6474c
SM
19807 (check-ispell-version): Added documentation string. Return library
19808 path when called non-interactively.
a30eb617
DL
19809 (ispell-menu-map-needed): Uses new variables.
19810 (ispell-library-path): New variable.
19811 (ispell-decode-string): XEmacs fix for bogus variable bindings.
19812 (ispell-word): Improved documentation string. Test for valid
19813 character mappings. Correctly check typed in word changes that can
86f6474c
SM
19814 result in single words split into multiple words.
19815 Return replacement word.
a30eb617
DL
19816 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
19817 replace in recursive query replace mode. Help message for
19818 recursive edit mode.
19819 (ispell-show-choices): Protect against bad framepop bindings.
19820 (ispell-help): Fix to work with XEmacs.
19821 (ispell-highlight-spelling-error): Use new variables.
19822 (ispell-overlay-window): Fix to work with XEmacs.
19823 (ispell-parse-output): Passed and returns location information
19824 tracking spelling corrections. Doesn't recheck same word on
19825 current line.
19826 (ispell-init-process): Protect against bogus XEmacs variable binding.
19827 Fix call to single argument in sleep-for. Use new variables.
19828 (ispell-region): Passed and returns location information tracking
19829 spelling corrections. Doesn't check same word on current line.
19830 Improved documentation string. Doesn't resend a line already
19831 checked to the ispell process - fixes bug in LaTeX parsing.
19832 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
19833 (ispell-skip-region): No longer skips <TT> in SGML.
19834 (ispell-process-line): Tracks location information with spelling
19835 corrections. Added documentation string. Accounts for words
19836 already accepted on this line. Don't allow query-replace on line
19837 starting with math characters. Doesn't resend a line already sent
19838 to ispell process. Fixes alignment error bug.
19839
198402000-01-10 Richard M. Stallman <rms@gnu.org>
19841
19842 * dired-x.el (dired-guess-shell-alist-default):
19843 Suggest xloadimage, which is free, not xv, which isn't.
19844
19845 * ange-ftp.el (ange-ftp-file-name-nondirectory):
19846 Don't ever include the host name or user name in the value.
19847
198482000-01-09 Gerd Moellmann <gerd@gnu.org>
19849
19850 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
19851 of a real newline.
19852
198532000-01-09 Stephen Eglen <stephen@gnu.org>
19854
19855 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
19856 for .png files.
19857
198582000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
19859
19860 * cus-edit.el (custom-hook-convert-widget): Fix comment.
19861
198622000-01-09 Gerd Moellmann <gerd@gnu.org>
19863
19864 * progmodes/cperl-mode.el: Replace ^F with ^L.
19865
86f6474c
SM
19866 * sendmail.el (toplevel): Provide `sendmail' when compiling before
19867 `require'ing rmail and mailalias to prevent infinite recursion.
a30eb617
DL
19868
198692000-01-08 Dave Love <fx@gnu.org>
19870
19871 * emacs-lisp/backquote.el: Remove inappropriate customization
19872 (allowing custom.el to use backquote).
19873
198742000-01-07 Dave Love <fx@gnu.org>
19875
19876 * add-log.el (add-log-debugging): Deleted.
19877 (add-change-log-entry): Treat a backup FILE-NAME as its parent
19878 file. Remove debugging code.
19879 (change-log-get-method-definition, change-log-name): Add doc.
19880 (change-log-sortable-date-at): New function.
19881 (change-log-merge): New command.
19882
19883 * time.el (display-time-string-forms): Make the Mail string active.
19884 (display-time-update): Provide help-echo for load average.
19885
19886 * bindings.el (make-mode-line-mouse2-map): New function.
19887 (mode-line-modified): Use it and simplify.
19888 (mode-line-mule-info): Provide help-echo info.
19889 (minor-mode-alist): Activate the strings.
19890 (make-mode-line-mouse-sensitive): Simplify for
19891 mode-line-buffer-identification.
19892
198932000-01-07 Gerd Moellmann <gerd@gnu.org>
19894
19895 * play/pong.el: New file.
19896
198972000-01-06 Dave Love <fx@gnu.org>
19898
19899 * array.el: Assorted cleanups for compiler warnings, doc strings,
19900 `array-' prefix for symbols.
19901
199022000-01-05 Dave Love <fx@gnu.org>
19903
86f6474c
SM
19904 * textmodes/outline.el (outline-mode-menu-bar-map):
19905 Add outline-headers-as-kill.
a30eb617
DL
19906 (outline-mode): Define imenu-generic-expression.
19907 (outline-headers-as-kill): New command.
19908
19909 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
19910 from paragraph-start.
19911 (paragraph-indent-minor-mode): New command.
19912
19913 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
19914 M-C-e, M-C-h, C-j, C-xnd, TAB.
19915 (fortran-mode): Set beginning-of-defun, end-of-defun.
19916 (fortran-column-ruler): Simplify.
19917 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
19918 (fortran-with-subprogram-narrowing): Likewise.
19919 (fortran-indent-subprogram): Call mark-defun.
19920 (fortran-check-for-matching-do): Change narrowing.
19921
19922 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
19923 (cl-lucid-hash-tag): Delete.
19924 (cl-hash-table-p): Correct test for native table.
19925 (cl-hash-table-count): Use hash-table-count.
19926
19927 * browse-url.el (browse-url): Fix case of
19928 browse-url-browser-function being an alist.
19929
199302000-01-05 Carsten Dominik <cd@gnu.org>
19931
19932 * textmodes/reftex-vars.el (reftex-parse-file-extension)
19933 (reftex-index-phrase-file-extension): New options.
19934
19935 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
19936 Use new option `reftex-index-phrase-file-extension'.
19937
19938 * textmodes/reftex.el (reftex-access-parse-file): Use new option
19939 `reftex-parse-file-extension'.
19940
199412000-01-05 Dave Love <fx@gnu.org>
19942
19943 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
19944 (beginning-of-defun-raw): Use it.
19945 (end-of-defun): New variable.
19946 (end-of-defun): Use it.
19947 (check-parens): New command.
19948
199492000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
19950
19951 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
19952 (hs-show-block): Don't use `mapcar' when not accumulating.
19953
19954 Fix buglet in local variables initialization.
19955
199562000-01-05 Andreas Schwab <schwab@suse.de>
19957
19958 * hscroll.el (hscroll): Doc fix.
19959
199602000-01-05 Carsten Dominik <cd@gnu.org>
19961
86f6474c
SM
19962 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
19963 Require idlw-toolbar.
a30eb617 19964
86f6474c 19965 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
a30eb617 19966 file idlw-rinfo.el.
86f6474c
SM
19967 (idlwave-customize): Load must read file idlw-shell.el.
19968 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
a30eb617
DL
19969
199702000-01-05 Carsten Dominik <dominik@astro.uva.nl>
19971
19972 * progmodes/idlw-shell.el: Also provide idlwave-shell
19973 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
19974 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
19975
86f6474c 19976 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
a30eb617
DL
19977 both reftex-dcr and reftex-vcr.
19978
19979 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
19980
199812000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19982
19983 * ps-print.el: PostScript code now is in separate files, doc fix.
19984 (ps-print-version): New version number (5.0.3).
19985 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
19986 local.
19987 (ps-spool-config): Initialization fix.
19988 (ps-print-prologue-1, ps-print-prologue-2)
19989 (ps-print-duplex-feature): PostScript code moved to separated file.
19990 (ps-background-image): Little code reformating.
19991 (ps-begin-file, ps-begin-job): Fix code.
19992 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
19993 (ps-prologue-file): New fun.
19994
199952000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19996
19997 * ps-vars.el: Eliminated.
19998
19999 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
20000 `;;;###autoload'.
20001
20002 * ps-print.el: ps-vars eliminated, doc fix.
20003 (ps-print-version): New version number (5.0.2).
20004 (ps-spool-config): Initialization fix.
20005 (ps-print-customize): New fun.
20006
200072000-01-04 Gerd Moellmann <gerd@gnu.org>
20008
86f6474c 20009 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
a30eb617
DL
20010
200112000-01-04 Dave Love <fx@gnu.org>
20012
20013 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
20014 menu items.
20015
200162000-01-03 Dave Love <fx@gnu.org>
20017
20018 * elide-head.el (elide-head) [defgroup]: Add :version.
20019
20020 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
86f6474c
SM
20021 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
20022 Use `cl-hash-table-p', not `hash-table-p'.
a30eb617
DL
20023 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
20024
200252000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20026
20027 * faces.el (face-read-integer, read-face-attribute)
86f6474c 20028 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
a30eb617
DL
20029
200302000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20031
20032 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
20033 at comment end, and re-insert them after filling.
20034
200352000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20036
20037 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
20038 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
20039 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
20040
200412000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20042
20043 * term/x-win.el (xw-defined-colors): Call color-supported-p,
20044 the new name of face-color-supported-p.
20045
20046 * term/w32-win.el (xw-defined-colors): Likewise.
20047
200482000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20049
20050 * simple.el (completion-setup-function): Count completion-size
20051 from minibuffer-prompt-end, not from point-min.
20052
200532000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
20054
20055 * faces.el (read-face-attribute, defined-colors, color-defined-p):
20056 Pass the frame to tty-color-* functions.
20057 (display-color-p, frame-set-background-mode): Pass the frame to
20058 tty-display-color-p.
20059
20060 * term/tty-colors.el (tty-defined-color-alist): Renamed from
20061 tty-color-alist.
20062 (tty-color-alist, tty-modify-color-alist): New functions.
20063 (tty-color-define, tty-color-clear, tty-color-approximate)
86f6474c
SM
20064 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
20065 optional parameter FRAME.
a30eb617
DL
20066
200672000-01-01 Gerd Moellmann <gerd@gnu.org>
20068
86f6474c
SM
20069 * image.el (create-image, defimage): Don't assume image data is
20070 a string.
a30eb617
DL
20071
20072 * image.el (defimage): Handle specifications containing :data
20073 instead of :file.
20074 (image-type-from-data): New function.
20075 (image-type-from-file-header): Use it.
20076 (create-image): Add parameter DATA-P.
20077
20078See ChangeLog.8 for earlier changes.
20079
20080;; Local Variables:
20081;; coding: iso-2022-7bit
20082;; End:
2a34a036
GM
20083
20084 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
20085 Copying and distribution of this file, with or without modification,
20086 are permitted provided the copyright notice and this notice are preserved.