(next-button, previous-button): Respect `skip' property.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
d6bc0bdc
MB
12001-10-08 Miles Bader <miles@gnu.org>
2
3 * button.el (next-button, previous-button): Respect `skip' property.
4 (push-button, button-activate): Add USE-MOUSE-ACTION argument.
5
7997fd38
MB
62001-10-07 Miles Bader <miles@gnu.org>
7
e664497b
MB
8 * woman.el (woman-mode-map): Copy button-buffer-map instead of
9 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
10 `woman-follow-word' instead of `woman-mouse-2'.
11 (woman-follow-word): Renamed from `woman-mouse-2'.
12 Follow current unconditionally, since this function is now only
13 bound to M-mouse-2. Use accessor functions.
14 (WoMan-highlight-references): Use `make-text-button'.
15 (woman-xref): New button type.
16
d876f455
MB
17 * loadup.el ("faces"): Move load before loading "loaddefs.el".
18 ("button"): New load, just before "help" (which uses it).
19
20 * help.el (help-mode-map): Make button-buffer-map our parent.
21 Don't bind mouse events or tab/backtab.
22 (help-function, help-variable, help-face, help-coding-system)
23 (help-input-method, help-character-set, help-back, help-info)
24 (help-customize-variable, help-function-def, help-variable-def):
25 New button types.
26 (help-button-action): New function.
27 (describe-function-1): Pass help button-types to
28 `help-xref-button' rather than help function and help-echo string.
29 Don't put multiple help-function args in a list to pass them to
30 help-xref-button, just pass them as multiple arguments.
31 Use `help-insert-xref-button' to make [back]-button, rather than
32 `help-xref-button'.
33 (help-xref-button): Take a button-type TYPE as a parameter rather
34 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
35 and add a &rest parameter ARGS to serve the same purpose.
36 Use `make-text-button' to add the button.
37 (help-insert-xref-button): Use `insert-text-button' to add the button.
38 (help-follow-mouse, help-next-ref, help-previous-ref):
39 Functions removed.
40 (help-do-xref): New function.
41 (help-follow): Use `push-button' and `help-do-xref' to do most of
42 the work.
43
44 * apropos.el (apropos-symbol, apropos-label): New button types.
45 (apropos-symbol-button-display-help)
46 (apropos-label-button-display-help, apropos-next-label-button):
47 New functions.
48 (apropos-mode-map): Make button-buffer-map our parent.
49 Don't bind mouse events.
50 (apropos-print, apropos-print-doc): Create buttons instead of text
51 properties.
52 (apropos-mouse-follow): Function removed.
53 (apropos-follow): Use buttons.
54
7997fd38
MB
55 * button.el: New file.
56
1a4372ef
GM
572001-10-07 Gerd Moellmann <gerd@gnu.org>
58
59 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
60 Remove.
61
857e81db
RS
622001-10-05 Richard M. Stallman <rms@gnu.org>
63
64 * add-log.el (add-change-log-entry): Skip copyright notice
65 and copying permission notice at start of file, if any.
66 Make use of terms "entry" and "item" accord with Emacs manual.
67 Simplify the logic for moving point while entering or creating
68 an entry and then an item.
69 (add-change-log-entry-other-window): Doc fix.
70
4650e362
MB
712001-10-06 Miles Bader <miles@gnu.org>
72
73 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
74 removed; they apparently don't work with faces.
75
b4f05c38
SS
762001-10-05 Sam Steingold <sds@gnu.org>
77
78 * textmodes/sgml-mode.el (html-xhtml): New user option.
79 (html-tag-alist, html-horizontal-rule, html-image, html-line)
80 (html-ordered-list, html-unordered-list, html-list-item)
81 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
82 (sgml-skip-close-p): New function.
83 (sgml-value): Use it.
84
4dd618ff
SS
852001-10-05 Sam Steingold <sds@gnu.org>
86
87 * calendar/diary-lib.el (diary-entry-compare): When times are
88 identical, compare the entries lexicographically.
89
a01b7831
MB
902001-10-06 Miles Bader <miles@gnu.org>
91
92 * rfn-eshadow.el (rfn-eshadow-update-overlay): Use
93 `minibuffer-prompt-end'.
94
95 * simple.el (previous-matching-history-element): Fix misplaced
96 parentheses.
97
20a82009
MB
982001-10-05 Miles Bader <miles@gnu.org>
99
100 * rfn-eshadow.el: New file.
101
c165ad40
MB
1022001-10-05 Miles Bader <miles@gnu.org>
103
104 * cus-face.el (custom-face-attributes): Make sure each attribute
105 has a valid default value. Remove hacks that mapped `nil' to
106 `off' and used nil to mean `unspecified'. Remove `unspecified'
107 choices from all attributes (unspecified is handled by the parent
108 checklist).
4dd618ff 109 * cus-edit.el (custom-face-edit-convert-widget)
c165ad40
MB
110 (custom-face-edit-deactivate, custom-face-edit-activate)
111 (custom-face-edit-delete, custom-face-edit-attribute-tag):
112 New functions.
113 (custom-face-edit): Specify a custom :convert-widget.
4dd618ff 114 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
c165ad40
MB
115 Don't pass in default filters that map between `nil' and `off' and
116 `unspecified' and `nil'.
117
ace64e0a
GM
1182001-10-05 Gerd Moellmann <gerd@gnu.org>
119
120 * progmodes/compile.el (compilation-buffer-name): New function.
121 (compile-internal): Use it to determine the name of the
122 compilation buffer.
123
ec66bdc7
MB
1242001-10-05 Miles Bader <miles@gnu.org>
125
126 * progmodes/compile.el (grep-use-null-device): New variable.
127 (grep-command): Mention `grep-use-null-device'.
128 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
129 Make computation of `grep-command' respect `grep-use-null-device'.
130 (grep): Respect `grep-use-null-device'.
131 Call `grep-compute-defaults' even if grep-command is set, if
132 grep-use-null-device is still tentative.
133
134 * subr.el (call-process-shell-command): New function.
135
1362001-10-05 Miles Bader <miles@gnu.org>
137
138 * simple.el (previous-matching-history-element)
139 (next-history-element, next-complete-history-element): Use
140 `minibuffer-' functions instead of calling `field-' functions
141 directly.
142 (minibuffer-prompt-end, minibuffer-contents):
143 (minibuffer-contents-no-properties, delete-minibuffer-contents):
144 Functions removed (now subrs).
145 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
4dd618ff 146
ec66bdc7
MB
147 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
148 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
149 instead of calling `field-' functions directly.
150 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
151
c89e4bc5
GM
1522001-10-05 Gerd Moellmann <gerd@gnu.org>
153
a0fb4492
GM
154 * files.el (find-file-noselect): If file's read-only status has
155 changed on disk, ask if buffer's read-only status should be
156 changed, unless NOWARN is set.
157
c86350b1
GM
158 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
159 alias for define-setf-method.
160
c89e4bc5
GM
161 * bindings.el: Remove no-byte-compile from file local variables
162 to enable bootstrapping.
163
0bcf87c1
AI
1642001-10-04 Andrew Innes <andrewi@gnu.org>
165
166 * faces.el (face-font-registry-alternatives) [windows-nt]: Make
167 gb2312 an alias for gb2312.1980.
168
6c0b2643
GM
1692001-10-04 Stefan Monnier <monnier@cs.yale.edu>
170
171 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
172 (uniquify-reverse-components): Remove.
173
174 * emacs-lisp/bytecomp.el (byte-recompile-directory):
175 Make sure the file is readable.
176 (byte-compile-file): Don't compile if `no-byte-compile' is set.
177 (byte-compile-defvar): Update to reflect the change in Fdefvar.
178 (batch-byte-recompile-directory): Pass arg=0.
179
180 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
181 (perl-calculate-indent): Use it.
182 (perl-backward-to-noncomment): Use forward-comment.
183
184 * derived.el (define-derived-mode, derived-mode-make-docstring):
185 Allow `parent' to be nil.
186
187 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
188 Use define-derived-mode.
189 (nroff-mode-map, nroff-mode-syntax-table): Massage.
190
191 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
192
193 * emacs-lisp/lselect.el: Use facep iso find-face.
194
195 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
196 Use regexp-opt.
197 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
198 (lisp-font-lock-syntactic-face-function): New function.
199 (lisp-mode-variables): Use it. Make arg optional.
200 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
201 (lisp-mode): Don't pass an arg to lisp-mode-variables.
202 Set comment-start-skip.
203
204 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
205
206 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
207 (ignore-errors): Don't bother using a `err' symbol.
208
209 * emacs-lisp/autoload.el (autoload-ensure-default-file)
210 (autoload-insert-section-header, autoload-before-p)
211 (autoload-remove-section): New functions.
212 (generate-file-autoloads): Use them.
213 (update-file-autoloads): Use them. Return FILE if there's no cookie.
214 Make sure the autoload file is properly formatted when creating it.
215 (update-autoloads-from-directories): Use them as well.
216 Only update autoloads for files whose timestamp has changed.
217 Add a dummy entry to remember the files which had no autoload cookies.
218
219 * timer.el (timer-relative-time): Fix computation for negative `micro'.
220
221 * subr.el (define-key-after): Allow `key' to be longer than 1.
222 (make-local-hook): Make obsolete.
223 (add-hook, remove-hook): Don't use make-local-hook any more.
224 (make-syntax-table): Inherit all chars from s-s-t.
225
2262001-10-04 Gerd Moellmann <gerd@gnu.org>
227
228 This is a fix for a report saying that resuming a search with C-s
229 C-s doesn't use the case-fold-search setting of the previous
230 search (C-s ... M-c ... then C-s C-s).
231
232 * isearch.el (isearch-last-case-fold-search): New variable.
233 (isearch-mode): Remember value of isearch-case-fold-search
234 in isearch-last-case-fold-search.
235 (isearch-done): Quote value of isearch-case-fold-search.
236 (isearch-repeat): When resuming a search, restore
237 isearch-case-fold-search from isearch-last-case-fold-search.
238
239 Added to NEWS.
240
241 * startup.el (inhibit-startup-buffer-menu): New user-option.
242 (command-line-1): If inhibit-startup-buffer-menu is set, don't
243 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
244
245 This allows upto 99999 messages in the summary without screwing up
246 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
247
248 * mail/rmailsum.el (rmail-make-summary-line)
249 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
250 (rmail-summary-goto-msg, rmail-summary-goto-msg):
251 Allow 5-digit message ids instead of 4.
252
253 This adds expansion of environment variables in the value
254 specified with M-x setenv. Added to NEWS.
255
256 * env.el (substitute-env-vars): New function.
257 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
258 environment variables in VALUE. Return VALUE.
259
630784a2
SM
2602001-10-03 Stefan Monnier <monnier@cs.yale.edu>
261
262 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
263
cf2b0d2c 2642001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
cba04ae9
PJ
265
266 * emulation/tpu-edt.el: Make messages match original TPU/edt
cf2b0d2c 267 editor. From riepel@Stanford.EDU (Rob Riepel).
cba04ae9 268
aa01bed1
EZ
2692001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
270
271 * rect.el: Update maintainer's email address.
272
7d685c84
AS
2732001-10-02 Andreas Schwab <schwab@suse.de>
274
275 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
276 and Extended Passive Mode, resp.
277
87671c25
EZ
2782001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
279
280 These changes add support for Calendar-related items in the
281 menu bar on tty's as well:
282
283 * calendar/calendar.el (calendar-mode-map): Require cal-menu
284 unconditionally.
285 (calendar-mode): Set up activate-menubar-hook unconditionally.
286
287 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
288 calls x-popup-menu only if popup menus are supported.
289 (calendar-mouse-insert-hebrew-diary-entry)
290 (calendar-mouse-insert-islamic-diary-entry)
291 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
292 (calendar-mouse-view-other-diary-entries)
293 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
630784a2
SM
294 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
295 Call cal-menu-x-popup-menu instead of x-popup-menu.
87671c25 296
12c64503
GM
2972001-10-01 Gerd Moellmann <gerd@gnu.org>
298
62bfa682
GM
299 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
300
12c64503
GM
301 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
302
303 * emacs-lisp/rx.el: New file.
304
e0c21266
EZ
3052001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
306
630784a2 307 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
e0c21266 308
03be5931
EZ
3092001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
310
311 * frame.el (select-frame-by-name, other-frame): Doc fix.
312
d0100d57
EZ
3132001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
314
315 * play/snake.el (snake-score-file): Use temporary-file-directory
316 instead of a literal "/tmp". Suggested by Robert
317 <robert@chezmarshall.freeserve.co.uk>.
318
319 * play/tetris.el (tetris-score-file): Ditto.
320
d94d5b5a
EZ
3212001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
322
323 * apropos.el (apropos-print): Make the directions inserted at the
324 beginning of the *Apropos* buffer more clear.
325
cd653311 3262001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
630784a2 327
cd653311
MK
328 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
329 Added comments.
630784a2 330
37dbd369
SM
3312001-09-27 Stefan Monnier <monnier@cs.yale.edu>
332
333 * newcomment.el (comment-normalize-vars): Use " \t" rather than
334 "\\s-" when defining comment-end-skip.
335
9240e746
GM
3362001-09-27 Gerd Moellmann <gerd@gnu.org>
337
37dbd369 338 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
6eb94ddb
GM
339 Call get-buffer-window first second arg `visible'.
340
37dbd369
SM
341 * international/mule-diag.el (list-input-methods-1):
342 Output something that's independent of Emacs' version.
14531065 343
9240e746
GM
344 * tar-mode.el (tar-mode-write-file): Don't signal an error by
345 calling byte-to-position with a nil tar-header-offset.
346
e04233aa
GM
3472001-09-27 Simon Josefsson <jas@extundo.com>
348
349 * mail/sendmail.el (send-mail-function): Doc fix.
350 (mail-do-fcc): Error if header-end is not a marker.
351 (mail-do-fcc): Add a comment.
352 (mail-reply-to): Doc fix.
353 (mail-signature): Make ATPOINT optional.
354 (mail-yank-original): Use cond instead of nestled if.
355
07e91aa3
SM
3562001-09-26 Stefan Monnier <monnier@cs.yale.edu>
357
358 * info.el (Info-on-current-buffer): Default arg to "Top".
359
924b604c
GM
3602001-09-25 Eli Barzilay <eli@barzilay.org>
361
362 * calculator.el (calculator-copy-displayer): New user-option.
07e91aa3
SM
363 (calculator-displayer-prev, calculator-displayer-next):
364 Renamed from calculator-displayed-{left,right}.
365 (calculator, calculator-standard-displayer)
366 (calculator-num-to-string, calculator-update-display)
924b604c
GM
367 (calculator-copy, calculator-put-value): Bug and display fixes.
368
a1548b10
GM
3692001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
370
371 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
372 (ebnf-version): New version (3.6.1).
373
374 * ebnf-bnf.el: Fix character range regexp. Doc fix.
375 (ebnf-bnf-non-terminal-chars): New internal const.
376 (ebnf-bnf-lex): Fix code.
377
378 * ebnf-iso.el: Fix character range regexp. Doc fix.
379 (ebnf-iso-non-terminal-chars): New internal const.
380 (ebnf-iso-lex): Fix code.
381
382 * ebnf-yac.el: Fix character range regexp. Doc fix.
383 (ebnf-yac-skip-chars): New internal const.
384 (ebnf-yac-skip-code): Fix code.
385
79e954d0
SM
3862001-09-24 Stefan Monnier <monnier@cs.yale.edu>
387
ab750f9c
SM
388 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
389
3911563a
SM
390 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
391 passing it to VC.
392
79e954d0
SM
393 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
394 case where the file is relative.
395
6f3f0db4
GM
3962001-09-24 Gerd Moellmann <gerd@gnu.org>
397
398 * xml.el (xml-parse-attlist): Quotes around attributes must be the
399 same on each side. Make sure we properly handle simple quotes.
400 From Daiki Ueno <ueno@unixuser.org>.
401
e5b31424
EZ
4022001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
403
0678d779
EZ
404 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
405 <jas@extundo.com>.
406
e5b31424
EZ
407 * menu-bar.el (top-level): Minor fixes for text of help-echo in
408 some items of the Options menu.
409
769dd0f1
SM
4102001-09-22 Stefan Monnier <monnier@cs.yale.edu>
411
76829576
SM
412 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
413
d455f4f7
SM
414 * vc-hooks.el (vc-delete-automatic-version-backups):
415 Don't fail if the directory doesn't exist.
416
769dd0f1
SM
417 * diff-mode.el (diff-default-read-only): New var.
418 (diff-mode): Use it.
419
dc414be1
EZ
4202001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
421
769dd0f1
SM
422 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
423 Use make-keymap instead of copy-keymap, since copying the global
4b7dd7e2
EZ
424 keymap messes up the menu bar.
425
dc414be1
EZ
426 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
427 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
428
67033712
EZ
4292001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
430
769dd0f1 431 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
67033712
EZ
432
433 * dired-aux.el (dired-insert-subdir): Pass switches to
434 dired-build-subdir-alist.
435
0c68e5de
GM
4362001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
437
438 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
439 caused %#a and %#b to be mis-formatted.
440
906b3163
EZ
4412001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
442
443 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
444 ccmode, emacs-mime, and eudc manuals.
445
005e3bb6
SS
4462001-09-19 Sam Steingold <sds@gnu.org>
447
448 w32 find cannot be used with `grep-find'.
449 * progmodes/compile.el (find-program): New variable.
450 (grep-compute-defaults): Use it to set `grep-find-command'.
451
7121b85a
GM
4522001-09-19 Gerd Moellmann <gerd@gnu.org>
453
769dd0f1 454 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
7121b85a 455
ae16d111
GM
4562001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
457
458 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
459 programming. Doc fix.
460 (ebnf-version): New version (3.6).
461 (ebnf-eps-begin): Data fix.
462 (ebnf-begin-file): Code fix.
463
464 * ebnf-bnf.el: Doc fix.
465 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
466
467 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
468
55732434
GM
4692001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
470
471 * ps-print.el: Better face mapping for black/white PostScript printers.
472 Check if mark is active when printing a region. Doc fix.
473 (ps-print-version): New version number (6.5.5).
474 (ps-print-color-p): Customization fix.
475 (ps-black-white-faces): New option.
476 (ps-black-white-faces-alist): New internal var.
477 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
478 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
479 (ps-nb-pages-region): Interactive fix.
480 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
481 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
482
740ef824
EZ
4832001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
484
485 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
486 numeric month value, and allow the Kanji character after the it to
487 be missing (happens with ls-lisp's output on Japanese versions of
488 MS-Windows).
489
50529f51
MB
4902001-09-18 Miles Bader <miles@gnu.org>
491
492 * diff-mode.el (diff-mode): Don't make the buffer read-only if
493 it's empty (and thus probably a new patch file about to be edited).
494
d8a973aa
GM
4952001-09-17 Gerd Moellmann <gerd@gnu.org>
496
e18c8b8d
GM
497 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
498 Check for '(' in column 0 of doc string.
499
d8a973aa
GM
500 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
501 of `nth' so that using a vector as bounding-box works.
502 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
503
dfe78cc5
AS
5042001-09-17 Andre Spiegel <spiegel@gnu.org>
505
506 * vc.el (vc-annotate): Use current workfile version explicitly as
507 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
508
1bbdda4d
EZ
5092001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
510
a5f01960
EZ
511 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
512 convert-standard-filename doesn't guarantee that the .el extension
513 is preserved.
514
a007e4e3
EZ
515 * dos-fns.el (convert-standard-filename): Replace invalid
516 characters only after converting dash/underscore to a period.
517 (original-make-auto-save-file-name): New.
8aee7d44
EZ
518 (make-auto-save-file-name): New function, overrides the definition
519 on files.el and calls the original function via
520 original-make-auto-save-file-name.
521
1bbdda4d
EZ
522 * mail/rmail.el (top-level): Require mule-utils when compiling.
523 (rmail-decode-babyl-format): Use detect-coding-with-priority
524 instead of detect-coding-region, to favor detection of emacs-mule
525 encoded Babyl files written by rmailout.el etc. Suggested by
526 Kenichi Handa <handa@etl.go.jp>.
527
ed7d6ba4
EZ
5282001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
529
530 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
531 Use `equal', not `=', since the device number can be a cons cell.
532
551629f9
GM
5332001-09-14 Gerd Moellmann <gerd@gnu.org>
534
535 * simple.el: Comment out change of 2001-09-13.
536
0017a3e0
EZ
5372001-09-13 Milan Zamazal <pdm@zamazal.org>
538
539 * progmodes/compile.el (grep-compute-defaults): Don't set
540 grep-command/grep-find-command when it is already non-nil.
541 (grep-command): Make it a user option.
542 (grep-find-command): Likewise.
543
483e0218 5442001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
005e3bb6 545
483e0218
MK
546 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
547 inhibit quit.
005e3bb6 548
15233548
EZ
5492001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
550
551 * files.el (make-auto-save-file-name): If long file names are not
552 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
553 generating an auto-save file name from it.
554
1fb7f872
GM
5552001-09-13 Gerd Moellmann <gerd@gnu.org>
556
005e3bb6 557 * ps-print.el (ps-print-region, ps-print-region-with-faces)
66a863f0
GM
558 (ps-nb-pages-region): Signal an error if called interactively
559 and the mark is not active.
560
1fb7f872
GM
561 * simple.el (minibuffer-prompt-modification)
562 (minibuffer-prompt-insertion): New functions.
563 (minibuffer-prompt-properties): Use `modification-hooks' and
564 `insert-in-front-hooks'.
565
1dc13f3a
RS
5662001-09-12 Richard M. Stallman <rms@gnu.org>
567
568 * textmodes/outline.el (outline-regexp): Doc fix.
569 Initialize it in the defcustom, the usual way.
570
eaa493df
GM
5712001-09-12 Gerd Moellmann <gerd@gnu.org>
572
1fb7f872 573 * ediff-mult.el (ediff-get-meta-info): Take into account that data
769dd0f1
SM
574 from `ediff-meta-info' properties need not be an overlay.
575 From David Ponce <dponce@voila.fr>.
1fb7f872 576
eaa493df
GM
577 * isearch.el (isearch-intersects-p): Fix end checks.
578
cfcda0ba
EZ
5792001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
580
581 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
582 `t' branch of `cond', since Irix 6.1 and up is a special case of
583 the standard dbx interface.
584
4e1513b5
MB
5852001-09-11 Miles Bader <miles@gnu.org>
586
587 * comint.el (comint-send-input): When waiting for echoed input,
588 don't save the expected end position in `echo-end', so that things
589 work properly even if the buffer is modified elsewhere at the same
590 time [this happens if `comint-truncate-buffer' is used].
591
9a72e4c1
GM
5922001-09-11 Gerd Moellmann <gerd@gnu.org>
593
594 * textmodes/outline.el (outline-mode): Use `^' and a shy group
595 when constructing imenu-generic-expression from outline-regexp.
596
1f9581b6
EZ
5972001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
598
599 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
600 `equal' instead of `=', since they can be cons cells. From Nils
601 Goesche <cartan@cartan.de>.
602
65ee3bf5
AS
6032001-09-10 Andre Spiegel <spiegel@gnu.org>
604
605 * vc.el (vc-annotate): Rewrote doc string.
606
e602e779
EZ
6072001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
608
609 * time-stamp.el: Update Stephen Gildea's email address.
610
42d305db
GM
6112001-09-10 Gerd Moellmann <gerd@gnu.org>
612
613 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
614 enable-multibyte-characters = nil. From Hallvard B Furuseth
615 <h.b.furuseth@usit.uio.no>.
005e3bb6 616
02f34c70 6172001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
005e3bb6 618
769dd0f1 619 * ediff-init.el (ediff-highest-priority): Bug fix.
02f34c70 620
769dd0f1 621 * viper-cmd.el (viper-special-read-and-insert-char): New function
02f34c70
MK
622 that reads a character and uses the current input method or
623 iso-accents when appropriate.
005e3bb6 624
769dd0f1 625 * viper.el and all others: Corrections to the comment blocks at
02f34c70 626 the top.
005e3bb6 627
cfc697a2
EZ
6282001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
629
630 * info.el (Info-goto-node): Doc fix.
631
fc0eccfc
GM
6322001-09-07 Gerd Moellmann <gerd@gnu.org>
633
634 * isearch.el (isearch-intersects-p): New function.
635 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
636 use isearch-intersects-p, and clean up.
637
ef10876c
EZ
6382001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
639
640 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
641 and "german8", for the new German orthography dictionaries,
642 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
643 the entries, to keep the line length balanced for loaddefs.el.
644
c9e74cd4 6452001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
005e3bb6 646
c9e74cd4
GM
647 * comint.el (comint-send-input): Handle comint-process-echoes
648 differently.
649
5421b899
GM
6502001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
651
769dd0f1 652 * locate.el (locate-insert-header): Remove unnecessary whitespace.
5421b899 653
70569550
EZ
6542001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
655
769dd0f1 656 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
70569550 657
6afad91e 6582001-09-07 Gerd Moellmann <gerd@gnu.org>
005e3bb6 659
769dd0f1
SM
660 * server.el (server-switch-buffer):
661 * textmodes/refer.el (refer-find-entry-internal):
662 * term/sup-mouse.el (sup-pos-to-window):
663 * term/bg-mouse.el (bg-window-from-x-y):
664 * emacs-lisp/edebug.el (edebug-window-live-p):
665 Use get-window-with-predicate.
6afad91e
GM
666
667 * window.el (get-window-with-predicate): Renamed from some-window.
668 (some-window): Make it an alias.
669
003550c5
GM
6702001-09-06 Gerd Moellmann <gerd@gnu.org>
671
672 * simple.el (undo): Remove positions from buffer-undo-list up to
673 the next undo boundary only.
674
c49e491a
EZ
6752001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
676
05b24487
EZ
677 * makefile.nt (install): Don't copy sc.el. Reported by Richard
678 Kim <ryk@dspwiz.com>
679
c49e491a
EZ
680 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
681 the message "Creating customization items...done".
682
54f73af3
GM
6832001-09-05 Gerd Moellmann <gerd@gnu.org>
684
685 * font-lock.el (toplevel): Require `jit-lock' only if
686 font-lock-support-mode is set to jit-lock-mode.
687
3762e7d0
EZ
6882001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
689
690 * international/quail.el (quail-use-package, quail-inactivate)
691 (quail-activate): Mention the hooks these functions run in their
692 doc strings.
693
c3b497b3
GM
6942001-09-05 Edward M. Reingold <reingold@iit.edu>
695
696 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
697 of file in header of menu.
698
2d43d823
GM
6992001-09-04 Gerd Moellmann <gerd@gnu.org>
700
2a5becfb
GM
701 * env.el (setenv): Interactively, if VARIABLE has a current value,
702 add that to the front of the history, as the doc string says.
703
8d1fcd00
GM
704 * comint.el (comint-send-input): Change help-echo.
705 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
005e3bb6 706
1672462f
GM
707 * bookmark.el (bookmark-write-file): Bind print-length and
708 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
709
646a1759
GM
710 * obsolete/uncompress.el: Moved there from lisp/.
711
c8dd66e1
GM
712 * comint.el (comint-insert-clicked-input): Goto point-max before
713 deleting previous input. From "Dr Francis J. Wright"
714 <F.J.Wright@qmw.ac.uk>.
715
2d43d823
GM
716 * simple.el (backward-word): Doc fix.
717
284b3043
GM
7182001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
719
720 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
721 * uncompress.el, uniquify.el, vc.el, view.el, window.el
722 * w32-fns.el: Add Keywords header.
723
2eef02ab
EZ
7242001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
725
726 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
727 "Text Properties". Suggested by Simon Marshall
728 <Simon.Marshall@midas-kapiti.com>.
729
ae355fa6
AC
7302001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
731
732 * term/mac-win.el (mac-drag-n-drop): Decode file name by
733 consulting the value of file-name-coding-system.
734
2ee1aa00
SM
7352001-09-03 Stefan Monnier <monnier@cs.yale.edu>
736
737 * help.el (describe-function-1): Save precomputed `file-name' rather
738 than recomputing it (incorrectly) with `symbol-file'.
739
cdab3e50
GM
7402001-09-03 Gerd Moellmann <gerd@gnu.org>
741
698ee07c
SM
742 * international/isearch-x.el (isearch-exit-recursive-edit):
743 Take three parameters, since it's used as an after-change-function.
c3b0c268 744
698ee07c 745 * emacs-lisp/backquote.el (backquote-backquote-symbol)
cdab3e50
GM
746 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
747 from doc strings.
748
e3b22517
GM
7492001-09-02 Milan Zamazal <pdm@zamazal.org>
750
698ee07c
SM
751 * progmodes/glasses.el (glasses-convert-to-unreadable):
752 Consider underscores as in `glasses-make-readable'.
e3b22517 753
19bd58e8
EZ
7542001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
755
883310a7
EZ
756 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
757 MS-DOS, since cpp might not be available.
758
698ee07c
SM
759 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
760 Mention "yank" in the help-echo text.
761 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
762
7632001-09-01 Stefan Monnier <monnier@cs.yale.edu>
764
765 * newcomment.el (comment-indent): Insert spaces more carefully.
19bd58e8 766
59b7ded8
EZ
7672001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
768
5e11c425
EZ
769 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
770 exists. From Andy Petrusenco <andy@int.spb.ru>.
771
59b7ded8 772 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
5e11c425
EZ
773 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
774 <andy@int.spb.ru>.
59b7ded8 775
c9979669
GM
7762001-08-31 Gerd Moellmann <gerd@gnu.org>
777
778 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
779 Instead of running mouse-yank-at-click, see what the event is
780 bound to outside Isearch and run that.
781
79f5f9ec
EZ
7822001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
783
698ee07c
SM
784 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
785 Fix the menu entry to mention transient-mark-mode.
79f5f9ec 786
c0551649
GM
7872001-08-30 Gerd Moellmann <gerd@gnu.org>
788
e8b1643c
GM
789 * simple.el (eval-expression-print-level): Fix last change.
790
f3185924
GM
791 * bindings.el (mode-line-coding-system-map): New variable.
792 (mode-line-mule-info): Give the "%Z" a local-map keymap.
793
92a25631
GM
794 * simple.el (eval-expression-print-level): Change the type
795 of the defcustom to allow nil.
796
9584e63a
GM
797 * emacs-lisp/find-gc.el: Moved here from lisp/.
798
698ee07c
SM
799 * international/quail.el (quail-completion-1):
800 Reverse the ((CHAR . DEFN) ...) list before processing it.
d5dc1e49
GM
801 From Kenichi Handa <handa@etl.go.jp>.
802
c0551649
GM
803 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
804 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
805
ef32aa02
EZ
8062001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
807
808 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
809 aren't supported. This avoids the annoying gray strip drawn by
810 the Windows version instead of the missing tool bar.
811
ff4ec1f7
GM
8122001-08-29 Gerd Moellmann <gerd@gnu.org>
813
53ca4610
GM
814 * menu-bar.el (menu-bar-options-menu): Make option text, messages
815 and tooltips more consistent. From "Marshall, Simon"
816 <Simon.Marshall@midas-kapiti.com>.
817
ff4ec1f7
GM
818 * startup.el (fancy-splash-screens): Temporarily set
819 minor-mode-map-alist to nil while displaying splash screens.
820
6d6c3f84
GM
8212001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
822
823 * buff-menu.el: Add Keywords header.
824 Doc fix (C-x C-b is bound to list-buffers).
825
565132a3
GM
826 * dired-x.el: Add keyword files to get listed in finder.
827 Remove confusing notes about GNU Emacs 19.
828
829 * dired.el, dired-aux.el: Add Keywords header.
830
042e6d91
AS
8312001-08-28 Andre Spiegel <spiegel@gnu.org>
832
833 * vc.el (vc-revert-file): Call the backend even if the FILE's
834 contents can be reverted locally; pass new arg CONTENTS-DONE
835 down to the backend.
836
854bd40a 837 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
042e6d91
AS
838 optional arg CONTENTS-DONE.
839
33818c6c
AI
8402001-08-28 Andrew Innes <andrewi@gnu.org>
841
842 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
843
0f76ca04
EZ
8442001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
845
846 * makefile.nt (install): Copy more *.el files.
847
6b6e2422
GM
8482001-08-28 Gerd Moellmann <gerd@gnu.org>
849
850 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
851 instead of `w' which is already in use.
852
5b52c296
GM
853 * gs.el (gs-load-image): Use sleep-for.
854 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
855
43744cb9
MB
8562001-08-28 Miles Bader <miles@gnu.org>
857
858 * replace.el (query-replace-regexp-eval): Return args from
859 `interactive' form in correct order.
860
4b4ea1dc
EZ
8612001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
862
863 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
864 major modes, don't create panes for modes for which
865 mouse-buffer-menu-alist returns an empty alist.
866
8672001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
35cd9438
TTN
868
869 * progmodes/hideshow.el: Update first-line description.
870 Sync comments w/ maintainer version 5.31.
871
872 (hs-isearch-open): Default value now `code'.
873 Fix docstring to use "code blocks" vs "comment blocks",
874 as opposed to "block" vs "comment".
875 (hs-flag-region): Accept `hs-isearch-open' value
876 of `block' as synonymous w/ `code'.
877 (hs-hide-block-at-point): For code blocks, pass `code'
878 to `hs-flag-region' instead of `block'.
879
9ad62cf8
MB
8802001-08-28 Miles Bader <miles@gnu.org>
881
882 * comint.el (comint-next-prompt): Don't loop infinitely if
883 {next,previous}-single-char-property-change returns its input
884 position when the search fails.
885
8862001-08-27 Miles Bader <miles@gnu.org>
d3b98912
MB
887
888 * comint.el (comint-get-old-input-default): Don't signal an error
889 if point is not on an input field; instead, return the current
890 line (using `comint-bol' to skip any prompt, in case we're not
891 using fields at all).
892
893 * man.el (Man-mode-line-format): Variable removed.
894 (Man-mode): Change `mode-line-buffer-identification' instead of
895 `mode-line-format'.
896
d599a452
GM
8972001-08-27 Gerd Moellmann <gerd@gnu.org>
898
899 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
900 From Simon Josefsson <jas@extundo.com>.
901
299248aa
EZ
9022001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
903
5b02e712
EZ
904 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
905 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
906
89aea802
EZ
907 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
908 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
909
910 * emacs-lisp/lselect.el: Ditto.
911
3452efc2
SM
912 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
913 Remove periods from the end of error message strings.
914 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
165b4283 915
299248aa
EZ
916 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
917 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
918
919 * net/telnet.el: Ditto.
920
08ead67b
GM
9212001-08-26 Gerd Moellmann <gerd@gnu.org>
922
923 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
924 KEYMAP to the call to define-minor-mode.
925
cf8f0b68
EZ
9262001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
927
928 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
929 Replace some of the undefined characters with emulations of bidi
930 formatting characters and Niqud as per SI 1311-1.
931 (IT-unicode-translations): Ditto.
3452efc2
SM
932 (IT-display-table-setup, IT-setup-unicode-display):
933 Fill characters without translations with dos-unsupported-char-glyph.
cf8f0b68 934
16837afc
GM
9352001-08-24 Simon Josefsson <jas@extundo.com>
936
937 * hl-line.el (hl-line-mode): Don't be a global mode.
938 (global-hl-line-mode): New function.
939
33954c45
GM
9402001-08-24 Gerd Moellmann <gerd@gnu.org>
941
942 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
943 being reset by Ghostscript. Don't kill the gs process.
944 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
945
fa05f6ac
AC
9462001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
947
948 * term/mac-win.el: Require scroll-bar.
949
3452efc2
SM
9502001-08-23 Stefan Monnier <monnier@cs.yale.edu>
951
952 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
953
02aec07b
EZ
9542001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
955
956 * hexl.el (hexl-insert-multibyte-char) New function.
957 (hexl-quoted-insert, hexl-self-insert-command)
958 (hexl-insert-hex-char, hexl-insert-decimal-char)
959 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
960 Fix the doc strings accordingly.
961 (hexl-insert-char): Reject characters whose code is above 255.
962 Doc fix.
963 (hexl-mode-map): Copy the global keymap instead of creating a
964 sparse keymap, and bind all self-inserting characters to
965 hexl-self-insert-command.
966
9bfc65eb
SM
9672001-08-22 Stefan Monnier <monnier@cs.yale.edu>
968
3452efc2
SM
969 * wid-edit.el (text): Re-order docstring correctly.
970
9bfc65eb
SM
971 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
972
973 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
974
32f2f98e
EZ
9752001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
976
977 * simple.el (line-number-mode): Mention the variable
978 line-number-display-limit-width in the doc string.
979
374388c3
GM
9802001-08-22 Gerd Moellmann <gerd@gnu.org>
981
982 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
983 Temporarily select EVENT's window for switching buffers.
984 (mode-line-bury-buffer): New function.
985 (mode-line-buffer-identification-keymap): Use it instead of
986 bury-buffer. Bind down-mouse events to prevent global down-mouse
b2130182 987 events from shining through.
374388c3 988
dde6824c
SM
9892001-08-21 Stefan Monnier <monnier@cs.yale.edu>
990
991 * newcomment.el (comment-beginning): Make sure the comment-start
992 we found isn't a comment-end (in cases where confusion is possible).
993
99bf1e74
MB
9942001-08-22 Miles Bader <miles@gnu.org>
995
996 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
997 before writing it, so that hard-links don't see new version.
998
37618c60
GM
9992001-08-21 Gerd Moellmann <gerd@gnu.org>
1000
dde6824c
SM
1001 * gs.el (gs-set-ghostview-colors-window-prop):
1002 Call x-change-window-property with 3rd arg FRAME.
40e33037 1003 (gs-load-image): Wait for a previous Ghostscript process
e98c601b
GM
1004 to complete before starting a new one.
1005
6ea3db8a
GM
1006 * image.el (image-type-regexps): Make sure that the TIFF
1007 pattern is only matched at the beginning of a string.
1008 From Markus Rost <rost@math.ohio-state.edu>.
1009
dde6824c 1010 * international/swedish.el: Pre-Mule file removed. From Jonas
37618c60
GM
1011 Oberg <jonas@gnu.org>.
1012
1f8437c4
RV
10132001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
1014
1015 * whitespace.el (whitespace-abort-on-error): Add custom variable
dde6824c 1016 to whitespace to abort a write-file if whitespace is detected in file.
1f8437c4
RV
1017
1018 * whitespace.el (whitespace-write-file-hook): Hook to be called
1019 when writing a file. If `whitespace-abort-on-error' is set, the
dde6824c
SM
1020 write will abort on detecting whitespaces.
1021 If `whitespace-auto-cleanup' is set, the file will be cleaned
1f8437c4
RV
1022 automatically prior to writing.
1023
1024 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
1025 whitespaces in the error output!
1026
dde6824c 1027 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
1f8437c4
RV
1028 `indent-tabs-mode', since the latter notes user preferences on
1029 TABs anyway.
1030
1031 * whitespace.el (whitespace-version): 3.1. All of the above issues
1032 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
1033
9b96c57d
GM
10342001-08-20 Gerd Moellmann <gerd@gnu.org>
1035
8039284a
GM
1036 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
1037 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1038
9b96c57d
GM
1039 * whitespace.el (whitespace-global-mode): Add autoload cookie.
1040
1c71c0c3
GM
10412001-08-20 Alex Schroeder <alex@gnu.org>
1042
1043 * sql.el (sql-db2): Doc change.
1044
10452001-08-20 Alex Schroeder <alex@gnu.org>
1046
1047 * sql.el (sql-postgres): Add the database at the end of the
1048 parameters instead of at the beginning.
1049 (sql-postgres-options): Doc change.
1050
6c7f60a2
GM
10512001-08-17 Gerd Moellmann <gerd@gnu.org>
1052
1053 * custom.el (defcustom): Doc fix.
1054
64ed6f71
GM
10552001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1056
6c7f60a2 1057 * ps-mule.el (find-composition): Check if (char-after POS)
64ed6f71
GM
1058 returns a valid character.
1059
7851eb98
EZ
10602001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
1061
1062 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
1063 original-point for extra CR characters that are added/removed when
1064 the buffer is written/read whose EOL type is -dos.
1065
b76dfd21
MB
10662001-08-16 Miles Bader <miles@gnu.org>
1067
1068 * simple.el (line-move): Undo previous change.
1f8437c4
RV
1069
1070 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
b76dfd21
MB
1071 property to input-terminating `boundary' overlays to avoid
1072 line-move wierdness.
1073
e67d1843
GM
10742001-08-16 Gerd Moellmann <gerd@gnu.org>
1075
1076 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
1077 buffer in a save-restriction. Under one test case with Ediff,
1078 window-scroll-functions are run with a window start that's
1079 temporarily outside of the restriction.
1080
21324fae
GM
10812001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
1082
dde6824c 1083 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
21324fae
GM
1084 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
1085 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
1086 (texinfo-update-menu-region-beginning)
1087 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
1088 command, @ifnottex, to regexps, so it is found.
1089
0645d241
AI
10902001-08-16 Andrew Innes <andrewi@gnu.org>
1091
1092 * makefile.nt (DONTCOMPILE): Omit bindings.el.
1093 (DONTCOMPILE): Omit sc.el.
1094
1095 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
1096 (DONTCOMPILE): Omit sc.el.
1097
ae13fc3c
GM
10982001-08-16 Gerd Moellmann <gerd@gnu.org>
1099
1100 * replace.el (occur): Bind inhibit-read-only to t.
1101
1369261b
MB
11022001-08-16 Miles Bader <miles@gnu.org>
1103
dde6824c
SM
1104 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
1105 calling `constrain-to-field', to avoid problems with comint prompts.
1369261b 1106
8464af45
GM
11072001-08-15 Gerd Moellmann <gerd@gnu.org>
1108
ec69d5ec 1109 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
dde6824c 1110 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
ec69d5ec 1111
1f8437c4 1112 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3e6f08e6
GM
1113 of a while-loop.
1114
93aba6fc 1115 * Makefile.in (DONTCOMPILE): Remove sc.el.
1f8437c4 1116
8464af45
GM
1117 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
1118 Don't include term/.
1119
ae13fc3c
GM
1120 * mail/sc.el: Moved to obsolete/.
1121
8b313639
GM
11222001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1123
1124 * ps-print.el: Change error function arguments to follow Emacs
1125 message convention. Doc fix.
1126 (ps-print-version): New version number (6.5.4).
1127 (coding-system-for-write): Change declaration position to avoid
1128 XEmacs compilation gripes.
dde6824c
SM
1129 (coding-system-for-read, buffer-file-coding-system):
1130 Declarations to avoid XEmacs compilation gripes.
8b313639
GM
1131
1132 * ps-mule.el: Doc fix.
1133 (ps-mule-encode-header-string): If STRING is not a string, replace
1134 STRING by empty string.
1135
5fb125b4
EZ
11362001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
1137
1138 * frame.el (show-trailing-whitespace): Doc fix.
1139
49e49b77
EZ
11402001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
1141
1142 * desktop.el (desktop-save): Insert the coding: tag before
1143 desktop-header.
1144
3e6385a4
GM
11452001-08-13 Gerd Moellmann <gerd@gnu.org>
1146
0de73d5a
GM
1147 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
1148 its path from $els.
1149
3e6385a4
GM
1150 * image.el (image-jpeg-p): Fix call of substring.
1151
4a9bf8a4
GM
11522001-08-10 Gerd Moellmann <gerd@gnu.org>
1153
242e5463
GM
1154 * play/animate.el (animate-string): Doc fix. Use a buffer
1155 name with stars in it.
1156 (animate-sequence): New function.
1157 From Richard Stallman <rms@gnu.org>.
1158
030f4537
GM
1159 * frame.el (select-frame-set-input-focus): New function
1160 extracted from other-frame.
1161 (other-frame): Use it.
1162 (next-multiframe-window, previous-multiframe-window): Use it.
1163
346f18dc
GM
1164 * isearch.el (isearch-other-meta-char): Don't switch to the
1165 buffer of a window clicked on, when the current buffer is
1166 in Isearch mode.
1167
4a9bf8a4
GM
1168 * image.el (image-jpeg-p): Test for APPn markers in the range
1169 #xe0..#xef.
1170
eaa2319f
GM
11712001-08-09 Gerd Moellmann <gerd@gnu.org>
1172
3638868e
GM
1173 * desktop.el (desktop-save): Don't use concat to form a file
1174 name, use expand-file-name.
1175
6b48d742
GM
1176 * mouse.el (mouse-delete-window): Do nothing if frame has just
1177 one window.
1178
ed771c89
GM
1179 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
1180 for the minor mode name.
1181
1182 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
1183 minor mode name.
1184
dde6824c
SM
1185 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
1186 instead of make-mode-line-mouse2-map.
ed771c89
GM
1187
1188 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
1189 the minor mode name.
1190
dde6824c
SM
1191 * emacs-lisp/easy-mmode.el (define-minor-mode):
1192 Use mode-line-minor-mode-keymap for the minor mode name.
ed771c89 1193
dde6824c
SM
1194 * calendar/calendar.el (calendar-mode-line-format):
1195 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
ed771c89 1196
a4afe04e
GM
1197 * bindings.el (make-mode-line-mouse-map): Renamed from
1198 make-mode-line-mouse2-map. Take additional arg MOUSE.
1199 (mode-line-modified): Use mouse-3 instead of mouse-2.
1200 (mode-line-buffer-identification-keymap): Bind keys differently.
dde6824c 1201 (propertized-buffer-identification): Adapt help-echo to new bindings.
a4afe04e 1202
8e3189f0
GM
1203 * bindings.el (mode-line-format): Specify help-echo for line
1204 number, column number and buffer-percent part of the mode-line.
1205
eaa2319f
GM
1206 * image.el (image-type-regexps): Allow whitespace at the start
1207 of the image data for XPM, XBM and Postscript, which are
1208 text files.
1209 (image-jpeg-p): Correct calculation of next field offset.
1210
e3601cf6
PJ
12112001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1212
1213 * battery.el: Fix typo.
1214
057b57f6
GM
12152001-08-08 Gerd Moellmann <gerd@gnu.org>
1216
8a8ef149
GM
1217 * image.el (image-type-regexps): Allow predicates. Change the way
1218 JPEG images are recognized.
1219 (image-jpeg-p): New function.
1220 (image-type-from-data): Handle predicates in image-type-regexps.
1221
057b57f6
GM
1222 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
1223 #:, #x, #o, and similar constructs.
1224
69ebef1d
GM
12252001-08-07 Gerd Moellmann <gerd@gnu.org>
1226
22d01aed
GM
1227 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
1228
23f46f6f
GM
1229 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
1230 instead of `progn'.
1231
e8421604
GM
1232 * tar-mode.el (tar-extract): Avoid generating a new buffer
1233 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
1234
ea2c6478
GM
1235 * textmodes/paragraphs.el (forward-sentence): Avoid building
1236 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
1237
dde6824c
SM
1238 * progmodes/executable.el (executable-set-magic):
1239 If executable-find returns a quoted file name, unquote it before
6c233cc0
GM
1240 inserting it.
1241
1155d483 1242 * image.el (image-type-regexps): For JPEG files, use a regexp
e8421604 1243 derived from the JFIF spec.
1f8437c4 1244
69ebef1d
GM
1245 * image.el (image-type-regexps): Use `\`' instead of `^' in
1246 most regular expressions.
1247
d1d850d6
PJ
12482001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1249
dde6824c 1250 * play/animate.el: Re-insert a reference to re-inserted function.
d1d850d6 1251
98a8938c
GM
12522001-08-06 Gerd Moellmann <gerd@gnu.org>
1253
dde6824c
SM
1254 * help.el (describe-function-1): Use find-function-search-for-symbol
1255 instead of find-function-noselect because the latter follows aliases.
8e3fe78e 1256
5a397d28
GM
1257 * play/animate.el (animate-birthday-present): Re-insert.
1258
dde6824c
SM
1259 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
1260 Handle old-style menu definitions.
98a8938c 1261
7b3220c0
PJ
12622001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1263
6228c05b 1264 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
98a8938c 1265 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
6228c05b 1266
070c251e 1267 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
98a8938c
GM
1268 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
1269 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
7b3220c0 1270
dffb6224
PJ
12712001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1272
1273 * textmodes/tildify.el: Milan Zamazal has new address.
1274
698665d1
GM
12752001-08-03 Gerd Moellmann <gerd@gnu.org>
1276
be48584d
GM
1277 * custom.el (custom-set-variables): Don't test `custom-requests'
1278 properties, check the third element of the options passed to
1279 custom-set-variables instead.
1280
5e1f85e0 1281 * info.el (info-insert-file-contents): Use info-file-exists-p
be48584d 1282 instead of file-exists-p.
5e1f85e0 1283
b0fa1513
GM
1284 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
1285 the mode-line face is restored. Fix several bugs.
1286
698665d1
GM
1287 * replace.el (perform-replace): Doc fix.
1288
4a7641d9
FP
12892001-08-02 Francesco Potorti` <pot@gnu.org>
1290
1291 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
1292 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
1293 (uniquify-fix-item-base, uniquify-fix-item-filename)
1294 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
1295 Callers changed.
1296 (uniquify-set-proposed): Changed to work with a vector item.
1297 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
1298 the fix list, and a list of strings for the non-file buffer
1299 names. Both changes reduce consing.
1300 (uniquify-rationalize-a-list): Local variable renaming.
1301 (uniquify-rationalize-conflicting-sublist): Use member instead of
1302 assoc.
1303 (uniquify-rename-buffer): Use unless instead of if not.
1304
77389930
GM
13052001-08-02 Gerd Moellmann <gerd@gnu.org>
1306
dde6824c 1307 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
7f7d5b9e 1308
cb3f945f
GM
1309 * custom.el (custom-set-variables): Set options with :require
1310 clauses last.
4a7641d9 1311
fbc7f2a6
GM
1312 * custom.el (defcustom): Doc fix.
1313
77389930
GM
1314 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
1315
9761cd3a
EZ
13162001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
1317
7e03f4c8
EZ
1318 * man.el (man): Mention Man-switches in the doc string.
1319 (Man-switches): Mention -a in the doc string.
1320
dde6824c
SM
1321 * textmodes/ispell.el (ispell-alternate-dictionary):
1322 Add /usr/share/lib/dict/words, for Irix.
2b2eabed 1323
9761cd3a
EZ
1324 * bindings.el: Bind shifted and control-shifted kp-* keys to the
1325 corresponding non-kp keys. Suggested by Stephen Gildea
b52758d1 1326 <gildea@stop.mail-abuse.org>.
9761cd3a 1327
cc46bfe7
FP
13282001-08-01 Francesco Potorti` <pot@gnu.org>
1329
fc10ed8c
FP
1330 * uniquify.el: These changes correct a corner case that the old
1331 code managed correctly.
1332 (uniquify-fix-item-proposed): Renamed from
1333 uniquify-fix-item-min-proposed.
1334 (uniquify-set-proposed): New function.
1335 (uniquify-rationalize-file-buffer-names): Code reshuffled for
1336 clarity and speed.
dde6824c
SM
1337 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
1338 This is equivalent to what the old code did.
fc10ed8c
FP
1339 (uniquify-rationalize-a-list): Never recompute the proposed
1340 name. Sort the conflicting sublist before rationalising it: this
1341 is equivalent to what the old code did, but one directory element
1342 at a time, and only when necessary.
1343 (uniquify-rationalize-conflicting-sublist): Recompute here the
1344 proposed name.
cc46bfe7 1345
dd388130
GM
13462001-08-01 Gerd Moellmann <gerd@gnu.org>
1347
81b1a79d
GM
1348 * play/animate.el: Add Keywords and Maintainer. Remove a
1349 reference to a removed function.
cc46bfe7 1350
dd388130
GM
1351 * play/animate.el (animate-string): Handle case that the string is
1352 longer than the window is wide.
1353
6b053e39
GM
13542001-07-31 Gerd Moellmann <gerd@gnu.org>
1355
ed86208c
GM
1356 * desktop.el (desktop-save): Bind coding-system-for-write to
1357 `emacs-mule' for write-region.
1358
10e922bd
GM
1359 * delsel.el (delete-selection-pre-hook): Don't set this-command
1360 to `ignore' if the region is empty.
1361
dde6824c
SM
1362 * international/mule.el (set-keyboard-coding-system):
1363 Set keyboard-coding-system.
b23bad0b 1364
6b053e39
GM
1365 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
1366 before accessing it.
1367
d004e96a
AS
13682001-07-30 Andreas Schwab <schwab@suse.de>
1369
dde6824c
SM
1370 * menu-bar.el (toggle-highlight-paren-mode):
1371 Use `(show-paren-mode)' as body.
d004e96a 1372
892c8dea
AS
13732001-07-30 Andre Spiegel <spiegel@gnu.org>
1374
1375 * vc.el (vc-checkout-hook): New hook.
1376 (vc-checkout): Run it.
1377
21f79512
EZ
13782001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
1379
dde6824c
SM
1380 * progmodes/make-mode.el (makefile-macroassign-regex):
1381 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
21f79512 1382
291e3b68
GM
13832001-07-30 Gerd Moellmann <gerd@gnu.org>
1384
6594ac22
GM
1385 * vc.el (vc-switch-backend): Fix autoload cookie.
1386
291e3b68
GM
1387 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
1388 the desktop file.
1389
87449711
GM
13902001-07-30 Simon Josefsson <jas@extundo.com>
1391
1392 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
1393 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
1394
bf85004b
GM
13952001-07-27 Gerd Moellmann <gerd@gnu.org>
1396
75c5350a
GM
1397 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
1398 (last-sexp-toggle-display): Renamed from last-sexp-print.
dde6824c
SM
1399 (last-sexp-toggle-display, eval-last-sexp-1):
1400 Use last-sexp-setup-props.
75c5350a 1401
cc46bfe7 1402 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
bf85004b
GM
1403 New user-options.
1404 (mouse-wheel-change-button): New function.
1405 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
1406 (mwheel-scroll): Ditto.
1407
16098288
GM
14082001-07-26 Gerd Moellmann <gerd@gnu.org>
1409
ac49effe
GM
1410 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
1411 `...', compare with unabbreviated printed representation instead.
1412 (last-sexp-print): Bind print-length and print-level to nil.
1413
be4a68f9
GM
1414 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
1415 before assigning text properties. Make properties rear-nonsticky.
ac49effe 1416
f6e6cdf2
GM
1417 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
1418 (eval-last-sexp-1): Give printed text a `keymap' property and bind
1419 <mouse-2> and <RET> in that map to a function printing the
1420 unabbreviated value.
1421
16098288
GM
1422 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
1423 is a buffer, put a text property `printed-value' on the printed
1424 representation, with the Lisp object printed as value.
1425
343462ed
EZ
14262001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
1427
1428 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
1429 Mention the effect of eval-expression-print-length and
1430 eval-expression-print-level in the doc strings. Suggested by
1431 Kevin Gallagher <kevingal@onramp.net>.
1432
e043664a
GM
14332001-07-25 Gerd Moellmann <gerd@gnu.org>
1434
4b09e331
GM
1435 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
1436 for buttons > 3.
1437 (xterm-mouse-translate): Handle the case that we don't get a
1438 down-event.
cc46bfe7 1439
dde6824c
SM
1440 * emacs-lisp/find-func.el (find-function-regexp):
1441 Add easy-mmode-define-global-mode to the regexp. Allow newlines
b03dc47d
GM
1442 in front of the function name.
1443
17635d50 1444 * isearch.el (isearch-other-meta-char): Fix last change.
cc46bfe7 1445
3fb01f36
GM
1446 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
1447 similar events for which fake prefix keys are generated. It's no
1448 longer necessary since read_key_sequence doesn't modify these
1449 events for internal purposes anymore.
1450
e043664a
GM
1451 * files.el (auto-mode-alist): Use nroff-mode for files ending
1452 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
1453
a9f73104
EZ
14542001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
1455
1456 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
1457 tool-bar-lines parameter, behave as if its value were zero.
1458 (mouse-avoidance-set-pointer-shape): Don't do anything if
1459 x-pointer-shape is not boundp.
1460
c02a76cc
FP
14612001-07-23 Francesco Potorti` <pot@gnu.org>
1462
f0188953 1463 * uniquify.el: Overall speedup changes when using many buffers.
dde6824c
SM
1464 (uniquify-fix-item-base, uniquify-fix-item-filename)
1465 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
c02a76cc 1466 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
f0188953 1467 place in the item, but was never used.
c02a76cc 1468 (uniquify-fix-item-min-proposed): New defalias: the fourth place
f0188953 1469 in the item is now used as cache for the proposed name.
c02a76cc 1470 (uniquify-rationalize-file-buffer-names): Move computation made on
dde6824c
SM
1471 newbuffile out of the loop, in the newbuffile-nd local var.
1472 Use dolist (cosmetic change). Compute the proposed name for the most
c02a76cc 1473 common case and cache it in the fourth place in the item.
f0188953 1474 (uniquify-rationalize-file-buffer-names): Used to return a a list
dde6824c 1475 of buffer whose name was changed, but that return value was never used.
c02a76cc
FP
1476 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
1477 the cached proposed name, does much less consing and is quicker.
1478 (uniquify-filename-lessp): Deleted.
dde6824c
SM
1479 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
1480 Do not bind locally the uniquify-possibly-resolvable flag. Use the
c02a76cc
FP
1481 cached proposed name is possible.
1482 (uniquify-get-proposed-name): Arguments changed, callers changed.
1483 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
1484 uniquify-possibly-resolvable flag, which is no more bound locally.
1485 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
f0188953 1486 flag, which does not exist any more.
c02a76cc 1487
31fac3b8
EZ
14882001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
1489
be8cf99e
EZ
1490 * term/internal.el (IT-unicode-translations): Fix the appearance of
1491 "6`".
1492
31fac3b8
EZ
1493 * progmodes/compile.el (compile-internal): If EMACS is already
1494 defined in the environment, don't override its value.
1495
73496807
GM
14962001-07-23 Gerd Moellmann <gerd@gnu.org>
1497
9e5a7f2a
GM
1498 * play/fortune.el: Undo change of 2001-07-13.
1499 Fix autoload cookies. Add types to defcustoms.
1500 (fortune) <defgroup>: Add :link.
1501 (fortune-from-region): Use eq, not eql.
1502 From Dave Love <fx@gnu.org>.
c02a76cc 1503
5247262a 1504 * play/animate.el (animate-birthday-present): Function removed.
c02a76cc 1505
73496807
GM
1506 * play/animate.el: New file.
1507
722a451d
EZ
15082001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
1509
dde6824c
SM
1510 * startup.el (normal-top-level-add-subdirs-to-load-path):
1511 On Windows, put into normal-top-level-add-subdirs-inode-list the
722a451d
EZ
1512 canonicalized names of the directories instead of inode numbers.
1513
4960e757 15142001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
c02a76cc 1515
4960e757
MK
1516 * ediff-util.el: Copyright years.
1517 (ediff-choose-syntax-table): New function.
1518 (ediff-setup): Use ediff-choose-syntax-table.
73496807 1519 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4960e757 1520 vc-state is available.
73496807 1521 (ediff-make-temp-file): Use ediff-coding-system-for-write.
c02a76cc 1522
4960e757
MK
1523 * ediff-init.el (ediff-with-syntax-table): New macro, uses
1524 with-syntax-table.
73496807
GM
1525 (ediff-coding-system-for-read): From ediff-diff.el
1526 (ediff-coding-system-for-write): New variable.
1527 (ediff-highest-priority): Fixed the bug having to do with disappearing
4960e757 1528 overlays.
73496807
GM
1529 (ediff-file-remote-p): Use file-remote-p, if available.
1530 (ediff-listable-file): New function.
1531 (ediff-file-attributes): Use ediff-listable-file.
c02a76cc 1532
dde6824c
SM
1533 * ediff-mult.el (ediff-meta-insert-file-info1):
1534 Use ediff-listable-file.
c02a76cc 1535
dde6824c
SM
1536 * ediff-ptch.el (ediff-prompt-for-patch-file):
1537 Use ediff-coding-system-for-read.
73496807 1538 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
c02a76cc 1539
73496807
GM
1540 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
1541 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
c02a76cc 1542
4960e757 1543 * ediff.el: Date of last update, copyright years.
c02a76cc 1544
4960e757 1545 * ediff-wind (ediff-setup-control-frame): Nill->nil.
c02a76cc 1546
4960e757
MK
1547 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
1548 of Scott Bronson.
1549 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
1550 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
1551 Deleted functions.
1552 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
1553 ex-token-list.
73496807 1554 (viper-get-ex-address-subr): Convert registers to char data type.
c02a76cc 1555
dde6824c 1556 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
73496807
GM
1557 (viper-memq-char): Use viper-int-to-char.
1558 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4960e757 1559 vc-locking-state.
73496807 1560 (viper-read-key): Use viper-read-key-sequence.
c02a76cc 1561
dde6824c
SM
1562 * viper.el (viper-major-mode-modifier-list):
1563 Added inferior-emacs-lisp-mode.
73496807 1564 (this-major-mode-requires-vi-state): New function that uses simple
4960e757 1565 heuristics to decide if vi state is appropriate.
73496807
GM
1566 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
1567 (viper-non-hook-settings): Don't advise read-key-sequence.
1568 (viper-read-key-sequence): New function that replaces the
4960e757 1569 previously used advice to read-key-sequence.
c02a76cc 1570
73496807
GM
1571 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
1572 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
1573 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
1574 (viper-open-line-at-point,viper-substitute,viper-overwrite)
1575 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
1576 Got rid of the negative character hack.
4960e757 1577 (viper-escape-to-state,viper-replace-state-exit-cmd):
73496807
GM
1578 Use viper-read-key-sequence.
1579 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4960e757 1580 (viper-minibuffer-standard-hook,viper-read-string-with-history):
73496807 1581 Don't override existing minibuffer-setup-hook.
4960e757 1582 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
c02a76cc 1583 Convert registers to char data type.
73496807 1584 (viper-autoindent): Use viper-indent-line.
c02a76cc
FP
1585
1586 * viper-keym.el: Use viper-exec-key-in-emacs.
1587
05824718
SM
15882001-07-20 Stefan Monnier <monnier@cs.yale.edu>
1589
1590 * server.el (server-visit-files): Fix variable name typo.
1591
6e07c0a5
GM
15922001-07-20 Gerd Moellmann <gerd@gnu.org>
1593
05824718 1594 * simple.el (delete-trailing-whitespace): Save match data
6e07c0a5
GM
1595 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
1596
5b6858da
SM
15972001-07-19 Stefan Monnier <monnier@cs.yale.edu>
1598
1599 * progmodes/compile.el (compilation-parse-errors): `linenum' might
1600 return a this-error using the alternative format (a pair of markers).
1601
794d58ba
GM
16022001-07-19 Gerd Moellmann <gerd@gnu.org>
1603
4e2a256b
GM
1604 * font-lock.el (c++-keywords): Add Standard C++ operator names.
1605
794d58ba
GM
1606 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
1607 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
5b6858da 1608
381194d0
PJ
16092001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1610
1611 * international/iso-transl.el: Fix typo in the header of the file.
1612
1613 * textmodes/picture.el (picture): Doc fix.
1614
1615 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
1616 follow coding conventions in generated files.
1617
27009a49
EZ
16182001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
1619
5b6858da 1620 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
27009a49
EZ
1621 (tool-bar-add-item): Don't call image-related primitives if the
1622 display doesn't support images.
1623
1624 * frame.el (display-images-p): New function.
1625
467f1209
GM
16262001-07-17 Gerd Moellmann <gerd@gnu.org>
1627
1628 * server.el (server-visit-files): Handle the case the specified
1629 column number is <= 0.
1630
16312001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
1632
1633 * startup.el (command-line-1): Add support for +LINE:COLUMN
1634 command line argument.
1635
16362000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1637
5b6858da
SM
1638 * server.el (server-process-filter, server-visit-files):
1639 Add support for +LINE:COLUMN style emacsclient calls.
467f1209 1640
9781053a
PJ
16412001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1642
1643 * emacs-lisp/easy-mmode.el: Add Keywords header.
1644
1645 * play/pong.el: Author has new address.
1646
1647 * play/landmark.el: Author is no more reachable.
1648
1649 * play/handwrite.el: Author is no more reachable.
1650
5b6858da
SM
16512001-07-17 Stefan Monnier <monnier@cs.yale.edu>
1652
1653 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
1654 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
1655 Complete bindings for F<1..12> keys.
1656 (global-map): Remove `undo' binding (already in the default).
1657 Replace `t<n>' bindings with `f<n>' bindings.
1658
a38b71b0
SM
16592001-07-16 Stefan Monnier <monnier@cs.yale.edu>
1660
1661 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
1662 (tcl-mode): Use tcl-add-log-defun.
1663 (tcl-indent-line): Use tcl-calculate-indent.
1664 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
1665 (tcl-indent-exp): Renamed from indent-tcl-exp.
1666 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
1667 (tcl-indent-for-comment): Call comment-indent-function properly
1668 and handle the case where it returns nil.
1669
c1d61a7d
GM
16702001-07-16 Gerd Moellmann <gerd@gnu.org>
1671
a38b71b0
SM
1672 * calendar/cal-islam.el (calendar-goto-islamic-date):
1673 Remove autoload cookie.
1674
1675 * calendar/calendar.el (calendar-goto-islamic-date):
1676 Add call to autoload.
c1d61a7d 1677
c59fb719
SM
16782001-07-16 Stefan Monnier <monnier@cs.yale.edu>
1679
1680 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
1681 Don't change compile-auto-highlight globally.
1682 Don't bother with `font-lock-defaults' property since XEmacs
1683 also understands the `font-lock-defaults' variable.
1684 Use make-local-variable rather than make-variable-buffer-local.
1685 Don't `defconst' comment-indent-function: keep the default.
1686 Call easy-menu-add unconditionally.
1687 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
1688 (ada-create-menu): Use :included for Emacs as well.
1689
1690 * vc.el (vc-do-command): Autoload.
1691
1692 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
1693
652a9be9
PJ
16942001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1695
1696 * ps-print.el: Fix Author: header.
1697
c3d6be34
GM
16982001-07-16 Gerd Moellmann <gerd@gnu.org>
1699
4391d40d
GM
1700 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
1701 mouse-1 etc., bind them to `ignore'.
1702
c3d6be34
GM
1703 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
1704 send-invisible, which is already defined in Comint.
1705 (eshell-watch-for-password-prompt): Use it.
1706
e8af40ee
PJ
17072001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1708
3c3e43ef
PJ
1709 * which-func.el (which-func-mode): Doc fix.
1710
e8af40ee 1711 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
c3d6be34
GM
1712 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
1713 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
1714 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
1715 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
1716 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
1717 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
1718 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
1719 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
1720 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
1721 * emulation/edt-mapper.el, emulation/edt-pc.el,
1722 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
1723 * emulation/tpu-edt.el, emulation/tpu-extras.el,
1724 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
1725 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
1726 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
1727 * international/isearch-x.el, international/iso-cvt.el,
1728 * international/ogonek.el, international/quail.el,
1729 * international/utf-8.el, jit-lock.el, language/devan-util.el,
1730 * language/devanagari.el, language/ethio-util.el,
1731 * language/ethiopic.el, language/european.el, language/indian.el,
1732 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
1733 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
1734 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
1735 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
1736 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
1737 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
1738 * progmodes/autoconf.el, progmodes/cmacexp.el,
1739 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
1740 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
1741 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
1742 * progmodes/ebnf2ps.el, progmodes/executable.el,
1743 * progmodes/fortran.el, progmodes/idlw-shell.el,
1744 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
1745 * progmodes/m4-mode.el, progmodes/mantemp.el,
1746 * progmodes/meta-mode.el, progmodes/octave-inf.el,
1747 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
1748 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
1749 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
1750 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
1751 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
1752 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
1753 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
1754 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
1755 * textmodes/two-column.el, time-stamp.el, timezone.el,
1756 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
1757 * which-func.el, whitespace.el, wid-browse.el, widget.el,
1758 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
e8af40ee
PJ
1759 conventions.
1760
bb24c64f
GM
17612001-07-16 Gerd Moellmann <gerd@gnu.org>
1762
1763 * simple.el (set-variable): Require 'cus-edit' instead of
1764 `wid-edit', so that the Custom widgets get defined.
1765
6a05d05f
PJ
17662001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1767
1768 * allout.el: A fix to follow coding conventions.
1769
1770 * find-lisp.el: A fix to follow coding conventions.
1771
1772 * term/w32-win.el: A fix to follow coding conventions.
1773
1774 * textmodes/sgml-mode.el: A fix to follow coding conventions.
1775
1776 * term/xterm.el: A fix to follow coding conventions.
1777
1778 * term/news.el: A fix to follow coding conventions.
1779
1780 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
1781 header line fixed.
1782
1783 * sun-curs.el: Fix Maintainer: header line.
1784
1785 * emacs-lisp/easymenu.el: Address of the author added.
1786
1b85bd12
GM
17872001-07-16 Gerd Moellmann <gerd@gnu.org>
1788
1789 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
1790 property.
1791
6e44da43
PJ
17922001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1793
1794 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
1b85bd12 1795 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
c59fb719
SM
1796 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
1797 Some fixes to follow coding conventions.
6e44da43 1798
6033fc96
GM
17992001-07-16 Gerd Moellmann <gerd@gnu.org>
1800
1801 * which-func.el (which-func-mode): Doc fix.
1802
5d3d1e32
SM
18032001-07-15 Stefan Monnier <monnier@cs.yale.edu>
1804
1805 * net/rcompile.el (remote-compile): Use make-local-variable.
1806
1807 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
1808
1809 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
1810
1811 * mail/reporter.el (reporter-submit-bug-report):
1812 Don't abuse make-variable-buffer-local. Fix call to add-hook.
1813
55535639
PJ
18142001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1815
3afbc435 1816 * calendar/cal-china.el, calendar/cal-coptic.el,
1b85bd12
GM
1817 * calendar/cal-dst.el, calendar/cal-french.el,
1818 * calendar/cal-hebrew.el, calendar/cal-islam.el,
1819 * calendar/cal-iso.el, calendar/cal-julian.el,
1820 * calendar/cal-mayan.el, calendar/cal-persia.el,
1821 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
1822 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
1823 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
1824 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
1825 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
1826 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
1827 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
1828 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
1829 * progmodes/ada-xref.el, progmodes/cc-align.el,
1830 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
1831 * progmodes/cc-defs.el, progmodes/cc-engine.el,
1832 * progmodes/cc-langs.el, progmodes/cc-menus.el,
1833 * progmodes/cc-styles.el, progmodes/cc-vars.el,
1834 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
1835 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
1836 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
1837 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
1838 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
1839 * textmodes/reftex.el: Some fixes to follow coding
3afbc435
PJ
1840 conventions in Eshell files with known maintainers.
1841
1842 * emulation/viper.el: A fix to follow coding conventions.
1843
60370d40 1844 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
1b85bd12
GM
1845 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
1846 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
1847 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
1848 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
1849 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
1850 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
1851 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
1852 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
1853 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
60370d40
PJ
1854 conventions in Eshell files.
1855
1856 * composite.el, diff.el, emacs-lisp/levents.el,
1b85bd12
GM
1857 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
1858 * emulation/pc-mode.el, emulation/viper-cmd.el,
1859 * emulation/viper-ex.el, emulation/viper-init.el,
1860 * emulation/viper-keym.el, emulation/viper-macs.el,
1861 * emulation/viper-mous.el, emulation/viper-util.el,
1862 * emulation/viper.el, forms-pass.el, international/ccl.el,
1863 * international/characters.el, international/encoded-kb.el,
1864 * international/fontset.el, international/ja-dic-cnv.el,
1865 * international/ja-dic-utl.el, international/kinsoku.el,
1866 * international/kkc.el, international/mule-cmds.el,
1867 * international/mule-diag.el, international/mule-util.el,
1868 * international/mule.el, international/titdic-cnv.el,
1869 * language/china-util.el, language/chinese.el,
1870 * language/cyril-util.el, language/cyrillic.el, language/english.el,
1871 * language/greek.el, language/hebrew.el, language/japan-util.el,
1872 * language/japanese.el, language/korea-util.el, language/korean.el,
1873 * language/lao-util.el, language/lao.el, language/misc-lang.el,
1874 * language/slovak.el, language/thai-util.el, language/thai.el,
1875 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
1876 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
1877 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
1878 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
1879 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
1880 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
1881 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
1882 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
1883 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
1884 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
c59fb719
SM
1885 to follow coding conventions in files without maintainer or in files
1886 with clear maintainer (but without Maintainer header stating so).
60370d40
PJ
1887
1888 * emacs-lisp/elp.el: A fix to follow coding conventions.
1889
715a2ca2 1890 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
1b85bd12
GM
1891 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
1892 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
1893 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
1894 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
1895 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
1896 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
1897 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
1898 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
1899 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
1900 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
1901 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
715a2ca2
PJ
1902 conventions in files from Gnus.
1903
55535639 1904 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
1b85bd12
GM
1905 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
1906 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
1907 * echistory.el, electric.el, emacs-lisp/authors.el,
1908 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
1909 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
1910 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
1911 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
1912 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
1913 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
1914 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
1915 * international/codepage.el, international/iso-ascii.el,
1916 * international/iso-insert.el, international/iso-transl.el,
1917 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
1918 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
1919 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
1920 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
1921 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
1922 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
1923 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
1924 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
1925 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
1926 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
1927 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
1928 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
1929 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
1930 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
1931 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
1932 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
1933 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
1934 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
1935 * textmodes/tex-mode.el, textmodes/text-mode.el,
1936 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
1937 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
1938 * vt100-led.el, window.el: Some fixes to follow coding conventions in
55535639
PJ
1939 files maintained by FSF.
1940
1cd7adc6
PJ
19412001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1942
1943 * arc-mode.el: A fix to follow coding conventions.
1944
1945 * bindings.el: Ditto.
1946
1947 * cdl.el: Ditto.
1948
1949 * comint.el: Ditto.
1950
1951 * cus-start.el: Ditto.
1952
1953 * shell.el: Ditto.
1954
1955 * skeleton.el: Ditto.
1956
07b1b912
SM
19572001-07-13 Stefan Monnier <monnier@cs.yale.edu>
1958
1959 * info.el (Info-build-node-completions):
1960 Make Info-current-file-completions buffer local.
1961
09938b67
GM
19622001-07-13 Gerd Moellmann <gerd@gnu.org>
1963
e0f82ad8 1964 * which-func.el (which-func-mode, which-func-ff-hook)
07b1b912 1965 (which-function-mode): Remove references to which-func-mode-global.
e0f82ad8 1966
07b1b912 1967 * calendar/cal-islam.el (calendar-goto-islamic-date):
78999117 1968 Add autoload cookie.
aa11456f 1969
09938b67
GM
1970 * play/fortune.el: Add types to defcustoms.
1971
ebea5735
PJ
19722001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1973
09938b67 1974 * language/czech.el: A fix to follow coding conventions.
ebea5735 1975
ec7dc7e1
EZ
19762001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
1977
1978 * speedbar.el (speedbar-supported-extension-expressions): Add .g
1979 to the extension list, for antlr-mode. From Christoph Wedler
1980 <Christoph.Wedler@sap.com>.
1981
ec402ad4
SM
19822001-07-11 Stefan Monnier <monnier@cs.yale.edu>
1983
1984 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
1985 (vc-dired-mode-map): Fix the madness.
1986
1987 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
1988 (vc-prefix-map): Moved back from vc.el.
1989
a777242c
GM
19902001-07-11 Gerd Moellmann <gerd@gnu.org>
1991
07b1b912
SM
1992 * mail/mail-extr.el (mail-extr-all-top-level-domains):
1993 Increase the size of the obarray.
a777242c
GM
1994 (mail-extr-all-top-level-domains): Add more toplevel domains,
1995 add more long names.
1996 From: Per Starback <starback@ling.uu.se>.
1997
874d7995
EZ
19982001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
1999
2000 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
2001 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2002
2003 * progmodes/ada-mode.el: Ditto.
2004
2005 * progmodes/ada-xref.el: Ditto.
2006
ff524b84
MB
20072001-07-11 Miles Bader <miles@gnu.org>
2008
2009 * finder.el (finder-insert-at-column): Also move to the next line
2010 if exactly at COLUMN.
2011
6b05fae3
GM
20122001-07-10 Gerd Moellmann <gerd@gnu.org>
2013
6ce5615d
GM
2014 * help.el (describe-function-1): When printing FUNCTION's
2015 documentation, don't assume FUNCTION is a symbol.
2016
6b05fae3
GM
2017 * startup.el (normal-top-level): Don't operate on the initial
2018 frame if we failed to create one.
2019
19da29f9
GM
20202001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
2021
2022 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
2023 itself, i.e. only indent the contents in it.
2024
6f19114e
GM
20252001-07-10 Markus Rost <rost@math.ohio-state.edu>
2026
2027 * mail/rmail.el (rmail-show-message): Show beginning of message in
2028 all windows containing it.
2029
8184a578
EZ
20302001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
2031
2032 * term/tty-colors.el: Fix the header line and copyright years.
2033
524ac5b2
GM
20342001-07-09 Gerd Moellmann <gerd@gnu.org>
2035
4033ae9d
GM
2036 * emacs-lisp/advice.el (ad-make-advised-definition): If the
2037 original definition has an interactive form, but is Elp
2038 instrumented, use the interactive form of the function called by
2039 elp-wrapper.
2040
59c2dcf4
GM
2041 * winner.el (winner-equal): Make it a defun. Don't compare Winner
2042 configurations with compare-window-configuration; they aren't
2043 window configurations.
2044
524ac5b2
GM
2045 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
2046 from the server for the format we expect. Don't use it if it
c59fb719 2047 doesn't look like what the Internet draft for FTP extensions specifies.
524ac5b2 2048
06c66e1c 2049 * toolbar/*.pbm: Cleaned up.
1d9f4dc1
GM
2050 From Luis Fernandes <elf@ee.ryerson.ca>.
2051
524ac5b2 20522001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7443aaa6
SM
2053
2054 * cc-cmds.el: Extended the kludge to interoperate with the
2055 delsel and pending-del packages wrt to the new function
2056 `c-electric-delete-forward'.
2057
851040a5
SM
20582001-07-08 Stefan Monnier <monnier@cs.yale.edu>
2059
2060 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
2061 to delay the call to <mode> for global minor modes.
2062 (easy-mmode-define-navigation): Only recenter if interactive.
2063
6573d87f
GM
20642001-07-06 Gerd Moellmann <gerd@gnu.org>
2065
a25e82a8
GM
2066 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
2067 to lisp-indent-line.
2068
6573d87f
GM
2069 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
2070 from the server. Call encode-time only when we are sure that we
2071 got a 213 response.
2072
c1a1fd60
GM
20732001-07-06 Simon Josefsson <jas@extundo.com>
2074
2075 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
2076 (mail-envelope-from): New user option.
2077 (sendmail-send-it): Use it.
2078
4b81a999
GM
20792001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2080
851040a5
SM
2081 * ps-print.el: Use locale dependant date to print date in header.
2082 Doc fix.
4b81a999
GM
2083 (ps-print-version): New version number (6.5.3).
2084 (ps-right-header, ps-right-footer): Initialization and doc fix.
2085 (ps-time-stamp-locale-default): New fun.
2086
a2cc5c4f
GM
20872001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2088
2089 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
2090 field problem with MIME-mode.
2091
2092 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
2093
20942001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2095
2096 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
2097 MIME-mode.
2098
a9b511e0
EZ
20992001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
2100
2101 * bindings.el (mode-line-mule-info): Don't show the tip with
2102 buffer-file-coding-system if that is nil.
2103
0f60e5ff
GM
21042001-07-05 Gerd Moellmann <gerd@gnu.org>
2105
f25cfe53
GM
2106 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
2107 instead of kill-line.
2108
5f72adc0
GM
2109 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
2110 <Pavel@Janik.cz>.
2111
2112 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
2113 <Pavel@Janik.cz>.
0f60e5ff 2114
b5e2c7a7
GM
21152001-07-04 Gerd Moellmann <gerd@gnu.org>
2116
2117 * font-lock.el (c-font-lock-keywords-3): When matching something
2118 like `struct X Y', finish with point after Y.
2119
e5836af8 21202001-07-04 Simon Josefsson <jas@extundo.com>
851040a5 2121
e5836af8 2122 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
851040a5 2123 in caller buffer.
e5836af8 2124
f1c53471
EZ
21252001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
2126
bf4041b6 2127 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
851040a5
SM
2128 instead of string-match to find the basename of the file.
2129 From Pascal Obry <p.obry@wanadoo.fr>.
bf4041b6 2130
851040a5
SM
2131 * net/browse-url.el (browse-url-default-windows-browser):
2132 Support the MS-DOS port when it runs on Windows.
51a91c09
EZ
2133 (browse-url-browser-function) [ms-dos]: Default to
2134 browse-url-default-windows-browser.
2135
f1c53471
EZ
2136 * help.el (locate-library): Enable code that looks for compressed
2137 libraries if auto-compression-mode is on.
2138
4ce5c223
SM
21392001-07-02 Stefan Monnier <monnier@cs.yale.edu>
2140
2141 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
2142
dd441b46
GM
21432001-07-02 Gerd Moellmann <gerd@gnu.org>
2144
4ce5c223 2145 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
dd441b46 2146
7a3ee510
EZ
21472001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
2148
33e432b1
EZ
2149 * allout.el: Fix the header line, so that finder.el recognizes it.
2150 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2151
4ce5c223
SM
2152 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
2153 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7a3ee510 2154
3024d920
EZ
21552001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
2156
4ce5c223 2157 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
027a15c1 2158
3024d920
EZ
2159 * ps-bdf.el (bdf-directory-list): Use the value relative to
2160 installation-directory for MS-Windows as well.
2161
0c1baae8
RS
21622001-06-29 Richard M. Stallman <rms@gnu.org>
2163
2164 * wid-edit.el (widget-color-sample-face-get):
2165 Return ((foreground-color . COLOR)) instead of constructing a face.
2166
442ebe98
EZ
21672001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
2168
2169 * faces.el (region): Change the background color for the
2170 light-background color display to lightgoldenrod2, to make it
2171 visible on some laptops.
2172
6519817e
RS
21732001-06-28 Richard M. Stallman <rms@gnu.org>
2174
2175 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
2176 (rmail-msg-restore-non-pruned-header): Likewise.
2177 If point was in the old pruned header, put it at the top.
2178 (rmail-msg-prune-header): If point was at the top, keep it there.
4ce5c223 2179
6519817e
RS
2180 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
2181 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
2182
15533ae2
SM
21832001-06-28 Stefan Monnier <monnier@cs.yale.edu>
2184
2185 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
2186
19a448e3
KF
21872001-06-28 Karl Fogel <kfogel@red-bean.com>
2188
2189 * saveplace.el: Update maintainer email address.
2190
a17555fd
FP
21912001-06-27 Francesco Potorti` <pot@gnu.org>
2192
15533ae2
SM
2193 * uniquify.el: (uniquify-rationalize-file-buffer-names):
2194 Undo previous change.
a17555fd
FP
2195
21962001-06-27 Francesco Potorti` <pot@gnu.org>
4501c939
FP
2197
2198 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
2199 preliminary quick reordering. Can speed things up dramatically.
2200
555cc9ca
RS
22012001-06-26 Richard M. Stallman <rms@gnu.org>
2202
4d68abe0
RS
2203 * dired.el (dired-get-filename): A file name starting with ~
2204 is not absolute in this context.
2205
555cc9ca
RS
2206 * which-func.el (which-func-maxout): Increase default to 500000.
2207 (which-function-mode): This is now the "real" name of the function.
2208 (which-func-mode): Now an alias.
2209 (which-func-mode-global): Name deleted.
2210
2211 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
2212 button-2, when binding hs-mouse-toggle-hiding.
2213
d9bad487
GM
22142001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2215
15533ae2 2216 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
d9bad487
GM
2217 (rmail-msg-prune-header): Likewise.
2218 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
2219 and `rmail-msg-prune-header'.
2220
da197e75
SM
22212001-06-25 Stefan Monnier <monnier@cs.yale.edu>
2222
2223 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
2224 back than LINEBEG.
2225
9501b986
EZ
22262001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
2227
2228 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
2229 window where they clicked the mouse has a header line, adjust
2230 vertical movement by one.
2231
7aee34d3
GM
22322001-06-25 Milan Zamazal <pdm@zamazal.org>
2233
da197e75
SM
2234 * progmodes/glasses.el (glasses-make-readable): Consider underscores
2235 too when separating a parenthesis.
7aee34d3 2236
b9cc92a4
EZ
22372001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
2238
2239 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2240 (bookmark-bmenu-hide-filenames): Add help-echo to
2241 mouse-highlighted text.
2242 (bookmark-bmenu-show-filenames): Remove help-echo property from
2243 the whitespace.
2244
e55c4863
EZ
22452001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
2246
da197e75
SM
2247 * files.el (auto-mode-alist): Add configure.ac (autoconf).
2248 From Karl Eichwalder <ke@suse.de>.
e55c4863 2249
4bd41f5a
RS
22502001-06-23 Richard M. Stallman <rms@gnu.org>
2251
2252 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
2253
2254 * progmodes/cc-styles.el (c-set-style): Don't specify initial
2255 contents for completing-read.
2256
fdae95d4
RS
22572001-06-22 Richard M. Stallman <rms@gnu.org>
2258
2259 * menu-bar.el (menu-bar-make-toggle): Construct the
2260 function's doc string from HELP, not DOC, and make it accurate by
2261 adding "Toggle whether to " at the front and downcasing the initial.
2262 Change the HELP arg in some calls to make it fit this usage.
2263
2264 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
2265 Undo previous change.
2266
5f0e1d42
EZ
22672001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
2268
1fd63d9b
EZ
2269 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
2270
da197e75 2271 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
5f0e1d42 2272
2ebf8f54
EZ
22732001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
2274
7a03d9cd
EZ
2275 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
2276
2ebf8f54
EZ
2277 * dabbrev.el (dabbrev--select-buffers): Fix last change.
2278
4de68712
RS
22792001-06-20 Richard M. Stallman <rms@gnu.org>
2280
2281 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
2282 broken out from dabbrev--find-expansion. Handle minibuffer
2283 specially here.
2284 (dabbrev--find-expansion): Simplify code in various ways.
2285 Don't treat minibuffers specially.
2286 Call dabbrev--make-friend-buffer-list.
da197e75 2287 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4de68712
RS
2288 (dabbrev--scanning-message): Do nothing when minibuffer is current.
2289
f84e9763 22902001-06-19 John Wiegley <johnw@gnu.org>
a5eab4a9 2291
f84e9763
JW
2292 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
2293 Also, added a comment describing how to greatly speedup Eshell
2294 loadup time, by concatenating together all of Eshell's .elc files.
a5eab4a9 2295
f5f3efaa 22962001-06-19 John Wiegley <johnw@gnu.org>
b868ed49 2297
da197e75
SM
2298 * eshell/esh-mode.el: Disabled a test that often yields false failures.
2299
f84e9763
JW
23002001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
2301
2302 * woman.el (WoMan-highlight-references): Add help-echo to
2303 mouse-highlighted text.
b868ed49 2304
f7ac3e28
SM
23052001-06-18 Stefan Monnier <monnier@cs.yale.edu>
2306
2307 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
2308
f6f1beba
GM
23092001-06-18 Gerd Moellmann <gerd@gnu.org>
2310
f7ac3e28
SM
2311 * international/quail.el (quail-start-conversion):
2312 Reset quail-translating to nil.
db8f7303 2313
f6f1beba
GM
2314 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
2315 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
2316
1a0b9ae6
EZ
23172001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
2318
855eca56
EZ
2319 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
2320 mouse-highlighted text.
2321
1a0b9ae6
EZ
2322 * dired.el (dired-mark-pop-up): Fix last change.
2323
e75e894b
EZ
23242001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
2325
218abc51
EZ
2326 * calendar/calendar.el (generate-calendar-month): Add help-echo to
2327 mouse-highlighted text.
2328
d36ca65d
EZ
2329 * net/quickurl.el (quickurl-url-file): Run through
2330 convert-standard-filename.
2331 (quickurl-list-populate-buffer): Add help-echo to
2332 mouse-highlighted text.
2333 (top-level): Update Dave's URL.
2334
092924fd
EZ
2335 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
2336 mouse-highlighted text.
2337
f7ac3e28
SM
2338 * textmodes/page-ext.el (pages-copy-header-and-position):
2339 Add help-echo to mouse-highlighted text.
092924fd
EZ
2340
2341 * tar-mode.el (tar-header-block-summarize): Add help-echo to
2342 mouse-highlighted text.
2343
2344 * replace.el (occur): Add help-echo to mouse-highlighted text.
2345
2346 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
2347 mouse-highlighted text.
2348
2349 * progmodes/cpp.el (cpp-make-button): Add help-echo to
2350 mouse-highlighted text.
2351
f7ac3e28
SM
2352 * progmodes/compile.el (compile-reinitialize-errors):
2353 Add help-echo to mouse-highlighted messages.
092924fd
EZ
2354 (compilation-forget-errors): Remove help-echo property as well.
2355
f7ac3e28
SM
2356 * play/landmark.el (lm-plot-square, lm-init-display):
2357 Add help-echo to mouse-highlighted text.
092924fd 2358
f7ac3e28
SM
2359 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
2360 Add help-echo to mouse-highlighted text.
092924fd
EZ
2361
2362 * dired.el (dired-insert-set-properties): Add help-echo to
2363 mouse-highlighted text.
f7ac3e28 2364 (dired-mark-pop-up): Remove help-echo property from the file name.
092924fd
EZ
2365
2366 * comint.el (comint-send-input): Add help-echo to
2367 mouse-highlighted text.
2368
2369 * buff-menu.el (list-buffers-noselect): Add help-echo to
2370 mouse-highlighted text.
2371
2372 * arc-mode.el (archive-summarize-files): Add help-echo to
2373 mouse-highlighted text.
2374
e75e894b
EZ
2375 * ffap.el (ffap-machine-p): Always return nil if
2376 open-network-stream is not fboundp.
2377
f621ed9d
SM
23782001-06-17 Stefan Monnier <monnier@cs.yale.edu>
2379
2380 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
2381 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
2382 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
2383 incorrectly binding chars between 128 and 256 to it.
2384 (sgml-maybe-name-self): Handle latin-1 chars properly.
2385 (sgml-tags-invisible): Bind buffer-file-name to nil.
2386 Use unwind-protect and restore-buffer-modified-p.
2387 (sgml-point-entered): Use buffer-substring-no-properties.
2388 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
2389 (html-mode): Don't force `imenu-sort-function'.
2390
884e8578
EZ
23912001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
2392
d5b49f47
EZ
2393 * tar-mode.el: Fix the copyright notice.
2394
ce6b1982
EZ
2395 * font-lock.el (font-lock-comment-face): For tty's with dark
2396 background, use "red1", since "lightred" is not one of the colors
2397 recognized by tty-colors.el.
2398
884e8578
EZ
2399 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
2400 create a buffer for extracted file, in case there's more than one
2401 file by that name in an archive, possibly in different
2402 directories. From Kevin Rodgers <kevinr@ihs.com>.
2403
2404 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
2405 <alex@gnu.org>.
2406
72190a54
MB
24072001-06-15 Miles Bader <miles@gnu.org>
2408
f621ed9d
SM
2409 * textmodes/texinfmt.el (texinfo-format-syntax-table):
2410 Revert previous change.
72190a54 2411
e4cdc335
RS
24122001-06-14 Richard M. Stallman <rms@gnu.org>
2413
2414 * replace.el (keep-lines-read-args): Return just a regexp.
2415 Provide nil for the region args.
f621ed9d 2416 (keep-lines, flush-lines, how-many):
e4cdc335
RS
2417 Calculate the defaults for the region here, when args are nil.
2418
c8c6b45a
EZ
24192001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
2420
2421 * rot13.el (rot13-other-window): Some more doc fix.
2422
f54701d1
EZ
24232001-06-14 Per Starback <starback@ling.uu.se>
2424
2425 * replace.el (case-replace, query-replace-from-history-variable)
2426 (query-replace-to-history-variable, keep-lines-read-args)
2427 (occur-revert-function, query-replace-help): Dox fix.
2428
1604ce98
EZ
24292001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
2430
2431 * rot13.el (rot13-other-window): Doc fix.
2432
22058843
MB
24332001-06-14 Miles Bader <miles@gnu.org>
2434
2435 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
2436 of " and \ to "." (punctuation).
2437 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
2438
e4cdc335
RS
24392001-06-13 Richard M. Stallman <rms@gnu.org>
2440
2441 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
2442
2443 * simple.el (shell-command-on-region): Never kill the
2444 *Shell Command Output* buffer.
2445
a62d56ab
SM
24462001-06-13 Stefan Monnier <monnier@cs.yale.edu>
2447
2448 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
2449
4a0aa1d9
SM
24502001-06-10 Stefan Monnier <monnier@cs.yale.edu>
2451
2452 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2453 New var, to recognize ${ $' and PODs.
2454 (perl-font-lock-syntactic-face-function): New function.
2455 (perl-mode): Use them.
2456 (perl-continuation-line-p): New function, from perl-calculate-indent.
2457 (perl-calculate-indent): Use it, to properly handle continuation
2458 lines of continuation lines.
2459
b5a9911c
EZ
24602001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
2461
2462 * server.el (server-process, server-buffer-clients): Doc fix.
2463 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2464
0f056ec1
JW
24652001-06-09 John Wiegley <johnw@gnu.org>
2466
2467 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
2468 test if the last command was Lisp or not.
2469 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
2470 B x C".
2471
e5e316b0
EZ
24722001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
2473
2474 * dos-w32.el (grep-regexp-alist): Remove definition, since the
2475 general one on compile.el supports drive letters.
7f4350a7
CD
2476
24772001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
2478
5a905a7e 2479 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
e5e316b0 2480 key description.
7f4350a7
CD
2481
2482 * textmodes/reftex-sel.el (reftex-select-jump): New command.
2483
5a905a7e 2484 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7f4350a7
CD
2485 (reftex-toc-jump): New command.
2486
2487 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
e5e316b0 2488 to parse international characters as well.
7f4350a7 2489
5a905a7e 2490 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
e5e316b0 2491 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7f4350a7 2492
5a905a7e
SM
2493 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
2494
2495 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
e5e316b0 2496 TAB to the key separators.
7f4350a7 2497
73419021
EZ
24982001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
2499
2500 * international/mule.el (auto-coding-alist): Remove redundant
2501 up-cased versions of the extensions (auto-coding-alist-lookup is
2502 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
2503 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
2504
cada28bb
EZ
25052001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
2506
2507 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
2508
4f7666dc
RS
25092001-06-01 Richard M. Stallman <rms@gnu.org>
2510
2511 * help.el (describe-variable): Put value on same line
2512 with preceding text, if it is short enough to look good that way.
2513
70079787
EZ
25142001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
2515
2516 * term/internal.el (IT-unicode-translations): New variable.
2517 (IT-setup-unicode-display): New function.
2518
c86f4619
GM
25192001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2520
2521 * ps-print.el: Handle before-string and after-string overlay properties
2522 in ps-print-*-with-faces commands. Doc fix.
2523 (ps-print-version): New version number (6.5.2).
2524 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
2525 for XEmacs.
2526 (ps-prefix-quote): Doc fix.
c6d452ad 2527 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
c86f4619
GM
2528 (ps-basic-plot-str, ps-plot-string): New funs.
2529
1ea98518
SM
25302001-05-31 Stefan Monnier <monnier@cs.yale.edu>
2531
2532 * progmodes/etags.el (tags-compression-info-list): Fix docstring
2533 and :type spec.
2534
2b1ec973
GM
25352001-05-31 Gerd Moellmann <gerd@gnu.org>
2536
1ea98518
SM
2537 * international/mule-cmds.el (inactivate-input-method):
2538 Set input-method-function to nil.
2b1ec973 2539
94843cc1
GM
2540 * xml.el (xml-parse-tag): The document may contain invalid characters.
2541 From ShengHuo ZHU <zsh@cs.rochester.edu>
2542
9652931f
GM
25432001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2544
2545 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1ea98518
SM
2546 `rmail-summary-line-decoder' if the message does not have
2547 a Subject: field.
9652931f 2548
1ea98518 2549 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
9652931f 2550
1ea98518
SM
2551 * mail/rmail.el (rmail-insert-mime-resent-message-function):
2552 New variable.
9652931f
GM
2553 (rmail-resend): Modify to work in `rmail-view-buffer'; call
2554 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
2555 is non-nil.
2556
f7ac3e28
SM
25572001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
2558
2559 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
2560
b781e739
SS
25612001-05-29 Sam Steingold <sds@gnu.org>
2562
00f51890
SS
2563 * faces.el (face-valid-attribute-values): Bind `valid' directly
2564 instead of using `setq'.
2565
b781e739
SS
2566 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
2567 Use `tex-shell-buf'.
2568 (tex-shell-proc): Use `tex-shell-running'.
2569 (tex-shell-buf-no-error): New function.
2570 (tex-send-tex-command): Use it.
2571 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
2572 (tex-kill-job): Check the process before calling `quit-process'.
2573
3d0e328b
GM
25742001-05-29 Gerd Moellmann <gerd@gnu.org>
2575
1ea98518
SM
2576 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
2577 UTF-8 sequences.
3d0e328b 2578
8bd6307f
GM
25792001-05-28 Miles Bader <miles@gnu.org>
2580
2581 * comint.el (comint-carriage-motion): Renamed from
2582 `comint-cr-magic'. Operate on the buffer instead of the string
2583 (for use as a comint post-output filter, instead of as a
2584 pre-output filter). Handle backspaces too. Add to the
2585 `comint-output-filter-functions' hook instead of
2586 `comint-preoutput-filter-functions'.
2587
89c8dc6c
GM
25882001-05-28 Gerd Moellmann <gerd@gnu.org>
2589
2590 * language/japan-util.el (japanese-hankaku): Prefer the charset
2591 `jisx0201' when the optional argument `ascii-only' is not specified.
2592 (japanese-hankaku-region): Ditto.
2593 From Katsumi Yamaoka <yamaoka@jpl.org>
2594
f25c1b9b
SM
25952001-05-28 Stefan Monnier <monnier@cs.yale.edu>
2596
2597 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
2598 (outline-invisible-p): New function.
2599 (hide-leaves): Save excursion.
2600 (hide-other): Stop looping when reaching bobp.
2601
719bb352
EZ
26022001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
2603
2604 * cus-edit.el (custom-file): Fix last change.
2605
d686d354
SM
26062001-05-27 Stefan Monnier <monnier@cs.yale.edu>
2607
2608 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
2609 same definition in byte-compile-function-environment as `autoload'
2610 would put in `symbol-function'.
2611
2612 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
2613 patch to correct the error message as well.
2614
49b1a638
EZ
26152001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
2616
71261a01
EZ
2617 * cus-edit.el (custom-file): Don't assume we were invoked with -q
2618 unless ~/.emacs exists.
2619
49b1a638
EZ
2620 * novice.el (enable-command): If user-init-file is nil or does not
2621 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
2622
a434b175
SM
26232001-05-25 Stefan Monnier <monnier@cs.yale.edu>
2624
15ca8de7
SM
2625 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
2626 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
2627 Allow spaces around macro arguments.
2628 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
2629 indent-for-tab-command.
2630 (latex-mode-map, plain-tex-mode-map): New keymaps.
2631 Inherit from tex-mode-map.
2632 (tex-common-initialization): Don't setup the keymap any more
2633 since it's now done right by define-derived-mode.
2634 (latex-mode): Set skeleton-end-hook to nil.
2635 (latex-skeleton-end-hook): Remove.
2636 (tex-latex-block, latex-insert-item): Simplify.
2637 (latex-syntax-after): Use following-char rather than char-after.
2638 (tex-discount-args-cmds, tex-count-words): New functions.
2639
2640 * textmodes/tildify.el (tildify-ignored-environments-alist):
2641 Recognize \verb* as well.
2642
2643 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
2644 (perl-comment-indent): Simplify to let newcomment.el do its job.
2645 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
2646 (perl-mark-function): Cleanup the namespace.
2647 (perl-calculate-indent): Don't be fooled by nested functions.
2648
2649 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
2650
a434b175
SM
2651 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
2652 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
2653
4e7e1f03
AC
26542001-05-25 Andrew Choi <akochoi@i-cable.com>
2655
2656 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
2657 actually be `\\'.
2658 (ctlau-b5-converter): Likewise.
2659
2bef0948
AC
26602001-05-24 Andrew Choi <akochoi@i-cable.com>
2661
2662 * international/titdic-cnv.el (quail-misc-package-ext-info):
e089be2d
AC
2663 Change CTLauB.el to CTLau-b5.el.
2664
d2d1851b
SM
26652001-05-23 Stefan Monnier <monnier@cs.yale.edu>
2666
2667 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
2668 rather than beginning-of-line to avoid problems with fields.
2669 (gud-perldb-massage-args): Use unless and push.
2670 (gud-chdir-before-run): New var.
2671 (gud-common-init): Use it.
2672
5e3d4fbc
AC
26732001-05-24 Andrew Choi <akochoi@i-cable.com>
2674
2675 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2676 delete entries for chinese-ctlau and chinese-ctlaub.
d2d1851b 2677 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5e3d4fbc 2678 chinese-ctlaub.
d2d1851b
SM
2679 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
2680 New functions.
5e3d4fbc 2681
0216c3df
GM
26822001-05-22 Gerd Moellmann <gerd@gnu.org>
2683
f1f65349
GM
2684 * cus-edit.el (custom-comment-show): Remove debug code.
2685
0216c3df
GM
2686 * language/japan-util.el (japanese-symbol-table): Fix handling of
2687 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
2688
e8a1ed31
SM
26892001-05-21 Stefan Monnier <monnier@cs.yale.edu>
2690
2691 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
2692 Renamed by removing the silly `-flag' suffix.
2693 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
2694
7246200c
SM
26952001-05-20 Stefan Monnier <monnier@cs.yale.edu>
2696
2697 * replace.el (keep-lines-read-args): Use `copy-marker'.
2698 (how-many): Save excursion properly.
2699 (occur-mode): Use define-derived-mode.
2700 (perform-replace): Use with-current-buffer.
2701
7e971261
RS
27022001-05-20 Richard M. Stallman <rms@gnu.org>
2703
65569e52
RS
2704 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
2705
cc9684e8
RS
2706 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
2707
9ca00e71
RS
2708 * info.el (Info-read-subfile): Widen before finding the
2709 desired node in the subfile.
2710
7e971261
RS
2711 * startup.el (command-line-1): When >2 files visited,
2712 leave the last one visible, and make that the selected window.
2713
7c5312b2
GM
27142001-05-20 Gerd Moellmann <gerd@gnu.org>
2715
2716 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
2717
310e9a21
EZ
27182001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
2719
7246200c
SM
2720 * international/ccl.el (define-ccl-program): Fix a typo.
2721 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
2722
2723 * international/mule.el (decode-char): Fix a typo. From Pavel
2724 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2725
2726 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
2727 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2728
310e9a21
EZ
2729 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
2730 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2731
ef55aa6c
SS
27322001-05-18 Sam Steingold <sds@gnu.org>
2733
7246200c 2734 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
ef55aa6c
SS
2735 and [RET] to `cvs-mode-find-file'.
2736
c9f3bebe
JW
27372001-05-18 John Wiegley <johnw@gnu.org>
2738
2739 * eshell/esh-ext.el (eshell-explicit-command-char): A new
2740 configuration variable, which determines the initial character
2741 that forces use of an external version of a command. The default
2742 is *, but may be set to \, for example.
2743
2744 * eshell/esh-ext.el (eshell-explicit-command):
2745 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 2746
c9f3bebe
JW
2747 * eshell/esh-cmd.el (eshell/which):
2748 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 2749
7c5312b2
GM
2750 * eshell/em-cmpl.el (eshell-completion-command-name)
2751 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
2752 instead of ?*.
2753
1c66d9fb
GM
27542001-05-18 Gerd Moellmann <gerd@gnu.org>
2755
a724ed38
GM
2756 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
2757 subst-char-in-string.
2758 (ange-ftp-after-parse-ls-hook): New variable.
2759 (ange-ftp-ls): Run that hook.
2760 From Peter Milliken <Peter.Milliken@GTECH.COM>.
2761
0595722b
GM
2762 * tmm.el (tmm-get-keymap): Fix handling of :filter.
2763 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
2764 text into *Completions*.
2765
1c66d9fb
GM
2766 * net/goto-addr.el (goto-address-at-point): Deal with URLs
2767 part of which look like email addresses.
2768
c5bdb93d
AI
27692001-05-18 Andrew Innes <andrewi@gnu.org>
2770
7246200c
SM
2771 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
2772 Use . instead of absolute path for lisp dir, to avoid bug in W2K
c5bdb93d
AI
2773 cmd.exe's handling of FOR loops.
2774 (autoloads): Set find-file-suppress-same-file-warnings to t to
2775 avoid slew of spurious messages.
2776
9a1211f2
GM
27772001-05-18 Simon Josefsson <simon@josefsson.org>
2778
2779 * mail/smtpmail.el (maybe-append-domain): Renamed to
2780 `smtpmail-maybe-append-domain'.
2781 (smtpmail-via-smtp): Use the new name.
2782
29148a3f
GM
2783 * net/browse-url.el (browse-url-browser-function): Add kde.
2784 (browse-url-kde-program, browse-url-kde-args): New variables.
2785 (browse-url-kde): New function.
2786
9ab59a1a
MB
27872001-05-18 Miles Bader <miles@gnu.org>
2788
7246200c
SM
2789 * simple.el (delete-horizontal-space, just-one-space):
2790 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9ab59a1a
MB
2791 because it's more efficient for large files.
2792
cebf1b97
GM
27932001-05-17 Gerd Moellmann <gerd@gnu.org>
2794
f90c23ca
GM
2795 * mail/rmail.el (rmail-require-mime-maybe): New function.
2796 (rmail): Use it.
2797 (rmail-mode): Handle the case of finding Rmail files.
2798
cebf1b97
GM
2799 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
2800 functions.
2801
df22166e
SM
28022001-05-17 Stefan Monnier <monnier@cs.yale.edu>
2803
2804 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
2805 text-property after moving to the beginning of line and regardless
2806 of the value of font-lock-multiline.
2807
2ca0d5f1
GM
28082001-05-17 Gerd Moellmann <gerd@gnu.org>
2809
e85e809a
GM
2810 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
2811
2ca0d5f1
GM
2812 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
2813 last coding system used before calling set-buffer-modified-p
2814 because that function changes last-coding-system.
2815
4c6a4739
EZ
28162001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
2817
2818 * files.el (switch-to-buffer-other-window)
2819 (switch-to-buffer-other-frame): Add an xref to display-buffer in
2820 the doc string.
2821
f08cf35b
GM
28222001-05-17 Gerd Moellmann <gerd@gnu.org>
2823
2824 * language/slovak.el, language/czech.el: New maintainer.
2825
2180ea97
SS
28262001-05-16 Sam Steingold <sds@gnu.org>
2827
f08cf35b 2828 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
2829 sub-form of `defgeneric' correctly.
2830
9bae8781
GM
28312001-05-16 Gerd Moellmann <gerd@gnu.org>
2832
a90b3d3c
GM
2833 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
2834 of `c'.
2835
1b7818b4 2836 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
2837 condition-case, test what outline-level returns instead, to
2838 ease debugging.
1b7818b4 2839
9bae8781
GM
2840 * international/mule.el (auto-coding-regexp-alist): New user-option.
2841 (auto-coding-from-file-contents): New function.
2842 (set-auto-coding): Use it to determine a coding system.
2843
7644c605
GM
28442001-05-15 Gerd Moellmann <gerd@gnu.org>
2845
18a0a39e
GM
2846 * mouse.el (mouse-delete-other-windows): Doc fix.
2847
df22166e
SM
2848 * emacs-lisp/lisp-mode.el (lisp-mode):
2849 Make font-lock-keywords-case-fold-search a buffer-local variable with
2850 make-local-variable before setting it.
7644c605 2851
940cf42e
EZ
28522001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
2853
2854 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
2855 prefixes.
2856
557f7c34
GM
28572001-05-14 Gerd Moellmann <gerd@gnu.org>
2858
2859 * hexl.el (hexl-current-address): Print a message when called
2860 interactively.
2861
14d9b141
SM
28622001-05-11 Stefan Monnier <monnier@cs.yale.edu>
2863
2864 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
2865
2866 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
2867
2868 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
2869
7bd2d083
GM
28702001-05-11 Gerd Moellmann <gerd@gnu.org>
2871
47e72862
GM
2872 * startup.el (command-line): If parameters have been changed in
2873 the init files which influence font selection, clear the face
2874 cache so that faces get realized with the new parameters.
2875
14d9b141 2876 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 2877
0f49941f
SM
28782001-05-10 Stefan Monnier <monnier@cs.yale.edu>
2879
2880 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
2881
cbeed4a8
EZ
28822001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
2883
2884 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
2885 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
2886
ff9aa2ca
GM
28872001-05-10 Gerd Moellmann <gerd@gnu.org>
2888
2889 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 2890 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 2891
b2c99950
JW
28922001-05-09 John Wiegley <johnw@gnu.org>
2893
0f49941f
SM
2894 * eshell/esh-util.el (eshell-convert-numeric-arguments):
2895 Annotated the documentation string to tell users about
3cb27fd7
JW
2896 `eshell-no-numeric-conversions'.
2897
c26f6b27
JW
2898 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
2899 conversions if a Lisp function has the property
2900 `eshell-no-numeric-conversions' set to a non-nil value.
2901
2902 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
2903 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
2904 property `eshell-no-numeric-conversions' on the following
2905 functions (which all deal with filesystem entities, and never Lisp
2906 numerical values): eshell/cd, eshell/pushd, eshell/popd,
2907 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
2908 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
2909 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
2910 eshell/which, eshell/addpath.
2911
29122001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 2913
d089e299
JW
2914 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
2915 encountered as an argument, don't convert it right away, but tag
2916 the first character of the string with the text properties
2917 `number', which signifies to `eshell-lisp-command' that the
2918 argument should be passed through `string-to-number' if it is
2919 actually used in the call to a Lisp function.
2920
2921 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
2922 function, convert any string arguments that have been tagged as
2923 "numbers", by calling string-to-number.
2924
2925 * eshell/esh-util.el (eshell-number-regexp): Now that number
2926 conversions only happen for Lisp function calls, the number regexp
2927 should now match all integer and floating point forms.
2928
2929 * eshell/esh-proc.el: Disable `eshell-stop-process' and
2930 `eshell-continue-process', since they are both nonfunctional at
2931 the moment.
2932 (eshell-proc-initialize): Don't bind keys for
2933 `eshell-stop-process' or `eshell-continue-process'.
2934
0f49941f
SM
2935 * eshell/em-unix.el (eshell-shuffle-files):
2936 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
2937
2938 * eshell/em-hist.el (eshell-add-to-history): Reference to
2939 `eshell-history-ring' needed to be `eshell-history-index'.
2940
0f49941f
SM
2941 * calendar/timeclock.el (timeclock-find-discrep):
2942 Initialize `elapsed' to 0.
cb89da0f
JW
2943 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
2944 it's still nil.
b2c99950 2945
ff39b9a1
SM
29462001-05-09 Stefan Monnier <monnier@cs.yale.edu>
2947
2948 * arc-mode.el (archive-int-to-mode): Construct the string directly.
2949 (archive-mode): Use capitalize.
2950 (archive-unique-fname): Use make-temp-file.
2951
9e53a675
GM
29522001-05-09 Gerd Moellmann <gerd@gnu.org>
2953
2954 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
2955
c8224de6
EZ
29562001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
2957
c533a7e2
EZ
2958 * tar-mode.el (tar-extract): Pay attention to the value of
2959 coding-system-for-read, if it is non-nil.
2960
ff39b9a1
SM
2961 * calendar/holidays.el (holidays): Add an autoload cookie.
2962 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 2963
1c8c9fb8
JW
29642001-05-08 John Wiegley <johnw@gnu.org>
2965
ff39b9a1
SM
2966 * calendar/timeclock.el (timeclock-workday-remaining):
2967 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
2968 (timeclock-workday-elapsed): Don't accept a "relative" argument
2969 for the current day's elapsed time. What could that have meant?
ff39b9a1 2970 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
2971 (timeclock-when-to-leave): Changed logic, similarly to what was
2972 done for `timeclock-workday-remaining'.
2973 (timeclock-find-discrep): Removed "today-only" argument, which had
2974 no meaning. Fixed some more math problems. The function now
2975 returns a three member list: (TOTAL-TIME-DISCREPANCY
2976 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
2977
5f47fb28
EZ
29782001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
2979
2980 * w32-fns.el (convert-standard-filename): Start replacing slashes
2981 from the beginning of the file name, not from where the last
2982 invalid character was. From "Andrew Maguire (SWW)"
2983 <Andrew.Maguire@Smallworld.co.uk>
2984
6da5c7da
GM
29852001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
2986
2987 The following changes are to provide infrastructure for handling
2988 MIME messages to rmail. They don't affect the original behaviour
2989 if rmail-enable-mime is nil.
2990
2991 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
2992 (rmail-search-mime-message-function)
2993 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
2994 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
2995 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
2996 `rmail-view-buffer' is hidden.
6da5c7da
GM
2997 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
2998 call rmai-show-mime-function.
2999 (rmail-display-labels): If rmail-enable-mime is non-nil, update
3000 mode-line-process of rmail-view-buffer.
3001 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
3002 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
3003 buffer.
ff39b9a1
SM
3004 (rmail-next-message, rmail-next-undeleted-message): Be sure to
3005 set-buffer to the Rmail buffer.
6da5c7da
GM
3006 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
3007 rmail-search-mime-header-function.
3008 (rmail-search-message): New function.
3009 (rmail-search): Call rmail-search-message to check if a message
3010 matches REGEXP, lastly update point after calling
3011 rmail-show-message.
ff39b9a1
SM
3012 (rmail-undelete-previous-message, rmail-expunge-confirmed)
3013 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
3014 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
3015 header region, refer to rmail-msgref-vector while setting the
3016 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
3017 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
3018 If rmail-enable-mime is non-nil, call
6da5c7da
GM
3019 rmail-insert-mime-forwarded-message-function instead of inserting
3020 forwarded message by itself.
3021
3022 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
3023 Rmail buffer.
3024 (rmail-set-label, rmail-next-labeled-message): Likewise.
3025
3026 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
3027 set-buffer to the Rmail buffer.
3028 (rmail-output-to-rmail-file): Likewise.
3029 (rmail-output): Likewise.
3030
3031 * mail/rmailsum.el (rmail-message-subject-p): Process the result
3032 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
3033 (rmail-new-summary): Be sure to go to the Rmail buffer.
3034 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
3035 rmail-view-buffer to nil.
3036 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
3037 rmail-view-buffer.
3038 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
3039 rmail-buffer.
3040 (rmail-summary-scroll-msg-down): Likewise.
3041 (rmail-summary-beginning-of-message): Likewise.
3042 (rmail-summary-wipe): Likewise.
3043 (rmail-summary-toggle-header): Use save-window-excursion, not
3044 save-excursion. Update point in rmail-view-buffer, not in
3045 rmail-buffer.
3046 (rmail-summary-reply): Before calling rmail-reply, set buffer to
3047 rmail-view-buffer, not rmail-buffer.
3048
5092477a
GM
30492001-05-07 Gerd Moellmann <gerd@gnu.org>
3050
1e9fc92e
GM
3051 * cus-edit.el (custom-file): Signal an error if user-init-file is
3052 nil (running -q).
3053
1d053370
GM
3054 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
3055
ff39b9a1
SM
3056 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
3057 Add :version.
3058
3059 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
3060 New option.
1b62b062
GM
3061 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
3062 only if smtpmail-warn-about-unknown-extensions is set.
3063
f851a71c
GM
3064 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
3065 instead of rmail-sort-by-keywords.
3066
ff39b9a1 3067 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
3068 rmail-sort-by-keywords.
3069
ff39b9a1
SM
3070 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
3071 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
3072 (rmail-summary-mode): Doc fix.
3073
5092477a
GM
3074 * mail/rmail.el (rmail-edit): New Custom group.
3075
3076 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
3077 (rmail-edit-mode-hook): New user-option.
3078
05be3833
RS
30792001-05-05 Richard M. Stallman <rms@gnu.org>
3080
3081 * help.el (help-xref-symbol-regexp): Recognize "source of"
3082 and friends, meaning make a link to the source file.
3083 (help-make-xrefs): Handle "source of" and friends
3084 by constructing a link that visits the source file.
3085
3086 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
3087
7dfb000f
SM
30882001-05-04 Stefan Monnier <monnier@cs.yale.edu>
3089
5efe6a56
SM
3090 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
3091 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
3092 Renamed from perl-font-lock-keywords to avoid clashes.
3093 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
3094 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
3095 Updated correspondingly.
3096
7dfb000f
SM
3097 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
3098 Typo `nonexistant' -> `nonexistent'.
3099
88bbb8cb
EZ
31002001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
3101
7dfb000f
SM
3102 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
3103 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
3104 `c-electric-delete-forward' always deletes forward and
3105 `c-electric-delete' only contains the code necessary for XEmacs to
3106 choose between backward and forward deletion.
7dfb000f 3107
88bbb8cb
EZ
3108 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
3109 get the electric behavior on that key too.
3110 (c-fill-paragraph): Fixed bogus direct use of
3111 c-comment-prefix-regexp, which caused an error when it's a list.
3112
a1af8dcf
EZ
31132001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
3114
3115 * dired-aux.el (dired-diff): Doc fix.
3116
3117 * dired.el (dired-diff): Likewise.
3118
ddfb4005
EZ
31192001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
3120
3121 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
3122
b36581fb
SM
31232001-05-02 Stefan Monnier <monnier@cs.yale.edu>
3124
80a00b6a
SM
3125 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
3126 if both the buffer and the file are read-only.
3127
b36581fb
SM
3128 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
3129 rather than font-lock-string-face.
3130 (sh-get-indent-info): Treat heredocs like strings.
3131
470bbe9b
GM
31322001-05-02 Gerd Moellmann <gerd@gnu.org>
3133
b36581fb
SM
3134 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
3135 a newline following `}'.
3356df63
GM
3136 (texinfo-format-email): New function.
3137 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
3138 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
3139 Add `display'.
3356df63
GM
3140 (texinfo-sort-region): Goto point-min before sorting.
3141 (texinfo-set): Remove leading white space from value.
3142 From yagi@is.titech.ac.jp.
3143
470bbe9b
GM
3144 * replace.el (query-replace-regexp-eval): Doc fix.
3145
a9d2fd1d
SM
31462001-05-01 Stefan Monnier <monnier@cs.yale.edu>
3147
3148 * diff-mode.el (diff-nonexistant-face): New face.
3149 (diff-font-lock-keywords): Use it.
3150
2b3e941a
EZ
31512001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
3152
22cd6fd3
EZ
3153 * font-lock.el (font-lock-mode): Doc fix.
3154
2b3e941a
EZ
3155 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
3156 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
3157
50df7214
GM
31582001-04-30 Gerd Moellmann <gerd@gnu.org>
3159
a9d2fd1d
SM
3160 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
3161 backslash at the start of the here-document delimiter.
a9793e45
GM
3162 (sh-font-lock-syntactic-keywords): Likewise.
3163
50df7214
GM
3164 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
3165
e2f599e9
EZ
31662001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
3167
3168 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
3169 (tty-color-translate, tty-color-by-index, tty-color-values)
3170 (tty-color-desc): Doc fix.
3171
dcaf31d3
EZ
31722001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
3173
3174 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
3175 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
3176 Mention dired-dwim-target in the doc string.
dcaf31d3 3177
a6a06429
MB
31782001-04-28 Miles Bader <miles@gnu.org>
3179
3180 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
3181 (dabbrev--find-expansion): Use it.
3182 (dabbrev--select-buffers): Don't select ignored buffers.
3183
5a5d9185
GM
31842001-04-27 Gerd Moellmann <gerd@gnu.org>
3185
a9d2fd1d 3186 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 3187
c5b82005
RS
31882001-04-26 Richard M. Stallman <rms@gnu.org>
3189
3190 * dabbrev.el: Add doc strings for some functions.
3191 (dabbrev--eliminate-newlines): New variable.
3192 (dabbrev--substitute-expansion): Convert newlines to spaces
3193 if dabbrev--eliminate-newlines is set.
3194 If abbrev and expansion are both all-lower-case,
3195 leave dabbrev--last-case-pattern nil.
3196
7cff9c6f
GM
31972001-04-26 Gerd Moellmann <gerd@gnu.org>
3198
3199 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
3200 if necessary, like in rmail-show-message.
3201
efa89c1f
GM
32022001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3203
3204 * ps-print.el: Color specified by number is forced to be float number.
3205 (ps-print-version): New version number (6.5.1.1).
3206 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
3207 initialization.
3208 (ps-prefix-quote): New internal var.
3209 (ps-print-quote): New fun.
3210 (ps-setup, ps-output-frame-properties, ps-float-format)
3211 (ps-format-color): Code fix.
a9d2fd1d
SM
3212 (ps-plot-region): Eliminate redundant foreground color text setting.
3213
d3111e5a
EZ
32142001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
3215
3216 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
3217
a728644c
GM
32182001-04-25 Gerd Moellmann <gerd@gnu.org>
3219
3220 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
3221
4ecdf04d
EZ
32222001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
3223
4645bb68
EZ
3224 * info.el (Info-additional-directory-list): Doc fix.
3225
4ecdf04d 3226 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
3227 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
3228 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 3229
7cd512f2
SM
32302001-04-25 Stefan Monnier <monnier@cs.yale.edu>
3231
1dc64fca
SM
3232 * progmodes/make-mode.el (makefile-font-lock-keywords):
3233 Rationalize the rules for includes and conditionals and use the
3234 keyword face for them.
3235
7cd512f2
SM
3236 * faces.el (modify-face): Add compatibility for non-interactive use.
3237
ffeb5c1c
JW
32382001-04-24 John Wiegley <johnw@gnu.org>
3239
3240 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
3241 fix from last night, since it wasn't finding eshell/cd.
3242
35f901fa
GM
32432001-04-24 Gerd Moellmann <gerd@gnu.org>
3244
3245 * rect.el (string-rectangle): Revert to 20.x behaviour.
3246 (replace-rectangle): Make it an alias for string-rectangle.
3247 (string-insert-rectangle): New function.
3248
c7b1b508
JW
32492001-04-23 John Wiegley <johnw@gnu.org>
3250
3251 * eshell/em-unix.el (eshell/diff): Fixed problems that were
3252 occurring with Emacs 21's diff.el/compile.el interaction layer.
3253
32542001-04-23 Colin Walters <walters@cis.ohio-state.edu>
3255
3256 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
3257 case where the function was defined in a file, but not part of an
3258 eshell module.
3259
157975e3
JW
32602001-04-23 John Wiegley <johnw@gnu.org>
3261
3262 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
3263 code to work around a redisplay problem I've been having.
3264
3dc630b9
JW
32652001-04-23 John Wiegley <johnw@gnu.org>
3266
3267 * calendar/timeclock.el (timeclock-day-required): If the time
3268 required for a particular day is not set, use `timeclock-workday'.
3269 (timeclock-find-discrep): Added some sample code in a comment.
3270
3271 * eshell/eshell.el (eshell-command): Made a few changes so that
3272 `eshell-command' could be called programmatically.
3273
7cd512f2 3274 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 3275
7cd512f2 3276 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 3277
3ae14dd9 32782001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
3279
3280 * calendar/timeclock.el: Updated copyright.
3281 (timeclock-generate-report): Don't report the daily or two-week
3282 total, if no time has been worked in that period.
3283 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
3284 final computational form, which was unnecessary; corrected a
3285 parsing problem when timeclock-relative was nil.
3286
3ae14dd9 32872001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
3288
3289 * calendar/timeclock.el (timeclock-modeline-display): Check if
3290 `list-entry' is null.
3291 (timeclock-use-display-time): The first argument to `set-variable'
3292 must be a symbol.
3293
53e1a74c
EZ
32942001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
3295
3296 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
3297 (calendar-today-marker, calendar-holiday-marker):
3298 Use display-color-p instead of window-system.
53e1a74c
EZ
3299 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
3300 instead of window-system.
3301 (calendar-hide-window): Use display-multi-frame-p instead of
3302 window-system.
3303
3304 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
3305 (calendar-only-one-frame-setup, calendar-one-frame-setup):
3306 Use display-multi-frame-p instead of window-system.
53e1a74c 3307
23b809c2
GM
33082001-04-23 Gerd Moellmann <gerd@gnu.org>
3309
1d14e80c
GM
3310 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
3311
23b809c2
GM
3312 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
3313 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
3314
b5eeaa1d
GM
33152001-04-23 Alex Schroeder <alex@gnu.org>
3316
3317 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
3318 line-end-position a defalias is used for point-at-bol and point-at-eol.
3319
b5eeaa1d
GM
33202001-04-23 Alex Schroeder <alex@gnu.org>
3321
3322 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 3323 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 3324
ac1470eb
EZ
33252001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
3326
3327 * textmodes/paragraphs.el (sentence-end): Doc fix.
3328
624ef9b3
GM
33292001-04-20 Alex Schroeder <alex@gnu.org>
3330
3331 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 3332 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
3333
33342001-04-20 Alex Schroeder <alex@gnu.org>
3335
3336 * sql.el (sql-db2-program): New option.
3337 (sql-db2-options): New option.
3338 (sql-db2): New function.
3339
33402001-04-20 Alex Schroeder <alex@gnu.org>
3341
3342 * sql.el (sql-mode-menu): Added highlighting entries.
3343 (sql-highlight-oracle-keywords): New function.
3344 (sql-highlight-postgres-keywords): New function.
3345 (sql-highlight-ansi-keywords): New function.
3346
33472001-04-20 Alex Schroeder <alex@gnu.org>
3348
3349 * sql.el (sql-help): Doc change.
3350
9f3703ab
KF
33512001-04-19 Karl Fogel <kfogel@collab.net>
3352
3353 * saveplace.el (save-place-alist-to-file): Removed no-effect code
3354 that inserted file content only to delete it immediately.
3355 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
3356 <lektu@uol.com.br> for the patch.
3357
2a83a11d
SM
33582001-04-19 Stefan Monnier <monnier@cs.yale.edu>
3359
3360 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
3361
6f4dd4dc
GM
33622001-04-18 Gerd Moellmann <gerd@gnu.org>
3363
0f8d6dc7
GM
3364 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
3365 for defmethod.
3366
6f4dd4dc
GM
3367 * comint.el (comint-cr-magic): New function.
3368 (toplevel): Add it to comint-preoutput-filter-functions.
3369
90200fcc
AI
33702001-04-18 Andrew Innes <andrewi@gnu.org>
3371
3372 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 3373 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
3374 (recompile): Remove stuff to set EMACSLOADPATH.
3375
daa66f34
GM
33762001-04-18 Gerd Moellmann <gerd@gnu.org>
3377
edc5c81d
GM
3378 * language/slovak.el ("Slovak"): Add tutorial entry.
3379
daa66f34
GM
3380 * net/browse-url.el (browse-url-new-window-flag): Renamed from
3381 browse-url-new-window-p.
3382
5d5845dc
EZ
33832001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
3384
3385 * info.el (Info-menu-update): When there are no menus and/or no
3386 cross references in the node, make the respective items of the
3387 Info menu-bar menu inactive.
3388
1c8addd0
GM
33892001-04-17 Gerd Moellmann <gerd@gnu.org>
3390
f4f480bd
GM
3391 * indent.el (indent-for-tab-command): Call indent-line-function
3392 with no argument if PREFIX-ARG is non-nil.
3393
1c8addd0
GM
3394 * frame.el (delete-other-frames): Handle minibuffer-only frames.
3395
8f9ab403
EZ
33962001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
3397
3398 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
3399 an async subprocess if start-process is unavailable. Suggested by
3400 Tim Van Holder <tim.van.holder@pandora.be>.
3401
60322163
EZ
34022001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
3403
3404 * info.el (Info-additional-directory-list): Doc fix. Suggested by
3405 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
3406
e372bc67
EZ
34072001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
3408
3409 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
3410 manual.
3411
28037ecf
SM
34122001-04-13 Stefan Monnier <monnier@cs.yale.edu>
3413
3414 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
3415 (cvs-menu): Add a few entries.
3416
3417 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
3418 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
3419 lock file appears to be reachable from Emacs.
3420 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
3421 (cvs-mode-find-file): Look for cvs-header-face rather than
3422 cvs-dirname-face (which doesn't exist).
3423 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
3424
3425 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
3426
5d5e7f53
EZ
34272001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
3428
3429 * emulation/pc-select.el (pc-selection-mode): Don't turn on
3430 normal-erase-is-backspace on a tty. Instead, bind some keys such
3431 as [delete] directly, like pc-select.el did before
3432 normal-erase-is-backspace was invented.
3433
118562e1 34342001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
3435
3436 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
3437
6c9e58c4
JW
34382001-04-11 John Wiegley <johnw@gnu.org>
3439
28037ecf
SM
3440 * eshell/em-ls.el (eshell-ls-insert-directory):
3441 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
3442 buffers, if Eshell's ls is being used.
3443
118562e1 34442001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 3445
28037ecf
SM
3446 * calendar/timeclock.el (timeclock-completing-read): New function.
3447 (timeclock-ask-for-project, timeclock-ask-for-reason):
3448 Call `timeclock-completing-read'.
978bd3ea
JW
3449
3450 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
3451 required where `member' was being used.
3452
118562e1 34532001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 3454
28037ecf
SM
3455 * eshell/em-hist.el (eshell-previous-matching-input):
3456 Don't display "History item" if the the minibuffer is active.
978bd3ea 3457
30cb0001
GM
34582001-04-11 Gerd Moellmann <gerd@gnu.org>
3459
3460 * startup.el (command-line): Output a newline after printing
3461 an error from loading the window system's init file.
3462
e38af9bd
EZ
34632001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
3464
28037ecf
SM
3465 * textmodes/texinfo.el (texinfo-font-lock-keywords):
3466 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
3467 @inforef. Add an OVERRIDE of `keep' to highlight specs of
3468 keywords whose arguments routinely include @@.
3469
bbf63a7b
GM
34702001-04-10 Gerd Moellmann <gerd@gnu.org>
3471
28037ecf
SM
3472 * emacs-lisp/advice.el (ad-make-advised-definition):
3473 Construct advice for subrs differently.
afffeb57 3474
3fe35f35 3475 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 3476 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 3477
c8d6d636 3478 * simple.el (completion-list-mode-finish): New function.
28037ecf 3479 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 3480
2a52f40e 3481 * language/european.el ("Polish"): Change sample text.
28037ecf 3482 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 3483
cf8b1bef
GM
3484 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
3485 parameter.
3486
bbf63a7b
GM
3487 * faces.el (menu): Doc fix.
3488
719d83ad 34892001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
3490
3491 * ps-print.el: Footer implementation. Doc fix.
3492 (ps-print-version): New version number (6.5.1).
3493 (ps-header-frame-alist): New customization var for header frame
3494 properties.
3495 (ps-line-number-color): New customization var for line number color.
3496 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
3497 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
3498 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
3499 (ps-right-footer): New customization vars for footers.
3500 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
3501 footers.
3502 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
3503 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
3504 Code fix.
319acba0
GM
3505 (ps-prologue-file): Indentation fix.
3506 (ps-print-quote): Fun eliminated.
3507 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
3508 (ps-output-frame-properties): New fun.
3509 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
3510 (ps-skip-newline): Replace defun by defsubst.
28037ecf 3511
e372bc67 35122001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
3513
3514 * eshell/eshell.el (eshell-command): Needed a "%s" format
3515 specifier, in case the buffer contains percent characters.
3516
e372bc67 35172001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
3518
3519 * calendar/timeclock.el (timeclock-generate-report): Added a
3520 missing insert of the project name.
3521
9f9a5e7a
GM
35222001-04-09 Gerd Moellmann <gerd@gnu.org>
3523
9170e5d4 3524 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 3525
865e97c1 3526 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 3527 (finder-data): Use it instead of `setwins'.
865e97c1
GM
3528 From: Dave Love <fx@gnu.org>.
3529
cf3885ac 3530 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
3531 (server-visit-files): Run server-visit-hook after going to
3532 line 1 so that the hook can set point as it sees fit.
3533
9f9a5e7a
GM
3534 * bindings.el (mode-line-modified): Unify help messages.
3535
51f32106
EZ
35362001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
3537
3538 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
3539 All callers changed.
3540
e02160a3
EZ
35412001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
3542
8e6bb0d0
EZ
3543 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
3544 long file names aren't supported, truncate the file names in
3545 quail-misc-package-ext-info to 8+3 before matching them against
3546 FILENAME.
3547
3548 * dos-fns.el (dos-truncate-to-8+3): New function.
3549
ec321d77
EZ
3550 * progmodes/compile.el (grep-compute-defaults): Use null-device
3551 instead of literal /dev/null. Reported by Jens Schmidt
3552 <schmidt@mathematik.uni-kl.de>.
3553
e02160a3
EZ
3554 * simple.el (normal-erase-is-backspace-mode): Doc fix.
3555
cf3885ac
SM
35562001-04-06 Stefan Monnier <monnier@cs.yale.edu>
3557
3558 * textmodes/sgml-mode.el: Add unknown maintainer.
3559 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
3560 (html-mode-map): Use set-keymap-parent.
3561
3ffb33bb
DL
35622001-04-06 Dave Love <fx@gnu.org>
3563
3564 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
3565 Remove redundant string-to-list.
3566
8f625692
SM
35672001-04-05 Stefan Monnier <monnier@cs.yale.edu>
3568
3569 * composite.el (reference-point-alist): Doc fix.
3570
1087f198
SS
35712001-04-05 Sam Steingold <sds@gnu.org>
3572
8f625692
SM
3573 * font-lock.el (font-lock-keywords-case-fold-search):
3574 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
3575 file made font-lock case-insensitive.
3576
a55e4e68
GM
35772001-04-05 Gerd Moellmann <gerd@gnu.org>
3578
0e4892e2
GM
3579 * faces.el (defface menu): Doc fix.
3580
4d664b04
GM
3581 * wid-edit.el (widget-color-sample-face-get): Don't make
3582 faces for undefined colors.
3583
a55e4e68
GM
3584 * version.el (emacs-version): Include LessTif/Motif version info.
3585
f383cd0d
GM
35862001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3587
3588 * ps-mule.el: Eliminate cl package dependence.
3589 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
3590 if they aren't defined yet.
3591 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
3592 Eliminate cl package dependence.
3593
de28797f
SM
35942001-04-04 Stefan Monnier <monnier@cs.yale.edu>
3595
3596 * progmodes/cc-cmds.el (c-outline-level):
3597 Bind buffer-invisibility-spec. Originally from Dave Love, but
3598 got lost when incorporating version 5.26.
3599
32df8b47
EZ
36002001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
3601
de28797f
SM
3602 * emulation/pc-select.el (pc-selection-mode):
3603 Call normal-erase-is-backspace-mode instead of binding
3604 keys individually.
58e4f61d 3605
7f62656b
EZ
3606 * cus-load.el (normal-erase-is-backspace): Use it instead of
3607 delete-key-deletes-forward.
3608
3609 * startup.el (command-line): Use normal-erase-is-backspace and
3610 normal-erase-is-backspace-mode.
3611
3612 * simple.el (normal-erase-is-backspace): Rename from
3613 delete-key-deletes-forward. Doc fix.
3614 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
3615 delete-key-deletes-forward-mode. Doc fix.
3616 Run normal-erase-is-backspace-hook.
7f62656b 3617
32df8b47 3618 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
3619 ``human-readable'' format produced by GNU `ls'.
3620 (dired-move-to-filename-regexp): Recognize ISO format dates.
3621 From Paul Eggert <eggert@twinsun.com>.
32df8b47 3622
5efa6032
GM
36232001-04-04 Gerd Moellmann <gerd@gnu.org>
3624
3625 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
3626 New functions.
de28797f
SM
3627 (lm-verify): Check keywords.
3628 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 3629
d757aac1
EL
36302001-04-03 Eric M. Ludlam <eric@siege-engine.com>
3631
3632 * speedbar.el (speedbar-insert-image-button-maybe): Check for
3633 `xemacs' feature instead of for the function `set-extent-property'.
3634
9832760a
SM
36352001-04-03 Stefan Monnier <monnier@cs.yale.edu>
3636
3637 * mail/mh-utils.el (mh-folder-hist): New var.
3638 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
3639
d565f6aa
EZ
36402001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
3641
3642 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
3643 region, position point on the first or last 16-byte group.
3644 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
3645 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
3646 hexl-beginning-of-line.
3647
24c0fd39
GM
36482001-04-03 Gerd Moellmann <gerd@gnu.org>
3649
5efa6032
GM
3650 * icomplete.el (icomplete-mode): Treat an argument like other
3651 modes do.
3652
b3f6107b
GM
3653 * startup.el (fancy-splash-head): Use splash8.xpm for color
3654 depth 8.
3655
24d451c5
SM
3656 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
3657 Add an antry for ``converts''.
476bf681 3658
24d451c5
SM
3659 * language/slovak.el ("Slovak"): Add documentation string.
3660 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 3661
450f6970
GM
3662 * language/czech.el ("Czech"): Add documentation string.
3663 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
3664
24d451c5
SM
3665 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
3666 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
3667
36682001-04-02 Stefan Monnier <monnier@cs.yale.edu>
3669
3670 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
3671 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
3672 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
3673 Use `defsubst' rather than a macro to ease debugging.
3674 (mail-extr-last): Remove (use `last' instead).
3675 (mail-extract-address-components): Properly reset the syntax-table
3676 after parsing an address. Use `last' rather than mail-extr-last.
3677 Make sure the end marker stays at the very end.
24c0fd39 3678
2b908342
EZ
36792001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
3680
3681 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
3682 last change.
3683
acfb077d
GM
36842001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3685
3686 * ps-print.el: Line and paragraph spacing feature. Region to cut
3687 out when printing. Doc fix.
3688 (ps-print-version): New version number (6.5).
24d451c5
SM
3689 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
3690 New vars. Line and paragraph spacing feature.
acfb077d
GM
3691 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
3692 out when printing.
3693 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
3694 (ps-get-font-size, ps-begin-job, ps-continue-line)
3695 (ps-plot-region): Code fix.
3696 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
3697 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
3698 New internal vars.
acfb077d
GM
3699 (ps-get-size): New fun.
3700 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
3701 (ps-next-line): Replace defun by defsubst.
3702 (ps-mule-plot-string): Autoload doc fix.
3703
3704 * ps-bdf.el: XEmacs compatibility. Doc fix.
3705 (installation-directory, coding-system-for-read): Declare vars if
3706 it's not declared yet.
3707 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
3708
3709 * ps-mule.el: XEmacs compatibility. Doc fix.
3710 (leading-code-private-22): Declare var if it's not declared yet.
3711 (charset-bytes, charset-dimension, charset-id, charset-width)
3712 (find-charset-region, split-char, char-width, chars-in-region)
3713 (forward-point, decompose-composite-char, encode-coding-string)
3714 (coding-system-p, ccl-execute-on-string, define-ccl-program):
3715 Define funs if not defined yet.
3716 (encode-composition-rule, find-composition): Define funs if not
3717 loaded yet.
3718 (ps-mule-prologue): PostScript code fix.
3719
37202001-04-02 Kenichi Handa <handa@etl.go.jp>
3721
3722 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
3723 non-nil, generate font for the header strings.
3724 (ps-mule-prepare-font): Likewise.
3725 (ps-mule-generate-glyphs): Likewise.
3726 (ps-mule-string-encoding): Likewise.
3727 (ps-mule-header-charsets): New variable.
3728 (ps-mule-encode-header-string): New function.
3729 (ps-mule-header-string-charsets): New function.
3730 (ps-mule-begin-job): Check charsets in the header strings. If there
3731 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
3732
3733 * ps-print.el (ps-generate-header-line): Encode the header string by
3734 ps-mule-encode-header-string.
3735 (ps-mule-encode-header-string): Declare autoload.
3736
c0eb3c10
GM
37372001-04-02 Gerd Moellmann <gerd@gnu.org>
3738
24d451c5
SM
3739 * frame.el (cursor-in-non-selected-windows):
3740 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 3741
a3d0b0e0
KH
37422001-03-31 Kenichi Handa <handa@etl.go.jp>
3743
3744 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3745 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 3746 (quail-misc-package-ext-info): New variable.
a3d0b0e0 3747 (tsang-quick-converter): New function.
24d451c5
SM
3748 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
3749 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
3750 (miscdic-convert, batch-miscdic-convert): New functions.
3751
55f7832c
KH
37522001-03-30 Kenichi Handa <handa@etl.go.jp>
3753
a2217cd8
KH
3754 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
3755 eight-bit-control chars.
3756
55f7832c 3757 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 3758 Reduce making temporary vector (suggested by Dave Love).
55f7832c 3759
911a2406
EZ
37602001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3761
3762 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
3763 string as well.
3764
1a518f2c
AS
37652001-03-30 Andreas Schwab <schwab@suse.de>
3766
3767 * files.el (backup-directory-alist): Fix typo.
3768
ef080b16
EZ
37692001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3770
3771 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
3772 <eggert@twinsun.com>.
3773
e4174a55
DL
37742001-03-30 Dave Love <fx@gnu.org>
3775
3776 * progmodes/fortran.el (fortran-comment-region): Fix typo.
3777
9d5d1075
EZ
37782001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3779
3780 * simple.el (transient-mark-mode): Mention C-g in the doc string.
3781
a27b451e
MB
37822001-03-30 Miles Bader <miles@gnu.org>
3783
3784 * subr.el (interactive-form): Fix paren typo.
3785
aea51abe
EZ
37862001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
3787
3788 * emacs-lisp/profile.el: Say that it's obsolete in the header
3789 line, so that finder.el puts that into its data-base.
3790 Suggested by Alex Schroeder <alex@gnu.org>.
3791
249dd409
EZ
37922001-03-29 Paul Eggert <eggert@twinsun.com>
3793
3794 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
3795 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
3796
1ac1fa96
SM
37972001-03-29 Stefan Monnier <monnier@cs.yale.edu>
3798
3799 * generic.el (generic-mode-set-comments): Use "" rather than nil
3800 for comment-end.
3801
e2b8a830
GM
38022001-03-29 Gerd Moellmann <gerd@gnu.org>
3803
1ac1fa96
SM
3804 * emacs-lisp/advice.el (ad-make-advised-definition):
3805 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
3806
3807 * subr.el (interactive-form): New function.
3808
8b2375e7
AS
38092001-03-29 Andre Spiegel <spiegel@gnu.org>
3810
3811 * vc-sccs.el (vc-sccs-register): Use relative file names.
3812
f827b862
GM
38132001-03-28 Gerd Moellmann <gerd@gnu.org>
3814
e59d0e9d
GM
3815 * bookmark.el (bookmark-get-bookmark): Handle case that
3816 BOOKMARK is not a string.
3817
deb2613a
GM
3818 * image.el (image-type-regexps): Change type for PS files
3819 to `postscript'.
3820
f827b862 3821 * subr.el (read-passwd): Clear command history after each
b52758d1
EZ
3822 character entered. From: Stephen Gildea
3823 <gildea@stop.mail-abuse.org>.
f827b862 3824
3c9449d0
KH
38252001-03-27 Kenichi Handa <handa@etl.go.jp>
3826
3827 * international/kkc.el (kkc-save-init-file): Locally bind
3828 print-length to nil.
3829
e6b13c74
GM
38302001-03-26 Gerd Moellmann <gerd@gnu.org>
3831
e120bebf
GM
3832 * textmodes/flyspell.el: Some doc fixes.
3833 (flyspell-maybe-correct-transposition)
3834 (flyspell-maybe-correct-doubling): Use a temporary buffer
3835
3836 * textmodes/ispell.el (ispell-parse-output): Doc fix.
3837
5f6c5771 3838 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
3839 (byte-optimize-form-code-walker): Diagnose too few arguments
3840 for `if' and `while'.
3841
2b984c45
KH
38422001-03-26 Kenichi Handa <handa@etl.go.jp>
3843
3844 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3845 Prepend `\' to "\<quail-translation-docstring>".
3846
bf2150fa
GM
38472001-03-26 Gerd Moellmann <gerd@gnu.org>
3848
5f6c5771
SM
3849 * autorevert.el (global-auto-revert-non-file-buffers):
3850 Remove duplicate defcustom.
bf2150fa 3851
a0d59316
MB
38522001-03-26 Miles Bader <miles@gnu.org>
3853
5f6c5771
SM
3854 * international/latin1-disp.el (latin1-char-displayable-p):
3855 Add leading "-" for X font pattern.
a0d59316 3856
9edbff6c
KH
38572001-03-26 Kenichi Handa <handa@etl.go.jp>
3858
5f6c5771
SM
3859 * international/mule-diag.el (describe-coding-system):
3860 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
3861 charsets they can encode.
3862
50b57199
EZ
38632001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
3864
3865 * help.el (view-lossage): Mention open-dribble-file in the doc
3866 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
3867
5b83f9c0
SM
38682001-03-23 Stefan Monnier <monnier@cs.yale.edu>
3869
3870 * skeleton.el (skeleton-internal-list): Fix bogus logic.
3871 (skeleton-pair-insert-maybe): Don't pair after a backslash.
3872
e0ecbf5c
KH
38732001-03-23 Kenichi Handa <handa@etl.go.jp>
3874
5b83f9c0
SM
3875 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
3876 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
3877 multibyte sequence can work correctly.
3878 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
3879 property of the coding system.
3880
1cc218de
SM
38812001-03-23 Stefan Monnier <monnier@cs.yale.edu>
3882
3883 * textmodes/fill.el (fill-individual-paragraphs-prefix):
3884 Fix transcription typo.
3885
a3db02ad
RV
38862001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
3887
3888 * whitespace.el: Add buffer local variables to toggle testing of
3889 whitespaces in buffers without affecting the default values.
a3db02ad 3890 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
3891 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
3892 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
3893 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 3894
83c9cb8e
SM
38952001-03-21 Stefan Monnier <monnier@cs.yale.edu>
3896
3897 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
3898
180d5509
GM
38992001-03-21 Gerd Moellmann <gerd@gnu.org>
3900
eeb5b5c1
GM
3901 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
3902 bs-cycle-configuration-name. From Juanma Barranquero
3903 <lektu@uol.com.br>.
3904
170a9e70
GM
3905 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
3906 and cc-vars.el.
3907
180d5509
GM
3908 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
3909 headers. Always invoke sendmail with option -t.
3910
130c507e
GM
39112000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3912
3913 * Release of cc-mode 5.28.
3914
39152000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3916
3917 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
3918 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 3919 It's instead taken care of by the default value for c-default-style.
130c507e 3920
130c507e
GM
39212000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3922
3923 * cc-align.el (c-lineup-math): Fix bug where lineup was
3924 triggered by equal signs in string literals.
3925
39262000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3927
3928 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
3929 limit detection when at the ends of the buffer.
3930
3931 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
3932 "for" statement clause in case 7F; a better one is done
3933 earlier in case 7D anyway.
3934
39352000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3936
3937 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
3938 somewhat more and did a small optimization.
3939
39402000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3941
3942 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
3943 Use the limit argument only to limit the syntactic context
3944 search, not to limit the actual movement.
3945
3946 * cc-cmds.el (c-beginning-of-statement): Move by sentence
3947 inside multiline strings, just like in comments. Also various
3948 fixes to the paragraph and comment prefix recognition, block
3949 comment ender handling etc.
3950
39512000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3952
3953 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
3954 the relative position of the point.
3955
3956 * cc-cmds.el (c-electric-continued-statement): New function to
3957 use as abbrev hook to reindent for keywords such as "else"
3958 that continues an earlier statement.
3959
3960 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
3961 like classes.
3962
3963 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
3964 (pike-mode): Populate the default abbrev tables to reindent for
3965 keywords such as "else" that can continue earlier statements.
3966 Abbrev mode is therefore turned on by default now. (Note that
3967 this doesn't apply to idl-mode, since IDL afaik doesn't have
3968 statements at all.)
3969
39702000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3971
3972 * cc-engine.el (c-inside-bracelist-p): Fix for handling
3973 bracelists where the declaration contains template arguments.
3974
39752000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3976
83c9cb8e
SM
3977 * cc-cmds.el (c-comment-indent):
3978 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
3979 syntactic indentation. Fixes bug with lineup functions that
3980 return vectors.
3981
3982 * cc-engine.el (c-get-syntactic-indentation): Split the
3983 indentation sum calculation from `c-indent-line' to a separate
3984 function.
3985
39862000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3987
3988 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
3989 Fixed places where it was assumed that preprocessor directives
3990 have to start in column zero.
3991
3992 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
3993 template arguments after a class identifier properly.
3994
3995 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
3996 lists for `new Foo[]' constructs in Java as expressions and
3997 not top level definition brace lists on the top level, so that
3998 they'll get indented consistently with the same type of
3999 expression in a normal block.
4000
40012000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4002
4003 * cc-cmds.el (c-fill-paragraph): The kludge that checks
4004 whether the adaptive filling package fails to keep the comment
4005 prefix is now kludged further to check for filladapt-mode
4006 which doesn't have that problem. This is really icky, but it's
4007 the only way that works with the current misfeatures/bugs in
4008 both adaptive-fill-mode and filladapt-mode.
4009
4010 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
4011 around point is recognized more robust.
4012
40132000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4014
4015 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
4016 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
4017 (c-lit-type): Fixed all internal variables used dynamically so
4018 that they are always bound.
4019
4020 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
4021 errors:
4022
4023 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
4024 the region is fully reindented even when an error occurs.
4025 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
4026 whole lot of code that tried to optimize indentation of whole
4027 sexps but in reality accomplishes nothing.
4028
4029 (c-indent-sexp): Use c-indent-region.
4030
4031 (c-parsing-error): Changed this variable to hold the message
4032 for any syntactic error that is discovered.
4033
4034 (c-parse-state): Search backward from point instead of the bod
4035 position when the latter is invalid. This makes CC Mode
4036 recover faster when there are unbalanced close braces.
4037
4038 (c-backward-to-start-of-if): Use c-parsing-error to report
4039 dangling "else" clauses instead of throwing an error, and fall
4040 back to a reasonable position.
4041
83c9cb8e 4042 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 4043
83c9cb8e 4044 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
4045
40462000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4047
4048 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
4049 paragraph recognition when moving by sentence in literals.
4050
83c9cb8e
SM
4051 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
4052 start regexp for javadoc to recognize javadoc markup in general instead
4053 of a specific set of keywords, to be more future-safe.
130c507e
GM
4054
4055 (c-Pike-pikedoc-paragraph-start)
4056 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
4057 pikedoc markup.
4058
83c9cb8e 4059 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 4060
83c9cb8e 4061 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
4062
4063 * cc-vars.el (c-default-style): Made a nicer Customize widget.
4064
4065 (c-comment-prefix-regexp): Made it possible to use an
4066 association list on this to specify mode specific regexps.
4067 The default value now use a special regexp in Pike mode to
4068 recognize pikedoc markup.
4069
4070 (c-current-comment-prefix): New variable containing the actual
4071 regexp from c-comment-prefix-regexp for the current buffer.
4072
40732000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4074
4075 * cc-cmds.el (c-electric-brace): Fixed check for special brace
4076 lists: We can't look at the syntax, since a brace list can get
4077 recognized as a plain statement-cont.
4078
4079 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
4080 special brace list opener broken over two lines got recognized
4081 as a statement on the second line. Case 9A changed.
4082
40832000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4084
4085 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
4086 adjustment after line is reindented.
4087
40882000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4089
4090 * cc-defs.el (c-point): Added optional argument for position
4091 to use instead of the current point.
4092
4093 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
4094 the in-expression block symbols when the construct starts at
4095 boi, to avoid the extra level of indentation in that case.
4096 Cases 4, 16A and 17E affected.
4097
40982000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4099
4100 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 4101 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
4102
4103 * cc-engine.el (c-indent-line): Use the syntax already bound
4104 to `c-syntactic-context', if there is any.
4105
41062000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4107
4108 * cc-engine.el (c-get-offset): Fixed bug where the indentation
4109 wasn't added up correctly when a lineup function returned nil.
4110
41112000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4112
4113 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 4114 empty lines were ignored when collecting line comments backwards.
130c507e
GM
4115
41162000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4117
4118 * cc-align.el (c-lineup-dont-change): Return an absolute
4119 indentation column to work correctly in the case when several
4120 syntactic elements are processed for the same line.
4121
4122 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
4123 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
4124 (c-set-offset): Added absolute indentation column settings by
4125 using the vector type.
4126
130c507e
GM
41272000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4128
4129 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
4130 Implemented two new cleanups `space-before-funcall' and
4131 `compact-empty-funcall'.
4132
130c507e
GM
41332000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4134
4135 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
4136 helping building regexps.
4137
4138 * cc-engine.el (c-on-identifier): New function for detecting
4139 identifiers. It takes keywords into account.
4140
4141 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
4142 lists. `c-keywords' is set to a regexp matching all keywords
4143 in the current language.
4144
41452000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4146
4147 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
4148 list of characters to skip backwards over at the beginning of
4149 a statement, since it can precede string literals in Pike.
4150
41512000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4152
4153 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
4154 recognition when standing on the last line in a C++ comment
4155 with nothing but whitespace after the prefix.
4156
4157 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
4158 given no limit argument.
4159
41602000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4161
4162 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
4163 recognition for the `[]= operator symbol in Pike.
4164
41652000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4166
4167 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
4168 around a bug in `eval-when-compile' in the byte compiler.
4169
4170 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 4171 value when count is zero and there's no token start within the limit.
130c507e
GM
4172
4173 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
4174 "prefix comments", i.e. comments which are followed by code on
4175 the same line.
4176
4177 * cc-mode-19.el: Fixes so that checks that must be done at
4178 compile time also are done then.
4179
41802000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4181
4182 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
4183 time and at runtime, and only when it's needed.
4184
41852000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4186
4187 Major cleanup for less error prone and more warning free
4188 compilation, including some fixes for bugs due to different
4189 compilation orders. Thanks to Martin Buchholz for providing
4190 the basis for all this.
4191
4192 * cc-bytecomp.el: New file that provides some byte compilation
4193 features: It ensures that files always are loaded from the
4194 current source directory during compilation, and it provides a
4195 set of macros to turn off specific compiler warnings for
4196 specific symbols. (It's not CC Mode specific in any way.)
4197
4198 Fixed a nearly acyclic dependency tree (both runtime and
4199 compile-time) between all files.
4200
4201 * cc-defs.el: Separated all macros before the inline functions,
4202 to ensure correct compilation.
4203
4204 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
4205 cc-defs.el to cc-engine.el and made it a function instead.
4206
4207 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
4208 about char-after.
4209
4210 * cc-vars.el: Cope even when there isn't a custom package
4211 containing defcustom available.
4212
4213 * cc-make.el: Removed since it's no longer necessary.
4214
4215 README: Updated installation instructions.
4216
42172000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4218
4219 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
4220 improve the modularity: Moved all mode init stuff from
4221 cc-langs.el to cc-mode.el, including the keymap
4222 initialization; cc-langs now only contains the various
4223 variables for configuring the language syntax.
4224
83c9cb8e
SM
4225 * cc-engine.el, cc-styles.el (c-evaluate-offset)
4226 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 4227 dependency analysis suggests they belong there (which also
83c9cb8e 4228 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
4229
42302000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4231
4232 * cc-cmds.el (c-fn-region-is-active-p): New function that
4233 wraps the corresponding macro, for use in places that aren't
4234 compiled. Thanks to Martin Buchholz for pointing out this.
4235
83c9cb8e 4236 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
4237
4238 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
4239 add things to the bug report.
4240
42412000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4242
4243 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
4244 returned prefix could contain a newline when the search for a
4245 good prefix line failed.
4246
42472000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4248
4249 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
4250 (c-toggle-auto-hungry-state): Made the argument optional, as
4251 the documentation says it is.
4252
42532000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4254
4255 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
4256 multiline string syntax, #"...", as a cpp macro.
4257
7008ccac
GM
42582001-03-21 Paul Eggert <eggert@twinsun.com>
4259
83c9cb8e
SM
4260 * international/mule-cmds.el (set-locale-environment):
4261 Set system-messages-locale and system-time-locale, but only if the
7008ccac 4262 caller specifies a non-nil locale name.
3c9449d0 4263
c2478129 42642001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
4265
4266 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 4267 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 4268
117e4b0c
GM
42692001-03-20 Gerd Moellmann <gerd@gnu.org>
4270
7194219d
GM
4271 * follow.el (follow-avoid-tail-recenter): Doc fix.
4272
5721ae13
GM
4273 * custom.el (custom-set-variables): Avoid reversing the list
4274 of args needlessly.
4275
7b8bbf72
GM
4276 * startup.el (fancy-splash-head): Don't change the colors of the
4277 XPM image on a dark background.
4278
a91ad7c9
GM
4279 * comint.el (comint-exec-1): Set columns of the terminal to
4280 window-width instead of frame-width.
4281
fa88947e
GM
4282 * info.el (Info-scroll-down): Add missing WINDOW arg for
4283 pos-visible-in-window-p.
4284
1741905c
GM
4285 * ehelp.el (electric-help-mode-hook): Add defcustom.
4286
117e4b0c
GM
4287 * mail/sendmail.el (mail-mode): Activate case-folding in
4288 font-lock-defaults.
4289
e84c695d
SM
42902001-03-19 Stefan Monnier <monnier@cs.yale.edu>
4291
4292 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
4293 (completion-ignored-extensions): Remove duplicate ".class".
4294
fc774041
AS
42952001-03-19 Andreas Schwab <schwab@suse.de>
4296
83c9cb8e
SM
4297 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
4298 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 4299
c2c097cc
GM
43002001-03-19 Gerd Moellmann <gerd@gnu.org>
4301
4302 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
4303 methods since there are not prefix input methods.
4304
fbe2e958
KH
43052001-03-19 Kenichi Handa <handa@etl.go.jp>
4306
83c9cb8e
SM
4307 * international/mule-cmds.el (read-input-method-name):
4308 Locally bind enable-recursive-minibuffers to t.
fbe2e958 4309
da47e491
SM
43102001-03-18 Stefan Monnier <monnier@cs.yale.edu>
4311
4312 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
4313
4986c2c6 43142001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 4315
4986c2c6
MK
4316 * ediff-util.el: Copyright years.
4317 (ediff-choose-syntax-table): New function.
4318 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 4319
4986c2c6
MK
4320 * ediff-init.el (ediff-with-syntax-table): New macro, uses
4321 with-syntax-table.
83c9cb8e 4322
4986c2c6 4323 * ediff.el: Date of last update, copyright years.
83c9cb8e 4324
4986c2c6 4325 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 4326
4986c2c6
MK
4327 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
4328 of Scott Bronson.
4329 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
4330 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
4331 Deleted functions.
4332 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
4333 ex-token-list.
83c9cb8e 4334
4986c2c6 4335 * viper-util.el: Spaces, indentation.
83c9cb8e 4336
4986c2c6 4337 * viper.el: Changed version, modification time.
83c9cb8e 4338
3c799aec 43392001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
4340
4341 * calendar/timeclock.el (timeclock-workday-remaining):
4342 Check whether `discrep' is non-null before using it.
3c799aec 4343
ae3ce418
JW
43442001-03-16 John Wiegley <johnw@gnu.org>
4345
4346 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
4347 first-time checkins.
4348 (timeclock-log-data): Fixed problem with reading timelog log file.
4349 Resulting data in the "day list" was incorrect.
4350 (timeclock-find-discrep): Check if `timeclock-file' is readable
4351 before opening it.
4352 (timeclock-time-less-p): New function.
4353 (timeclock-day-base): New function.
4354 (timeclock-geometric-mean): New function.
4355 (timeclock-generate-report): Generate a summary report based on
4356 the contents of the log file. This uses `timeclock-log-data', and
4357 is an example of writing a timelog manipulation function.
4358 (timeclock-visit-timelog): A quick command for opening the timelog
4359 file.
4360 (timeclock-log-data): Bound the variable event.
4361
c8d4a9bb
KH
43622001-03-16 Kenichi Handa <handa@etl.go.jp>
4363
83c9cb8e
SM
4364 * international/mule-cmds.el (select-safe-coding-system):
4365 Fix typo: symbol-name -> symbol-value.
11d56c64 4366
c8d4a9bb
KH
4367 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
4368 before substitute-in-file-name to handle double slashes in FILE
4369 correctly.
4370
c899e7e6
GM
43712001-03-15 Gerd Moellmann <gerd@gnu.org>
4372
4373 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
4374 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
4375
819dce0f
GM
43762001-03-14 Gerd Moellmann <gerd@gnu.org>
4377
697617d9
GM
4378 * bindings.el (features): Add `md5' and `overlay' to the list.
4379
819dce0f
GM
4380 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
4381 bound before using it. It's not bound when configured without X,
4382 for instance.
4383
e0067a9d
TTN
43842001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
4385
4386 * progmodes/hideshow.el: Update copyright.
4387 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 4388 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 4389
afcdc0a1
GM
43902001-03-13 Gerd Moellmann <gerd@gnu.org>
4391
e0067a9d 4392 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
4393 a non-list.
4394
30564c48
EZ
43952001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
4396
4397 * startup.el (fancy-splash-tail, command-line-1): Fix the
4398 copyright year.
4399
2b8e24b3
KH
44002001-03-13 Kenichi Handa <handa@etl.go.jp>
4401
4402 * term.el: These changes are based on a patch sent from Yong Lu
4403 <lyongu@yahoo.com>.
4404 (term-set-escape-char): Bind M-x to execute-extended-command in
4405 term-raw-escape-map.
4406 (term-move-columns): Don't try to move to negagive column.
4407 (term-emulate-terminal): Insert a string before deleting a text to
4408 overwrite.
4409
789b6186
GM
44102001-03-12 Gerd Moellmann <gerd@gnu.org>
4411
b0778a31
GM
4412 * play/life.el (life): Rearrange code so that all calls to
4413 life-display-generation are in a catch-form.
4414
04528cda
GM
4415 * progmodes/etags.el (tags-loop-continue): Don't change point in a
4416 file that isn't interesting. In an interesting file, push the old
4417 value of point on the mark ring.
4418
760cefb5
GM
4419 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
4420 New function.
4421 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
4422 Use it.
4423
83c9cb8e
SM
4424 * emacs-lisp/autoload.el (generate-file-autoloads):
4425 Remove warning about line lengths.
789b6186 4426
a2ffbafe
FP
44272001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
4428
4429 * progmodes/etags.el (tags-compression-info-list): New variable.
4430 (find-tag-in-order): Use it to deal with compressed source files.
4431 (tag-file-name-match-p): New function.
4432 (etags-recognize-tags-table): Use it for better match of file names.
4433
5c9d9d92
KH
44342001-03-12 Kenichi Handa <handa@etl.go.jp>
4435
ba3e9b9b
KH
4436 * international/mule-cmds.el (register-input-method): Doc fix.
4437
5c9d9d92
KH
4438 * international/quail.el (quail-translate-key): Fix condition to
4439 check if there's another breaking point in the current key.
4440
40beecee
EZ
44412001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
4442
4443 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
4444 Babyl header to the newly-created output file, bind
4445 coding-system-for-write to either rmail-file-coding-system or
4446 emacs-mule-unix.
4447
75c6cb7f
SM
44482001-03-11 Stefan Monnier <monnier@cs.yale.edu>
4449
4450 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
4451 Fix the name and regexp used for subsubsections.
4452
5ec17636
DL
44532001-03-10 Dave Love <fx@gnu.org>
4454
4455 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
4456 and save-buffer if buffer-file-name non-nil. From rms.
4457
6d2e2c02
AS
44582001-03-10 Andre Spiegel <spiegel@gnu.org>
4459
4460 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 4461 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
4462 to reflect that.
4463 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 4464 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
4465 variable bindings that might affect the diff command.
4466 (vc-print-log): Don't switch to the *vc* buffer before the
4467 command, so that local variable bindings are preserved.
4468
789b6186 4469 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
4470 not the current buffer.
4471 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
4472
789b6186 4473 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 4474 make output go to buffer *vc*, not the current buffer.
a2ffbafe 4475
b18f5523
SM
44762001-03-09 Stefan Monnier <monnier@cs.yale.edu>
4477
4478 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
4479 so ^, $, *, ? and + are interpreted correctly.
4480
3cfd8357
GM
44812001-03-09 Gerd Moellmann <gerd@gnu.org>
4482
c085b77c 4483 * help.el (string-key-binding): Renamed from
f9db8f19
SM
4484 mode-line-key-binding. Handle any event on a string.
4485 Check for `keymap' properties as well as `local-map' properties.
c085b77c 4486
3cfd8357
GM
4487 * comint.el (comint-insert-clicked-input): Use the last key
4488 from this-command-keys to lookup the global key definition.
4489
348f797a
KH
44902001-03-09 Kenichi Handa <handa@etl.go.jp>
4491
3ebf3717
KH
4492 * international/characters.el: Add category `j' for
4493 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
4494
348f797a
KH
4495 * international/mule-conf.el (no-conversion): Fix docstring.
4496 (raw-text): Fix docstring.
4497
e1fbabaf
GM
44982001-03-08 Gerd Moellmann <gerd@gnu.org>
4499
96e8e603
GM
4500 * simple.el (choose-completion-string): When not leaving the
4501 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
4502 is set.
4503
e1fbabaf
GM
4504 * window.el (shrink-window-if-larger-than-buffer): Handle frame
4505 parameter `(minibuffer . t)'.
4506
f9db8f19
SM
45072001-03-07 Stefan Monnier <monnier@cs.yale.edu>
4508
4509 * progmodes/sh-script.el (sh-st-symbol): New symbol.
4510 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
4511 (sh-mode): Remove `make-local-variable' for unused var
4512 `font-lock-unfontify-region-function'.
4513
02756877
RS
45142001-03-07 Richard M. Stallman <rms@gnu.org>
4515
132bf46d
RS
4516 * info.el (Info-scroll-down): Fix previous change.
4517
02756877
RS
4518 * mail/rmail.el (rmail-toggle-header): Use a window which
4519 is showing the Rmail buffer, rather than the selected window.
4520
eeb24429
DL
45212001-03-07 Dave Love <fx@gnu.org>
4522
4523 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
4524 now, to avoid problems with binding imenu directly to a mouse event.
4525
3bdf2660
GM
45262001-03-07 Gerd Moellmann <gerd@gnu.org>
4527
4528 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
4529 second arg t.
4530
45312001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
4532
4533 * log-edit.el (log-edit-common-indent): New var.
4534 (log-edit-set-common-indentation): Renamed from
4535 log-edit-delete-common-indentation. Use the new var.
4536 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
4537
4538 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
4539 (cvs-mode-add-change-log-entry-other-window):
4540 Don't presume change-log-default-name is defined.
4541
4542 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
4543
4544 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
4545 the "tree" operation as well.
4546
4547 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
4548
4549 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
4550 to match paragraph-start.
4551
4552 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
4553 comment-start-skip and set comment-end-skip as well.
4554 (sgml-comment-indent): Fix for new value of comment-start-skip.
4555 (html-autoview-mode): Don't bother using make-local-hook.
4556
2ad02767
GM
45572001-03-07 Gerd Moellmann <gerd@gnu.org>
4558
189638d5 4559 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 4560 variables, otherwise long Custom entries would make them ineffective.
189638d5 4561
2ad02767
GM
4562 * uniquify.el: Set maintainer to FSF.
4563
656f8cae
EZ
45642001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
4565
4566 * dired-aux.el (dired-do-shell-command): Doc fix.
4567
c83965c4
SM
45682001-03-06 Stefan Monnier <monnier@cs.yale.edu>
4569
04af43bc
SM
4570 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
4571
4572 * which-func.el (which-func-modes): Add cperl-mode.
4573 (which-func-mode-global): Use define-minor-mode.
4574
4575 * info-look.el: Docstring fixes and dead code eliminated.
4576 (cperl-mode): Add support.
4577 (emacs-lisp-mode): List all entries from elisp manual, whether
4578 or not they are currently (f)bound or not. Update regexp.
4579
4580 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
4581
c83965c4
SM
4582 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
4583 so that C-h m shows the correct information.
4584 Use make-local-variable rather than make-variable-buffer-local.
4585 (cperl-info-buffer, cperl-setup-tmp-buf):
4586 Use make-local-variable rather than make-variable-buffer-local.
4587 (cperl-msb-fix, cperl-get-help-defer):
4588 Check major-mode for `cperl-mode' as well.
4589
4590 * progmodes/cperl-mode.el: Updated to author version 4.23.
4591 (cperl-electric-pod): SYNOPSIS was misspelled.
4592 (cperl-find-pods-heres): @if ? a : b was considered a REx.
4593 (cperl-after-expr-p): Make true after __END__.
4594
f16a7aa5
GM
45952001-03-06 Gerd Moellmann <gerd@gnu.org>
4596
157ae273 4597 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 4598 bookmark-completion-ignore-case is t.
157ae273 4599
f16a7aa5
GM
4600 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
4601 switch, like xterm, and concat resource strings, with a newline
4602 between them.
4603
abaddb98
EZ
46042001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
4605
a2ffbafe 4606 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
4607 (cp773-decode-table, cp774-decode-table): New variables.
4608
abaddb98
EZ
4609 * man.el (Man-hyphenated-reference-regexp): New variable.
4610 (Man-build-references-alist): Use it to search for referenced
4611 manpages. If hyphenated is non-nil, record a concatenated word in
4612 Man-refpages-alist only if it matches Man-reference-regexp.
4613 Update word's length when it is concatenated. Reverse the list,
4614 to get the first manpage at the head.
4615 (Man-possibly-hyphenated-word): New function.
4616 (Man-follow-manual-reference): Use it instead of current-word to
4617 find a manpage at point, in a way that accounts for hyphenated
4618 references.
4619
eb3f61dd
GM
46202001-03-06 Alex Schroeder <alex@gnu.org>
4621
4622 * sql.el (sql-interbase): New function.
4623 (sql-interbase-program): New option.
4624 (sql-interbase-options): New option.
4625 And some typos fixed: "customise" to "customize".
4626
fa84f42a
DL
46272001-03-06 Dave Love <fx@gnu.org>
4628
83c9cb8e
SM
4629 * textmodes/flyspell.el (flyspell-region):
4630 Set up flyspell-local-mouse-map.
fa84f42a 4631
fda3411d
RS
46322001-03-05 Richard M. Stallman <rms@gnu.org>
4633
a2ffbafe 4634 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
4635 Don't call rmail-beginning-of-message.
4636 Don't discard From: field. Do discard Received: field.
4637 Use unwind-protect to re-prune.
4638 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 4639
e972ab1f
KH
46402001-03-06 Kenichi Handa <handa@etl.go.jp>
4641
4642 * international/quail.el (quail-title): Add autoload cookie.
4643
335db3c1
DL
46442001-03-05 Dave Love <fx@gnu.org>
4645
4646 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
4647 new defs.
4648
278dd6ac
KH
46492001-03-05 Kenichi Handa <handa@etl.go.jp>
4650
83c9cb8e
SM
4651 * language/ethio-util.el (ethio-toggle-space):
4652 Update current-input-method-title if necessary.
36d5e61d
KH
4653 (ethio-toggle-punctuation): Likewise.
4654
341cd4f0
KH
4655 * international/quail.el (quail-title): Fix for the case that a
4656 title of an input method is specified by a list of the same form
4657 as used in mode-line-format.
4658
83c9cb8e
SM
4659 * international/mule-cmds.el (activate-input-method):
4660 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
4661 respect that value.
4662
10ebaeb6
GM
46632001-03-05 Gerd Moellmann <gerd@gnu.org>
4664
4665 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
4666
7a65c85c
GM
46672001-03-05 Alex Schroeder <alex@gnu.org>
4668
4669 * sql.el (sql-sybase): Fix typo (was: query user about server two
4670 times instead of server and database).
4671
4672 * sql.el (sql-sybase): Doc change.
4673 (sql-mysql): Doc change.
4674 (sql-postgres): Doc change.
4675
b86644f2
KH
46762001-03-05 Kenichi Handa <handa@etl.go.jp>
4677
83c9cb8e
SM
4678 * international/mule-conf.el (emacs-mule, raw-text):
4679 Docstring modified.
b86644f2 4680
e30bd7b7
EZ
46812001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
4682
4683 * term/internal.el: Update copyright notice.
4684
4685 * term/pc-win.el: Update copyright notice.
4686
7e365285
DL
46872001-03-02 Dave Love <fx@gnu.org>
4688
83c9cb8e
SM
4689 * files.el (insert-file-contents-literally):
4690 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
4691 not jka-compr-compression-info-list.
7e365285 4692
75ed43a6
SM
46932001-03-02 Stefan Monnier <monnier@cs.yale.edu>
4694
4695 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
4696 spaces in default comment-start-skip settings rather than \s-.
4697
53c4b1e6
EZ
46982001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
4699
4700 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
4701 default-frame-alist as well.
4702
028d739a
DL
47032001-03-01 Dave Love <fx@gnu.org>
4704
4705 * textmodes/reftex.el (defvar): Wrap some defvars in
4706 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
4707
4708 * subr.el (event-basic-type): Doc fix.
4709
4710 * international/quail.el: Doc fixes.
4711
4712 * international/utf-8.el: Doc fixes.
4713
4714 * international/mule-cmds.el: Doc fixes.
4715 (leim-list-header): Fix header text.
4716
4717 * international/mule.el (coding-system-category): Doc fix.
4718
4719 * international/ccl.el (ccl-compile): Doc fix.
4720
15d1caef
SM
47212001-03-01 Stefan Monnier <monnier@cs.yale.edu>
4722
4723 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
4724 rather than (before|after)-change-functions.
4725
f84ff02c
GM
47262001-03-01 Gerd Moellmann <gerd@gnu.org>
4727
4728 * ediff-util.el (ediff-scroll-horizontally): Arrange for
4729 scroll-left and scroll-right being called interactively so that
4730 they set the window's min_hscroll.
4731
e0c1e774
EZ
47322001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
4733
4734 * info.el (info-insert-file-contents-1): Accept an additional
4735 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
4736 `suffix'; otherwise use the complicated MS-DOS code.
4737 All callers changed.
e0c1e774
EZ
4738 (info-insert-file-contents, Info-find-node): If the MS-DOS port
4739 can access long file names, try the long file-name version of
4740 `info-insert-file-contents-1', then the short file-name version.
4741
b8b2ea31 47422001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 4743
af122766
KH
4744 * language/ethio-util.el (setup-ethiopic-environment-internal):
4745 Change bindings of functions keys to conform to "Emacs Lisp Coding
4746 Convention".
4747
4748 * language/ethiopic.el ("Ethiopic"): Add documentation.
4749
b8b2ea31
KH
47502001-02-28 Kenichi Handa <handa@etl.go.jp>
4751
1d64e2ad
KH
4752 * international/utf-8.el (mule-utf-8): Set coding-category
4753 property to coding-category-utf-8.
4754
91cb6e51
RS
47552001-02-27 Richard M. Stallman <rms@gnu.org>
4756
4757 * lpr.el (lpr-page-header-switches, print-region-1):
4758 Undo 2000-07-06 change.
7298f3f7
RS
4759 (lpr-add-switches): Default to t on gnu/linux.
4760
c0cb1027
GM
47612001-02-27 Gerd Moellmann <gerd@gnu.org>
4762
4763 * bs.el (bs-attributes-list): Doc fix.
4764
01459648
GM
47652001-02-26 Gerd Moellmann <gerd@gnu.org>
4766
baebd8a5 4767 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 4768
01459648
GM
4769 * help.el (view-order-manuals): Use goto-address.
4770
4771 * startup.el (command-line-1): Add info about ordering manuals
4772 to the not so fancy splash screens.
4773
f93e614e
AS
47742001-02-26 Andre Spiegel <spiegel@gnu.org>
4775
01459648
GM
4776 * vc.el (vc-default-workfile-unchanged-p)
4777 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 4778
12435002
GM
47792001-02-26 Gerd Moellmann <gerd@gnu.org>
4780
a2ffbafe 4781 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
4782 fontify in the right buffer.
4783
12435002
GM
4784 * allout.el (outline-flag-region): Move macro in front of first
4785 use to avoid a run-time error.
4786
425de386
AI
47872001-02-24 Andrew Innes <andrewi@gnu.org>
4788
4789 * makefile.w32-in: Fix copyright notice.
4790
66c56ed1
KH
47912001-02-24 Kenichi Handa <handa@etl.go.jp>
4792
4c1593ce
KH
4793 * international/utf-8.el (mule-utf-8): Set correct value for
4794 valid-codes property.
4795
66c56ed1
KH
4796 * international/fontset.el (x-complement-fontset-spec): In the
4797 case that we use ASCII font for the other charsets, use only
15d1caef 4798 family and registry part of it.
66c56ed1 4799
119171dd
EZ
48002001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
4801
4802 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
4803 (shrink-window-if-larger-than-buffer): Doc fix.
4804
932c309e
SM
48052001-02-23 Stefan Monnier <monnier@cs.yale.edu>
4806
4807 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
4808 predicate passed to completing-read.
4809
9b760e36
EZ
48102001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
4811
4812 * startup.el (command-line): Fix last change.
4813
5c39a60f
JR
48142001-02-23 Jason Rumney <jasonr@gnu.org>
4815
4816 * startup.el (tool-bar-originally-present): New variable.
4817 (command-line): Set it if the tool-bar is switched on at startup.
4818
4819 * frame.el (frame-notice-user-settings): Only adjust frame height
4820 for no tool-bar case if tool-bar was originally switched on.
796ead7e 4821 From E. Jay Berkenbilt.
5c39a60f 4822
cb91b2c7
SM
48232001-02-22 Stefan Monnier <monnier@cs.yale.edu>
4824
39b557e8
SM
4825 * server.el (server-switch-buffer): Only switch window if the
4826 current one is dedicated.
4827
cb91b2c7
SM
4828 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
4829 rather than using (match-beginning 0) when searching for break point.
4830
9238a8df
EZ
48312001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
4832
4833 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
4834 @ follows an accent command such as @'. Support optional braces
4835 in commands that insert accents, like makeinfo does.
4836
3473f362
GM
48372001-02-22 Gerd Moellmann <gerd@gnu.org>
4838
4839 * startup.el (fancy-splash-text): Add a line for ordering
4840 manuals. Reverse order of splash screens shown.
4841 (use-fancy-splash-screens-p): Adapt to the text line added.
4842
4843 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
4844 manuals from the FSF.
4845
4846 * help.el (view-order-manuals): New function.
4847 (toplevel): Bind C-h C-m to this function.
4848
76a4de07
SM
48492001-02-21 Stefan Monnier <monnier@cs.yale.edu>
4850
4851 * newcomment.el (comment-forward): Skip the comment-start before
4852 searching for the comment-end.
4853
75b71d85
DL
48542001-02-21 Dave Love <fx@gnu.org>
4855
2f4c9a87
DL
4856 * custom.el (custom-initialize-changed, defcustom): Doc fix.
4857
75b71d85
DL
4858 * international/mule-cmds.el, international/mule.el: Doc fixes.
4859
ffc9ff0c
GM
48602001-02-21 Gerd Moellmann <gerd@gnu.org>
4861
4862 * startup.el (fancy-splash-screens): Use display-hourglass
4863 instead of display-busy-cursor.
4864
4865 * frame.el (display-hourglass): Renamed from busy-cursor.
4866 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
4867 (show-cursor-in-non-selected-windows): Doc fix.
4868
f34eb373
DL
48692001-02-20 Dave Love <fx@gnu.org>
4870
4871 * international/utf-8.el: Doc and commentary fixes.
4872
f55e4a7e
EZ
48732001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
4874
4875 * ehelp.el (with-electric-help): Doc fix.
4876
fa97adf6
GM
48772001-02-20 Gerd Moellmann <gerd@gnu.org>
4878
4879 * msb.el (msb-mode): Call the update-buffers function explicitly
4880 with a FORCE argument.
4881
4882 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
4883 FORCE. If set, update the menu even if frame-or-buffer-changed-p
4884 returns nil.
4885
54ed3bd2
GM
48862001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4887
4888 * ps-print.el: Timestamp package replacement. Some enhancements.
4889 Some XEmacs compatibility. Doc fix.
4890 (ps-print-version): New version number (6.4).
4891 (ps-printer-name): Initialization fix.
4892 (ps-zebra-stripe-follow): Funcionality enhancement.
4893 (ps-prologue-file): Code enhancement.
4894 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
4895 (ps-setup, ps-face-bold-p, ps-face-italic-p)
4896 (ps-get-page-dimensions)
54ed3bd2
GM
4897 (ps-generate-header, ps-begin-file, ps-begin-job)
4898 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
4899 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
4900 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
4901 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 4902
e8ebf97d
MB
49032001-02-20 Miles Bader <miles@gnu.org>
4904
4905 * image-file.el (image-file-name-extensions): Add "tif".
4906
136b27c5
GM
49072001-02-19 Gerd Moellmann <gerd@gnu.org>
4908
4909 * wid-edit.el (widget-button-click): Save the selected window
4910 around the code handling clicks on buttons.
4911
6ebbcf59
DL
49122001-02-18 Dave Love <fx@gnu.org>
4913
4914 * imenu.el (imenu--generic-function): Use mapc to iterate over
4915 syntax characters.
4916
595ded73
RS
49172001-02-17 Richard M. Stallman <rms@gnu.org>
4918
b9fe3dc8
RS
4919 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
4920
595ded73
RS
4921 * uniquify.el (uniquify-buffer-name-style): Doc fix.
4922
f3f053f3
GM
49232001-02-16 Gerd Moellmann <gerd@gnu.org>
4924
4925 * mouse.el (mouse-save-then-kill): If the distance from the new
4926 point to the mark is equal to the distance of point from the new
4927 point, move point instead of the mark.
4928
11570a8f
DL
49292001-02-16 Dave Love <fx@gnu.org>
4930
4931 * textmodes/flyspell.el (flyspell-get-word): Return string without
4932 properties.
4933
fb339cd5
EZ
49342001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
4935
4936 * generic.el (generic-find-file-regexp): Doc fix.
4937 (generic-ignore-files-regexp): New defcustom.
4938 (generic-mode-find-file-hook): If the file's name matches the
4939 regexp in `generic-ignore-files-regexp', don't enter
4940 default-generic-mode. Doc fix.
4941
c56b1c1b
GM
49422001-02-16 Gerd Moellmann <gerd@gnu.org>
4943
a2ffbafe 4944 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
4945 Add autoload cookies.
4946
a2ffbafe 4947 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
4948 of cal-tex-24.
4949
0d140e65
EZ
49502001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
4951
81558867
EZ
4952 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
4953
0d140e65
EZ
4954 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
4955 the character class after the (optional) drive, to support file
4956 names with embedded blanks.
4957
713f7b15
SS
49582001-02-15 Sam Steingold <sds@gnu.org>
4959
4960 * textmodes/tex-mode.el (tex-shell-running):
4961 Check the process buffer too.
4962
9a2a6f73
DL
49632001-02-15 Dave Love <fx@gnu.org>
4964
4965 * battery.el (battery-status-function): Fix doc, :type.
4966
15d1caef 4967 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 4968
fe10cef0
GM
49692001-02-15 Gerd Moellmann <gerd@gnu.org>
4970
4971 * subr.el (read-passwd): Clear Lisp memory holding password.
4972
126f5d4d
MB
49732001-02-15 Miles Bader <miles@gnu.org>
4974
4975 * info.el (Info-copy-current-node-name): New function.
4976 (Info-mode-menu): Add it to the menu.
4977
92e98d63
RS
49782001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
4979
4980 * international/mule-cmds.el (toggle-input-method): Doc fix.
4981
dd4e0e55
SM
49822001-02-13 Stefan Monnier <monnier@cs.yale.edu>
4983
4984 * replace.el (occur): Stop at end of buffer.
4985
402dbbd1
EZ
49862001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
4987
4988 * international/mule-cmds.el (set-input-method): Another doc fix.
4989
e9fcba3d
GM
49902001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
4991
4992 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
4993
78ad1cd5
MB
49942001-02-13 Miles Bader <miles@gnu.org>
4995
713f7b15 4996 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
4997 (set-face-stipple): Treat a value of nil as being `unspecified'.
4998
fce9d9dc
DL
49992001-02-12 Dave Love <d.love@dl.ac.uk>
5000
5001 * international/latin1-disp.el: Doc fixes.
5002 (latin1-display) <defgroup>: Add :link.
5003 (latin1-display) <function>: Set variable latin1-display.
5004
bc406911
EZ
50052001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
5006
5007 * international/mule-cmds.el (set-input-method): Doc fix.
5008
68514d48
EL
50092001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
5010
5011 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
5012 (speedbar-line-file): Return nil if not a file.
5013 (speedbar-buffers-line-path): Return file for tags, and dir for files.
5014
513bea45 50152001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 5016
513bea45
MK
5017 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
5018 for remote files.
bc406911 5019 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 5020 with raw-text.
713f7b15 5021
513bea45 5022 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 5023
83c9cb8e
SM
5024 * ediff-util.el (ediff-compute-custom-diffs-maybe):
5025 Better handling of the diff mode.
713f7b15 5026
513bea45 5027 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 5028
bc406911 5029 * viper.texi: Fix typos.
713f7b15 5030
521d4010
DL
50312001-02-11 Dave Love <fx@gnu.org>
5032
36fd8e17
DL
5033 * shadowfile.el: Doc fixes.
5034 (shadow) <defgroup>: Add :link.
5035 (shadowfile-unload-hook): New function.
5036 (shadow-initialize): Use defalias, not fset.
5037 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 5038 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 5039
521d4010
DL
5040 * international/mule.el: Doc and message fixes.
5041
36fd8e17
DL
5042 * international/ccl.el (define-ccl-program): Doc fix.
5043
92395bbe
KH
50442001-02-11 Kenichi Handa <handa@etl.go.jp>
5045
5046 * faces.el (mode-line): Set :line-width property to -1.
5047
103db06c
RS
50482001-02-10 Richard M. Stallman <rms@gnu.org>
5049
08b78974
RS
5050 * complete.el (partial-completion-mode): Doc fix.
5051
103db06c
RS
5052 * simple.el (delete-key-deletes-forward-mode):
5053 Change `let' to `let*' to fix gross bug in last change.
5054
5055 * repeat.el (repeat): Don't let execute-kbd-macro alter
5056 real-last-command.
5057
a6a1ee53
EZ
50582001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
5059
5060 * simple.el (eval-expression): Doc fix.
5061
d2f288c6
DL
50622001-02-09 Dave Love <fx@gnu.org>
5063
038f4ae3
DL
5064 * imenu.el (imenu-generic-expression): Doc fix.
5065
83c9cb8e
SM
5066 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
5067 From Juanma Barranquero.
038f4ae3 5068
15d1caef 5069 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 5070
9804b846
KH
50712001-02-09 Kenichi Handa <handa@etl.go.jp>
5072
5073 * faces.el (set-face-attribute): Describe the case of a negative
5074 value specified for :line-width.
5075
532f5197
SM
50762001-02-08 Stefan Monnier <monnier@cs.yale.edu>
5077
5078 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 5079 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 5080
1d279666
DL
50812001-02-08 Dave Love <fx@gnu.org>
5082
4681ca3a
DL
5083 * wid-edit.el (widget-plist-convert-widget): Replace binding of
5084 widget-plist-value-type.
5085 (widget-alist-convert-widget): Replace binding of
5086 widget-alist-value-type.
5087
1d279666
DL
5088 * textmodes/paragraphs.el (sentence-end): Doc fix.
5089
83c9cb8e
SM
5090 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
5091 Remove `backward-line'.
1d279666 5092
532f5197
SM
5093 * play/pong.el (pong-blank-color, pong-bat-color)
5094 (pong-ball-color, pong-border-color, pong-left-key)
5095 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
5096 (pong-pause-key, pong-resume-key, pong-timer-delay):
5097 * mail/mh-comp.el (mh-compose-letter-function):
5098 * eshell/esh-mode.el (eshell-skip-prompt-function):
5099 * emulation/viper-ex.el (ex-unix-type-shell-options):
5100 * recentf.el (recentf-menu-filter):
5101 * ps-print.el (ps-print-region-function):
5102 * lpr.el (print-region-function):
5103 * forms.el (forms-mode-hooks):
5104 * dirtrack.el (dirtrack-directory-change-hook):
5105 * cus-start.el (temp-buffer-show-function, display-buffer-function):
5106 * textmodes/spell.el (spell-filter):
5107 * textmodes/fill.el (adaptive-fill-function):
5108 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
5109 * progmodes/etags.el (find-tag-default-function):
5110 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
5111 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
5112
6f676109
EZ
51132001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
5114
751d3bc4
EZ
5115 * emulation/viper-init.el (viper-fast-keyseq-timeout)
5116 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
5117 Meyering <jim@meyering.net>.
5118
6f676109
EZ
5119 * loadup.el: Revert last change.
5120
d3c26cdf
KH
51212001-02-07 Kenichi Handa <handa@etl.go.jp>
5122
83c9cb8e
SM
5123 * international/mule.el (transform-make-coding-system-args):
5124 Make it work also for coding systems not using CCL.
d3c26cdf 5125
44806980
EZ
51262001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5127
9889af08
EZ
5128 * simple.el (previous-matching-history-element)
5129 (next-matching-history-element): Doc fix.
5130
44806980
EZ
5131 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
5132 specific part.
5133
1e36ff68
DL
51342001-02-06 Dave Love <fx@gnu.org>
5135
713f7b15 5136 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
5137 (add-log-buffer-file-name-function, add-log-file-name-function):
5138 Fix :type.
5139 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
5140
c7ca58df
EZ
51412001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5142
fecd556a
EZ
5143 * info.el (info-initialize): Remove the test for system-type when
5144 invocation-directory is non-nil.
5145
c7ca58df
EZ
5146 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
5147 of `font-lock-defaults' to `backward-paragraph' rather than nil.
5148
587b5737
AI
51492001-02-06 Andrew Innes <andrewi@gnu.org>
5150
5151 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
5152 absolute.
5153
baf7eee4
GM
51542001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
5155
5156 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
5157 buffers. When hi-lock turned on rather than only checking current
5158 buffer for regexps, all buffers are checked. Moved activation of
5159 font-lock to hi-lock-refontify. When font-lock turned off rather
5160 than removing added highlighting just in current buffer, remove it
5161 in all buffers. Changed edit menu text from "Automatic
5162 Highlighting" to "Regexp Highlighting" Documentation for
5163 highlighting phrases, minor documentation changes.
5164 (hi-lock-set-file-patterns): Execute only if there are new or
5165 existing file patterns.
5166 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
5167 unfontify and, if a support mode is active, will not refontify the
5168 whole buffer. If necessary, turn on font lock. (Removed
5169 font-lock-unfontify and font-lock support-mode-specific calls,
5170 such as lazy-lock-fontify-window.)
5171 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
5172 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 5173 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
5174 (hi-lock-face-phrase-buffer): New function. Also added related
5175 menu item and keybinding.
5176 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
5177 (hi-lock-process-phrase): New function.
5178 (hi-lock-line-face-buffer): Doc fixes.
5179 (hi-lock-face-buffer): Doc fixes.
5180 (hi-lock-unface-buffer): Doc fixes.
713f7b15 5181
36710aa6
GM
51822001-02-06 Gerd Moellmann <gerd@gnu.org>
5183
5184 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
5185 dabbrev-ignored-regexps.
5186
d3f22784
EZ
51872001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5188
5189 * simple.el (kill-line): Doc fix.
5190
5cb3c8d4
DL
51912001-02-05 Dave Love <fx@gnu.org>
5192
5193 * loadup.el: Revert last two changes -- bootstrapping works with
5194 regenerated loaddefs.
5195
e6297e7d
EZ
51962001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
5197
1e14b095
EZ
5198 * isearch.el (isearch-forward): Doc fix.
5199
e6297e7d
EZ
5200 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
5201 of font-lock-defaults to backward-paragraph.
5202
e16f52ce
GM
52032001-02-05 Gerd Moellmann <gerd@gnu.org>
5204
5205 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
5206 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
5207
01d19dd7
GM
52082001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5209
5210 * ebnf2ps.el: Eliminate time-stamp functions.
5211 (ebnf-version): New version (3.5).
5212 (ebnf-eps-finish-and-write): Replace time-stamp functions by
5213 format-time-string.
5214
24886813
GM
52152001-02-05 Gerd Moellmann <gerd@gnu.org>
5216
5217 * simple.el (next-line): Goto end-of-line before inserting a newline.
5218
65e70fc4
MB
52192001-02-05 Miles Bader <miles@gnu.org>
5220
5221 * image-file.el (insert-image-file): When visiting an image, also
5222 set `truncate-lines' to t so that any fringe arrow looks correct.
5223
482f06c9
KH
52242001-02-05 Kenichi Handa <handa@etl.go.jp>
5225
5226 * isearch.el (isearch-forward): Add description about input method
5227 in the docsting.
5228
02399da7
SM
52292001-02-04 Stefan Monnier <monnier@cs.yale.edu>
5230
5231 * skeleton.el (skeleton-internal-1): Always push the mark for @.
5232
2c366083
EZ
52332001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
5234
5235 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 5236 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 5237
bdadfce3
GM
52382001-02-02 Gerd Moellmann <gerd@gnu.org>
5239
79fb38c0
GM
5240 * wid-edit.el (widget-button-click): Fix last change.
5241
bdadfce3
GM
5242 * frame.el (frame-notice-user-settings): When resizing the initial
5243 frame because the tool bar is off, also change the frame's top
5244 position if a negative top position was specified.
5245
33155ffb
MB
52462001-02-02 Miles Bader <miles@gnu.org>
5247
5248 * image-file.el (insert-image-file): When visiting an image,
5249 suppress the cursor in the image buffer.
5250
1355ba0c
DL
52512001-02-01 Dave Love <fx@gnu.org>
5252
5253 * progmodes/f90.el (f90-mode): Remove startup message.
5254
fb758d2d 5255 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 5256
01acdb05
GM
52572001-02-01 Gerd Moellmann <gerd@gnu.org>
5258
5259 * startup.el (command-line): Fix code determining whether or not
5260 to use delete-key-deletes-forward-mode.
5261
5b1ee316
AS
52622001-02-01 Andre Spiegel <spiegel@gnu.org>
5263
5264 * vc.el (vc-diff-switches): New user option.
5265 (vc-version-diff): Use it.
5266 (vc-diff-switches-list): New macro.
5267
83c9cb8e
SM
5268 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
5269 New customization options.
5b1ee316
AS
5270 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
5271
5272 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
5273
00b1e7a1
GM
52742001-02-01 Gerd Moellmann <gerd@gnu.org>
5275
5276 * msb.el (toplevel): Quote hook symbols.
5277
85827036
KH
52782001-02-01 Kenichi Handa <handa@etl.go.jp>
5279
8e028499 5280 * international/mule.el (make-coding-system): Add description
3c948dde 5281 about recognized properties in the docstring.
8e028499 5282
85827036
KH
5283 * international/mule-conf.el: Remove unused charsets
5284 mac-roman-lower and mac-roman-upper.
5285
7ccf7ab9
GM
52862001-01-31 Gerd Moellmann <gerd@gnu.org>
5287
2441692d
GM
5288 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
5289 is in front of the left-margin, if any.
5290
ee5cece0
GM
5291 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
5292 like `delete'.
5293
83c9cb8e 5294 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 5295
7ccf7ab9
GM
5296 * term/w32-win.el (mouse-set-font): Doc fix.
5297
b4f30ec5 52982001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 5299
b4f30ec5
GM
5300 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
5301 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
5302 on already.
5303
03e0fe6e
GM
53042001-01-31 Markus Rost <rost@math.ohio-state.edu>
5305
5306 * files.el (save-buffer): Don't give message if (buffer-file-name)
5307 returns nil.
713f7b15 5308
8f289acc
EZ
53092001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
5310
cb4aae04
EZ
5311 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
5312
dbd98b19
EZ
5313 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
5314 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
5315
8f289acc
EZ
5316 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
5317 display problems.
5318
c12553c1
KH
53192001-01-31 Kenichi Handa <handa@etl.go.jp>
5320
c7bf5db9
KH
5321 * international/mule.el (charset-info): Fix docstring.
5322
5323 * international/mule-diag.el (describe-character-set): Check final
5324 char valid before printing it.
c12553c1 5325
14f16b9c
GM
53262001-01-30 Gerd Moellmann <gerd@gnu.org>
5327
efaa080b
GM
5328 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
5329
eef93f99
GM
5330 * frame.el (frame-notice-user-settings): Do the tool-bar
5331 stuff only for graphical displays. Fix a braino.
713f7b15 5332
14f16b9c
GM
5333 * frame.el (frame-initialize): Create initial frame visible.
5334 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 5335 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
5336
5337 * startup.el (command-line): Remove manipulation of frame
5338 height for tool bars.
5339
4ad25e43
EZ
53402001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5341
5342 * lpr.el: Compatibility with XEmacs and doc fixes.
5343 (lpr-windows-system, lpr-lp-system): New vars.
5344 (lpr-printer-switch): New defcustom.
5345 (printer-name, lpr-command): Customization fix.
5346 (print-region-1): Code fix.
5347 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
5348 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
5349 New functions.
4ad25e43 5350
e8f044a0
GM
53512001-01-29 Gerd Moellmann <gerd@gnu.org>
5352
5353 * msb.el (toplevel): Fix the eval-after-load.
5354
850d5045
GM
53552001-01-29 Dave Love <fx@gnu.org>
5356
762fe76e
DL
5357 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
5358
5359 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
5360
83c9cb8e 5361 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
5362 (tcl-using-emacs-19-23): Consider Emacs 21+.
5363 (tcl-help-directory-list, tcl-command-switches): Fix :type.
5364 (tcl-add-emacs-menu): Supply menu name.
5365 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
5366
3a768251
GM
53672001-01-29 Gerd Moellmann <gerd@gnu.org>
5368
5369 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
5370
274d02f7
SM
53712001-01-29 Stefan Monnier <monnier@cs.yale.edu>
5372
5373 * pcvs.el (cvs-mark-fis-dead): New function.
5374 (cvs-mode-add): Use it.
5375 (cvs-mode-add-change-log-entry-other-window):
5376 Rebind change-log-default-name to itself rather than to nil.
5377
ed5d446e
SS
53782001-01-29 Sam Steingold <sds@gnu.org>
5379
efaa080b 5380 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
5381 `autoload' statements.
5382
e2a80284
EZ
53832001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
5384
8e1db7b3
EZ
5385 * files.el (confirm-kill-emacs): Doc fix.
5386
ff2a1c79
EZ
5387 * frame.el (frame-initialize): Doc fix.
5388
e7b0deaf
EZ
5389 * time-stamp.el (time-stamp-string): Doc fix.
5390
83c9cb8e
SM
5391 * woman.el (WoMan-log-1): Make the log buffer writable.
5392 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 5393
005913e4
GM
53942001-01-29 Gerd Moellmann <gerd@gnu.org>
5395
5396 * imenu.el (imenu-syntax-alist): Add autoload cookie for
5397 the `make-variable-buffer-local'.
5398
58622cc5
GM
53992001-01-29 Dave Love <fx@gnu.org>
5400
5401 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
5402 (ansi-color-for-comint-mode-on, ansi-color-process-output):
5403 Add autoload cookie.
58622cc5
GM
5404 (ansi-color-apply-sequence): Fix typo.
5405
0404d031
GM
54062001-01-29 Gerd Moellmann <gerd@gnu.org>
5407
ed5d446e 5408 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
5409 Postscript printing in black and white.
5410
0404d031
GM
5411 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
5412 X-Mailman-Version, Precedence, List-Help, List-Post,
5413 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
5414 Content-Type, Content-Length.
5415
3b6ed359
DL
54162001-01-29 Dave Love <fx@gnu.org>
5417
ddd16e7a
DL
5418 * elide-head.el (elide-head): Make overlay evaporate.
5419
83c9cb8e 5420 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 5421
8005142f
EZ
54222001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
5423
5424 * isearch.el (isearch-highlight): Don't punt if the display
5425 doesn't support colors, since isearch faces are defined for
5426 monochrome displays as well.
5427
84728570
SS
54282001-01-27 Sam Steingold <sds@gnu.org>
5429
5430 * shell.el (shell-write-history-on-exit): Make sure that we are in
5431 the shell buffer (M-x tex-file RET inserted the error message into
5432 the TeX buffer).
5433
e26f9ced
EZ
54342001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5435
5436 * simple.el (transient-mark-mode): Doc fix.
5437
dc0274bd
GM
54382001-01-27 Gerd Moellmann <gerd@gnu.org>
5439
83c9cb8e 5440 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 5441
c1acacc4
EZ
54422001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5443
f5058b96
EZ
5444 * shell.el (shell-unquote-argument): If the shell is one of the
5445 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
5446 quote character.
5447 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 5448 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 5449
c1acacc4 5450 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 5451 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 5452
103db06c 54532001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 5454
84728570 5455 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
5456 Treat a one-capital-letter abbrev as "not all upper case",
5457 so as to force preservation of the expansion's pattern
5458 if the expansion starts with a capital letter.
5459
cfa70244
EZ
54602001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5461
cfee9de7
EZ
5462 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
5463 Doc fix.
5464
cfa70244
EZ
5465 * simple.el (transient-mark-mode): Document the fact that many
5466 commands act on the region when mark is active.
5467
17d90d6b
KH
54682001-01-27 Kenichi Handa <handa@etl.go.jp>
5469
5470 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 5471 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
5472 (quail-show-guidance-buf): Make the multibyteness of current
5473 buffer inherited to Quail guidance buffer.
5474 (quail-help): Make the multibyteness of current buffer inherited
5475 to Quail help buffer.
5476
61076b20
DL
54772001-01-26 Dave Love <fx@gnu.org>
5478
c47e2c68
DL
5479 * time-stamp.el: Doc fixes.
5480
84728570 5481 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
5482 (delphi-keyword-face, delphi-other-face): Fix :type.
5483
940f14b4
DL
5484 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
5485
5486 * mail/feedmail.el (feedmail): Add :link.
5487 (feedmail-send-it): Doc fix.
5488
5489 * mail/sendmail.el: Doc fixes.
5490 (sendmail-send-it): Fix the non-ASCII regexp and use
5491 rfc2047-encode-string.
5492
61076b20
DL
5493 * dired.el, dired-aux.el: Revert last change.
5494
6c317bd2
GM
54952001-01-26 Gerd Moellmann <gerd@gnu.org>
5496
5497 * makefile.w32-in (DONTCOMPILE): Add various term files.
5498
54992001-01-26 Dave Love <fx@gnu.org>
5500
5501 * Makefile.in (DONTCOMPILE): Add various term files.
5502
1c636b5f
GM
55032001-01-26 Gerd Moellmann <gerd@gnu.org>
5504
af900b23
GM
5505 * man.el (Man-default-man-entry, Man-mode): Doc fix.
5506
15fa6db0 5507 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 5508 the echo area is resized to fit the size of the startup message.
15fa6db0 5509
1c636b5f
GM
5510 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
5511 part of which is a constant.
5512
9b1adbd5
EZ
55132001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
5514
83c9cb8e 5515 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 5516
103db06c 55172001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
5518
5519 * simple.el (next-line): Don't let `newline' expand abbrevs.
5520 Simplify slightly.
5521 (open-line): Don't let `newline' expand abbrevs.
5522
219227ea
JW
55232001-01-25 John Wiegley <johnw@gnu.org>
5524
5525 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
5526 to `repeat' in the :type field.
5527
5528 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
5529 allow a choice of regexp or nil.
d2906bf8 5530 (pcomplete-dir-ignore): Same.
219227ea
JW
5531
5532 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
5533 a command) to always fail.
5534
ceba0dac
GM
55352001-01-25 Gerd Moellmann <gerd@gnu.org>
5536
5537 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
5538 discard the result.
5539 (iswitchb-to-end): Likewise.
5540
9b0630e5
SS
55412001-01-25 Sam Steingold <sds@gnu.org>
5542
5543 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 5544 Require vc.
9b0630e5 5545
a2ed9670
SM
55462001-01-25 Stefan Monnier <monnier@cs.yale.edu>
5547
f0c1adab
SM
5548 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
5549
a2ed9670
SM
5550 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
5551
34ac3367
DL
55522001-01-25 Dave Love <fx@gnu.org>
5553
61076b20
DL
5554 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
5555 (describe-coding-system): Tweak the English text.
5556
34ac3367
DL
5557 * loadup.el: Preload international/ccl for utf-8.
5558
4685e6b7
EZ
55592001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
5560
5561 * mail/rmail.el (rmail-redecode-body): Doc fix.
5562
0fdb4475
KH
55632001-01-25 Kenichi Handa <handa@etl.go.jp>
5564
83c9cb8e
SM
5565 * international/mule-cmds.el (reset-language-environment):
5566 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 5567
83c9cb8e
SM
5568 * international/mule-conf.el (coding-category-utf-8):
5569 Initialize to mule-utf-8.
0fdb4475 5570
9b0630e5 5571 * loadup.el: Preload international/utf-8.
0fdb4475
KH
5572
5573 * international/utf-8.el: New file.
5574
245ed2b1
SM
55752001-01-24 Stefan Monnier <monnier@cs.yale.edu>
5576
5577 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
5578
e95b0c08
SS
55792001-01-24 Sam Steingold <sds@gnu.org>
5580
5581 * dired.el (dired-replace-in-string): Removed.
5582 (dired-sort-toggle): Use `replace-regexps-in-string'
5583 instead of `dired-replace-in-string'.
9b0630e5 5584
ceba0dac
GM
5585 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
5586 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 5587
e95b0c08
SS
5588 * gs.el (gs-replace-in-string): Removed.
5589 (gs-options): Use `replace-regexps-in-string'
5590 instead of `gs-replace-in-string'.
5591
c3902c3e
EZ
55922001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
5593
5594 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
5595 bug report is mailed to an email list and posted to a news group.
5596
b66b6aeb
GM
55972001-01-24 Gerd Moellmann <gerd@gnu.org>
5598
83c9cb8e
SM
5599 * comint.el (comint-replace-by-expanded-history-before-point):
5600 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 5601
b66b6aeb
GM
5602 * startup.el (tool-bar-images-pixel-height): New variable.
5603 (command-line): After loading the user's init file, when
5604 tool-bar-mode is on, increase the frame's size by some lines for
5605 the tool-bar.
5606
5607 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 5608
ff890e66
SZ
56092001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
5610
5611 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
5612 (chinese-big5): MIME:Big5.
5613
04363179
GM
56142001-01-24 Gerd Moellmann <gerd@gnu.org>
5615
e95b0c08 5616 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
5617 Handle commands with prefix args.
5618
d56aaa64
GM
56192001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5620
5621 * calendar/diary-lib.el (diary-float): Fix case of MONTH
5622 being a list of numbers.
5623 (diary-mail-entries): Rewritten.
5624
99858627
DL
56252001-01-23 Dave Love <fx@gnu.org>
5626
7aeb1fa9
DL
5627 * international/mule.el (make-coding-system): Fix typo.
5628
83c9cb8e
SM
5629 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
5630 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 5631
5a43decf
EZ
56322001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
5633
5634 * font-lock.el (font-lock-mode): Doc fix.
5635
b0e98867
KH
56362001-01-23 Kenichi Handa <handa@etl.go.jp>
5637
5638 * international/mule.el (make-translation-table): Fix docstring.
5639
9c8acefd
EZ
56402001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
5641
fd4976b8
EZ
5642 * mail/rmail.el (rmail-redecode-body): New function.
5643
9c8acefd
EZ
5644 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
5645
871e0439
GM
56462001-01-22 Gerd Moellmann <gerd@gnu.org>
5647
21c2bbe0
GM
5648 * isearch.el (isearch-lazy-highlight-case-fold-search)
5649 (isearch-lazy-highlight-regexp): New variables.
5650 (isearch-lazy-highlight-cleanup): Update lazy highlight if
5651 case-fold search or regexp search has been toggled.
5652
5710730c
GM
5653 * wid-edit.el (widget-button-click): Avoid a save-excursion
5654 around running a global binding.
5655
871e0439
GM
5656 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
5657 to 0.25.
5658
d0554957
MB
56592001-01-20 Miles Bader <miles@gnu.org>
5660
5661 * cus-edit.el (custom-face-save): Do post-processing on the face's
5662 new value like `custom-face-set' does.
5663
1519f618
EZ
56642001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
5665
ccd87890
EZ
5666 * mail/emacsbug.el (report-emacs-bug): Report the value of
5667 LC_CTYPE, not LC_TYPE.
5668
1519f618
EZ
5669 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
5670 isearch-toggle-regexp and isearch-edit-string to doc string.
5671
9724173b
GM
56722001-01-19 Gerd Moellmann <gerd@gnu.org>
5673
48bb9196
GM
5674 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
5675 as font-lock-beginning-of-syntax-function in font-lock-defaults.
5676
e95b0c08 5677 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
5678 font-lock-beginning-of-syntax-function to nil.
5679
dc81f8a2
EZ
56802001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
5681
5682 * mail/emacsbug.el (report-emacs-bug): Report values of
5683 locale-coding-system, default-enable-multibyte-characters, and the
5684 environment variables LC_ALL, LC_TYPE, and LANG.
5685
99327974
GM
56862001-01-19 Gerd Moellmann <gerd@gnu.org>
5687
83c9cb8e 5688 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 5689
2be6ecc6
GM
5690 * font-lock.el (font-lock-multiline): Default to nil.
5691 (font-lock-default-fontify-region): If font-lock-multiline is
5692 nil, don't check the property `font-lock-multiline'.
5693
99327974
GM
5694 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
5695 is nil, don't check the `font-lock-multiline' text property.
5696
2550055a
MK
56972001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
5698
0a949811 5699 * viper.el: Call initial-major-mode on startup.
e95b0c08 5700
0a949811 5701 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 5702
8501998a 5703 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 5704
2550055a 57052001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 5706
0a949811 5707 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 5708 diff mode, if available.
e95b0c08 5709
0a949811 57102001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 5711
8501998a 5712 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 5713
2550055a
MK
5714 * ediff-init.el (subst-char-in-string): Define and use it, unless
5715 it's already defined.
e95b0c08 5716
8962e303
GM
57172001-01-18 Gerd Moellmann <gerd@gnu.org>
5718
5719 * tooltip.el (tooltip-hide-delay): New user-option.
5720 (tooltip-show): Use tooltip-hide-delay instead of the default.
5721
6b453381
KH
57222001-01-18 Kenichi Handa <handa@etl.go.jp>
5723
5724 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
5725 kill-local-variable doesn't work for enable-multibyte-characters.
5726
9eaf396b
DL
57272001-01-17 Dave Love <fx@gnu.org>
5728
cebd37ce
DL
5729 * ediff-init.el (ediff-before-setup-hook)
5730 (ediff-merge-filename-prefix): Add :version.
5731
9eaf396b
DL
5732 * international/latin1-disp.el: Require disp-table.
5733 (latin1-display): Fix :set.
5734
5735 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
5736
f864120f
GM
57372001-01-17 Gerd Moellmann <gerd@gnu.org>
5738
5739 * isearch.el (isearch-lazy-highlight-initial-delay)
5740 (isearch-lazy-highlight-interval): Default to 0.
5741
57422001-01-17 Bob Glickstein <bobg@zanshin.com>
5743
5744 * isearch.el (isearch-highlight): Set isearch-overlay priority to
5745 1 here rather than each time through
5746 isearch-lazy-highlight-new-loop.
5747 (isearch-lazy-highlight-max): Variable deleted.
5748 (isearch-lazy-highlight-max-at-a-time): New user variable, like
5749 isearch-lazy-highlight-max but controls a single invocation of
5750 isearch-lazy-highlight-update.
5751 (isearch-lazy-highlight-wrapped): Variable recreated.
5752 (isearch-lazy-highlight-window-start): New variable.
5753 (isearch-lazy-highlight-cleanup): Restored to behavior of
5754 before 2-Jan.
5755 (isearch-lazy-highlight-remove-overlays): Function deleted;
5756 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
5757 behavior removed.
5758 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
5759 isearch-lazy-highlight-update in a loop rather than just once.
5760 Test isearch-invalid-regexp here and decide not to start a new
5761 loop, rather than testing it each time through
5762 isearch-lazy-highlight-update.
5763 (isearch-lazy-highlight-search): Function restored.
5764 (isearch-lazy-highlight-update): Get called in a timer loop again,
5765 but this time highlight more than one match each time through.
83c9cb8e
SM
5766 Only highlight matches in the visible part of the window.
5767 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
5768 the edge of the window. Use sit-for to force redisplay and ensure
5769 window-start is credible. "Face suppressing" behavior removed;
5770 overlay priorities should make it unnecessary, right?
5771 (isearch-highlight): Face suppressing behavior removed.
5772 (isearch-dehighlight): Face suppressing behavior removed.
5773 (isearch-set-lazy-highlight-faces-at): Removed.
5774
076ec540
KH
57752001-01-17 Kenichi Handa <handa@etl.go.jp>
5776
5777 * language/european.el ("Latin-1"): Make the format of description
5778 about additional language environments same as that of Latin-2.
5779
92328ec5
DL
57802001-01-16 Dave Love <fx@gnu.org>
5781
39f2174e
DL
5782 * isearch.el (isearch-lazy-highlight): Add :version.
5783
92328ec5
DL
5784 * simple.el (backward-delete-char-untabify-method)
5785 (next-line-add-newlines): Add :version.
5786
f251459d
GM
57872001-01-16 Gerd Moellmann <gerd@gnu.org>
5788
9d4850e5
GM
5789 * bindings.el: Bind <backspace> and <delete> via function-key-map.
5790 Don't bind <delete> otherwise.
5791
5792 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
5793 and <delete> via function-key-map.
5794
f251459d
GM
5795 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
5796 Subject line only if point is after the `Subject:'.
5797
771ffcf7
KH
57982001-01-16 Kenichi Handa <handa@etl.go.jp>
5799
bda6b481
KH
5800 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
5801 japanese-jisx0213-2 in `charset' property of this lang. env.
5802
35793af7
KH
5803 * language/european.el ("Latin-1"): Add description for Dutch and
5804 Spanish lang. env.
5805
771ffcf7
KH
5806 * international/mule.el (decode-char): Fix conditions.
5807 (encode-char): Handle eight-bit-control too.
1c8102ff 5808 (transform-make-coding-system-args): New function.
50c29104
KH
5809 (make-coding-system): Accept XEmacs style arguments for CCL base
5810 coding system.
771ffcf7 5811
e1cf67b6
GM
58122001-01-15 Gerd Moellmann <gerd@gnu.org>
5813
5814 * progmodes/etags.el (find-tag-noselect): Save the value of
5815 tags-file-name before switching buffers, for the case it has a
5816 buffer-local value.
5817
b3287acf
GM
58182001-01-15 Alex Schroeder <alex@gnu.org>
5819
9eaf396b
DL
5820 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
5821 From Dave Love <fx@gnu.org>.
b3287acf
GM
5822 (ansi-color-for-comint-mode): Fix :version.
5823
58242001-01-15 Alex Schroeder <alex@gnu.org>
5825
5826 * ansi-color.el (ansi-color-unfontify-region): Doc change.
5827
8d7ff9c8
EZ
58282001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
5829
5830 * dired.el (dired-insert-directory): If file-system-info fails,
5831 remove the " free " part, but don't signal an error.
5832
dbe99ae9
SS
58332001-01-12 Sam Steingold <sds@gnu.org>
5834
5835 * bookmark.el (bookmark-maybe-historicize-string):
5836 Use new backquote syntax.
5837
103db06c 58382001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
5839
5840 * subr.el (last): Handle a list that doesn't end in nil.
5841
ca2ddd8e
SS
58422001-01-12 Sam Steingold <sds@gnu.org>
5843
5844 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
5845 to `backward-delete-char-untabify'.
5846
1751c874
DL
58472001-01-12 Dave Love <fx@gnu.org>
5848
5849 * cus-edit.el (customize-menu-create): Fix the :filter following
5850 easymenu change.
5851
5852 * wid-edit.el (function): Add :match-alternatives.
5853 (widget-color-action): Doc fix.
5854
3cccce8d
GM
58552001-01-12 Gerd Moellmann <gerd@gnu.org>
5856
5857 * calendar/calendar.el (calendar-basic-setup): Doc fix.
5858
18bfd6b5
KH
58592001-01-12 Kenichi Handa <handa@etl.go.jp>
5860
83c9cb8e 5861 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 5862
18bfd6b5
KH
5863 * international/ccl.el (define-ccl-program): Fix docstring.
5864
562e00da
DL
58652001-01-11 Dave Love <fx@gnu.org>
5866
14fd0da3
DL
5867 * international/mule-cmds.el (standard-display-european-internal):
5868 Set display table for 2208 as for 160.
5869
5870 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
5871
562e00da
DL
5872 * progmodes/fortran.el (fortran-mode-map): Modify Customization
5873 entry for custom-menu-create change.
5874 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
5875 don't cons it in the search loop.
5876
5877 * imenu.el (imenu--truncate-items): Revert last change.
5878
6e961dcd
EZ
58792001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5880
5881 * info.el (Info-setup-header-line): If the node header includes
5882 either Next: or Prev: links, don't show the File: and Node: parts
5883 in the header line.
5884
2c2ff7f2
GM
58852001-01-11 Gerd Moellmann <gerd@gnu.org>
5886
a7ee2d2e
GM
5887 * comint.el (comint-goto-process-mark): Don't print a message
5888 when running in batch mode.
5889
c5348233
GM
5890 * isearch.el (isearch-search): In the condition-case handler for
5891 `error', set isearch-invalid-regexp to the whole error message.
5892
422717d1
GM
5893 * subr.el (eval-after-load): Call load-symbol-file-load-history to
5894 ensure that eval-after-load works for files dumped with Emacs.
5895
5896 * help.el (load-symbol-file-load-history): New function extracted
5897 from function symbol-file.
5898 (symbol-file): Use it.
5899
83c9cb8e 5900 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 5901
926861fb
EZ
59022001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5903
5904 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
5905 behave as if there were no prefix argument.
5906 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
5907 argument were nil.
5908
afa1f52c
RS
59092001-01-11 Richard M. Stallman <rms@gnu.org>
5910
ca2ddd8e 5911 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
5912 Don't look for more potential matches once maximum is exceeded.
5913 Use overlays-in to check correctly for overlap with current match.
5914 Ignore empty matches.
5915
47a9f362
MB
59162001-01-11 Miles Bader <miles@gnu.org>
5917
5918 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
5919 (ispell-overlay-window, ispell-help, ispell-show-choices)
5920 (ispell-command-loop): Use it instead of `window-height'.
5921
d196f58d
GM
59222001-01-10 Gerd Moellmann <gerd@gnu.org>
5923
cf523f0e
GM
5924 * files.el (confirm-kill-emacs): New user-option.
5925 (save-buffers-kill-emacs): Ask for final confirmation before
5926 killing Emacs.
5927
d196f58d
GM
5928 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
5929 to nil.
5930
7c6c3d8e
GM
59312001-01-10 Dave Love <fx@gnu.org>
5932
1f8be15d
DL
5933 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
5934
83c9cb8e 5935 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
5936
5937 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
5938
5939 * calculator.el (calculator-number-digits): Fix :type.
5940
0d5184de
DL
5941 * vc-cvs.el (vc-cvs-header): Fix :type.
5942 * vc-rcs.el (vc-rcs-header): Fix :type.
5943 * vc-sccs.el (vc-sccs-header): Fix :type.
5944
5945 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
5946
7c6c3d8e
GM
5947 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
5948
8c9f73a2
GM
5949 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
5950
457b792c
GM
59512001-01-10 Gerd Moellmann <gerd@gnu.org>
5952
5953 * simple.el (set-variable): Force a thorough redisplay for the
5954 case that the variable has an effect on the display, like
5955 `tab-width' has.
5956
d2622d08
AS
59572001-01-10 Andre Spiegel <spiegel@gnu.org>
5958
5959 * vc.el: Add documentation for backend interface.
5960
ae4b5f4f
KH
59612001-01-10 Kenichi Handa <handa@etl.go.jp>
5962
e0844717
KH
5963 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
5964
ae4b5f4f
KH
5965 * international/mule-conf.el (latin-extra-code-table): Set to t
5966 for \223 and \224.
5967
3184082b
KH
59682001-01-09 Kenichi Handa <handa@etl.go.jp>
5969
5970 * international/mule-cmds.el (locale-language-names): Map "es" to
5971 "Spanish" and "nl" to "Dutch".
5972
732b9cdd
GM
59732001-01-09 Gerd Moellmann <gerd@gnu.org>
5974
1dfca644
GM
5975 * bindings.el (global-map): Bind <home> to beginning-of-line,
5976 <end> to end-of-line, C-<home> to beginning-of-buffer, and
5977 C-<end> to end-of-buffer.
5978
732b9cdd
GM
5979 * language/european.el: Add Dutch and Spanish language info
5980 to be able to use the appropriate tutorials.
5981
59822001-01-09 Alex Schroeder <alex@gnu.org>
5983
5984 * ansi-color.el (ansi-color-process-output): Use markers instead
5985 of positions for start and end of region.
5986 (ansi-color-apply-on-region): Rewrote code to make it more robust.
5987 Previously, occasional mistakes happend when fontifying many
5988 chunks of output (eg. ls --color=yes /dev). This happened
5989 whenever an overlay was created up to the end of the region, which
5990 coincided with the process-mark. New text would then be added
5991 within that overlay instead of after it.
5992 (ansi-color-make-extent): Overlays are created with the property
5993 `modification-hooks' set to '(ansi-color-freeze-overlay).
5994 (ansi-color-freeze-overlay): New function. When inserting text at
5995 the end of the overlay, the overlay will resize.
5996
59972000-01-09 Alex Schroeder <alex@gnu.org>
5998
5999 * ansi-color.el (ansi-color-process-output): Doc change.
6000 (ansi-color-unfontify-region): Doc change. No longer installed
6001 automatically in font-lock-unfontify-region-function.
6002 (ansi-color-apply): Doc change.
6003 (ansi-color-apply-on-region): Use extents or overlays instead of
6004 text-properties.
6005 (ansi-color-make-extent): New function.
6006 (ansi-color-set-extent-face): New function.
6007
60082000-01-09 Alex Schroeder <alex@gnu.org>
6009
6010 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
6011 both use ansi-color-process-output, now.
6012 (ansi-color-process-output): Doesn't return string anymore. It is
6013 installed in comint-output-filter-functions for both Emacs and
6014 XEmacs, now.
6015 (ansi-color-unfontify-region): Simplified code removing variables
6016 pos and start-ansi.
6017 (ansi-color-apply): Put text-property ansi-color before putting
6018 text-property face because ansi-color-unfontify-region is called
6019 immediately after the call to put-text-property.
6020 (ansi-color-context-region): Doc change.
6021 (ansi-color-filter-region): Simplified code.
6022 (ansi-color-apply-on-region): Changed start to start-marker, using
6023 a marker explicitly. Put text-property ansi-color before putting
6024 text-property face because ansi-color-unfontify-region is called
6025 immediately after the call to put-text-property.
6026
60272000-01-09 Alex Schroeder <alex@gnu.org>
6028
6029 * ansi-color.el (ansi-color-faces-vector): Doc change.
6030 (ansi-color-for-comint-mode): Changed :type property to choice.
6031 (ansi-color-last-context): Removed.
6032 (ansi-color-process-output): Don't use ansi-color-last-context, as
6033 the main functions will store their context now.
6034 (ansi-color-context): Doc change.
6035 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
6036 Uses ansi-color-context such that repeated calls will strip
6037 partial escape sequences, too.
6038 (ansi-color-apply): Simplified code. Colorize end of string if
6039 face is not null. Store context in new (FACE STRING) format, such
6040 that repeated calls will strip partial escape sequences, too.
6041 Append faces to face property using ansi-color-apply-sequence such
6042 that cumulative mode actually works.
6043 (ansi-color-context-region): New variable.
6044 (ansi-color-filter-region): Rewrote it based on
6045 ansi-color-apply-on-region. Uses ansi-color-context-region such
6046 that repeated calls will strip partial escape sequences, too.
6047 (ansi-color-apply-on-region): Simplified code. Colorize end of
6048 region if face is not null. Store context in new (FACE POS)
6049 format, such that repeated calls will strip partial escape
6050 sequences, too. Append faces to face property using
83c9cb8e 6051 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
6052 (ansi-color-apply-sequence): New function.
6053 (ansi-color-get-face): When the default face is added to the list
6054 of faces, all previous settings are discarded and the list of
6055 faces is set to '(default).
6056
60572000-01-09 Alex Schroeder <alex@gnu.org>
6058
6059 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
6060 face, such that ansi-color-apply and ansi-color-apply-on-region
6061 will do the right thing.
6062 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
6063 returns nil, set the list of faces back to nil instead of
83c9cb8e 6064 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
6065
60662000-01-09 Alex Schroeder <alex@gnu.org>
6067
6068 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
6069 (ansi-color-process): Doc change.
6070 (ansi-color-last-context): New buffer-local variable.
6071 (ansi-color-process-output): New function. It is automatically
6072 added to comint-output-filter-functions if this is XEmacs.
6073 (ansi-color-unfontify-region): New optional parameter for XEmacs
6074 compatibility. Check wether font-lock-syntactic-keywords is
6075 boundp before removing the syntax table text property, as XEmacs
6076 doesn't have it.
6077 (ansi-color-filter-region): Doc change.
6078 (ansi-color-apply-on-region): Doc change.
6079 (ansi-color-make-face): New function. Compatibility layer for
6080 XEmacs. Return temporary faces instead of cons cells for XEmacs.
6081 (ansi-color-make-color-map): Use ansi-color-make-face.
6082 (ansi-color-get-face): Avoid face text property '(nil) as results
6083 in an errow for XEmacs.
6084
60852000-01-09 Alex Schroeder <alex@gnu.org>
6086
83c9cb8e
SM
6087 * ansi-color.el (ansi-color-unfontify-region): New function.
6088 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
6089 ansi-color. When the package is loaded, a lambda expression is
6090 put onto font-lock-mode-hook. This lambda expression will check
6091 font-lock-unfontify-region-function and replace
83c9cb8e 6092 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
6093 (ansi-color-apply): Add text-property ansi-color in addition to
6094 text-property face.
6095 (ansi-color-apply-on-region): Add text-property ansi-color in
6096 addition to text-property face.
6097 (save-buffer-state): Copy of the macro that is also used by
6098 lazy-lock and font-lock.
6099
6100 (ansi-color-for-comint-mode): New option.
6101 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
6102 (ansi-color-for-comint-mode-off): Ditto.
6103 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
6104 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
6105 decide what to do. This function is added to
6106 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
6107
6108 (ansi-color-for-shell-mode-set): Removed.
6109 (ansi-color-for-shell-mode): Removed.
6110
61112000-01-09 Alex Schroeder <alex@gnu.org>
6112
6113 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
6114 the lambda expression from the ansi-color-for-shell-mode :set
6115 property. Additionally, modify shell-mode-hook to enable or
6116 disable font-lock-mode for future shell buffers.
6117 (ansi-color-for-shell-mode): The :set property calls
6118 ansi-color-for-shell-mode-set instead of a lambda expression.
6119
61202000-01-09 Alex Schroeder <alex@gnu.org>
6121
6122 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
6123 (ansi-color-context): New variable.
6124 (ansi-color-apply): Save context between calls.
6125
fb55ff10
EZ
61262001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
6127
83c9cb8e
SM
6128 * isearch.el (isearch, isearch-lazy-highlight-face):
6129 New definitions for face colors and attributes.
29910493 6130
fb55ff10
EZ
6131 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
6132 of display-mouse-p.
6133
134d6265
KH
61342001-01-09 Kenichi Handa <handa@etl.go.jp>
6135
6136 * international/mule.el (make-coding-system): If the coding system
6137 accepts extra latin codes, register such codes as safe for the
6138 coding system.
6139
103db06c 61402001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 6141
984c9f75
RS
6142 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
6143 don't mention the file name or the date here, because they are
6144 logged at the start of the file.
6145
61462001-01-08 Richard M. Stallman <rms@gnu.org>
6147
78b8eee8
RS
6148 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
6149 Change screen-width to frame-width.
6150
1460e5d4
EZ
61512001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6152
6153 * info.el (Info-search): Print the default as part of the prompt.
6154
56f24bc1
AS
61552001-01-08 Andre Spiegel <spiegel@gnu.org>
6156
ca2ddd8e 6157 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
6158 constant implementations in backends.
6159
6160 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
6161 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
6162
6163 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
6164 WRITABLE to EDITABLE.
6165
6166 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
6167 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
6168 to EDITABLE.
6169
b7812d30
EZ
61702001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6171
6172 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 6173 (copyright, copyright-update): Compute the current year at run time.
b7812d30 6174
7e56ea04
GM
61752001-01-08 Gerd Moellmann <gerd@gnu.org>
6176
6177 * isearch.el (isearch-old-signal-hook): Removed.
6178 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
6179 instead of setting signal-hook-function.
6180 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
6181
a758f97d
GM
61822001-01-08 Kevin Gallagher <kevingal@onramp.net>
6183
6184 * emulation/edt.el: Update to version 4.0. Provide support for
6185 EDT scroll margins at top and bottom of the window. Provide an
6186 emulation of the EDT SUBS command (bound to GOLD-Enter, by
6187 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
6188 user when file-related buffer modifications exist.
6189 Provide support for running EDT Emulation in XEmacs.
6190 Provide customize access to some user updatable variables.
6191 Add Commentary section to file header.
6192 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
6193
6194 * emulation/edt-mapper.el: Update to version 4.0. Provide support
6195 for detecting a keypress that generates an ASCII key sequence.
6196 (Previously, only a keypress that generates a vector was
6197 recognized.) Embed Window Manager name into name of the generated
6198 EDT Emulation initialization file since the initialization file is
6199 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 6200
30db89f9
EZ
62012001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
6202
4deb3ba9
EZ
6203 * mail/sendmail.el (mail-mode): Doc fix.
6204
30db89f9
EZ
6205 * info.el (Info-goto-emacs-command-node): Doc fix.
6206 (Info-goto-emacs-key-command-node): Doc fix.
6207
c3f2772b
EZ
62082001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
6209
8726e79b 6210 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
6211 systems without long file-name support.
6212
0dac6924
AI
62132001-01-06 Andrew Innes <andrewi@gnu.org>
6214
6215 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
6216
4e6ef391
EZ
62172001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
6218
380866a2
EZ
6219 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
6220 (isearch-lazy-highlight-update): Doc fix.
6221
148b5960
EZ
6222 * ffap.el (ffap-bindings): Doc fix.
6223
4e6ef391
EZ
6224 * dired-x.el (dired-virtual-guess-dir): Doc fix.
6225
4cb1bcc2
DL
62262001-01-05 Dave Love <fx@gnu.org>
6227
6228 * emacs-lisp/cl-seq.el (remove, remq): Remove.
6229
3828218c
GM
62302001-01-05 Gerd Moellmann <gerd@gnu.org>
6231
83c9cb8e
SM
6232 * mouse-drag.el (mouse-drag-safe-scroll):
6233 Bind scroll-preserve-screen-position to nil.
f1ade7d3 6234
1f4139d5
GM
6235 * isearch.el (isearch-old-signal-hook): New variable.
6236 (isearch-mode): Set signal-hook-function to isearch-done.
6237 (isearch-done): Restore old signal-hook-function.
6238
3828218c
GM
6239 * info.el (Info-fontify-node): Mark one more char as intangible.
6240
3970013f
KH
62412000-01-05 Kenichi Handa <handa@etl.go.jp>
6242
83c9cb8e
SM
6243 * composite.el (compose-last-chars): New argument COMPONENTS.
6244 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
6245 COMPONENTS.
6246
6247 * international/quail.el (quail-input-string-to-events): New function.
6248 (quail-input-method): Convert input string to events here.
6249 (quail-start-translation): Return input string, not event list.
6250 (quail-start-conversion): Likewise.
6251
f3b05e99
GM
62522001-01-04 Gerd Moellmann <gerd@gnu.org>
6253
ca2ddd8e 6254 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
6255 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
6256 and tooltip-add-timeout.
6257 (tooltip-show): Set border color from faces's foreground.
6258 (tooltip-show-help-function): If called with the same help string
6259 as last time, do nothing.
6260 (tooltip-help-tips): Don't set tooltip-help-message to nil.
6261
0f2ac578
GM
6262 * startup.el (fancy-splash-screens): Don't bind show-help-function
6263 to nil.
6264
f3b05e99
GM
6265 * tooltip.el (tooltip-frame-parameters): Remove colors.
6266 (tooltip): New face
6267 (tooltip-set-param): New function.
6268 (tooltip-show): Set up color frame parameters from face `tooltip'.
6269 Display the tooltip text in face `tooltip'.
6270
8416e94a
DL
62712001-01-04 Dave Love <fx@gnu.org>
6272
6273 * whitespace.el (whitespace-global-mode): Fix typo.
6274
6275 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
6276
30db89f9
EZ
62772001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
6278
83c9cb8e
SM
6279 * help.el (help-for-help): Fix a typo in a doc string.
6280 From kwzh@gnu.org (Karl Heuer).
30db89f9 6281
b847eb8c
DL
62822001-01-03 Dave Love <fx@gnu.org>
6283
6284 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 6285 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
6286 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
6287 (dired-guess-shell-alist-user): Customize.
6288 (dired-x-help-address): Set to bug-gnu-emacs.
6289 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
6290 (dired-default-directory): Renamed from default-directory.
6291
6292 * hl-line.el (hl-line): Doc fix.
6293
43c4b570
KF
62942001-01-03 Karl Fogel <kfogel@red-bean.com>
6295
1bf6b1bf 6296 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 6297
984c9f75 62982001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
6299
6300 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
6301 to remove all the current alternative-match highlighting.
6302 If nil, remove only what's outside the current window.
6303 (isearch-lazy-highlight-remove-overlays): Take optional
6304 region within which NOT to remove them.
6305 (isearch-lazy-highlight-new-loop): Greatly simplified.
6306 (isearch-lazy-highlight-update): Find all the other occurrences
6307 visible in the window, in just one call.
6308 (isearch-lazy-highlight-start): Now holds start of region to scan.
6309 (isearch-lazy-highlight-end): Now holds end of region to scan.
6310 (isearch-lazy-highlight-wrapped): Variable deleted.
6311 (isearch-lazy-highlight-search): Function deleted.
6312
13d6a61c
AI
63132000-01-02 Andrew Innes <andrewi@gnu.org>
6314
6315 * w32-fns.el (convert-standard-filename): Do length check on name
6316 before aref.
6317
064866e7
DL
63182001-01-02 Dave Love <fx@gnu.org>
6319
b33e041b
DL
6320 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
6321 value.
6322 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
6323
6324 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
6325
8166ffd5
DL
6326 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
6327 read syntax.
6328
064866e7
DL
6329 * calendar/todo-mode.el (todo): Add :link, :version.
6330 (todo-save-top-priorities): Remove autoload cookie.
6331 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 6332 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 6333
6dde6abc
GM
63342001-01-02 Gerd Moellmann <gerd@gnu.org>
6335
6336 * comint.el (comint-input-history-ignore): New variable.
6337 (comint-read-input-ring): Ignore entries matching
6338 comint-input-history-ignore.
6339
1a8a9daf
GM
63402001-01-02 Eric M. Ludlam <zappo@gnu.org>
6341
6342 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
6343 (lm-copyright-mark): New function.
6344 (lm-crack-copyright): New function.
6345 (lm-verify): Check that the file has a copyright.
6346 Check that the file is copyright Free Software Foundation.
6347
9c92eb53
KH
63482000-12-30 Kenichi Handa <handa@etl.go.jp>
6349
6350 * international/mule-diag.el (print-fontset): Indent font name by
6351 24 columns, not 25.
6352
49172314
GM
63532000-12-29 Gerd Moellmann <gerd@gnu.org>
6354
762a68ec
GM
6355 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
6356 in Subject line.
6357
49172314 6358 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
6359 Use mail-mode-hook instead of mail-setup-hook.
6360 Otherwise continuing an interrupted message with C-u C-x m for
6361 instance, winds up in Mail mode without abbrevs.
49172314 6362
bd7a2e26
GM
63632000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6364
6365 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
6366 non-nil. Adding almost all customization variables on ps-setup.
6367 Doc fix.
bd7a2e26
GM
6368 (ps-print-version): New version number (6.3.3).
6369 (ps-end-with-control-d): Initialization fix.
6370 (ps-lines-printed): New var.
6371 (ps-skip-newline): New fun.
6372 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
6373 (ps-next-line, ps-continue-line, ps-plot-region)
6374 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 6375
2b3f28a4
KH
63762000-12-29 Kenichi Handa <handa@etl.go.jp>
6377
83c9cb8e
SM
6378 * international/fontset.el (x-complement-fontset-spec):
6379 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
6380 registered in x-font-name-charset-alist.
6381 (create-fontset-from-fontset-spec): Adjusted for the above change.
6382 The name of fontset alias should be a unresolved ASCII font name.
6383
2ece9174
GM
63842000-12-28 Gerd Moellmann <gerd@gnu.org>
6385
6386 * simple.el (delete-key-deletes-forward-mode): Bind backspace
6387 and delete in isearch-mode-map.
6388
cbe3ad7a
RS
63892000-12-28 Richard M. Stallman <rms@gnu.org>
6390
ca2ddd8e 6391 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
6392 Use xpdf instead of acroread.
6393
a816f1c5
KH
63942000-12-28 Kenichi Handa <handa@etl.go.jp>
6395
f086e73c
KH
6396 * textmodes/artist.el (artist-butlast): Deleted.
6397 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 6398 artist-butlast.
f086e73c 6399
a816f1c5
KH
6400 * subr.el (butlast, nbutlast): Moved from cl.el to here.
6401
6402 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
6403
b202115b
EZ
64042000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
6405
6406 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
6407
6408 * ls-lisp.el: Better support for the Mac and MS-Windows.
6409 (ls-lisp): New defgroup.
6410 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 6411 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
6412 (ls-lisp-support-shell-wildcards): New defcustoms.
6413 (ls-lisp-parse-symlink): New function.
6414 (insert-directory): Code to convert switches to a list and set up
6415 the wildcard argument copied from ls-lisp-insert-directory.
6416 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
6417 for -C and -R switches.
6418 (ls-lisp-column-format): New function.
ca2ddd8e 6419 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
6420 (ls-lisp-format-time): Add doc strings.
6421 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
6422 Support ls-lisp-dirs-first.
6423 (ls-lisp-classify, ls-lisp-extension): New functions.
6424 (ls-lisp-format): Optionally support emulation of symlinks.
6425 Support -i, -s, and -G switches.
6426
6061fbf0
GM
64272000-12-27 Gerd Moellmann <gerd@gnu.org>
6428
5e25feee
GM
6429 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
6430
6061fbf0
GM
6431 * version.el (emacs-version): Print X scroll bar information.
6432
6433 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
6434 instead of x-toolkit-scroll-bars-p.
6435
6436 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
6437 of x-toolkit-scroll-bars-p.
6438
25050dab
EZ
64392000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
6440
83c9cb8e 6441 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
6442 (ffap-bindings): Doc fix, to reflect the above change.
6443
c1786874
KH
64442000-12-27 Kenichi Handa <handa@etl.go.jp>
6445
6446 * term.el (term-char-mode): Define all non-ascii self-inserting
6447 characters to 'term-send-raw in term-raw-map.
6448
7261ece3 64492000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 6450
83c9cb8e 6451 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 6452
83c9cb8e
SM
6453 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
6454 Changed initialization; use add-hook.
6061fbf0 6455 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 6456
6061fbf0 6457 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 6458
6061fbf0
GM
6459 * ediff.el (ediff-patch-buffer): Bug fix.
6460 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 6461
83f40583
SM
64622000-12-23 Stefan Monnier <monnier@cs.yale.edu>
6463
6464 * subr.el (combine-run-hooks): Remove.
6465
6466 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
6467 and remove the rogue second spec.
6468
bdd6d4e8
GM
64692000-12-23 Gerd Moellmann <gerd@gnu.org>
6470
6471 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
6472
26736ce3
SM
64732000-12-22 Stefan Monnier <monnier@cs.yale.edu>
6474
0e86b6b0
SM
6475 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
6476 Use minibuffer menu prompt for the `=' prefix.
6477 (smerge-command-prefix): Change default to C-^.
6eabfb26 6478 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 6479
26736ce3
SM
6480 * skeleton.el (skeleton-internal-1): Make sure the first line of
6481 the region is also re-indented.
d21584d6
SM
6482 (skeleton-end-newline): New var.
6483 (skeleton-end-hook): Use it.
26736ce3 6484
95fa4fd7
MB
64852000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6486
6487 * comint.el (comint-password-prompt-regexp): Support CVS.
6488
f060b834
GM
64892000-12-22 Gerd Moellmann <gerd@gnu.org>
6490
83c9cb8e
SM
6491 * simple.el (delete-key-deletes-forward-mode): Simplify.
6492 Also backspace key combinations, depending on
856ff7a7
GM
6493 delete-key-deletes-forward.
6494
6495 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
6496
f060b834
GM
6497 * simple.el (delete-key-deletes-forward): Doc fix.
6498
653558a1
GM
64992000-08-22 Emmanuel Briot <briot@gnat.com>
6500
6501 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 6502 white spaces are relevant in the XML file.
653558a1
GM
6503 (xml-parse-file): Do not kill an existing Emacs buffer if the file
6504 to parse was already edited. This allows for on-the-fly analysis
26736ce3 6505 of XML files.
653558a1
GM
6506 (xml-parse-tag): Check that the casing is the same in the start
6507 tag and end tag, since XML is case-sensitive. Allows for spaces
6508 in the end tag, after the name of the tag.
6509 (xml-parse-attlist): Allow for the character '-' in the name of
6510 attributes, as in the standard http-equiv attribute Do not save
26736ce3 6511 the properties in the XML tree, since they are not relevant.
653558a1 6512
3ad93d8d
SM
65132000-12-21 Stefan Monnier <monnier@cs.yale.edu>
6514
6515 * generic.el (generic-read-type): Undo last change, inline into
6516 `generic-mode' and then remove.
6517 (generic-mode): Inline generic-read-type.
6518 (define-generic-mode): Push the symbol name rather than the symbol
6519 onto generic-mode-list.
6520
177f4e88
GM
65212000-12-21 Gerd Moellmann <gerd@gnu.org>
6522
8e15274f
GM
6523 * generic.el (generic-read-type): Build an alist for
6524 completing-read as in 20.7.
6525
6526 * play/landmark.el (lm): Use interactive spec `P'.
6527 (toplevel): Don't set debug-on-error.
6528
83c9cb8e 6529 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 6530
6ba384dc
GM
65312000-12-21 Dave Pearson <davep@davep.org>
6532
6533 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 6534
647a066c
GM
65352000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6536
6537 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
6538 ranges like \177-\237, but accepts the character sequence from \177 to
6539 \237. Doc fix.
6540 (ebnf-version): New version (3.4).
6541 (ebnf-setup): Code fix.
6542 (ebnf-range-regexp): New fun.
6543 (ebnf-8-bit-chars): Const fix.
6544
6545 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
6546 entry. Doc fix.
6547 (ebnf-bnf-lex): Code fix.
6548 (ebnf-bnf-comment-chars): Const fix.
6549
6550 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
6551 entry. Doc fix.
6552 (ebnf-iso-comment-chars): Const fix.
6553
6554 * ebnf-otz.el: Doc fix.
6555
6556 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
6557 entry. Doc fix.
6558 (ebnf-yac-skip-code): Code fix.
6559 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 6560
bc22fd18
EZ
65612000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
6562
6563 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
6564 (recover-file): Use it instead of insert-directory.
6565 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 6566
587fc3f9
KH
65672000-12-21 Kenichi Handa <handa@etl.go.jp>
6568
83c9cb8e
SM
6569 * international/mule-cmds.el (select-safe-coding-system):
6570 Check coding-category-list more rigidly. Improve help message.
eeefcfde 6571
587fc3f9
KH
6572 * dired.el (dired-move-to-filename-regexp): Fix previous change.
6573
01860fb9
MB
65742000-12-21 Miles Bader <miles@gnu.org>
6575
83c9cb8e 6576 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 6577
3f9d67a6
KH
65782000-12-21 Kenichi Handa <handa@etl.go.jp>
6579
9fd1c1f7
KH
6580 * international/mule-diag.el (describe-char-after): Make *Help*
6581 buffer inherit multibyteness of the current buffer.
6582
3f9d67a6
KH
6583 * international/mule.el (make-char): Docstring adjusted for the
6584 change of make-char-internal.
6585
c9669fac
SM
65862000-12-20 Stefan Monnier <monnier@cs.yale.edu>
6587
6588 * international/iso-cvt.el: Docstrings fix.
6589
19594307
DL
65902000-12-20 Dave Love <fx@gnu.org>
6591
6592 * subr.el (eval-after-load): Doc fix.
6593
b1a447b3
KH
65942000-12-20 Kenichi Handa <handa@etl.go.jp>
6595
6596 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
6597 for numbers.
6598
09877d5d
MB
65992000-12-20 Miles Bader <miles@gnu.org>
6600
6601 * international/quail.el (quail-help): Resize the help window
6602 again after it has all its contents. Remove unneeded progn.
6603
71d4497a
GM
66042000-12-19 Gerd Moellmann <gerd@gnu.org>
6605
6606 * pcmpl-linux.el: Fix copy/paste error.
6607
741e56a0
AI
66082000-12-19 Andrew Innes <andrewi@gnu.org>
6609
83c9cb8e 6610 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 6611
cc24d91c
CD
66122000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
6613
ba4c05aa
CD
6614 * progmodes/idlw-rinfo.el: Fixed copyright notice.
6615
6616 * progmodes/idlw-toolbar.el: Fixed copyright notice.
6617
6618 * progmodes/idlw-shell.el: Fixed copyright notice.
6619
6620 * progmodes/idlwave.el: Fixed copyright notice.
6621
71d4497a 6622 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
6623 TAB as key separators.
6624
524c8caf
GM
66252000-12-19 Alex Schroeder <alex@gnu.org>
6626
6627 * sql.el (sql-sybase-options): New option.
6628 (sql-sybase): Use it. Add sql-database to the list of parameters
6629 provided for login. The options -w 2048 -n are not used any more.
6630 (sql-postgres-options): Changed default from "--pset" to "-P".
6631 (sql-mysql-options): Doc change.
6632 (sql-stop): Doc change.
6633
b5fa513d
KH
66342000-12-19 Kenichi Handa <handa@etl.go.jp>
6635
6636 * international/quail.el (quail-input-method): Always hide
6637 the guidance buffer on exiting.
6638
91c9e6ce
GM
66392000-12-18 Gerd Moellmann <gerd@gnu.org>
6640
c6da4eb4
GM
6641 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
6642 isn't fboundp.
6643
3d2a0e0b
GM
6644 * server.el (server-buffer-done): Bury the buffer before
6645 killing it.
6646
91c9e6ce
GM
6647 * faces.el (face-spec-set): Interpret a nil in specs for
6648 foreground and background colors as `unspecified', for
6649 compatibility with 20.x.
6650
40fa0008
DL
66512000-12-18 Dave Love <fx@gnu.org>
6652
22adbe54
DL
6653 * simple.el (mail-user-agent): Doc fix.
6654 (input-mode-8-bit): Removed.
6655
6656 * international/mule.el (set-keyboard-coding-system): Doc fix.
6657 (keyboard-coding-system): New option.
6658
40fa0008
DL
6659 * mail/sendmail.el (send-mail-function): Customize.
6660
6f4745e2
EZ
66612000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
6662
6663 * international/codepage.el (cp866-decode-table): New table.
6664
82b90229
GM
66652000-12-18 Gerd Moellmann <gerd@gnu.org>
6666
6667 * version.el (emacs-version): Remove `%a' from the time format
6668 because the weekday doesn't fit well into each locale.
6669
5a047002
MB
66702000-12-18 Miles Bader <miles@gnu.org>
6671
7f49aa07
MB
6672 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
6673
ca2ddd8e 6674 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
6675 Check that emacs-major-version is `=' to 20, not `>='.
6676 (artist-replace-chars): Use `make-string' instead of a loop.
6677
22ea2607
EZ
66782000-12-17 Stefan Monnier <monnier@cs.yale.edu>
6679
6680 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
6681 (cvs-execute-single-file): Don't change directory.
6682 Patch from Per Cederqvist.
6683
6c825f8e
EZ
66842000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
6685
83c9cb8e
SM
6686 * textmodes/ispell.el (check-ispell-version):
6687 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
6688 of -vv.
6689
8ff06845
KH
66902000-12-16 Kenichi Handa <handa@etl.go.jp>
6691
af4bb4c8
KH
6692 * international/mule-diag.el (mule-diag): Insert information about
6693 configure options, multibyte awareness, language env.
6694
8ff06845
KH
6695 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
6696 regexp to search for candidates.
6697
b24e84ab
EZ
66982000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
6699
6700 * info.el (Info-forward-node): If the node has an
6701 Info-header-line, widen the buffer before searching for "next:"
6702 and "up:" pointers, and set the search limit to stay in the
6703 current node.
6704
7981d89f
MB
67052000-12-16 Miles Bader <miles@gnu.org>
6706
6707 * simple.el (delete-trailing-whitespace): Remove extraneous let.
6708
88ee7917
MB
67092000-12-15 Miles Bader <miles@gnu.org>
6710
6711 * comint.el (comint-send-string, comint-send-region): Also accept
6712 a buffer, buffer-name, or nil for PROCESS, for compatibility with
6713 process-send-string/region.
6714
0c28d842
GM
67152000-12-15 Gerd Moellmann <gerd@gnu.org>
6716
4ea7fdca
GM
6717 * isearch.el (isearch-lazy-highlight-max): New user-option.
6718 (isearch-lazy-highlight-update): Don't highlight more than
6719 isearch-lazy-highlight-max matches.
6720
0c28d842
GM
6721 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
6722
984c9f75 67232000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 6724
8062e53a
GM
6725 * sort.el (sort-columns): Fix error message.
6726
3ffa545b
GM
6727 * dabbrev.el (dabbrev--last-case-pattern): Value is now
6728 `upcase' or `downcase' or nil.
6729 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
6730 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
6731 (dabbrev--substitute-expansion): New arg record-case-pattern.
6732 If it is non-nil, set dabbrev--last-case-pattern.
6733 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
6734
6735 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
6736
c2d7f289
MB
67372000-12-15 Miles Bader <miles@gnu.org>
6738
b6348438
MB
6739 * paths.el (Info-default-directory-list): Don't delete
6740 configure-info-directory from the list of standard info
83c9cb8e 6741 directories when appending it to the end -- their order is important.
b6348438 6742
f9056dd9
MB
6743 * faces.el (read-face-attribute): If there's no entry for the
6744 user's input in VALID, just use it as-is (this will often result
6745 in an error, but it may be OK for e.g. colors using hexadecimal
6746 notation, and at least will yield a better error message).
6747
c2d7f289 6748 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 6749 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
6750 Variables removed.
6751 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
6752 window is really the right size. Use vertical-motion
6753 rather than forward-line.
6754 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
6755 (ispell-command-loop, ispell-show-choices): Use the variable
6756 ispell-choices-win-default-height, rather than the function.
6757 (ispell-choices-win-default-height): Function removed.
6758 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 6759
8f530b95
SM
67602000-12-14 Stefan Monnier <monnier@cs.yale.edu>
6761
6762 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
6763
6d435deb
EZ
67642000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
6765
83c9cb8e
SM
6766 * paths.el (Info-default-directory-list):
6767 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
6768 put it first in the list; otherwise put it last. Doc string
6769 changed accordingly.
6770
6771 * info.el (Info-directory-list): Change doc string to reflect the
6772 change in Info-default-directory-list.
6773
6d435deb
EZ
6774 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
6775 windows-nt as windowed environments, even under -nw.
6776
6777 * startup.el (command-line): Don't call x-backspace-delete-keys-p
6778 if not fboundp. Switch delete-forward mode for the <delete> key
6779 on all PC platforms, even under -nw.
6780
6781 * term/internal.el ([M-delete]): Remap to M-d.
6782
9d7d9263
GM
67832000-12-14 Gerd Moellmann <gerd@gnu.org>
6784
6785 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
6786
7cf0153a
EZ
67872000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
6788
6789 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
6790
5e5b3d41
GM
67912000-12-14 Gerd Moellmann <gerd@gnu.org>
6792
5f368d29
GM
6793 * startup.el (command-line): Call delete-key-deletes-forward-mode,
6794 if appropriate.
6795
6796 * simple.el (delete-key-deletes-forward): New user-option.
6797 (delete-key-deletes-forward-mode): New function.
6798
9d7d9263 6799 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 6800
83c9cb8e
SM
6801 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
6802 Test if symbol is bound before getting its value.
5e5b3d41
GM
6803
6804 * tooltip.el (tooltip-show): If an error is signaled in
6805 x-show-tip, display that error, and display the help in the
6806 echo area.
ca2ddd8e 6807
191b83b6
KH
68082000-12-14 Kenichi Handa <handa@etl.go.jp>
6809
83c9cb8e
SM
6810 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
6811 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 6812
6192b604
KF
68132000-12-13 Karl Fogel <kfogel@red-bean.com>
6814
6815 * bookmark.el: Provide a generic exit hook, as suggested by
6816 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
6817 (bookmark-exit-hook): New var.
6818 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
6819 old raw lambda form in `kill-emacs-hook', and runs new
6820 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
6821 as logically that feature must have been provided if this function
6822 is running.
6823 Removed ;;;###autoload before the `add-hook' call.
6824
5edf6b55
SM
68252000-12-13 Stefan Monnier <monnier@cs.yale.edu>
6826
6827 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
6828 (easy-menu-current-active-maps): New function.
6829 (easy-menu-get-map): Use it.
6830 Make a proper menu entry when creating a new keymap.
6831
16b5e8e6
KH
68322000-12-13 Kenichi Handa <handa@etl.go.jp>
6833
d49fc4eb
KH
6834 * international/characters.el: Fix cases and syntaxes for
6835 mule-unicode-0100-24ff.
6836
3b53d876
KH
6837 * dired.el (dired-move-to-filename-regexp): Fixed for the case
6838 that a Japanese character is not appended after day and year.
6839
16b5e8e6
KH
6840 * info.el (Info-suffix-list): Change format for a command that
6841 requires arguments.
6842 (info-insert-file-contents): Adjusted for the above change.
6843
1df1c518
AS
68442000-12-12 Andreas Schwab <schwab@suse.de>
6845
6846 * tar-mode.el (tar-extract): Base the name of the subfile buffer
6847 on the name of the tar buffer. Verify that the existing buffer is
6848 visiting the same subfile.
6849
a7a07b98
DL
68502000-12-12 Dave Love <fx@gnu.org>
6851
6852 * subdirs.el: Add obsolete.
6853
4fdbd809
GM
68542000-12-12 Gerd Moellmann <gerd@gnu.org>
6855
bfdb75ee
GM
6856 * mail/rmailsum.el (rmail-summary-expunge)
6857 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
6858 instead of rmail-confirm-expunge.
6859
4fdbd809
GM
6860 * replace.el (perform-replace): Don't use an empty match adjacent
6861 to a non-empty match when computing the next match before the
6862 replacement is performed.
6863
e9a59cad
GM
68642000-12-12 Milan Zamazal <pdm@freesoft.cz>
6865
6866 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
6867 definition (patch by Stefan Monnier).
6868 (glasses-mode): Use jit-lock instead of `after-change-functions'
6869 (patch by Stefan Monnier).
6870
c2def7a0
MB
68712000-12-12 Miles Bader <miles@gnu.org>
6872
6873 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
6874 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
6875
591b63b4
AC
68762000-12-12 Andrew Choi <akochoi@i-cable.com>
6877
6878 * term/mac-win.el: Remove load for ls-lisp.
6879
a924cf63 6880 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 6881
5ff4ba3d
MB
68822000-12-12 Miles Bader <miles@gnu.org>
6883
6884 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
6885 Respect field end too.
6886 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
6887 (newline-and-indent, reindent-then-newline-and-indent):
6888 Use `delete-horizontal-space'.
5ff4ba3d 6889
d0c679bc
SM
68902000-12-11 Stefan Monnier <monnier@cs.yale.edu>
6891
adf9c994
SM
6892 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
6893 (so as to obey the field property in the minibuffer).
6894
4b0cd42d
SM
6895 * obsolete/c-mode.el: Moved from lisp/progmodes.
6896 * obsolete/auto-show.el: Moved from lisp.
6897 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 6898
89f85863
CD
68992000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
6900
6901 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 6902 changes to list them here.
89f85863 6903
83c9cb8e
SM
6904 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
6905 Too many changes to list them here.
89f85863 6906
83c9cb8e
SM
6907 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
6908 Too many changes to list them here.
89f85863
CD
6909
6910 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
6911
3e0d35ce
GM
69122000-12-11 Gerd Moellmann <gerd@gnu.org>
6913
83c9cb8e 6914 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 6915
ca2ddd8e 6916 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
6917 Comment fix.
6918
3e0d35ce
GM
6919 * hscroll.el: Moved to `obsolete' subdir.
6920
ff904dd6
MB
69212000-12-11 Miles Bader <miles@gnu.org>
6922
6923 * window.el (window-text-height): Function removed (now in C).
6924
fb97d87f
SM
69252000-12-10 Stefan Monnier <monnier@cs.yale.edu>
6926
6927 * log-edit.el (log-edit-parent-buffer): New var.
6928 (log-edit): Set it. Add BUFFER argument.
6929 (log-edit-done): Use char-before.
6930 Don't bother checking validity of vc-comment-ring.
6931 Only bury the buffer if log-edit popped it up.
6932
6933 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
6934 (cvs-mode-diff-help): Remove.
6935 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 6936 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
6937
6938 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
6939 Remove binding for ? now made unnecessary.
6940
7de77417
CD
69412000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
6942
83c9cb8e 6943 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
6944 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
6945
6946 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
6947 when master file is not open.
6948
4efa209f
SM
69492000-12-09 Stefan Monnier <monnier@cs.yale.edu>
6950
6951 * progmodes/ada-stmt.el: Update `maintainer'.
6952
b52758d1 69532000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
0a8052bd
GM
6954
6955 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
6956 choices to match documentation string.
6957
a12167c5
MB
69582000-12-09 Miles Bader <miles@gnu.org>
6959
2161605d
MB
6960 * minibuf-eldef.el: New file.
6961
a12167c5
MB
6962 * window.el (fit-window-to-buffer): Don't pass last argument to
6963 pos-visible-in-window-p, now that its meaning is inverted.
6964
9ea8de1b
EZ
69652000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
6966
6967 * image.el (create-image): Doc fix; spotted by Per Cederqvist
6968 <ceder@lysator.liu.se>.
6969
5002ddbb
SM
69702000-12-08 Stefan Monnier <monnier@cs.yale.edu>
6971
b6114d80
SM
6972 * autoinsert.el (auto-insert-alist): Add missing final \n.
6973
ee8d23ee
SM
6974 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
6975 (cvs-menu-map): Remove.
6976 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
6977 (cvs-mode-quit): Turn it back into a plain function.
6978
5002ddbb 6979 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 6980 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
6981
6982 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
6983 file where it's more visible.
6984 (texinfo-filter, texinfo-chapter-level-regexp): New variables
6985 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
6986 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
6987 (texinfo-inside-macro-p): Only catch `scan-error's.
6988 (texinfo-inside-env-p): Make better use of the match info.
6989 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
6990 (texinfo-insert-@end): Slight re-organization.
6991 Also remove useless `looking-at' call.
6992
30cd075d
AI
69932000-12-08 Andrew Innes <andrewi@gnu.org>
6994
6995 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
6996 accessible in -nw mode.
6997
6998 * term/w32-win.el: Remove stuff about selection timeout, which is
6999 irrelevant on Windows. Move clipboard support to w32-fns.el, so
7000 it is accessible in -nw mode.
7001
01b91009
DL
70022000-12-08 Dave Love <fx@gnu.org>
7003
83c9cb8e
SM
7004 * emacs-lisp/lisp-mode.el (lisp-mode):
7005 Set font-lock-keywords-case-fold-search.
01b91009 7006
842b2a94
GM
70072000-12-08 Gerd Moellmann <gerd@gnu.org>
7008
7009 * textmodes/ispell.el (ispell): Doc fix.
7010
f9d5f611
KH
70112000-12-08 Kenichi Handa <handa@etl.go.jp>
7012
7013 * international/quail.el (quail-insert-decode-map): Check the
7014 frame width of a window displaying the current buffer, not that of
7015 the selected frame.
7016 (quail-help): Make sure that the help buffer has window before
7017 inserting text in it.
7018
e04d21aa
SS
70192000-12-07 Sam Steingold <sds@gnu.org>
7020
7021 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
7022 Backquote is used in isearch.el, so autoloading saves nothing.
7023
fc3e23a4
EZ
70242000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
7025
83c9cb8e
SM
7026 * startup.el (normal-top-level-add-subdirs-to-load-path):
7027 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 7028
fc3e23a4
EZ
7029 * dired.el (dired-insert-directory): If file-system-info is
7030 fboundp, call it instead of invoking dired-free-space-program.
7031
796ecd10
GM
70322000-12-07 Gerd Moellmann <gerd@gnu.org>
7033
0f5f7c3e
GM
7034 * server.el (server-visit-files): Push files on file-name-history.
7035
3764ba49
GM
7036 * progmodes/cc-langs.el: Update copyright.
7037
8e7931da
GM
7038 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
7039
ae0d7485 7040 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 7041
796ecd10
GM
7042 * bindings.el (mode-line-mode-menu): Reverse the order
7043 of define-keys so that the menu appears in alphabetical order.
7044
ae0d7485
GM
70452000-12-07 Milan Zamazal <pdm@freesoft.cz>
7046
7047 * progmodes/glasses.el (glasses-mode): Update mode line at the end
7048 of the function.
7049
e2849090
DL
70502000-12-07 Dave Love <fx@gnu.org>
7051
7052 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
7053
7054 * facemenu.el (facemenu-unlisted-faces): Fix value.
7055
5c7f629c
SM
70562000-12-07 Stefan Monnier <monnier@cs.yale.edu>
7057
7058 * font-lock.el (font-lock-default-fontify-region):
7059 Include the terminating \n (off-by-one error).
7060 (font-lock-set-defaults): Use dolist.
7061
7062 * derived.el (define-derived-mode): Don't use combine-run-hooks.
7063
73481ae3
KH
70642000-12-07 Kenichi Handa <handa@etl.go.jp>
7065
83c9cb8e
SM
7066 * international/mule-cmds.el (describe-language-environment):
7067 Fix for the case that an input method title is not string but a list.
ffbaa122 7068
73481ae3
KH
7069 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
7070 of wrong SIZE record.
7071
e2896b22
DL
70722000-12-06 Dave Love <fx@gnu.org>
7073
67292061
DL
7074 * newcomment.el (comment-region, comment-dwim): Doc fix.
7075
7076 * textmodes/texinfo.el: Require tex-mode when compiling.
7077 (texinfo-update-node): Doc fix.
7078 (texinfo-imenu-generic-expression): Add @anchor.
7079 (texinfo-font-lock-keywords): Add @uref.
7080 (texinfo-inside-macro-p): Don't use ignore-errors.
7081 (texinfo-insert-quote): Match more contexts.
7082
e76938e7
DL
7083 * international/mule.el (decode-char, encode-char): Doc fix.
7084 (auto-coding-alist): Customize.
7085
7086 * files.el (load-file): Fix change of 2000-03-12.
7087
e2896b22
DL
7088 * wid-edit.el (widget-text-keymap): Doc fix.
7089
6610f4b2
AI
70902000-12-06 Andrew Innes <andrewi@gnu.org>
7091
7092 * makefile.w32-in (lisp): Set to an absolute directory, namely
7093 $(CURDIR).
7094
9e3366e4
EZ
70952000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
7096
7097 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
7098 read generated-autoload-file, and set buffer-file-coding-system to
7099 raw-text-unix after reading the file.
7100
83c9cb8e
SM
7101 * international/mule-conf.el (file-coding-system-alist):
7102 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 7103
d94d636f
GM
71042000-12-06 Gerd Moellmann <gerd@gnu.org>
7105
384333ee
GM
7106 * replace.el (occur): Make line-number-width 1 smaller for the
7107 colon following the line number.
7108
83c9cb8e
SM
7109 * startup.el (fancy-splash-text, command-line-1):
7110 Use `File' for the menu name instead of `Files'.
e04d21aa 7111
d4b72d58
GM
7112 * tmm.el: Update copyright.
7113
d94d636f
GM
7114 * cus-start.el: Add entry for even-window-heights.
7115
6e424019
MB
71162000-12-06 Miles Bader <miles@gnu.org>
7117
7118 * faces.el (frame-set-background-mode): Avoid stomping on
7119 locally modified faces.
7120
e6477b58
KH
71212000-12-06 Kenichi Handa <handa@etl.go.jp>
7122
7123 * international/fontset.el: Correct the font registries for
7124 japanese-jisx0213-1 and japanese-jisx0213-2.
7125
21999ab9
GM
71262000-12-05 Gerd Moellmann <gerd@gnu.org>
7127
57d6e381
GM
7128 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
7129
21999ab9
GM
7130 * iswitchb.el: Update customization commentary.
7131
7422819c
GM
71322000-12-05 Rob Riepel <riepel@Stanford.EDU>
7133
7134 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
7135 (tpu-search-highlight): Fixed comparison of overlay end positions.
7136 (tpu-trim-line-ends): Implemented trimming logic locally.
7137
7138 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 7139 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 7140
73daff18
KH
71412000-12-05 Kenichi Handa <handa@etl.go.jp>
7142
7143 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
7144 to cn-gb.
7145 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
7146
6a4cd002
DL
71472000-12-04 Dave Love <fx@gnu.org>
7148
7149 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
7150
6452929e
GM
71512000-12-04 Gerd Moellmann <gerd@gnu.org>
7152
e04d21aa 7153 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
7154 (rmail-summary-expunge-and-save): Ask for confirmation with
7155 rmail-expunge-confirmed.
7156
7157 * mail/rmail.el (rmail-expunge-confirmed): New function.
7158 (rmail-expunge): Use it.
7159
1790abf4
FP
71602000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
7161
0c68ce6f 7162 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
7163 (etags-recognize-tags-table, find-tag-in-order):
7164 New functionality: interpret file names as tags.
e04d21aa 7165
7a53d8c8
EZ
71662000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
7167
7168 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
7169 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
7170 the first subnode until the bottom of the current node is visible.
7a53d8c8 7171
caa15ef7
GM
71722000-12-04 Gerd Moellmann <gerd@gnu.org>
7173
7174 * format.el (format-decode): Don't change buffer's undo list.
7175
e225faa7
KH
71762000-12-04 Kenichi Handa <handa@etl.go.jp>
7177
7178 * faces.el (face-font-registry-alternatives): Add entries for CJK
7179 fonts. Doc-string adjusted for the actual usage of this data.
7180
7181 * international/fontset.el: Change the font registries for CJK
7182 fonts in the default fontset. Don't append '*' to registries.
7183
8b262a65
SM
71842000-12-03 Stefan Monnier <monnier@cs.yale.edu>
7185
e04d21aa 7186 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
7187 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
7188
7189 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
7190 (derived-mode-p): New function.
7191 (derived-mode-make-docstring): Add `docstring' argument.
7192 Use it if available and complete it if necessary.
7193
33c4460b
AS
71942000-12-03 Andreas Schwab <schwab@suse.de>
7195
7196 * type-break.el (type-break): Don't make parent of itself.
7197
5c9b3fac
MB
71982000-12-03 Miles Bader <miles@gnu.org>
7199
7200 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
7201
27ce741e
SM
72022000-12-02 Stefan Monnier <monnier@cs.yale.edu>
7203
07c16ec4
SM
7204 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
7205 (tex-main-file, tex-file): Simplify.
7206 (tex-generate-zap-file-name): Use subst-char-in-string.
7207 (tex-strip-dots): Remove.
7208
c19cc275
SM
7209 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
7210
27ce741e
SM
7211 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
7212 to check if the match succeeded.
7213
285991dc
GM
72142000-12-02 Gerd Moellmann <gerd@gnu.org>
7215
7216 * startup.el (use-fancy-splash-screens-p): New function.
7217 (command-line-1): Use it to determine whether or not to use
7218 a fancy splash screen.
7219
52dca1b2
AS
72202000-12-02 Andreas Schwab <schwab@suse.de>
7221
7222 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
7223
d3e7e7cf
EZ
72242000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7225
2dce2360
EZ
7226 * international/mule.el (make-char): Fix last change.
7227
9768eaa7
EZ
7228 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
7229 New defcustoms.
7230 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
7231 autoloading tex-mode; instead, do the same manually.
7232 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
7233 with numeric argument. Docstring fix.
7234 (toplevel): Require cl when compiling.
e04d21aa 7235
285991dc 7236 * international/mule.el (make-char): Doc fix.
d3e7e7cf 7237
0dd5e255
JR
72382000-12-02 Jason Rumney <jasonr@gnu.org>
7239
7240 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
7241 the Emacs Lisp manual)
7242
fbb87147
EZ
72432000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7244
5cbb3e93
EZ
7245 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
7246
fbb87147
EZ
7247 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
7248 the Emacs Lisp manual).
7249
1636ca09
GM
72502000-12-02 Gerd Moellmann <gerd@gnu.org>
7251
7252 * simple.el (next-line-add-newlines): Change default to nil.
7253
68875f0e
EZ
72542000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
7255
83c9cb8e
SM
7256 * files.el (revert-buffer, recover-file):
7257 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 7258
fd9ac94c
GM
72592000-12-01 Gerd Moellmann <gerd@gnu.org>
7260
7261 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
7262
45450dd5
MB
72632000-12-01 Miles Bader <miles@gnu.org>
7264
7265 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
7266
09df8881
KH
72672000-12-01 Kenichi Handa <handa@etl.go.jp>
7268
7269 * international/mule-diag.el (describe-char-after): Fix typo.
7270 (describe-character-set, non-iso-charset-alist): Fix typo.
7271
dea0a87d
MB
72722000-12-01 Miles Bader <miles@gnu.org>
7273
b170205b
MB
7274 * image-file.el (image-file-name-regexp): Automatically add
7275 upper-case variants of each filename extension in
7276 `image-file-name-extensions', since they seem to be common.
7277
e04d21aa 7278 * simple.el (minibuffer-contents)
dea0a87d
MB
7279 (minibuffer-contents-no-properties, delete-minibuffer-contents):
7280 New functions.
7281 * filecache.el (file-cache-directory-name)
7282 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
7283
eb04d6cd 72842000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 7285
dea0a87d
MB
7286 * filecache.el (file-cache-minibuffer-complete): Don't try to
7287 delete the minibuffer prompt.
7288
a8a1b05d
DL
72892000-11-30 Dave Love <fx@gnu.org>
7290
7291 * cus-start.el: Fix read-buffer-function type.
7292
693c4692
GM
72932000-11-30 Gerd Moellmann <gerd@gnu.org>
7294
7295 * md5.el: Removed. There's a built-in function, now.
7296
2c0b1898
GM
72972000-11-30 Markus Rost <rost@math.ohio-state.edu>
7298
7299 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
7300 as dummy 0-th char of rmail-deleted-vector.
7301
63dfcf4b
EZ
73022000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
7303
7304 * ps-print.el (ps-end-job): Bind case-fold-search only after
7305 switching to ps-spool-buffer.
7306
73072000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7308
7309 * ps-print.el: Line number font customization. PostScript: Lines and
7310 PageCount are initialized on each page. Doc Fix.
7311 (ps-print-version): New version number (6.3.2).
7312 (ps-lpr-switches, ps-font-info-database, ps-font-size)
7313 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
7314 (ps-right-header): Customization fix.
7315 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
7316 Fix code.
7317 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
7318 New vars.
7319
df3aedcf
GM
73202000-11-30 Gerd Moellmann <gerd@gnu.org>
7321
edfb795e
GM
7322 * bs.el: Fix typos and spelling errors.
7323 (bs-appearance) <defgroup>: Renamed from bs-appearence.
7324 (bs-configuration): Doc fix.
e04d21aa 7325
df3aedcf
GM
7326 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
7327
8b8a7f01
GM
73282000-11-30 Rob Riepel <riepel@Stanford.EDU>
7329
7330 * emulation/tpu-edt.el (tpu-version): New version.
7331 (tpu-search-overlay, tpu-replace-overlay): New initial range.
7332 (tpu-original-mode-line): Variable deleted.
7333 (tpu-mark-flag): New initial value.
83c9cb8e
SM
7334 (tpu-set-mode-line): Don't redefine mode-line-format.
7335 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
7336 (tpu-update-mode-line): New mark flag logic.
7337 (tpu-get): Use find-file-wildcards.
7338 (tpu-search-highlight): Move overlay less, reset overlay properly.
7339 (tpu-unselect): Deactivate mark.
7340 (tpu-lm-replace): Reset overlay properly.
7341 (tpu-forward-line): Use forward-visible-line.
7342 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
7343
83c9cb8e 7344 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 7345
c069a9d3
GM
73462000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
7347
7348 * cus-edit.el (custom-face-value-create): Always emphasize tag.
7349
b02cd40b
GM
73502000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7351
7352 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
7353 and skip whitespace and newlines.
e04d21aa 7354
b7a90344
SM
73552000-11-30 Stefan Monnier <monnier@cs.yale.edu>
7356
7357 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
7358
be6bbb55
GM
73592000-11-29 Gerd Moellmann <gerd@gnu.org>
7360
0383ed60
GM
7361 * help.el (describe-function-1): Regexp-quote function name
7362 when used as part of a regexp.
7363
83c9cb8e
SM
7364 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
7365 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
7366 (tool-bar-add-item): Likewise, and handle unspecified colors.
7367
7368 * enriched.el (enriched-face-ans): Use face-attribute instead
7369 of face-foreground and face-background.
7370
7371 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 7372 Return nil if attribute is unspecified, for backward compatibility.
c7957947 7373
7423978d
GM
7374 * files.el (auto-mode-alist): Add an entry for antlr-mode.
7375
ef128c78
GM
7376 * play/5x5.el: Remove version info.
7377
a81fc510
GM
7378 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
7379
be6bbb55
GM
7380 * frame.el (blink-cursor-mode): Doc fix.
7381
f9396e03
GM
73822000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7383
7384 * antlr-mode.el: New commands to run ANTLR from within Emacs and
7385 to create Makefile rules.
7386 (antlr-tool-command): New user option.
7387 (antlr-ask-about-save): New user option.
7388 (antlr-makefile-specification): New user option.
7389 (antlr-file-formats-alist): New variable.
7390 (antlr-special-file-formats): New variable.
7391 (antlr-unknown-file-formats): New user option.
7392 (antlr-help-unknown-file-text): New variable.
7393 (antlr-help-rules-intro): New variable.
7394 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
7395 (antlr-mode-menu): Add entries.
7396 (antlr-file-dependencies): New function.
7397 (antlr-directory-dependencies): New function.
7398 (antlr-superclasses-glibs): New function.
7399 (antlr-run-tool): New command.
7400 (antlr-makefile-insert-variable): New function.
7401 (antlr-insert-makefile-rules): New function.
7402 (antlr-show-makefile-rules): New command.
7403
7404 * antlr-mode.el: More Emacs/XEmacs stuff.
7405 (antlr-no-action-keywords): New constant with value nil.
7406 (antlr-font-lock-keywords-alist): Use it. Old value would break
7407 syntax highlighting in Emacs-21.0.
7408 (antlr-default-directory): Emacs/XEmacs dependend function.
7409 (antlr-read-shell-command): Ditto.
7410 (antlr-with-displaying-help-buffer): Ditto.
7411
74122000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7413
7414 * antlr-mode.el: imenu, parsing and highlighting changes.
7415 (antlr-imenu-create-index-function): Don't create extra submenus
7416 for definitions in different grammar classes. It is not necessary
7417 for the menu and would make command `imenu' awkward to use.
7418 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
7419 header actions and more than one.
7420 (antlr-font-lock-tokendef-face): Changed color.
7421 (antlr-font-lock-tokenref-face): Changed color.
7422 (antlr-font-lock-additional-keywords): Also highlight lowercase.
7423 (antlr-mode-syntax-table): New variable.
7424 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
7425 (antlr-with-syntax-table): Don't copy syntax table.
7426
74272000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7428
7429 * antlr-mode.el: Minor changes: language setting.
7430 (antlr-language-alist): The value for file option "language" can
7431 be both an identifier and a string.
7432 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
7433 (antlr-language-limit-n-regexp): Change accordingly.
7434
74352000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7436
7437 * antlr-mode.el: Minor changes: tabs, hiding.
7438 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
7439 (antlr-action-visibility): Also allow value nil to also hide the
7440 braces. Renamed from `antlr-tiny-action-length'.
7441 Suggested by Jay@aol.com.
7442 (antlr-hide-actions): Change accordingly. Hide line if completely
7443 hidden action is on a line of its own.
e04d21aa 7444
6ad948eb
SM
74452000-11-29 Stefan Monnier <monnier@cs.yale.edu>
7446
7447 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
7448
7449 * sort.el (sort-columns): Don't concat strings with numbers.
7450
9c6a4107
DL
74512000-11-29 Dave Love <fx@gnu.org>
7452
7453 * cus-edit.el (face): Fix :format.
7454
7455 * mail/feedmail.el: Require smtpmail when compiling.
7456 (mail-do-fcc): Autoload.
7457 (feedmail) <defgroup>: Fix :link.
7458 (feedmail-nuke-body-in-fcc): Fix :type.
7459 (feedmail-send-it): Add autoload cookie.
7460
053b8d35
SM
74612000-11-29 Stefan Monnier <monnier@cs.yale.edu>
7462
7463 * newcomment.el (comment-indent): Save excursion around call to
7464 comment-indent-function.
7465
242c13e8
MB
74662000-11-29 Miles Bader <miles@gnu.org>
7467
7468 * subr.el (member-ignore-case): Return the tail of the list who's
7469 car matches, like `member', not the matching element itself.
7470
8f4b5f28
KH
74712000-11-29 Kenichi Handa <handa@etl.go.jp>
7472
7473 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
7474 should not contain `\n'.
7475
bebe4a2c
GM
74762000-11-28 Gerd Moellmann <gerd@gnu.org>
7477
fd9ac94c 7478 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 7479
ba7e40eb
GM
7480 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
7481
75ab0c79
GM
7482 * dired-aux.el (dired-do-create-files): Construct default file
7483 name for dired-mark-read-file-name so that when the user enters
7484 just RET, the target file will end up in the target directory.
7485
bebe4a2c
GM
7486 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
7487 local-abbrev-table before changing buffers because it might
7488 have a buffer-local binding.
7489
fa6d1ca8
MB
74902000-11-28 Miles Bader <miles@gnu.org>
7491
7492 * simple.el (delete-horizontal-space): Handle fields more generally.
7493
8d2c2642
GM
74942000-11-28 Gerd Moellmann <gerd@gnu.org>
7495
7496 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
7497
8b31236d
DL
74982000-11-28 Dave Love <fx@gnu.org>
7499
3cbd02d2
DL
7500 * progmodes/ps-mode.el (ps-mode): Set comment-start and
7501 comment-start-skip locally.
7502
8b31236d
DL
7503 * progmodes/fortran.el (fortran-mode): Don't set
7504 fortran-comment-line-start-skip. Set comment-start to
7505 fortran-comment-line-start.
7506 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
7507 (fortran-comment-line-start-skip): Simplify slightly.
7508
ae4bf56d
GM
75092000-11-28 Gerd Moellmann <gerd@gnu.org>
7510
17ef7534
GM
7511 * play/5x5.el: Remove RCS keyword.
7512
fd9ac94c 7513 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 7514
665b27a6
GM
75152000-11-28 Milan Zamazal <pdm@freesoft.cz>
7516
83c9cb8e
SM
7517 * textmodes/tildify.el (tildify-string-alist):
7518 Add `plain-tex-mode' here.
665b27a6 7519
fe3c2ae3
GM
75202000-11-28 Colin Walters <walters@cis.ohio-state.edu>
7521
7522 * chistory.el (Command-history-setup): Remove extraneous `keymap'
7523 reference.
7524
d970106b
MB
75252000-11-28 Miles Bader <miles@gnu.org>
7526
36b80a0d
MB
7527 * cus-face.el (custom-face-attributes): Add post-filter function
7528 for :box. Make pre-filter function for :box handle all cases.
7529
d970106b
MB
7530 * wid-edit.el (widget-choose): Make sure pop-up window is large
7531 enough to display all the choices, as there's no way to scroll it.
7532
5a2bae6c
KH
75332000-11-28 Kenichi Handa <handa@etl.go.jp>
7534
7535 * international/mule-conf.el: Make the coding system no-conversion
7536 safe for all characters.
7537
9e836e23
DL
75382000-11-27 Dave Love <fx@gnu.org>
7539
8b31236d
DL
7540 * net/ldap.el (ldap) <defgroup>: Add :version.
7541
9e836e23
DL
7542 * tooltip.el (tooltip-use-echo-area): Doc fix.
7543
7544 * cus-start.el <minibuffer-prompt-properties>: Add version.
7545 <read-buffer-function>: Add.
7546
7547 * apropos.el (apropos-print): Add help-echo to active text.
7548
7549 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
7550
4a74d071
GM
75512000-11-27 Gerd Moellmann <gerd@gnu.org>
7552
7553 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
7554 type, group and version.
7555
76058c27
EZ
75562000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
7557
4a74d071 7558 * select.el (x-get-selection): Docstring fix.
76058c27 7559
fd9ac94c 75602000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 7561
fd9ac94c 7562 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 7563
49060c51
AI
75642000-11-27 Andrew Innes <andrewi@gnu.org>
7565
7566 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
7567
7568 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
7569
b2a8e429
MB
75702000-11-27 Miles Bader <miles@gnu.org>
7571
7572 * dired.el (dired-get-filename): Return filename verbatim if
7573 LOCALP is `verbatim'.
7574 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
7575 `verbatim' so that we don't inadvertently delete a non-existant
7576 directory name.
7577
5ac0366d
KH
75782000-11-27 Kenichi Handa <handa@etl.go.jp>
7579
7580 * international/characters.el: Specify cases and syntaxes for
7581 mule-unicode-0100-24ff.
7582
67f1cf4c
GM
75832000-11-27 Gerd Moellmann <gerd@gnu.org>
7584
7585 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
7586 that foreground and/or background colors of the face `tool-bar'
7587 are unspecified.
7588
46c56972
MB
75892000-11-27 Miles Bader <miles@gnu.org>
7590
e04d21aa 7591 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
7592 (widget-field-end): Handle widget field `pseudo-overlays'.
7593 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
7594 if it's there instead of in `widget-field-list'.
7595
46c56972 7596 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
7597 (help-make-xrefs): Delete extraneous newlines at the end of the
7598 docstring.
46c56972 7599
640a9cdd
JR
76002000-11-25 Jason Rumney <jasonr@gnu.org>
7601
7602 * startup.el (command-line): Call set-locale-environment after
7603 Window System init file is read, as it can result in a call to
7604 redraw-frame.
7605
0b3f96d4
EZ
76062000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
7607
7608 * simple.el (shell-command): Mention the effect of the prefix
7609 argument in the doc string.
7610
8da6e2a1
MB
76112000-11-25 Miles Bader <miles@gnu.org>
7612
a658d039
MB
7613 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
7614
8da6e2a1 7615 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 7616 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 7617
d3416cca
JR
76182000-11-24 Jason Rumney <jasonr@gnu.org>
7619
7620 * international/mule-cmds.el (locale-language-names): Add "jp" as
7621 a non-standard alternative for Japanese.
7622
17e37f53
AS
76232000-11-24 Andre Spiegel <spiegel@gnu.org>
7624
7625 * vc-hooks.el: Require 'cl during compilation.
7626
9aa5f148
GM
76272000-11-24 Gerd Moellmann <gerd@gnu.org>
7628
ba193890
GM
7629 * faces.el (face-set-after-frame-default): Let face attributes
7630 specified for new frames override frame parameters.
7631
9aa5f148
GM
7632 * startup.el (command-line): Fix computation of the source file
7633 for user-init-file when user-init-file is a compiled file.
7634
51a1edab
MB
76352000-11-24 Miles Bader <miles@gnu.org>
7636
e04d21aa 7637 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
7638 (custom-post-filter-face-spec): New functions.
7639 (custom-face-set, custom-face-value-create): Filter the face spec
7640 before and after customization.
7641 (custom-face-set): If VALUE specifies a null face, pass a
7642 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
7643 * cus-face.el (custom-face-attributes): Remove SET and GET
7644 functions. Add some IN-FILTER and OUT-FILTER functions in the few
7645 cases they're needed.
7646
1ed74431
MB
7647 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
7648 that it's distinguishable from the :off-glyph on dark-background
7649 displays. Set its background color too.
7650
67ee1125
MB
7651 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
7652 so that people can easily turn it off.
7653
7d027816 76542000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 7655
7d027816 7656 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 7657
9aa5f148 7658 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 7659
9aa5f148 7660 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 7661
9aa5f148 7662 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 7663 redundant skip-small-frames test.
e04d21aa 7664
9aa5f148 7665 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 7666 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 7667
9aa5f148
GM
7668 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
7669 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
7670 (viper-restore-cursor-type,viper-set-insert-cursor-type):
7671 New functions.
e04d21aa 7672
9aa5f148 7673 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 7674
9aa5f148 7675 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 7676
f07fa1b8
KH
76772000-11-24 Kenichi Handa <handa@etl.go.jp>
7678
83c9cb8e
SM
7679 * international/mule-diag.el (list-iso-charset-chars):
7680 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
7681 (list-non-iso-charset-chars): Fix the `while' condition.
7682
ba8299ff
SM
76832000-11-23 Stefan Monnier <monnier@cs.yale.edu>
7684
79372165
SM
7685 * subr.el (add-hook, remove-hook): Don't call make-local-hook
7686 if the variable is make-variable-buffer-local.
7687
83c9cb8e
SM
7688 * progmodes/ada-stmt.el (ada-template-map):
7689 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
7690 (ada-stmt-mode-hook): New function extracted from old code.
7691 Only change the buffer-local side of skeleton-*.
7692 (ada-mode-hook): Use it.
7693
68a887fa
EZ
76942000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7695
7696 * iswitchb.el (iswitchb-minibuf-depth): New variable.
7697 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
7698 we expect to be returned by minibuffer-depth once we prompt the
7699 user in the minibuffer.
7700 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
7701 as recorded in iswitchb-minibuf-depth, return non-nil.
7702
3b345582
EZ
77032000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7704
7705 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
7706 (hscroll-window-maybe): Docstring fix.
7707
595dead2
DL
77082000-11-23 Dave Love <fx@gnu.org>
7709
7710 * rect.el (string-rectangle): Don't test delete-selection-mode.
7711
1e66b27a
GM
77122000-11-23 Gerd Moellmann <gerd@gnu.org>
7713
02790ce2
GM
7714 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
7715 is in the tool bar.
7716
1e66b27a 7717 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 7718 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 7719
a4caa65d
SM
77202000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7721
7722 * textmodes/outline.el (outline-flag-region):
7723 Don't bind inhibit-read-only since we don't modify the buffer.
7724 (outline-isearch-open-invisible): Don't jump to overlay-start
7725 since we're trying to unhide text around point.
7726 (outline-discard-overlays): Use dolist.
7727
7728 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
7729
03e757c1
GM
77302000-11-22 Gerd Moellmann <gerd@gnu.org>
7731
83c9cb8e 7732 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 7733
1598a961
SM
77342000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7735
7736 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
7737 Fix ARG regexp to skip quoted braces.
7738 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
7739 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
7740 are (correctly) handled separately).
7741 Remove `caption' and `footnote' from `citations': they contain text.
7742 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
7743 (latex-skeleton-end-hook): New function.
7744 (latex-mode): Use it.
7745 (tex-start-tex-marker): Remove.
7746 (tex-send-tex-command): Don't set tex-start-tex-marker.
7747 (tex-error-parse-syntax-table): New var.
7748 (tex-compilation-parse-errors): Use it.
7749 Ignore tex-start-tex-marker. Don't bother with marker-position.
7750 (tex-validate-buffer): Don't bother with marker-position.
7751
7752 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 7753 (flyspell-generic-progmode-verify): Use it.
1598a961 7754
eaae8106
SS
77552000-11-22 Sam Steingold <sds@gnu.org>
7756
83c9cb8e 7757 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 7758
eaae8106 7759 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 7760 `ada-remove-trailing-spaces'.
eaae8106 7761 (ada-remove-trailing-spaces): Removed.
e04d21aa 7762
eaae8106 7763 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 7764
1598a961
SM
7765 * textmodes/picture.el (picture-clean): Removed.
7766 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 7767
a41d49e9
GM
77682000-11-22 Gerd Moellmann <gerd@gnu.org>
7769
e053c60f
GM
7770 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
7771
a41d49e9
GM
7772 * hi-lock.el (hi-lock-refontify): Don't call non-existent
7773 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 7774 do anything special when jit-lock is active.
a41d49e9
GM
7775 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
7776
197615f3
DL
77772000-11-22 Dave Love <fx@gnu.org>
7778
ddbfaa9f
DL
7779 * calendar/todo-mode.el (todo-top-priorities): Use
7780 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
7781
ddc3c695
DL
7782 * language/chinese.el, language/cyrillic.el:
7783 * language/devanagari.el, language/ethiopic.el, language/greek.el:
7784 * language/hebrew.el, language/indian.el, language/japanese.el:
7785 * language/korean.el, language/lao.el, language/misc-lang.el:
7786 * language/thai.el, language/tibetan.el, language/vietnamese.el:
7787 Use provide.
7788
fb9fa98d
DL
7789 * cus-edit.el (custom-buffer-create-internal): Save some consing.
7790 (custom-variable-set): Improve validation error mesage.
7791
197615f3
DL
7792 * rect.el (string-rectangle): Revert last change.
7793 (string-rectangle-line): New arg DELETE.
7794 (string-rectangle): Check delete-selection-mode.
7795
7796 * emacs-lisp/edebug.el (edebug-version)
7797 (edebug-maintainer-address): Deleted.
7798 (edebug-submit-bug-report): Just alias to report-emacs-bug.
7799 (edebug-read-function): Account for other `'#' read forms.
7800 (edebug-mode-menus): Make some items toggles.
7801 (edebug-outside-unread-command-event, unread-command-event):
7802 Remove these to avoid warnings.
7803
f4117c4d
GM
78042000-11-22 David Ponce <david@dponce.com>
7805
7806 * recentf.el (recentf-menu-items-for-commands)
7807 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 7808 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 7809
f4117c4d
GM
7810 (recentf-build-dir-rules, recentf-dump-variable)
7811 (recentf-edit-list, recentf-open-files-item)
7812 (recentf-open-files): Replaced unnecessary `mapcar' with new
7813 built-in `mapc'.
eaae8106 7814
f8e2f3f2
MB
78152000-11-23 Miles Bader <miles@gnu.org>
7816
7817 * faces.el (menu): Make inverse-video on ttys too.
7818
4c4a541d
SM
78192000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7820
7821 * simple.el (comment-line-break-function): Use the new name
7822 indent-new-comment-line -> comment-indent-new-line.
7823 (clone-indirect-buffer): Don't ignore NORECORD.
7824 (next-completion): Properly handle the case where items are adjacent.
7825
7826 * mouse.el (popup-menu): Stupid typo.
7827
980d836e
GM
78282000-11-22 Gerd Moellmann <gerd@gnu.org>
7829
60e8e0a5
GM
7830 * emacs-lisp/authors.el: Remove autoload cookies, add author,
7831 maintainer, keywords tags.
7832
980d836e
GM
7833 * rect.el (replace-rectangle): Don't call string-rectangle-line
7834 with too many arguments.
7835
e08b2069
AS
78362000-11-22 Andre Spiegel <spiegel@gnu.org>
7837
60e8e0a5 7838 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 7839 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
7840 vc-locking-user, which no longer exists.
7841
7842 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
7843
c6779d8d
DL
78442000-11-22 Dave Love <fx@gnu.org>
7845
7846 * md5.el (md5): Provide.
7847 (md5): Fix error call.
7848
e672fdce
MB
78492000-11-22 Miles Bader <miles@gnu.org>
7850
eaae8106 7851 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
7852 (refill-fill-paragraph-at): Remove debugging code.
7853
80e24c04
MB
7854 * calendar/calendar.el (generate-calendar-window): When we don't
7855 call `fit-window-to-buffer', make sure the top line is fully visible.
7856
3a17d6cc
MB
7857 * image-file.el (insert-image-file): Don't make `read-only'
7858 property rear-nonsticky.
7859
ae1a21c6
MB
7860 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
7861 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
7862 stashing away its original value.
7863 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
7864 in the recursive edit.
7865 Bind `isearch-original-minibuffer-message-timeout' to protect it.
7866 (isearch-done): Restore `minibuffer-message-timeout'.
7867
e672fdce
MB
7868 * cus-start.el: Remove entry for `mode-line-inverse-video'.
7869
3ea79df8
SM
78702000-11-21 Stefan Monnier <monnier@cs.yale.edu>
7871
7872 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
7873
7874 * find-lisp.el (find-lisp-find-files-internal):
7875 Use dolist, when and file-name-as-directory.
7876
980d836e 7877 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
7878 (define-derived-mode, define-minor-mode): Add specs.
7879
7880 * window.el: General comment and spacing fixes.
7881 (save-selected-window): Use backquotes.
7882 (window-safely-shrinkable-p): New function.
7883 (shrink-window-if-larger-than-buffer): Use it.
7884
7885 * subr.el (make-local-hook): Docstring fix.
7886
7887 * shell.el (shell-mode): Use define-derived-mode.
7888
7889 * newcomment.el (comment-indent): Insert comment before calling
7890 comment-indent-function. Don't insert in column 0.
7891 (comment-dwim): Indent before inserting comment.
7892
7893 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
7894 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
7895 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
7896 Use mapc rather than map.
7897
7898 * files.el (find-buffer-visiting): Compare all attributes before
7899 declaring two files identical (rather than just their inode-no).
7900 (auto-mode-alist): Use \' rather than $.
7901
7902 * which-func.el: Update maintainer line.
7903
7904 * pcvs.el (uniquify-buffer-file-name): Remove advice.
7905 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
7906 (uniquify-buffer-file-name): Use it.
7907
8f62f2b8
MB
79082000-11-22 Miles Bader <miles@gnu.org>
7909
7910 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
7911 * simple.el (minibuffer-avoid-prompt): New function.
7912
fb279a6d
GM
79132000-11-21 Gerd Moellmann <gerd@gnu.org>
7914
7915 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
7916
867092e9
MB
79172000-11-21 Miles Bader <miles@gnu.org>
7918
ef860850
MB
7919 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
7920 inclusion of `track-mouse'.
7921
867092e9
MB
7922 * textmodes/refill.el (refill-ignorable-overlay): New variable.
7923 (refill-adjust-ignorable-overlay): New function.
7924 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
7925 only the paragraph's tail if possible.
7926 Update `refill-ignorable-overlay'.
7927 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
7928
7929 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7930 point inside the fill-prefix.
7931
7932 * textmodes/refill.el (refill-post-command-function): Don't reset
7933 refill-doit in the case where a self-insertion command doesn't
7934 case a refill. Use `refill-fill-paragraph-at', getting position
7935 from `refill-doit'.
7936 (refill-after-change-function): Set `refill-doit' to END.
7937 (refill-fill-paragraph-at): New function, mostly from old
7938 refill-fill-paragraph.
7939 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
7940 (refill-pre-command-function): New function.
7941 (refill-mode): Add it to `pre-command-hook'.
7942
ff9ab414
GM
79432000-11-20 Gerd Moellmann <gerd@gnu.org>
7944
29a01b72
GM
7945 * textmodes/artist.el (artist-mode): Fix autoload cookie.
7946
ff9ab414
GM
7947 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
7948 javadoc tags.
eaae8106 7949
885b211b
AS
79502000-11-20 Andre Spiegel <spiegel@gnu.org>
7951
7952 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
7953 vc.el).
7954
eaae8106 7955 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 7956 require vc.
eaae8106
SS
7957
7958 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 7959 checkouts.
eaae8106 7960
d1838556
DL
79612000-11-20 Dave Love <fx@gnu.org>
7962
7963 * Makefile.in (DONTCOMPILE): Omit bindings.el.
7964
2b69bc11 79652000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 7966
2b69bc11
GM
7967 * calculator.el (calculator-paste): Use `if' instead of `and'
7968 and `or'.
7969 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 7970
b95b34e5
GM
79712000-11-19 Gerd Moellmann <gerd@gnu.org>
7972
030de92f
GM
7973 * info.el (info-menu-5): Doc fix.
7974
b95b34e5
GM
7975 * textmodes/artist.el: New file.
7976
54970452
AS
79772000-11-19 Andre Spiegel <spiegel@gnu.org>
7978
eaae8106 7979 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
7980 and differentiate according to checkout model.
7981 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
7982 since this function is only concerned with master state.
7983
83c9cb8e
SM
7984 * vc-hooks.el (vc-workfile-unchanged-p)
7985 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 7986
83c9cb8e
SM
7987 * vc.el (vc-workfile-unchanged-p)
7988 (vc-default-workfile-unchanged-p): See above.
54970452 7989
e5a9dabf
MB
79902000-11-19 Miles Bader <miles@gnu.org>
7991
7992 * image-file.el (insert-image-file): Make `intangible' and
7993 `read-only' properties rear-nonsticky too.
7994
24127af0
GM
79952000-11-18 Gerd Moellmann <gerd@gnu.org>
7996
d392e9c5 7997 * ps-print.el: Update copyright notice.
eaae8106 7998
d392e9c5
GM
7999 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
8000 (tooltip-show): Use the offsets.
8001
24127af0 8002 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 8003 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
8004 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
8005
2b69bc11 80062000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 8007
2b69bc11
GM
8008 * ps-print.el (toplevel): Test for find-coding-system being
8009 fboundp before calling ps-x-find-coding-system.
08ea6f17 8010
66321b2f
SM
80112000-11-16 Stefan Monnier <monnier@cs.yale.edu>
8012
8013 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
8014 (vc-version-backup-file): Docstring fix.
8015
046110c6
GM
80162000-11-16 Gerd Moellmann <gerd@gnu.org>
8017
4104194e
GM
8018 * files.el (basic-save-buffer): Don't add a newline if
8019 find-file-literally is non-nil.
8020 (find-file-literally): Extend doc string.
8021
046110c6
GM
8022 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
8023 sort(1) with the `-f' argument.
8024
6505c16e
AS
80252000-11-16 Andre Spiegel <spiegel@gnu.org>
8026
fd063975
AS
8027 * vc.el: Updated backend documentation.
8028 (vc-default-check-headers): New function.
8029
3d02dd81 8030 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
8031
8032 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 8033 up-to-date.
eaae8106 8034 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 8035 the minibuffer is not active.
fd063975 8036
eaae8106 8037 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 8038 `vc-cvs-use-edit' is on.
eaae8106
SS
8039 (vc-cvs-checkout): When this is used for reverting the workfile,
8040 make a backup of the original contents and revert to that in case
8791d617 8041 of error.
eaae8106 8042 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 8043 remote repositories.
eaae8106 8044
6505c16e
AS
8045 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
8046 for both version and ratio in the minibuffer.
fd063975 8047
eaae8106 8048 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 8049 Use vc-do-command to perform the annotation, not call-process.
6505c16e 8050
a13f0660
KH
80512000-11-16 Kenichi Handa <handa@etl.go.jp>
8052
8053 * international/quail.el (quail-start-translation): Don't call
8054 `message' before reading key sequence.
8055
1389a414
MB
80562000-11-16 Miles Bader <miles@lsi.nec.co.jp>
8057
8058 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
8059
9256a532
KH
80602000-11-16 Kenichi Handa <handa@etl.go.jp>
8061
8062 * window.el (fit-window-to-buffer): Be sure to acquire at least
8063 one text line even if the buffer is empty.
8064
0e14fe9f
GM
80652000-11-16 Gerd Moellmann <gerd@gnu.org>
8066
eaae8106 8067 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
8068 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
8069 Bind ange-ftp-process-verbose to nil.
0e14fe9f 8070
da645c53
DL
80712000-11-15 Dave Love <fx@gnu.org>
8072
83c9cb8e
SM
8073 * wid-edit.el (widget-specify-field, widget-specify-button):
8074 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
8075 widget-mouse-help.
8076 (widget-mouse-help): New function.
8077 (widget-echo-help): Rewritten for :help-echo functions only taking
8078 a widget arg.
8079
83c9cb8e
SM
8080 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
8081 Use display-graphic-p.
b12057b9
DL
8082 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
8083 and that JPEG is available.
8084 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
8085
da645c53
DL
8086 * international/mule-cmds.el (locale-charset-language-names):
8087 Match @euro.
8088
6d133d1f
GM
80892000-11-15 Gerd Moellmann <gerd@gnu.org>
8090
83c9cb8e
SM
8091 * faces.el (face-set-after-frame-default):
8092 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
8093 default face from X resources.
8094
49ac2ac5
EZ
80952000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
8096
8097 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
8098 Don't set EMACSLOADPATH.
8099
4fb0a34c
EZ
81002000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
8101
8102 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
8103 texinfo-insert-@url.
8104 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
8105 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
8106
bb304a7a
SM
81072000-11-14 Stefan Monnier <monnier@cs.yale.edu>
8108
82bc80bf
SM
8109 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
8110 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
8111 (checkdoc-minor-keymap): Backward compatibility.
8112 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
8113 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
8114 (checkdoc-this-string-valid-engine): Be a bit more strict
8115 to avoid matching substrings of `...' quoted vars/funs.
8116 (checkdoc-defun-info): Only look for `interactive' if alone.
8117 (debug-ignored-errors): Add "arg doesn't appear in docstring".
8118
e8c87124
SM
8119 * progmodes/compile.el (grep): `tag-default' can be nil.
8120
bb304a7a
SM
8121 * newcomment.el (comment-indent): Paren typo.
8122
8628686a
DL
81232000-11-14 Dave Love <fx@gnu.org>
8124
25c269ef
DL
8125 * calculator.el: New maintainer version.
8126
66321b2f 8127 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 8128
8628686a
DL
8129 * cmuscheme.el: Doc fixes.
8130 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 8131 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
8132
8133 * xscheme.el (scheme-program-name): Don't define here.
8134
8135 * progmodes/scheme.el (scheme-program-name): New variable
8136 (originally in cmuscheme).
8137
88f0a1eb
MB
81382000-11-14 Miles Bader <miles@gnu.org>
8139
8140 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
8141 Handle header-lines. Don't loop forever if we can't enlarge the
8142 window anymore. Simplify a bit.
8143
cd9a000c
KH
81442000-11-14 Kenichi Handa <handa@etl.go.jp>
8145
8146 * window.el (fit-window-to-buffer): Don't check
8147 window-text-height. Assure that the last line is fully visible.
8148
83c9cb8e
SM
8149 * international/quail.el (quail-show-guidance-buf):
8150 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
8151 buffer.
8152 (quail-update-guidance): Avoid making the guidance buffer shorter.
8153
d3fcda22
SM
81542000-11-14 Stefan Monnier <monnier@cs.yale.edu>
8155
bdbd9606
SM
8156 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
8157 rather than `prepend' and add an interesting comment.
8158 (tex-math-face, tex-font-lock-syntactic-face-function):
8159 New face and function to use it.
8160 (tex-define-common-keys, tex-mode-map): Use menu-item rather
8161 than `menu-enable' symbol property.
8162 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
8163 (tex-mode): Add some latex-mode commands for auto-selection.
8164 Use tex-font-lock-syntactic-face-function.
8165 (tex-insert-quote): Simplify.
8166 (tex-shell): New mode.
8167 (tex-start-shell): Use it.
8168 (tex-shell-proc, tex-shell-buf): New functions.
8169 (tex-send-command): Use it.
8170 (tex-main-file): Fix the meaning of the new arg REALFILE.
8171 (tex-send-tex-command): New function split from `tex-start-tex'.
8172 Set compilation-last-buffer and compilation-parsing-end.
8173
d3fcda22
SM
8174 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
8175 when it follows non-comment text on the line.
8176
8177 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8178 Set font-lock-defaults.
8179 (lisp-mode-shared-map): Init inside the defvar.
8180 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
8181 Use define-derived-mode.
8182
bdab1d43
MB
81832000-11-14 Miles Bader <miles@lsi.nec.co.jp>
8184
8185 * faces.el (header-line): Use `:box nil' for color/gs displays too.
8186
936ae731
GM
81872000-11-14 Gerd Moellmann <gerd@gnu.org>
8188
83c9cb8e
SM
8189 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
8190 Don't recursively optimize body because that can lead to infinite
936ae731
GM
8191 recursion; see comment there.
8192
1695ca2b
EZ
81932000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
8194
8195 * faces.el (face-spec-set-match-display): Revert the change from
8196 2000-10-24. Add a FIXME for after v21.1.
8197
9d348294
MB
81982000-11-13 Miles Bader <miles@gnu.org>
8199
8200 * textmodes/fill.el (skip-line-prefix): New function.
8201 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
8202 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
8203 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
8204 point inside the fill-prefix.
9d348294 8205
b85fa13c
MB
82062000-11-13 Miles Bader <miles@lsi.nec.co.jp>
8207
83c9cb8e
SM
8208 * calendar/calendar.el (generate-calendar-window):
8209 Use `fit-window-to-buffer'.
b85fa13c 8210
a0b47716
SM
82112000-11-12 Stefan Monnier <monnier@cs.yale.edu>
8212
8213 * gud.el (gud-minor-mode): New var.
8214 (gud-symbol, gud-val): New functions.
8215 (gud-find-file): Copy gud-minor-mode to the new buffer.
8216 (gud-menu-map): Include entries for commands that are not always
8217 available, using :enable to (de)activate them.
8218 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
8219 (gud-mode-map): New map.
eaae8106 8220 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
8221 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
8222 Don't set up gud's menu (it's done by the minor-mode).
8223 (gud-minibuffer-local-map): New.
8224 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
8225 (gud-query-cmdline): New function.
8226 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
8227 (gud-mode): Use define-derived-mode.
8228 Don't set up gud's menu (it's done by the minor-mode).
8229 (gud-chop-words): Remove.
8230 (gud-common-init): Use split-string instead.
8231 (gud-new-keymap, gud-make-debug-menu): Eradicate.
8232
8233 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
8234 Add keyword arg :name.
8235
8236 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
8237 (diff-count-matches, diff-split-hunk): New functions.
8238 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
8239
8240 * pcvs-info.el (cvs-fi-conflict-face): New var.
8241
8242 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
8243 Make it into a simple syntax-table, shared among all submodes.
8244 (sh-heredoc-face): Re-introduce.
8245 (sh-font-lock-syntactic-face-function): New function.
8246 (sh-mode): Use it. Also use define-derived-mode.
8247 Remove old bogus setting of indent-region-function.
8248 (sh-set-shell): Don't set the syntax-table any more.
8249 (sh-mode-syntax-table) <defun>: Remove.
8250
f5ed37df
MB
82512000-11-12 Miles Bader <miles@gnu.org>
8252
8253 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
8254 message if interactive.
8255
0b074c2f
DL
82562000-11-12 Dave Love <fx@gnu.org>
8257
8258 * mail/feedmail.el: Fix header,
8259 (feedmail) <defgroup>: Add :link.
8260
8261 * view.el: Use local-map property, not keymap on mode-line string.
8262
83c9cb8e
SM
8263 * scroll-all.el (scroll-all-mode): Customize variable.
8264 Add autoload cookie to function.
0b074c2f
DL
8265
8266 * lazy-lock.el: Remove compatibility code.
8267
8268 * finder.el (finder-known-keywords): Add `files', remove `vms'.
8269 (finder-help-echo): New variable.
8270 (finder-mouse-face-on-line): Add help-echo stuff.
8271 (finder-list-keywords, finder-list-matches): Use mapc.
8272
8273 * faces.el (face-font-registry-alternatives): Add :version.
8274
8275 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
8276 tags-table-list.
8277
a0b47716 8278 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 8279
a0b47716 8280 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
8281 (mail-mode): Use [:alnum:] in some regexps.
8282
6d502396
DL
82832000-11-10 Dave Love <fx@gnu.org>
8284
8285 * ediff.el (ediff-regions-internal, ediff-documentation):
8286 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
8287 fundamental mode.
8288
8289 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
8290 buffer into fundamental mode.
8291 (ediff-set-difference): Use copy-sequence if available.
8292
83c9cb8e
SM
8293 * ediff-ptch.el (ediff-dispatch-file-patching-job):
8294 Check ediff-patch-map non-nil.
6d502396
DL
8295 (ediff-fixup-patch-map, ediff-fixup-patch-map)
8296 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
8297 buffer into fundamental mode.
8298
8299 * ediff-merg.el (state-or-merge): Defvar when compiling.
8300
a82fe213
JR
83012000-11-10 Jason Rumney <jasonr@gnu.org>
8302
8303 * w32-fns.el (w32-add-charset-info): New function.
8304 (w32-charset-info-alist): Use it.
8305
52d89894
GM
83062000-11-10 Gerd Moellmann <gerd@gnu.org>
8307
8308 * faces.el (face-font-registry-alternatives): New user-option.
8309
178932de
SM
83102000-11-10 Stefan Monnier <monnier@cs.yale.edu>
8311
d7fa3319
SM
8312 * textmodes/texinfo.el (texinfo-block-default): New var.
8313 (texinfo-insert-block): Use it. Insert a newline if needed.
8314
178932de
SM
8315 * textmodes/fill.el (fill-indent-according-to-mode): New var.
8316 (fill-region-as-paragraph): Use it.
8317
8318 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
8319 (latex-mode): Tweak tex-*-(head|trail)er regexps.
8320 Tweak paragraph regexps to allow a leading [ \t]*.
8321 (tex-latex-block): Insert a newline if necessary.
8322 (latex-insert-item): Only insert a newline if necessary.
8323 (tex-guess-main-file): New function.
8324 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
8325 Set tex-main-file if TeX-master is provided.
8326 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
8327
bd02b8e0
GM
83282000-11-10 Gerd Moellmann <gerd@gnu.org>
8329
8330 * startup.el (command-line): Set the default tooltip-mode
8331 to t for graphical displays which implement x-show-tip.
8332
8333 * tooltip.el (tooltip-mode): Add a comment about startup.el
8334 setting the default value of this user-option.
8335
b29b03eb
SM
83362000-11-09 Stefan Monnier <monnier@cs.yale.edu>
8337
8338 * font-lock.el (font-lock-*-face) <defvar>: Move.
8339 (font-lock-defaults-alist): Mark obsolete.
8340 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
8341 (font-lock-mode): Use define-minor-mode.
8342 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
8343 (font-lock-turn-off-thing-lock): Be more explicit.
8344 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
8345 (font-lock-syntactic-face-function): New var.
8346 (font-lock-fontify-syntactically-region): Use it.
8347 (font-lock-doc-face): New.
8348
8349 * pcvs.el (cvs-enabledp): Ignore errors.
8350 (cvs-commit-filelist): Never query.
8351 (cvs-mode-insert): Always add a terminating / in the initial prompt.
8352 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
8353 (cvs-do-removal): Use cvs-partition rather than delete-if.
8354 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
8355 cvs-bury-buffer.
8356
8357 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8358 Allow `next' to jump to after the end of the last match.
8359
778fbc46
GM
83602000-11-09 Gerd Moellmann <gerd@gnu.org>
8361
730c746c
GM
8362 * simple.el (byte-compiling-files-p): New function.
8363
8364 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
8365 if it is there.
8366
8367 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
8368 nil again.
8369
778fbc46
GM
8370 * textmodes/ispell.el (ispell-library-path): Don't call
8371 check-ispell-version when byte-compiling because that starts
8372 an ispell process, and ispell might not be installed.
8373 (toplevel): Don't set up a menu when byte-compiling.
8374
8375 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
8376 it, so that a boundp test can be used to determine if we're
8377 currently byte-compiling.
8378
5912c5bb
DL
83792000-11-09 Dave Love <fx@gnu.org>
8380
83c9cb8e 8381 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 8382
7bb054a5
GM
83832000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8384
83c9cb8e
SM
8385 * ps-print.el: Patch for variable initialization when spooling.
8386 Doc fix.
7bb054a5
GM
8387 (ps-output-list): Fun eliminated.
8388 (ps-begin-file, ps-begin-job): Code fix.
8389
9db2706e
DL
83902000-11-08 Dave Love <fx@gnu.org>
8391
83c9cb8e 8392 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 8393
f7eb32aa
GM
83942000-11-08 Gerd Moellmann <gerd@gnu.org>
8395
8396 * simple.el (shell-command, display-message-or-buffer)
8397 (shell-command-on-region): Mention resize-mini-windows in the doc
8398 string.
8399 (display-message-or-buffer): Take the value of resize-mini-windows
8400 into account.
8401
7b01b08c
GM
84022000-11-07 Gerd Moellmann <gerd@gnu.org>
8403
acad3c0b
GM
8404 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
8405
7b01b08c
GM
8406 * dired.el (dired-between-files): Add `^. find' as an alternative
8407 to the regular expression, for find-dired.
8408
6f602bd0
SM
84092000-11-06 Stefan Monnier <monnier@cs.yale.edu>
8410
8411 * textmodes/texnfo-upd.el: Require texinfo.
8412 (defmacro, defgroup): Remove.
8413 (texinfo-section-to-generic-alist): Remove.
8414 Use texinfo-section-list instead (i.e. level is changed string->int).
8415 (texinfo-filter): New function.
8416 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
8417 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
8418 Use it. And use regexp-opt.
8419 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
8420 (texinfo-update-menu-region-beginning)
8421 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
8422 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
8423 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 8424 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
8425 (texinfo-sequential-node-update): Remove autoload cookie.
8426
8427 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
8428 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
8429 (texinfo-chapter-level-regexp): Remove.
8430 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
8431
bb216218
DL
84322000-11-06 Dave Love <fx@gnu.org>
8433
6f602bd0 8434 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 8435
6f602bd0
SM
8436 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8437 Match defun*.
bb216218 8438
ff8dd5d5
KH
84392000-11-06 Kenichi Handa <handa@etl.go.jp>
8440
8441 * composite.el (composition-function-table): Variable declaration
8442 moved to src/composite.c.
8443 (compose-chars-after): New optional arg object.
8444
e9da51a1
GM
84452000-11-06 Gerd Moellmann <gerd@gnu.org>
8446
e0c12c68
GM
8447 * bindings.el (mode-line-toggle-read-only)
8448 (mode-line-toggle-modified, mode-line-widen)
8449 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
8450 (make-mode-line-mouse2-map): Rewritten.
8451 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
8452 functions so that C-h k can show something with a doc string.
eaae8106 8453
e9da51a1
GM
8454 * startup.el (fancy-splash-delay): Set to 10 seconds.
8455 (fancy-splash-max-time): New user-option.
8456 (fancy-splash-stop-time): New variable.
8457 (fancy-splash-screens): Set it. Catch `stop-splashing'.
8458 (fancy-splash-screens-1): Throw `stop-splashing' when current
8459 time is greater than fancy-splash-stop-time.
8460
611dbdf0
SM
84612000-11-06 Stefan Monnier <monnier@cs.yale.edu>
8462
4d2806e2
SM
8463 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
8464
611dbdf0
SM
8465 * pcvs.el (cvs-mode-marked): New arg `noquery'.
8466 Prompt user for a file rather than raising an error.
8467 (cvs-enabledp): Fix call to cvs-mode-marked.
8468 (cvs-insert-file): New function (extracted from cvs-mode-insert).
8469 (cvs-mode-insert): Use it. Change the init prompt' value.
8470 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
8471
8472 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
8473 Don't pass default arg to ewoc-locate.
8474 (ewoc-collect): Return result in the right order.
8475
8476 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
8477
8478 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
8479 (cvs-status-get-tags): Fix regexp.
8480 (cvs-status-trees, cvs-status-cvstrees):
8481 Combine after change hooks and don't sit-for.
4d2806e2
SM
8482 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
8483 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
8484 Use make-char rather than hard-coded cryptic data.
8485 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
8486
8487 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
8488
8489 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
8490 (cvs-insert-strings): New function.
8491
937b2877
MB
84922000-11-06 Miles Bader <miles@lsi.nec.co.jp>
8493
8494 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
8495 `mwheel-scroll-amount'.
8496 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
8497 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
8498 string-matching against the version string.
8499
c6c97763
KH
85002000-11-06 Kenichi Handa <handa@etl.go.jp>
8501
6eaec747
KH
8502 * language/thai.el ("Thai"): Set a lisp form that produces
8503 composed string in `sample-text' language info.
8504
8505 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
8506 composed string in `sample-text' language info.
8507
83c9cb8e
SM
8508 * international/mule-cmds.el (describe-language-environment):
8509 Eval `sample-text' data and insert the result.
6eaec747 8510
c6c97763
KH
8511 * international/mule-conf.el (compound-text): Define this coding
8512 system here. Make x-ctext and ctext aliases of it.
8513
8514 * language/european.el (compound-text, ctext): Moved to
8515 international/mule-conf.el.
8516
d1145f85
AI
85172000-11-05 Andrew Innes <andrewi@gnu.org>
8518
8519 * w32-fns.el (w32-version): New function.
8520
178a6a45
SM
85212000-11-05 Stefan Monnier <monnier@cs.yale.edu>
8522
8523 * progmodes/awk-mode.el: Update copyright.
8524 (awk-mode-abbrev-table): Remove.
8525 (awk-font-lock-keywords): Use regexp-opt.
8526 (awk-mode): Use define-derived-mode.
8527
8528 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
8529 when extracting a suffix.
8530
1ba90166
AS
85312000-11-04 Andre Spiegel <spiegel@gnu.org>
8532
8533 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
8534 auto-save-mode.
8535
546790cb
JR
85362000-11-04 Jason Rumney <jasonr@gnu.org>
8537
8538 * language/european.el (decode-mac-roman): Test against r1 not r0.
8539
d247e32d
SM
85402000-11-03 Stefan Monnier <monnier@cs.yale.edu>
8541
fbf44f44
SM
8542 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
8543 (icon-mode): Define indent-line-function.
8544 (icon-comment-indent): Simplify.
8545 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
8546
8547 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
8548
8549 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
8550 Bind change-log-default-mode to defeat the caching done on it.
8551 Don't bother saving excursion any more.
8552
8553 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
8554
8555 * frame.el (after-setting-font-hook): Rename hooks -> hook.
8556 (set-frame-font): Use the new name (and the old for compatibility).
8557
eaae8106
SS
8558 * toolbar/tool-bar.el (tool-bar-mode):
8559 * time.el (display-time-mode):
8560 * recentf.el (recentf-mode):
8561 * paren.el (show-paren-mode):
8562 * mwheel.el (mouse-wheel-mode):
8563 * msb.el (msb-mode):
8564 * jka-compr.el (auto-compression-mode):
8565 * image-file.el (auto-image-file-mode):
8566 * hl-line.el (hl-line-mode):
8567 * delsel.el (delete-selection-mode):
8568 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
8569 * complete.el (partial-completion-mode): Drop unneeded positional args.
8570
eaae8106 8571 * info.el (Info-mode):
79372165 8572 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 8573
d247e32d
SM
8574 * log-edit.el (log-edit-menu): New menu.
8575
4921558e
MB
85762000-11-03 Miles Bader <miles@gnu.org>
8577
8578 * wid-edit.el (widget-end-of-line): Reinstate, with a new
8579 definition, so that trailing spaces are handled properly.
8580 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
8581
1fc02b3c
GM
85822000-11-03 Gerd Moellmann <gerd@gnu.org>
8583
8584 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
8585 tab character.
8586 (fancy-splash-screens): Set tab-width to 20.
8587
51d001f7
DL
85882000-11-03 Dave Love <fx@gnu.org>
8589
8590 * comint.el (comint-completion-addsuffix): Fix custom type.
8591
ba22aeff
SM
85922000-11-02 Stefan Monnier <monnier@cs.yale.edu>
8593
8594 * font-lock.el (font-lock-buffers): Remove.
8595 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
8596 (font-lock-change-major-mode): Remove.
8597 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
8598 (font-lock-default-fontify-region): Extend the multiline
8599 fontification to whole lines.
8600 (font-lock-fontify-anchored-keywords)
8601 (font-lock-fontify-keywords-region): If matching just one
8602 line (with \n) only mark the \n as multiline.
8603
8604 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
8605 Correctly handle the case where several :group args are supplied.
8606 Allow :extra-args.
8607 (easy-mmode-define-global-mode): Allow :extra-args.
8608 Correctly handle the case where several :group args are supplied.
8609
9c887ada
MB
86102000-11-02 Miles Bader <miles@gnu.org>
8611
eaae8106 8612 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
8613 (holiday-face): Remove dependency on `window-system'.
8614
7f25090d
KR
86152000-11-02 Ken Raeburn <raeburn@gnu.org>
8616
8617 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 8618 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 8619 (compile-files): Bomb out if compilation of a file fails.
7f25090d 8620
7dd6009c
DL
86212000-11-02 Dave Love <fx@gnu.org>
8622
8623 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
8624
94821e4f
EZ
86252000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
8626
8627 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
8628 punctuation in the warning inserted into the *mail* buffer.
8629
1ac3fc42
GM
86302000-11-02 Gerd Moellmann <gerd@gnu.org>
8631
57731876
GM
8632 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
8633 (authors-public-domain-p): New function.
8634 (authors-print): Use it.
8635
975f82c9
GM
8636 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
8637
1ac3fc42
GM
8638 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
8639
4b3eb10f
GM
86402000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8641
975f82c9 8642 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
8643 (ps-print-version): New version number (6.3.1).
8644 (ps-even-or-odd-pages): Customization fix.
8645 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
8646 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
8647 (ps-page-count): Var replaced by `ps-page-column'.
8648 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
8649 (ps-print-sheet-p): New fun.
8650
7da794df
MB
86512000-11-02 Miles Bader <miles@lsi.nec.co.jp>
8652
8653 * tooltip.el (tooltip-gud-tips-setup): New function.
8654 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
8655 (tooltip-mode): Call tooltip-gud-tips-setup.
8656 (tooltip-gud-tips): Use `gud-basic-call' instead of
8657 process-send-string, so the prompt gets frobbed appropriately.
8658 Handle nil return value from `tooltip-gud-print-command'.
8659
0e40b809
EL
86602000-11-01 Eric M. Ludlam <zappo@ultranet.com>
8661
8662 * comint.el (comint-add-to-input-history): New function.
8663 (comint-send-input): Use `comint-add-to-input-history'.
8664
50ada0db
MB
86652000-11-02 Miles Bader <miles@lsi.nec.co.jp>
8666
973a3104
MB
8667 * info.el (info-menu-header): New face.
8668 (Info-fontify-menu-headers): New function.
8669 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
8670
50ada0db
MB
8671 * info.el (Info-insert-dir): Don't include blank lines at
8672 beginning of additional dir files (one is added automatically).
8673
bff53411
SM
86742000-11-01 Stefan Monnier <monnier@cs.yale.edu>
8675
8676 * emacs-lisp/easy-mmode.el (define-minor-mode):
8677 Revert the latest changes.
8678 Allow the three positional arguments to be skipped and replaced
8679 by keyword arguments.
8680 Add a :toggle argument to determine whether a nil arg means toggle
8681 or means turn-on. The default is unchanged.
8682 Add a call to force-mode-line-update.
8683
6b8a0b2d
DL
86842000-11-01 Dave Love <fx@gnu.org>
8685
83c9cb8e 8686 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 8687
5bf99100
MB
86882000-11-01 Miles Bader <miles@lsi.nec.co.jp>
8689
83c9cb8e
SM
8690 * calendar/calendar.el (diary-face, holiday-face):
8691 Add dark-background variants.
5bf99100 8692
a4032611
SS
86932000-10-31 Sam Steingold <sds@gnu.org>
8694
8695 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
8696 `tex-main-file' does not have directory in it.
8697
c286608e
SM
86982000-10-31 Stefan Monnier <monnier@cs.yale.edu>
8699
8700 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
8701
4836835a
TTN
87022000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
8703
8704 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
8705 functional change.
8706
26dcb81b
GM
87072000-10-31 Gerd Moellmann <gerd@gnu.org>
8708
8709 * files.el (find-file-noselect): When we expand a wildcard, return
8710 a list of buffers, as we should do according to the doc string.
8711
49fc4500
KR
87122000-10-31 Ken Raeburn <raeburn@gnu.org>
8713
8714 * loadup.el (top level): Adjust load path if program name is
8715 "../src/bootstrap-emacs", in case it's not dumped and thus the
8716 load path adjustment hasn't already been done.
8717
ea0c615d
GM
87182000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8719
83c9cb8e
SM
8720 * ps-print.el: Fix bug on selected pages for printing.
8721 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
8722 is on. Try to avoid warning messages when compiling. Doc Fix.
8723 (ps-print-version): New version number (6.3).
8724 (ps-color-device): Use `color-values' to determine if device
8725 supports color.
8726 (ps-color-values): Try to use `x-color-values' when using XEmacs.
8727 (ps-print-page-p): Changed from defsubst to defun.
8728 (ps-page-number): Changed from defmacro to defun.
8729 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
8730 printing.
c286608e 8731 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
8732 (ps-end-file, ps-dummy-page): Funs eliminated.
8733 (ps-print-color-scale): Changed default value.
8734 (ps-page-n-up, ps-print-page-p): New internal vars.
8735 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
8736 (ps-plot-region, ps-generate, ps-end-job): Code fix.
8737
9e20722f
GM
8738 * delim-col.el: Little programming improvement.
8739 (delimit-columns-str): New macro.
8740 (delimit-columns-region, delimit-columns-rectangle): Code fix.
8741
d7a0fd00
KH
87422000-10-31 Kenichi Handa <handa@etl.go.jp>
8743
c286608e
SM
8744 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
8745 Moved to european.el.
d7a0fd00
KH
8746 (ccl-encode-mac-roman-font, fontset-mac): Modified for
8747 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
8748 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
8749 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 8750
234be340
DL
87512000-10-30 Dave Love <fx@gnu.org>
8752
8753 * progmodes/cc-menus.el (imenu-generic-expression)
8754 (imenu-progress-message): Only defvar when compiling.
8755
4edc4a39
DL
8756 * emacs-lisp/elp.el (elp-unload-hook): New function.
8757
8758 * loadhist.el (unload-feature): Call elp-restore-function,
8759 checking for symbols; don't use elp-restore-all.
8760 (loadhist-hook-functions): Doc fix.
8761
70c825df
SM
87622000-10-30 Stefan Monnier <monnier@cs.yale.edu>
8763
8764 * log-edit.el (log-edit-confirm): Fix the default.
8765
1d3baf74
GM
87662000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8767
8768 * delim-col.el: Little fix: replace delimit-columns-align-columns by
8769 delimit-columns-format.
8770 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 8771
1ec321a7
MB
87722000-10-30 Miles Bader <miles@lsi.nec.co.jp>
8773
8774 * comint.el (comint-replace-by-expanded-history): Don't use
8775 comint-get-old-input (we're not looking at *old* input).
8776 (comint-get-old-input-default): If using fields, signal an error
8777 when the point is not in an input field.
8778
70737ea9
KH
87792000-10-30 Kenichi Handa <handa@etl.go.jp>
8780
8781 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
8782 and mule-unicode-e000-ffff.
8783
fa0cb51d 8784 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
8785 (make-coding-system): Accept a symbol of translation table as a
8786 value of property `safe-chars'.
8787
8788 * international/mule-cmds.el (encode-coding-char): Check property
8789 safe-chars instead of safe-charsets.
8790
8791 * international/fontset.el (fontset-default): Modified for
8792 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
8793 (x-font-name-charset-alist): Likewise.
8794 (ccl-encode-unicode-font): New CCL program. Record it in
8795 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
8796
70c825df
SM
8797 * language/european.el (mac-roman-decoder, mac-roman-encoder):
8798 New translation tables.
70737ea9
KH
8799 (decode-mac-roman, encode-mac-roman): Definition of these CCL
8800 programs are modified and moved from mac-win.el.
8801 (mac-roman): Definition of this coding system is modified and
8802 moved from mac-win.el.
4836835a 8803
fda2ce24 88042000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 8805
1d3baf74 8806 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 8807 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 8808
dd4d3cb6
MB
88092000-10-29 Miles Bader <miles@gnu.org>
8810
8811 * custom.el (custom-add-to-group): Allow multiple entries for a
8812 given value OPTION, as long as their widget types are different.
8813 * cus-edit.el (custom-face-value-create): If face name doesn't end
8814 with "face", add such here (similar to custom group widgets).
8815
8816 * comint.el (comint-highlight-prompt): Add :type.
8817
dace60cf
JW
88182000-10-28 John Wiegley <johnw@gnu.org>
8819
dace60cf
JW
8820 * calendar/timeclock.el (timeclock-log): Doc fix.
8821 (timeclock-last-event): Doc fix.
83c9cb8e 8822 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
8823 (timeclock-find-discrep): Use a temp buffer to read in the
8824 timelog, instead of visiting the file.
8825 (timeclock-log-data): A new function, along with a host of helper
8826 functions, for the purpose of making timelog data accessible to
8827 programmers.
8828
8829 * eshell/esh-mode.el (window-height test): Make certain that
8830 `eshell-stringify-t' is non-nil.
8831 (eshell-password-prompt-regexp): Changed to a much simpler
8832 password regexp.
8833 (eshell-send-input): If `eshell-invoke-directly' returns t,
8834 directly invoke the parsed command using `eval'. This improves
8835 turn-around time on simple commands by a factor of three or
8836 greater, such as cd, ls, pwd, etc. -- which get used very often.
8837 It also conserves thousands of cons cells per call (since
8838 `eshell-do-eval' consumes memory like a Cookie Monster set loose
8839 in the Pacific Cookie Company).
8840
8841 * eshell/esh-test.el (eshell-test): Whitespace fix.
8842
83c9cb8e
SM
8843 * eshell/em-ls.el (eshell-ls-insert-directory):
8844 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
8845
8846 * eshell/em-script.el (eshell-script-initialize): Add names to
8847 `eshell-complex-commands, since `source' and `.' are complex.
8848
0467b076
EZ
8849 * eshell/esh-cmd.el (eshell-rewrite-for-command)
8850 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
8851 `eshell-copy-handles'.
8852 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
8853 bodies.
8854 (eshell-separate-commands): Whitespace fix.
8855 (eshell-complex-commands): Added a new list of names, for
8856 determining whether a given command is as simple as it looks.
8857 (eshell-invoke-directly): New function. Returns t if a command
8858 should be invoked directly (using `eval'), rather than indirectly
8859 using `eshell-do-eval'.
8860 (eshell-do-eval): Whitespace fix.
8861
8862 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
8863 which provides an emulation of the DOS shell behavior of assuming
8864 that cp/mv/ln should copy/move/link to the current directory.
8865 (eshell-remove-entries): Added a doc string.
8866 (eshell-shuffle-files): Removed the check for `target' being null.
8867 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
8868 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
8869 it to do a smarter check of whether a destination was provided.
8870 (eshell/mv, eshell/cp): Enable `:preserve-args'.
8871 (eshell/ln): Enable `:preserve-args', and use
8872 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
8873 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
8874 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
8875 list after flattening it. This makes it possible to cat files
8876 with numerical names.
8877 (eshell-unix-initialize): Added several names to
8878 `eshell-complex-commands.
8879 (eshell-unix-command-complex-p): Return t if a given command name
8880 may result in external processes being invoked.
8881
8882 * eshell/em-glob.el (eshell-glob-show-progress): Make this
8883 variable nil by default, since it slows down glob processing by a
8884 factor of two or more, and increases memory consumption.
8885
8886 * eshell/em-smart.el: Added a note about how memory consumptive
8887 smart display mode can be (at least this is true in Emacs 21).
8888 (eshell-smart-initialize): Whitespace fix.
8889 (eshell-refresh-windows): Use `if' instead of `when'.
8890 (eshell-smart-scroll-window): Calling `save-current-buffer' was
8891 not necessary.
83c9cb8e 8892 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
8893
8894 * eshell/em-ls.el (eshell-do-ls): Code simplification.
8895 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
8896 Whitespace fix.
8897 (eshell-ls-exclude-hidden): Added this variable in addition to
8898 `eshell-ls-exclude-regexp'. This one prevents files beginning
8899 with . from even being read, which can improve memory consumption
8900 quite a bit.
8901 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
8902 read file entries beginning with a dot. In home directories with
8903 lots of hidden files, fully two-thirds of the time spent in ls is
8904 used to read directory entries that are immediately thrown away.
8905 (eshell-ls-initial-args): Added back this configuration variable,
8906 for specifying default initial arguments to every call to ls.
8907 Much faster than using an alias to do the same thing.
8908 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
8909 (eshell-ls-dir): Whitespace change.
8910
8911 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
8912
83c9cb8e 8913 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
8914 (eshell-stringify-t): Added a customization variable, to indicate
8915 whether `t' should be rendered as a string at all. If not, one
8916 can still determine if the result of an expression is true using
8917 "file-exists-p FILE && echo true".
8918 (eshell-stringify): If `eshell-stringify-t' is nil, don't
8919 stringify t!
8920
8921 * eshell/esh-module.el: Whitespace fix.
8922
83c9cb8e
SM
8923 * eshell/em-alias.el (eshell-alias-initialize):
8924 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
8925 (eshell-command-aliased-p): New function that returns t if a
8926 command name names an aliased.
8927
657f9cb8 89282000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 8929
0467b076 8930 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 8931 redrawing the screen when changing cursor color.
0467b076
EZ
8932 (viper-insert-state-pre-command-sentinel)
8933 (viper-replace-state-pre-command-sentinel)
70c825df
SM
8934 (viper-replace-state-post-command-sentinel):
8935 Use viper-preserve-cursor-color.
657f9cb8
MK
8936 Many functions changed to use viper= instead of = when comparing
8937 characters.
0467b076 8938 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 8939 working with characters.
0467b076 8940 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
8941 Many functions changed to use viper= instead of = when comparing
8942 characters.
0467b076 8943 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 8944
0467b076 8945 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 8946 Several typos fixed in various docstrings.
0467b076 8947 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 8948 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
8949 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
8950 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
8951 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
8952 (ediff-get-selected-buffers): New function.
8953 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
8954 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
8955 Use save-window-excursion.
0467b076 8956 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 8957 termination check in while loop.
0467b076 8958 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 8959 dired buffer.
0467b076
EZ
8960 (ediff-files,ediff-merge-files,ediff-files3)
8961 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 8962
4f490d99
DL
89632000-10-28 Dave Love <fx@gnu.org>
8964
8965 * info.el (Info-fontify-node): Add help-echo for menu items.
8966
45b84006
EZ
89672000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
8968
5ebc02b3
EZ
8969 * startup.el (normal-top-level): If the value of $TERM indicates
8970 we are running from xterm or one of its work-alikes, default to a
8971 light background mode.
8972
45b84006
EZ
8973 Support for -fg, -bg, and -rv command-line arguments for TTYs:
8974 * faces.el (tty-handle-reverse-video): New function.
8975 (tty-create-frame-with-faces): Call it.
8976
8977 * frame.el (frame-notice-user-settings): Don't apply
8978 default-frame-alist and initial-frame-alist to MS-DOS frames.
8979 Call tty-handle-reverse-video, frame-set-background-mode, and
8980 face-set-after-frame-default for non-MS-DOS frames.
8981
8982 * startup.el (tty-long-option-alist): New variable.
8983 (tty-handle-args): New function.
8984 (command-line): Call tty-handle-args.
8985
8986 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
8987 startup.el now does that for all character-terminal frames.
8988
eab6e8b9
MB
89892000-10-28 Miles Bader <miles@gnu.org>
8990
83c9cb8e
SM
8991 * emacs-lisp/easy-mmode.el (define-minor-mode):
8992 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
8993 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 8994 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
8995 version using `easy-mmode-define-global-mode'.
8996 Add :conditional-turn-on keyword argument.
eab6e8b9 8997
51a29efc
DL
89982000-10-28 Dave Love <fx@gnu.org>
8999
83c9cb8e
SM
9000 * international/latin1-disp.el (latin1-char-displayable-p):
9001 Don't use window-system.
51a29efc 9002
d71d7114
EZ
90032000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
9004
9005 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
9006 Don't call find-buffer-file-type-coding-system. Instead, just
9007 set eol-type to -unix if inhibit-eol-conversion is in effect, or
9008 if the file is on an untranslated filesystem.
9009 (add-untranslated-filesystem): Use "D" instead of "f" inside
9010 interactive.
9011
1f9cab4b
DL
90122000-10-27 Dave Love <fx@gnu.org>
9013
70c825df 9014 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
9015 (refill-mode): Use it.
9016
70c825df
SM
90172000-10-27 Stefan Monnier <monnier@cs.yale.edu>
9018
9019 * international/quail.el (quail-activate): Don't make-local-hook.
9020
7432cf10
AS
90212000-10-27 Andre Spiegel <spiegel@gnu.org>
9022
4836835a 9023 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 9024 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
9025 (vc-make-version-backup): Don't do it on MS-DOS without long file
9026 names.
4836835a 9027
7432cf10
AS
9028 * vc.el (vc-version-other-window): If an automatic backup of the
9029 desired version exists, rename it instead of copying it.
9030
4836835a
TTN
9031 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
9032 after command. If there's an unexpected error, signal it instead
7432cf10 9033 of being silent.
e1483c38 9034 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 9035
05ea7ef2
MB
90362000-10-27 Miles Bader <miles@lsi.nec.co.jp>
9037
fd1035aa
MB
9038 * shell.el (shell): Add BUFFER argument.
9039 * comint.el (make-comint-in-buffer): New function.
9040 (make-comint): Use it.
9041
05ea7ef2
MB
9042 * faces.el (face-spec-choose): Change syntax so that the list of
9043 attribute-value pairs is now the cdr of each clause, not the cadr.
9044 Detect old-style entries, and handle them. Use pop.
9045
835a55fe
SM
90462000-10-26 Stefan Monnier <monnier@cs.yale.edu>
9047
f5ab1cdd
SM
9048 * cus-edit.el (custom-mode-map): Use a sparse map.
9049 (custom-mode): Don't bother with make-local-hook.
9050
9051 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
9052
835a55fe
SM
9053 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
9054
c13b0ec8
GM
90552000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9056
9057 * ps-print.el: Avoid compilation gripes.
9058 (ps-print-version): New version number (6.2.1).
4836835a 9059
e9f63196
DL
90602000-10-26 Dave Love <fx@gnu.org>
9061
0b95284b
DL
9062 * menu-bar.el: Modify some menu item help strings.
9063 (menu-bar-help-menu): Add link to MORE.STUFF.
9064
e9f63196
DL
9065 * cus-edit.el (custom-mode): Add `special' mode-class property.
9066
9067 * wid-browse.el (widget-browse-mode): Likewise.
9068
9069 * wid-edit.el (widget-specify-field): Revert to using local-map
9070 property, not keymap.
9071
e276a14a
MB
90722000-10-26 Miles Bader <miles@lsi.nec.co.jp>
9073
c1545d88
MB
9074 * wid-edit.el (widget-field-end): When checking for a `boundary'
9075 field, do so in the correct buffer.
9076
3c1b77ca
MB
9077 * simple.el (undo): Correctly distinguish between numeric and
9078 non-numeric prefix args in non-transient-mark-mode, as per the doc
9079 string. When in transient-mark-mode, treat all prefix-args as
9080 numeric.
9081
f5ab1cdd
SM
9082 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
9083 Position point on match. Handle N == 0 correctly.
22626d9d
MB
9084
9085 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
9086 (comint-mode-map): Reverse order of `comint-write-output' and
9087 `comint-append-output-to-file'.
9088 (comint-append-output-to-file): Reinstate this function, for the
9089 benefit of the menu.
9090
d97151cb
SM
90912000-10-25 Stefan Monnier <monnier@cs.yale.edu>
9092
9093 * vc.el (vc-version-other-window): Bind `file'.
9094
ea7d6f5b
GM
90952000-10-25 Gerd Moellmann <gerd@gnu.org>
9096
f5ab1cdd 9097 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
9098
9099 * emacs-lisp/authors.el (batch-update-authors): New function.
9100 (authors-fixed-entries): New defconst.
9101 (authors-add-fixed-entries): New function.
9102 (authors): Call it.: Don't process lispref/.
9103
17c25cea
JR
91042000-10-25 Jason Rumney <jasonr@gnu.org>
9105
9106 * cus-edit.el (custom-button-face, custom-button-pressed-face):
9107 Merge x w32 and mac definitions.
9108
4ecda532
GM
91092000-10-25 Gerd Moellmann <gerd@gnu.org>
9110
9111 * menu-bar.el (menu-bar-options-menu): Add a help string for
9112 `uniquify'.
9113
b52758d1 91142000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
b6735035 9115
f5ab1cdd
SM
9116 * time-stamp.el (time-stamp-string-preprocess):
9117 Fix a wrong type argument error.
b6735035 9118
f4cbc7a0
MB
91192000-10-25 Miles Bader <miles@gnu.org>
9120
9121 * recentf.el (recentf-mode): Variable removed.
9122 (recentf-mode): Use `define-minor-mode'.
9123
9124 * mwheel.el (mouse-wheel-mode): New global minor mode.
9125 (mwheel-install): Use `mouse-wheel-mode'.
9126
f4b020f6
DL
91272000-10-25 Dave Love <fx@gnu.org>
9128
f5ab1cdd
SM
9129 * progmodes/cperl-mode.el (cperl-mode):
9130 Set normal-auto-fill-function correctly.
072cb6f9 9131
83c9cb8e
SM
9132 * wid-edit.el (widget-field-keymap, widget-text-keymap):
9133 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 9134 bindings.
f4b020f6 9135
ebe2a441
MB
91362000-10-25 Miles Bader <miles@lsi.nec.co.jp>
9137
ff4dcd4b
MB
9138 * wid-edit.el (widget-field-at): New function.
9139 (widget-at, widget-field-activate): Use it.
9140 (widget-tabable-at): Use `widget-at'.
9141 (widget-specify-field): If the terminating character of the widget
9142 field (which is read-only) is a newline, put it into a special
9143 `boundary' field so that C-n/C-p act more naturally.
9144 (widget-field-end): Also don't subtract one if a special
9145 `boundary' field has been added after the widget field.
9146
83c9cb8e
SM
9147 * comint.el (comint-output-filter, comint-send-input):
9148 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 9149 code, since it should notice the overlay insertion-types now.
ff4dcd4b 9150
ebe2a441
MB
9151 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
9152 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
9153 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
9154
fe50b6ab
GM
91552000-10-24 Gerd Moellmann <gerd@gnu.org>
9156
53df4dda 9157 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
9158 (authors): Set file coding system to iso-2022-7bit.
9159 Add file-local variables to output buffer.
53df4dda 9160
4836835a 9161 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
9162 WARN is nil.
9163
53df4dda
GM
91642000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9165
9166 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
9167
9168 * delim-col.el: Now there is a column formatting mechanism.
9169 Modified to customization mechanisms convention. Doc fix.
9170 (columns): New group for delim-col.
9171 (delimit-columns-before, delimit-columns-after)
9172 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
9173 (delimit-columns-end): New vars.
9174 (delimit-columns-customize, delimit-columns-format): New funs.
9175 (delimit-columns-region, delimit-columns-rectangle)
9176 (delimit-columns-rectangle-line): Modified to support column
9177 formatting.
4836835a 9178
a9839779
DL
91792000-10-24 Dave Love <fx@gnu.org>
9180
9181 * log-edit.el (log-edit): Add :version and a :group for vc.
9182
df0267b8
GM
91832000-10-24 Gerd Moellmann <gerd@gnu.org>
9184
9acc3873
GM
9185 * files.el (after-find-file): Don't print a message ``New file''
9186 if WARN is nil.
9187
83c9cb8e
SM
9188 * wid-edit.el (widget-field-keymap, widget-text-keymap):
9189 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
9190 get duplicate tool-bar entries because we'll see the global ones
9191 on more than one path through keymaps.
9192
1946f901
GM
9193 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
9194
df0267b8
GM
9195 * progmodes/cmacexp.el: Change Francesco's email address.
9196
ae3b264b
KH
91972000-10-24 Kenichi Handa <handa@etl.go.jp>
9198
9199 * window.el (fit-window-to-buffer): Adjust point of the window
9200 buffer, not that of the current buffer.
9201
23afac01
EZ
92022000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
9203
9204 * progmodes/cmacexp.el: Update the euthor's email address.
9205
22d1a4ed
MB
92062000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9207
9208 * faces.el (face-spec-set-match-display): Add `graphic' display
9209 type (the inverse of `tty'). Use `display-graphic-p' instead of
9210 the window-system variable.
9211
f408aa48
KH
92122000-10-24 Kenichi Handa <handa@etl.go.jp>
9213
83c9cb8e
SM
9214 * international/isearch-x.el (isearch-with-input-method):
9215 Call input-method-function with the first event in
f408aa48
KH
9216 unread-command-events.
9217
94fe8a31
MB
92182000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9219
83c9cb8e 9220 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 9221
8f47302e
AC
92222000-10-24 Andrew Choi <akochoi@i-cable.com>
9223
9224 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
9225 New charsets.
9226
9227 * term/mac-win.el: Remove definitions of mac-roman-lower and
9228 mac-roman-upper, require dired, and define instead of set
9229 mac-ready-for-drag-n-drop to avoid compilation error.
9230
446c097e
AI
92312000-10-23 Andrew Innes <andrewi@gnu.org>
9232
83c9cb8e
SM
9233 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
9234 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
9235 expand-file-name after convert-standard-filename to ensure
9236 expected directory separators are used.
9237
379b70e7
EZ
92382000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
9239
9240 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
9241
85c766e9
DL
92422000-10-23 Dave Love <fx@gnu.org>
9243
b7e03a67
DL
9244 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
9245 (tool-bar-add-item): Set foreground and background for XBM icons.
9246
83c9cb8e
SM
9247 * international/latin1-disp.el (latin1-char-displayable-p):
9248 New function (from Handa).
b7e03a67
DL
9249 (latin1-display-check-font): Use it.
9250
0dcf8835 9251 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
9252 using :key-sequence, making it much more usable.
9253 Use nconc, not append.
0dcf8835
DL
9254 (imenu--create-keymap-1): Avoid append.
9255
85c766e9 9256 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 9257
cb3069bb
MB
92582000-10-23 Miles Bader <miles@lsi.nec.co.jp>
9259
9260 [the following changes fix a bug where `define-minor-mode' didn't
9261 correctly generate :require clauses for defcustoms in compiled files]
9262 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
9263 (byte-compile-log-file, byte-compile-log-1): Don't set
9264 `byte-compile-current-file' to nil. Instead set
9265 `byte-compile-last-logged-file' to it. Test whether
9266 byte-compile-current-file equals byte-compile-last-logged-file
9267 instead of whether its nil.
3b6542ba 9268 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 9269
6db6243b
SM
92702000-10-23 Stefan Monnier <monnier@cs.yale.edu>
9271
9272 * textmodes/refill.el: Fix var names in doc.
9273 (refill-mode): Don't bother with make-local-hook anymore.
9274
98490598
MB
92752000-10-23 Miles Bader <miles@lsi.nec.co.jp>
9276
e01cd227
MB
9277 * faces.el (face-user-default-spec, face-default-spec): New functions.
9278 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 9279 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
9280 Use `face-user-default-spec'. Simplify code slightly.
9281
4836835a 9282 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
9283 (woman-unknown-face): Add dark-background variants.
9284 (woman-default-faces): Renamed from `woman-colour-faces'.
9285 Set using the stored defaults, rather than using hard-wired colors.
9286 (woman-monochrome-faces): Renamed from `woman-black-faces'.
9287 Just make the foreground `unspecified' rather than "black".
9288 (woman-menu): Rename menu entries accordingly.
9289
98490598
MB
9290 * faces.el (header-line): Make more reasonable on mono/grayscale
9291 displays.
9292
1a578e9b
AC
92932000-10-23 Andrew Choi <akochoi@i-cable.com>
9294
9295 * cus-edit.el (custom-button-face): Use 3D look for mac.
9296 (custom-button-pressed-face): Likewise.
9297
9298 * faces.el (set-face-attributes-from-resources): Handle mac frames
9299 in the same way as x and w32 frames.
9300 (face-valid-attribute-values): Likewise.
9301 (read-face-attribute): Likewise.
9302 (defined-colors): Likewise.
9303 (color-defined-p): Likewise.
9304 (color-values): Likewise.
9305 (display-grayscale-p): Likewise.
9306 (face-set-after-frame-default): Likewise.
9307 (mode-line): Same default face as for x and w32.
9308 (tool-bar): Likewise.
9309
9310 * frame.el: Remove call to frame-notice-user-settings at end of
9311 the file.
9312
83c9cb8e 9313 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
9314 as for x, pc, and w32 frame types.
9315
9316 * term/mac-win.el: New file.
9317
aaaf7be7
DL
93182000-10-22 Dave Love <fx@gnu.org>
9319
9320 * textmodes/refill.el: New file.
9321
5392d654
AS
93222000-10-22 Andre Spiegel <spiegel@gnu.org>
9323
4836835a 9324 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 9325 MANUAL and REGEXP.
4836835a 9326 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
9327 New functions.
9328 (vc-before-save): Use the latter.
9329 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
9330 confusion.
9331
4836835a 9332 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
9333 expected by vc[-hooks].el.
9334
9335 * vc.el (vc-checkout): Added `-p' suffix in call to
9336 vc-make-version-backups-p; use vc-make-version-backup to actually
9337 make the backup.
9338 (vc-version-other-window, vc-version-backup-file): Handle both
9339 automatic and manual backups.
9340 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
9341 of all of them.
9342
1e221c16
MB
93432000-10-22 Miles Bader <miles@gnu.org>
9344
7ff4fda5
MB
9345 * comint.el (comint-highlight-input, comint-highlight-prompt):
9346 Renamed, `-face' at end removed.
9347 (comint-send-input, comint-output-filter): Use renamed faces.
9348
3511cde8
MB
9349 * window.el (fit-window-to-buffer): Change defaulting of
9350 MAX-HEIGHT slightly.
9351
1e221c16
MB
9352 * faces.el (color-values, color-defined-p): Use `member', not
9353 `memq', because it works correctly for strings.
9354 (frame-set-background-mode): Actually, "unspecified-fg" and
9355 "unspecified-bg" *are* strings. Use `member', not `memq', and
9356 `equal', not `eq', when a string value is possible.
9357
b6ef4898
EZ
93582000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
9359
9360 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
9361
34939e2c
SM
93622000-10-21 Stefan Monnier <monnier@cs.yale.edu>
9363
9364 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
9365 sh-electric-rparen, sh-electric-less and sh-electric-hash.
9366 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
9367 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
9368 (sh-font-lock-syntactic-keywords): Use them.
9369 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
9370 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
9371 (sh-mode): Don't override font-lock-unfontify-region-function.
9372 Use a copy of sh-font-lock-syntactic-keywords.
9373 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
9374 Don't call sh-scan-buffer since font-lock does it on the fly.
9375 (sh-get-indent-info): Use `face' rather than `syntax-table'
9376 text-property to detect here-documents.
9377 Replace sh-special-syntax with sh-st-punc.
9378 (sh-prev-line): Use `face' rather than `syntax-table'
9379 text-property to skip over here-documents.
9380 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
9381 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
9382 (sh-electric-less, sh-set-here-doc-region)
4836835a 9383 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
9384 (sh-scan-buffer, sh-rescan-buffer): Remove.
9385
f3d3c491
AI
93862000-10-21 Andrew Innes <andrewi@gnu.org>
9387
9388 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
9389 remote (ange-ftp) file names.
9390
b86c791c
MB
93912000-10-21 Miles Bader <miles@gnu.org>
9392
d9c30bdf
MB
9393 * window.el (fit-window-to-buffer): New function.
9394 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
9395 (window-text-height): Don't expect minibuffers to have mode-lines.
9396
d9c30bdf 9397 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
9398 * international/quail.el (quail-update-guidance):
9399 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 9400
617fee5a
MB
9401 * international/quail.el (quail-show-guidance-buf): Make sure
9402 guidance window really has enough room.
9403 (quail-update-guidance): If quail-guidance-win is already shown,
9404 make sure its height is OK.
9405
b86c791c
MB
9406 * window.el (window-text-height, set-window-text-height):
9407 New functions.
9408 (shrink-window-if-larger-than-buffer): Use `window-text-height'
9409 instead of `window-height' & `mode-line-window-height-fudge'.
9410 (mode-line-window-height-fudge): Add FACE parameter.
9411 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
9412 instead of `enlarge-window' & `mode-line-window-height-fudge'.
9413
e34850d1
MB
94142000-10-20 Miles Bader <miles@gnu.org>
9415
9416 * window.el (height-affecting-face-attributes): Use `defconst'.
9417
9418 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
9419 New function, conditionally aliased to `mode-line-window-height-fudge'.
9420 (ispell-help): Use it.
9421 (ispell-choices-win-default-height): Don't include mode-line fudge.
9422 (ispell-choices-win-default-height): New function.
9423 (ispell-show-choices, ispell-command-loop): Use function
9424 `ispell-choices-win-default-height' instead of variable.
9425
a8b883c2
MB
94262000-10-20 Miles Bader <miles@lsi.nec.co.jp>
9427
8c6e4a58
MB
9428 * window.el (mode-line-window-height-fudge): New variable.
9429 (height-affecting-face-attributes): New variable.
9430 (mode-line-window-height-fudge): New function.
9431 (shrink-window-if-larger-than-buffer): Use it.
9432 * help.el (resize-temp-buffer-window): Likewise.
9433
a8b883c2
MB
9434 * info.el (Info-fontify-node): Add support for @subsubsection
9435 titles, which use `Info-title-4-face'.
9436 (Info-title-4-face): New face.
9437 (Info-title-3-face): Inherit from Info-title-4-face instead of
9438 variable-pitch.
9439
e64c3a75
JR
94402000-10-19 Jason Rumney <jasonr@gnu.org>
9441
9442 * dired.el (dired-insert-directory): Do not let errors signalled by
9443 attempt to run dired-free-space-program prevent dired from working.
9444
c70fe852
SM
94452000-10-19 Stefan Monnier <monnier@cs.yale.edu>
9446
9447 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
9448
877cf6b4
GM
94492000-10-19 Gerd Moellmann <gerd@gnu.org>
9450
5de037e0
GM
9451 * dirtrack.el (dirtrack): Fix call to run-hooks.
9452
6deb9af9
GM
9453 * cmuscheme.el (cmuscheme-program-name): Renamed from
9454 scheme-program-name because xscheme.el contains a defcustom with
9455 the same name. As a consequence, customizing group `cmuscheme'
9456 loaded `xscheme' which redefined run-scheme.
9457 (run-scheme): Use cmuscheme-program-name.
9458
83c9cb8e 9459 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 9460
e597d8fb 9461 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 9462 anonymous address, and add a website for Befrienders International.
4836835a 9463
3e9cb08f
GM
94642000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9465
c70fe852
SM
9466 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
9467 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
9468 (ps-print-version): New version number (6.2).
9469 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
9470 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
9471 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
9472 (ps-x-extent-priority, ps-x-extent-start-position)
9473 (ps-x-face-font-instance, ps-x-find-coding-system)
9474 (ps-x-font-instance-properties, ps-x-make-color-instance)
9475 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
9476 avoid compilation gripes without defining functions.
9477 (ps-e-find-composition): Alias for function find-composition, to have a
9478 suitable function depending on Emacs version.
9479 (ps-color-device, ps-color-values, ps-face-foreground-name)
9480 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
9481 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
9482 (ps-print-ensure-fontified): Function definitions surrounded by
9483 `eval-and-compile' to avoid compilation gripes.
9484 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
9485 by symbol-value to avoid compilation gripes.
9486 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
9487 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
9488
d8abcd91
MB
94892000-10-19 Miles Bader <miles@lsi.nec.co.jp>
9490
13ab33c4
MB
9491 * startup.el (normal-top-level): Call `frame-set-background-mode'
9492 after `frame-notice-user-settings' because the latter doesn't call
9493 the former on a tty.
9494
d8abcd91
MB
9495 * faces.el (frame-set-background-mode): `unspecified' &c are
9496 symbols, not strings.
9497
e8bce0a9
EZ
94982000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
9499
c70fe852
SM
9500 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
9501 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 9502
c70fe852
SM
9503 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
9504 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 9505
773272d8
KH
95062000-10-19 Kenichi Handa <handa@etl.go.jp>
9507
c70fe852 9508 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
9509 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
9510 for ISO10646-1 fonts.
9511 (x-font-name-charset-alist): Add an entry for "iso10646-1".
9512
772139c0
EZ
95132000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
9514
9515 * faces.el (frame-set-background-mode): If a tty frame defines a
9516 background color, use that to compute the background mode, instead
9517 of always defaulting to "dark".
9518
d134a19f
MB
95192000-10-19 Miles Bader <miles@lsi.nec.co.jp>
9520
8bb84cb2
MB
9521 * comint.el (comint-write-output): New function.
9522 (comint-mode-map): Add it to the menu.
e40a778f 9523 Bind `C-c C-s' to comint-write-output.
d134a19f 9524
dada41e1
GM
95252000-10-18 Gerd Moellmann <gerd@gnu.org>
9526
9527 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
9528 Use fancy-splash-delay.
9529
9b5360aa
GM
95302000-10-18 Alex Schroeder <alex@gnu.org>
9531
9532 * progmodes/sql.el (sql-sybase-options): New option.
9533 (sql-sybase): Use it. Add sql-database to the list of parameters
9534 provided for login. The options -w 2048 -n are not used any more.
9535
9035a35a
GM
9536 * comint.el (comint-read-input-ring): Bugfix such that the first
9537 and the last entry of the input ring file are not lost.
9538
3556c6dd
GM
95392000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9540
9541 * ps-print.el: Internal variable changes to defcustom,
9542 make-local-hook changes to defvar. Doc fix.
9543 (ps-print-version): New version number (6.1).
9544 (ps-setup, ps-do-despool): Code fix.
9545 (ps-printer-name): Customization fix.
9546 (ps-printer-name-option): Now is a defcustom instead of an
9547 internal variable.
9548 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
9549 (ps-print-begin-column-hook): Now are defvar instead of
9550 make-local-hook.
4836835a 9551
4e217e50
MB
95522000-10-18 Miles Bader <miles@gnu.org>
9553
9554 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
9555 (comint-kill-output): Changed into an alias for `comint-delete-output',
9556 and made obsolete.
9557 (comint-mode-map): Rename references to comint-kill-output.
9558
34460354
EZ
95592000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
9560
9561 * diff-mode.el (diff-header-face, diff-file-header-face)
9562 (diff-changed-face): Add bold and italic attributes to tty faces.
9563 (diff-function-face): New face.
9564 (diff-font-lock-keywords): Use it.
9565
17ea3cdb
MB
95662000-10-18 Miles Bader <miles@lsi.nec.co.jp>
9567
9568 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
9569 Remove commented-out call to force-mode-line-update.
9570 (comint-kill-output): Use `forward-line 0' instead of
9571 beginning-of-line to make sure we get past the prompt.
9572
9244f2c7
SM
95732000-10-17 Stefan Monnier <monnier@cs.yale.edu>
9574
9575 * diff-mode.el (diff-header-face, diff-file-header-face):
9576 Add specific setting for dark background.
9577 (diff-context-face): Renamed from diff-comment-face.
9578 Set explicitly rather than inheriting from font-lock-comment-face.
9579
1592c1ef
EZ
95802000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9581
9582 * startup.el (command-line): Move the code which sets the default
9583 TTY colors to before before-init-hook.
9584
f86292a9
GM
95852000-10-17 Gerd Moellmann <gerd@gnu.org>
9586
9587 * jit-lock.el (jit-lock-stealth-time): Doc fix.
9588
f7f2e883
EZ
95892000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9590
e854cc22
EZ
9591 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
9592 extensions, for MS-DOS.
9593
f7f2e883
EZ
9594 * diff-mode.el (diff-header-face, diff-file-header-face)
9595 (diff-changed-face): Define tty-specific colors.
9596
c7b4f0f9
GM
95972000-10-17 Gerd Moellmann <gerd@gnu.org>
9598
9599 * startup.el (fancy-splash-text): Realign the text.
9600
12a72271
EZ
96012000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9602
9603 * font-lock.el (font-lock-comment-face): Define a separate default
9604 for dark-background tty's.
9605
61dfccfd
MB
96062000-10-17 Miles Bader <miles@gnu.org>
9607
9608 * help.el (resize-temp-buffer-window): Add hack to avoid last line
9609 being obscured by whizzy mode-lines on graphics displays.
9610
333cd59e
EZ
96112000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9612
9613 * info.el (Info-title-1-face, Info-title-2-face)
9614 (Info-title-3-face): Define colors for tty's.
dada41e1 9615 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 9616
dbf1fcc1
EZ
96172000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
9618
9619 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
9620 reverse from the frame parameters, and don't invert foreground and
9621 background colors.
9622
ac629823
MB
96232000-10-16 Miles Bader <miles@gnu.org>
9624
9625 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
9626 string "*Info*". Call propertized-buffer-identification to spruce
9627 up the result.
9628
76eebffc
GM
96292000-10-16 Gerd Moellmann <gerd@gnu.org>
9630
3a6b59d9
GM
9631 * help.el: Provide `help' for the sake of define-minor-mode
9632 which generates defcustoms with requires.
9633
6569c3d3
GM
9634 * jit-lock.el (jit-lock-after-change): If we're in text that
9635 matches a multi-line font-lock pattern, make sure the whole text
9636 will be redisplayed.
9637
c2e0a611
GM
9638 * emacs-lisp/authors.el (authors-add): Don't add an entry if
9639 author's name is unknown.
9640
76eebffc
GM
9641 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
9642 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
9643 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
9644 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
9645 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
9646 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
9647 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
9648 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
9649 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
9650 Add author information.
9651
cf1e7b12
MB
96522000-10-16 Miles Bader <miles@lsi.nec.co.jp>
9653
9654 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
9655 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
9656 full-color version (using the Gimp) to eliminate dithering artifacts.
9657
5586f3eb
SM
96582000-10-15 Stefan Monnier <monnier@cs.yale.edu>
9659
9660 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
9661
9662 * simple.el (syntax-flag-table, string-to-syntax): Remove.
9663
ad64a888
DL
96642000-10-15 Dave Love <fx@gnu.org>
9665
83c9cb8e 9666 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
9667
9668 * pcomplete.el (pcomplete) <defgroup>: Add :version.
9669
9670 * whitespace.el: Doc fixes.
9671 (top-level): Don't add hooks here.
9672 (whitespace-running-emacs): Deleted.
9673 (timer): Don't require.
9674 (whitespace): Add back :version conditional on xemacs test.
9675 (whitespace-spacetab-regexp, whitespace-indent-regexp)
9676 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
9677 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
9678 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
9679 Avoid specific xemacs test.
9680 (whitespace-global-mode): New option.
9681 (whitespace-global-mode): New command.
9682 (whitespace-unload-hook): New function.
9683
9684 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 9685 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
9686 (Info-fontify-node): `Goto' goes to `Go to'.
9687 (Info-fontify-node): Add help-echo to xref links.
9688
1ef49fc6
EZ
96892000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
9690
9691 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
9692
8b7707e1
SM
96932000-10-15 Stefan Monnier <monnier@cs.yale.edu>
9694
b3b7f42f
SM
9695 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
9696 Use plist-get and allow :inherit.
9697
9698 * emacs-lisp/cl-macs.el (cl-do-arglist):
9699 Use plist-get and plist-member instead of memq.
9700
3c7fafc7
SM
9701 * emacs-lisp/ewoc.el (ewoc-location): New function.
9702 (ewoc-enter-after, ewoc-enter-before): Document return value.
9703 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
9704 Don't need make-local-hook any more.
9705 (cvs-addto-collection): Return the new tin.
9706 (cvs-mode-insert): Jump to the new line.
9707
8b7707e1
SM
9708 * jit-lock.el (jit-lock-fontify-buffer): Remove.
9709
9710 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
9711
9712 * font-lock.el (font-lock-syntactically-fontified): New var.
9713 (font-lock-fontify-syntactic-keywords-region): Use it.
9714 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
9715
9716 * diff-mode.el (diff-find-file-name): Fix regexp.
9717
9718 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
9719 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
9720
9721 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
9722 (sh-mode-syntax-table): Add punctuation syntax for < and >.
9723 (sh-mode): Don't make all vars local here.
9724 (sh-kw): Reformat.
9725 (sh-set-shell): Use dolist. Don't set indent-region-function.
9726 (sh-mode-syntax-table): Use pop.
9727 (sh-remember-variable): Use push.
9728 (sh-help-string-for-variable): Use memq.
9729 (sh-safe-backward-sexp): Remove.
9730 (sh-safe-forward-sexp): Add ARG.
9731 (sh-get-indent-info, sh-prev-stmt): Use it.
9732 (sh-prev-line): Simplify by using forward-comment.
9733 (sh-this-is-a-continuation): Simplify.
9734 (sh-learn-buffer-indent): Use dolist.
9735 (sh-do-nothing): Remove.
9736 (sh-set-char-syntax, sh-set-here-doc-region):
9737 Use inhibit-modification-hooks.
9738 (sh-name-style): Use mapcar and push.
9739 (sh-load-style): Use dolist.
9740 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
9741 (sh-case, sh-while-getopts): Use propertize directly rather
9742 than sh-electric-rparen.
9743
97442000-10-14 Stefan Monnier <monnier@cs.yale.edu>
9745
9746 * textmodes/tex-mode.el: Require CL when compiling.
9747 (tex-mode-syntax-table): Init immediately.
9748 (tex-mode-map): Bind M-RET to latex-insert-item.
9749 (latex-mode): Set indent-line-function to latex-indent.
9750 (tex-common-initialization): Don't setup the syntax-table any more.
9751 (latex-insert-item): New skeleton.
9752 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 9753 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 9754 (latex-indent, latex-find-indent): New functions.
4836835a 9755 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
9756 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
9757 (tex-compilation-parse-errors): Use with-syntax-table.
9758
86b7fcbb
MB
97592000-10-15 Miles Bader <miles@gnu.org>
9760
9761 * font-lock.el (font-lock-comment-face): Change dark-background,
9762 color, non-tty, default to `chocolate1'.
9763
57a24508
JW
97642000-10-13 John Wiegley <johnw@gnu.org>
9765
9766 * eshell/esh-util.el (require): Added a missing `require' form,
9767 needed when compiling (for an ange-ftp macro definition).
9768
40ad3db4
DL
97692000-10-13 Dave Love <fx@gnu.org>
9770
9771 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
9772
db460189
GM
97732000-10-13 Gerd Moellmann <gerd@gnu.org>
9774
83c9cb8e 9775 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 9776
4836835a 9777 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
9778 transparent -colors 8).
9779
b52758d1 97802000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
3b5e21df
GM
9781
9782 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
9783 that breaks with old list format timestamps.
9784 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 9785 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 9786
16908a3f
JW
97872000-10-13 John Wiegley <johnw@gnu.org>
9788
d7103dda
JW
9789 * align.el, pcomplete.el, calendar/timeclock.el,
9790 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
9791
dace60cf 9792 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
9793 faulty math, where holiday hours were being computing as seconds.
9794
b6b70cda
JW
97952000-10-13 John Wiegley <johnw@gnu.org>
9796
9797 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
9798 specifying what "other" kinds of buffers should be saved.
9799 This used to be hard-coded.
b6b70cda
JW
9800 (desktop-buffer-misc-functions): A global for specifying how
9801 auxiliary data should be determined for special buffer types.
9802 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
9803 instead of hard-coding the special buffer types.
9804 (desktop-save): Run `desktop-buffer-misc-functions' to gather
9805 auxiliary data, instead of hard-coding for Info buffers and dired.
9806 (desktop-buffer-info-misc-data): Aux function for determining Info
9807 buffer auxiliary info.
9808 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
9809 (desktop-buffer-info): Changed this function to use the info
9810 gathered above.
9811 (desktop-create-buffer): Be a little more careful about what
9812 `minor-mode' means before calling it. This is important for some
9813 buffer types.
9814
8c6b1d83
JW
98152000-10-13 John Wiegley <johnw@gnu.org>
9816
9817 * eshell/esh-util.el: Added a global form which declares an
9818 autoload for `parse-time-string', if that function is not already
9819 defined, and if parse-time.el is available on the user's system.
9820
9821 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
9822 to be aware of ange-ftp user info.
83c9cb8e 9823 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
9824 (eshell-ls-annotate): Use `eshell-file-attributes'.
9825 (eshell-ls-file): Made the user-id printing code a bit smarter.
9826
9827 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
9828 allow identification of alias user ids in remote directories.
83c9cb8e
SM
9829 It's manual, but there's no other way to know when the current user
9830 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
9831 (fboundp): Bind `ange-cache'.
9832 (eshell-directory-files-and-attributes): Re-organized the logic a
9833 bit to use `eshell-file-attributes' instead of `file-attributes'.
9834 The former is more sensitive to directories that are read via FTP,
9835 and knows how to use ange-ftp to determine full attribute
9836 information, instead of just the name and last modtime.
9837 (eshell-current-ange-uids): Return the current user id when in a
9838 remote directory.
9839 (eshell-parse-ange-ls): Parse a full directory listing that has
9840 been returned by ange-ftp.
9841 (eshell-file-attributes): This beefed up version of
9842 `file-attributes' is only special if the user is currently in a
9843 remote directory, in which case it does a lot of work to find out
9844 what the real attributes of a file are, as they appear on the
9845 remote machine. This makes usage of remote directories (i.e.,
9846 ange-ftp pathnames) much more useful. You can now use Eshell as a
9847 full-fledged FTP client, with much more manipulation ability than
9848 most other clients.
9849
9850 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
9851 variable, which means that Eshell's du should always be preferred
9852 in remote directories.
9853 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
9854 just `file-attributes'.
9855 (eshell-mvcp-template): Bind `ange-cache', to improve performance
9856 when reading remote directories. This is an Eshell-specific
9857 variable (not part of ange-ftp).
9858 (eshell/ln): Bind `ange-cache'.
9859 (eshell/du): Added some extra logic for determining when to use
9860 Eshell's du (which is slow), and when to use the external version
9861 (which may or may not exist).
9862
83c9cb8e
SM
9863 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
9864 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
9865 `get-buffer-process', since backgrounded processes don't count in
9866 the context of this function's logic.
9867
9868 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
9869 `forward-char', so that null strings are parsed correctly.
9870
87730e84 98712000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 9872
83c9cb8e
SM
9873 * eshell/em-pred.el (eshell-pred-file-type)
9874 (eshell-pred-file-links, eshell-pred-file-size):
9875 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
9876
9877 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
9878 that remote file globbing is more efficient.
9879
9880 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
9881 gathering the files and attributes within a directory.
9882
9883 * eshell/em-unix.el (eshell/cat): If any of the files passed on
9884 the command line is a special file (not a regular file, directory
9885 or symlink), always attempt to call the external version of cat.
9886
87730e84 98872000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
9888
9889 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
9890 Eshell-friendly version of find-tag.
9891
1c7e37a9
MB
98922000-10-13 Miles Bader <miles@lsi.nec.co.jp>
9893
4836835a 9894 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
9895 (image-file-name-regexps): Add autoload cookies.
9896
11a7f341
KH
98972000-10-13 Kenichi Handa <handa@etl.go.jp>
9898
9899 * international/mule-cmds.el (select-safe-coding-system): If FROM
9900 is string, show it in *Warning* buffer.
9901
8ddddcb0
EZ
99022000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9903
9904 * startup.el (normal-top-level): Use display-popup-menus-p instead
9905 of window-system.
9906 (command-line): Use display-graphic-p instead of window-system.
9907 (command-line-1): Use display-popup-menus-p and display-mouse-p
9908 instead of window-system.
9909
72200f89
SS
99102000-10-12 Sam Steingold <sds@gnu.org>
9911
9912 * tooltip.el (tooltip-use-echo-area): New user variable.
9913 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
9914
8661c643
DL
99152000-10-12 Dave Love <fx@gnu.org>
9916
d0b40dc1
DL
9917 * recentf.el: Maintainer's checkdoc fixes.
9918
83c9cb8e
SM
9919 * startup.el (normal-top-level-add-subdirs-to-load-path):
9920 Use character class, not ASCII when matching file names.
a622451f
DL
9921 (fancy-splash-head): Add trailing slash to URL.
9922 (command-line): Don't require XPM support for toolbar.
9923
8661c643
DL
9924 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
9925 (cperl-invalid-face): Revert last change.
9926 (cperl-init-faces): Quote cperl-invalid-face.
9927
ef2ed8ab
KH
99282000-10-12 Kenichi Handa <handa@etl.go.jp>
9929
9930 * startup.el (fancy-splash-text): Remove superfluous quote.
9931
b0da379e
GM
99322000-10-12 Gerd Moellmann <gerd@gnu.org>
9933
dbeb499b
GM
9934 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
9935 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
9936 (command-line-1): Don't use fancy-splash-pending-command.
9937 (fancy-splash-screens-1): Goto point-min after inserting text.
9938
d861718a
GM
9939 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
9940
b0da379e
GM
9941 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
9942 instead of shared-lisp-mode-map.
9943
4fb2ad98
MB
99442000-10-12 Miles Bader <miles@lsi.nec.co.jp>
9945
1cb4393e
MB
9946 * faces.el (header-line): Change tty-variant to use underlining.
9947
4fb2ad98
MB
9948 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
9949 (isearch-highlight): Restore lazy-isearch face properties at old
9950 position, and suppress them at new position.
9951 (isearch-dehighlight): Restore lazy-isearch face properties.
9952 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
9953 over the real isearch overlay, but in that case, don't give it a
9954 face property. Use `push'.
9955
eb991b25
KH
99562000-10-12 Kenichi Handa <handa@etl.go.jp>
9957
9958 * man.el (Man-getpage-in-background): Fix previous change.
9959 Decode the process output only when we are in multibyte mode.
9960
a818c1c0
DL
99612000-10-11 Dave Love <fx@gnu.org>
9962
c990f53a
DL
9963 * info.el (Info-mode-menu): Fix some help.
9964 (info-tool-bar-map): Add entry for Info-last.
9965
a818c1c0
DL
9966 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
9967 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
9968 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
9969 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
9970 * toolbar/search-replace.xpm, toolbar/exit.xpm:
9971 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
9972 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
9973 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
9974 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
9975 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
9976 Reduce colour requirements to 25 overall. (Probably wants
9977 revisiting from the originals to reduce further.)
9978
c1b096cb
EZ
99792000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
9980
9981 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
9982 buffer-file-coding-system, instead of raw-text.
9983 (dehexlify-buffer): Bind coding-system-for-read to
9984 buffer-file-coding-system, instead of raw-text.
9985
5c8b7eaf
SS
99862000-10-11 Sam Steingold <sds@gnu.org>
9987
83c9cb8e 9988 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
9989 `underline' - fixes the bug introduced on 2000-09-21.
9990
2cfbdb7a
DL
99912000-10-11 Dave Love <fx@gnu.org>
9992
83c9cb8e
SM
9993 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
9994 Avoid compiler warnings.
2cfbdb7a
DL
9995 (scheme-mode): Doc fix.
9996 (scheme-font-lock-keywords-1): Match `define-syntax'.
9997
99982000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
9999
10000 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
10001 face specs as well as default ones. Only do anything if the
10002 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 10003 (region): Make dark-background `region' face less in-your-face.
4b33f290 10004
690ec649
SS
100052000-10-10 Sam Steingold <sds@gnu.org>
10006
10007 * chistory.el, ielm.el, ledit.el:
10008 * progmodes/inf-lisp.el, progmodes/scheme.el:
10009 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
10010
3b95d6bb
SM
100112000-10-10 Stefan Monnier <monnier@cs.yale.edu>
10012
10013 * textmodes/texinfo.el: Update copyright and fix typo.
10014
10015 * desktop.el (desktop-modes-not-to-save): New var.
10016 (desktop-save-buffer-p): Use it.
a30eb617
DL
10017 Also, obey desktop-buffers-not-to-save even for non-file buffers.
10018 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
10019
100202000-10-10 Dave Love <fx@gnu.org>
10021
10022 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 10023 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
10024
10025 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
10026 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
10027 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
10028 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
10029 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
10030 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
10031 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
10032 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
10033 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
10034 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
10035 the .xpms; probably need retouching.
10036
100372000-10-10 Miles Bader <miles@lsi.nec.co.jp>
10038
10039 * subr.el (add-to-list): Add optional argument APPEND.
10040 * battery.el (display-battery): Use `add-to-list'.
10041
100422000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
10043
83c9cb8e
SM
10044 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
10045 properties.
a30eb617
DL
10046 (zone, zone-when-idle, zone-leave-me-alone)
10047 (zone-pgm-whack-chars): Use new symbol properties.
10048
10049 * battery.el (display-battery): Doc spelling fix.
10050
10051 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
10052 property.
10053
100542000-10-09 Dave Love <fx@gnu.org>
10055
10056 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
10057 has been initialized before calling tool-bar-setup.
10058 (tool-bar-add-item-from-menu): Add autoload cookie.
10059
100602000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
10061
10062 * menu-bar.el (send-mail-item-name): New function.
10063 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
10064 of mail-user-agent in the menu. Don't display the "Send Mail"
10065 item if mail-user-agent is nil or its value is ignore.
10066 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
10067 if read-mail-command is nil or its value is ignore.
10068
10069 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
10070
100712000-10-09 Miles Bader <miles@gnu.org>
10072
10073 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
10074 Correct image size.
10075 * toolbar/left_arrow.xpm: Correct image size.
10076
10077 * jka-compr.el: Don't call `jka-compr-install' when loading (it
10078 will be done by the definition of `auto-compression-mode' if
10079 necessary. Move code to uninstall existing file-name handler
10080 before definition of `auto-compression-mode'.
10081
10082 * image-file.el (auto-image-file-mode): Move to the end of the
10083 file, because `define-minor-mode' actually calls the mode-function
10084 if the associated variable is non-nil, which requires that all
10085 needed functions be already defined.
10086
10087 * mouse.el (popup-menu): Balance parens.
10088
100892000-10-08 Stefan Monnier <monnier@cs.yale.edu>
10090
10091 * mouse.el (popup-menu): Move the command call outside the loop
10092 so that popup-menu returns whatever the command returns.
10093
10094 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
10095 (initialize-new-tags-table): Use run-hook-with-args-until-success.
10096 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
10097 (tags-table-format-functions): Renamed from tags-table-format-hooks.
10098
10099 * vc.el (vc-version-diff): diff-switches can be a list.
10100 Use relative filenames for prettier output.
10101
10102 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
10103 (vc-post-command-functions): Remove old-VC compatibility code.
10104
10105 * newcomment.el (comment-indent-default): Autoload.
10106
10107 * font-lock.el (font-lock-defaults): Make buffer-local.
10108 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
10109 (font-lock-choose-keywords):
10110 Ignore LEVEL unless KEYWORDS is a list of syms.
10111 (c-keywords, c++-keywords, objc-keywords, java-keywords):
10112 Don't wrap regexp-opt things in \(...\) unnecessarily.
10113
10114 * jit-lock.el: Don't require font-lock any more.
10115 (jit-lock-functions): Make buffer-local.
10116 (jit-lock-saved-fontify-buffer-function): Remove.
10117 (jit-lock-mode): Remove autoload cookie.
10118 Remove font-lock specific code.
10119 (jit-lock-unregister): Don't bother handling complex hooks any more.
10120 (jit-lock-refontify): New function.
10121 (jit-lock-fontify-buffer): Use it.
10122 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
10123 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
10124 Add optional args START and END.
10125 Never call font-lock-fontify-region directly.
10126 (jit-lock-function, jit-lock-stealth-fontify): Use it.
10127
10128 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
10129
101302000-10-08 Dave Love <fx@gnu.org>
10131
10132 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
10133
10134 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
10135
10136 * play/studly.el (studlify-region, studlify-word): Add autoload
10137 cookie.
10138
10139 * play/morse.el (morse-region, unmorse-region): Add autoload
10140 cookie.
10141
10142 * play/spook.el (spook-phrases-file): Use expand-file-name, not
10143 concat.
10144
10145 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
10146 insist on symbols starting with word syntax.
10147 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
10148 (eval-defun-1): Doc fix.
10149 (indent-sexp): Use nconc to build up indent-stack.
10150
10151 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
10152 Gnus with little use.
10153 (mail-setup-hook): Add mail-abbrevs-setup to options.
10154
10155 * recentf.el: Doc fixes.
10156
10157 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
10158 Clean up remainder.
10159
10160 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
10161 without timezone and (8) with timezone to enforce some whitespace.
10162 Simplify code somewhat.
10163
10164 * options.el (list-options): Doc that you should use customize.
10165
10166 * iswitchb.el (iswitchb-mode): Add :require.
10167
10168 * info.el (Info-goto-node, Info-menu): Doc fix.
10169 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
10170 (info-tool-bar-map): New variable.
10171 (Info-mode): Use it.
10172 (Info-edit-map): Define all in defvar.
10173 (speedbar-attached-frame): Avoid compiler warning.
10174
10175 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
10176 (global-map): Bind [tool-bar] to a filtered map.
10177 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
10178 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
10179 Allow PBM icons.
10180 (tool-bar-setup): Adjust calls of tool-bar-add-item.
10181
10182 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
10183 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
10184 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
10185 icons, except up_arrow, which is left-arrow rotated.
10186
10187 * imenu.el (imenu-add-to-menubar): Fix last change.
10188
101892000-10-08 Peter Breton <pbreton@ne.mediaone.net>
10190
10191 * generic-x.el (rul-generic-mode): Remove eval-when-compile
10192 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
10193
101942000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
10195
10196 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
10197 typos in doc strings.
10198
10199 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
10200 the doc strings how to customize Font Lock faces.
10201
10202 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
10203 computing growth when dragging the header line.
10204
102052000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
10206
10207 * simple.el (kill-line): Doc fix.
10208
102092000-10-08 Miles Bader <miles@gnu.org>
10210
10211 * faces.el (secondary-selection): Make foreground visible on tty.
10212
10213 * jka-compr.el (auto-compression-mode): Move to the end of the
10214 file, because `define-minor-mode' actually calls the mode-function
10215 if the associated variable is non-nil, which requires that all
10216 needed functions be already defined.
10217 (with-auto-compression-mode): Add autoload cookie.
10218
102192000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
10220
10221 * files.el (find-backup-file-name) [ms-dos]: If support for long
10222 file names is not available, behave as if version-control were set
10223 to never.
10224
102252000-10-07 Dave Love <fx@gnu.org>
10226
10227 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
10228 (browse-url-gnome-moz): New function.
10229 (browse-url-browser-function): Use it.
10230 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
10231
102322000-10-07 Stefan Monnier <monnier@cs.yale.edu>
10233
10234 * indent.el (tab-always-indent): New var.
10235 (indent-for-tab-command): Use it.
10236
10237 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
10238 raise an error. This way it can still default to a sane value.
10239
102402000-10-06 Stefan Monnier <monnier@cs.yale.edu>
10241
10242 * startup.el (fancy-splash-screens): Use local rather than global map.
10243 Don't use `update-menu-bindings' any more.
10244 Get rid of assumptions about keymap representation.
10245
102462000-10-06 Dave Love <fx@gnu.org>
10247
10248 * textmodes/fill.el (sentence-end-double-space)
10249 (sentence-end-without-period): Doc fix.
10250 (adaptive-fill-regexp): Purecopy.
10251 (unjustify-current-line): Use line-end-position.
10252 (fill-individual-paragraphs-prefix): Use line-beginning-position.
10253
10254 * net/eudc-vars.el (eudc): Add :version, :link.
10255
10256 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
10257
10258 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
10259 Fix for define-minor-mode.
10260 (function-at-point): Alias to function-called-at-point.
10261
10262 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
10263
10264 * simple.el (backward-word): Doc fix.
10265
10266 * image-file.el (image-file-name-regexp): image-file-regexps ->
10267 image-file-name-regexps.
10268 (image-file-name-extensions): Add pbm.
10269
102702000-10-06 Stefan Monnier <monnier@cs.yale.edu>
10271
10272 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
10273 and add filename to the names so that diff-mode can jump to source.
10274
10275 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
10276 (tex-font-lock-keywords, tex-font-lock-keywords-2)
10277 (tex-font-lock-keywords-1): Remove.
10278 (font-lock-turn-on-thing-lock): Use jit-lock-register.
10279 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
10280 (font-lock-default-fontify-region):
10281 Expand beg..end correctly when just following a multiline region.
10282 (font-lock-fontify-anchored-keywords):
10283 Include the anchor text as part of the multiline.
10284
102852000-10-06 Gerd Moellmann <gerd@gnu.org>
10286
10287 * loadup.el (toplevel): Load `loaddefs' before `help' because the
10288 latter needs the autoloaded define-minor-mode macro during the
10289 bootstrap.
10290
10291 * startup.el (command-line): For now, activate tool-bar-mode only
10292 if XPM images are supported.
10293
10294 * mouse.el (mouse-drag-header-line): Don't allow resizing a
10295 window by dragging a header-line at the top of the frame; that's
10296 confusing because the header-line doesn't move.
10297 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
10298 of treating the event as a list. Some cleanup.
10299
103002000-10-06 Miles Bader <miles@gnu.org>
10301
10302 * simple.el (display-message-or-buffer): New function.
10303 (shell-command-on-region): Use `display-message-or-buffer'.
10304
10305 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
10306 docstring parts.
10307
10308 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
10309 (smbclient-prompt-regexp): Add usage note to doc string.
10310 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
10311 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
10312 Use add-hook for adding the comint filter function, and only do so
10313 if it's not already in the global hook list.
10314 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
10315 to `make-local-variable'.
10316 (nslookup-font-lock-keywords): Remove prompt entry.
10317 (nslookup): Don't set the process-filter.
10318 (finger): Exit the loop correctly when the regexps list runs out.
10319 (ftp, smbclient, smbclient-list-shares):
10320 Set the real major mode immediately, not after execing.
10321 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
10322
10323 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
10324
103252000-10-05 Stefan Monnier <monnier@cs.yale.edu>
10326
10327 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
10328
10329 * which-func.el (which-func-format): Remove spurious space.
10330 (which-func-mode): Don't make it permanent-local.
10331 (which-func-ff-hook): Allow which-func-maxout to be nil.
10332 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
10333 (which-func-mode): Simplify.
10334 Use post-command-idle-hook rather than post-command-hook.
10335 Go through all buffers and update their state.
10336 (which-function): Also try add-log-current-defun-function.
10337
10338 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
10339 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
10340 Update call to with-vc-properties accordingly.
10341 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
10342 (vc-revert-buffer): More careful about window selection and deletion.
10343 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
10344
10345 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
10346 (cvs-retrieve-revision): Reuse a pre-existing buffer.
10347 (cvs-dired-action): Change the default to quickdir.
10348
10349 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
10350 if comment-indent-function returns nil.
10351 (comment-indent-default): New function.
10352 (comment-indent-function): Use it and document the new semantics.
10353
10354 * image-file.el: Docstring fixes.
10355
10356 * help.el (help-xref-on-pp): Use match-string.
10357 (describe-variable): New arg BUFFER.
10358 Store the current buffer in the help-xref-stack.
10359 (temp-buffer-resize-mode): Use define-minor-mode.
10360
10361 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
10362 consistently with its docstring.
10363 Set jit-lock-first-unfontify-pos in an idempotent way.
10364 (jit-lock-register): Autoload and add arg CONTEXTUAL.
10365
103662000-10-05 Alex Schroeder <alex@gnu.org>
10367
10368 * sql.el (sql-mysql-options): New variable.
10369 (sql-mysql): Use it.
10370
103712000-10-05 Miles Bader <miles@lsi.nec.co.jp>
10372
10373 * image.el (image): New group.
10374
10375 * smerge-mode.el (smerge-mine-face, smerge-other-face)
10376 (smerge-base-face, smerge-markers-face): Add dark-background variants.
10377
103782000-10-04 Peter Breton <pbreton@ne.mediaone.net>
10379
10380 * net/net-utils.el (nslookup-font-lock-keywords)
10381 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
10382 Ignore the value of wqindow-system; always define keywords
10383
103842000-10-05 Kenichi Handa <handa@etl.go.jp>
10385
10386 * startup.el (fancy-splash-screens): Remove the code for
10387 debugging; `(trace-to-stderr "EXITTT\n")'.
10388
103892000-10-05 Miles Bader <miles@gnu.org>
10390
10391 * diff-mode.el (diff-goto-source): Update call to
10392 `diff-hunk-status-msg' to reflect new REV variable.
10393
103942000-10-04 Stefan Monnier <monnier@cs.yale.edu>
10395
10396 * progmodes/icon.el (icon-mode):
10397 Don't gratuitously override the default for comment-column.
10398
10399 * vc-hooks.el (vc-mode-line): Fix interactive spec.
10400
10401 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
10402 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
10403 (jit-lock-functions): New var.
10404 (jit-lock-function-1): Use it if non-nil.
10405 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
10406 Set the `fontified' property before doing the fontification to avoid
10407 repeatedly going through the same error.
10408 Don't turn errors into messages.
10409 (jit-lock-register, jit-lock-unregister): New functions.
10410
10411 * dired.el (dired-mark-pop-up): Turn comment into docstring.
10412 Use with-current-buffer.
10413
10414 * dired-aux.el (dired-do-create-files, dired-kill-tree):
10415 Turn comment into docstring.
10416
10417 * apropos.el (apropos-mode): Use define-derived-mode.
10418
104192000-10-04 Gerd Moellmann <gerd@gnu.org>
10420
10421 * startup.el (fancy-splash-pending-command): New variable.
10422 (fancy-splash-pre-command): New function.
10423 (fancy-splash-screens): Rewritten.
10424 (command-line-1): If fancy-splash-pending-command is set, call it
10425 interactively.
10426
104272000-10-04 Dave Love <fx@gnu.org>
10428
10429 * toolbar/tool-bar.el (tool-bar-setup): New function.
10430 (tool-bar-mode): Use it.
10431
10432 * subr.el (substitute-key-definition): Doc fix.
10433 (play-sound-file): New command.
10434
104352000-10-04 Andre Spiegel <spiegel@gnu.org>
10436
10437 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
10438 vc-version-backup-file-name): New functions.
10439
10440 * files.el (basic-save-buffer): Call vc-before-save before saving.
10441
10442 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
10443 vc-cvs-stay-local-p.
10444
10445 * vc.el (vc-revert-buffer): Handle empty diff properly.
10446 (vc-version-backup-file): New function.
10447 (vc-checkout): Create a version backup if necessary.
10448 (vc-checkin): If a version backup file exists, delete it.
10449 (vc-version-diff): Diff locally using version backups, if available.
10450 (vc-revert-file): If there's a version backup, revert locally.
10451 (vc-transfer-file): Use version backup for base version, if
10452 available. If not, ask for confirmation whether to get it from the
10453 server. Update mode line before check-in.
10454
104552000-10-04 Dave Love <fx@gnu.org>
10456
10457 * toolbar/tool-bar.el (tool-bar-setup): New function.
10458 (tool-bar-mode): Use it.
10459
104602000-10-04 Peter Breton <pbreton@ne.mediaone.net>
10461
10462 * net/net-utils.el (nslookup-font-lock-keywords)
10463 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
10464 Only set if window-system is non-nil
10465 (net-utils-run-program): Returns buffer.
10466 (network-connection-reconnect): Added this function.
10467
10468 * generic.el:
10469 Incorporates extensive cleanup and docfixes by
10470 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
10471 Uses cl compile-time macros.
10472 (generic-mode-name, generic-comment-list)
10473 (generic-keywords-list, generic-font-lock-expressions)
10474 (generic-mode-function-list, generic-mode-syntax-table):
10475 Removed variables.
10476 (generic-mode-alist): Renamed to generic-mode-list.
10477 (generic-find-file-regexp): Default changed to "^#".
10478 (generic-read-type): Uses completing read on generic-mode-list.
10479 (generic-mode-sanity-check): removed this function.
10480 (generic-add-to-auto-mode): Removed this function
10481 (generic-mode-internal): Bind mode-specific definitions
10482 into function instead of putting them in alist.
10483 (generic-mode-set-comments): Reworked extensively.
10484 (generic-mode-find-file-hook): Simplified regexp searching
10485 (generic-make-keywords-list): Omit extra pair of parens
10486
10487 * find-lisp.el (find-lisp-find-files-internal):
10488 Make sure directory name ends with "/".
10489
10490 * generic-x.el (apache-conf-generic-mode):
10491 Regexp now allows leading whitespace.
10492 (rc-generic-mode): Added eval-when-compile
10493 around generic-make-keywords-list.
10494 Deleted duplicate regexp
10495 (rul-generic-mode): Added eval-when-compile
10496 around generic-make-keywords-list.
10497 (etc-fstab-generic-mode): New generic mode.
10498 (rul-generic-mode): Removed one eval-when-compile
10499 which caused a max-specpdl-size exceeded error.
10500
105012000-10-04 Miles Bader <miles@gnu.org>
10502
10503 * simple.el (minibuffer-temporary-goal-position): New variable.
10504 (next-history-element): Try to keep the position of point in the
10505 input string constant.
10506
10507 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
10508 (dired-do-create-files): If there's only one file, pass it in as
10509 the DEFAULT arg to dired-mark-read-file-name.
10510
105112000-10-03 Stefan Monnier <monnier@cs.yale.edu>
10512
10513 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
10514 (diff-goto-source): Be smarter when choosing REVERSE or not.
10515
10516 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
10517 (texinfo-mode-menu): Add an explicit shortcut for update all.
10518
105192000-10-03 Andre Spiegel <spiegel@gnu.org>
10520
10521 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
10522 factorize backend-specific code cleanly (this was essentially
10523 conceived by Stefan Monnier).
10524 (vc-unregister): Function removed.
10525 (vc-revert-file): New function.
10526 (vc-revert-buffer): Delegate some of the work to it.
10527
10528 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
10529 default branch unconditionally.
10530 (vc-rcs-set-default-branch): New function.
10531 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
10532 (vc-rcs-checkin): If an appropriate default branch has been set,
10533 force creation of that branch.
10534 (vc-rcs-receive-file): Rewritten to contain only backend-specific
10535 code (as suggested by Stefan Monnier).
10536
105372000-10-02 Gerd Moellmann <gerd@gnu.org>
10538
10539 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
10540 highlighting overlay with a different face over the overlay
10541 isearch uses to highlight the current match because that can lead
10542 to bad face combinations.
10543
10544 * loadup.el (toplevel): Load faces before isearch.
10545
10546 * isearch.el (isearch-faces): New custom group.
10547 (isearch): New defface; was already tested for in the code.
10548 (isearch-lazy-highlight-face): Changed to defface from defcustom.
10549 (isearch-highlight): Always use face `isearch'.
10550
105512000-10-02 Dave Love <fx@gnu.org>
10552
10553 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
10554 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
10555 comparison of opcode with operand.
10556
105572000-10-03 Miles Bader <miles@gnu.org>
10558
10559 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
10560 buffer, since the echo area will now grow to accommodate them.
10561
105622000-10-02 Andre Spiegel <spiegel@gnu.org>
10563
10564 * vc-hooks.el (vc-registered): If FILE used to be registered under
10565 a certain backend, try that one first.
10566
10567 * vc.el (vc-responsible-backend): Undo the previous change in the
10568 argument list. Handle multiple backends correctly.
10569 (vc-find-new-backend): Function removed.
10570 (vc-register): Use vc-responsible-backend, as before.
10571 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
10572
105732000-10-02 Gerd Moellmann <gerd@gnu.org>
10574
10575 * startup.el (fancy-splash-head): Change message below the
10576 logo.
10577
105782000-10-02 Miles Bader <miles@lsi.nec.co.jp>
10579
10580 * diff-mode.el (diff-goto-source): Emit a status message.
10581 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
10582 (diff-test-hunk): Fix doc string.
10583 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
10584 (diff-advance-after-apply-hunk): New variable.
10585 (diff-apply-hunk): Don't return a value.
10586
105872000-10-01 Stefan Monnier <monnier@cs.yale.edu>
10588
10589 * vc.el (vc-editable-p): Minor optimization.
10590 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
10591 (vc-find-new-backend): New function split from vc-responsible-backend.
10592 (vc-register): Use it.
10593 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
10594 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
10595 (vc-default-unregister, vc-revert-buffer): Docstring fix.
10596 (vc-clear-headers): Don't use find-file.
10597 (vc-revert-buffer): Use `and' again (must have been a braino).
10598 (vc-switch-backend): Only prompt if requested.
10599 Short circuit if nothing is to be done.
10600 Don't use vc-resynch-buffer which could lose unsaved editing.
10601 (vc-default-receive-file): Update call to vc-unregister.
10602 (with-vc-file, vc-next-action-on-file):
10603 Use vc-backend rather than vc-registered.
10604 (vc-next-action-on-file): Use intern-soft.
10605 Deal with read-only *vc-diff* buffer.
10606 (vc-transfer-file): Docstring fix.
10607
10608 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
10609 (vc-rcs-receive-file): Avoid with-vc-properties.
10610 Update call to vc-unregister.
10611 Use constant `RCS' rather than (dynamically bound) var `backend'.
10612
106132000-10-01 Andre Spiegel <spiegel@gnu.org>
10614
10615 * vc.el (vc-next-action-on-file): Update mode line only if file
10616 is visited.
10617 (vc-start-entry): New argument initial-contents. Don't visit the file
10618 if it isn't already visited. Brought documentation up-to-date.
10619 (vc-next-action, vc-register): Updated calls to vc-start-entry.
10620 (vc-checkin): New optional arg initial-contents, which is passed to
10621 vc-start-entry.
10622 (vc-finish-logentry): Make sure to bury log buffer only if there
10623 really is one. Call `vc-resynch-buffer' on log-file, not
10624 buffer-file-name.
10625 (vc-default-comment-history, vc-default-wash-log): New functions.
10626 (vc-index-of): Removed.
10627 (vc-transfer-file): Make do without the above.
10628 (vc-default-receive-file): Call comment-history unconditionally. Pass
10629 the resulting string to vc-checkin, instead of inserting it into the
10630 comment ring.
10631
10632 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
10633 unconditionally. Use the comments as initial contents of the log
10634 entry buffer. Document the trick to force branch creation with no
10635 changes.
10636
106372000-10-01 Miles Bader <miles@gnu.org>
10638
10639 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
10640 `recenter' with an arg to prevent redrawing the display.
10641
106422000-09-30 Stefan Monnier <monnier@cs.yale.edu>
10643
10644 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
10645
10646 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
10647
10648 * progmodes/c-mode.el (c-mode):
10649 Don't gratuitously override the default for comment-column.
10650
10651 * textmodes/tex-mode.el (latex-metasection-list): New var.
10652 (latex-imenu-create-index): Use it.
10653 Move the regexp construction outside loops (and use push).
10654 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
10655 (tex-font-lock-keywords): Moved from font-lock.el.
10656 (tex-comment-indent): Remove.
10657 (tex-common-initialization): Don't set comment-indent-function.
10658 (latex-block-default): New var.
10659 (tex-latex-block): Use it to provide a default choice.
10660 Add any unknown choice to latex-block-names.
10661 Insert [...] after {...}.
10662 (tex-last-unended-begin): Simplify regexp.
10663 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
10664 (latex-forward-sexp-1, latex-forward-sexp): New functions.
10665 (latex-mode): Set forward-sexp-function.
10666
10667 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
10668 Add regexp for @ignore ... @end ignore.
10669 (texinfo-heading-face): New face.
10670 (texinfo-font-lock-keywords): Use it.
10671 (texinfo-mode-menu): New menu.
10672 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
10673 New functions.
10674 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
10675 (texinfo-section-types-regexp, texinfo-section-level-regexp)
10676 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
10677 Remove declaration.
10678 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
10679
10680 * delsel.el (delete-selection-mode): Use define-minor-mode.
10681
10682 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
10683
106842000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10685
10686 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
10687
106882000-09-30 Gerd Moellmann <gerd@gnu.org>
10689
10690 * replace.el (keep-lines-read-args): New function.
10691 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
10692 read arguments interactively. Add parameters RSTART and REND.
10693 Operate on the active region in Transient Mark mode.
10694
10695 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
10696
10697 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
10698 (authors-obsolete-files-regexps): New variable.
10699 (authors-add): Don't record changes in obsolete files.
10700
107012000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10702
10703 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
10704
10705 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
10706 (comment-indent): Make sure there's a space between code and comment.
10707 Shift comments left to avoid going past fill-column.
10708
107092000-09-29 Gerd Moellmann <gerd@gnu.org>
10710
10711 * startup.el (startup-echo-area-message): New function.
10712 (display-startup-echo-area-message): Use it.
10713 (fancy-splash-screens): Rewritten to use keymaps and a timer.
10714 (fancy-splash-default-action): New function.
10715 (fancy-splash-screens-1): New function.
10716 (fancy-splash-head): Put a help-echo and a keymap under the image.
10717
107182000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10719
10720 * diff-mode.el (diff-add-log-file-name): Remove.
10721 (diff-mode): Use add-log-buffer-file-name-function.
10722
10723 * add-log.el (find-change-log): New arg BUFFER-FILE.
10724 (add-log-file-name): Obey add-log-file-name-function.
10725 (add-log-buffer-file-name-function): New var.
10726 (add-change-log-entry): Use it.
10727
107282000-09-29 Miles Bader <miles@gnu.org>
10729
10730 * image-file.el (image-file-name-extensions): New variable.
10731 (image-file-name-regexps): Renamed from `image-file-regexps'.
10732 New default value is nil. Call `auto-image-file-mode'.
10733 (image-file-name-regexp): New function.
10734 (auto-image-file-mode): New minor mode.
10735 (insert-image-file): Don't make conditional on the image-file
10736 handler being enabled.
10737 (image-file-handler): Make the call here conditional instead.
10738 (set-image-file-handler-enabled, enable-image-file-handler)
10739 (disable-image-file-handler): Functions removed.
10740
10741 * emacs-lisp/authors.el (authors-print): Rephrase many-files
10742 string.
10743
107442000-09-29 Gerd Moellmann <gerd@gnu.org>
10745
10746 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
10747 it's a function from CL.
10748 (latex-imenu-create-index): Replace eval-when-compile with progn
10749 because latex-section-alist is not bound while compiling.
10750
107512000-09-28 Stefan Monnier <monnier@cs.yale.edu>
10752
10753 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
10754 (outline-mode): Use define-derived-mode.
10755
10756 * progmodes/perl-mode.el (perl-mode):
10757 * progmodes/awk-mode.el (awk-mode):
10758 * progmodes/asm-mode.el (asm-mode):
10759 Don't gratuitously override the default for comment-column.
10760
10761 * emacs-lisp/lisp.el (lisp-complete-symbol):
10762 Distinguish the let-binding case from the funcall case.
10763 (forward-sexp-function): New variable.
10764 (forward-sexp): Use it.
10765
10766 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
10767 (easy-mmode-defmap): Remove the now useless autoload.
10768
10769 * time.el (display-time-mode): Use define-minor-mode.
10770
10771 * subr.el (add-minor-mode): Don't eval NAME.
10772 Don't depend on the presence of TOGGLE-FUN for any special behavior.
10773 Use if rather than cond.
10774
10775 * simple.el (read-expression-map): Define more properly.
10776 (comment-indent-hook): Remove.
10777 (string-to-syntax): Bug fix.
10778
10779 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
10780 (cvs-ediff-diff): Fix typo.
10781 (cvs-revert-if-needed): Don't bother preserving read-only.
10782
10783 * paren.el (show-paren-mode): Use define-minor-mode.
10784
10785 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
10786 (toggle-auto-compression): Remove.
10787 (jka-compr-build-file-regexp): Remove useless grouping.
10788
10789 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
10790 Avoid user-reserved bindings.
10791 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
10792 (diff-header-face): Revert to grey85.
10793
10794 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
10795
10796 * complete.el (partial-completion-mode) <defcustom>: Remove.
10797 (partial-completion-mode): Use define-minor-mode.
10798 (PC-do-completion): Understand `completion-auto-help = delay'
10799 to mean to popup the completion buffer only the second time.
10800 (PC-include-file-all-completions, PC-include-file-all-completions)
10801 (PC-include-file-all-completions): Don't quote lambda.
10802
10803 * comint.el (comint-mode-hook): Docstring fix.
10804 (comint-mode): Use define-derived-mode.
10805 (comint-mode-map): Remove obsolete comment.
10806 (make-comint): Minor stylistic change.
10807 (comint-insert-clicked-input): Be more careful to find the overlay.
10808 Use this-command-keys rather than hardcoding mouse-2.
10809
10810 * font-lock.el: Replace confusing (,@ with ,
10811 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
10812 Don't use regexp-opt-depth. Spice up the regexp for args.
10813 Don't distinguish between cmds that can take an opt arg or not.
10814 Use `append' and `prepend' rather than `keep'.
10815
10816 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
10817 (latex-outline-regexp): New var.
10818 (latex-outline-level): New fun.
10819 (latex-section-alist): New var.
10820 (latex-imenu-create-index): Use it. Use `push' as well.
10821 (tex-shell-map): Initialize it properly.
10822 (tex-mode): Minor stylistic change.
10823 (plain-tex-mode): Use define-derived-mode.
10824 (latex-mode): Use define-derived-mode.
10825 Construct the paragraph regexps in a more readable way.
10826 Set the buffer-local outline-{level,regexp} vars.
10827 (slitex-mode): Derive from latex-mode.
10828 (tex-common-initialization): Don't kill-all-vars anymore.
10829 Add setting for comment-add and font-lock-defaults.
10830 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
10831 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
10832 (tex-start-tex): New arg DIR (and send a chdir command for it).
10833 Also display the shell buffer and save it in tex-last-buffer-texed.
10834 (tex-region): Use expand-file-name rather than concat.
10835 Remove code made useless by changes in tex-start-tex.
10836 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
10837
10838 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
10839
108402000-09-28 Dave Love <fx@gnu.org>
10841
10842 * eshell/eshell.el (eshell) <defgroup>: Add :version.
10843
108442000-09-28 Gerd Moellmann <gerd@gnu.org>
10845
10846 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
10847 `append'.
10848
108492000-09-28 Stefan Monnier <monnier@cs.yale.edu>
10850
10851 * info.el (Info-extract-pointer): Undo last change.
10852 Instead, fix the position of the `bound' arg to re-search-backward.
10853
108542000-09-27 Stefan Monnier <monnier@cs.yale.edu>
10855
10856 * info.el (Info-extract-pointer):
10857 Widen more carefully, to avoid finding pointers in other nodes.
10858 (Info-index): Use push.
10859
108602000-09-27 Gerd Moellmann <gerd@gnu.org>
10861
10862 * frame.el (set-frame-font): Remove call to obsolete function
10863 frame-update-faces.
10864 (set-foreground-color, set-background-color): Likewise for
10865 frame-update-face-colors.
10866
108672000-09-27 Miles Bader <miles@gnu.org>
10868
10869 * image-file.el: New file.
10870
108712000-09-27 Gerd Moellmann <gerd@gnu.org>
10872
10873 * frame.el (frame-notice-user-settings): Don't call
10874 frame-update-faces, which is a no-op now.
10875
10876 * ediff-wind.el (ediff-control-frame-parameters): Add zero
10877 tool-bar-lines.
10878
108792000-09-27 Dave Love <fx@gnu.org>
10880
10881 * mouse.el: Fix last change.
10882
108832000-09-27 Miles Bader <miles@lsi.nec.co.jp>
10884
10885 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
10886
108872000-09-22 Kenichi Handa <handa@etl.go.jp>
10888
10889 * international/quail.el (quail-help): The output message is
10890 improved.
10891
108922000-09-26 Dave Love <fx@gnu.org>
10893
10894 * mouse.el (popup-menu): If POSITION is nil, set it using
10895 mouse-position.
10896
108972000-09-25 Sam Steingold <sds@gnu.org>
10898
10899 * net/browse-url.el (browse-url-file-url): Check for null maps.
10900
109012000-09-26 Gerd Moellmann <gerd@gnu.org>
10902
10903 * frame.el (frame-notice-user-settings): Don't add a
10904 tool-bar-lines frame parameter to default-frame-alist in batch mode.
10905
10906 * frame.el (frame-notice-user-settings):
10907 Make tool-bar-mode and default-frame-alist consistent.
10908
10909 * toolbar/tool-bar.el (tool-bar-help): New function.
10910
109112000-09-25 Gerd Moellmann <gerd@gnu.org>
10912
10913 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
10914 current-load-list in top-level forms. Else this leaks a cons cell
10915 every time a defun is called.
10916
10917 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
10918
109192000-09-25 Dave Love <fx@gnu.org>
10920
10921 * startup.el (fancy-splash-head): Check XPM is available.
10922
10923 * autoinsert.el (auto-insert): Doc fix.
10924 (auto-insert-alist): Following GNU notices, don't say `copyright
10925 _by_'. Use line-beginning-position.
10926 (auto-insert): Check buffer-file-name is non-nil before use.
10927
109282000-09-25 Gerd Moellmann <gerd@gnu.org>
10929
10930 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
10931 starting with `@def' or `@multitable', in addition to ones
10932 specified by the user in auto-fill-inhibit-regexp.
10933
109342000-09-25 Markus Rost <rost@math.ohio-state.edu>
10935
10936 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
10937 rmail-dont-reply-to-names matches the empty string.
10938
109392000-09-25 Gerd Moellmann <gerd@gnu.org>
10940
10941 * startup.el (command-line-1, fancy-splash-text): Change the
10942 text to sound more friendly.
10943
109442000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
10945
10946 * progmodes/hideshow.el: Update author email address.
10947 Generally, sync w/ maintainer version 5.22.
10948 (hs-hide-all-non-comment-function): New var.
10949 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
10950 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
10951 (hs-show-region): Delete this command.
10952 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
10953
109542000-09-22 Dave Love <fx@gnu.org>
10955
10956 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
10957 (hl-line-highlight): Specify buffer when moving overlay.
10958
10959 * progmodes/fortran.el (fortran-mode): Locally set
10960 normal-auto-fill-function.
10961 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
10962 (fortran-mode-map): Adjust auto-fill menu entry.
10963
109642000-09-22 Gerd Moellmann <gerd@gnu.org>
10965
10966 * vc-rcs.el (toplevel): Require `vc' when compiling.
10967
10968 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
10969
109702000-09-22 Andre Spiegel <spiegel@gnu.org>
10971
10972 * vc.el (vc-switch-backend): Signal an error if the file is not
10973 registered under the new backend.
10974
10975 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
10976 without explicit revision number.
10977
109782000-09-21 Stefan Monnier <monnier@cs.yale.edu>
10979
10980 * diff-mode.el (diff-file-header-face): Reset to its previous value.
10981 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
10982 (diff-xor): New function.
10983 (diff-find-source-location): Use it. Fix a stupid name clash.
10984 (diff-hunk-status-msg): New function.
10985 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
10986 (diff-test-hunk): Use diff-find-source-location.
10987 (diff-goto-source): Favor the `reverse'.
10988 (diff-hunk-text): Properly handle one-sided context diffs.
10989 (diff-apply-hunk): When done, advance to the next hunk.
10990
109912000-09-21 Gerd Moellmann <gerd@gnu.org>
10992
10993 * startup.el (command-line): If frame was created with a non-zero
10994 tool-bar-lines parameter, switch tool-bar-mode on.
10995
10996 * add-log.el (change-log-date-face, change-log-name-face)
10997 (change-log-email-face, change-log-file-face)
10998 (change-log-list-face, change-log-conditionals-face)
10999 (change-log-function-face, change-log-acknowledgement-face):
11000 New faces, inheriting from font-lock faces.
11001 (change-log-font-lock-keywords): Use them.
11002
110032000-09-21 Dave Love <fx@gnu.org>
11004
11005 * progmodes/cperl-mode.el (top-level): Clean up
11006 `eval-when-compile's and assorted defvars.
11007 (cperl-invalid-face): Don't double-quote value. Change custom
11008 type.
11009 (cperl-mode): Set normal-auto-fill-function and don't zap
11010 auto-fill-function.
11011 (cperl-imenu--function-name-regexp-perl): Renamed from
11012 imenu-example--function-name-regexp-perl.
11013 (cperl-imenu--create-perl-index): Renamed from
11014 imenu-example--create-perl-index.
11015 (cperl-xsub-scan): Don't require cl.
11016
11017 * msb.el (msb-mode-map): Use substitute-key-definition.
11018 (msb-mode): Use msb-mode-map.
11019
110202000-09-21 Andre Spiegel <spiegel@gnu.org>
11021
11022 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
11023 New functions.
11024 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
11025 (vc-switch-backend): New function.
11026 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
11027 (vc-register): Fix prompt.
11028 (vc-unregister, vc-default-unregister): New functions.
11029 (vc-version-diff): Handle empty buffer in sentinel.
11030
11031 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
11032 (vc-rcs-state-heuristic): Use it to guess the state of files with
11033 non-strict locking.
11034 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
11035 been set with -b, but not created yet.
11036 (vc-rcs-fetch-master-state): With non-strict locking, compare file
11037 contents in order to find the state.
11038 (vc-rcs-checkin): Allow creation of branches with no changes.
11039 (vc-rcs-unregister, vc-rcs-receive-file)
11040 (vc-rcs-set-non-strict-locking): New functions.
11041
11042 * vc-hooks.el (vc-name): Force correct computation of the value
11043 in case it is missing.
11044
110452000-09-21 Gerd Moellmann <gerd@gnu.org>
11046
11047 * startup.el (fancy-splash-tail): Use a different foreground
11048 color on a dark frame background.
11049
110502000-09-21 Miles Bader <miles@lsi.nec.co.jp>
11051
11052 * info.el: Use the correct capitalization when making Info-mode
11053 and Info-edit-mode `special' modes.
11054
110552000-09-20 Stefan Monnier <monnier@cs.yale.edu>
11056
11057 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
11058 (diff-mode): Add support for add-log.el.
11059 (diff-hunk-text): Use char offsets rather than line offsets.
11060 (diff-find-source-location): Replace LINE with line-offset (nil
11061 if not found) and always set POS to a meaningful position.
11062 Adapt to the new char-offsets.
11063 (diff-apply-hunk): Drop support for the unused `select' POPUP.
11064 Adapt to the new diff-find-source-location.
11065 (diff-goto-source): Adapt to the new diff-find-source-location.
11066
11067 * add-log.el (add-log-file-name): New function (split out of
11068 add-change-log-entry).
11069 (add-change-log-entry): Use it.
11070 Call add-log-file-name-function with the changelog file name if
11071 the current buffer is not associated with any file.
11072 Avoid find-file if the selected window is dedicated.
11073
11074 * diff-mode.el (diff-find-source-location):
11075 Move code from diff-apply-hunk. Return buffer rather than file.
11076 (diff-apply-hunk): Use the new result from diff-find-source-location.
11077 (diff-goto-source): Use the new diff-find-source-location.
11078
110792000-09-20 Dave Love <fx@gnu.org>
11080
11081 * iswitchb.el: Some doc fixes.
11082 (iswitchb-mode-map): Define completely initially. Inherit
11083 minibuffer-local-map.
11084 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
11085 fundamental-mode.
11086 (iswitchb-global-map): New variable.
11087 (iswitchb-summaries-to-end): Amalgamate regexps.
11088 (iswitchb-mode): New.
11089 (iswitchb-mode-hook): New variable.
11090 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
11091 `extensions'.
11092
110932000-09-20 Gerd Moellmann <gerd@gnu.org>
11094
11095 * ehelp.el (electric-help): New defgroup.
11096 (electric-help-shrink-window): New user-option.
11097 (with-electric-help): Use it.
11098
11099 * window.el (shrink-window-if-larger-than-buffer): If face
11100 `mode-line' has a :box, and we're on a graphical frame, add 1
11101 to the needed window height.
11102
11103 * frame.el (frame-notice-user-settings): Add a last parameter nil
11104 to a call to `append', because the last list passed to `append' is
11105 not copied, and so subsequent calls to assq-delete-all will modify
11106 default-frame-alist.
11107
11108 * startup.el (fancy-splash-image): Change :type.
11109 (fancy-splash-head): Use an XBM image if appropriate.
11110 (command-line-1): Show splash screens in more cases.
11111
11112 * startup.el (fancy-splash-text): Don't quote faces.
11113
11114 * dired.el (dired-font-lock-keywords): Undo last change.
11115 (dired-readin): Bind indent-tabs-mode to nil.
11116
11117 * startup.el (fancy-splash-head): If frame's background mode
11118 is `dark', change the black background of the image to gray.
11119 (fancy-splash-screens): Display startup echo area message.
11120 (display-startup-echo-area-message): New function.
11121
111222000-09-20 Miles Bader <miles@lsi.nec.co.jp>
11123
11124 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
11125
11126 * info.el (info-header-node): Tweak for color ttys.
11127
11128 * faces.el (face-valid-attribute-values): Make sure directories we
11129 search for stipples both exist and are readable before trying to
11130 search them.
11131
11132 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
11133 in the dry-run case.
11134
11135 * jka-compr.el (with-auto-compression-mode): New macro.
11136
11137 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
11138 (custom-group-tag-face, custom-variable-tag-face): Use relative
11139 :height and inherit from `variable-pitch' face instead of
11140 hardwiring :family.
11141 * hi-lock.el (hi-black-hb): Likewise.
11142
11143 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
11144 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
11145 toolbar-add-item, if image doesn't have a mask add a `:mask
11146 heuristic'.
11147
111482000-09-19 Stefan Monnier <monnier@cs.yale.edu>
11149
11150 * diff-mode.el: Docstring fixes.
11151 (diff-header-face, diff-comment-face): New faces.
11152 (diff-font-lock-keywords): Highlight a bit differently.
11153 (diff-find-source-location): Don't return SPAN any more.
11154 (diff-hunk-text): Don't bother erasing the temp buffer.
11155 (diff-find-text): Drop argument LINE.
11156 (diff-apply-hunk): Update calls to diff-find-text.
11157 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
11158
11159 * calendar/calendar.el: Docstring fixes.
11160 (calendar-make-alist): Don't quote lambda.
11161 (calendar-star-date): Use make-local-variable.
11162
111632000-09-19 Dave Love <fx@gnu.org>
11164
11165 * toolbar/tool-bar.el: Renamed from toolbar.el.
11166 Change `toolbar' to `tool-bar' generally in symbols.
11167 Make some items invisible in `special' major modes.
11168 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
11169 Add arg PROPS.
11170
11171 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
11172 Add :version here.
11173 (fancy-splash-delay, fancy-splash-image): Remove :version here.
11174
111752000-09-19 Gerd Moellmann <gerd@gnu.org>
11176
11177 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
11178
11179 * files.el (find-file-suppress-same-file-warnings): New user-option.
11180 (find-file-noselect): Use it.
11181
11182 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
11183 (fancy-splash-screen): Defgroup.
11184
11185 * add-log.el (change-log-font-lock-keywords): Match names
11186 more exactly for the case that font-lock-constant-face is
11187 underlined.
11188
111892000-09-19 Richard M. Stallman <rms@gnu.org>
11190
11191 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
11192
111932000-09-19 Andre Spiegel <spiegel@gnu.org>
11194
11195 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
11196
111972000-09-19 Gerd Moellmann <gerd@gnu.org>
11198
11199 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
11200 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
11201 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
11202 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
11203 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
11204 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
11205 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
11206 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
11207 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
11208 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
11209 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
11210 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
11211
11212 * startup.el (fancy-splash-text): New variable.
11213 (fancy-splash-delay, fancy-splash-image): New user-options.
11214 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
11215 (fancy-splash-screens): New functions.
11216 (command-line-1): If display has a `display' frame parameter, has
11217 colors, and we have XPM support, show more fancy splash screens.
11218
112192000-09-19 Dave Love <fx@gnu.org>
11220
11221 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
11222 with null `help'. Use modern backquote syntax.
11223
112242000-09-19 Gerd Moellmann <gerd@gnu.org>
11225
11226 * font-lock.el (font-lock-mode): Change message telling the user
11227 that ``the buffer is too big''.
11228
11229 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
11230 for instance for the case that tab-width is 2.
11231
112322000-09-18 Gerd Moellmann <gerd@gnu.org>
11233
11234 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
11235 toolbar-add-item, if image doesn't have a mask add a `:mask
11236 heuristic'.
11237
112382000-09-18 Miles Bader <miles@lsi.nec.co.jp>
11239
11240 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
11241 and return a cons if it's non-nil.
11242 (diff-apply-hunk): Try to jump to the line in the source text
11243 corresponding to the position of point in the in the hunk.
11244
11245 * info.el (Info-title-3-face, Info-title-2-face)
11246 (Info-title-1-face): Use face inheritance and relative sizes
11247 instead of hard-wiring things.
11248
11249 * faces.el (secondary-selection): Make dark-background variant sane.
11250
112512000-09-16 Andrew Innes <andrewi@gnu.org>
11252
11253 * makefile.w32-in (compile-files-CMD): No need to make .elc files
11254 read-only, since they aren't under VC now.
11255
112562000-09-17 Dave Love <fx@gnu.org>
11257
11258 * tmm.el: Replace mapcar with mapc in several places.
11259
11260 * loadhist.el (unload-feature): Maybe call elp-restore-list and
11261 ad-unadvise.
11262
11263 * international/latin1-disp.el: New file.
11264
11265 * calendar/cal-move.el (scroll-calendar-left)
11266 (scroll-calendar-right): Make arg optional (for active mode line).
11267
11268 * calendar/calendar.el (calendar-mode-line-format): Make fields
11269 mouse-sensitive.
11270 (calendar-read-date, calendar-read-date, calendar-window-list):
11271 Unquote lambda.
11272 (calendar-month-name): Use aref, not sref.
11273
11274 * view.el (minor-mode-alist): Propertize the string.
11275
11276 * international/characters.el (standard-case-table): Add entries
11277 for Greek.
11278
112792000-09-18 Miles Bader <miles@gnu.org>
11280
11281 * info.el (info-node, info-xref): Add dark-background variants.
11282
11283 * faces.el (header-line): Change defaults to be less confusing
11284 when mixed with mode-lines.
11285
11286 * info.el (Info-fontify-node): Make a few cleanups.
11287 Add extra `help-echo' and `local-map' props to node xrefs.
11288 Use header-specific faces for node-names & xrefs.
11289 (Info-use-header-line): New variable.
11290 (info-header-xref, info-header-node): New faces.
11291 (Info-setup-header-line): New function.
11292 (Info-select-node): Call Info-setup-header-line when enabled.
11293 (Info-extract-pointer): Work even if the header line is hidden.
11294 (Info-header-line): New variable.
11295
112962000-09-16 Stefan Monnier <monnier@cs.yale.edu>
11297
11298 * vms-patch.el (print-region-function): Don't quote lambda.
11299
11300 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
11301
11302 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
11303 (lm-get-header-re): Allow spaces between the header and the colon.
11304 (lm-header): Allow $ in non-RCS headers.
11305 (lm-header-multiline): Put the strings back into order.
11306 Stop at an empty line. Don't require two space chars if the
11307 line is clearly not another header line.
11308
11309 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
11310 (popup-menu-popup): Remove.
11311
113122000-09-15 Gerd Moellmann <gerd@gnu.org>
11313
11314 * toolbar/toolbar.el (toolbar-add-item): Use the same image
11315 specification if or if not tool-bar item contains an `:enabled'
11316 property.
11317
11318 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
11319 current buffer has no file name.
11320
113212000-09-15 Dave Love <fx@gnu.org>
11322
11323 * strokes.el: Sync with maintainer's current version with changes
11324 for Emacs, but avoid runtime cl and levents.
11325 (toplevel): Change autoloads and compilation requires.
11326 (strokes-version, strokes-bug-address, strokes-lift): Values
11327 changed.
11328 (strokes-xpm-header, strokes-insinuated): New variable.
11329 (strokes): Add :link.
11330 (strokes-mode): Customized.
11331 (strokes-while-inhibiting-garbage-collector): New macro.
11332 (strokes-remassoc): Avoid remove-if.
11333 (strokes-fix-button2-command): Don't use ad-do-it.
11334 (strokes-insinuate): New function.
11335 (strokes-button-press-event-p, strokes-button-release-event-p):
11336 New functions, used instead of non-`strokes-' versions..
11337 (strokes-mouse-event-p): Rewritten.
11338 (strokes-event-closest-point): Avoid event-point.
11339 (strokes-get-grid-position): Avoid cdadr, caadr
11340 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
11341 functions.
11342 (strokes-help): Use with-output-to-temp-buffer.
11343 (strokes-window-configuration-changed-p): New function.
11344 (strokes-update-window-configuration): Use buffer-live-p,
11345 strokes-window-configuration-changed-p.
11346 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
11347 (strokes-char-face): New face.
11348 (strokes-char-table, strokes-base64-chars): New variable.
11349 (strokes-xpm-for-stroke, strokes-list-strokes)
11350 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
11351 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
11352 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
11353 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
11354 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
11355 functions.
11356
113572000-09-15 Gerd Moellmann <gerd@gnu.org>
11358
11359 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
11360
11361 * image.el (create-image): Doc fix.
11362
11363 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
11364 instead of `:heuristic-mask t'.
11365
113662000-09-14 Andrew Innes <andrewi@gnu.org>
11367
11368 * makefile.w32-in: Revert to Unix line endings.
11369
113702000-09-14 Andrew Innes <andrewi@gnu.org>
11371
11372 * makefile.w32-in: Add bootstrap support. Also copy lisp source
11373 when installing.
11374
11375 * makefile.nt (DONTCOMPILE): Fix typo.
11376
11377 * shell.el (shell-write-history-on-exit): New function.
11378 (shell-dumb-shell-regexp): New custom variable.
11379 (shell-mode): Make shell-write-history-on-exit the process
11380 sentinel if shell name matches shell-dumb-shell-regexp.
11381
11382 * w32-fns.el: Comment out before-init-hook function which resets
11383 source-directory based; this breaks bootstrap.
11384
113852000-09-14 Dave Love <fx@gnu.org>
11386
11387 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
11388 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
11389 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
11390 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
11391 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
11392 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
11393 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
11394 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
11395 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
11396
11397 * toolbar/toolbar.el: New.
11398
11399 * subdirs.el: Add toolbar.
11400
114012000-09-14 Gerd Moellmann <gerd@gnu.org>
11402
11403 * indent.el (indent-for-tab-command): Doc fix.
11404
114052000-09-14 Alex Schroeder <alex@gnu.org>
11406
11407 * ansi-color.el (ansi-colors): Doc change.
11408 (ansi-color-get-face): Simplified regexp.
11409 (ansi-color-faces-vector): Added more faces, doc change.
11410 (ansi-color-names-vector): Doc change.
11411 (ansi-color-regexp): Simplified regexp.
11412 (ansi-color-parameter-regexp): New regexp.
11413 (ansi-color-filter-apply): Doc change.
11414 (ansi-color-filter-region): Doc change.
11415 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
11416 deal with zero length parameters.
11417 (ansi-color-apply-on-region): Doc change.
11418 (ansi-color-map): Doc change.
11419 (ansi-color-map-update): Removed debugging message.
11420 (ansi-color-get-face-1): Added condition-case to trap
11421 args-out-of-range errors.
11422 (ansi-color-get-face): Doc change.
11423 (ansi-color-make-face): Removed.
11424 (ansi-color-for-shell-mode): New option.
11425
114262000-09-13 Kenichi Handa <handa@etl.go.jp>
11427
11428 * international/quail.el (quail-start-translation): Translate KEY
11429 if necessary even if it doesn't have any mapping in the current
11430 input method.
11431 (quail-start-conversion): Likewise.
11432 (quail-help): The output message is improved.
11433
114342000-09-13 Miles Bader <miles@gnu.org>
11435
11436 * comint.el (comint-output-filter): Revert to using
11437 `insert-before-markers'. Add bletcherous hack to undo damage
11438 caused by `insert-before-markers'. Put `front-sticky' property on
11439 overlays created here so that the field code understands how the
11440 overlay works. Use a let when making comint-last-prompt-overlay,
11441 so that the code is easier to read.
11442
114432000-09-13 Dave Love <fx@gnu.org>
11444
11445 * wid-edit.el (widget-default-format-handler): DTRT when
11446 doc-property is a function.
11447
114482000-09-12 Francesco Potorti` <pot@gnu.org>
11449
11450 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
11451 filed name if it's not there.
11452
114532000-09-12 Dave Love <fx@gnu.org>
11454
11455 * simple.el (read-mail-command): Doc fix.
11456 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
11457
11458 * vc.el (vc-dired-listing-switches): Fix :version.
11459
11460 * vc-hooks.el: Doc fixes.
11461
11462 * subr.el (add-minor-mode): Use toggle-fun arg.
11463
11464 * speedbar.el: Add :version to several defcustoms.
11465
11466 * imenu.el (imenu--truncate-items, imenu--cleanup)
11467 (imenu--generic-function): Avoid mapcar.
11468 (imenu--replace-spaces): Function removed.
11469 (imenu--completion-buffer): Use subst-char-in-string.
11470 (imenu-add-to-menubar): Use keymap inheritance.
11471
114722000-09-12 Miles Bader <miles@gnu.org>
11473
11474 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
11475 (diff-mode-map): Bind `diff-test-hunk'.
11476 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
11477
114782000-09-11 Gerd Moellmann <gerd@gnu.org>
11479
11480 * bytecomp.el (byte-compile-defvar): Undo last change
11481 because it breaks '(make-variable-buffer-local (defvar ...)'
11482 which is used at least in dired.
11483
114842000-09-12 Kenichi Handa <handa@etl.go.jp>
11485
11486 * international/quail.el (quail-define-package): Docstring
11487 modified.
11488
114892000-09-12 Kenichi Handa <handa@etl.go.jp>
11490
11491 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
11492 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
11493 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
11494 docstring of "chinese-py".
11495
11496 * international/quail.el (quail-translation-docstring): New
11497 variable.
11498 (quail-show-keyboard-layout): Docstring modified.
11499 (quail-select-current): Likewise.
11500 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
11501 infinite recursive call.
11502 (quail-help): Check quail-translation-docstring. Format of the
11503 output changed.
11504 (quail-help-insert-keymap-description): Adjusted for the above
11505 change.
11506
115072000-09-11 Gerd Moellmann <gerd@gnu.org>
11508
11509 * bytecomp.el (byte-compile-defvar): Only cons onto
11510 current-load-list in top-level forms. Else this leaks a cons cell
11511 every time a defun is called.
11512
115132000-09-11 Miles Bader <miles@lsi.nec.co.jp>
11514
11515 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
11516 Now understands non-unified diffs. Some functionality moved into
11517 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
11518 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
11519 modify anything. Only reposition point in the patched file if the
11520 patch succeeds. Only pop up another window if POPUP is true.
11521 Emit a message describing what happened if successful, and at what
11522 line-offset. Automatically detect reversed hunks and do something
11523 appropriate.
11524 (diff-hunk-text, diff-find-text): New functions.
11525 (diff-filter-lines): Function removed.
11526 (diff-test-hunk): New function.
11527 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
11528
115292000-09-10 Dave Love <fx@gnu.org>
11530
11531 * textmodes/tildify.el: Minor doc/commentary fixes.
11532 (tildify) <defgroup>: Add :version.
11533
11534 * faces.el (face-x-resources): Make custom type more specific.
11535 (frame-background-mode): Use mapc.
11536 (region) <defcustom>: Add :version.
11537
115382000-09-08 Stefan Monnier <monnier@cs.yale.edu>
11539
11540 * vc-sccs.el (vc-sccs-register):
11541 * vc-rcs.el (vc-rcs-register):
11542 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
11543 * vc.el (vc-register): Clear file's properties.
11544
115452000-09-08 Gerd Moellmann <gerd@gnu.org>
11546
11547 * faces.el (face-spec-set): Only face-spec-reset-face when
11548 ATTRS is non-nil.
11549
115502000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
11551
11552 * help.el (help-insert-xref-button): Fix a typo in doc string.
11553
115542000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
11555
11556 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
11557 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
11558 methods.
11559
11560 * menu-bar.el (read-mail-item-name): New function.
11561 (menu-bar-tools-menu): Use it to compute and display the package
11562 used to read email.
11563 (menu-bar-tools-menu): Fix typo in GUD's help string.
11564
115652000-09-07 Dave Love <fx@gnu.org>
11566
11567 * diff-mode.el (diff-mouse-goto-source): New function.
11568
11569 * vc-sccs.el: Doc fixes.
11570 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
11571
11572 * vc-rcs.el: Doc fixes.
11573 (vc-rcs-register-switches, vc-rcs-checkin-switches)
11574 (vc-rcs-checkout-switches, vc-rcs-header)
11575 (vc-rcs-master-templates): Add or change :version.
11576
11577 * vc-cvs.el: Doc fixes.
11578 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
11579 (vc-cvs-stay-local): Add :version.
11580
11581 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
11582
115832000-09-07 Kenichi Handa <handa@etl.go.jp>
11584
11585 * international/quail.el (quail-help): Fix previous change.
11586
115872000-09-07 Gerd Moellmann <gerd@gnu.org>
11588
11589 * faces.el (color-values): Doc fix.
11590
11591 * faces.el (frame-set-background-mode): Use frame-parameter
11592 instead of frame-parameters.
11593
11594 * frame.el (filtered-frame-list): Reduce consing.
11595 (frames-on-display-list): Call frame-parameter instead of
11596 frame-parameters.
11597
115982000-09-07 Kenichi Handa <handa@etl.go.jp>
11599
11600 * language/devan-util.el (devanagari-to-indian-region): In the
11601 loop, change the following char, not preceding char.
11602
116032000-09-07 Gerd Moellmann <gerd@gnu.org>
11604
11605 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
11606 instead of frame-parameters.
11607
11608 * faces.el (set-face-attribute): Simplify by calling
11609 internal-set-lisp-face-attribute with FRAME being 0.
11610
11611 * vc.el: Remove `Id' version control keyword.
11612
116132000-09-07 Kenichi Handa <handa@etl.go.jp>
11614
11615 * help.el (help-make-xrefs): Adjusted for the change of
11616 help-xref-mule-regexp.
11617 (help-insert-xref-button): New function.
11618
11619 * international/mule-cmds.el (help-xref-mule-regexp-template):
11620 Include the pattern for character set.
11621 (leim): New group.
11622
11623 * international/quail.el: Don't require face.
11624 (quail): New group.
11625 (quail-other-command): Dummy command to make quail-help work better.
11626 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
11627 (quail-keyboard-layout-substitution): New variable.
11628 (quail-update-keyboard-layout): New function.
11629 (quail-keyboard-layout-type): New customizable variable.
11630 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
11631 (quail-keyboard-translate): Pay attention to
11632 quail-keyboard-layout-substitution.
11633 (quail-insert-kbd-layout): New function.
11634 (quail-show-keyboard-layout): New function.
11635 (quail-get-translation): If the definition is a vector of length
11636 1, and the element is a string of length 1, return the character
11637 in that string.
11638 (quail-update-current-translations): Fix the case of
11639 relative-index out of range.
11640 (quail-build-decode-map, quail-insert-decode-map): New Functions.
11641 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
11642 Show key sequences for all available characters.
11643 (quail-help-insert-keymap-description): Don't show such verbose
11644 key bindings as quail-self-insert-command.
11645
11646 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
11647 Format changed, and each element now have extra documentations.
11648 (tit-process-header): Delete invalid characters from TIT-PROMPT.
11649 Adjusted for the change of quail-cxterm-package-ext-info.
11650
116512000-09-06 Gerd Moellmann <gerd@gnu.org>
11652
11653 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
11654 requiring it leads to a recursive loading of vc.el and vc-hooks.el
11655 during bootstrap.
11656
116572000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11658
11659 * vc.el: (toplevel): Don't require `dired' at run-time.
11660 (vc-dired-resynch-file): Remove autoload cookie.
11661
116622000-09-05 Andre Spiegel <spiegel@gnu.org>
11663
11664 * vc.el: Made several backend functions optional.
11665 (vc-default-responsible-p): New function.
11666 (vc-merge): Use RET for first version to trigger merge-news, not
11667 prefix arg.
11668 (vc-annotate): Handle backends that do not support annotation.
11669 (vc-default-merge-news): Removed. The existence of a merge-news
11670 implementation is now checked on caller sites.
11671
11672 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
11673 case.
11674
11675 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
11676 special case that has been removed from the default in vc-hooks.el.
11677
116782000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11679
11680 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
11681
116822000-09-05 Andre Spiegel <spiegel@gnu.org>
11683
11684 * vc-hooks.el: Require vc during compilation.
11685 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
11686 macro `with-vc-properties' in vc.el.
11687 (vc-file-getprop): Doc fix.
11688 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
11689
11690 * vc.el: Require dired-aux during compilation.
11691 (vc-name-assoc-file): Moved to vc-sccs.el.
11692 (with-vc-properties): New macro.
11693 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
11694 vc-finish-steal): Use it.
11695 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
11696 to the backend-specific function is now supposed to do the checkout,
11697 too.
11698 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
11699
11700 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
11701 set file properties; that gets done in the generic code now.
11702
11703 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
11704 Changed parameter list, added code from vc.el that does the
11705 checkout, possibly with a double-take.
11706
11707 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
11708 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
11709 the above under the new name.
11710 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
11711 parameter list, added checkout command.
11712 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
11713 properties; that gets done in the generic code now.
11714
117152000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11716
11717 * vc.el: Docstring fixes (courtesy of checkdoc).
11718
117192000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11720
11721 * vc.el (vc-checkout-writable-buffer-hook)
11722 (vc-checkout-writable-buffer): Remove.
11723 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
11724 (vc-log-mode): Make it into a clean derived major mode.
11725 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
11726 vc-log-mode if log-edit is not available.
11727 (vc-dired-mode-map): Don't set-keymap-parent yet.
11728 (vc-dired-mode): Do set-keymap-parent here.
11729 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
11730
117312000-09-05 Gerd Moellmann <gerd@gnu.org>
11732
11733 * faces.el (set-face-attribute, face-spec-reset-face)
11734 (face-spec-set): Avoid consing by removing calls to `apply'.
11735
11736 * frame.el (frame-parameter): Move to C code.
11737
117382000-09-05 Dave Love <fx@gnu.org>
11739
11740 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
11741 insert-before-markers-and-inherit. Now checked systematically!
11742
117432000-09-05 Alex Schroeder <alex@gnu.org>
11744
11745 * sql.el (sql-postgres): Use sql-postgres-options.
11746 (sql-postgres-options): New variable.
11747
117482000-09-05 Alex Schroeder <alex@gnu.org>
11749
11750 * sql.el (sql-mode-menu): Work around missing variable mark-active
11751 in XEmacs.
11752 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
11753 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
11754 compatibility.
11755
117562000-09-04 Gerd Moellmann <gerd@gnu.org>
11757
11758 * vc.el (vc-dired-resynch-file): Add autoload cookie.
11759
11760 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
11761
11762 * Makefile.in (DONTCOMPILE): Fix typo in file name.
11763
117642000-09-04 Andre Spiegel <spiegel@gnu.org>
11765
11766 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
11767 don't support anything else under SCCS yet.
11768
11769 * vc-hooks.el: Minor doc fixes.
11770
117712000-09-04 Andre Spiegel <spiegel@gnu.org>
11772
11773 * vc.el (vc-next-action-on-file): Do not visit the file if it's
11774 not necessary. If verbose in state `needs-patch', do the same as
11775 under `up-to-date'. When NOT verbose and `needs-patch', check out
11776 latest version instead of `merge-news'.
11777 (vc-next-action-dired): Don't mess with default-directory here; it
11778 breaks other parts of dired. It is the job of the
11779 backend-specific functions to adjust it temporarily if they need it.
11780 (vc-next-action): Remove a special CVS case.
11781 (vc-clear-headers): New optional arg FILE.
11782 (vc-checkin, vc-checkout): Set properties vc-state and
11783 vc-checkout-time properly.
11784 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
11785 (vc-print-log): Use new backend function `show-log-entry'.
11786 (vc-cancel-version): Do the checks in a different order. Added a
11787 FIXME concerning RCS-only code.
11788
11789 * vc-rcs.el (vc-rcs-show-log-entry): New function.
11790 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
11791
11792 * vc-cvs.el (vc-cvs-show-log-entry): New function.
11793
11794 * vc-hooks.el (vc-default-mode-line-string): Show state
11795 `needs-patch' as a `-' too.
11796
117972000-09-04 Andre Spiegel <spiegel@gnu.org>
11798
11799 * vc.el (vc-responsible-backend): New optional arg REGISTER.
11800 (vc-default-could-register): New function.
11801 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
11802 (vc-resynch-buffer): Call vc-dired-resynch-file.
11803 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
11804 vc-resynch-buffer instead of vc-resynch-window.
11805 (vc-next-action-dired): Don't redisplay here, that gets done as a
11806 result of the individual file operations.
11807 (vc-retrieve-snapshot): Corrected prompt order.
11808
11809 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
11810
11811 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
11812 as well.
11813 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
11814 hostname regexps. Updated all callers.
11815 (vc-cvs-responsible-p): Handle directories as well.
11816 (vc-cvs-could-register): New function.
11817 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
11818 properties up-to-date.
11819
11820 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
11821 user whether to create one.
11822
118232000-09-04 Andre Spiegel <spiegel@gnu.org>
11824
11825 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
11826 check out a non-existing file.
11827
11828 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
11829 workfile does not exist.
11830
11831 * vc.el (vc-version-diff): Use `require' to check for existence of
11832 diff-mode.
11833
118342000-09-04 Andre Spiegel <spiegel@gnu.org>
11835
11836 * vc-cvs.el (vc-cvs-registered): Use new function
11837 vc-cvs-parse-entry to do the actual work.
11838
118392000-09-04 Andre Spiegel <spiegel@gnu.org>
11840
11841 * vc-hooks.el (vc-find-backend-function): If function doesn't
11842 exist, return nil instead of error.
11843 (vc-call-backend): Doc fix.
11844
11845 * vc.el (vc-do-command): Doc fix.
11846 (vc-finish-logentry): When checking in from vc-dired, choose the
11847 right backend for logentry check.
11848 (vc-dired-mode-map): Inherit from dired-mode-map.
11849 (vc-dired-mode): Local value of dired-move-to-filename-regexp
11850 simplified.
11851 (vc-dired-state-info): Removed, updated caller.
11852 (vc-default-dired-state-info): Use parentheses instead of hyphens.
11853 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
11854 (vc-dired-listing-switches): New variable.
11855 (vc-directory): Use it, instead of dired-listing-switches.
11856
11857 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
11858 (vc-cvs-dir-state): New function.
11859 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
11860 (vc-cvs-parse-entry): New function, also to be used in
11861 vc-cvs-registered.
11862
118632000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11864
11865 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
11866 *or* single-window-frames.
11867
118682000-09-04 Andre Spiegel <spiegel@gnu.org>
11869
11870 * vc.el (vc-update-changelog): Split into generic part and default
11871 implementation. Doc string adapted.
11872 (vc-default-update-changelog): New function. Call the `rcs2log'
11873 script in exec-directory, to fix a long-standing nuisance.
11874
11875 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
11876 simply signals an error.
11877
118782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11879
11880 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
11881 control-flow more clear and to avoid running `cvs' twice.
11882
11883 * vc.el (vc-next-action-on-file): Doc fix.
11884 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
11885 (vc-print-log): Eval `file' before constructing the continuation.
11886
118872000-09-04 Andre Spiegel <spiegel@gnu.org>
11888
11889 * vc.el (vc-next-action-on-file): Corrected several messages.
11890 (vc-merge): Add prefix arg `merge-news'; handle it.
11891
11892 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
11893 is not reached. It is.
11894 (vc-cvs-merge): Set state to 'edited after merge.
11895 (vc-cvs-merge-news): Set workfile version to nil if not known.
11896 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
11897
11898 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
11899 via stdout. (Merge from main line.)
11900
119012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11902
11903 * vc.el (vc-finish-logentry): Thinko in the "same comment"
11904 detection.
11905
119062000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11907
11908 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
11909 against kill-all-local-variables.
11910 (vc-log-edit): Don't save vc-parent-buffer any more.
11911 (vc-last-comment-match): Initialize to an empty string.
11912 (vc-post-command-functions): New hook.
11913 (vc-do-command): Run it.
11914 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
11915 (vc-finish-logentry): Only add the comment to the ring if it's
11916 different from the last comment entered.
11917 (vc-new-comment-index): New function.
11918 (vc-previous-comment): Use it. Make the minibuffer message
11919 slightly less terse.
11920 (vc-comment-search-reverse): Make it work forward as well. Don't
11921 set vc-comment-ring-index if no match is found. Use
11922 vc-new-comment-index.
11923 (vc-comment-search-forward): Use vc-comment-search-reverse.
11924 (vc-dired-mode-map): Don't inherit from dired-mode-map since
11925 define-derived-mode will do it for us. Bind `v' to a keymap that
11926 inherits from vc-prefix-map so that we can bind `vt' without
11927 binding C-x v t.
11928 (vc-retrieve-snapshot): Parenthesis typo.
11929
11930 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
11931 to 1. Make sure to switch to *vc* before looking for an error
11932 message. Use vc-parse-buffer.
11933
119342000-09-04 Andre Spiegel <spiegel@gnu.org>
11935
11936 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
11937 and NAME.
11938 (vc-retrieve-snapshot): Split into two parts.
11939 (vc-default-retrieve-snapshot): New function.
11940
11941 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
11942 (vc-cvs-retrieve-snapshot): New function (untested).
11943 (vc-cvs-stay-local): Default to t.
11944 (vc-cvs-remote-p): New function and property.
11945 (vc-cvs-state): Stay local only if the above is t.
11946 (vc-handle-cvs): Removed.
11947 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
11948 done via vc-handled-backends now.
11949 (vc-cvs-header): Escape Id.
11950
119512000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11952
11953 * vc.el (vc-do-command): Remove unused commands.
11954 (vc-version-diff): Make sure default-directory ends with a slash.
11955 Move the window commands into a vc-exec-after.
11956 (vc-print-log): Move more of the code into the `vc-exec-after'.
11957
119582000-09-04 Andre Spiegel <spiegel@gnu.org>
11959
11960 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
11961 (vc-print-log): Search current revision from beginning of buffer.
11962 (vc-revert-buffer): Clear echo area after the diff is finished.
11963 (vc-prefix-map): Removed definition of "t" for terse display in vc
11964 dired.
11965 (vc-dired-mode-map): Inherit from dired-mode-map. Added
11966 definition of "vt" for terse display.
11967 (vc-dired-mode): Fix dired-move-to-filename-regexp.
11968
119692000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11970
11971 * vc.el (vc-exec-after): Avoid caddr.
11972
119732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11974
11975 * vc.el (vc-exec-after): New function.
11976 (vc-do-command): Use it to add a termination message for async
11977 procs.
11978 (vc-checkout): Try to handle a missing-backend situation.
11979 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
11980 of a directory with a backend using async diffs.
11981 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
11982 present.
11983
11984 * vc-sccs.el (vc-sccs-state-heuristic): Use
11985 file-ownership-preserved-p.
11986
11987 * vc-rcs.el (vc-rcs-state-heuristic): Use
11988 file-ownership-preserved-p.
11989 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
11990
119912000-09-04 Andre Spiegel <spiegel@gnu.org>
11992
11993 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
11994 vc-do-command.
11995
11996 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
11997 when there are no changes.
11998
119992000-09-04 Andre Spiegel <spiegel@gnu.org>
12000
12001 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
12002
12003 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
12004
120052000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12006
12007 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
12008
12009 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
12010 the `fset' outside of the defvar so that it works even if
12011 vc-prefix-map was already defined.
12012 (vc-setup-buffer): New function, split out of vc-do-command.
12013 (vc-do-command): Allow BUFFER to be t to mean `just use the
12014 current buffer without any fuss'.
12015 (vc-version-diff): Change the `diff' backend operation to just put
12016 the diff in the current buffer without erasing it. Always use
12017 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
12018 shrink-window-if-larger-than-buffer.
12019 (vc-print-log): Change the `print-log' backend operation to just
12020 put the log in the current buffer without erasing it. Protect
12021 shrink-window-if-larger-than-buffer.
12022 (vc-update-change-log): Fix setd typo.
12023
12024 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
12025 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
12026
12027 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
12028 (vc-rcs-diff): Insert in the current buffer and remove unused arg
12029 CMP.
12030
12031 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
12032 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
12033 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
12034
120352000-09-04 Andre Spiegel <spiegel@gnu.org>
12036
12037 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
12038 not possible, use vc-BACKEND-workfile-unchanged-p.
12039 (vc-default-workfile-unchanged-p): New function. Delegates to a
12040 full vc-BACKEND-diff.
12041
12042 * vc-hooks.el (vc-simple-command): Removed.
12043
12044 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
12045 instead of vc-simple-command.
12046 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
12047 avoid doing a diff when opening a file.
12048 (vc-rcs-state): Added check for unlocked-changes.
12049 (vc-rcs-header): Escape Id.
12050 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
12051 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
12052 version.
12053
12054 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
12055 (vc-sccs-diff): Remove optional arg CMP.
12056 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
12057 SCCS-specific function.
12058
12059 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
12060 vc-simple-command.
12061
120622000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12063
12064 * vc.el (vc-editable-p): Renamed from vc-writable-p.
12065 (with-vc-file, vc-merge): Use vc-editable-p.
12066 (vc-do-command): Remove unused var vc-file and fix the
12067 doubly-defined `status' var. Add a user message when starting an
12068 async command.
12069 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
12070 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
12071 Use with-current-buffer.
12072 (vc-buffer-sync): Use unless.
12073 (vc-next-action-on-file): If the file is 'edited by read-only,
12074 make it read-write instead of trying to commit.
12075 (vc-version-diff, vc-update-change-log): Use `setq
12076 default-directory' rather than `cd'.
12077 (vc-log-edit): Don't forget to set default-directory in the
12078 buffer.
12079
12080 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
12081 (vc-sccs-state-heuristic): Use file-writable-p instead of
12082 comparing userids.
12083 (vc-sccs-checkout): Use `unless'.
12084
12085 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
12086 of comparing userids.
12087 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
12088 Simplify the logic by eliminating unreachable code.
12089 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
12090 just do a recursive call if we need to retry.
12091 (vc-rcs-checkout): Handle the case where rcs is missing by making
12092 the buffer read-write if requested and re-signalling the error.
12093
12094 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
12095
120962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12097
12098 * vc-hooks.el (vc-handled-backends): Docstring change.
12099 (vc-ignore-vc-files): Mark obsolete.
12100 (vc-registered): Check vc-ignore-vc-files.
12101 (vc-find-file-hook, vc-file-not-found-hook): Don't check
12102 vc-ignore-vc-files.
12103
12104 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
12105
121062000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12107
12108 * vc.el (vc-checkout): Don't do anything special for ange-ftp
12109 files since ange-ftp already has vc-registered return nil.
12110
12111 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
12112 (vc-sccs-workfile-version): Use with-temp-buffer and new
12113 vc-parse-buffer and don't bother setting the property.
12114 (vc-sccs-add-triple): Use with-current-buffer and
12115 find-file-noselect.
12116 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
12117
12118 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
12119 derives from the old vc-parse-buffer but uses the revision number
12120 rather than the date (much easier to compare robustly).
12121 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
12122 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
12123 locking-user more directly. Check strict locking and set
12124 checkout-model appropriately.
12125 (vc-rcs-parse-locks): Remove.
12126 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
12127 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
12128 (vc-rcs-system-release): Use with-current-buffer and
12129 vc-parse-buffer.
12130 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
12131
12132 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
12133 (vc-simple-command): Docstring fix.
12134 (vc-registered): Align the way the file-handler is called with the
12135 way the function itself works.
12136 (vc-file-owner): Remove.
12137
12138 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
12139 extraction of fields and call to file-attributes because of a
12140 temporary bug in rcp.el.
12141 (vc-cvs-fetch-status): Use with-current-buffer.
12142
121432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12144
12145 * vc.el (vc-do-command): Use file-relative-name.
12146 (vc-responsible-backend): Use vc-backend if possible.
12147 (vc-create-snapshot): Improve the `interactive' spec. Add support
12148 for branches and dispatch to backend-specific `create-snapshot'.
12149 (vc-default-create-snapshot): New function, containing the bulk of
12150 the old vc-create-snapshot.
12151 (vc-retrieve-snapshot): Improve the interactive spec.
12152
12153 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
12154 (vc-backend-hook-functions): Remove.
12155 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
12156 (vc-backend): Reintroduce the test for `file = nil' now that I
12157 know why it was there (and added a comment to better remember).
12158
12159 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
12160 code from vc-sccs-hooks.el.
12161 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
12162 'vc anymore.
12163 (vc-sccs-responsible-p): Use expand-file-name instead of concat
12164 and file-directory-p instead of file-exists-p.
12165 (vc-sccs-check-headers): Simplify the regexp.
12166
12167 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
12168 from vc-rcs-hooks.el. Don't require 'vc anymore.
12169 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
12170 file-directory-p instead of file-exists-p.
12171
12172 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
12173 from vc-cvs-hooks.el.
12174 (proto vc-cvs-registered): Require 'vc-cvs instead of
12175 'vc-cvs-hooks. Don't require 'vc anymore.
12176 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
12177 file-directory-p instead of file-exists-p.
12178 (vc-cvs-create-snapshot): New function, replacing
12179 vc-cvs-assign-name.
12180 (vc-cvs-assign-name): Remove.
12181
121822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12183
12184 * vc-cvs.el (vc-cvs-header): New var.
12185
12186 * vc-rcs.el (vc-rcs-exists): Remove.
12187 (vc-rcs-header): New var.
12188
12189 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
12190 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
12191 (vc-sccs-header): New var.
12192
12193 * vc.el (vc-do-command): Get rid of the `last' argument.
12194 (vc-header-alist): Remove, replaced by vc-X-header.
12195 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
12196 (vc-dired-hook): Use expand-file-name instead of concat.
12197 (vc-directory): Use file-name-as-directory.
12198 (vc-snapshot-precondition, vc-create-snapshot)
12199 (vc-retrieve-snapshot): Allow the command to operate on any
12200 directory.
12201
12202 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
12203 just removing the 'WORKFILE argument or by removing the 'MASTER
12204 argument and replacing `file' with (vc-name file).
12205
122062000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12207
12208 * vc.el: Update Copyright and add a crude list of backend funs.
12209 (vc-writable-p): New function.
12210 (with-vc-file): Use vc-writable-p.
12211 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
12212 (vc-register): Avoid vc-name.
12213 (vc-locking-user): Remove.
12214 (vc-steal-lock): Make the `owner' arg non-optional.
12215 (vc-merge): Use vc-writable-p instead of vc-locking-user and
12216 vc-checkout-model.
12217 (vc-default-dired-state-info): Use vc-state instead of
12218 vc-locking-user and return special strings for special states.
12219 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
12220 and get rid of one of the special CVS cases.
12221 (vc-cancel-version): prettify error message with \\[...].
12222 (vc-rename-master): New function.
12223 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
12224 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
12225 the CVS special case generic.
12226 (vc-default-record-rename): Remove.
12227 (vc-file-tree-walk-internal): Only call FUNC for files that are
12228 under control of some VC backend and replace `concat' with
12229 expand-file-name.
12230 (vc-file-tree-walk): Update docstring.
12231 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
12232 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
12233
12234 * vc-sccs.el (vc-sccs-rename-file): Renamed from
12235 vc-sccs-record-rename. Use `find-file-noselect' rather than
12236 `find-file' and call `vc-rename-master' to do the actual move.
12237 (vc-sccs-diff): Remove unused `backend' variable.
12238
12239 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
12240 to delay loading of vc-sccs until it is really used.
12241 (vc-sccs-master-templates): Preload.
12242 (vc-sccs-state): Update call to vc-sccs-parse-locks.
12243 (vc-sccs-project-dir): Remove (merged into
12244 vc-sccs-search-project-dir).
12245 (vc-sccs-search-project-dir): Rewrite using file name handling ops
12246 rather than `concat', make sure it is preloaded and don't bother
12247 to check that the file actually exists.
12248 (vc-sccs-parse-locks): Remove unused `file' argument, remove
12249 `locks' argument (use buffer's content instead) and eliminate n^2
12250 behavior.
12251
12252 * vc-rcs.el: Update Copyright.
12253 (vc-rcs-rename-file): New function.
12254 (vc-rcs-diff): Remove unused `backend' variable.
12255
12256 * vc-hooks.el: Update Copyright.
12257 (vc-backend): Don't accept a nil argument any more.
12258 (vc-up-to-date-p): Turn into a defsubst.
12259 (vc-possible-master): New function.
12260 (vc-check-master-templates): Use `vc-possible-master' and allow
12261 funs in vc-X-master-templates to return a non-existent file.
12262
12263 * vc-cvs.el: Update Copyright.
12264 (vc-cvs-diff): Remove unused `backend' variable.
12265 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
12266
12267 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
12268
122692000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12270
12271 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
12272 since it can be called from vc-rcs.el.
12273 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
12274
122752000-09-04 Andre Spiegel <spiegel@gnu.org>
12276
12277 * vc.el (vc-version-diff): Expand file name read from the
12278 minibuffer. Handle the case when a previous version number can't
12279 be guessed. Give suitable messages when there were no differences
12280 found.
12281 (vc-clear-headers): Call backend-specific implementation, if one
12282 exists.
12283 (vc-cancel-version): Made error checks generic. When done, clear
12284 headers generically, too.
12285
12286 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
12287 from vc-clear-headers in vc.el.
12288
12289 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
12290 correctly.
12291 (vc-rcs-latest-on-branch-p): Made second argument VERSION
12292 optional. Handle the case when it's not there.
12293
122942000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12295
12296 * vc.el (vc-locking-user): Moved from vc-hooks.el.
12297
122982000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12299
12300 * vc-hooks.el (vc-loadup): Remove.
12301 (vc-find-backend-function): Use `require'. Also, handle the case
12302 where vc-BACKEND-hooks.el doesn't exist.
12303 (vc-call-backend): Cleanup.
12304
123052000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12306
12307 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
12308 vc-rcs-grab-templates)
12309 (vc-rcs-registered): Remove. The default function works as well.
12310 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
12311 vc-sccs-grab-templates)
12312 (vc-sccs-registered): Remove. The default function works as well.
12313
12314 * vc.el (vc-version-diff): Left out a vc- in call to
12315 vc-call-backend.
12316 (vc-default-dired-state-info, vc-default-record-rename)
12317 (vc-default-merge-news): Update for the new backend argument.
12318
12319 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
12320 using the default function.
12321 (vc-call-backend): If calling the default function, pass it the
12322 backend as first argument. Update the docstring accordingly.
12323 (vc-default-state-heuristic, vc-default-mode-line-string): Update
12324 for the new backend argument.
12325 (vc-make-backend-sym): Renamed from vc-make-backend-function.
12326 (vc-find-backend-function): Use the new name.
12327 (vc-default-registered): New function.
12328
123292000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12330
12331 * vc.el (vc-merge): Use vc-find-backend-function.
12332
12333 * vc-hooks.el (vc-backend-functions): Remove.
12334 (vc-loadup): Don't setup 'vc-functions.
12335 (vc-find-backend-function): New function.
12336 (vc-call-backend): Use above fun and populate 'vc-functions
12337 lazily.
12338 (vc-backend-defines): Remove.
12339
123402000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12341
12342 * vc.el (vc-register): Put a FIXME note for a newly found bug.
12343 Call vc-call-backend without the leading vc-.
12344 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
12345 (vc-check-headers): Call vc-call-backend without the leading vc-.
12346 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
12347 (vc-annotate-display): Replace confusing use of `cond' with `or'.
12348 Call vc-call-backend without the leading vc-.
12349
12350 * vc-cvs.el (tail): Provide vc-cvs.
12351 * vc-sccs.el (tail): Provide vc-sccs.
12352 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
12353
12354 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
12355 (vc-make-backend-function, vc-call): Pass names without leading
12356 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
12357 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
12358 (vc-call-backend): Always try to load vc-X-hooks.
12359 (vc-registered): Remove vc- in call to vc-call-backend.
12360
123612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12362
12363 * vc.el (vc-process-filter): New function.
12364 (vc-do-command): Setup `vc-process-filter' for the async process.
12365 (vc-maybe-resolve-conflicts): New function to reduce
12366 code-duplication. Additionally, it puts the buffer in
12367 `smerge-mode' if applicable.
12368 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
12369 calling `merge-news'.
12370 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
12371 (vc-log-edit): New function. Replacement for `vc-log-mode' by
12372 interfacing to log-edit.el.
12373 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
12374 log-edit is available.
12375 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
12376
123772000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12378
12379 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
12380 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
12381 defvar and the initialization.
12382 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
12383
12384 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
12385 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
12386
12387 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
12388
123892000-09-04 Andre Spiegel <spiegel@gnu.org>
12390
12391 * vc.el (vc-file-clear-masterprops): Removed.
12392 (vc-checkin, vc-revert-buffer): Removed calls to the above.
12393 (vc-version-diff): Use buffer-size without argument.
12394 (vc-register): Heed vc-initial-comment.
12395
12396 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
12397 default branch.
12398
12399 * vc-rcs.el (vc-rcs-register): Parse command output to find master
12400 file name and workfile version.
12401 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
12402
12403 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
12404 vc-file-clear-masterprops.
12405
12406 * vc-sccs.el (vc-sccs-checkout): Removed call to
12407 vc-file-clear-masterprops. If writable, set vc-state to 'edited
12408 rather than user login name.
12409
12410
124112000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12412
12413 * vc.el (vc-workfile-unchanged-p): Remove unused argument
12414 `want-differences-if-changed' and simplify.
12415 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
12416 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
12417 output (which is invalid for async vc-diff) to decide whether to
12418 do the revert silently or not.
12419
124202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12421
12422 * vc-hooks.el (vc-loadup): Load files quietly.
12423 (vc-call-backend): Oops, brain fart.
12424
124252000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12426
12427 * vc-cvs.el (vc-cvs-state): Typo.
12428 (vc-cvs-merge-news): Return the status code rather than the error msg.
12429
124302000-09-04 Andre Spiegel <spiegel@gnu.org>
12431
12432 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
12433 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
12434 vc-state or vc-up-to-date-p.
12435 (vc-merge): Use vc-backend-defines to check whether merging is
12436 possible. Set state to 'edited after successful merge.
12437
12438 * vc-hooks.el (vc-locking-user): If locked by the calling user,
12439 return that name. Redocumented.
12440
124412000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12442
12443 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
12444 new `vc-state' semantics.
12445 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
12446 'vc-locking-user to the current user.
12447 (vc-merge): Inline vc-backend-merge. Comment out code that I
12448 don't understand and hence can't adapt to the new `vc-state' and
12449 `vc-locking-user' semantics.
12450 (vc-backend-merge): Remove.
12451
12452 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
12453 rather than 'vc-locking-user.
12454
12455 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
12456
12457 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
12458 (vc-state): Don't use 'reserved any more. Just use the same
12459 convention as the one used for vc-<backend>-state where the
12460 locking user (as a string) is returned.
12461 (vc-locking-user): Update, based on the above convention. The
12462 'vc-locking-user property has disappeared.
12463 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
12464
12465 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
12466 with a heuristic one.
12467 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
12468 (vc-cvs-checkin): Do a trivial parse to set the state in case of
12469 error. That allows us to get to 'needs-merge even in the
12470 stay-local case. There's still no way to detect 'needs-patch in
12471 such a setup (or to force an update for that matter).
12472 (vc-cvs-logentry-check): Remove, the default works as well.
12473
124742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12475
12476 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
12477
12478 * vc.el (vc-do-command): kill-all-local-variables, to reset any
12479 major-mode in which the buffer might have been put earlier. Use
12480 `remove' and `when'. Allow `okstatus' to be `async' and use
12481 `start-process' in this case.
12482 (vc-version-diff): Handle the case where the diff looks empty
12483 because of the use of an async process.
12484
124852000-09-04 Andre Spiegel <spiegel@gnu.org>
12486
12487 * vc.el (vc-next-action-on-file): Removed optional parameter
12488 `simple'. Recompute state unconditionally.
12489 (vc-default-toggle-read-only): Removed.
12490
12491 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
12492 (vc-toggle-read-only): Undid prev change.
12493
12494 * vc-cvs.el (vc-cvs-stay-local): Renamed from
12495 vc-cvs-simple-toggle. Redocumented.
12496 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
12497 (vc-cvs-toggle-read-only): Removed.
12498
124992000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12500
12501 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
12502 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
12503 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
12504 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
12505 still is. So maybe it should be removed.
12506 (vc-head-version, vc-find-binary): Remove.
12507 (vc-recompute-state): Move from vc-hooks.el.
12508 (vc-next-action-on-file): Add a `simple' argument to allow
12509 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
12510 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
12511 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
12512 (vc-dired-mode-map): Properly defvar it.
12513 (vc-print-log): Call log-view-mode if available.
12514 (small-temporary-file-directory): defvar instead of use boundp.
12515 (vc-merge-news): Moved to vc-cvs.el.
12516 (vc-default-merge-news): New function.
12517
12518 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
12519 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
12520 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
12521 unknown `vc-latest-version' function. It should probably refer to
12522 vc-workfile-version or somesuch, but it's very unclear to me and I
12523 don't have SCCS to test things.
12524
12525 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
12526 (vc-sccs-state-heuristic): Fix typo.
12527 (vc-sccs-workfile-unchanged-p): Add missing argument.
12528
12529 * vc-rcs.el: Require vc and vc-rcs-hooks.
12530 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
12531 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
12532 (vc-release-greater-or-equal-p): Move from vc.
12533 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
12534 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
12535 (vc-rcs-checkout): Add a missing `new-version' argument in the
12536 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
12537
12538 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
12539 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
12540 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
12541 than the apparently unbound `workfile-version'.
12542
12543 * vc-hooks.el (vc-master-templates): Def the obsolete var.
12544 (vc-file-prop-obarray): Use `make-vector'.
12545 (vc-backend-functions): Add new hookable functions
12546 vc-toggle-read-only, vc-record-rename and vc-merge-news.
12547 (vc-loadup): If neither backend nor default functions exist, use
12548 the backend function rather than nil.
12549 (vc-call-backend): If the function if not bound yet, try to load
12550 the non-hook file to see if it provides it.
12551 (vc-call): New macro plus use it wherever possible.
12552 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
12553 nor `vc-find-binary' since it's only called from
12554 vc-mistrust-permission which is only used once the backend is known.
12555 (vc-checkout-model): Fix parenthesis.
12556 (vc-recompute-state, vc-prefix-map): Move to vc.el.
12557
12558 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
12559 (vc-cvs-release, vc-cvs-system-release): Remove.
12560 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
12561 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
12562 status symbols.
12563 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
12564 (vc-cvs-toggle-read-only): First cut at a function to allow a
12565 cvs-status-free vc-toggle-read-only.
12566 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
12567 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
12568 vc-cvs-status. Also set vc-state rather than vc-locking-user.
12569 (vc-cvs-checkout): Modify access rights directly if the user
12570 requested not to use `cvs edit'. And refresh the mode line.
12571
12572 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
12573 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
12574
125752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12576
12577 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
12578 workfile' that got lost when the code was extracted from vc.el.
12579 And merged the tail with the rest of the code (not possible in the
12580 old vc.el where the tail was shared among all backends). And
12581 explicitly set the state to 'edited if `writable' is set.
12582
12583 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
12584 (vc-cvs-state): Be careful to return the value from
12585 vc-cvs-parse-state.
12586 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
12587 property but return it instead. Also be careful to handle a nil
12588 or "" `rev' when workfile is non-nil (it was handled properly when
12589 workfile was nil).
12590
12591 * vc.el: Removed those pesky unnecessary `(function' quotes.
12592 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
12593 directly in the defvar.
12594 (vc-do-command): Bind inhibit-read-only so as to properly handle
12595 the case where the destination buffer has been made read-only.
12596 (vc-diff): Delegate to vc-version-diff in all cases.
12597 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
12598 (vc-annotate-mode-variables): Removed (code moved partly to
12599 defvars and partly to vc-annotate-add-menu).
12600 (vc-annotate-mode): Turned into a derived-mode.
12601 (vc-annotate-add-menu): Moved in code in
12602 vc-annotate-mode-variables.
12603 (vc-update-change-log): Use make-temp-file if available.
12604
126052000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
12606
12607 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
12608 `vc-checkout-model' updated to `vc-cvs-update-model'.
12609
126102000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12611
12612 * vc.el (vc-next-action-on-file): Added handling of state
12613 `unlocked-changes'.
12614 (vc-checkout-carefully): Is now practically obsolete, unless the
12615 above is too slow to be enabled unconditionally.
12616 (vc-update-change-log): Fixed typo.
12617
12618 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
12619
12620 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
12621 Now handles state `unlocked-changes'.
12622 (vc-sccs-workfile-unchanged-p): New function, to support the above.
12623
12624 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
12625
12626 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
12627 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
12628 `unlocked-changes'.
12629 (vc-rcs-workfile-unchanged-p): Renamed from
12630 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
12631 function yet, but supposed to become one soon.
12632
12633 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
12634 `vc-steal-lock'.
12635 (vc-call-backend): Changed error message.
12636 (vc-state): Added description of state `unlocked-changes'.
12637
126382000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12639
12640 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
12641 always return t in CVS-controlled directories.
12642
12643 * vc.el (vc-responsible-backend): New function.
12644 (vc-register): Largely rewritten.
12645 (vc-admin): Removed (implementation moved into vc-register).
12646 (vc-checkin): Redocumented.
12647 (vc-finish-logentry): If no backend defined yet (because we are in
12648 the process of registering), use the responsible backend.
12649
12650 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
12651 Updated function lists.
12652 (vc-call-backend): Fixed typo.
12653
12654 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
12655 New functions.
12656 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
12657 Removed query option. Redocumented.
12658
126592000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12660
12661 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
12662
12663 * vc.el: Updated callers of `vc-checkout-required' to use
12664 `vc-checkout-model'.
12665
126662000-09-04 Martin Lorentzson <martinl@gnu.org>
12667
12668 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
12669 stuff updated to reference this function instead of the old
12670 `vc-backend-release-p'.
12671
126722000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12673
12674 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
12675 vc-checkout-model. Return appropriate values. Updated callers.
12676
126772000-09-04 Martin Lorentzson <martinl@gnu.org>
12678
12679 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
12680 (vc-backend-revert): Function moved into `vc-revert';
12681 `vc-next-action' must be updated to accomodate this change.
12682 (vc-backend-steal): Function moved into `vc-finish-steal'.
12683 (vc-backend-logentry-check): Function moved into
12684 `vc-finish-logentry'.
12685 (vc-backend-printlog): Function moved into `vc-print-log'.
12686 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
12687 (vc-backend-assign-name): Function moved into
12688 `vc-create-snapshot'.
12689
126902000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12691
12692 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
12693 Rename to vc-checkout-model. Return appropriate values.
12694 Update callers.
12695
12696 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
12697 to vc-checkout-model.
12698 (vc-checkout-required): Rename to vc-checkout-model.
12699 Re-implement and re-comment.
12700 (vc-after-save): Use vc-checkout-model.
12701
127022000-09-04 Martin Lorentzson <martinl@gnu.org>
12703
12704 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
12705 Update to use the vc-BACKEND-diff functions instead.
12706 `vc-diff' is now working.
12707
12708 * vc-rcs.el (vc-rcs-logentry-check): New function.
12709
12710 * vc-cvs.el (vc-cvs-logentry-check): New function.
12711
12712 * vc-sccs.el (vc-sccs-diff): Function changed name from
12713 `vc-backend-diff'. This makes `vc-diff' work.
12714
12715 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
12716 of functions possibly implemented in a vc-BACKEND library.
12717 (vc-checkout-required): Fix bug that caused an error to be
12718 signaled during `vc-after-save'.
12719
12720 * vc.el: Fix typo.
12721 This checkin is made with our new VC code base for the very first time.
12722 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
12723
12724 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
12725 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
12726
12727 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
12728 updated to `vc-uses-locking'.
12729 (vc-checkout-required): Call to backend function.
12730 `vc-checkout-required' updated to `vc-uses-locking' instead.
12731
12732 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
12733 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
12734
12735 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
12736 to match the split into various backends.
12737 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
12738 (vc-retrieve-snapshot): Bug fix.
12739
127402000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12741
12742 * vc-sccs.el (vc-sccs-release): Doc fix.
12743
127442000-09-04 Martin Lorentzson <martinl@gnu.org>
12745
12746 * vc.el (vc-next-action-on-file): Bug found and fixed.
12747 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
12748 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
12749
12750 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
12751 (vc-rcs-checkout): Name space cleaned up. No more revision number
12752 crunching function names that are not prefixed with vc-rcs.
12753 (vc-rcs-checkout-model): Function added. References to
12754 `vc-checkout-model' replaced.
12755
127562000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12757
12758 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
12759 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
12760 still need to be split, and implemented for RCS).
12761
127622000-09-04 Martin Lorentzson <martinl@gnu.org>
12763
12764 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
12765
12766 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
12767 required by the vc.el file.
12768
12769 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
12770 required by the vc.el file.
12771 (vc-rcs-exists): Function added.
12772
12773 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
12774 required by the vc.el file.
12775
12776 * vc.el (vc-admin): Updated to handle selection of appropriate
12777 backend. Current implementation is crufty and need re-thinking.
12778
12779 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
12780
127812000-09-04 Martin Lorentzson <martinl@gnu.org>
12782
12783 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
12784 beginning of annotate buffers correctly.
12785
12786 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
12787 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
12788 functionality updated quite a lot to support multiple backends.
12789 Variables `vc-annotate-mode', `vc-annotate-buffers',
12790 `vc-annotate-backend' added.
12791
12792 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
12793 `vc-annotate-difference' added to supported backend functions.
12794
127952000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12796
12797 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
12798 Use with-temp-file instead of /bin/sh. Merged from mainline
12799
128002000-09-04 Martin Lorentzson <martinl@gnu.org>
12801
12802 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
12803
12804 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
12805
12806 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
12807
128082000-09-04 Martin Lorentzson <martinl@gnu.org>
12809
12810 * vc-hooks.el: vc-state-heuristic added to
12811 vc-backend-hook-functions.
12812
12813 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
12814
12815 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
12816
12817 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
12818 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
12819 state to `reserved'.
12820
12821 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
12822 `vc-checkout-required'. Rename the `locked' state to `reserved'.
12823
128242000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12825
12826 * vc-rcs-hooks.el: Implement new state model. Hardly anything
12827 untouched.
12828
12829 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
12830
12831 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
12832 if defined. (Merged from main line, slightly adapted.)
12833
12834 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
12835 millenium problem (merged from mainline).
12836
128372000-09-04 Martin Lorentzson <martinl@gnu.org>
12838
12839 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
12840 part and moved the non-BACKEND stuff to vc.el.
12841
12842 * vc.el: Split the annotate feature into a BACKEND specific part
12843 and moved it from the vc-cvs.el file to this one.
12844
128452000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12846
12847 * vc-hooks.el: Implement new state model.
12848 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
12849 (vc-locking-user): Simplify. Now only needed if the file is
12850 locked by somebody else.
12851 (vc-lock-from-permissions): Remove. Functionality is in
12852 vc-sccs-hooks.el and vc-rcs-hooks.el now.
12853 (vc-mode-line-string): New name for former vc-status. Adapted.
12854 (vc-mode-line): Adapt to use the above. Remove optional parameter.
12855
12856 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
12857 Various simplifications and adaptations all over the place.
12858
12859 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
12860 Simplify and adapt the rest.
12861
12862 * vc.el (vc-resynch-window): Add TODO comment: check for
12863 interaction with view mode according to recent RCS change.
12864 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
12865
128662000-09-04 Martin Lorentzson <martinl@gnu.org>
12867
12868 * vc.el: Convert the remaining function comments to docstrings.
12869
128702000-09-04 Martin Lorentzson <martinl@gnu.org>
12871
12872 * vc.el (vc-backend-release, vc-release-greater-or-equal)
12873 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
12874 (vc-minor-part, vc-previous-version): Functions that operate and
12875 compare revision numbers got proper documentation. Comments added
12876 about their possible removal.
12877
128782000-09-04 Martin Lorentzson <martinl@gnu.org>
12879
12880 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
12881 the vc-backend.el files.
12882
12883 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
12884
12885 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
12886 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
12887 (vc-rcs-previous-version): Functions added.
12888
12889 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
12890
12891 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
12892
128932000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12894
12895 * vc-hooks.el (vc-master-templates): Is really obsolete.
12896 Comment out the definition for now. What is the right procedure
12897 to get rid of it?
12898 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
12899 rewritten.
12900 (vc-default-registered): Remove.
12901 (vc-check-master-templates): New function; does mostly what the
12902 above did before.
12903 (vc-locking-user): Don't rely on the backend to set the property.
12904
12905 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
12906 Rewrite documentation.
12907 (vc-rcs-templates-grabbed): New variable.
12908 (vc-rcs-grab-templates): New function.
12909 (vc-rcs-registered): Rewrite to use above mechanism.
12910
12911 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
12912 Rewrite documentation.
12913 (vc-sccs-templates-grabbed): New variable.
12914 (vc-sccs-grab-templates): New function.
12915 (vc-sccs-registered): Rewrite to use above mechanism.
12916 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
12917 Don't throw the result, simply return it.
12918
12919 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
12920 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
12921 (vc-cvs-registered): Does the check itself now. Simplify.
12922
12923 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
12924 from main line.
12925
129262000-09-04 Martin Lorentzson <martinl@gnu.org>
12927
12928 * vc-cvs.el (vc-cvs-diff): New function.
12929
12930 * vc-sccs.el (vc-sccs-diff): New function.
12931
12932 * vc-rcs.el (vc-rcs-diff): New function.
12933 (vc-rcs-checkout): Bug (typo) found and fixed.
12934 (vc-rcs-register-switches): New variable.
12935
12936 * vc.el (vc-backend-diff): Function removed and placed in the
12937 backend files.
12938
129392000-09-04 Martin Lorentzson <martinl@gnu.org>
12940
12941 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
12942
12943 * vc.el (vc-backend-checkout): Function removed and replaced in
12944 the vc-backend.el files.
12945
12946 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
12947
12948 * vc.el (vc-backend-admin): Removed and replaced in the
12949 vc-backend.el files.
12950
12951 * vc.el (Martin): Removed all the annotate functionality since it
12952 is CVS backend specific.
12953
129542000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12955
12956 * spec.txt: Added specification of vc-state.
12957
12958 * vc-sccs-hooks.el (vc-sccs-master-properties):
12959 Remove handling of vc-latest-version and
12960 vc-your-latest-version. What used to be vc-latest-version, is now
12961 returned as vc-workfile-version.
12962 (vc-sccs-workfile-version): Adapt.
12963
129642000-09-04 Dave Love <fx@gnu.org>
12965
12966 * vc.el: [Merged from mainline.]
12967 (vc-dired-mode): Make the dired-move-to-filename-regexp
12968 regexp match the date, to avoid treating date as file size.
12969 Add YYYY S option to WESTERN/
12970
129712000-09-04 Dave Love <fx@gnu.org>
12972
12973 * vc.el: Require `compile' when compiling.
12974 (vc-logentry-check-hook): New option.
12975 (vc-steal-lock): Use compose-mail.
12976 (vc-dired-mode-map): Defvar when compiling.
12977 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
12978 vc-sccs.el and renamed. Callers changed.
12979 (vc-backend-checkout, vc-backend-logentry-check)
12980 (vc-backend-merge-news): Doc fix.
12981 (vc-default-logentry-check): New function.
12982 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
12983 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
12984 (vc-backend-merge): Doc fix. Use backend functions.
12985 (vc-check-headers): Use backend functions.
12986
12987 * vc-cvs.el: Require vc when compiling.
12988 (vc-cvs-register-switches): Doc fix.
12989 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
12990 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
12991 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
12992 New functions (code from vc.el).
12993 (vc-annotate-display-default): Fix interactive spec.
12994 (vc-annotate-time-span): Doc fix.
12995
12996 * vc-rcs.el: Require vc when compiling.
12997 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
12998 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
12999 (vc-rcs-checkin): New functions (code from vc.el).
13000 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
13001 Doc fix.
13002 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
13003
13004 * vc-sccs.el: Require vc when compiling.
13005 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
13006 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
13007 (vc-sccs-revert)
13008 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
13009 from vc.el).
13010 (vc-sccs-add-triple, vc-sccs-record-rename)
13011 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
13012 (vc-sccs-admin): Doc fix.
13013
130142000-09-04 Martin Lorentzson <martinl@gnu.org>
13015
13016 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
13017 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
13018 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
13019 from vc.el.
13020
13021 * vc-sccs.el (vc-admin-sccs): Added from vc.el
13022
13023 * vc-cvs.el: Moved the annotate functionality from vc.el.
13024 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
13025
130262000-09-04 Dave Love <fx@gnu.org>
13027
13028 * vc.el (vc-backend-release): Call vc-system-release.
13029
13030 * vc-sccs.el (vc-sccs-system-release):
13031 Renamed from vc-sccs-backend-release.
13032
13033 * vc-rcs.el (vc-rcs-system-release):
13034 Renamed from vc-rcs-backend-release.
13035
13036 * vc-cvs.el (vc-cvs-system-release):
13037 Renamed from vc-cvs-backend-release.
13038
130392000-09-04 Dave Love <fx@gnu.org>
13040
13041 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
13042 backend files.
13043 (vc-backend-release): Dispatch to backend functions.
13044 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
13045 probably needs attention.]
13046
13047 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
13048 (vc-sccs-backend-release): New function.
13049
13050 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
13051 (vc-cvs-backend-release): New function.
13052
13053 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
13054 Doc fix.
13055 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
13056 (vc-default-dired-state-info): New function.
13057 (vc-dired-state-info): Dispatch to backends.
13058 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
13059
13060 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
13061 from vc.el and renamed.
13062
130632000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13064
13065 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
13066 (vc-version-other-window, vc-backend-assign-name): Removed
13067 references to vc-latest-version; sometimes changed into
13068 vc-workfile-version.
13069
13070 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
13071 vc-rcs-master-workfile-version.
13072 (vc-rcs-workfile-version): Use the above. Don't call
13073 vc-latest-version (that was unreachable code, anyway).
13074 (vc-rcs-fetch-master-properties): Doc fix.
13075
13076 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
13077 (vc-backend-hook-functions): Removed them from this list, too.
13078 (vc-fetch-properties): Removed.
13079 (vc-workfile-version): Doc fix.
13080
13081 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
13082 (vc-rcs-workfile-version, vc-rcs-locking-user)
13083 (vc-rcs-uses-locking): Use it.
13084
13085 * vc-hooks.el (vc-consult-rcs-headers):
13086 Moved into vc-rcs-hooks.el, under the name
13087 vc-rcs-consult-headers.
13088
13089 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
13090 headers.
13091 (vc-cvs-find-master): Use this name only; correct different
13092 versions of the name.
13093
13094 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
13095 New functions.
13096 (vc-sccs-locking-user): Use the latter.
13097
13098 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
13099 New functions.
13100
13101 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
13102 Moved into both
13103 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
13104 functions are implementation details of those two backends.
13105
131062000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13107
13108 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
13109 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
13110
13111 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
13112 (vc-sccs-parse-locks): SCCS-specific code moved here from
13113 vc-hooks.
13114
13115 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
13116 code moved here from vc-hooks.
13117
13118 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
13119 into back-end specific parts and removed. Callers not updated
13120 yet; because I guess these callers will disappear into back-end
13121 specific files anyway.
13122
131232000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13124
13125 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
13126 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
13127 `vc-uses-locking'.
13128
13129 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
13130 Store yes/no in the property, and return t/nil. Updated all
13131 callers.
13132
13133 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
13134 vc-sccs-uses-locking. Don't set property.
13135 (vc-sccs-locking-user): Don't set property.
13136
13137 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
13138 vc-cvs-uses-locking. Don't set property here; leave that to
13139 vc-hooks.
13140 (vc-cvs-locking-user): Reflect above change. Streamlined.
13141
13142 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
13143 vc-rcs-uses-locking.
13144 (vc-rcs-locking-user): Reflect above change.
13145
131462000-09-04 Dave Love <fx@gnu.org>
13147
13148 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
13149
13150 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
13151
13152 * vc-hooks.el (vc-checkout-model): Punt to backends.
13153
13154 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
13155
13156 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
13157
13158 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
13159 New functions.
13160
13161 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
13162 New functions.
13163
13164 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
13165 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
13166
13167 * vc-hooks.el (vc-default-locking-user): New function.
13168 (vc-locking-user, vc-workfile-version): Punt to backends.
13169
131702000-09-04 Dave Love <fx@gnu.org>
13171
13172 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
13173 (vc-master-workfile-version): Moved from vc-hooks.
13174
13175 * vc-rcs-hooks.el: Fix duplicate code in last change.
13176
13177 * vc-rcs-hooks.el: Require vc-hooks when compiling.
13178 (vc-rcs-master-templates): Improve :type.
13179 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
13180 vc-master-workfile-version): Moved from vc-hooks.
13181
13182 * vc-sccs-hooks.el: Require vc-hooks when compiling.
13183 (vc-sccs-master-templates): Improve :type.
13184 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
13185
13186 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
13187
13188 * vc-cvs-hooks.el: Require vc-hooks when compiling.
13189 (vc-cvs-master-templates): Improve :type. Use
13190 vc-cvs-find-cvs-master.
13191 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
13192 from vc-hooks.
13193 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
13194
13195 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
13196 Moved to vc-cvs-hooks.
13197
13198 * vc-hooks.el: Add doc strings in various places. Simplify the
13199 minor mode setup.
13200 (vc-handled-backends): New user variable.
13201 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
13202 simplification.
13203
132042000-09-04 Dave Love <fx@gnu.org>
13205
13206 * vc.el: Some doc fixes for autoloaded and interactive functions.
13207 Fix compilation warnings from ediff stuff.
13208 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
13209
13210 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
13211
13212 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
13213
13214 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
13215
132162000-09-04 Dave Love <fx@gnu.org>
13217
13218 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
13219 New variable.
13220 (vc-make-backend-function, vc-loadup, vc-call-backend)
13221 (vc-backend-defines): New functions.
13222
13223 * vc-hooks.el: Various doc fixes.
13224 (vc-default-back-end, vc-follow-symlinks): Custom fix.
13225 (vc-match-substring): Function removed. Callers changed to use
13226 match-string.
13227 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
13228 Simplify.
13229
132302000-09-04 Dave Love <fx@gnu.org>
13231
13232 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
13233 type.
13234 (vc-sccs-project-dir, vc-search-sccs-project-dir)
13235 (vc-sccs-registered): Doc fix.
13236
13237 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
13238 (vc-cvs-registered): Doc fix.
13239
13240 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
13241 (vc-rcs-registered): Doc fix.
13242
132432000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13244
13245 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
13246
13247 * vc-hooks.el: vc-registered has been renamed
13248 vc-default-registered. Some functions have been moved to the
13249 backend specific files. they all support the
13250 vc-BACKEND-registered functions.
13251
132522000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13253
13254 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
13255
13256 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
13257
132582000-09-04 Dave Love <fx@gnu.org>
13259
13260 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
13261 menu-bar-update-hook.
13262
13263 * help.el (help-manyarg-func-alist): Add
13264 find-operation-coding-system.
13265
13266 * wid-edit.el (widget-sexp-validate): Fix garbled code.
13267
13268 * custom.el (custom-set-variables): Print message about errors in
13269 setting.
13270
132712000-09-03 Andrew Innes <andrewi@gnu.org>
13272
13273 * makefile.w32-in: Change to DOS line endings.
13274
132752000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13276
13277 * mouse.el (mouse-popup-menubar): Supply the prompt string for
13278 minor-mode keymaps, if they don't have one.
13279
132802000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13281
13282 * eshell/esh-module.el (eval-when-compile): Don't lose if
13283 esh-module.el's file name is truncated to DOS 8+3 limits.
13284
132852000-09-01 John Wiegley <johnw@gnu.org>
13286
13287 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
13288 predicate, which caused entries in the completion list to be
13289 doubled.
13290
132912000-08-30 John Wiegley <johnw@gnu.org>
13292
13293 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
13294 sending to subprocesses. Also, hook pre-command-hook if
13295 `eshell-send-direct-to-subprocesses' is non-nil.
13296 (eshell-send-direct-to-subprocesses): New config variable. If t,
13297 subprocess input is send immediately.
13298 (eshell-toggle-direct-send): New function.
13299 (eshell-self-insert-command): New function.
13300 (eshell-intercept-commands): New function.
13301 (eshell-send-input): If direct subprocess sending is enabled,
13302 don't echo any input to the Eshell buffer. Let the subprocess
13303 handle that. This requires "stty echo" in bash, for example.
13304
133052000-08-28 John Wiegley <johnw@gnu.org>
13306
13307 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
13308 completion function for Eshell's implementation of `unset'.
13309
133102000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13311
13312 * info.el (Info-directory-list): Doc fix.
13313
133142000-08-31 Peter Breton <pbreton@ne.mediaone.net>
13315
13316 * filecache.el (file-cache-add-directory-using-find): Don't quote
13317 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
13318
133192000-08-31 Kenichi Handa <handa@etl.go.jp>
13320
13321 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
13322 coding systems.
13323
133242000-08-30 Andrew Innes <andrewi@gnu.org>
13325
13326 * timer.el (run-with-idle-timer): Undo last change, so that timer
13327 is not activated immediately if Emacs is already idle. Some
13328 existing code relies on this behaviour.
13329
133302000-08-30 Miles Bader <miles@gnu.org>
13331
13332 * frame.el (set-frame-font): Do completion of font-name for
13333 interactive use.
13334
133352000-08-30 Kenichi Handa <handa@etl.go.jp>
13336
13337 * international/quail.el (quail-start-translation): Bind locally
13338 last-command-event, last-command, and this-command.
13339 (quail-start-conversion): Likewise.
13340 (quail-self-insert-command): Fix docstring.
13341
133422000-08-29 Gerd Moellmann <gerd@gnu.org>
13343
13344 * progmodes/executable.el
13345 (executable-make-buffer-file-executable-if-script-p): Check that
13346 buffer contains at least 2 characters.
13347
133482000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
13349
13350 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
13351
133522000-08-29 Dave Love <fx@gnu.org>
13353
13354 * diff-mode.el (diff-mode) <defgroup>: Add :version.
13355 (diff-mode-shared-map): Bind mouse-2.
13356 (diff-imenu-generic-expression): New variable.
13357 (diff-mode): Use it.
13358
13359 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
13360 (mouse-popup-menubar): Add minor mode menus.
13361 (popup-menu): Check for lookup-key returning number.
13362
133632000-08-29 Miles Bader <miles@gnu.org>
13364
13365 * comint.el (comint-send-input): Create overlays using the proper
13366 front/read-advance arguments.
13367
133682000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13369
13370 * ps-print.el: Even/odd pages printing. Doc fix.
13371 (ps-print-version): New version number (6.0).
13372 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
13373 (ps-background, ps-begin-file, ps-begin-job): Code fix.
13374 (ps-print-duplex-feature): Variable eliminated.
13375 (ps-even-or-odd-pages): New variable.
13376
13377 * progmodes/ebnf2ps.el: Doc fix.
13378 (ebnf-version): New version (3.3).
13379 (ebnf-user-arrow): Change variable customization to sexp.
13380 (ebnf-user-arrow): Function eliminated.
13381 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
13382
133832000-08-29 Kenichi Handa <handa@etl.go.jp>
13384
13385 * help.el (help-xref-mule-regexp): New variable.
13386 (help-make-xrefs): Handle help-xref-mule-regexp.
13387
13388 * international/mule-cmds.el (help-xref-mule-regexp-template): New
13389 variable.
13390 (describe-input-method): Temporarily activate the specfied input
13391 method to display the information.
13392 (describe-language-environment): Hyperlinks to mule related items.
13393
13394 * international/mule-diag.el (charset-multibyte-form-string): New
13395 function.
13396 (list-character-sets-1): Use charset-multibyte-form-string.
13397 (describe-character-set): New function.
13398 (describe-coding-system): Hyperlinks to safe character sets.
13399
13400 * international/quail.el (quail-help): New arg PACKAGE.
13401 Hyperlinks to mule related items.
13402 (quail-help-insert-keymap-description): Use
13403 substitute-command-keys instead of describe-bindings.
13404 (quail-translation-help): Hyperlinks to mule related items.
13405
134062000-08-28 John Wiegley <johnw@gnu.org>
13407
13408 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
13409 have a defsubst call itself. Made `eshell-flatten-list' back into
13410 a function again.
13411
13412 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
13413 catch, in case re-centering point at bottom messes up the display.
13414 This happens frequently in Emacs 21, due I believe to variable
13415 line heights.
13416
13417 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
13418 to call `find-tag-interactive'.
13419
13420 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
13421 the list of remember directories.
13422
134232000-08-28 John Wiegley <johnw@gnu.org>
13424
13425 * align.el: Test align-region-separate to see if it's a symbol.
13426
134272000-08-28 John Wiegley <johnw@gnu.org>
13428
13429 * eshell/esh-util.el (eshell-flatten-list): Made this function
13430 into a defsubst form. It gets used very frequently, although
13431 calls don't occur all that often.
13432
13433 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
13434 examining it.
13435
13436 * eshell/esh-cmd.el (eshell-rewrite-while-command):
13437 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
13438 `eshell-protect'.
13439 (eshell-copy-handles): Created a new macro for duplicating the
13440 current set of open handles. This is needed by the looping
13441 functions.
13442 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
13443 is not incorrectly stomped on.
13444
13445 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
13446 declaration for pcomplete-use-paring.
13447 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
13448 value of eshell-cmpl-use-paring.
13449 * pcomplete.el (pcomplete-use-paring): New config variable, to
13450 indicate whether paring should be used.
13451 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
13452 completion alternatives that have already been used.
13453
13454 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
13455 bound to C-c C-y, which will repeat the previous N arguments
13456 (based on prefix argument).
13457 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
13458
13459 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
13460 if there is no *Help* buffer. This is for XEmacs, which renames
13461 its help buffers uniquely. TODO: Find out what the current buffer
13462 name to delete is.
13463
13464 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
13465 first entry that correlates to a passwd/group number. Later
13466 entries (used for group/user name aliasing to multiple IDs) are
13467 ignored.
13468
13469 * eshell/em-xtra.el (eshell/expr):
13470 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
13471 (eshell-grep, eshell/diff, eshell/locate):
13472 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
13473 argument list, before passing it to the system command.
13474
13475 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
13476 `find-tag' for use at final position in Eshell buffers (which
13477 otherwise triggers an error on Emacs 21).
13478 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
13479 buffer, if it is currently bound to `find-tag'.
13480
13481 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
13482 in the list of matched Makefile names.
13483 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
13484 directory, prefer its contents to Makefile.
13485
13486 * eshell/em-dirs.el (eshell/cd): cd commands that look up
13487 directory parts (like "cd old new", or "cd =regexp"), are now case
13488 sensitive on non-Windows/DOS platforms.
13489
13490 * eshell/esh-mode.el (eshell-parse-command-input): When a user
13491 types RET after an open delimiter (like "), display a message
13492 indicating that Eshell is waiting for the closing delimiter.
13493
13494 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
13495 environment variables.
13496
13497 * eshell/em-unix.el (eshell/diff): Added logic to fail more
13498 gracefully if the user enters incorrect arguments.
13499
13500 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
13501 Eshell buffers.
13502
13503 * eshell/esh-var.el (eshell-interpolate-variable):
13504 * eshell/esh-mode.el (eshell-move-argument):
13505 * eshell/em-unix.el (eshell-du-sum-directory):
13506 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
13507 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
13508 (not (= ...)).
13509
13510 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
13511 to ensure the `preserve' flag gets propagated when doing recursive
13512 directory copies.
13513
135142000-08-28 Stefan Monnier <monnier@cs.yale.edu>
13515
13516 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
13517 Don't convert \n into \0177 in memory.
13518 (eshell-read-history, eshell-write-history): Convert \n to \0177,
13519 and back again, when reading and writing.
13520
135212000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
13522
13523 * eshell/esh-util.el (eshell-processp): Added to relieve constant
13524 testing of `fboundp' on `processp'.
13525
13526 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
13527 (eshell/jobs): Don't call process-list if it is not bound.
13528 (eshell-gather-process-output): Support systems where async
13529 subprocesses aren't supported.
13530 (eshell-scratch-buffer, eshell-last-sync-output-start): New
13531 variables.
13532
13533 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
13534 eshell-do-eval returns t.
13535 (eshell-do-pipelines-synchronously): New defmacro.
13536 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
13537 when async subprocesses aren't supported.
13538 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
13539 if async subprocesses aren't supported.
13540 (eshell-resume-command): Don't assume STATUS is a string.
13541
13542 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
13543
13544 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
13545 (eshell-close-target, eshell-get-target): Use eshell-processp.
13546 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
13547 fix.
13548 (eshell-get-target, eshell-create-handles): Doc fix.
13549
135502000-08-28 Miles Bader <miles@lsi.nec.co.jp>
13551
13552 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
13553 criterion to include commands that output something, as long as it
13554 leaves both the command and the end-of-buffer visible when the
13555 command has exited.
13556 (eshell-review-quick-commands): Adjust the help doc string
13557 accordingly.
13558
135592000-08-28 Peter Breton <pbreton@ne.mediaone.net>
13560
13561 * locate.el (locate): Cleaned up locate command's interactive prompting
13562 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
13563
13564 * filecache.el (file-cache-case-fold-search): New variable
13565 (file-cache-assoc-function): New variable
13566 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
13567 Use file-cache-case-fold-search variable
13568 (file-cache-add-file): Use file-cache-assoc-function
13569 (file-cache-delete-file): likewise
13570 (file-cache-directory-name): likewise
13571 (file-cache-debug-read-from-minibuffer): likewise
13572
135732000-08-28 Gerd Moellmann <gerd@gnu.org>
13574
13575 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
13576 (abbrev-table-name): New function.
13577 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
13578 If non-nil list local abbrev, only.
13579
135802000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
13581
13582 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
13583 from Gnus support code, and use special article copy buffer
13584 `(gnus-original-article-buffer)' instead. This allows to get rid
13585 of article-hide-headers usage (which breaks in the latest Gnus
13586 version). Thanks to Detlev Zundel.
13587
135882000-08-28 Kenichi Handa <handa@etl.go.jp>
13589
13590 * international/quail.el (quail-use-package): Hide "... loaded"
13591 message.
13592 (quail-start-translation, quail-start-conversion): Likewise.
13593
13594 * international/kkc.el (kkc-region): Hide "... loaded" message.
13595
135962000-08-27 Dave Love <fx@gnu.org>
13597
13598 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
13599
136002000-08-27 Miles Bader <miles@gnu.org>
13601
13602 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
13603
136042000-08-27 Kenichi Handa <handa@etl.go.jp>
13605
13606 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
13607 'ja-dic-cnv), not (require 'skkdic-cnv).
13608
136092000-08-26 Miles Bader <miles@gnu.org>
13610
13611 * faces.el (face-x-resources): Add entry for :inherit.
13612 * cus-face.el (custom-face-attributes): Add support for :inherit
13613 attribute. Add support for relative face heights.
13614 (custom-face-attributes-get): Treat `nil' as being a default value
13615 for :inherit (as well as `unspecified').
13616
13617 * faces.el (set-face-attribute): Update doc string.
13618 (face-attribute-name-alist): Add :inherit.
13619 (face-valid-attribute-values): Handle :inherit.
13620 (face-read-string): Rephrase prompt to be less confusing.
13621 Assume that DEFAULT is a string, since we must return a string.
13622 (face-read-integer): Use `format' to turn DEFAULT into an
13623 acceptable default for face-read-string. Match NEW-VALUE against
13624 the string "unspecified", not the symbol `unspecified', since
13625 that's what face-read-string returns.
13626 (read-face-attribute): Lookup a name for old-value in valid, and
13627 use it as a default if we find one. Treat all values from
13628 face-read-string as strings. If the default is used, don't do any
13629 more processing on the value, just use the old value directly.
13630 (read-face-and-attribute, modify-face): Tweak prompt.
13631 (read-face-name): Don't assume prompt ends with a space.
13632
13633 * faces.el (describe-face): Add support for :inherit attribute.
13634
136352000-08-25 Kenichi Handa <handa@etl.go.jp>
13636
13637 * terminal.el (terminal-emulator): Fix args to `concat'. Now
13638 concat doesn't accept interger.
13639
13640 * international/kkc.el: Remove SKK from Keywords. Require
13641 ja-dic-utl instead of skkdic-utl.
13642
13643 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
13644 Provide ja-dic-cnv instead of skkdic-cnv.
13645 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
13646 (iso-2022-7bit-short): Add safe-charsets property.
13647 (skkdic-convert-postfix): Search Japanese chou-on character in
13648 addition to Hiragana character.
13649 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
13650 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
13651 (batch-skkdic-convert): Likewise.
13652
13653 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
13654 Provide ja-dic-utl instead of skkdic-utl.
13655 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
13656
136572000-08-24 Dave Love <fx@gnu.org>
13658
13659 * disp-table.el (standard-display-default): Make the test of `l'
13660 useful.
13661
13662 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
13663 mod sample text.
13664
13665 * international/iso-ascii.el: Make pilcrow convenient string
13666 consistent with section.
13667 (iso-ascii-display): Set up multibyte characters as well as
13668 unibyte.
13669
136702000-08-24 Kenichi Handa <handa@etl.go.jp>
13671
13672 * international/mule-cmds.el (reset-language-environment): Set
13673 default-process-coding-system to '(undecided . iso-latin-1), which
13674 makes process I/O almost consistent with file I/O. Call this
13675 function when mule-cmds.el[c] is loaded.
13676
136772000-08-22 Andrew Innes <andrewi@gnu.org>
13678
13679 * makefile.w32-in: New file.
13680
136812000-08-22 Miles Bader <miles@lsi.nec.co.jp>
13682
13683 * comint.el (comint-output-filter): Compare end of
13684 comint-last-output-overlay with the start of the newly inserted
13685 text, not the end, when deciding whether to extend it.
13686 Set saved-point's insertion type to advance after insertion.
13687
13688 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
13689 since this is now done independently of font-lock mode.
13690
136912000-08-21 Gerd Moellmann <gerd@gnu.org>
13692
13693 * server.el (server-kill-new-buffers): New user option.
13694 (server-existing-buffer): New buffer-local variable.
13695 (server-visit-files): When using an existing buffer, set
13696 server-existing-buffer to t.
13697 (server-buffer-done): If server-kill-new-buffers is t, kill the
13698 buffer, unless it was already present before visiting it with
13699 Emacs server.
13700
137012000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
13702
13703 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
13704 even if the display doesn't support colors: some displays will
13705 support bold/underline faces.
13706
137072000-08-21 Gerd Moellmann <gerd@gnu.org>
13708
13709 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
13710
13711 * startup.el (command-line): If user's init file had an error,
13712 add explanatory text to *Messages*.
13713
137142000-08-21 Kenichi Handa <handa@etl.go.jp>
13715
13716 * man.el (Man-getpage-in-background): Decode the process output by
13717 the system locale coding system.
13718
137192000-08-20 Dave Love <fx@gnu.org>
13720
13721 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
13722 Don't test x-popup-menu.
13723 (function) <complete-function>: Complete only fbound symbols.
13724 <validate, value>: New.
13725 (variable) <complete-function>: Complete only bound symbols.
13726 (coding-system): Add :base-only, :complete-function, :validate,
13727 :value, :prompt-match.
13728 (widget-coding-system-prompt-value): Use read-coding-system and
13729 act on :base-only.
13730 (editable-field): Add :help-echo.
13731 (widget-push-button-gui, widget-push-button-cache)
13732 (widget-gui-action, widget-editable-list-gui): COmment out, along
13733 with uses.
13734 (widget-at): Make arg optional.
13735 (widget-echo-help): Adjust for current help-echo calling sequence.
13736 (widget-specify-field, widget-specify-button)
13737 (widget-specify-insert, widget-get-sibling, widget-image-find)
13738 (widget-convert, widget-insert, widget-leave-text)
13739 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
13740 (widget-setup, widget-field-find, widget-before-change)
13741 (widget-after-change, widget-default-complete)
13742 (widget-default-create, widget-default-delete)
13743 (widget-push-button-value-create, editable-field)
13744 (widget-field-prompt-value, widget-field-validate)
13745 (widget-choice-value-create, widget-choice-action)
13746 (widget-choice-validate, widget-checklist-add-item)
13747 (widget-radio-add-item, widget-radio-chosen)
13748 (widget-radio-value-inline, widget-editable-list-value-create)
13749 (widget-editable-list-entry-create)
13750 (widget-documentation-link-add)
13751 (widget-documentation-string-value-create)
13752 (widget-regexp-validate, widget-file-complete)
13753 (widget-sexp-validate, widget-plist-convert-widget)
13754 (widget-plist-convert-widget, widget-alist-convert-widget)
13755 (widget-alist-convert-widget, widget-color-complete): Simplify,
13756 particularly to avoid bindings which aren't optimized out.
13757
13758 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
13759 Doc fix.
13760 (down-list, backward-up-list, up-list, kill-sexp)
13761 (backward-kill-sexp, mark-sexp): Make arg optional.
13762 (lisp-complete-symbol): Add optional arg PREDICATE.
13763
13764 * cus-start.el: Add display-buffer-reuse-frames,
13765 file-coding-system-alist.
13766
137672000-08-20 Gerd Moellmann <gerd@gnu.org>
13768
13769 * startup.el (command-line): Clear realized faces after
13770 modifying TTY color mappings.
13771
137722000-08-20 Miles Bader <miles@gnu.org>
13773
13774 * faces.el (face-attr-match-p): Don't return true if ATTRS are
13775 merely a subset of FACE's attributes.
13776
137772000-08-19 Miles Bader <miles@gnu.org>
13778
13779 * comint.el (comint-output-filter): Save the point with a marker,
13780 not just a buffer position.
13781
13782 * international/mule.el (set-buffer-process-coding-system): Make
13783 interactive prompt less confusing.
13784
137852000-08-19 Gerd Moellmann <gerd@gnu.org>
13786
13787 * hilit-chg.el: General cleanup of doc strings, comments and
13788 code formatting.
13789
137902000-08-19 Miles Bader <miles@gnu.org>
13791
13792 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
13793 Compiler macro removed; beginning-of-line is no longer always
13794 equivalent to forward-line, in the presence of fields.
13795
13796 * comint.el (comint-output-filter): Remove ad-hoc saving of
13797 restriction, and just use save-restriction, now that it works
13798 correctly. Don't adjust comint-last-input-start to account for
13799 our insertion; it shouldn't have moved because we don't use
13800 insert-before-markers anymore. Comment out call to
13801 `force-mode-line-update'; why is it here?
13802
13803 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
13804 while checking for prompt to delete. Use `forward-line 0'
13805 instead of beginning-of-line.
13806 (gud-filter): Temporarily widen gud comint buffer while
13807 examining output.
13808
138092000-08-18 Stefan Monnier <monnier@cs.yale.edu>
13810
13811 * progmodes/sh-script.el: Big bag of typos.
13812
13813 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
13814 check since ispell-process is not bound when ispell is not yet loaded.
13815
138162000-08-18 Dave Love <fx@gnu.org>
13817
13818 * image.el (find-image): Copy `spec' before using plist-put.
13819
138202000-08-18 Gerd Moellmann <gerd@gnu.org>
13821
13822 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
13823 `portugues'.
13824
13825 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
13826 backward-kill-sexp, analogous to kill-sexp.
13827
13828 * progmodes/icon.el (icon-indent-line)
13829 (icon-is-continuation-line): Handle comments specially.
13830
138312000-08-17 Ken Stevens <k.stevens@ieee.org>
13832
13833 * ispell.el: Set to standard author/maintainer/keyword fields.
13834 Fine tuning to menu map appearance and operation, and added help.
13835 Remove `start' and `end' error messages when compiling.
13836 (ispell-choices-win-default-height): Fixed comment string.
13837 (ispell-dictionary-alist-1): Fixed regexp in castellano and
13838 castellano8 dictionaries.
13839 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
13840 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
13841 dictionary, added italiano dictionary.
13842 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
13843 word character
13844 (ispell-tex-skip-alists): Added psfig support.
13845 (ispell-skip-html): Renamed from ispell-skip-sgml.
13846 (ispell-begin-skip-region-regexp, ispell-skip-region)
13847 (ispell-minor-check): Improved html skipping support to skip across
13848 code, and recognize `&' commands without propper `;' syntax;
13849 (ispell-process-line): Fix alignment error when manually
13850 correcting spelling.
13851 (ispell): Fix comment string.
13852 (ispell-add-per-file-word-list): Always put word list on new line.
13853
138542000-08-17 Gerd Moellmann <gerd@gnu.org>
13855
13856 * format.el (format-encode-run-method): Fix error message to say
13857 `encode' instead of `decode'. Use save-window-excursion around
13858 shell-command-on-region as in format-decode-run-method because
13859 shell-command-on-region can display a buffer with error output.
13860 (format-decode): Don't record undo information for the decoding.
13861 (format-annotate-function): Add parameter FORMAT-COUNT. Make
13862 that number part of the temporary buffer name so that more than
13863 one decoding using a temporary buffer can happen safely.
13864
13865 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
13866 of `A-z' in the regexp.
13867
13868 * hilit-chg.el: Fix typos in commentary.
13869
13870 * help.el (view-emacs-news): Rewritten for new naming scheme
13871 for old NEWS files.
13872
13873 * startup.el (command-line): Pop to *Messages* in case an error
13874 is signaled while loading user-init-file.
13875
138762000-08-17 Andreas Schwab <schwab@suse.de>
13877
13878 * files.el (insert-directory): Don't lose original file name,
13879 undoing an undocumented change.
13880
138812000-08-17 Alex Schroeder <alex@gnu.org>
13882
13883 * sql.el (sql-magic-go): Use comint-bol.
13884 (sql-copy-column): Use comint-line-beginning-position.
13885 (comint-line-beginning-position): Define a replacement for
13886 comint-line-beginning-position if it is not fboundp.
13887
138882000-08-17 Alex Schroeder <alex@gnu.org>
13889
13890 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
13891 it didn't have any effect anyway.
13892
138932000-08-17 Alex Schroeder <alex@gnu.org>
13894
13895 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
13896 --pset and pager=off instead of sending \\o|cat at the beginning
13897 of the session.
13898
138992000-08-17 Miles Bader <miles@gnu.org>
13900
13901 * progmodes/octave-inf.el: Add compatibility definition of
13902 comint-line-beginning-position.
13903
139042000-08-17 Kenichi Handa <handa@etl.go.jp>
13905
13906 * startup.el (normal-top-level): Look in each dir in load-path for
13907 a leim-list.el file too. This assures of loading leim-list.el
13908 that is created at Emacs installation time even if a user have his
13909 own leim-list.el.
13910
139112000-08-17 Miles Bader <miles@gnu.org>
13912
13913 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
13914 foreground color to black if the background is dark.
13915
139162000-08-16 Stefan Monnier <monnier@cs.yale.edu>
13917
13918 * loadhist.el (unload-feature): Typo.
13919
13920 * finder.el (finder-compile-keywords):
13921 * cus-dep.el (custom-make-dependencies): Add local-variable settings
13922 to the generated file.
13923
13924 * mail/mh-e.el (mh-make-local-vars):
13925 Replace make-variable-buffer-local with make-local-variable.
13926
13927 * play/landmark.el:
13928 * options.el (Edit-options-{set,toggle,t,nil}):
13929 * mail/mailabbrev.el (mail-abbrevs-mode):
13930 * textmodes/tex-mode.el (tex-expand-files):
13931 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
13932
13933 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
13934
13935 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
13936 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
13937 Allow going past the last element.
13938 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
13939 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
13940 (cvs-mouse-toggle-mark): Don't move point.
13941 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
13942
13943 * progmodes/compile.el (grep): Provide a default set of files.
13944 (next-error): Docstring fix.
13945 (compilation-find-file): Avoid find-file (fails in a dedicated window).
13946
13947 * emacs-lisp/easy-mmode.el (define-minor-mode):
13948 Use `symbol-value' to keep the byte-compiler quiet.
13949
13950 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
13951 (diff-find-source-location): New fun, extracted from diff-goto-source.
13952 (diff-goto-source): Use it.
13953 (diff-next-complex-hunk, diff-filter-lines): New function.
13954 (diff-apply-hunk): New command.
13955
13956 * smerge-mode.el (smerge-mode-menu): Doc fix.
13957
13958 * msb.el (msb-mode): Define it in terms of define-minor-mode.
13959
139602000-08-16 Dave Love <fx@gnu.org>
13961
13962 * windmove.el (windmove) <defgroup>: Add :version.
13963
13964 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
13965 (goto-address-fontify-p, goto-address-highlight-p)
13966 (goto-address-url-face, goto-address-url-mouse-face)
13967 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
13968 (goto-address-url-regexp): Use thing-at-point-url-regexp.
13969 (goto-address-fontify, goto-address-at-mouse): Simplify,
13970 (goto-address-at-point): browse-url-url-at-point,
13971 goto-address-find-address-at-point can return nil.
13972 (goto-address-find-address-at-point): Return nil on failure.
13973
13974 * align.el (align) <defgroup>: Add :version.
13975
13976 * calculator.el (calculator): Add :version.
13977 (calculator): Use two lines for calculator window if `modeline'
13978 face is boxed.
13979
13980 * play/5x5.el: Doc fixes.
13981 (5x5) <defgroup>: Add :version.
13982
13983 * play/fortune.el (fortune) <defgroup>: Add :version.
13984 (fortune-append): Fix error message.
13985 (fortune-from-region): Doc fix.
13986
13987 * play/pong.el (pong): Doc fix.
13988
13989 * play/morse.el: Keywords, commentary, autoloads.
13990
139912000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
13992
13993 * desktop.el (desktop-save): Don't look at symbol-value of a
13994 member of minor-mode-alist, unless it is boundp.
13995
139962000-08-16 Sam Steingold <sds@gnu.org>
13997
13998 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
13999 `while'; use `with-current-buffer' instead of `save-excursion'.
14000 Removed unnecessary kludges now that "*Buffer List*" is excluded.
14001
140022000-08-16 Kenichi Handa <handa@etl.go.jp>
14003
14004 * international/ccl.el (declare-ccl-program): Docstring modified.
14005 (ccl-execute-with-args): Likewise.
14006
140072000-08-16 Miles Bader <miles@gnu.org>
14008
14009 * progmodes/sql.el: Add compatibility definition of
14010 comint-line-beginning-position.
14011
140122000-08-15 Gerd Moellmann <gerd@gnu.org>
14013
14014 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
14015 'buffer-menu' property.
14016 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
14017 fails.
14018 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
14019 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
14020 wasn't killed.
14021
14022 * buff-menu.el (list-buffers-noselect): Don't display the
14023 *Buffer List* buffer.
14024
14025 * font-lock.el: Require jit-lock to prevent a very late
14026 `Loading jit-lock' message.
14027
14028 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
14029 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
14030 mail address.
14031
140322000-08-15 Miles Bader <miles@gnu.org>
14033
14034 * textmodes/ispell.el (ispell-graphic-p): New constant.
14035 (ispell-choices-win-default-height, ispell-help): Use
14036 `ispell-graphic-p' instead of `xemacsp'.
14037
140382000-08-15 Dave Love <fx@gnu.org>
14039
14040 * simple.el: Autoload widget-convert when compiling.
14041 (mail-user-agent): Doc fix.
14042
14043 * help.el (function-called-at-point, variable-at-point): Use
14044 with-syntax-table.
14045 (help-manyarg-func-alist): Add insert-and-inherit.
14046
14047 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
14048
14049 * delsel.el (delsel-unload-hook): New function.
14050
14051 * find-file.el: Doc fixes. Move provide to end.
14052 (ff) <defgroup>: Add :link.
14053 (ff-goto-click): Deleted.
14054 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
14055 Use mouse-set-point.
14056
14057 * textmodes/tildify.el: Doc fixes.
14058 (tildify) <defgroup>: Add:version.
14059
14060 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
14061 (glasses-custom-set): Use set-default, not set.
14062 (minor-mode-alist): Propertize the lighter.
14063 (glasses-mode): Provide optional arg.
14064
14065 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
14066 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
14067 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
14068 option. Provide :type.
14069 (cwarn-configuration): Provide :type.
14070 (cwarn-mode): Doc fix.
14071
14072 * add-log.el (change-log-merge): Doc fix.
14073 (change-log-redate): New command.
14074
14075 * net/browse-url.el (browse-url-filename-alist): Add a clause for
14076 Doze and Dog.
14077 (browse-url): Use dolist, not mapcar.
14078 (browse-url-at-point): Check for null url.
14079 (browse-url-event-buffer, browse-url-event-point): Functions
14080 deleted.
14081 (browse-url-at-mouse, browse-url-netscape): Simplify.
14082
14083 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
14084 modes.
14085 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
14086 Fix previous change to mapcan.
14087 (msb--init-file-alist, msb--add-separators)
14088 (msb--make-keymap-menu): Simplify.
14089 (msb--choose-file-menu): Use copy-sequence.
14090 (msb-mode-map): Add title to keymap.
14091 (msb-unload-hook): New function.
14092
14093 * bs.el: Fix indentation.
14094 (bs) <defgroup>: Add :links.
14095 (bs-show): Doc fix.
14096 (bs-apply-sort-faces): Don't use window-system.
14097 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
14098
140992000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
14100
14101 * calendar/timeclock.el (timeclock-file): Run .timelog through
14102 convert-standard-filename.
14103
141042000-08-14 Gerd Moellmann <gerd@gnu.org>
14105
14106 * emacs-lisp/authors.el: New file.
14107
14108 * paren.el (show-paren-priority): New user option.
14109 (show-paren-function): Set overlay priorities to
14110 show-paren-priority.
14111
141122000-08-14 Miles Bader <miles@gnu.org>
14113
14114 * comint.el (comint-bol): Use `forward-line 0' instead of calling
14115 beginning-of-line with inhibit-field-text-motion bound.
14116
141172000-08-14 Gerd Moellmann <gerd@gnu.org>
14118
14119 * calendar/timeclock.el: New file.
14120
141212000-08-14 David Ponce <david@dponce.com>
14122
14123 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
14124 `widget-button-click'. so that one can use left mouse button to
14125 click on dialog buttons.
14126
141272000-08-14 Emmanuel Briot <briot@gnat.com>
14128
14129 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
14130 identifiers, since XML is case sensitive
14131
141322000-08-12 Miles Bader <miles@gnu.org>
14133
14134 * comint.el (comint-output-filter): Don't bother frobbing
14135 window-start, it doesn't seem to be necessary.
14136
14137 * comint.el (comint-send-string, comint-send-region): Make into
14138 real functions. Snapshot the prompt before sending.
14139
141402000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
14141
14142 * info.el (Info-find-emacs-command-nodes): Rewrite to use
14143 technique similar to Info-index, instead of relying on specific
14144 names of relevant Index nodes.
14145 (Info-goto-emacs-command-node): Bind Info-history to nil when
14146 going to the first node found by Info-find-emacs-command-nodes.
14147
141482000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
14149
14150 * menu-bar.el (menu-bar-help-menu): Add a :help string.
14151
141522000-08-10 Miles Bader <miles@gnu.org>
14153
14154 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
14155
141562000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
14157
14158 * info.el (Info-file-list-for-emacs): More elements for the
14159 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
14160 and woman manuals.
14161
141622000-08-10 Miles Bader <miles@lsi.nec.co.jp>
14163
14164 * comint.el (comint-send-input): Make the newline boundary overlay
14165 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
14166 (comint-output-filter): Use `insert' instead of
14167 `insert-before-markers'. Extend comint-last-output-overlay when
14168 necessary since we can't rely on insert-before-markers to do it.
14169 * gud.el (gud-filter): Use `with-current-buffer' instead of
14170 save-excursion when inserting the output, so that point gets
14171 updated correctly; the old method relied on a rather dodgy
14172 side-effect of comint-output-filter to avoid the effect of
14173 save-excursion.
14174
141752000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
14176
14177 * files.el (recover-file): Call insert-directory instead of
14178 invoking `ls' directly.
14179
141802000-08-10 Miles Bader <miles@gnu.org>
14181
14182 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
14183 (comint-last-prompt-overlay): New variables.
14184 (comint-output-filter): Implement prompt highlighting.
14185 (comint-snapshot-last-prompt): New function.
14186 (comint-send-input): Snapshot the last prompt.
14187 Use comint-highlight-input-face.
14188 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
14189 Use defface instead of defcustom.
14190 (send-invisible, comint-send-eof): Snapshot the last prompt.
14191 (comint-delchar-or-maybe-eof): Use comint-send-eof.
14192 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
14193
141942000-08-09 Stefan Monnier <monnier@cs.yale.edu>
14195
14196 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
14197 (regexp-opt-group): Use a list of chars for `letters'.
14198 (regexp-opt-charset): `chars' is now a list of chars.
14199 Use a char-table rather than a vector so it works for multibyte chars.
14200
14201 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
14202 Set cvs-minor-current-files to the selected fileinfo.
14203 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
14204 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
14205
142062000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
14207
14208 * files.el (insert-directory): Don't call access-file on
14209 directories on DOS and Windows.
14210
142112000-08-09 Kenichi Handa <handa@etl.go.jp>
14212
14213 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
14214 longer if necessary.
14215 (ccl-embed-code): Call ccl-embed-data to store CODE in
14216 ccl-program-vector.
14217
142182000-08-09 Miles Bader <miles@gnu.org>
14219
14220 * comint.el (comint-output-filter): Properly handle the case where
14221 the text surrounded by comint-last-output-overlay was deleted.
14222
142232000-08-08 Gerd Moellmann <gerd@gnu.org>
14224
14225 * info.el (Info-insert-dir): Use Info-additional-directory-list if
14226 non-nil.
14227 (Info-file-list-for-emacs): Remove "info" from the list because
14228 that leads to trying to use the documentation from file `info'
14229 in various situations where it isn't appropriate, for instance
14230 C-h C-k C-h i.
14231
14232 * ffap.el (ffap-read-file-or-url-internal): Handle case that
14233 DIR and/or STRING are nil.
14234
14235 * progmodes/compile.el (compilation-setup): Make variable
14236 compilation-error-screen-columns buffer-local, as some comment
14237 in the code suggests it should be.
14238
14239 * files.el (auto-mode-interpreter-regexp): New variable.
14240 (set-auto-mode): Use it.
14241
14242 * indent.el (indent-for-tab-command): Doc fix.
14243
14244 * mouse-sel.el (mouse-sel-mode): Doc fix.
14245
14246 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
14247 labels.
14248
14249 * help.el (print-help-return-message): When
14250 display-buffer-reuse-frames is set, let the help window been quit,
14251 instead of deleting it, which might delete a reused frame.
14252
142532000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
14254
14255 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
14256 rename a directory to a name that differs only by its letter case.
14257
142582000-08-08 Kenichi Handa <handa@etl.go.jp>
14259
14260 * international/quail.el (quail-define-rules): Handle Quail decode
14261 map correctly. Add code for supporting annotations.
14262 (quail-install-decode-map): New function.
14263 (quail-defrule-internal): New optional arguments decode-map and
14264 props.
14265 (quail-advice): New function.
14266
142672000-08-07 Sam Steingold <sds@gnu.org>
14268
14269 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
14270 `defconst', `define-condition', `with-slots'.
14271 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
14272
142732000-08-03 Miles Bader <miles@gnu.org>
14274
14275 * comint.el (comint-use-prompt-regexp-instead-of-fields):
14276 New variable.
14277 (comint-prompt-regexp, comint-get-old-input): Document dependence on
14278 comint-use-prompt-regexp-instead-of-fields.
14279 (comint-send-input): Add `input' field property to stuff we send to
14280 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
14281 (comint-output-filter): Add `output' field property to process
14282 output, if comint-use-prompt-regexp-instead-of-fields is nil.
14283 (comint-replace-by-expanded-history)
14284 (comint-get-old-input-default, comint-show-output)
14285 (comint-backward-matching-input, comint-forward-matching-input)
14286 (comint-next-prompt, comint-previous-prompt): Use field
14287 properties if comint-use-prompt-regexp-instead-of-fields is nil.
14288 (comint-line-beginning-position): New function.
14289 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
14290 (comint-replace-by-expanded-history-before-point): Use
14291 comint-line-beginning-position and line-end-position.
14292 (comint-last-output-overlay): New variable.
14293 (comint-mode): Make `comint-last-output-overlay' buffer-local.
14294
14295 * shell.el (shell-prompt-pattern): Doc change.
14296 (shell-backward-command): Use line-beginning-position.
14297
14298 * gud.el (gud-gdb-complete-command): Use
14299 comint-line-beginning-position.
14300
14301 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
14302 comint-bol doesn't actually go to the beginning of the line.
14303
14304 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
14305 if comint-use-prompt-regexp-instead-of-fields is non-nil.
14306 (try-expand-line-all-buffers): Likewise.
14307
14308 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
14309 explicitly matching comint-prompt-regexp.
14310 (sql-copy-column): Use comint-line-beginning-position instead of
14311 explicitly matching comint-prompt-regexp.
14312
14313 * progmodes/octave-inf.el (inferior-octave-complete): Use
14314 comint-line-beginning-position.
14315
14316 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
14317
14318 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
14319 looking for a prompt, use `forward-line 0' instead of
14320 `beginning-of-line', to avoid getting caught by an input field.
14321
143222000-08-07 Gerd Moellmann <gerd@gnu.org>
14323
14324 * files.el (shell-quote-wildcard-pattern): Make sure to return
14325 PATTERN, in the Unix case.
14326
143272000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
14328
14329 * play/zone.el (zone): Discard any pending input before running
14330 the randomly-chosen pgm.
14331
143322000-08-07 Kenichi Handa <handa@etl.go.jp>
14333
14334 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
14335 checking the existence of any multibyte characters.
14336
143372000-08-06 Gerd Moellmann <gerd@gnu.org>
14338
14339 * help.el (describe-mode): Test minor-mode symbol for being
14340 bound before testing its value for being nil.
14341
14342 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
14343 `first', `second', and `third'.
14344
14345 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
14346 (second): Make it an alias for `cadr'.
14347
143482000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
14349
14350 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
14351 types of display support faces now.
14352
143532000-08-05 Gerd Moellmann <gerd@gnu.org>
14354
14355 * pcvs.el (require): Require `cl' during compilation, only.
14356
14357 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
14358 (toplevel): Remove `remq' and `remove' from autoloads.
14359 (cl-fake-autoloads): New variable. If set, arrange for an error
14360 when CL functions etc. are autoloaded.
14361
143622000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
14363
14364 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
14365
14366 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
14367 popped up, but the user clicks outside the menu, return an empty
14368 regexp (that causes unhighlight-regexp to have no effect).
14369
14370 * menu-bar.el (menu-bar-games-menu): Add Zone.
14371
14372 * hi-lock.el (toplevel): Require font-lock.
14373
143742000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14375
14376 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
14377 (ebnf-8-bit-chars): New var for bug fix.
14378 (ebnf-string): Bug fix.
14379
143802000-08-03 Sam Steingold <sds@gnu.org>
14381
14382 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
14383 instead of `buffer-string'.
14384 (require 'cl): Always, not just when compiling.
14385 `ignore-errors' in `interactive', `list*', `defun*' &c make this
14386 necessary.
14387
143882000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
14389
14390 * international/mule-cmds.el (select-safe-coding-system): Make
14391 the message text about selecting a safe coding system more clear.
14392
143932000-08-02 Gerd Moellmann <gerd@gnu.org>
14394
14395 * hi-lock.el: New file.
14396
14397 * play/zone.el: New file.
14398
14399 * replace.el (occur): Set tab-width in the *Occur* buffer to the
14400 value of tab-width in the original buffer. Choose a line number
14401 format that's a multiple of the original buffer's tab width, so
14402 that lines appear right.
14403
14404 * textmodes/ispell.el (ispell): New function, replacing an alias.
14405 Spell-check active region if in transient-mark-mode and mark
14406 is active; otherwise spell-check buffer.
14407
144082000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14409
14410 * ps-mule.el: Fix a customization problem on
14411 ps-mule-font-info-database-default.
14412
144132000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
14414
14415 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
14416 display-mouse-p instead of window-system.
14417 (ebrowse-member-mode-map): Ditto.
14418
144192000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14420
14421 * progmodes/ebnf2ps.el: Update ps-print functions call.
14422 Indentation fix. Doc fix.
14423 (ebnf-version): New version number (3.2).
14424 (ebnf-format-color, ebnf-begin-job): Code fix.
14425
144262000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
14427
14428 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
14429 font lock support on window-system.
14430 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
14431
14432 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
14433 display-color-p, if fboundp, instead of window-system.
14434
144352000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
14436
14437 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
14438 instead of window-system.
14439
14440 * wid-edit.el (widget-choose): Use display-mouse-p instead of
14441 window-system.
14442 (widget-choice-mouse-down-action): Use display-popup-menus-p
14443 instead of window-system.
14444
14445 * strokes.el (strokes-file): Run the file name through
14446 convert-standard-filename.
14447 (strokes-mode): Call display-mouse-p instead of looking at
14448 window-system. Change the error message accordingly.
14449
14450 * progmodes/cpp.el (toplevel): Support faces on tty's.
14451
14452 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
14453 (lm-plot-square, lm-init-display): Don't use window-system.
14454
14455 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
14456 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
14457
14458 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
14459 instead of looking at window-system.
14460
144612000-07-30 Gerd Moellmann <gerd@gnu.org>
14462
14463 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
14464 of testing if iswitchb-prepost-hooks is bound, because the
14465 latter will always be true when invoking a recursive minibuffer
14466 from an active Iswitchb buffer.
14467
144682000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
14469
14470 * files.el (shell-quote-wildcard-pattern): New function.
14471 (insert-directory): Call it. Only prepend "\" to command on Unix
14472 and GNU/Linux systems.
14473
144742000-07-30 Gerd Moellmann <gerd@gnu.org>
14475
14476 * eshell/esh-groups.el: Change custom :link file names
14477 from `eshell.info' to `eshell'.
14478
144792000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
14480
14481 * dired.el (dired-build-subdir-alist): Expand subdirectory names
14482 correctly in recursive ange-ftp listings.
14483
144842000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14485
14486 * ps-print.el: Fix bug 1: if ps-font-size-internal,
14487 ps-header-font-size-internal and
14488 ps-header-title-font-size-internal variables are not set,
14489 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
14490 face text property is (foreground-color . COLOR) or
14491 `(background-color . COLOR)', ps-print crashes. Doc fix.
14492 (ps-print-version): New version number (5.2.4).
14493 (ps-plot-region): Code fix.
14494 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
14495 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
14496 Bug fix 2.
14497
144982000-07-30 Milan Zamazal <pdm@freesoft.cz>
14499
14500 * glasses.el (glasses-make-readable): Fix uncapitalization of
14501 identifiers like `myXMLDocument'.
14502
145032000-07-28 Karl Fogel <kfogel@red-bean.com>
14504
14505 * mail/mail-hist.el (mail-hist-previous-input)
14506 (mail-hist-next-input): Do the obvious code factorization.
14507 (mail-hist-retrieve-and-insert): New func, contains common
14508 code of above two.
14509 If inserting a message body, leave point at top.
14510
145112000-07-28 Sam Steingold <sds@gnu.org>
14512
14513 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
14514 Use `<=', not `<' to compare times!
14515 (ange-ftp-ls): Remove.
14516
145172000-07-27 Gerd Moellmann <gerd@gnu.org>
14518
14519 * play/cookie1.el: Add explanation of how to make cookie.el
14520 compatible with strfile(1) to comment.
14521
14522 * subr.el (remove, remq): New functions.
14523
14524 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
14525 escape `*' in regexps.
14526 (midnight-find): Reverse order of arguments in the funcall of
14527 TEST.
14528
14529 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
14530 and `.class'.
14531
14532 * play/meese.el: Add Commentary section.
14533
145342000-07-27 Alex Schroeder <alex@gnu.org>
14535
14536 * sql.el (sql-ms): Added autoload cookie.
14537 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
14538 (sql-oracle): Ditto.
14539 (sql-help): Doc change.
14540
14541 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
14542 types and exceptions.
14543
145442000-07-27 Alex Schroeder <alex@gnu.org>
14545
14546 * sql.el (sql-placeholder-history): New variable.
14547 (sql-query-placeholders-and-send): New function that will query
14548 the user and replace placeholders with user input.
14549 (sql-oracle): If running on NT, set comint-input-sender to
14550 sql-query-placeholders-and-send.
14551
14552 (sql-stop): If in the SQLi buffer, insert stop notification, else
14553 present it as a message.
14554
145552000-07-27 Alex Schroeder <alex@gnu.org>
14556
14557 * sql.el (sql-input-ring-separator): Doc change.
14558 (sql-input-ring-file-name): Doc change.
14559 (sql-interactive-mode): Use `sql-input-ring-separator' and
14560 `sql-input-ring-file-name' to set the comint-mode equivalents
14561 without making them local variables.
14562 (sql-stop): Don't bind `sql-input-ring-separator' and
14563 `sql-input-ring-file-name' dynamically to their comint-mode
14564 equivalents.
14565
145662000-07-27 Kenichi Handa <handa@etl.go.jp>
14567
14568 * international/mule.el (register-char-codings): New function.
14569 (make-coding-system): Handle `safe-chars' specification in the arg
14570 PROPERTY.
14571
14572 * international/mule-cmds.el
14573 (find-coding-systems-region-subset-p): This function deleted.
14574 (sort-coding-systems-predicate): New variable.
14575 (sort-coding-systems): New function.
14576 (find-coding-systems-region): Use
14577 find-coding-systems-region-internal.
14578 (find-coding-systems-string): Use find-coding-systems-region.
14579 (find-coding-systems-for-charsets): Check
14580 char-coding-system-table.
14581 (select-safe-coding-system-accept-default-p): New variable.
14582 (select-safe-coding-system): Mostly rewritten. New argument
14583 ACCEPT-DEFAULT-P.
14584 (select-message-coding-system): Call select-safe-coding-system
14585 with ACCEPT-DEFAULT-P arg.
14586 (reset-language-environment): Reset default-sendmail-coding-system
14587 to the default value iso-latin-1.
14588 (set-language-environment): Don't set the obsolete variable
14589 charset-origin-alist.
14590
14591 * international/codepage.el (cp-coding-system-for-codepage-1):
14592 Give `safe-chars' property to make-coding-system.
14593
14594 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
14595 calling select-message-coding-system twice.
14596
14597 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
14598 instead of `safe-charsets'.
14599 (cyrillic-alternativnyj): Likewise.
14600 (ccl-encode-alternativnyj): Don't check the charset
14601 cyrillic-iso8859-5.
14602
146032000-07-27 Kenichi Handa <handa@etl.go.jp>
14604
14605 * composite.el (compose-chars-after): Preserve match data.
14606
146072000-07-26 Sam Steingold <sds@gnu.org>
14608
14609 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
14610 (ange-ftp-real-file-newer-than-file-p): New function.
14611 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
14612 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
14613
14614 * tooltip.el (tooltip-float-time): Removed (use `float-time').
14615 * midnight.el (midnight-float-time): Ditto.
14616
146172000-07-26 Andreas Schwab <schwab@suse.de>
14618
14619 * files.el (normal-backup-enable-predicate): Correct
14620 interpretation of the return value of compare-strings.
14621
146222000-07-26 Gerd Moellmann <gerd@gnu.org>
14623
14624 * isearch.el (isearch-resume): New function.
14625 (isearch-done): Add something to command-history to resume
14626 the search.
14627 (isearch-yank-line, isearch-yank-word): Use
14628 buffer-substring-no-properties instead of buffer-substring.
14629
14630 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
14631 of flyspell-mouse-map.
14632
14633 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
14634 duplicate definition.
14635 (makefile-mode): Remove duplicate setting of local-abbrev-table.
14636
14637 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
14638 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
14639
146402000-07-25 Sam Steingold <sds@gnu.org>
14641
14642 * net/ange-ftp.el: Get modtime over the net.
14643 (ange-ftp-file-modtime): New function.
14644 (ange-ftp-write-region, ange-ftp-insert-file-contents)
14645 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
14646 Use it.
14647 (ange-ftp-dot-to-slash): New function.
14648 (ange-ftp-fix-name-for-vms): Use it.
14649
14650 * midnight.el (midnight-buffer-display-time): Use
14651 `with-current-buffer'.
14652
146532000-07-25 Gerd Moellmann <gerd@gnu.org>
14654
14655 * find-dired.el: Update copyright notice.
14656 (find-dired): Offer to kill a running `find'.
14657
14658 * enriched.el (enriched-face-ans): For a `foreground-color'
14659 property, return '(("x-color" COLOR))' so that COLOR will be
14660 output as a parameter of the x-color annotation. Likewise for the
14661 `background-color' property. In the case of normal face
14662 properties, don't return annotations for unspecified foreground
14663 and background face attributes.
14664
146652000-07-25 Kenichi Handa <handa@etl.go.jp>
14666
14667 * language/japan-util.el (japanese-katakana-region): Fix handling
14668 HANKAKU argument.
14669
146702000-07-25 Miles Bader <miles@gnu.org>
14671
14672 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
14673 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
14674 constrain-to-field.
14675
146762000-07-24 Andrew Innes <andrewi@gnu.org>
14677
14678 * timer.el (timer-activate-when-idle): Add optional parameter
14679 DONT-WAIT. Update docstring.
14680 (run-with-idle-timer): Specify extra parameter to
14681 timer-activate-when-idle, so that timer will be activated
14682 immediately if Emacs is already idle.
14683
14684 * w32-fns.el (w32-using-nt): Fix docstring.
14685
146862000-07-24 Dave Love <fx@gnu.org>
14687
14688 * mouse.el (popup-menu): Set last-command-event.
14689 (mouse-major-mode-menu-prefix): Declare.
14690
146912000-07-24 Gerd Moellmann <gerd@gnu.org>
14692
14693 * textmodes/flyspell.el: Update to author's version 1.5d.
14694
14695 * progmodes/hideshow.el: Update copyright notice.
14696
14697 * vcursor.el: Set maintainer to FSF, since author cannot
14698 be reached.
14699
147002000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
14701
14702 * info.el (Info-goto-emacs-key-command-node): Leave a space after
14703 the prompt.
14704
14705 * mouse.el (popup-menu): Run the keymap through indirect-function,
14706 in case it was defined with define-prefix-key. If the menu is a
14707 list of keymaps, look up the binding of user's choice in each one
14708 of the keymaps.
14709 (mouse-popup-menubar): If the global and local menu-bar keymaps
14710 don't have a prompt string, create one and insert it into the
14711 keymap. Don't barf if current-local-map returns nil.
14712
147132000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
14714
14715 * dired.el (dired-sort-R-check): Added to allow recursive listing
14716 to be undone.
14717 (dired-sort-other): Use it.
14718
147192000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14720
14721 * Release of cc-mode 5.27
14722
147232000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14724
14725 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
14726 c-beginning-of-statement-1 that caused a bad case of recursion
14727 which could consume a lot of CPU in large classes in languages
14728 that have in-expression classes (i.e. Java and Pike).
14729
14730 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
14731 statements before top level constructs (i.e. case 6 is moved
14732 before case 5 and is now case 4) to catch in-expression
14733 classes in top level expressions correctly.
14734
147352000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14736
14737 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
14738 objc-method-intro. Case 4 removed and case 5I added.
14739
14740 * cc-langs.el (c-append-paragraph-start): New variable used by
14741 c-common-init to get paragraph-start correct.
14742 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
14743 initialize paragraph-start to make it correct both with and
14744 without the javadoc special case.
14745
14746 * cc-mode.el (java-mode): Use c-append-paragraph-start to
14747 initialize paragraph-start for javadoc markup.
14748
14749 * cc-vars.el (c-style-variables-are-local-p): Incompatible
14750 change by defaulting this to t. It's motivated by the
14751 confusing behavior that otherwise arise from the style system
14752 when editing both java and non-java files at the same time
14753 (see the comments about style setting in c-common-init).
14754
147552000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14756
14757 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
14758 similar to the one in c-fill-paragraph to check the fill
14759 prefix from the adaptive fill function for sanity.
14760
147612000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14762
14763 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
14764 defun block.
14765
a30eb617
DL
147662000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14767
14768 * cc-align.el (c-lineup-multi-inher): Handle lines with
14769 leading comma nicely. Extended to handle member initializers
14770 too.
14771
14772 * cc-engine.el: (c-beginning-of-inheritance-list,
14773 c-guess-basic-syntax): Fixed recognition of inheritance lists
14774 when the lines begins with a comma.
14775
a30eb617
DL
14776 * cc-vars.el (c-offsets-alist): Changed default for
14777 member-init-cont to c-lineup-multi-inher since it now handles
14778 member initializers and indents better for leading commas.
14779
147802000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14781
14782 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
14783 handling that caused class open lines to be recognized as
14784 statement-conts in some cases.
14785
14786 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
14787 guessed by the adaptive fill function unless point is on the
14788 first line of a block comment.
14789
14790 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
14791 when the buffer ends with a macro continuation char.
14792
14793 * cc-engine.el (c-guess-basic-syntax): Added support for
14794 function definitions as statements in Pike. The first
14795 statement in a lambda block is now labeled defun-block-intro
14796 instead of statement-block-intro.
14797
14798 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
14799 so that the class surrounding point is selected, not the one
14800 innermost in the state.
14801
14802 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
14803 recognition of switch labels having hanging multiline
14804 statements.
14805
14806 * cc-engine.el (c-beginning-of-member-init-list): Broke out
14807 some code in c-guess-basic-syntax to a separate function.
14808 * cc-engine.el (c-just-after-func-arglist-p): Fixed
14809 recognition of member inits with multiple line arglists.
14810 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
14811 member-init-cont when the commas are in funny places.
14812
148132000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14814
14815 * cc-defs.el (c-auto-newline): Removed this macro since it's
14816 not used anymore.
14817
14818 * cc-engine.el (c-looking-at-bos): New helper function.
14819 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
14820 inexpr and toplevel classes apart in Pike.
14821
14822 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
14823 of case 9A.
14824
14825 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
14826 constant, since "class" can introduce an in-expression class
14827 in Pike nowadays.
14828
148292000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14830
14831 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
14832 indentation on cpp-macro lines.
14833
14834 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
14835 a syntax modifier like comment-intro, to make it possible to
14836 get syntactic indentation for preprocessor directives. It's
14837 incompatible wrt to lineup functions on cpp-macro, but it has
14838 no observable effect in the 99.9% common case where cpp-macro
14839 is set to -1000.
14840
148412000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14842
14843 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
14844 member-init-cont when the preceding arglist is several lines.
14845
148462000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14847
14848 * cc-styles.el (c-style-alist): The basic offset for the BSD
14849 style corrected to 8.
14850
148512000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14852
14853 * cc-styles.el (c-style-alist): Adjusted the indentation of
14854 brace list openers in the gnu style.
14855
148562000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14857
14858 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
14859
14860 * cc-cmds.el (c-electric-brace, c-electric-slash,
14861 c-electric-star, c-electric-semi&comma, c-electric-colon,
14862 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
14863 when c-syntactic-indentation is nil.
14864
14865 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
14866 we were left at comments preceding the first statement when
14867 reaching the beginning of the buffer.
14868
14869 * cc-vars.el (c-syntactic-indentation): New variable to turn
14870 off all syntactic indentation.
14871
148722000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14873
14874 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
14875 between the text and the block comment ender when it hangs,
14876 depending on how many there are before the fill.
14877
148782000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14879
14880 * cc-engine.el (c-beginning-of-closest-statement): New helper
14881 function to go back to the closest preceding statement start,
14882 which could be inside a conditional statement.
14883 * cc-engine.el (c-guess-basic-syntax): Use
14884 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
14885
14886 * cc-engine.el (c-guess-basic-syntax): Better handling of
14887 arglist-intro, arglist-cont-nonempty and arglist-close when
14888 the arglist is nested inside parens. Cases 7A, 7C and 7F
14889 changed.
14890
14891 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
14892 up-to-date with javadoc 1.2.
14893
148942000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14895
14896 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
14897 multiline Pike type decls.
14898
148992000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14900
14901 * cc-cmds.el (c-indent-new-comment-line): Always break
14902 multiline comments in multiline mode, regardless of
14903 comment-multi-line.
14904
149052000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14906
14907 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
14908 fully::qualified::names in C++ member init lists. Preamble in
14909 case 5D changed.
14910
149112000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14912
14913 * cc-langs.el (c-common-init): Handling of obsolete variables
14914 moved to c-initialize-cc-mode. More compatible style override
14915 when using global style variables.
14916 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
14917 variables moved here.
14918
a30eb617
DL
14919 * cc-styles.el (c-make-styles-buffer-local): Flag style
14920 variable localness in c-style-variables-are-local-p to make
14921 the compatibility measure in c-common-init work well.
14922
14923 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
14924 longer contain set-from-style.
14925 * cc-styles.el (c-initialize-builtin-style): Don't check for
14926 set-from-style on c-special-indent-hook.
14927 * cc-styles.el (c-copy-tree): Obsolete. The standard function
14928 copy-alist is sufficient now.
14929
14930 * cc-styles.el (c-set-style, c-set-style-1,
14931 c-get-style-variables): Fixes to variable initialization so
14932 that duplicate entries in styles have the same effect
14933 regardless of DONT-OVERRIDE.
14934
14935 * cc-styles.el (c-set-style-2): Fixed bug where the
14936 initialization of inheriting styles failed when the
14937 dont-override flag is set.
14938
14939 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
14940 on this.
14941
149422000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14943
14944 * cc-defs.el (c-forward-comment): Removed the workaround
14945 introduced in 5.38 since it had worse side-effects. If a line
14946 contains the string "//\"", it regarded the // as a comment
14947 start since the \ temporarily doesn't have escape syntax.
14948
eb04d6cd 149492000-07-17 Emmanuel Briot <briot@act-europe.fr>
a30eb617
DL
14950
14951 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
14952 ada-xref.el before ada-prj.el, so that the Project menu is created
14953 when ada-prj tries to add to it.
14954 (ada-activate-keys-for-case): Suppress the characters that are not
14955 part of the Ada syntax. Better compatibility with else-mode
14956 (ada-adjust-case-interactive): When auto-casing is not active,
14957 correctly insert newlines (used to insert only ^M). Prevent the
14958 syntax table from being changed in case of an error
14959 (or '_' becomes part of a word and some commands are confused).
14960 Do nothing if ada-auto-case is nil.
14961 (ada-after-keyword-p): Ignore keywords that are also attributes
14962 (ada-batch-reformat): Update usage comment
14963 (ada-call-from-contextual-menu): New function
14964 (ada-case-read-exceptions): Reinitialize the casing exception list
14965 first to nil first, so that the casing exception file can be
14966 shared.
14967 (ada-check-defun-name): Handles "configure" keyword for gnatdist
14968 files.
14969 (ada-compile-goto-error): Fix regexp used to detect a file:line
14970 anywhere in the error message
14971 (ada-contextual-menu-last-point): New variable
14972 (ada-create-keymap): If the variable delete-key-deletes-forward is
14973 t on XEmacs, it means that DEL should delete one character
14974 forward.
14975 (ada-create-menu): Use :included instead of :visible for XEmacs.
14976 New submenu "Options".
14977 (ada-end-stmt-re): Correctly indent "select ... then abort"
14978 statements.
14979 (ada-fill-comment-paragraph): Correctly delete all leading '--'
14980 even if they don't match ada-fill-comment-prefix Fix handling of
14981 paragraphs on the first or last line of a file.
14982 (ada-format-paramlist): Fix handling of default parameter values.
14983 (ada-get-body-name): New function.
14984 (ada-get-current-indent): Optimized by searchling directly for an
14985 existing generic part or a statement outside of it. Handle
14986 ada-indent-align-comments when indenting comments Replaced some
14987 regexps by testing directly the next character. This results in a
14988 huge speedup on some files. New indentation scheme for renames
14989 statements. Stop looking for the 'while' or 'for' associated with
14990 a 'loop' at the first semicolon encountered. A "return" can also
14991 match an anonymous access subprogram declaration.
14992 (ada-get-indent-noindent): Ignore strings and comments when
14993 looking for the keywords "record" and "private".
14994 (ada-goto-matching-decl-start): When matching "if", make sure we
14995 are not in fact seeing "end if". Ignore "when" statements except
14996 when initial keyword was "begin". Fix handling of nested
14997 procedures. Add a recursive call to this function to skip over
14998 other 'end' statmts. Fix indentation for "when .. => begin"
14999 (ada-in-open-paren-p): Fix indentation for complex boolean
15000 expressions, where 'and then', 'or else' and parenthesis
15001 statements are mixed up.
15002 (ada-in-paramlist-p): Skip comments while searching for the
15003 beginning Fix handling of operator declarations.
15004 (ada-indent-align-comments): New variable
15005 (ada-indent-current): Change the syntax table only in the
15006 protected section, so that we are sure it is restored correctly.
15007 (ada-indent-on-previous-lines): Use ada-use-indent and
15008 ada-with-indent Correctly indent "select ... then"
15009 (ada-indent-region): Slight speedup.
15010 (ada-indent-renames): New variable.
15011 (ada-last-which-function-subprog, ada-last-which-function-line):
15012 New variables
15013 (ada-looking-at-semi-private): Correctly indent the 'private'
15014 keyword when it is the first word in a package declaration.
15015 (ada-loose-case-word): Stop searching if at the end of the buffer.
15016 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
15017 even if point is not initially at the end of the word.
15018 (ada-matching-decl-start-re): Add "when".
15019 (ada-mode): Add support for abbrev-mode, outline-mode and
15020 which-func-mode Override the old find-file.el entry in
15021 ff-special-constructs since it is using the obsolete
15022 ada-spec-suffix variable
15023 (ada-no-auto-case): New function
15024 (ada-scan-paramlist): When parsing the argument type, accept
15025 spaces (as in "X 'Class", generated by Rational Rose).
15026 (ada-other-file-name): No longer loads the other file.
15027 (ada-popup-menu): Save and restore the current buffer and cursor
15028 position before and after displaying the menu.
15029 (ada-search-ignore-complex-boolean): New function.
15030 (ada-uncomment-region): Emacs21 already knows how to delete
15031 comments not starting in the first column.
15032 (ada-use-indent): New variable
15033 (ada-which-function): New function.
15034 (ada-with-indent): New variable
15035 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
15036 can be batch-compiled from the command line.
15037
15038 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
15039 Add to the menu when the file is loaded, not in ada-mode-hook.
15040 Add -toolbar to the default ddd command Switches moved from
15041 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
15042 ada-prj-default-comp-opt
15043 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
15044 Reference Manual to the menu
15045 (ada-check-current): rewritten as a call to ada-compile-current
15046 (ada-compile): Removed.
15047 (ada-compile-application, ada-compile-current, ada-check-current):
15048 Set the compilation-search-path so that compile.el automatically
15049 finds the sources in src_dir. Automatic scrollong of the
15050 compilation buffer. C-uC-cC-c asks for confirmation before
15051 compiling
15052 (ada-compile-current): New parameter, prj-field
15053 (ada-complete-identifier): Load the .ali file before doing
15054 processing
15055 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
15056 conform to gnatmake's behavior.
15057 (ada-find-file-in-dir): New function
15058 (ada-find-references): Set the environment variables for gnatfind
15059 (ada-find-src-file-in-dir): New function.
15060 (ada-first-non-nil): Removed
15061 (ada-gdb-application): Add support for jdb, the java debugger.
15062 (ada-get-ada-file-name): Load the original-file first if not done
15063 yet.
15064 (ada-get-all-references): Handles the new ali syntax (parent types
15065 are found between <>).
15066 (ada-initialize-runtime-library): New function
15067 (ada-mode-hook): Always load a project file when a file is opened,
15068 so that the casing exceptions are correctly read.
15069 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
15070 (ada-parse-prj-file): Use find-file-noselect instead of find-file
15071 to open the project file, since the latter does not work with
15072 speedbar Get default values before loading the prj file, or the
15073 default executable file name is wrong. Use the absolute value of
15074 src_dir to initialize ada-search-directories and
15075 compilation-search-path,... Add the standard runtime library to
15076 the search path for find-file.
15077 (ada-prj-default-debugger): Was missing an opening '{'
15078 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
15079 variables.
15080 (ada-prj-default-gnatmake-opt): New variable
15081 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
15082 buffers, the project file is the default one Save the windows
15083 configuration before displaying the menu.
15084 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
15085 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
15086 ...) regexp-quote identifiers names to support operators +,
15087 -,... in regexps.
15088 (ada-remote): New function.
15089 (ada-run-application): Erase the output buffer before starting the
15090 run Support remote execution of the application. Use
15091 call-process, or the arguments are incorrectly parsed
15092 (ada-set-default-project-file): Reread the content of the active
15093 project file, not the one from the current buffer When a project
15094 file is set as the default project, all directories are
15095 automatically associated with it.
15096 (ada-set-environment): New function
15097 (ada-treat-cmd-string): New special variable ${current}
15098 (ada-treat-cmd-string): Revised. The substitution is now done for
15099 any ${...} substring
15100 (ada-xref-current): If no body was found, compiles the spec
15101 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
15102 compiler to get rid of command line length limitations.
15103 (ada-xref-get-project-field): New function
15104 (ada-xref-project-files): New variable
15105 (ada-xref-runtime-library-specs-path)
15106 (ada-xref-runtime-library-ali-path): New variables
15107 (ada-xref-set-default-prj-values): Default run command now does a
15108 cd to the build directory. New field: main_unit Provide a default
15109 file name even if the current buffer has no prj file.
15110
15111 * ada-prj.el:
15112 Rewritten to show a tabbed-dialog.
15113 (ada-prj-add-ada-menu): Remove the map and name parameters.
15114 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
15115 New function
15116 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
15117 (ada-prj-load-from-file): New function
15118 (ada-prj-save): Always save fields that depend on the current buffer
15119 (ada-prj-show-value): New function
15120
15121 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
15122 Ada mode. This will allow us to display the Ada menu in any buffer
15123 we want (for project items).
15124 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
15125 number of spaces in the header.
15126
151272000-07-24 Dave Love <fx@gnu.org>
15128
15129 * ediff-init.el (ediff-region-help-echo): Bind face-help.
15130
151312000-07-23 Noah Friedman <friedman@splode.com>
15132
15133 * type-break.el (type-break): perform autosave.
b52758d1 15134 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
a30eb617
DL
15135 (type-break-do-query): Cancel query schedule while performing
15136 actual query, to avoid possibility of a second query being made
15137 while first one is already in progress.
15138 (type-break-time-stamp-format): New variable.
15139 (type-break-time-stamp): New function.
15140 (type-break-time-warning): Use it.
15141 (type-break-keystroke-warning): Use it.
15142 (type-break-noninteractive-query): Use it.
15143
15144 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
15145 cookie.
15146 Use add-minor-mode to set minor-mode-alist, if available.
15147 (eldoc-echo-area-use-multiline-p): New user option.
15148 (eldoc-echo-area-multiline-supported-p): New variable.
15149 (eldoc-docstring-format-sym-doc): Use them.
15150 (eldoc-mode): If not using idle timers, append to local post and
15151 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
15152 (eldoc-display-message-no-interference-p): Don't interfere with
15153 edebug.
15154 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
15155 (eldoc-function-arglist): New function.
15156 (eldoc-function-argstring): Use it.
15157
15158 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
15159 auto save directory exists before calling directory-files.
15160
151612000-07-23 Dave Love <fx@gnu.org>
15162
15163 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
15164 ^o, ^u.
15165
151662000-07-21 Dave Love <fx@gnu.org>
15167
15168 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
15169 now passed to the function. It now works properly.
15170
15171 * smerge-mode.el (smerge-mode-menu): Fill it out.
15172
151732000-07-20 Gerd Moellmann <gerd@gnu.org>
15174
15175 * info-look.el (info-lookup): If *info* is shown in another frame
15176 on the same display, select that frame, instead of switching to
15177 the Info buffer in another window of the selected frame.
15178
15179 * simple.el (universal-argument-map): Bind numeric keypad keys
15180 kp-0 to kp-9 and kp-subtract.
15181 (digit-argument): Handle these keys.
15182
151832000-07-20 Dave Love <fx@gnu.org>
15184
15185 * net/goto-addr.el (goto-address-fontify): Don't bother with
15186 buffer-modified and read-only stuff -- irrelevant with overlays.
15187 Put an extra property on the overlays and use it to clean up in
15188 case goto-address is re-run.
15189
151902000-07-19 Richard M. Stallman <rms@gnu.org>
15191
15192 * timer.el (run-with-idle-timer): Doc fix.
15193
15194 * mail/mail-utils.el (mail-strip-quoted-names):
15195 Handle case where <...> appears inside "...".
15196 Use replace-match to edit the string more simply.
15197 (rmail-dont-reply-to): Cope with an unmatched ".
15198
151992000-07-19 Dave Love <fx@gnu.org>
15200
15201 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
15202 implementation.
15203
15204 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
15205 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
15206 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
15207
152082000-07-19 Gerd Moellmann <gerd@gnu.org>
15209
15210 * textmodes/refer.el: Correct maintainer's email address.
15211
15212 * progmodes/hideif.el: Correct author's email address.
15213 Fix typo in comment.
15214
15215 * xml.el: New file.
15216
15217 * mail/mailheader.el: Correct author's mail address.
15218
15219 * gnus/parse-time.el: Correct author's mail address.
15220
152212000-07-19 Colin Walters <walters@cis.ohio-state.edu>
15222
15223 * comint.el (comint-highlight-input, comint-highlight-face):
15224 New user options.
15225 (comint-input-ring-file-name): Change custom type.
15226 (comint-mode-map): Bind mouse-2.
15227 (comint-insert-clicked-input): New function.
15228 (comint-send-input): Handle input highlighting.
15229
152302000-07-18 Stefan Monnier <monnier@cs.yale.edu>
15231
15232 * mouse.el (popup-menu): New function.
15233 (mouse-major-mode-menu): Use it.
15234
152352000-07-18 Dave Love <fx@gnu.org>
15236
15237 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
15238 improvements.
15239
152402000-07-18 Gerd Moellmann <gerd@gnu.org>
15241
15242 * faces.el (face-font-selection-order)
15243 (face-font-family-alternatives): Add custom type.
15244
152452000-07-18 Dave Love <fx@gnu.org>
15246
15247 * cus-edit.el (custom-variable-reset-saved)
15248 (custom-variable-reset-standard): Remove unused bindings.
15249
15250 * rect.el (open-rectangle-line): Remove unused let.
15251
15252 * hl-line.el (hl-line-highlight): Check hl-line-mode.
15253
152542000-07-18 Gerd Moellmann <gerd@gnu.org>
15255
15256 * cdl.el: Fix `Maintainer' keyword.
15257
15258 * play/pong.el: Add author's email address.
15259
152602000-07-17 Sam Steingold <sds@gnu.org>
15261
15262 * files.el (insert-directory): Call `split-string' instead of
15263 re-implementing it.
15264
152652000-07-18 Gerd Moellmann <gerd@gnu.org>
15266
15267 * mail/vms-pmail.el: Change maintainer to FSF.
15268
15269 * net/goto-addr.el: Change maintainer to FSF.
15270
15271 * info.el (Info-title-face-alist): Removed.
15272
152732000-07-18 David Ponce <david@dponce.com>
15274
15275 * recentf.el (recentf-open-files): New command that works like
15276 `recentf-open-more-files', but shows the whole list of files (not just
15277 those omitted from the menu). Useful if you don't use a menu-bar!
15278 (recentf-open-more-files) Modified to use `recentf-open-files'.
15279
15280 (recentf-open-files, recentf-open-more-files)
15281 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
15282
15283 (recentf-dialog-mode): New mode for dialogs. You can now just type
15284 "q" to cancel the dialogs.
15285
152862000-07-18 David Ponce <david@dponce.com>
15287
15288 * recentf.el: This is a major update of recentf.el. It adds new
15289 features to better organize the recentf menu and "More..." buffer.
15290
15291 Using new provided menu filtering functions you can now organize the
15292 recent files list:
15293
15294 - by major modes
15295 - by directories
15296 - by user defined rules
15297
15298 Finally, with the new `recentf-filter-changer' customizable filter you
15299 can define a ring of filters and dynamically (via the menu) cycle on
15300 each menu organization in the ring (a la msb).
15301
153022000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
15303
15304 * eshell/eshell.el (eshell): Replace links to eshell.info with
15305 links to eshell, to avoid problems on systems where the manual is
15306 installed as `eshell'.
15307 * eshell/esh-cmd.el (eshell-cmd): Ditto.
15308 * eshell/em-smart.el (eshell-smart): Ditto.
15309 * eshell/em-banner.el (eshell-banner): Ditto.
15310 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
15311
15312 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
15313 same-file check in the MS-DOS version (it does support inodes).
15314
15315 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
15316
15317 * eshell/eshell.el (eshell-directory-name):
15318 Run default directory name through convert-standard-filename.
15319
153202000-07-18 Kenichi Handa <handa@etl.go.jp>
15321
15322 * international/mule-cmds.el (select-safe-coding-system):
15323 Fix typo in the comment.
15324
15325 * language/european.el (compound-text):
15326 Force katakana-jisx0201 to be designated to G1.
15327
15328 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
15329 Don't translate some national variant characters of latin-jisx0201.
15330 (x-ctext): Force katakana-jisx0201 to be designated to G1.
15331
15332 * international/kkc.el (kkc-after-update-conversion-functions):
15333 New variable.
15334 (kkc-update-conversion): Run functions in it at the tail.
15335
153362000-07-16 John Wiegley <johnw@gnu.org>
15337
15338 * lisp/align.el (align-newline-and-indent):
15339 Adding new function. for auto-aligning blocks of code on RET.
15340 (align-region): Fixed badly formatted minibuffer message.
15341
153422000-07-17 Kenichi Handa <handa@etl.go.jp>
15343
15344 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
15345 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
15346 the conversion list at first if appropriate.
15347 (kkc-next): Don't update kkc-next-count here.
15348 (kkc-prev): Don't update kkc-prev-count here.
15349 (kkc-show-conversion-list-update): Fix setting up of conversion
15350 list message.
15351
153522000-07-16 Stefan Monnier <monnier@cs.yale.edu>
15353
15354 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
15355
153562000-07-16 Dave Love <fx@gnu.org>
15357
15358 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
15359 function to be more specific.
15360
15361 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
15362 non-string help-echo.
15363 (widget-types-convert-widget): Defsubst it.
15364 (widget-echo-help): Try to cope with a help-echo function of two
15365 possible sorts.
15366
153672000-07-15 Jason Rumney <jasonr@gnu.org>
15368
15369 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
15370 Declare as obsolete.
15371
15372 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
15373
153742000-07-14 Gerd Moellmann <gerd@gnu.org>
15375
15376 * hilit-chg.el: Fix typo.
15377
153782000-07-14 Dave Love <fx@gnu.org>
15379
15380 * info.el (Info-mode-menu): Fix use of :help, :enable.
15381
153822000-07-14 Stefan Monnier <monnier@cs.yale.edu>
15383
15384 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
15385
153862000-07-13 Dave Love <fx@gnu.org>
15387
15388 * emacs-lisp/easymenu.el: Doc fixes.
15389 (easy-menu-remove): Defalias to ignore.
15390
15391 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
15392 Call throw correctly.
15393
153942000-07-13 Gerd Moellmann <gerd@gnu.org>
15395
15396 * faces.el (frame-background-mode): Doc fix.
15397
15398 * simple.el (eval-expression-print-length): Change custom type to
15399 allow entering nil as value.
15400
154012000-07-13 Dave Love <fx@gnu.org>
15402
15403 * progmodes/fortran.el (fortran-imenu-generic-expression):
15404 Change definition layout.
15405 (fortran-mode-menu): Reinstate customize entries.
15406
15407 * cus-edit.el (custom-group-menu-create, customize-menu-create):
15408 Use :filter, per old XEmacs code.
15409
154102000-07-12 Gerd Moellmann <gerd@gnu.org>
15411
15412 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
15413 event when deciding what to send to the terminal.
15414
154152000-07-12 Dave Love <fx@gnu.org>
15416
15417 * cus-start.el: Add optional version as 4th element of specs and
15418 use it for several things new in v21. Remove load-path. Fix type
15419 of line-number-display-limit.
15420
154212000-07-11 Dave Love <fx@gnu.org>
15422
15423 * progmodes/fortran.el: Don't require easymenu.
15424 Use repeat counts in various regexps.
15425 (fortran-mode-syntax-table): Defvar directly.
15426 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
15427 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
15428 Use defvar, not defconst.
15429 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
15430 (fortran-mode): Set fortran-comment-line-start-skip,
15431 fortran-comment-line-start-skip, dabbrev-case-fold-search.
15432 (fortran-comment-indent): Use defsubst.
15433 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
15434 Use fortran-comment-indent, not fortran-comment-indent-function.
15435 (fortran-comment-region, fortran-electric-line-number): Simplify.
15436 (fortran-auto-fill): New function.
15437 (fortran-do-auto-fill): Deleted.
15438 (fortran-find-comment-start-skip):
15439 Check for non-null comment-start-skip.
15440 (fortran-auto-fill-mode, fortran-fill-statement):
15441 Use fortran-auto-fill.
15442 (fortran-fill): Use fortran-auto-fill. Check for null
15443 comment-start-skip. Simplify final clause and use end-of-line finally.
15444
15445 * widget.el (widget-plist-member): New alias.
15446
154472000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
15448
15449 * eshell/esh-module.el (toplevel): Reference
15450 byte-compile-current-file only if it is bound.
15451
154522000-07-10 Gerd Moellmann <gerd@gnu.org>
15453
15454 * dired.el: Don't require `dired-aux'.
15455
154562000-07-10 Miles Bader <miles@lsi.nec.co.jp>
15457
15458 * dired-aux.el (dired-show-file-type): New function.
15459 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
15460 (dired-show-file-type): Add autoload.
15461
154622000-07-10 Kenichi Handa <handa@etl.go.jp>
15463
15464 * international/mule-diag.el (describe-font): Adjusted for the
15465 change of fontset-info.
15466 (print-fontset): Likewise.
15467
154682000-07-09 Stefan Monnier <monnier@cs.yale.edu>
15469
15470 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
15471
154722000-07-07 Gerd Moellmann <gerd@gnu.org>
15473
15474 * bindings.el: Bind `[delete]' to delete-char.
15475
15476 * dired.el (dired-find-alternate-file): New function.
15477 (dired-mode-map): Bind `a' to dired-find-alternate-file.
15478 (toplevel): Require dired-aux when compiling.
15479 (dired-buffers): Move defvar within file to avoid compiler warning.
15480
15481 * info.el (Info-last-search): Variable removed.
15482 (Info-search-history): New variable.
15483 (Info-search): New Info-search-history.
15484
15485 * battery.el, info-look.el: Change author's mail address.
15486
154872000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
15488
15489 * mail/rmail.el (rmail-clear-headers): Don't throw an error
15490 if rmail-ignored-headers is nil.
15491 (rmail-retry-failure): Bind rmail-ignored-headers and
15492 rmail-displayed-headers to nil.
15493
154942000-07-06 Gerd Moellmann <gerd@gnu.org>
15495
15496 * lpr.el (lpr-page-header-switches): Add `-h' switch.
15497 (print-region-1): Don't hard code `-h' here.
15498
15499 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
15500
155012000-07-01 Francesco Potorti` <pot@gnu.org>
15502
15503 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
15504 exim can use "your message" instead of "the message".
15505
155062000-07-06 Stefan Monnier <monnier@cs.yale.edu>
15507
15508 * facemenu.el: Docstrings fixes.
15509 (facemenu-get-face): Don't use internal-find-face.
15510 (facemenu-iterate): Rename arg to match the docstring.
15511
15512 * newcomment.el (uncomment-region): Be more careful when skipping
15513 backwards over `=' not to bump into BOBP.
15514
155152000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
15516
15517 * ediff-diff.el (ediff-wordify): Use syntax table.
15518 * ediff-init.el (ediff-has-face-support-p): Use
15519 ediff-color-display-p.
15520 (ediff-color-display-p): Use display-color-p, changed to defun
15521 from defsubst.
15522 Got rid of special cases for NeXT and OS/2.
15523 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
15524 face.
15525
155262000-07-05 Stefan Monnier <monnier@cs.yale.edu>
15527
15528 * emacs-lisp/lucid.el: Require CL.
15529 (copy-tree, remprop): Remove, it's provided by CL.
15530 (map-keymap): Define in terms of cl-map-keymap.
15531 (extent-property, set-extent-end-glyph): New functions.
15532
15533 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
15534
155352000-07-05 Gerd Moellmann <gerd@gnu.org>
15536
15537 * Makefile.in (DONTCOMPILE): Add comment that the name may
15538 not be changed without changing the make-dist script.
15539
15540 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
15541 (cl-mapc): Use mapc instead of cl-old-mapc.
15542
155432000-07-05 Andrew Innes <andrewi@gnu.org>
15544
15545 * makefile.nt: Add support for `bootstrap' and related targets.
15546
155472000-07-05 Stefan Monnier <monnier@cs.yale.edu>
15548
15549 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
15550 (easy-menu-do-define): Use `menu-item' format.
15551 Handle case where easy-menu-create-menu returns a symbol.
15552 Manually call the potential top-level filter in the function binding.
15553 (easy-menu-filter-return): New arg NAME.
15554 Convert to a keymap if MENU is an XEmacs menu.
15555 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
15556 (easy-menu-converted-items-table, easy-menu-convert-item):
15557 New var and fun to memoize easy-menu-convert-item-1.
15558 (easy-menu-do-add-item): Use it.
15559 (easy-menu-create-menu): Use easy-menu-convert-item.
15560 Wrap easy-menu-filter-return around any :filter specification.
15561 Don't convert the menu if a filter was specified.
15562 Tell easy-menu-make-symbol not to check for MENU being an expression.
15563 (easy-menu-make-symbol): New arg NOEXP.
15564
155652000-07-05 Gerd Moellmann <gerd@gnu.org>
15566
15567 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
15568 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
15569 (eval-defun): If called with prefix arg, instrument code for
15570 Edebug.
15571
15572 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
15573 similar to that of eval-defun.
15574
155752000-07-04 Dave Love <fx@gnu.org>
15576
15577 * hl-line.el (hl-line-overlay): Make it permanent-local.
15578
15579 * calendar/todo-mode.el: Replaced with a working version, based on
15580 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
15581
155822000-07-03 Miles Bader <miles@lsi.nec.co.jp>
15583
15584 * paths.el (prune-directory-list): New function.
15585 (Info-default-directory-list): Rewritten to more methodically
15586 enumerate a big list of possible info directories (based on the
15587 list used by the standalone info reader).
15588
15589 * info.el (info-initialize): Use prune-directory-list to remove
15590 non-existent directories from Info-directory-list.
15591
15592 * paths.el (Info-default-directory-list): Try a list of possible
15593 info-directories instead of a single one. Add the possible
15594 info directory "/usr/share/info".
15595
15596 * woman.el (woman-man.conf-path): Explicitly include the debian
15597 man-db config file "/etc/manpath.config".
15598 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
15599 are present in `manpath.config'.
15600 (woman-manpath): Include "/usr/share/man".
15601
156022000-07-03 Gerd Moellmann <gerd@gnu.org>
15603
15604 * frame.el (blink-cursor-mode): Don't hide cursor initially.
15605
15606 * startup.el (command-line): Initialize blink-cursor based
15607 on window-system.
15608
15609 * frame.el (blink-cursor): Default to nil if not running under
15610 a window-system.
15611
15612 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
15613 (face-x-resources): Remove duplicate entry for :font.
15614
15615 * textmodes/refer.el (refer-find-entry-internal): Use some-window
15616 instead of cycling through windows with next-window.
15617
15618 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
15619 of cycling through windows with next-window.
15620
15621 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
15622 of cycling through windows with next-window.
15623
15624 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
15625 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
15626 instead of cycling through windows with next-window.
15627
15628 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
15629 instead of cycling through windows with next-window.
15630
15631 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
15632 of cycling through windows with next-window.
15633
15634 * terminal.el (te-process-output): Use walk-windows instead of
15635 cycling through windows with next-window.
15636
15637 * server.el (server-switch-buffer): Use some-window instead of
15638 cycling through windows with next-window.
15639
15640 * window.el (some-window): New function.
15641 (walk-windows): Remove reference to walk-windows-start.
15642
15643 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
15644
156452000-07-03 Richard Stallman <rms@gnu.org>
15646
15647 * window.el (walk-windows): Guarantee termination by keeping a list
15648 of all the windows already handled.
15649
156502000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
15651
15652 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
15653 window-system.
15654
15655 * man.el (Man-notify-when-ready): Don't use window-system. If
15656 Man-notify-method is newframe, and the display is not
15657 multi-frame, select the frame created for the man page.
15658 (Man-init-defvars): Doc fix.
15659
156602000-06-28 Gerd Moellmann <gerd@gnu.org>
15661
15662 * faces.el (region): Change background color for light background.
15663
15664 * ediff-wind.el (ediff-setup-control-frame): Remove :box
15665 attribute from mode-line face of Ediff control frame.
15666
15667 * replace.el (query-replace-map): Bind `e' like `E'.
15668
156692000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
15670
15671 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
15672 Change name to "Select All".
15673
15674 * dos-fns.el (convert-standard-filename): Fix last change.
15675
156762000-06-27 Gerd Moellmann <gerd@gnu.org>
15677
15678 * help.el (describe-variable): Don't insert a second `'s' in front
15679 of the string `value is shown below'. Since the syntax-table is
15680 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
15681 an existing `'s', so that this won't be deleted.
15682
15683 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
15684 * pcmpl-unix.el: New files.
15685
156862000-06-26 Stefan Monnier <monnier@cs.yale.edu>
15687
15688 * wid-edit.el (widget-member): Use the new plist-member.
15689
156902000-06-26 Gerd Moellmann <gerd@gnu.org>
15691
15692 * replace.el (perform-replace): Undo change of 2000-04-04.
15693 Instead, move backward 1 character at the end of the loop when
15694 necessary.
15695
15696 * faces.el (fringe): Change face for different backgrounds.
15697
15698 * eshell/esh-module.el (toplevel): Load defgroup's differently;
15699 patch from John.
15700
15701 * eshell/*.el: Change spelling of the Free Software Foundation.
15702
15703 * eshell/esh-toggle.el: Removed.
15704
15705 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
15706
15707 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
15708 interactively.
15709
157102000-06-26 Alex Schroeder <alex@gnu.org>
15711
15712 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
15713 `define-key'; instead of checking `(emacs-version)' check for
15714 `set-keymap-parent' and `set-keymap-name' directly. Add entries
15715 for `;' and `o' which might be electric.
15716
15717 (sql-electric-stuff): New user option.
15718 (sql-magic-go): New function which uses `sql-electric-stuff'.
15719 (sql-magic-semicolon): New function which uses
15720 `sql-electric-stuff'.
15721
15722 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
15723 is not fboundp.
15724
15725 (sql-oracle-options): New variable.
15726 (sql-oracle): Use it.
15727
15728 (sql-imenu-generic-expression): Doc change.
15729 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
15730 is used.
15731
15732 (sql-informix): Added command line parameter "-" to force
15733 sql-informix-program to use stdout.
15734
157352000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
15736
15737 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
15738 (cp864-decode-table): Doc fix.
15739 (cp720-decode-table): New variable, supports the Arabic OEM
15740 codepage used by Windows.
15741 (cp737-decode-table): New, Greek OEM codepage used by Windows.
15742
157432000-06-23 Dave Love <fx@gnu.org>
15744
15745 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
15746 (font-lock-fontify-anchored-keywords): Use
15747 line-beginning-position.
15748 (global-font-lock-mode): Use mapc.
15749
157502000-06-23 Stefan Monnier <monnier@cs.yale.edu>
15751
15752 * eshell/esh-module.el: Require CL when compiling.
15753
157542000-06-23 Gerd Moellmann <gerd@gnu.org>
15755
15756 * comint.el (comint-substitute-in-file-name): Call replace-match
15757 with second and third arg t.
15758
15759 * cus-edit.el (custom-button-face, custom-button-pressed-face):
15760 Specify foreground color.
15761
15762 * faces.el (tool-bar, mode-line, header-line): Specify foreground
15763 color.
15764
15765 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
15766
15767 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
15768 cddr instead of cdddr.
15769
15770 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
15771 instead of copy-list.
15772
15773 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
15774 of copy-list.
15775
15776 * subdirs.el: Add eshell subdirectory.
15777
15778 * eshell: New subdirectory containing the Eshell package.
15779
15780 * pcomplete.el: New file.
15781
157822000-06-23 Paul Eggert <eggert@twinsun.com>
15783
15784 * mail/mailpost.el (post-mail-send-it): Make sure file has
15785 proper permissions from birth.
15786
15787 * files.el (basic-save-buffer-2): When temporarily setting
15788 file modes, set them to current modes plus 0200, not to 0777.
15789
15790 * emerge.el (emerge-make-temp-file): Make sure file has proper
15791 permissions from birth.
15792
157932000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
15794
15795 * files.el (make-backup-file-name-1): On DOS/Windows, run the
15796 backup file name through convert-standard-filename.
15797
15798 * dos-fns.el (convert-standard-filename): Convert leading
15799 directories as well. When long file names are supported, convert
15800 characters that are invalid in Windows file names.
15801
158022000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15803
15804 * ps-print.el: Fix bug: if ^L is the very first buffer character,
15805 ps-print crashes. New feature: page selection for printing. Create
15806 raw-text-unix coding system for XEmacs. Doc fix.
15807 (ps-print-version): New version number (5.2.3).
15808 (ps-plot-region): Bug fix.
15809 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
15810 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
15811 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
15812 funs.
15813 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
15814 (ps-last-page): New vars.
15815
158162000-06-21 Gerd Moellmann <gerd@gnu.org>
15817
15818 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
15819 empty option string.
15820
158212000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
15822
15823 * man.el (man): Doc fix.
15824
158252000-06-21 Kenichi Handa <handa@etl.go.jp>
15826
15827 * international/mule-cmds.el (set-language-info-alist): Docstring
15828 fixed.
15829
158302000-06-20 Gerd Moellmann <gerd@gnu.org>
15831
15832 * version.el (emacs-version): Use ISO date format.
15833
15834 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
15835 instead of `M-backspace'.
15836
15837 * simple.el (turn-off-auto-fill): New function.
15838
158392000-06-20 Stefan Monnier <monnier@cs.yale.edu>
15840
15841 * jit-lock.el (with-buffer-prepared-for-jit-lock):
15842 Renamed from with-buffer-prepared-for-font-lock and use
15843 inhibit-modification-hooks rather than setting *-change-functions.
15844 Update all functions to use the new name.
15845 (jit-lock-first-unfontify-pos): New semantics (and doc).
15846 (jit-lock-mode): Make non-interactive.
15847 Don't automatically turn on font-lock.
15848 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
15849 Always use jit-lock-after-change.
15850 Remove and restore font-lock-after-change-function.
15851 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
15852 (jit-lock-after-unfontify-buffer): Remove.
15853 (jit-lock-stealth-fontify):
15854 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
15855 (jit-lock-after-change): Set the `fontified' text-prop to nil.
15856
158572000-06-20 Sam Steingold <sds@gnu.org>
15858
15859 * emacs-lisp/cl-indent.el (toplevel): Indent
15860 `print-unreadable-object' properly. Untabify.
15861
158622000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
15863
15864 * textmodes/reftex.el (reftex-find-citation-regexp-format):
15865 Support for bibentry.
15866 (reftex-compile-variables): Fixed problem with end of section-re.
15867
15868 * texmodes/reftex-dcr.el (reftex-view-crossref,
15869 reftex-view-crossref-from-bibtex):
15870 Deal with changed `reftex-find-citation-regexp-format'.
15871 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
15872 Replaced `remprop' with `put'.
15873 (reftex-view-crossref, reftex-view-crossref-when-idle):
15874 Support for bibentry.
15875
15876 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15877 New entry for bibentry package.
15878
15879 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
15880 Regexp also matches "\nobibliography".
15881
15882 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
15883 Call `reftex-ensure-write-access' before doing anything.
15884 (reftex-ensure-write-access): New function.
15885
158862000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
15887
15888 * progmodes/idlwave.el: File re-installed (update to version 4.2)
15889
15890 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
15891
15892 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
15893
15894 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
15895
15896
158972000-06-20 Dave Love <fx@gnu.org>
15898
15899 * faces.el (frame-background-mode): Use set-default, not set, in
15900 setter.
15901 (frame-update-faces, frame-update-face-colors): Define with
15902 defalias.
15903
15904 * enriched.el (enriched-decode-foreground)
15905 (enriched-decode-background): Don't use internal-find-face.
15906
15907 * apropos.el: Doc fixes.
15908
15909 * cus-edit.el (customize-changed-options): Check arg.
15910 (customize-version-lessp): Don't require decimal point.
15911
15912 * custom.el (defcustom, defgroup): Doc fix.
15913
15914 * newcomment.el (comment) <defgroup>: Add :version.
15915 (comment-multi-line): Doc fix.
15916
15917 * emulation/mlsupport.el (define-hooked-local-abbrev,
15918 define-hooked-global-abbrev): Fix, using define-abbrev.
15919
159202000-06-19 Gerd Moellmann <gerd@gnu.org>
15921
15922 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
15923 the whole buffer.
15924
159252000-06-19 Dave Love <fx@gnu.org>
15926
15927 * menu-bar.el (menu-bar-options-save): New function.
15928 (menu-bar-options-menu): Use it.
15929 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
15930 Simplify.
15931
159322000-06-19 Andreas Schwab <schwab@suse.de>
15933
15934 * progmodes/etags.el (tags-query-replace): Put new parameters
15935 START and END at the end, for backward compatibility.
15936
159372000-06-19 Kenichi Handa <handa@etl.go.jp>
15938
15939 * international/codepage.el:
15940 (cp-coding-system-for-codepage-1): Delete special codes for
15941 generating xxx-dos coding system because now a CCL based coding
15942 system can handle EOL conversion by default.
15943
15944 * international/mule.el (make-coding-system): Generate subsidiary
15945 coding systems for EOL handling variants even for a CCL based
15946 coding system.
15947
159482000-06-19 Kenichi Handa <handa@etl.go.jp>
15949
15950 * international/isearch-x.el (isearch-minibuffer-input-method)
15951 (isearch-minibuffer-input-method-function): These variables
15952 deleted.
15953 (isearch-with-input-method): Don't use the above variables.
15954 (isearch-process-search-multibyte-characters): Likewise. Call
15955 read-string with the arg INHERIT-INPUT-METHOD t.
15956
159572000-06-17 Stefan Monnier <monnier@cs.yale.edu>
15958
15959 * font-lock.el (font-lock-after-fontify-buffer)
15960 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
15961
15962 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
15963 Use consistent make-local-variable style for font-lock-fontified.
15964 (jit-lock-fontify-buffer):
15965 Don't bother checking for font-lock-mode and jit-lock-mode.
15966
15967 * time.el: Remove trailing ^M that prevent CVS-merging.
15968
159692000-06-16 Gerd Moellmann <gerd@gnu.org>
15970
15971 * Makefile.in (distclean): New target.
15972
159732000-06-16 Stefan Monnier <monnier@cs.yale.edu>
15974
15975 * Makefile.in (srcdir): Define for update-subdirs.
15976
159772000-06-16 Gerd Moellmann <gerd@gnu.org>
15978
15979 * find-lisp.el: New file.
15980
159812000-06-16 Andrew Innes <andrewi@gnu.org>
15982
15983 * time.el (display-time-mail-function): New variable, to allow
15984 external packages to indicate when new mail is available.
15985 (display-time-update): Use it.
15986
159872000-06-16 Kenichi Handa <handa@etl.go.jp>
15988
15989 * international/mule.el (mule-version): Change version name to
15990 SAKAKI. AOI has already been used by Meadow.
15991
15992 * international/quail.el (quail-show-guidance-buf): To find the
15993 bottom window (but minibuffer), pay attention to the height of
15994 minibuffer.
15995
159962000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
15997
15998 * arc-mode.el (archive-mode-map): Use the new menu-item format for
15999 menu-bar menus. Add help strings. Don't remove the Edit menu
16000 from the menu bar, as the menu bar has enough space now.
16001
16002 * Makefile.in (SHELL): Make sure /bin/sh is used.
16003
16004 * woman.el (woman-man-buffer): Fix bold and underlined CJK
16005 characters, which use series of two ^H characters instead of one.
16006
160072000-06-15 Gerd Moellmann <gerd@gnu.org>
16008
16009 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
16010 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
16011 functions.
16012 (Info-find-node-2): Try a case-sensitive search first, then
16013 do a case-insensitive search.
16014
16015 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
16016 tutorials.
16017
16018 * complete.el (PC-env-vars-alist): New variable.
16019 (PC-complete-as-file-name): New function.
16020 (partial-completion-mode): Initialize PC-env-vars-alist from
16021 process-environment.
16022 (PC-do-completion): Handle completion of env vars.
16023
16024 * info.el (Info-set-mode-line): Show file name in mode line,
16025 use `*Info*' instead of `Info:'.
16026
16027 * startup.el (command-line-1): Change copyright messages to year
16028 2000.
16029
160302000-06-15 Dave Love <fx@gnu.org>
16031
16032 * net/goto-addr.el (goto-address-fontify): Use keymap property,
16033 not local-map.
16034
160352000-06-15 Kenichi Handa <handa@etl.go.jp>
16036
16037 * international/mule.el (set-buffer-file-coding-system): Almost
16038 rewritten to handle `undecided' as no-op.
16039
160402000-06-14 Gerd Moellmann <gerd@gnu.org>
16041
16042 * Makefile.in: New file.
16043
16044 * Makefile: Removed.
16045
16046 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
16047 (goto-address-highlight-keymap): Bind C-c RET.
16048
160492000-06-14 Kenichi Handa <handa@etl.go.jp>
16050
16051 * mail/sendmail.el (sendmail-send-it): The temporary buffer
16052 inherits buffer-file-coding-system of the current buffer.
16053
16054 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
16055 0. Give correct argument to set-auto-coding-function.
16056 (tar-expunge): For goto-char, use (point-min), not 0.
16057 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
16058 (tar-subfile-save-buffer): Likewize.
16059
16060 * international/mule.el
16061 (after-insert-file-set-buffer-file-coding-system): Call
16062 set-buffer-file-coding-system with the arg FORCE t.
16063
160642000-06-13 Gerd Moellmann <gerd@gnu.org>
16065
16066 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
16067 nil. Contemporary sendmails issue an X-Authentication-Warning if
16068 the sender is set with `-f'.
16069
160702000-06-13 Dave Love <fx@gnu.org>
16071
16072 * help.el (describe-function-1): Kluge around cases of functions
16073 fset to subrs whose doc doesn't match their symbol-name.
16074
16075 * image.el (insert-image): Default STRING to a space.
16076
16077 * info.el Doc fixes.
16078 (Info-build-node-completions): Match Ref tags.
16079
160802000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
16081
16082 * frame.el (display-multi-frame-p, display-multi-font-p): New
16083 defaliases for display-graphic-p.
16084
16085 * hl-line.el: Fixed a typo in commentary.
16086
160872000-06-13 Kenichi Handa <handa@etl.go.jp>
16088
16089 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
16090 fixed.
16091
160922000-06-12 Dave Love <fx@gnu.org>
16093
16094 * image.el (insert-image): Save a little consing.
16095
160962000-06-12 Kenichi Handa <handa@etl.go.jp>
16097
16098 * language/tibet-util.el: Convert all tibetan-1-column characters
16099 to the corresponding tibetan characters.
16100 (tibetan-add-components): Delete code for the special treatment of
16101 'a chung.
16102
16103 * language/tibetan.el (tibetan-composable-pattern): Fix previous
16104 change.
16105 (tibetan-vowel-transcription-alist): More rules added.
16106 (tibetan-composite-vowel-alist): New variable.
16107 (tibetan-precomposition-rule-alist): More rules added.
16108
161092000-06-12 Stefan Monnier <monnier@cs.yale.edu>
16110
16111 * startup.el (command-line): Only call menu-bar-mode if interactive.
16112
16113 * thingatpt.el (toplevel symbol-properties):
16114 * textmodes/makeinfo.el (makeinfo-compile):
16115 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
16116 * progmodes/hideif.el (hif-compress-define-list)
16117 (hide-ifdef-use-define-alist):
16118 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
16119 (ange-ftp-vms-add-file-entry):
16120 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
16121 * man.el (Man-build-man-command):
16122 * mail/rnewspost.el (news-reply-header-hook):
16123 * info.el (Info-insert-dir):
16124 * emulation/mlconvert.el (backward-word, forward-word, setq):
16125 * emacs-lisp/gulp.el (gulp-send-requests):
16126 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
16127 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
16128 (byte-optimize-apply, end of file):
16129 * emacs-lisp/advice.el (ad-advice-class-completion-table)
16130 (ad-make-freeze-definition):
16131 * startup.el (command-line, command-line-1): Don't quote lambdas.
16132
16133 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
16134 (cvs-cleanup-removed): New function.
16135 (cvs-cleanup-functions): New var.
16136 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
16137 some flexibility in specifying additional entries to auto-cleanup.
16138 (cvs-quickdir): New function.
16139 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
16140 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
16141 (cvs-mode-find-file): Check that we are on a filename or dirname
16142 when invoked through a mouse-click.
16143 (cvs-full-path): Remove.
16144 (cvs-dired-action): Re-introduced.
16145 (cvs-dired-noselect): Use it.
16146 (vc-post-command-functions): use this new hook if available.
16147
16148 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
16149 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
16150 (cvs-filename-map, cvs-dirname-map): Remove.
16151 (cvs-default-action): Remove.
16152 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
16153 if the arg is really a keymap.
16154 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
16155 Don't hardcode the mapping from state (aka type) to face, but check
16156 the var cvs-fi-<type>-face instead.
16157 (cvs-fileinfo-from-entries): New function.
16158
16159 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
16160 Docstring fix.
16161 (cvs-find-file-and-jump): Change default to be safer.
16162 (cvs-mode-diff-map): Define it as a function as well.
16163 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
16164 Bind mouse-2 in this global map rather than with text-properties.
16165
16166 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
16167 file to resolve the ambiguity between C(conflict) and C(need-merge).
16168
161692000-06-12 Kenichi Handa <handa@etl.go.jp>
16170
16171 * international/mule.el (set-buffer-file-coding-system): If
16172 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
16173 unconditionally.
16174
161752000-06-12 Dave Love <fx@gnu.org>
16176
16177 * wid-edit.el (widget-specify-button): Really suppress the face if
16178 required.
16179
161802000-06-11 Gerd Moellmann <gerd@gnu.org>
16181
16182 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
16183
161842000-06-11 Stefan Monnier <monnier@cs.yale.edu>
16185
16186 * imenu.el (imenu-generic-expression): Docstring fix.
16187
16188 * composite.el (composition-function-table): Move the `put'
16189 below the autoload cookie so we can load the file before loaddefs.
16190
16191 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
16192
16193 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
16194 Handle easy-mmode-define-global-mode.
16195 For complex macros like define-minor-mode that can generate
16196 several autoload entries, try to autoload entries in the
16197 macroexpanded code.
16198
16199 * emacs-lisp/easy-mmode.el (define-minor-mode):
16200 If KEYMAP is a symbol, just use it.
16201 Use byte-compile-current-file and load-file-name to infer the
16202 proper :require to pass to defcustom.
16203 Wrap the hook var into `progn' so as not to autoload it.
16204 Add a :autoload-end cookie.
16205 Be more careful about the evaluation of KEYMAP.
16206 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
16207 (define-derived-mode): Move define-abbrev-table outside of defvar.
16208
162092000-06-10 Stefan Monnier <monnier@cs.yale.edu>
16210
16211 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
16212 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
16213 (backup-compiled-files): Ignore errors during `tar'.
16214 (bootstrap): Make autoloads before elc files.
16215
162162000-06-10 Kenichi Handa <handa@etl.go.jp>
16217
16218 * international/mule.el (set-buffer-file-coding-system): If one of
16219 undecided-XXX is specified, change only EOL conversion.
16220
16221 * international/mule-conf.el (unix): New alias for the coding
16222 system undecided-unix.
16223
162242000-06-09 Dave Love <fx@gnu.org>
16225
16226 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
16227
16228 * progmodes/executable.el: Byte compile dynamic.
16229 (executable-insert): Change custom type.
16230 (executable-find): Add autoload cookie.
16231 (executable-make-buffer-file-executable-if-script-p): New
16232 function. After Noah Friedman.
16233
16234 * files.el (after-save-hook): Customize, with
16235 executable-make-buffer-file-executable-if-script-p as an option.
16236
162372000-06-09 Kenichi Handa <handa@etl.go.jp>
16238
16239 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
16240 "tib24p-mule.bdf" for Tibetan.
16241
16242 * composite.el (decompose-composite-char): Declare it as obsolete.
16243
16244 * man.el (Man-fontify-manpage): Pay attention to underline and
16245 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
16246
162472000-06-08 Gerd Moellmann <gerd@gnu.org>
16248
16249 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
16250 Set maintainer to FSF since author isn't reachable.
16251
162522000-06-08 Dave Love <fx@gnu.org>
16253
16254 * international/mule-cmds.el (select-safe-coding-system): If
16255 DEFAULT-CODING-SYSTEM is not specified, also check the most
16256 preferred coding-system if buffer-file-coding-system is
16257 `undecided'. From Handa.
16258
162592000-06-08 Kenichi Handa <handa@etl.go.jp>
16260
16261 * international/mule.el
16262 (after-insert-file-set-buffer-file-coding-system): If the buffer
16263 size is greater than INSERTED, judget that we are not visiting.
16264
162652000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
16266
16267 * whitespace.el (defgroup whitespace): Comment out `:version'.
16268 XEmacs 20.4 has problems defining the group with this present.
16269 We'll have this commented out till get resolve the problem.
16270
162712000-06-07 John Wiegley <johnw@gnu.org>
16272
16273 * align.el (align-dq-string-modes, align-sq-string-modes)
16274 (align-open-comment-modes): Add pyhton-mode.
16275 (align-rules-list): Use get-text-property instead of
16276 text-properties-at.
16277 (align-rules-list): Add python-assignment.
16278 (align-rules-list): Change perl-comma-delimiter to
16279 basic-comma-delimiter. Use if for Perl modes and python-mode.
16280 (align-rules-list): Add python-chain-logic and
16281 basic-line-continuation.
16282
162832000-06-07 Jari Aalto <jari.aalto@poboxes.com>
16284
16285 * apropos.el (apropos-mode-hook): New user variable.
16286 (apropos-mode): Run apropos-mode-hook.
16287
162882000-06-07 David Ponce <david@dponce.com>
16289
16290 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
16291 commands. Require `wid-edit' at run-time.
16292
162932000-06-07 David Ponce <david@dponce.com>
16294
16295 * recentf.el: Added some "Commentary".
16296 (recentf-open-more-files, recentf-edit-list): Minor changes to
16297 move the point at the top of the file list. This behaviour is
16298 consistent with the menu one when the list contains a lot of
16299 files.
16300 (recentf-cleanup): Now displays the number of items removed from
16301 the list.
16302 (recentf-relative-filter) New menu filter to show filenames
16303 relative to `default-directory'.
16304
163052000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16306
16307 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
16308 with/without giving an error if PostScript printer doesn't have this
16309 kind of page size. Zebra Stripe continues or restarts on next page.
16310 Manual/automatic paper feeding. Switch or not the header.
16311 (ps-print-version): New version number (5.2.2).
16312 (ps-windows-system): Include emx as a Windows system.
16313 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
16314 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
16315 (ps-background-text): Code fix.
16316 (ps-error-handler-message, ps-user-defined-prologue)
16317 (ps-print-prologue-header, ps-printer-name)
16318 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
16319 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
16320 (ps-use-face-background): Customization fix.
16321 (ps-n-up-database): Data fix.
16322 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
16323 (ps-switch-header): New vars.
16324 (ps-xemacs-color-name, ps-face-foreground-name)
16325 (ps-face-background-name, ps-boolean-constant): New funs.
16326
163272000-06-07 Dave Love <fx@gnu.org>
16328
16329 * allout.el: New version from Manheimer.
16330
163312000-06-07 Kenichi Handa <handa@etl.go.jp>
16332
16333 * textmodes/fill.el (fill-find-break-point): Check the validity of
16334 charset.
16335
163362000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16337
16338 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
16339 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
16340 Call display-color-p and display-mouse-p instead of looking at
16341 window-system.
16342
163432000-06-06 Dave Love <fx@gnu.org>
16344
16345 * image.el (find-image): Doc fix. Return nil if image not found.
16346 (put-image, insert-image): Make STRING arg optional.
16347
163482000-06-06 Kenichi Handa <handa@etl.go.jp>
16349
16350 * language/vietnamese.el: Remove eval-when-compile.
16351 (viet-viscii-nonascii-translation-table): Define it as a
16352 translation table made from viet-viscii-decode-table.
16353 (viet-viscii-encode-table): Define it as a translation table made
16354 from the reverse map of above.
16355 (viet-vscii-nonascii-translation-table): Define it as a
16356 translation table made from viet-vscii-decode-table.
16357 (viet-vscii-encode-table): Define it as a translation table made
16358 from the reverse map of above.
16359 (ccl-decode-viscii): Use translate-character.
16360 (ccl-encode-viscii, ccl-encode-viscii-font)
16361 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
16362 Likewize.
16363
16364 * language/cyrillic.el: Remove eval-when-compile.
16365 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
16366 translation table made from cyrillic-koi8-r-decode-table.
16367 (cyrillic-koi8-r-encode-table): Define it as a translation table
16368 made from the reverse map of above.
16369 (ccl-decode-koi8): Use translate-character.
16370 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
16371 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
16372 a translation table made from cyrillic-alternativnyj-decode-table.
16373 (cyrillic-alternativnyj-encode-table): Define it as a translation
16374 table made from the reverse map of above.
16375 (ccl-decode-alternativnyj): Use translate-character.
16376 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
16377 Likewize
16378
16379 * international/mule-diag.el (non-iso-charset-alist): Specify
16380 translation table symbol instead of translation table itself.
16381 (list-block-of-chars): CHARSET may be a translation table symbol.
16382
16383 * international/mule.el (make-coding-system): If CODING-SYSTEM
16384 already exists, override it.
16385
16386 * international/fontset.el: Use family `proportional' for Tibetan
16387 fonts.
16388
16389 * international/ccl.el (ccl-compile-translate-character): Don't
16390 check if Rrr has property translation-table.
16391 (ccl-compile-map-multiple): Modified to avoid compiler warning.
16392
163932000-06-05 Gerd Moellmann <gerd@gnu.org>
16394
16395 * info.el: Bind case-fold-search to t when searching in case
16396 a user sets it to nil in a hook.
16397
163982000-06-05 Stefan Monnier <monnier@cs.yale.edu>
16399
16400 * autoarg.el (autoarg-mode, autoarg-kp-mode):
16401 * hl-line.el (hl-line-mode): Use the new :global key argument.
16402
16403 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
16404 (tar-clip-time-string): Prepend a space.
16405 (tar-grind-file-mode): Construct a string rather than modifying one.
16406 (tar-header-block-summarize): Fix docstring.
16407 Use `format' rather than an error-prone set of copy-loops.
16408
16409 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
16410 (diff-goto-source, diff-unified->context, diff-context->unified)
16411 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
16412 understand the format output by the `-p' argument to diff.
16413
16414 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
16415 (sh-re-done): Use defconst.
16416 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
16417 (sh-help-string-for-variable, sh-guess-basic-offset):
16418 Don't quote lambdas.
16419 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
16420 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
16421
16422 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
16423 (mh-letter-mode): Derive from text-mode.
16424 This implicitly means that it now calls kill-all-local-variables.
16425 Also remove the Emacs-18 compatibility code.
16426
16427 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
16428 Make use of symbol-property doc-string-elt.
16429 Use memq rather than a sequence of eq.
16430 (doc-string-elt): Fix the wrong or missing previously unused values.
16431 (autoload-print-form): New function extracted from
16432 generate-file-autoloads to allow recursion when handling progn
16433 so that defvar's and defun's docstrings are properly printed.
16434 (generate-file-autoloads): Use it.
16435
16436 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
16437 Use find-file-hooks in the minor-mode function.
16438 Be careful not to loop indefinitely in the post-command-hook function.
16439
164402000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
16441
16442 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
16443 tty's.
16444 * ediff-diff.el (ediff-exec-process): Use --binary for fine
16445 differences whenever appropriate.
16446 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
16447 * viper.el (find-file, find-file-other-window): Get viper to do
16448 wildcards.
16449
164502000-06-04 Stefan Monnier <monnier@cs.yale.edu>
16451
16452 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
16453 (jit-lock-fontify-buffer): New function for JIT refontification.
16454 (jit-lock-mode): Fix docstring.
16455 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
16456 Remove jit-lock-after-change from the _local_ hook.
16457 (jit-lock-function-1): Fix docstring.
16458
16459 * info.el (Info-on-current-buffer): Initialize info.
16460
16461 * newcomment.el (comment-indent): Ignore comment-indent-hook.
16462
16463 * progmodes/tcl.el (tcl-indent-for-comment):
16464 Ignore comment-indent-hook.
16465
16466 * emacs-lisp/easy-mmode.el: Require CL during compilation.
16467 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
16468 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
16469 and improve to use the lighter to guess the capitalization.
16470 (define-minor-mode): Inline code from easy-mmode-define-toggle.
16471 Add keyword arguments to specify global-ness or the custom group.
16472 Add local-map and help-echo properties to the lighter.
16473 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
16474 (easy-mmode-define-global-mode): New macro.
16475
164762000-06-02 Dave Love <fx@gnu.org>
16477
16478 * wid-edit.el: byte-compile-dynamic since we typically don't use
16479 all the widgets. Don't require cl or widget. Remove
16480 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
16481 (widget-read-event): Removed. Callers changed to use read-event.
16482 (widget-button-release-event-p): Renamed from
16483 button-release-event-p.
16484 (widget-field-add-space, widget-field-use-before-change):
16485 Uncustomize.
16486 (widget-specify-field): Use keymap property, not local-map.
16487 (widget-specify-button): Obey :suppress-face.
16488 (widget-specify-insert): Use modern backquote syntax.
16489 (widget-image-directory): Renamed from widget-glyph-directory.
16490 (widget-image-enable): Renamed from widget-glyph-enable.
16491 (widget-image-find): Replaces widget-glyph-find.
16492 (widget-button-pressed-face): Move defvar.
16493 (widget-image-insert): Replaces widget-glyph-insert.
16494 (widget-convert): Use keywordp.
16495 (widget-leave-text, widget-children-value-delete): Use mapc.
16496 (widget-keymap): Remove XEmacs stuff.
16497 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
16498 (widget-button-click): Don't set point at the click, but re-centre
16499 if we scroll out of window. Rewritten for images v. glyphs &c.
16500 (widget-tabable-at): Use POS arg, not point.
16501 (widget-beginning-of-line, widget-end-of-line)
16502 (widget-item-value-create, widget-sublist, widget-princ-to-string)
16503 (widget-sexp-prompt-value, widget-echo-help): Simplify.
16504 (widget-default-create): Use widget-image-insert; some rewriting.
16505 (widget-visibility-value-create)
16506 (widget-push-button-value-create, widget-toggle-value-create): Use
16507 widget-image-insert.
16508 (checkbox): Create on and off images dynamically.
16509 (documentation-link): Change :help-echo.
16510 (widget-documentation-link-echo-help): Remove.
16511
165122000-06-02 Stefan Monnier <monnier@cs.yale.edu>
16513
16514 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
16515
16516 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
16517 (easy-mmode-define-toggle, define-minor-mode): Use it.
16518 (easy-mmode-define-keymap): Docstring fix.
16519 (define-derived-mode): Default PARENT to fundamental-mode.
16520 Add the derived-mode-parent symbol-property.
16521 (easy-mmode-derived-mode-p): New function.
16522
165232000-06-02 Dave Love <fx@gnu.org>
16524
16525 * files.el (convert-standard-filename): Doc fix.
16526 (normal-backup-enable-predicate): New function.
16527 (backup-enable-predicate): Use it to replace the lambda form.
16528
16529 * calendar/todo-mode.el: [This needs more work on the outline
16530 stuff.] Doc fixes.
16531 (todo) <defgroup>: Add :version.
16532 (todo-add-category): Don't use pushnew.
16533 (todo-cmd-raise): Fix typo.
16534 (todo-top-priorities): Change temp buffer name.
16535 (todo-category-alist): Avoid redundant lambda.
16536 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
16537 Use outline-next-heading.
16538
16539 * autoarg.el: Rewritten to use define-minor-mode.
16540 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
16541 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
16542
165432000-06-02 Kenichi Handa <handa@etl.go.jp>
16544
16545 * isearch.el (isearch-other-meta-char): Fix previous change.
16546
165472000-06-01 Stefan Monnier <monnier@cs.yale.edu>
16548
16549 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
16550 (log-edit-done): Only add the comment to the ring if it's different
16551 from the last comment entered.
16552
16553 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
16554
165552000-06-01 Dave Love <fx@gnu.org>
16556
16557 * hl-line.el: Rewritten using define-minor-mode.
16558
16559 * help.el (describe-function-1): Distinguish special form from
16560 builtin function. Sanity-check presence of arglist for builtins.
16561
165622000-06-01 Kenichi Handa <handa@etl.go.jp>
16563
16564 * international/characters.el: Fix syntax/category setting of
16565 Tibetan characters.
16566
16567 * language/tibet-util.el (tibetan-add-components): Fixes for new
16568 encoding of Tibetan characters.
16569 (tibetan-decompose-precomposition-alist): New variable.
16570 (tibetan-decompose-region): Convert precomposed characters to
16571 non-precomposed characters.
16572 (tibetan-decompose-string): Likewise.
16573 (tibetan-composition-function): Fix args to
16574 thibetan-compose-string.
16575
16576 * language/tibetan.el (tibetan-composable-pattern): More
16577 characters included.
16578 (tibetan-consonant-transcription-alist): Rule for "R" added.
16579 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
16580 "+R" added.
16581 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
16582
16583 * language/lao-util.el (lao-composition-function): Fix args to
16584 compose-string.
16585
16586 * language/thai-util.el (thai-composition-function): Fix args to
16587 compose-string.
16588
16589 * isearch.el (isearch-update): Set disable-point-adjustment to t
16590 to prevent the point moving to the end of a composition when a
16591 part of a composition is searched.
16592 (isearch-other-meta-char): If the key invoking this command can be
16593 mapped by function-key-map to a printing char, call
16594 isearch-process-search-char directly.
16595
165962000-06-01 Stefan Monnier <monnier@cs.yale.edu>
16597
16598 * emacs-lisp/bytecomp.el:
16599 * frame.el:
16600 * international/mule-cmds.el:
16601 * international/mule-util.el:
16602 * international/mule.el:
16603 * mouse.el:
16604 * subr.el:
16605 * faces.el: Update calls to make-obsolete with a WHEN argument.
16606
16607 * byte-run.el (make-obsolete, make-obsolete-variable):
16608 Add an optional WHEN argument and change the format of the
16609 symbol-property information.
16610 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
16611 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
16612 new obsolete-symbol-property format and print WHEN if it is provided.
16613
166142000-05-31 Dave Love <fx@gnu.org>
16615
16616 * loadhist.el (loadhist-hook-functions): Remove
16617 before-change-function, after-change-function.
16618 (unload-feature): Deal with symbols which are both bound and
16619 fbound.
16620
16621 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
16622 before-change-function, after-change-function.
16623
16624 * simple.el (newline): Don't bind before-change-function,
16625 after-change-function.
16626
166272000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
16628
16629 * whitespace.el (whitespace-rescan-timer-time): Update interval
16630 set to 600 seconds (10 minutes) instead of 60 seconds since
16631 a large number of whitespace buffers causes emacs to `freeze'
16632 for a considerable amount of time.
16633
16634 * whitespace.el: Updated email address
16635
166362000-05-31 Dave Love <fx@gnu.org>
16637
16638 * add-log.el (change-log-font-lock-keywords) <function>: Add
16639 pattern for function of change.
16640 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
16641 acknowledgements patterns.
16642
166432000-05-31 Kenichi Handa <handa@etl.go.jp>
16644
16645 * isearch.el (isearch-printing-char): If keyboard coding system is
16646 being used, call isearch-process-search-multibyte-characters.
16647
16648 * international/isearch-x.el: Mostly rewritten.
16649
16650 * international/quail.el (quail-start-conversion): Don't include
16651 unhandled events in the returned events, but set them in
16652 unread-command-events. Exit if all inputs are deleted.
16653
166542000-05-30 Jason Rumney <jasonr@gnu.org>
16655
16656 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
16657
16658 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
16659 Reenable code to create initial fontsets.
16660 Use set-fontset-font in place of put-charset-property.
16661
166622000-05-30 Gerd Moellmann <gerd@gnu.org>
16663
16664 * progmodes/perl-mode.el (perl-indent-line): When looking for a
16665 label, ensure that the first colon isn't followed by another.
16666
16667 * paths.el (Info-default-directory-list): Doc fix.
16668
16669 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
16670 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
16671 send a query containing USER only, not USER@HOST.
16672
16673 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
16674 and rmail-msgend to compute the restriction at the end, instead of
16675 computing it.
16676
166772000-05-29 Gerd Moellmann <gerd@gnu.org>
16678
16679 * dabbrev.el (dabbrev-expand): Don't display messages in the
16680 echo area if the minibuffer window is active.
16681
16682 * jit-lock.el (jit-lock-mode): Add after change function to
16683 local hook.
16684
166852000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
16686
16687 * antlr-mode.el: New commands: hide/unhide actions,
16688 upcase/downcase literals.
16689 (antlr-tiny-action-length): New user option.
16690 (antlr-hide-actions): New command. Suggested by
16691 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
16692 (antlr-mode-map): New binding [C-c C-v].
16693 (antlr-mode-menu): New entries.
16694 (antlr-downcase-literals): New command.
16695 (antlr-upcase-literals): Ditto.
16696
16697 * antlr-mode.el: Minor changes: indendation, mode-name.
16698 (antlr-indent-line): Indent cpp directive at column 0.
16699 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
16700
16701 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
16702 (antlr-font-lock-additional-keywords): Workaround for intentional
16703 bug in XEmacs version of font-lock.
16704 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
16705 be used by a smarter version of `buffers-menu-grouping-function'.
16706
167072000-05-29 Gerd Moellmann <gerd@gnu.org>
16708
16709 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
16710 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
16711
167122000-05-29 Kenichi Handa <handa@etl.go.jp>
16713
16714 * international/encoded-kb.el
16715 (encoded-kbd-iso2022-designation-map): Pay attention to that
16716 charset-iso-final-char return -1 for eight-bit-control and
16717 eight-bit-graphic.
16718
167192000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
16720
16721 * speedbar.el (speedbar-use-images, speedbar-update-flag)
16722 (speedbar-easymenu-definition-base): Use display-graphic-p where
16723 available, instead of window-system.
16724
167252000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
16726
16727 * international/codepage.el (cp-coding-system-for-codepage-1): Add
16728 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
16729 coding systems.
16730
167312000-05-26 Dave Love <fx@gnu.org>
16732
16733 * disp-table.el (standard-display-underline): Don't use
16734 internal-find-face.
16735
16736 * mail/reporter.el: Maintainer change. Doc fixes.
16737 (reporter-version): Deleted.
16738
16739 * emacs-lisp/elp.el: Maintainer change.
16740 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
16741
167422000-05-26 Stefan Monnier <monnier@cs.yale.edu>
16743
16744 * add-log.el (add-change-log-entry): Merge the current entry with the
16745 previous one if the previous one is empty.
16746
167472000-05-26 Dave Love <fx@gnu.org>
16748
16749 * loadhist.el (unload-feature): Fix interactive spec [from
16750 lijnzaad@ebi.ac.uk].
16751
16752 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
16753 subr-arity to check primitives.
16754 (byte-compile-flush-pending, byte-compile-file-form-progn)
16755 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
16756 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
16757 mapcar.
16758
167592000-05-26 Kenichi Handa <handa@etl.go.jp>
16760
16761 * international/fontset.el: Set family names of non-latin charsets
16762 in default fontset to "*".
16763
16764 * international/mule-diag.el (print-fontset): Combine family part
16765 and registry part of the fontname by "-*-" instead of "-".
16766
16767 * international/mule-cmds.el (encode-coding-char): Make strings
16768 multibyte before calling encode-coding-string.
16769
167702000-05-25 Stefan Monnier <monnier@cs.yale.edu>
16771
16772 * derived.el: Fix keywords.
16773 (define-derived-mode): Only define if needed.
16774
16775 * simple.el (fill-comment, comment-column, comment-start)
16776 (comment-start-skip, comment-end, comment-indent-function)
16777 (block-comment-start, block-comment-end, indent-for-comment)
16778 (set-comment-column, kill-comment, comment-padding, comment-region)
16779 (comment-multi-line, indent-new-comment-line): Remove.
16780
16781 * bindings.el (esc-map): Change ; to comment-dwim and use the new
16782 function names for comment operations.
16783
16784 * newcomment.el: Add abundant autoload cookies.
16785 (comment-style): Don't depend on runtime data at compile-time.
16786 (comment-indent-hook): Remove.
16787 (comment-indent): Check if comment-indent-hook is bound.
16788 (comment-region): Docstring fix.
16789
167902000-05-25 Dave Love <fx@gnu.org>
16791
16792 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
16793 byte-code-function-p.
16794
16795 * mail/rmailsum.el: Add provide.
16796
16797 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
16798
16799 * smerge-mode.el (smerge-diff-switches): Don't use list* in
16800 defcustom.
16801
168022000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
16803
16804 * ediff-diff.el (ediff-exec-process): delete --binary option from
16805 non-buffer ediff jobs.
16806
168072000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16808
16809 * hilit-chg.el (highlight-changes-mode): Ask about color or
16810 grayscale support, not about window-system.
16811
16812 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
16813 window-system.
16814 (ffap-highlight): Always default to t.
16815
16816 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
16817 display-popup-menus-p instead of looking at window-system.
16818
16819 * disp-table.el (standard-display-g1, standard-display-graphic):
16820 Only refuse to use string glyphs on X and MS-Windows.
16821
16822 * avoid.el: Remove window-system from commentary, suggest to use
16823 display-*-p instead.
16824
16825 * apropos.el (apropos-print): Use display-mouse-p instead of
16826 window-system.
16827
168282000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16829
16830 * international/codepage.el (cp-decoding-vector-for-codepage):
16831 Fill up unsupported characters with their own codes. From Kenichi
16832 Handa.
16833
168342000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16835
16836 * international/mule-diag.el (describe-char-after): Use
16837 display-graphic-p instead of window-system, so that this function
16838 works on MS-DOS.
16839
168402000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16841
16842 * international/codepage.el (cp-make-coding-systems-for-codepage):
16843 Remove the eight-bit-graphic and eight-bit-control charsets from
16844 the list of charsets which we convert into `?'.
16845
168462000-05-25 Kenichi Handa <handa@etl.go.jp>
16847
16848 * international/mule-conf.el: Specify CHARSET-ID explicitely for
16849 private charsets.
16850 (mule-unicode-0100-24ff, japanese-jisx0213-1,
16851 japanese-jisx0213-2): New charsets.
16852
16853 * international/fontset.el: Setup default fontset for new charsets.
16854
168552000-05-24 Dave Love <fx@gnu.org>
16856
16857 * info.el (Info-find-node-2): Restructure [following "Vadim
16858 S. Solomin" <sovs@uic.nnov.ru>].
16859
16860 * icomplete.el: Fix header for Finder.
16861
168622000-05-24 Eric M. Ludlam <zappo@ultranet.com>
16863
16864 * rmailout.el (rmail-output-to-rmail-file): Added optional param
16865 STAY.
16866
16867 * rmail.el (rmail-automatic-folder-directives): New user variable.
16868 (rmail-show-message): Add call to `rmail-auto-file' during
16869 display.
16870 (rmail-auto-file): New function.
16871
168722000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
16873
16874 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
16875 account.
16876 (ediff-test-utility,ediff-diff-mandatory-option)
16877 (ediff-reset-diff-options): Utilities for proper initialization of
16878 ediff-diff-options and ediff-diff3-options on Windows.
16879
16880 * ediff-init.el (ediff-merge-filename-prefix): New customizable
16881 variable.
16882
16883 * ediff-mult.el (ediff-filegroup-action): Use
16884 ediff-merge-filename-prefix.
16885
168862000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
16887
16888 * viper-ex.el (ex-write): Set selective display to nil.
16889
168902000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
16891
16892 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
16893 aliases for hebrew-iso-8bit.
16894
168952000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
16896
16897 * woman.el: New version from Francis J. Wright
16898 <F.J.Wright@Maths.QMW.ac.uk>.
16899 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
16900 names in environment variables regardless of the path separator.
16901 (woman-topic-all-completions-1): Don't call file-name-directory-p
16902 on all files, since woman-file-regexp already filters out any
16903 directories.
16904
169052000-05-24 Kenichi Handa <handa@etl.go.jp>
16906
16907 * international/quail.el (quail-start-translation): Don't change
16908 modified-p of the current buffer.
16909 (quail-start-conversion): Likewise.
16910
16911 * international/kkc.el (kkc-region): Don't change modified-p of
16912 the current buffer.
16913
16914 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
16915 conform to RFC1468.
16916 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
16917
169182000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
16919
16920 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
16921 (speedbar-insert-button): Invisible text property fix.
16922 (speedbar-directory-plus): Renamed from speedbar-directory-+
16923 (speedbar-directory-minus): Renamed from speedbar-directory--
16924 (speedbar-page-plus): Renamed from speedbar-file-+
16925 (speedbar-page-minus): Renamed from speedbar-file--
16926 (speedbar-page): Renamed from speedbar-file-
16927 (speedbar-tag): Renamed from speedbar-tag-
16928 (speedbar-tag-plus): Renamed from speedbar-tag-+
16929 (speedbar-tag-minus): Renamed from speedbar-tag--
16930 (speedbar-expand-image-button-alist): Use above renames.
16931
16932 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
16933 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
16934 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
16935 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
16936 * sb-pg.xpm: Renamed from sb-file.xpm
16937 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
16938 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
16939
169402000-05-24 Kenichi Handa <handa@etl.go.jp>
16941
16942 * international/quail.el (quail-show-guidance-buf): Set
16943 current-input-method of the guidance buffer to the name of the
16944 curren input method.
16945
169462000-05-23 Stefan Monnier <monnier@cs.yale.edu>
16947
16948 * progmodes/compile.el (compile-internal): Style typo.
16949
16950 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
16951 quote vars and functions in the docstring.
16952
16953 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
16954
16955 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
16956 Don't quote lambdas.
16957
16958 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
16959
169602000-05-23 Gerd Moellmann <gerd@gnu.org>
16961
16962 * startup.el (command-line): Determine source file of compiled
16963 user init file differently. Warn if compiled user init file
16964 is older than its source file.
16965
16966 * ffap.el (ffap-url-regexp): Add `https'.
16967
169682000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
16969
16970 * files.el (make-backup-file-name-1): Replace slashes with `!'
16971 rather than `|' (which is not allowed on Windows). Replace the
16972 drive letters with a string "drive_X".
16973
169742000-05-23 Gerd Moellmann <gerd@gnu.org>
16975
16976 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
16977
16978 * files.el (interpreter-mode-alist): Add `bash2'.
16979
169802000-05-22 Dave Love <fx@gnu.org>
16981
16982 * loadhist.el (feature-symbols, file-provides, file-requires): Use
16983 mapc.
16984 (feature-file): Avoid calling symbol-name. Doc fix.
16985 (file-set-intersect, file-dependents): Use dolist, not mapcar.
16986 (loadhist-hook-functions): Add mouse-position-function.
16987 (unload-feature): Change uses of mapcar.
16988
16989 * files.el (parse-colon-path): Doc fix.
16990 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
16991 (set-auto-mode): Use mapc.
16992
16993 * complete.el (PC-look-for-include-file): Use :alnum: character
16994 class.
16995 (partial-completion-mode): Add autoload cookie.
16996
169972000-05-22 Sam Steingold <sds@gnu.org>
16998
16999 * info.el (Info-fontify-node): Fixed the call to
17000 `add-text-properties' (bug introduced on 2000-05-18).
17001
170022000-05-22 Dave Love <fx@gnu.org>
17003
17004 * bindings.el: Remove debug-ignored-errors set in other files.
17005
17006 * progmodes/etags.el: Add to debug-ignored-errors.
17007 (visit-tags-table-buffer): Clear out buffers holding old tables
17008 when making a new list.
17009 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
17010 mapc.
17011
17012 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
17013 quote keywords.
17014 (cmpl-string-case-type): Use character classes.
17015
17016 * comint.el:
17017 * textmodes/ispell.el:
17018 * imenu.el:
17019 * mail/mh-e.el:
17020 * progmodes/compile.el: Add to debug-ignored-errors.
17021
17022 * dabbrev.el: Add to debug-ignored-errors.
17023 (dabbrev-completion): Use mapc.
17024
170252000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
17026
17027 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
17028 (woman-mapcan, woman-parse-man.conf)
17029 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
17030 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
17031 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
17032 path syntax better.
17033 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
17034 (woman-manpath): Call woman-parse-man.conf.
17035 (woman-emulation): New defcustom, defaults to nroff.
17036 (woman-font-support): New defconst.
17037 (woman-use-symbol-font): New defcustom.
17038 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
17039 "Emulation".
17040 Many functions: Doc fix.
17041
170422000-05-22 Kenichi Handa <handa@etl.go.jp>
17043
17044 * international/quail.el (quail-simple-translation-keymap): Map
17045 128..255 to quail-self-insert-command.
17046 (quail-keyboard-layout-alist): Add definition for "pc102-de".
17047
170482000-05-22 Stefan Monnier <monnier@cs.yale.edu>
17049
17050 * help.el (help-manyarg-func-alist): Typo.
17051
17052 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
17053 intervals which makes it heaps simpler.
17054
17055 * newcomment.el (comment-region-internal): Go back to BEG after quoting
17056 the nested comment markers.
17057
17058 * subr.el (remove-hook): Don't turn the hook's value into a list.
17059
170602000-05-21 Dave Love <fx@gnu.org>
17061
17062 * edmacro.el (edmacro-parse-keys): Return vector if any elements
17063 are invalid characters.
17064
17065 * international/mule-util.el (detect-coding-with-priority): Use
17066 mapc. Remove redundant lambda.
17067
17068 * international/mule-diag.el (list-non-iso-charset-chars)
17069 (describe-fontset): Remove redundant lambda.
17070
17071 * emulation/crisp.el (brief-mode): New alias.
17072
17073 * emacs-lisp/ring.el (ring-elements): New function.
17074
17075 * emacs-lisp/easymenu.el (easy-menu-create-menu)
17076 (easy-menu-do-add-item): Use keywordp.
17077
17078 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
17079
17080 * replace.el: Doc and error message fixes.
17081 (replace-highlight): Use facep, not internal-find-face.
17082
170832000-05-20 Stefan Monnier <monnier@cs.yale.edu>
17084
17085 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
17086
17087 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
17088 (log-edit-insert-changelog): Drop `:' as well.
17089
17090 * log-view.el: Fix file description.
17091 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
17092 available.
17093 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
17094 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
17095
17096 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
17097 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
17098 Print a status message if the toggle is called interactively.
17099 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
17100 for global minor modes and use `defcustom' for them.
17101 Use add-minor-mode.
17102 (easy-mmode-define-derived-mode): Remove.
17103 (define-derived-mode): Fancier default docstring.
17104 (easy-mmode-define-navigation): Signal an error rather than (ding).
17105
17106 * newcomment.el (comment-styles): New `box-multi'.
17107 (comment-normalize-vars): Better default for comment-continue to
17108 avoid whitespace-only continuations.
17109 (comment-search-forward): Always move even in the no-syntax case.
17110 (comment-padright): Only obey N if it's only obeyed for padleft.
17111 (comment-make-extra-lines): Better handling of empty continuations.
17112 Use `=' for the filler if comment-start has only one character.
17113 (uncomment-region): Try handling the special `=' filler.
17114 (comment-region): Allow LINES even if MULTI is nil.
17115 (comment-box): Choose box style based on comment-style.
17116
171172000-05-20 Kenichi Handa <handa@etl.go.jp>
17118
17119 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
17120 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
17121
171222000-05-20 Kenichi HANDA <handa@etl.go.jp>
17123
17124 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
17125 and insert, not subst-char-in-region.
17126
17127 * international/mule-diag.el (list-character-sets-1): Handle
17128 charsets eight-bit-control and eight-bit-graphic.
17129 (list-iso-charset-chars): Likewise.
17130 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
17131 charactes as is. Use indent-to to align characters.
17132
17133 * international/mule-cmds.el (find-multibyte-characters): Never
17134 exclude charsets eight-bit-control and eight-bit-graphic.
17135
171362000-05-19 Stefan Monnier <monnier@cs.yale.edu>
17137
17138 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
17139 Don't quote lambdas.
17140
17141 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
17142
171432000-05-19 Gerd Moellmann <gerd@gnu.org>
17144
17145 * gud.el (gud-jdb-directories): Doc fix.
17146
171472000-05-19 Stefan Monnier <monnier@cs.yale.edu>
17148
17149 * newcomment.el: New file.
17150
171512000-05-19 Gerd Moellmann <gerd@gnu.org>
17152
17153 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
17154
171552000-05-18 Andreas Schwab <schwab@suse.de>
17156
17157 * dired.el (dired-between-files): Also skip lines beginning with
17158 `used'.
17159
171602000-05-18 Gerd Moellmann <gerd@gnu.org>
17161
17162 * msb.el (msb-menu-cond): Add choice `user'.
17163
171642000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17165
17166 * ps-print.el: Compatibility, customization and doc fix.
17167 (ps-printer-name-option): Replace defconst by defvar.
17168 (ps-postscript-code-directory): XEmacs compatibility.
17169 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
17170 fix.
17171 (ps-user-defined-prologue, ps-print-prologue-header)
17172 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
17173 compatibility and code fix.
17174 (ps-print-background-image, ps-print-background-text):
17175 Customization fix.
17176 (ps-line-number-start, ps-n-up-on): New vars.
17177
171782000-05-18 Espen Skoglund <esk@ira.uka.de>
17179
17180 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
17181 the indent-comment function to just return the appropriate indent.
17182
171832000-05-18 Eric M. Ludlam <zappo@ultranet.com>
17184
17185 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
17186 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
17187 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
17188
171892000-05-18 Dave Love <fx@gnu.org>
17190
17191 * info.el (Info-fontify-node): Add intangible property as well as
17192 invisible.
17193
17194 * calendar/appt.el (appt-make-list): Match all lines of entry.
17195 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
17196
171972000-05-18 Kenichi Handa <handa@etl.go.jp>
17198
17199 * international/mule-diag.el (describe-char-after): Call
17200 internal-char-font, not char-font. If internal-char-font returns
17201 nil, display "-- none --".
17202
172032000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
17204
17205 * image.el (image-type-available-p): Don't reference image-types
17206 if it isn't bound.
17207
172082000-05-17 Stefan Monnier <monnier@cs.yale.edu>
17209
17210 * autoarg.el (autoarg-mode): Typo in the :set argument.
17211
172122000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
17213
17214 * startup.el (command-line-1): Don't signal an error if the
17215 directory for auto-save-list files does not yet exist.
17216
172172000-05-17 Kenichi Handa <handa@etl.go.jp>
17218
17219 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
17220
172212000-05-16 Stefan Monnier <monnier@cs.yale.edu>
17222
17223 * subr.el (remove-hook): `setq' hook-value, not `set'.
17224
172252000-05-16 Sam Steingold <sds@gnu.org>
17226
17227 * info.el (debug-ignored-errors): More errors to ignore.
17228
172292000-05-16 Dave Love <fx@gnu.org>
17230
17231 * cus-edit.el: Don't require cl or easymenu.
17232 (custom-variable-prompt): Test standard-value property, not
17233 user-variable-p.
17234
172352000-05-16 Sam Steingold <sds@gnu.org>
17236
17237 * subr.el (add-hook): `setq' hook-value, not `set'.
17238
172392000-05-16 Gerd Moellmann <gerd@gnu.org>
17240
17241 * startup.el (command-line-1): Mention the FAQ in the startup
17242 message.
17243
17244 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
17245
17246 * progmodes/compile.el (compilation-parse-errors): Collect
17247 `nomessage' regexps last.
17248
17249 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
17250
17251 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
17252 to the function name.
17253
172542000-05-15 Dave Love <fx@gnu.org>
17255
17256 * speedbar.el (speedbar-recenter): Typo.
17257 (speedbar-expand-line): Make arg optional.
17258 (speedbar-mode): Avoid a compiler warning.
17259
172602000-05-15 Gerd Moellmann <gerd@gnu.org>
17261
17262 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
17263 user-specified option string is empty.
17264
17265 * mouse.el (mouse-yank-at-click): Doc fix.
17266
172672000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
17268
17269 * term/internal.el (IT-character-translations): More updates of
17270 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
17271 documents.
17272
172732000-05-15 Gerd Moellmann <gerd@gnu.org>
17274
17275 * env.el (getenv): New function, interactively callable.
17276 (setenv, getenv): Remove autoload cookies.
17277
17278 * loadup.el: Load `env'.
17279
17280 * progmodes/f90.el: Change author's mail address.
17281
172822000-05-14 Dave Love <fx@gnu.org>
17283
17284 * mail/rmail.el (rmail-show-message-hook): Customize and offer
17285 goto-addr as an option.
17286
17287 * help.el (help-xref-stack): Doc fix.
17288 (help-xref-following): New variable.
17289 (help-make-xrefs): Use it.
17290 (help-xref-go-back): Use position information from stack element.
17291 (help-follow): Make position in stack element a pair. Use
17292 help-xref-following.
17293
17294 * autoarg.el: New file.
17295
17296 * faces.el: Declare more functions obsolete.
17297
17298 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
17299 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
17300 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
17301 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
17302 Remove all the setup-...-environment functions.
17303
173042000-05-13 Eric M. Ludlam <zappo@ultranet.com>
17305
17306 * speedbar.el: Updated the commentary section. xemacs20p now uses
17307 >= when detecting. Require `defimage' safely.
17308 (speedbar-easymenu-definition-base): Add toggle for images.
17309 (speedbar-easymenu-definition-special): Add flush cache & expand.
17310 (speedbar-visiting-tag-hook): Set new defaults. Added options.
17311 (speedbar-reconfigure-keymaps-hook): New variable.
17312 (speedbar-frame-parameters): Updated documentation.
17313 (speedbar-use-imenu-flag): Updated custom tag
17314 (speedbar-dynamic-tags-function-list): New variable.
17315 (speedbar-tag-hierarchy-method): Updated doc & custom.
17316 (speedbar-indentation-width, speedbar-indentation-width) New
17317 variables.
17318 (speedbar-hide-button-brackets-flag): Customizable.
17319 (speedbar-vc-indicator): Doc update.
17320 (speedbar-ignored-path-expressions): Updated default value.
17321 (speedbar-supported-extension-expressions): Updated default value.
17322 (speedbar-syntax-table): Remove {} paren status.
17323 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
17324 as "+". Added overlay aliases.
17325 (speedbar-mode): Use `speedbar-mode-line-update' instead of
17326 `force-mode-line-update'.
17327 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
17328 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
17329 `mouse-set-point'
17330 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
17331 (speedbar-item-info-tag-helper): Revamped to handle a wider range
17332 of arbitrary text, and new helper functions.
17333 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
17334 filename finder.
17335 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
17336 (speedbar-directory-buttons): Update path search/expansion.
17337 (speedbar-make-tag-line): Pay attention to
17338 `speedbar-indentation-width'. Use more care w/ invisible
17339 properties.
17340 (speedbar-change-expand-button-char): Call
17341 `speedbar-insert-image-button-maybe'.
17342 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
17343 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
17344 (speedbar-trim-words-tag-hierarchy)
17345 (speedbar-simple-group-tag-hierarchy): New functions
17346 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
17347 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
17348 functions.
17349 (speedbar-mouse-set-point): New function
17350 (speedbar-power-click): Updated documentation.
17351 (speedbar-line-token, speedbar-goto-this-file): Handle more types
17352 of tag prefix text.
17353 (speedbar-expand-line, speedbar-contract-line): Make more robust
17354 to strange text.
17355 (speedbar-expand-line): Takes universal argument to flush the
17356 cache.
17357 (speedbar-flush-expand-line): New function.
17358 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
17359 Use new generator insertion method.
17360 (speedbar-fetch-dynamic-tags): New function.
17361 (speedbar-fetch-dynamic-imenu): Removed code now handled in
17362 `speedbar-fetch-dynamic-imenu'.
17363 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
17364 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
17365 "Revert Buffer" menu items.
17366 (speedbar-buffer-buttons-engine): Be smarter when creating a
17367 filename tag (for expansion purposes.).
17368 (speedbar-highlight-one-tag-line,
17369 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
17370 (speedbar-recenter): New functions.
17371 (defimage-speedbar): Image loading abstraction.
17372 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
17373 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
17374 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
17375 (speedbar-tag-type, speedbar-tag-mail): New images.
17376 (speedbar-expand-image-button-alist): New variable.
17377 (speedbar-insert-image-button-maybe): Insert an image over some
17378 buttons.
17379
173802000-05-13 Kenichi Handa <handa@etl.go.jp>
17381
17382 * international/mule-cmds.el (encode-coding-char): An ASCII
17383 character is always encodable.
17384
17385 * international/mule-conf.el: Add more information in descriptions
17386 of character sets.
17387
17388 * international/mule-diag.el (describe-char-after): New function.
17389 (describe-font-internal): Adjusted for the change of font-info.
17390 (describe-font): Likewise.
17391 (print-fontset): Rewritten for the new fontset implementation.
17392 (describe-fontset): Include fontset alias names in completion.
17393 (list-fontsets): Adjusted for the change of print-fontset.
17394
17395 * simple.el (what-cursor-position): If DETAIL is non-nil, call
17396 describe-char-after instead of displaying the detail in the echo
17397 area.
17398 (syntax-code-table): Format changed.
17399 (string-to-syntax): Adjusted for the above change.
17400
174012000-05-12 Stefan Monnier <monnier@cs.yale.edu>
17402
17403 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
17404
174052000-05-12 Dave Love <fx@gnu.org>
17406
17407 * calendar/todo-mode.el: Remove some compatibility stuff and CL
17408 dependence. Use line-{beginning,end}-position, not
17409 point-at{b,e}ol. Some doc fixes.
17410 (todo-position): New function. Fix callers of position to use it.
17411 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
17412
174132000-05-12 Gerd Moellmann <gerd@gnu.org>
17414
17415 * time.el (display-time-mail-icon): Use `:ascent center'.
17416
17417 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
17418 handling FTP security extensions.
17419
174202000-05-11 Dave Love <fx@gnu.org>
17421
17422 * calendar/todo-mode.el: New file.
17423
174242000-05-11 Gerd Moellmann <gerd@gnu.org>
17425
17426 * comint.el (comint-read-input-ring): Move reference to
17427 comint-input-ring-size outside of the save-excursion. It was
17428 causing the default value to be the only one ever seen.
17429
17430 * font-lock.el: Update copyright. Remove Simon Marshall's email
17431 address on request from him.
17432
17433 * subr.el (substitute-key-definition): Add comment describing
17434 the meaning of PREFIX.
17435
174362000-05-10 Stefan Monnier <monnier@cs.yale.edu>
17437
17438 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
17439
17440 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
17441 (add-minor-mode): Don't make the variable buffer-local and add a
17442 reference to define-minor-mode in the docstring.
17443
17444 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
17445 HEADER/FOOTER and fix bug with trailing empty directory.
17446 (cvs-append-to-ignore): Use vc-editable-p if available.
17447 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
17448 (vc-do-command): Tweak advice to handle the new VC.
17449
17450 * log-view.el (log-view-goto-rev): New function for the new VC.
17451 (log-view-minor-wrap): Use mark-active.
17452
17453 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
17454 (log-edit-changelog-full-paragraphs): New var.
17455 (log-edit-insert-changelog): Remove a lonely leading `* file'.
17456 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
17457 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
17458 (log-edit-changelog-ours-p, log-edit-changelog-entries)
17459 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
17460 Replace the `cvs' prefix with `log-edit'.
17461
17462 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
17463
17464 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
17465 (diff-font-lock-defaults): Explicitly turn off multiline.
17466 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
17467 (diff-ediff-patch): Fix call to ediff-patch-file.
17468 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
17469 Handle comments.
17470
17471 * frame.el (automatic-hscrolling): Typo.
17472
17473 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
17474
174752000-05-09 Sam Steingold <sds@goems.com>
17476
17477 * apropos.el (apropos-print): use `describe-face' instead of
17478 `customize-face-other-window'.
17479
174802000-05-09 Dave Love <fx@gnu.org>
17481
17482 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
17483
17484 * help.el (describe-variable): Have customize button pop the
17485 help-xref stack when invoked.
17486 (help-xref-symbol-regexp): Add `face'.
17487 (help-make-xrefs): Check for quoted face names and adapt regexp
17488 submatch numbers to cope.
17489 (help-xref-interned): Maybe insert face doc too. Separate
17490 sections with a line of hyphens.
17491
17492 * faces.el: Some doc fixes. Declare some functions obsolete.
17493 (describe-face): Add customize button. Return the help
17494 text. Fix prompt.
17495
174962000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
17497
17498 * term/internal.el (IT-character-translations): Fix last change.
17499
175002000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
17501
17502 * woman.el: New file
17503 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
17504
175052000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
17506
17507 * term/internal.el (IT-character-translations): Update ASCII
17508 simulations for greek-iso8859-7, add latin-iso8859-14 and
17509 latin-iso8859-15.
17510
17511 * international/mule-cmds.el (set-language-info-alist): Call
17512 define-prefix-command with 3 arguments, to make the map suitable
17513 for a menu.
17514
175152000-05-07 Dave Love <fx@gnu.org>
17516
17517 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
17518
175192000-05-05 Dave Love <fx@gnu.org>
17520
17521 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
17522 list in doc string. Don't quote keyword symbols.
17523 * emacs-lisp/cl.el: Likewise
17524 * emacs-lisp/cl-seq.el: Likewise
17525
175262000-05-05 Gerd Moellmann <gerd@gnu.org>
17527
17528 * abbrev.el (abbrev-mode): Make ARG optional.
17529
175302000-05-04 Gerd Moellmann <gerd@gnu.org>
17531
17532 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
17533
17534 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
17535
17536 * subr.el (substitute-key-definition): Clarify documentation.
17537
175382000-05-04 Milan Zamazal <pdm@freesoft.cz>
17539
17540 * glasses.el (glasses-convert-to-unreadable): Use
17541 `glasses-separator' instead of the hard-wired "_".
17542 (glasses-mode): Call `glasses-make-unreadable' only in a single
17543 place.
17544
175452000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
17546
17547 * term/internal.el (cjk-codepages-alist): Add associations for
17548 Chinese and Korean codepages. Remove FIXME comment.
17549
175502000-05-03 Dave Love <fx@gnu.org>
17551
17552 * time.el (display-time-mail-face, display-time-use-mail-icon):
17553 New option.
17554 (display-time-mail-icon): New variable.
17555 (display-time-string-forms): Use the above. Fix the local-map.
17556
175572000-05-03 Gerd Moellmann <gerd@gnu.org>
17558
17559 * replace.el (query-replace-map): Add binding for `E'.
17560 (query-replace-help): Extend help text.
17561 (perform-replace): Allow editing the replacement string.
17562
17563 * make-mode.el (makefile-mode-abbrev-table): New variable.
17564 (makefile-mode): Set local abbrev table to
17565 makefile-mode-abbrev-table.
17566 (makefile-font-lock-keywords): Fontify includes and conditionals.
17567
17568 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
17569 set TOGGLE's value.
17570
17571 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
17572 mail-interactive-insert-alias.
17573 (mail-abbrev-complete-alias): New command.
17574 (mail-mode-map): Bind it to `M-TAB'.
17575
175762000-05-03 Kenichi Handa <handa@etl.go.jp>
17577
17578 * language/lao-util.el (lao-compose-region): New function.
17579
175802000-05-02 Gerd Moellmann <gerd@gnu.org>
17581
17582 * files.el (recover-session): Make directories as necessary
17583 if they don't exist yet.
17584
17585 * calendar/cal-french.el
17586 (french-calendar-multibyte-special-days-array)
17587 (french-calendar-special-days-array): Change French text.
17588 (calendar-french-date-string): Change output.
17589 (calendar-goto-french-date): Likewise.
17590
175912000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
17592
17593 * wid-edit.el (widget-default-active): Obey `:always-active'.
17594 (widget-documentation-string-value-create): Set `:always-active'.
17595
175962000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
17597
17598 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
17599 default prefix to `~/_emacs.d/auto-save.list/_s'.
17600 (normal-top-level): Create the directory for auto-save files, if
17601 it doesn't already exist (in the ms-dos case only).
17602
176032000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
17604
17605 * international/mule-cmds.el (set-language-environment): Don't
17606 concat an integer (dos-codepage), use format instead.
17607
176082000-05-02 Dave Love <fx@gnu.org>
17609
17610 * help.el (help-xref-on-pp): Check for constant symbols.
17611
176122000-04-29 Gerd Moellmann <gerd@gnu.org>
17613
17614 * startup.el (normal-top-level): Put a condition-case around
17615 the code loading subdirs.el.
17616
176172000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17618
17619 * ps-print.el: Upside-down and face background color printing,
17620 line number step, doc fix.
17621 (ps-print-version): New version number (5.2).
17622 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
17623 (ps-face-attribute-list, ps-plot-with-face): Code fix.
17624 (ps-spool-config): Var fix.
17625 (ps-printer-name-option): Const fix.
17626 (ps-print-upside-down, ps-use-face-background)
17627 (ps-line-number-step): New vars.
17628 (ps-window-system, ps-lp-system): New consts.
17629 (ps-face-background): New fun.
17630
176312000-04-28 Richard Stallman <rms@gnu.org>
17632
17633 * files.el (make-auto-save-file-name):
17634 Apply auto-save-file-name-transforms to visited file name
17635 before generating auto save file name.
17636 (auto-save-file-name-transforms): New variable.
17637
17638 * files.el (backup-enable-predicate):
17639 Correctly test for a file under a temporary directory.
17640
176412000-04-28 Gerd Moellmann <gerd@gnu.org>
17642
17643 * subr.el (add-minor-mode): Rewritten.
17644
176452000-04-28 Kenichi Handa <handa@etl.go.jp>
17646
17647 * mail/sendmail.el (sendmail-send-it): Set
17648 buffer-file-coding-system to the selected coding system for MIME
17649 header.
17650
176512000-04-27 Gerd Moellmann <gerd@gnu.org>
17652
17653 * dired.el (dired-move-to-filename-regexp): Allow format where
17654 YYYY is followed by two spaces.
17655
17656 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
17657 in the second character class of the regexp.
17658
17659 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
17660 mh-etc, too.
17661
17662 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
17663 nil.
17664
17665 * subr.el (add-minor-mode): Use `set' instead of `setq'.
17666
17667 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
17668 argument.
17669
176702000-04-27 Sen Nagata <sen@eccosys.com>
17671
17672 * emacs-lisp/crm.el (crm-completion-table): New variable.
17673 (crm-collection-fn, crm-test-completion)
17674 (completing-read-multiple): Use it.
17675
176762000-04-27 Dave Love <fx@gnu.org>
17677
17678 * help.el (locate-library): Use mapc.
17679 (help-manyarg-func-alist): Add call-process-region.
17680
176812000-04-26 Gerd Moellmann <gerd@gnu.org>
17682
17683 * subr.el (add-minor-mode): Make argument MAP optional.
17684
17685 * desktop.el (desktop-save): Save list of minor modes.
17686 (desktop-create-buffer): Restore minor modes.
17687 (desktop-minor-mode-table): New user-option.
17688
17689 * subr.el (add-minor-mode): New function.
17690
17691 * image.el (find-image): New function.
17692 (defimage): Rewritten to find image at load time.
17693
17694 * startup.el (normal-top-level-add-to-load-path): Handle
17695 case that the default directory is not in load-path.
17696
17697 * help.el: Old patch from Stefan Monnier.
17698 (help-xref-on-pp): New function.
17699 (describe-variable): Use it to display xrefs in a symbol's value.
17700
177012000-04-26 Stefan Monnier <monnier@cs.yale.edu>
17702
17703 * cus-edit.el (custom-face): Fix parenthesis.
17704
177052000-04-26 Kenichi Handa <handa@etl.go.jp>
17706
17707 * mail/rmail.el (rmail-expunge): When there are no deleted
17708 messages, do nothing.
17709
177102000-04-26 Dave Love <fx@gnu.org>
17711
17712 * international/mule-cmds.el (locale-translation-file-name):
17713 Defvar to nil.
17714 (set-locale-environment): Set it here (at runtime).
17715
177162000-04-25 Gerd Moellmann <gerd@gnu.org>
17717
17718 * replace.el (perform-replace): Add parameters START and END. Use
17719 them instead of the check for a region in Transient Mark mode.
17720 (query-replace-read-args): Return two more list elements for the
17721 start and end of the region in Transient Mark mode.
17722 (query-replace, query-replace-regexp, query-replace-regexp-eval)
17723 (map-query-replace-regexp, replace-string, replace-regexp): Add
17724 optional last arguments START and END and pass them to
17725 perform-replace.
17726
17727 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
17728 form with additional arguments for perform-replace.
17729
17730 * progmodes/etags.el (tags-query-replace): Add parameters START
17731 and END. Construct a form with additional arguments for
17732 perform-replace.
17733
17734 * simple.el (shell-command): Set default directory for "*Shell
17735 Command Output" buffer.
17736
17737 * language/european.el (iso-latin-4): Fix typo.
17738
17739 * emacs-lisp/crm.el: New file.
17740
177412000-04-24 Dave Love <fx@gnu.org>
17742
17743 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
17744 (Custom-reset-saved, Custom-reset-standard)
17745 (custom-group-value-create, custom-group-set, custom-group-save)
17746 (custom-group-reset-current, custom-group-reset-saved)
17747 (custom-group-reset-standard): Use mapc.
17748 (custom-buffer-create-internal): Disable undo when creating items.
17749 Use mapc.
17750 (custom-face): Avoid redundant lambda.
17751
177522000-04-24 Gerd Moellmann <gerd@gnu.org>
17753
17754 * startup.el (auto-save-list-file-prefix): Set default to
17755 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
17756
177572000-04-24 Sam Steingold <sds@gnu.org>
17758
17759 * time-stamp.el (time-stamp-string-preprocess): Always convert
17760 `field-result' to a string.
17761
177622000-04-24 Gerd Moellmann <gerd@gnu.org>
17763
17764 * frame.el (scrolling): New group.
17765 (automatic-hscrolling): New user-option.
17766
17767 * startup.el (command-line-x-option-alist): Add `-lsp' and
17768 `--line-spacing'.
17769
177702000-04-19 Dave Love <fx@gnu.org>
17771
17772 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
17773 (cl-mapc): Rename from mapc. Fix the funcall.
17774
177752000-04-19 Gerd Moellmann <gerd@gnu.org>
17776
17777 * simple.el (clone-indirect-buffer-other-window): New command.
17778 (clone-indirect-buffer): Add optional arg NORECROD.
17779 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
17780
17781 * help.el (resize-temp-buffer-window): Use count-screen-lines.
17782
17783 * window.el (count-screen-lines): New function.
17784 (shrink-window-if-larger-than-buffer): Use count-screen-lines
17785 instead of window-buffer-height.
17786
17787 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
17788 non-existing variable comint-input-sentinel.
17789 (inferior-lisp-args-to-list): Removed.
17790 (inferior-lisp): Use split-string instead of
17791 inferior-lisp-args-to-list.
17792
17793 * hexl.el (hexl-insert-hex-string): New command.
17794
17795 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
17796 instead of concat.
17797
177982000-04-18 Gerd Moellmann <gerd@gnu.org>
17799
17800 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
17801 at the start of an existing but empty folder.
17802
178032000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17804
17805 * ps-mule.el: Customization fix, doc fix.
17806 (ps-multibyte-buffer): Customization fix.
17807
178082000-04-17 Richard M. Stallman <rms@gnu.org>
17809
17810 * subr.el (read-passwd): Use read-char-exclusive.
17811
178122000-04-17 Gerd Moellmann <gerd@gnu.org>
17813
17814 * textmodes/texinfo.el (texinfo-insert-@email)
17815 (texinfo-insert-@emph, texinfo-insert-@quotation)
17816 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
17817 (texinfo-mode-map): Add key bindings for them.
17818
17819 * files.el (basic-save-buffer-2): Use a template with `$'
17820 instead of `#' for VMS.
17821
17822 * simple.el (clone-indirect-buffer): New function.
17823
178242000-04-16 Stephen Eglen <stephen@gnu.org>
17825
17826 * iswitchb.el (iswitchb-case): New function. If the user input
17827 contains any upper-case characters, the search is made
17828 case-sensitive.
17829
178302000-04-17 Stefan Monnier <monnier@cs.yale.edu>
17831
17832 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
17833 comment-end.
17834 (texinfo-font-lock-syntactic-keywords): New var.
17835 (texinfo-font-lock-keywords): Remove comment regexp.
17836 (texinfo-insert-block): New function.
17837 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
17838 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
17839 and font-lock-defaults. Use regexp-opt for outline-regexp.
17840 (texinfo-environments): New var.
17841 (texinfo-environment-regexp): Use regexp-opt and
17842 texinfo-environments.
17843
17844 * textmodes/ispell.el (ispell-menu-map-needed): Check that
17845 ispell-process is bound since this might be eval'd before ispell
17846 is loaded.
17847 (ispell-message): Use a tiny bit less magic and a bit more hard
17848 data to figure out what kind of sc-cite-regexp to use.
17849
17850 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
17851
17852 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
17853 (insert-cyclic-diary-entry): Unquote the lambda.
17854
17855 * gud.el (gud-jdb-build-source-files-list): Fix typo.
17856
17857 * files.el (backup-enable-predicate): Unquote the lambda.
17858
17859 * cus-edit.el (custom-face, face): Unquote the lambda.
17860
178612000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17862
17863 * ps-print.el: Check for line-beginning-position definition.
17864
17865 * ps-print.el: Fix counting lines in a region.
17866 (ps-print-version): New version number (5.1.5).
17867 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
17868 (ps-printing-region): Fun code fix.
17869
178702000-04-15 Gerd Moellmann <gerd@gnu.org>
17871
17872 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
17873 to file-directory-p.
17874
178752000-04-14 Gerd Moellmann <gerd@gnu.org>
17876
17877 * gud.el (gud-jdb-build-source-files-list): Check that directory
17878 exists before calling directory-files.
17879
178802000-04-13 Dave Love <fx@gnu.org>
17881
17882 * emacs-lisp/trace.el: Change maintainer. Use new backquote
17883 syntax.
17884
17885 * emacs-lisp/cl-specs.el: Remove when, unless.
17886
17887 * emacs-lisp/cl-extra.el: Don't quote keywords.
17888 (cl-old-mapc): New variable.
17889 (mapc): Use it.
17890 (cl-map-intervals): Use with-current-buffer. Don't check for
17891 next-property-change.
17892 (cl-map-overlays): Use with-current-buffer.
17893 (cl-expt): Remove.
17894 (copy-tree, remprop): Define unconditionally.
17895
17896 * emacs-lisp/cl-compat.el (keywordp): Remove.
17897
17898 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
17899 to use keywordp.
17900 (edebug-spec): Enable keywordp.
17901
17902 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
17903 string-lessp.
17904
17905 * cus-start.el: Use keywordp.
17906
179072000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17908
17909 * diary-lib.el (include-other-diary-files): Fix the fix of
17910 2000-02-18 by doing a save-excursion.
17911
179122000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17913
17914 * ps-print.el: Customization fix, doc fix.
17915 (ps-print-version): New version number (5.1.4).
17916 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
17917 (ps-print-preprint): Adjust code.
17918 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
17919 (ps-print-prologue-header, ps-print-control-characters)
17920 (ps-spool-config): Customization fix.
17921
179222000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
17923
17924 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
17925 converted to the new menu-item format, names silightly changed,
17926 help strings added.
17927
17928 Support for spelling without async subprocesses:
17929
17930 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
17931 (ispell-session-buffer): New variables.
17932 (ispell-start-process, ispell-process-status,
17933 ispell-accept-output, ispell-send-string): New functions, for
17934 Ispell invocation when async subprocesses aren't supported.
17935 (ispell-word, ispell-pdict-save, ispell-command-loop,
17936 ispell-process-line, ispell-buffer-local-parsing): Replace calls
17937 to process-send-string with calls to ispell-send-string, and
17938 accept-process-output with ispell-accept-output.
17939 (ispell-init-process): Call ispell-process-status instead of
17940 process-status with.
17941 (ispell-init-process): Call ispell-start-process. Call
17942 ispell-accept-output and ispell-send-string. Don't call
17943 process-kill-without-query and kill-process if they are unbound.
17944 (ispell-async-processp): New function.
17945
179462000-04-12 Dave Love <fx@gnu.org>
17947
17948 * info.el: Add debug-ignored-errors.
17949 (Info-mode-menu): Add some items.
17950 (Info-directory): Add autoload cookie.
17951
17952 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
17953 Modify `truncate-lines'. Make `describe-language-environment'
17954 always visible and add help. Modify `describe-key' help. Invoke
17955 Info-directory from `info'. New entry `emacs-manual'.
17956
179572000-04-10 Gerd Moellmann <gerd@gnu.org>
17958
b291c86c
SM
17959 * progmodes/ebrowse.el (ebrowse-tree-mode):
17960 Use propertized-buffer-identification.
a30eb617
DL
17961 (ebrowse-update-member-buffer-mode-line): Likewise.
17962 (ebrowse--mode-strings): Removed.
17963 (ebrowse--mode-line-props): Removed.
17964
17965 * files.el (auto-mode-alist): Add `EBROWSE'.
17966
17967 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
17968 space before testing for end of buffer.
17969 (ebrowse-load): Removed.
17970 (ebrowse-revert-tree-buffer-from-file): Rewritten.
17971 (ebrowse-create-tree-buffer): Rewritten.
17972 (ebrowse-tree-mode): Read tree from buffer.
17973
17974 * progmodes/ebrowse-ffh.el: Removed.
17975
179762000-04-10 Kenichi Handa <handa@etl.go.jp>
17977
17978 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
17979
179802000-04-10 Gerd Moellmann <gerd@gnu.org>
17981
17982 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
17983 at the wrong place.
17984
179852000-04-09 Dave Love <fx@gnu.org>
17986
b291c86c
SM
17987 * files.el (backup-enable-predicate):
17988 Use temporary-file-directory, small-temporary-file-directory.
17989 (make-backup-file-name-function, backup-directory-alist): New vars.
a30eb617
DL
17990 (make-backup-file-name-1): New function.
17991 (make-backup-file-name): Use it.
b291c86c 17992 (find-backup-file-name): Likewise. Use format for clarity, not concat.
a30eb617
DL
17993 (file-newest-backup): Use make-backup-file-name.
17994
179952000-04-09 Gerd Moellmann <gerd@gnu.org>
17996
17997 * progmodes/ebrowse-ffh.el: New file.
17998
86f6474c
SM
17999 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
18000 Moved to ebrowse-ffh.el.
a30eb617
DL
18001 (ebrowse-load): Add autoload.
18002
18003 * finder.el (finder-commentary): Add autoload cookie.
18004
18005 * mail/rfc2368.el: Correct author's email address.
18006
18007 * progmodes/ebrowse.el: New file.
18008
18009 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
18010 item help string.
18011 (easy-menu-do-add-item): Ditto.
18012 (easy-menu-define): Extend doc string.
18013
86f6474c 18014 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
a30eb617
DL
18015 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
18016 (jit-lock-function, jit-lock-stealth-fontify): Don't use
18017 with-buffer-unmodified.
18018
180192000-04-08 Dave Love <fx@gnu.org>
18020
18021 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
18022 unless, when.
18023
180242000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
18025
18026 * viper-util.el (viper-put-on-search-overlay): New subroutine.
18027 (viper-flash-search-pattern): No operation when using Emacs
18028 doesn't support face.
18029 Use `viper-put-on-search-overlay'.
18030
180312000-04-04 Gerd Moellmann <gerd@gnu.org>
18032
18033 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
18034 like C-r.
18035
18036 * progmodes/make-mode.el: Some doc fixes.
18037 (makefile-mode-abbrev-table): New variable.
18038 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
18039 (makefile-font-lock-keywords): Fontify includes and conditionals.
18040 (toplevel): Require `dabbrev' and `add-log' when compiling.
18041
18042 * replace.el (perform-replace): Don't move forward one char
18043 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
18044 to do that because it leaves point 1 position after the last
18045 replacement, after everything has been replaced.
18046
18047 * jit-lock.el (with-buffer-unmodified): New macro.
18048 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
18049 modified state.
18050 (jit-lock-function-1): Extracted from jit-lock-function; not
18051 preserving buffer's modified state.
86f6474c
SM
18052 (jit-lock-function, jit-lock-stealth-fontify):
18053 Call jit-lock-function-1.
a30eb617
DL
18054
18055 * mail/rfc2368.el: Remove supernumerary copyright line.
18056
180572000-04-04 Milan Zamazal <pdm@freesoft.cz>
18058
18059 * glasses.el: Provide facilities for inserting space before left
18060 parentheses and uncapitalization of identifiers.
18061 (glasses-mode): Try to remove old overlays in all cases.
18062
180632000-04-03 Gerd Moellmann <gerd@gnu.org>
18064
18065 * progmodes/compile.el (compile-internal): Display the compilation
18066 buffer in a different frame, if it's already displayed there.
18067
18068 * mail/rfc2368.el: New file.
18069
18070 * simple.el (sendmail-user-agent-compose): Recognize a `body'
18071 header and insert its value as mail body.
18072
18073 * subr.el (member-ignore-case): New function.
18074
18075 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
18076 (dabbrev--find-expansion): Ignore buffers matching a regexp
18077 from dabbrev-ignored-regexps.
18078
18079 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
18080 to extensions handled by gzip.
18081
180822000-04-03 Richard M. Stallman <rms@gnu.org>
18083
18084 * files.el (insert-directory): List the total free space
18085 along with the used space.
18086
18087 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
18088 line is followed by one that matches CITATION-REGEXP, end the
18089 paragraph.
18090
180912000-04-03 Markus Rost <rost@delysid.gnu.org>
18092
18093 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
18094 (rmail-make-basic-summary-line): Use that option.
18095
180962000-04-03 Kenichi Handa <handa@etl.go.jp>
18097
18098 * international/mule-cmds.el (encoded-string-description):
18099 Rewritten. Try pretty description for ISO 2022 escape sequences
18100 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
18101 for hexadecimal format.
18102
181032000-04-01 Dave Love <fx@gnu.org>
18104
18105 * cpp.el: Change customization group to `c' from `C'.
18106
18107 * vcursor.el (vcursor-move): Use display-color-p.
18108
18109 * international/mule-util.el: Provide mule-utils.
18110 (string-to-sequence): Simplify and speed up.
18111
18112 * international/mule.el (make-coding-system): Purecopy doc-string.
18113
18114 * international/mule-cmds.el: Various menu changes.
18115 (describe-specified-language-support): Handle `Default'.
18116 (set-language-info): Purecopy `info'.
18117
181182000-03-31 Andrew Innes <andrewi@gnu.org>
18119
18120 * vc.el (vc-backend-diff): Return the correct status if we had to
18121 retry the rcsdiff command without the --brief option.
18122
181232000-03-31 Dave Love <fx@gnu.org>
18124
18125 * help.el (help-manyarg-func-alist): Correct several omissions.
18126
18127 * add-log.el: Don't require cl, fortran.
18128 (add-log-current-defun-function): Doc fix.
86f6474c 18129 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
a30eb617 18130 (change-log-version-rcs): Function deleted.
86f6474c
SM
18131 (change-log-version-number-search): Doc fix.
18132 Use vc-workfile-version. Avoid CL dolist.
a30eb617
DL
18133 (add-change-log-entry): Just call add-log-current-defun to get
18134 defun. Simplify somewhat.
18135 (change-log-get-method-definition-1): Likewise.
18136 (add-log-current-defun): Return nil if calling
18137 add-log-current-defun-function does so. Move Fortran stuff to
18138 fortran.el. Return string without properties.
18139
18140 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
18141 and :alpha: char classes.
18142
18143 * mail/supercite.el: Defvar curline when compiling.
18144 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
18145 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
18146 rather than a-zA-Z0-9 to allow non-ASCII characters.
18147
181482000-03-31 Gerd Moellmann <gerd@gnu.org>
18149
18150 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
18151
18152 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
18153 Re-enable new code.
18154
18155 * lpr.el (print-region-1): Use -d to specify printer name for
18156 systems `usg-unix-v*, `dgux', `hpux', `irix'.
18157
181582000-03-31 Dave Love <fx@gnu.org>
18159
86f6474c
SM
18160 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
18161 Look for function definition in symbol's function value slot first
a30eb617
DL
18162 instead of first consulting byte-compile-function-environment.
18163
181642000-03-31 Kenichi Handa <handa@etl.go.jp>
18165
18166 * language/european.el ("Polish"): New language environment.
18167 (setup-polish-environment): New function.
18168
181692000-03-30 Gerd Moellmann <gerd@gnu.org>
18170
18171 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
18172 Disable new code.
18173
18174 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
18175 trying to `load' the symbol of an autoload instead of the file
18176 recorded in the autoload. Fix error messages.
18177
181782000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18179
18180 * ps-print.el: PostScript programming fix for ghostview, doc fix.
18181 (ps-print-version): New version number (5.1.3).
18182 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
18183 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
18184 (ps-generate-postscript-with-faces): Code fix.
18185 (ps-color-values): XEmacs compatibility.
18186 (ps-print-background-image, ps-print-background-text, ps-printer-name)
18187 (ps-default-fg, ps-default-bg): Adjust customization.
18188 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
18189 (ps-color-scale): Renaming old ps-color-value fun.
18190 (ps-print-headers): Replace ps-print-header group to avoid conflict
18191 with ps-print-header variable.
18192 (ps-print-miscellany): New group.
18193 (ps-format-color, ps-rgb-color): New funs.
18194 (ps-default-foreground): New var.
18195 (ps-printer-name-option): New const.
18196
181972000-03-30 Peter Breton <pbreton@ne.mediaone.net>
18198
18199 * net/net-utils.el:
18200 (network-connection-host, network-connection-service): New variables
18201 (network-connection-mode): New mode, derived from comint-mode
18202 (network-connection-mode-setup): New function, saves host and
18203 service information in local variables.
18204
18205 * lisp/locate.el:
18206 (locate-word-at-point): Added this function
18207 (locate): Default to using locate-word-at-point as input
18208 Run dired-mode-hook
18209
182102000-03-29 Dave Love <fx@gnu.org>
18211
18212 * calendar/appt.el: Doc fixes.
18213 (appt-check): Convert min-to-app to a string before passing to
18214 appt-disp-window-function or concat.
18215 (appt-delete-window): Remove test for frame-root-window.
18216 (appt-select-lowest-window, appt-convert-time): Simplify.
18217
18218 * emacs-lisp/bytecomp.el: Doc fixes.
86f6474c
SM
18219 (byte-compile-file-form-autoload):
18220 Update byte-compile-function-environment.
a30eb617
DL
18221
182222000-03-29 Andreas Schwab <schwab@suse.de>
18223
86f6474c 18224 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
a30eb617
DL
18225
18226 * dired.el (dired-insert-directory): If dired-free-space-program
18227 failed just delete its output.
18228
182292000-03-29 Dave Love <fx@gnu.org>
18230
18231 * international/iso-cvt.el: Move provide to end. Doc fixes.
18232 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
18233 (iso-iso2sgml, iso-sgml2iso): New functions.
18234 (iso-cvt-define-menu): Fix some entries and use backquote for
18235 clarity.
18236
18237 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
18238
182392000-03-28 Gerd Moellmann <gerd@gnu.org>
18240
18241 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
18242 ISO-DATE. If non-nil, return date in ISO 8601 format.
18243
182442000-03-26 Stefan Monnier <monnier@cs.yale.edu>
18245
18246 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
18247 if it ever becomes used.
18248 (log-edit-mode-hook): Default to vc-log-mode-hook.
18249 (log-edit-mode): Fix the docstring.
18250
18251 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
18252 the code.
18253
182542000-03-26 Dave Love <fx@gnu.org>
18255
18256 * net/browse-url.el (browse-url): Re-fix case of
18257 browse-url-browser-function being an alist.
18258 (browse-url): Add :link to defgroup.
18259
18260 * files.el: Doc fixes.
18261 (file-truename): Include `[' in wildcard characters.
18262 (automount-dir-prefix): Customize.
18263 (find-file-wildcards): Add :version.
18264 (find-file-noselect): Simplify a mapcar call.
18265
18266 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
18267 compatible with inf-lisp version.
18268 (eval-defun-1): Fix custom-declare-variable case.
18269
182702000-03-25 Stefan Monnier <monnier@cs.yale.edu>
18271
18272 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
18273
182742000-03-24 Gerd Moellmann <gerd@gnu.org>
18275
18276 * Makefile (COMPILE_FIRST): New macro.
18277 (compile-files): Compile files from COMPILE_FIRST first.
18278
86f6474c 18279 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
a30eb617
DL
18280
18281 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
18282 matching open parenthesis in column 0 to defun-prompt-regexp
18283 only if open-paren-in-column-0-is-defun-start is set.
18284
18285 * sun-curs.el: Require CL at compile-time only.
18286
18287 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
18288 instead of copy-list which is a function from CL.
18289 (msb--choose-menu, msb--mode-menu-cond)
18290 (msb--create-buffer-menu-2): Use dolist instead of mapc.
18291 (msb--init-file-alist): Use mapcar instead of mapcan.
86f6474c
SM
18292 (msb--aggregate-alist): Use mapcar instead of mapcan.
18293 Fix `(' in column 0 in doc string.
a30eb617
DL
18294 (msb--add-separators): Use mapcar instead of mapcan.
18295
18296 * cus-dep.el: Require CL at compile-time only.
18297
182982000-03-24 Stefan Monnier <monnier@cs.yale.edu>
18299
18300 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
18301 (byte-compile-warnings): New warning `noruntime'.
18302 (byte-compile-constants, byte-compile-variables): Fix docstring.
18303 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
18304 execute `eval-whenc-compile's body.
18305 (byte-compile-unresolved-functions): Fix docstring.
18306 (byte-compile-eval): New function.
18307 (byte-compile-callargs-warn): Check if the function will be available
18308 at runtime (via property `byte-compile-noruntime').
18309 (byte-compile-print-syms): New function.
18310 (byte-compile-warn-about-unresolved-functions): Also warn about
18311 `noruntime' functions (and use `byte-compile-print-syms').
18312 (byte-compile-file): Capitalize the message.
18313
183142000-03-24 Gerd Moellmann <gerd@gnu.org>
18315
18316 * mail/rmail.el (rmail-confirm-expunge): New user-option.
18317 (rmail-expunge): Ask for confirmation depending on the setting
18318 of rmail-confirm-expunge.
18319
183202000-03-23 Gerd Moellmann <gerd@gnu.org>
18321
18322 * Makefile (bootstrap-clean): If $(emacs) exists, build
18323 loaddefs.el first. A loaddefs.el that's not up-to-date might
86f6474c 18324 cause a bootstrap failure because things don't autoload as expected.
a30eb617
DL
18325
183262000-03-23 Dave Love <fx@gnu.org>
18327
18328 * net/browse-url.el: Restore previous use of
18329 browse-url-maybe-new-window.
18330
183312000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18332
18333 * ps-print.el: Skip banner page fix.
18334 (ps-print-version): New version number (5.1.2).
18335 (ps-begin-file, ps-end-file, ps-generate): Code fix.
18336
183372000-03-23 Dave Pearson <davep@davep.org>
18338
18339 * net/quickurl.el Changed the type of parameter passed to the
18340 function defined by `quickurl-format-function'. Before only the
18341 text of the URL was passed. Now the whole URL structure is passed
86f6474c
SM
18342 and the function is responsible for extracting the parts it requires.
18343 Changed the default of `quickurl-format-function' accordingly.
a30eb617
DL
18344 (quickurl-insert): Changed the `funcall' of
18345 `quickurl-format-function' to match the above change.
18346 (quickurl-list-insert): Changed the `url' case so that it makes
18347 use of `quickurl-format-function', previous to this the format was
18348 hard wired.
18349
183502000-03-22 Gerd Moellmann <gerd@gnu.org>
18351
18352 * startup.el: Change some spellings for the X Window System.
18353
183542000-03-22 Stefan Monnier <monnier@cs.yale.edu>
18355
86f6474c
SM
18356 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
18357 Clean up the code and the regexp and make sure the cursor is
18358 temporarily moved to the suspicious line while querying the user.
a30eb617
DL
18359
183602000-03-22 Jason Rumney <jasonr@gnu.org>
18361
18362 * w32-fns.el (w32-charset-info-alist): Initialize.
18363
183642000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18365
18366 * ps-print.el: N-up last page fix.
18367 (ps-print-version): New version number (5.1.1).
18368 (ps-end-file, ps-end-job, ps-generate): Code fix.
18369
183702000-03-21 Stefan Monnier <monnier@cs.yale.edu>
18371
18372 * files.el (find-file-run-dired): Update docstring.
18373 (find-directory-functions): New hook.
18374 (find-file-noselect): Run find-directory-functions rather than
18375 calling dired directly.
18376
18377 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
18378
18379 * pcvs.el: Add a minimal leading commentary.
18380 (cvs-make-cvs-buffer): Change the header part by removing the startup
18381 message and adding a `Module' entry. Also replace the FOOTER and
18382 HEADER special fileinfos with the new support in ewoc for updating
18383 its own footer and header.
18384 (cvs-update-header): Update to use the header/footer of the ewoc.
18385 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
18386 (cvs-is-within-p): New function.
18387 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
18388 to only examine some subset of the buffers.
18389
18390 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
18391 `format' instead of our own ad-hoc functions.
18392 Remove HEADER and FOOTER cases, now handled in the EWOC.
18393 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
18394
18395 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
18396 output to avoid scaring the user.
18397 (cvs-parse-table): Catch message for non-up-to-date commits.
18398
18399 * pcvs-defs.el (cvs-startup-message): Remove.
18400 (cvs-global-menu): New autoloaded menu.
18401
18402 * pcvs-util.el (cvs-string-fill): Remove.
18403
18404 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
18405 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
18406 PP part of it and also make it work for footers and headers.
18407 (ewoc-create): Drop POS and BUFFER arguments.
18408 Use the DLL's dummy node to store the end-of-footer position.
18409 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
18410 (ewoc-refresh): Remove unused `header' variable.
18411 (ewoc-(get|set)-hf): New functions.
18412
18413 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
18414 log-view-*-(message|file) and use easy-mmode-define-navigation.
18415 (log-view-message-re): Match SCCS format as well.
18416 And match the revision line rather than the dashed separator line.
18417 (log-view-mode): Use the new define-derived-mode.
18418 (log-view-current-tag): Fill in with an actual implementation.
18419
18420 * cvs-status.el (cvs-status-(prev|next)): Rename from
18421 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
18422 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
18423 to let the output "breathe" a little more (more readable).
18424 (cvs-status-mode): Use the new define-derived-mode.
18425
18426 * smerge-mode.el (smerge-auto-leave): New function and variable.
18427 (smerge-basic-map): Rename from smerge-basic-keymap.
18428 Change the bindings for smerge-diff-*.
18429 (smerge-*-map): Use easy-mmode-defmap.
18430 (smerge-(next|prev)): Use easy-mmode-define-navigation.
18431 (smerge-keep-*): Use smerge-auto-leave.
18432
184332000-03-21 Jason Rumney <jasonr@gnu.org>
18434
18435 * cus-edit.el (custom-button-face): Use 3D look for w32.
18436 (custom-button-pressed-face): Likewise.
18437
184382000-03-21 Gerd Moellmann <gerd@gnu.org>
18439
18440 * progmodes/etags.el (tags-case-fold-search): New user-option.
18441 (tags-loop-eval): New function. Bind case-fold-search around eval
18442 depending on the value of tags-case-fold-search.
18443 (tags-loop-continue): Use tags-loop-eval.
18444 (find-tag-in-order): Bind case-fold-search depending on the value
18445 of tags-case-fold-search.
18446
184472000-03-21 Stefan Monnier <monnier@cs.yale.edu>
18448
86f6474c 18449 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
a30eb617
DL
18450 (diff-end-of-hunk): Return the end position for use in
18451 `easy-mmode-define-navigation'.
18452 (diff-recenter): Remove.
18453 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
18454 of `easy-mmode-define-navigation'.
18455 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
18456 previous renaming) and fix to use new names.
18457 (diff-merge-strings): Use \n as separator: simpler, faster.
18458 (diff-mode): Use `define-derived-mode'.
18459
18460 * derived.el (define-derived-mode): Don't autoload anymore.
18461 Prefer the macro-only version provided by easy-mmode.el.
18462
18463 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
86f6474c 18464 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
a30eb617
DL
18465 (easy-mmode-define-navigation): New macro.
18466
18467 * subr.el (combine-run-hooks): New function.
18468
184692000-03-21 Kenichi HANDA <handa@etl.go.jp>
18470
18471 * term/x-win.el: Fontsets related initialization is simplified.
18472
18473 * international/mule-diag.el (describe-font): Don't refer to
18474 global-fontset-alist, instead call font-list.
18475 (describe-fontset, list-fontsets, mule-diag): Likewise.
86f6474c 18476 (print-fontset): Adjusted for the change of fontset implementation.
a30eb617 18477
86f6474c
SM
18478 * international/fontset.el (x-charset-registries): Variable removed,
18479 instead the corresponding data is stored in the default fontset.
a30eb617
DL
18480 (register-alternate-fontnames): Function removed.
18481 (resolved-ascii-font): Variable removed.
18482 (x-compose-font-name): Ignore the second argument REDOCE.
18483 (x-complement-fontset-spec): Complement only an ASCII font and
18484 element for those charsets than can use that ASCII font.
18485 (generate-fontset-menu): Don't refer to global-fontset-alist,
18486 instead call fontset-list.
18487 (uninstantiated-fontset-alist): Variable removed.
18488 (x-style-funcs-alist): Likewise.
18489 (fontset-default-styles): Likewise.
18490 (x-modify-font-name): Function removed.
86f6474c 18491 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
a30eb617
DL
18492 (create-fontset-from-ascii-font): Docsting adjusted for the above
18493 change.
18494 (instantiate-fontset, resolve-fontset-name): Functions removed.
18495 (fontset-list): Now implemented by C code.
18496
18497 * faces.el (read-face-font): Fix TABLE arg to completing-read.
18498 (describe-face): Include `font' attribute in the description.
18499
185002000-03-21 Kenichi Handa <handa@etl.go.jp>
18501
18502 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
18503
185042000-03-20 Gerd Moellmann <gerd@gnu.org>
18505
18506 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
18507 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
18508 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
18509
18510 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
18511 about behavior of set-buffer-modified-p wrt redisplay.
18512
185132000-03-19 Richard M. Stallman <rms@gnu.org>
18514
18515 * view.el (view-mode-disable): Kill local binding of view-read-only.
18516
185172000-03-18 Gerd Moellmann <gerd@gnu.org>
18518
86f6474c 18519 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
a30eb617
DL
18520 is a string, convert it to a syntax cell using string-to-syntax.
18521
18522 * simple.el (syntax-code-table, syntax-flag-table): New variables.
18523 (string-to-syntax): New function.
18524
18525 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
18526 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
18527 try to use passive ftp mode.
18528
185292000-03-17 Gerd Moellmann <gerd@gnu.org>
18530
18531 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
18532
18533 * simple.el (append-to-buffer): Update point of windows after
18534 insertion.
18535
18536 * abbrev.el (inverse-add-abbrev): Identify word by first moving
18537 forward then moving backward. Reindent.
18538
18539 * frame.el (other-frame): Call x-focus-frame only if
18540 focus-follows-mouse is off.
18541
185422000-03-17 Dave Love <fx@gnu.org>
18543
86f6474c 18544 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
a30eb617
DL
18545
185462000-03-17 Stefan Monnier <monnier@cs.yale.edu>
18547
18548 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
18549 regexp for labels cannot span several lines.
18550
18551 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
18552 `(setq :<key> ':<key>)' to the macro expansion.
18553
185542000-03-16 Dave Love <fx@gnu.org>
18555
18556 * progmodes/f90.el (f90): Put custom group under `languages', not
18557 `fortran'.
18558 (f90-mode-hook): Customize.
18559 (f90-mode): Set add-log-current-defun-function.
18560 (f90-current-defun): New function.
18561
185622000-03-16 Gerd Moellmann <gerd@gnu.org>
18563
18564 * cus-edit.el (custom-variable-tag-face): Handle case that
18565 default face's height is not a number.
18566 (custom-face-tag-face, custom-group-tag-face-1)
18567 (custom-group-tag-face): Ditto.
18568 (custom-group-tag-face-1): Add :group.
18569
18570 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
18571
185722000-03-15 Gerd Moellmann <gerd@gnu.org>
18573
18574 * pcvs-defs.el (toplevel): Remove autoload cookie for form
18575 requiring easymenu.
18576
185772000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18578
18579 * ps-print.el: PostScript user-defined prologue, PostScript error
18580 handler, doc fix.
18581 (ps-print-version): New version number (5.1).
18582 (ps-user-defined-prologue, ps-error-handler-message)
18583 (ps-print-prologue-0, ps-error-handler-alist): New vars.
18584 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
18585 (ps-insert-string): New function.
18586
185872000-03-15 Kenichi Handa <handa@etl.go.jp>
18588
18589 * international/ccl.el (ccl-compile-expression): Don't generate
18590 invalid self-assignment code.
18591
185922000-03-14 Dave Love <fx@gnu.org>
18593
18594 * subr.el (replace-regexp-in-string): Renamed from
18595 replace-regexps-in-string. Doc fix.
18596
185972000-03-12 Dave Love <fx@gnu.org>
18598
18599 * cus-edit.el: Doc fixes.
86f6474c 18600 (customize-set-variable, customize-save-variable): Rename args for doc.
a30eb617
DL
18601 (custom-variable-tag-face, custom-face-tag-face)
18602 (custom-group-tag-face-1, custom-group-tag-face): Modify from
18603 style which user identify as hyperlink.
18604 (hook): Don't add undefined functions to the hook.
18605 (debug-ignored-errors): Transfer message from bindings.el.
18606
186072000-03-12 Gerd Moellmann <gerd@gnu.org>
18608
86f6474c
SM
18609 * recentf.el (recentf-keep-non-readable-files-p):
18610 Remove double/nested definition.
a30eb617
DL
18611
186122000-03-12 Dave Love <fx@gnu.org>
18613
18614 * facemenu.el (facemenu-get-face): Use display-color-p.
18615 * enriched.el (enriched-decode-foreground): Likewise.
18616 (enriched-decode-background): Likewise.
18617 * isearch.el (isearch-highlight): Likewise.
18618 * info-look.el (info-lookup): Likewise.
18619 * simple.el (completion-setup-function): Likewise.
18620
18621 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
18622 :options.
18623
18624 * bindings.el (mode-line-format): Fix line-number and
18625 column-number items. Add help-echo for the background.
18626 (mode-line-mule-info): Modify help-echo.
18627
18628 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
18629
18630 * files.el (load-file): Allow completion to .elc.
18631
18632 * man.el: Doc fixes.
18633 (Man-init-defvars): Use display-color-p to set fontification.
18634
18635 * play/hanoi.el (hanoi-internal): Don't use oddp.
18636
186372000-03-12 Gerd Moellmann <gerd@gnu.org>
18638
18639 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
18640
18641 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
18642
186432000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
18644
18645 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
18646 Fix comment.
18647
186482000-03-10 Stefan Monnier <monnier@cs.yale.edu>
18649
18650 * font-lock.el (font-lock-keywords): Fix the doc now that
18651 regexp-opt-depth is unnecessary.
18652 (save-buffer-state): Set an edebug spec.
18653 (font-lock-fontify-anchored-keywords): Properly handle the case when
18654 the matcher goes past the limit.
18655
18656 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
18657 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
18658
18659 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
18660 dll.el and cookie.el (from Elib) with heavy renaming and other
18661 massaging.
18662
18663 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
18664 Autoload the functions used.
18665 (easy-mmode-define-syntax): Fix CL typo.
18666 (easy-mmode-define-derived-mode): Improve the docstring generation.
18667
186682000-03-10 Gerd Moellmann <gerd@gnu.org>
18669
18670 * textmodes/texinfo.el (texinfo-version): Variable and function
18671 removed.
18672
186732000-03-09 Stefan Monnier <monnier@cs.yale.edu>
18674
18675 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
18676 allow more flexibility.
ff39b9a1 18677 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
18678 (easy-mmode-defmap, easy-mmode-defsyntax)
18679 (easy-mmode-define-derived-mode): New macros.
18680
186812000-03-09 Didier Verna <didier@xemacs.org>
18682
18683 * rect.el (replace-rectangle): New function.
18684
186852000-03-09 Dave Love <fx@gnu.org>
18686
ff39b9a1 18687 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
18688 (fortran-comment-line-start-skip): Don't match cpp stuff.
18689 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
18690 (fortran-mode-map): Remove over-eager custom-menu-create for now.
18691 (fortran-mode): Don't set fortran-comment-line-start-skip,
18692 fortran-comment-line-start here. Set comment-start,
18693 add-log-current-defun.
18694 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
18695 (fortran-current-defun): New function.
18696
186972000-03-09 Gerd Moellmann <gerd@gnu.org>
18698
18699 * emacs-lisp/re-builder.el: New file.
18700
18701 * mouse.el (mouse-drag-region): Don't run up-event handler
18702 if hscroll has changed.
18703
18704 * octave-mod.el (octave-font-lock-keywords): To font-lock the
18705 builtin operators, use `font-lock-builtin-face' for Emacs and
18706 `font-lock-preprocessor-face' otherwise.
18707
18708 * font-lock.el (lisp-font-lock-keywords-1): Highlight
18709 `(defun (setf foo)' differently.
18710
187112000-03-08 Stefan Monnier <monnier@cs.yale.edu>
18712
18713 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
18714 (regexp-opt): Update comment and adapt the code the new meaning of
18715 the `paren' argument of regex-opt-group for shy-groups.
18716 (regexp-opt-depth): Handle shy groups as well as backslashed
18717 backslashes.
18718 (regexp-opt-group): Turn the leading comment into a docstring.
18719 Allow `paren' to be a string (the string to use to open a group).
18720 Remove open-presuf and close-presuf. Instead of checking for `all
18721 one-char' and then later on check for `several one-char', handle
18722 both cases close together. Also apply a more generic algorithm
18723 for suffixes (the mirror image of the algorithm used for
18724 prefixes). Use shy-groups. Use nreverse rather than reverse.
18725 (regexp-opt-try-suffix): Removed.
18726
18727 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
18728 from comint-mode-map, so we can just inherit from it. Also, move
18729 the initialization into the `defvar' since there's no docstring
18730 anyway and it's fairly short.
18731 (inferior-scheme-mode): Define it as derived-mode: the code is
18732 shorter and this way we inherit from comint-mode-map rather than
18733 copying it.
18734
18735 * subr.el (replace-regexps-in-string): Properly handle the case
18736 where we match an empty string.
18737
18738 * comint.el (comint-exec-1): Add the current-dir to the exec-path
18739 when the command has a directory component (such as "./testml").
18740 Also fix a typo in the comment.
18741
187422000-03-08 Gerd Moellmann <gerd@gnu.org>
18743
18744 * Makefile (compile-files): Compile files one by one because
18745 that's the only way to ensure a clean compilation environment for
18746 each individual file.
18747
18748 * frame.el (other-frame): Call x-focus-frame.
18749
187502000-03-07 Dave Love <fx@gnu.org>
18751
18752 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
18753 :require to defcustom.
18754
ff39b9a1 18755 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
18756
18757 * files.el (auto-mode-alist): Add configure.in.
18758
18759 * progmodes/autoconf.el: New file.
18760
187612000-03-07 Gerd Moellmann <gerd@gnu.org>
18762
18763 * mail/mh-e.el: Change maintainer to `none'.
18764
18765 * recentf.el (recentf-keep-non-readable-files-p): Quote args
18766 to remove-hook and add-hook.
18767
187682000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
18769
18770 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
18771 it as the default.
18772 (mail-send): Test mail-send-nonascii also for the new `mime' value.
18773 (sendmail-send-it): Conditionally add MIME headers specifying the
18774 used character set.
18775
187762000-03-07 Dave Love <fx@gnu.org>
18777
ff39b9a1
SM
18778 * winner.el: Fix keywords, autoload cookies.
18779 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
18780
187812000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
18782
18783 * international/mule.el: Modify comment about coding system
18784 property `coding-category'.
18785 (make-coding-system): New argument EOL-TYPE. Pay attention to
18786 coding-category property of PROPERTIES.
18787
ff39b9a1
SM
18788 * international/mule-conf.el (coding-category-utf-8)
18789 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
18790 categories. Include them in the argument for set-coding-priority.
18791
ff39b9a1
SM
18792 * international/mule-cmds.el (reset-language-environment):
18793 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
18794 coding-category-utf-16-le in the argument for set-coding-priority.
18795 (reset-language-environment): Initialize coding-category-utf-8,
18796 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
18797
187982000-03-06 Karl Fogel <kfogel@red-bean.com>
18799
18800 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
18801 code abstracted out of `bookmark-jump-noselect'. Now tries info
18802 extensions as well as compression extensions.
18803 (bookmark-jump-noselect): Use above new func.
18804
188052000-03-03 Gerd Moellmann <gerd@gnu.org>
18806
18807 * strokes.el: Change maintainer's mail address.
18808
188092000-03-03 Kenichi Handa <handa@etl.go.jp>
18810
18811 * international/mule-diag.el (list-character-sets): Make help-echo
18812 string by substitute-command-keys.
18813 (list-character-sets): Likewise.
18814 (sort-listed-character-sets): Call help-setup-xref.
18815
188162000-03-02 Gerd Moellmann <gerd@gnu.org>
18817
ff39b9a1 18818 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
18819
188202000-03-01 Dave Love <fx@gnu.org>
18821
18822 * help.el (help-xref-go-back): Don't try to set position.
18823
ff39b9a1
SM
18824 * international/mule-diag.el (list-character-sets):
18825 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
18826 (list-character-sets-1): Add help-echo to xrefs.
18827
188282000-03-02 Gerd Moellmann <gerd@gnu.org>
18829
18830 * frame.el (blink-cursor-mode): Switch cursor on when turning
18831 the mode off.
18832
18833 * add-log.el (add-log-current-defun): Add support for
18834 Autoconf mode.
18835
18836 * mail/rmail.el (rmail-quit-hook): New variable.
18837
188382000-03-01 Dave Love <fx@gnu.org>
18839
18840 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
18841
18842 * help.el (help-xref-button): Add help-echo arg.
18843 (describe-function-1, describe-variable, help-make-xrefs): Use it.
18844
ff39b9a1 18845 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 18846
ff39b9a1 18847 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
18848
188492000-03-01 Gerd Moellmann <gerd@gnu.org>
18850
18851 * image.el (defimage): Look for image files in load-path.
18852
ff39b9a1 18853 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
18854
188552000-03-01 David Ponce <david.ponce@wanadoo.fr>
18856
ff39b9a1 18857 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
18858
188592000-03-01 David Ponce <david.ponce@wanadoo.fr>
18860
ff39b9a1 18861 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
18862 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
18863 action to select/unselect a file.
18864 (recentf-edit-list): Code cleanup and improvement.
18865 (recentf-open-more-files-action): `recentf-open-more-files' button
18866 widget action to open a file.
ff39b9a1 18867 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
18868 (recentf-more-collection): Deleted.
18869 (recentf-more-history): Deleted.
18870 (recentf-setup-more-completion): Deleted.
18871
188722000-03-01 David Ponce <david.ponce@wanadoo.fr>
18873
18874 * recentf.el (recentf-mode): No more needs that Emacs is running
18875 under a window-system.
18876
ff39b9a1 188772000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
18878
18879 * recentf.el (recentf-edit-list): New command to edit the recent
18880 list which allow the user to remove files.
18881 (recentf-edit-selected-items): New global variable, used by
18882 `recentf-edit-list' to hold the list of files to be removed from
18883 the recent list.
18884 (recentf-make-menu-items): Updated to display a "Edit list..."
18885 menu item. Minor code cleanup.
18886
ff39b9a1 188872000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
18888
18889 * recentf.el (recentf-open-more-files): New command to open files
18890 that are not displayed in the menu.
18891 (recentf-more-collection): New global variable holding the set of
18892 permissible completions used by `recentf-open-more-files'.
18893 (recentf-more-history): New global variable holding the history list
18894 used by `recentf-open-more-files' completion.
18895 (recentf-setup-more-completion): New function to setup completion for
18896 `recentf-open-more-files'.
18897 (recentf-make-menu-items): Updated to display a "More..." menu item.
18898
ff39b9a1 188992000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
18900
18901 * recentf.el (recentf-menu-action): Doc fixed.
18902
ff39b9a1 189032000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
18904
18905 * recentf.el (recentf-menu-filter): Doc updated.
18906 (recentf-update-menu-hook): Allow menu filters to force menu update.
18907 (recentf-make-menu-items): New menu filter handling.
18908 (recentf-make-menu-item): New helper function.
18909 (recentf-menu-elements): New menu handling function.
18910 (recentf-sort-ascending): Updated to new menu filter handling.
18911 (recentf-sort-descending): Updated to new menu filter handling.
18912 (recentf-sort-basenames-ascending): New menu filter function.
18913 (recentf-sort-basenames-descending): New menu filter function.
18914 (recentf-show-basenames): New menu filter function.
18915 (recentf-show-basenames-ascending): New menu filter function.
18916 (recentf-show-basenames-descending): New menu filter function.
18917
189182000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18919
18920 * diary-lib.el (list-diary-entries): Don't try to go forward at
18921 the end of the buffer.
18922
189232000-02-29 Kenichi Handa <handa@etl.go.jp>
18924
ff39b9a1
SM
18925 * international/mule-diag.el (list-character-sets):
18926 Completely rewritten.
a30eb617
DL
18927 (sort-listed-character-sets): New function.
18928 (list-character-sets-1): Completely rewritten.
18929 (list-character-sets-2): New function.
18930 (non-iso-charset-alist): New variable.
18931 (decode-codepage-char): New function.
18932 (charset-history): New variable.
18933 (read-charset) (list-block-of-chars)
18934 (list-iso-charset-chars)
18935 (list-non-iso-charset-chars)
18936 (list-charset-chars): New functions.
86f6474c 18937 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
a30eb617
DL
18938 (dump-charsets): Likewise.
18939
189402000-02-29 Gerd Moellmann <gerd@gnu.org>
18941
18942 * dired-x.el (dired-filename-at-point): Add `@' to valid
18943 file name characters.
18944 (dired-filename-at-point): Handle ange-ftp file names.
18945
18946 * frame.el (frame-notice-user-settings): Use assq-delete-all
18947 instead of assoc-delete-all.
18948 (frame-notice-user-settings): Ditto.
18949
18950 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
18951 Don't copy alist.
18952
189532000-02-28 Eli Barzilay <eli@cs.cornell.edu>
18954
18955 * calculator.el (calculator-use-menu): New option.
86f6474c 18956 (calculator-initial-bindings): Changed some bindings to work as macros.
a30eb617
DL
18957 (calculator-forced-input): Removed.
18958 (calculator-restart-other-mode): New variable.
18959 (calculator-mode-map): Set up menu.
18960
189612000-02-28 Jari Aalto <jari.aalto@poboxes.com>
18962
86f6474c 18963 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
a30eb617
DL
18964
189652000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
18966
86f6474c 18967 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
a30eb617 18968 translate all ESC key sequences.
86f6474c 18969 (viper-goto-mark-subr): Restore markers for files for which
a30eb617 18970 they were saved.
86f6474c
SM
18971 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
18972 * viper-util.el (viper-set-replace-overlay-glyphs)
18973 (viper-set-replace-overlay): Always check if the replacement
a30eb617 18974 overlay is live.
86f6474c
SM
18975 * viper.el (viper-vi-state-mode-list): Add major modes.
18976 * ediff-wind.el: Minor comment changes.
18977 * ediff.el: Copyright notice date fix.
a30eb617
DL
18978
189792000-02-27 Jason Rumney <jasonr@gnu.org>
18980
18981 * faces.el (face-font-family-alternatives): Add arial to helv.
18982 (mode-line, header-line, tool-bar): Same default as x for w32.
18983 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
18984 face-font-family-alternatives from working.
18985 * term/w32-win.el (mouse-set-font): Do not build fontset from
18986 chosen font.
18987
189882000-02-25 Sam Steingold <sds@goems.com>
18989
18990 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
18991 properly.
18992
189932000-02-25 Richard M. Stallman <rms@gnu.org>
18994
18995 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
18996
189972000-02-25 Gerd Moellmann <gerd@gnu.org>
18998
86f6474c 18999 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
a30eb617
DL
19000
19001 * frame.el (busy-cursor-delay-seconds): New option.
19002
190032000-02-24 Gerd Moellmann <gerd@gnu.org>
19004
19005 * frame.el (show-cursor-in-non-selected-windows): New option.
19006
190072000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19008
19009 * diary-lib.el (include-other-diary-files): Undo the selective
19010 display in any included file and don't kill it.
19011
190122000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
19013
86f6474c
SM
19014 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
19015 Menu items converted to (menu-item format, help strings added.
a30eb617 19016 [downcase, upcase]: Don't enable on MS-DOS.
86f6474c 19017 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
a30eb617
DL
19018 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
19019
190202000-02-23 Dave Love <fx@gnu.org>
19021
19022 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
19023 (backward-kill-word): Revert addition of * to interactive spec --
19024 it's a feature.
19025
19026 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
19027 (backward-kill-sentence, kill-sentence): Likewise.
19028
19029 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
19030 scratch buffer name.
86f6474c 19031 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
a30eb617
DL
19032
19033 * term/w32-win.el (internal-face-interactive): Update prompt for
19034 new read-face-name.
19035
19036 * mail/footnote.el (footnote): Add :version to defgroup.
19037 (footnote-section-tag-regexp): Customize.
19038 (footnote-start-tag, footnote-end-tag): New option.
19039 (footnote-latin-regexp): New variable.
19040 (Footnote-latin): New function.
19041 (footnote-style-alist): Add element for latin style.
19042 (footnote-style): Moved.
19043 (Footnote-goto-footnote): Use eq to test arg.
19044
19045 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
19046
19047 * emacs-lisp/byte-opt.el: Change old backquote syntax.
19048 (byte-compile-trueconstp): Include keywords.
86f6474c
SM
19049 (byte-optimize-quote, byte-optimize-lapcode):
19050 Use byte-compile-const-symbol-p.
a30eb617
DL
19051 (byte-optimize-char-before): New optimization.
19052
19053 * emacs-lisp/bytecomp.el: Change old backquote syntax.
19054 (byte-compile-const-symbol-p): New function.
19055 (byte-compile-constp, byte-compile-out-toplevel)
19056 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
19057 Use it.
19058
19059 * subr.el (define-key-after): Default AFTER to t. Doc fix.
19060
190612000-02-23 Kenichi Handa <handa@etl.go.jp>
19062
19063 * international/encoded-kb.el: Be sure to update minor-mode-alist
19064 and minor-mode-map-alist.
19065 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
19066 codes SS2 and SS3 correctly.
19067 (encoded-kbd-self-insert-ccl): New function.
19068 (encoded-kbd-setup-keymap): New function.
19069 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
19070 by calling encoded-kbd-setup-keymap.
19071
86f6474c
SM
19072 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
19073 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
a30eb617
DL
19074
190752000-02-22 Dave Love <fx@gnu.org>
19076
19077 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
86f6474c 19078 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
a30eb617
DL
19079 (lisp-mode-syntax-table): Set up for #|...|# comments.
19080 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
19081 classes. Match `defface'.
19082 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
19083 (eval-defun-1): Fix for defcustom.
19084 (lisp-indent-region): Doc fix.
19085
19086 * subr.el (when, unless, split-string): Doc fix.
86f6474c 19087 (read-passwd): Move call of clear-this-command-keys to the right place.
a30eb617
DL
19088 (replace-regexps-in-string): New function.
19089
190902000-02-22 Gerd Moellmann <gerd@gnu.org>
19091
19092 * help.el (describe-variable): Set syntax table to
19093 emacs-lisp-mode-syntax-table when moving forward over the
19094 symbol's name.
19095
190962000-02-22 Dave Love <fx@gnu.org>
19097
19098 * xt-mouse.el: Doc fixes.
19099 (xterm-mouse-position-function): New function, replacing advice of
19100 mouse-position.
19101 (xterm-mouse-mode): Use it. Don't turn on under a window system.
19102
19103 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
19104
191052000-02-21 Gerd Moellmann <gerd@gnu.org>
19106
86f6474c
SM
19107 * format.el (format-annotate-single-property-change):
19108 Handle properties.with dotted-list values.
a30eb617
DL
19109 (format-proper-list-p): New function.
19110
19111 * enriched.el (enriched-face-ans): Handle '(foreground-color
19112 . COLOR) and (background-color . COLOR).
19113
191142000-02-20 Dave Love <fx@gnu.org>
19115
19116 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
19117 and assignments to it.
19118 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
19119 current local map.
19120 (make-flyspell-overlay): Use it.
19121 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
19122
19123 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
19124 (lm-get-header-re): Defun, not defsubst.
19125 (lm-get-package-name): Defun, not defsubst. Simplify.
19126 (lm-version): Doc fix. Simplify.
19127 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
19128 (lm-crack-address, lm-last-modified-date, lm-commentary)
19129 (lm-verify, lm-synopsis): Simplify.
19130 (lm-report-bug): Require emacsbug. Use compose-mail.
19131
191322000-02-20 Gerd Moellmann <gerd@gnu.org>
19133
19134 * dired.el (dired-mode): Call propertized-buffer-identification
19135 to set mode-line-buffer-identification to something having
19136 the right text properties.
19137
19138 * bindings.el (propertized-buffer-identification): New function.
19139
191402000-02-20 Dave Love <fx@gnu.org>
19141
19142 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
19143 check for t-mouse too.
19144
19145 * cus-start.el: Make echo-keystrokes `number'.
19146
191472000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
19148
19149 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
19150 Don't call ring-empty-p unless tags-location-ring is bound.
19151 From Noah Friedman <friedman@splode.com>.
19152
191532000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
19154
19155 * progmodes/hideshow.el (hs-flag-region): No longer use
19156 `intangible' overlay property.
19157
19158 (hs-toggle-hiding): New command.
19159 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
19160
19161 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
19162 Fix omission bug: Run `hs-minor-mode-hook' for both activation
19163 and deactivation.
19164
191652000-02-18 Gerd Moellmann <gerd@gnu.org>
19166
19167 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
19168
191692000-02-17 Gerd Moellmann <gerd@gnu.org>
19170
19171 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
19172
19173 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
19174 of `*' to handle `(* ... *)' comments.
19175
191762000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
19177
19178 * faces.el (list-faces-display): Use display-mouse-p instead of
19179 window-system.
19180
19181 * menu-bar.el (global-map): Menu-bar items converted to the new
19182 format (menu-item..., rearranged for better CUA compliance, and
19183 their names changed for better clarity. Help strings added.
19184
19185 * international/mule-cmds.el (mule-menu-keymap)
19186 (describe-language-environment-map, set-coding-system-map)
19187 (setup-language-environment-map): Convert to new (menu-item...
86f6474c
SM
19188 form, add help strings. Change names of menu items for better clarity.
19189 "Mule" menu-bar item removed (it's now in the "Options" submenu).
a30eb617
DL
19190
191912000-02-17 Gerd Moellmann <gerd@gnu.org>
19192
19193 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
19194 within the code.
19195
191962000-02-16 Dave Love <fx@gnu.org>
19197
19198 * faces.el: Don't require custom. Add more specific :groups to
19199 various deffaces.
19200 (set-face-attribute): Purecopy args.
19201 (read-face-name): Default to name at point and use it in prompt.
19202 Remove colon from arg in all callers.
19203 (list-faces-display): Hyperlink to face descriptions and customize
19204 buffers.
19205
192062000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
19207
86f6474c 19208 * wid-edit.el (widget-match-inline): An atom never matches a list.
a30eb617
DL
19209
192102000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19211
19212 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
19213 at ':' characters by call to split-string.
19214
192152000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19216
19217 * textmodes/bibtex.el: Added RCS version identification.
19218
192192000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19220
19221 * textmodes/bibtex.el: Some temporary comments removed.
86f6474c 19222 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
a30eb617
DL
19223 (bibtex-field-const): Allow capital letters.
19224 (bibtex-start-of-string): Deleted because unused.
19225
19226 * textmodes/bibtex.el: Unified some nomenclature. We no longer
19227 use the term 'reference' to describe a bibtex entry as a whole.
19228 Further, reference keys are no longer called 'labels'.
19229 (bibtex-keys): Renamed to bibtex-reference-keys.
19230 (bibtex-reformat-previous-labels): Renamed to
19231 bibtex-reformat-previous-reference-keys.
19232 (bibtex-reference-type): Renamed to bibtex-entry-type.
19233 (bibtex-reference-head): Renamed to bibtex-entry-head.
19234 (bibtex-reference-maybe-empty-head): Renamed to
19235 bibtex-entry-maybe-empty-head.
19236 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
19237 (bibtex-search-reference): Renamed to bibtex-search-entry.
19238 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
19239 bibtex-enclosing-entry-maybe-empty-head.
86f6474c
SM
19240 (bibtex-entry-field-alist, bibtex-entry-head)
19241 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
19242 (bibtex-map-entries, bibtex-search-entry)
19243 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
19244 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
19245 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
19246 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
19247 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
19248 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
19249 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
a30eb617
DL
19250
192512000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19252
19253 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
19254 comment.
19255 (bibtex-format-field-delimiters): New function, functionality
19256 extracted from bibtex-format-entry.
19257 (bibtex-autokey-get-yearfield-digits): New function, functionality
19258 extracted from bibtex-autokey-get-yearfield.
19259
19260 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
19261 entries in order to avoid stack overflow in the regexp matcher if
19262 field contents become large.
86f6474c
SM
19263 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
19264 (bibtex-field-string-part-not-braced)
19265 (bibtex-field-string-part-no-inner-braces)
19266 (bibtex-field-string-part-1-inner-brace)
19267 (bibtex-field-string-part-2-inner-braces)
19268 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
19269 (bibtex-field-string-quoted, bibtex-field-string)
19270 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
19271 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
19272 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
19273 Deleted as parsing is now performed by the following functions.
19274 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
19275 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
19276 (bibtex-parse-field-string, bibtex-search-forward-field-string)
19277 (bibtex-parse-association, bibtex-field-name-for-parsing)
19278 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
19279 (bibtex-search-forward-field, bibtex-search-backward-field)
19280 (bibtex-start-of-field, bibtex-end-of-field)
19281 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
19282 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
19283 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
19284 (bibtex-parse-string, bibtex-search-forward-string)
19285 (bibtex-search-backward-string, bibtex-start-of-string)
19286 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
19287 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
19288 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
a30eb617
DL
19289 entries. Instead of reporting the results of the parsing by
19290 match-beginning or match-end, these functions return data structures
19291 that hold the corresponding positions.
19292 (bibtex-enclosing-field): Changed to also report field boundaries by
86f6474c
SM
19293 return values rather than by match-beginning or match-end.
19294 The following functions have been adapted to use the new
19295 parsing functions.
19296 (bibtex-skip-to-valid-entry, bibtex-search-reference)
19297 (bibtex-enclosing-field, bibtex-format-entry)
19298 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
19299 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
19300 (bibtex-print-help-message, bibtex-end-of-entry)
19301 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
19302 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
19303 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
19304 Use the new method for parsing.
19305 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
19306 (bibtex-map-entries, bibtex-flash-head)
19307 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
19308 (bibtex-autokey-change, bibtex-autokey-get-namefield)
19309 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
19310 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
19311 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
19312 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
19313 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
19314 order to make the new binding of case-fold-search immediately visible.
a30eb617
DL
19315
193162000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19317
19318 * textmodes/bibtex.el: Copyright notice is up to date.
19319 Added constant 'bibtex-maintainer-salutation.
19320
86f6474c 19321 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
a30eb617
DL
19322 than make-temp-name, use match-string-no-properties and eliminate
19323 a quadratic behavior when building bibtex-strings.
19324
19325 * bibtex.el (bibtex-reference-key): Accept string entries whose
19326 reference key contains upper case letters.
19327
193282000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19329
19330 * bibtex.el (bibtex-reference-head): Allow entries to start with
19331 a new line.
19332
193332000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19334
19335 * bibtex.el: Hiding of entry bodies is not longer provided by
19336 bibtex.el directly. Instead the hideshow package can be used.
19337 Added a special bibtex entry to hs-special-modes-alist.
19338 (bibtex-hs-forward-sexp): Added for hideshow.el.
19339
193402000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19341
19342 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
19343 proceedings entry type (for cross referencing). Thanks to Wagner
19344 Toledo Correa for the suggestion.
19345
19346 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
19347
193482000-02-14 Kenichi Handa <handa@etl.go.jp>
19349
19350 * international/characters.el: Setup case table for Vietnamese.
19351
193522000-02-12 Gerd Moellmann <gerd@gnu.org>
19353
19354 * uniquify.el (toplevel): Require CL at compile time.
19355 (uniquify-push): Removed.
19356
19357 * shadowfile.el (shadow-when): Removed.
19358
19359 * tempo.el (tempo-dolist, tempo-mapc): Removed.
86f6474c 19360 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
a30eb617
DL
19361
19362 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
19363 regexp for paragraph-start.
19364
19365 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
19366 commas as well.
19367
193682000-02-10 Dave Love <fx@gnu.org>
19369
19370 * wid-edit.el: (widgets) [defgroup]: Remove url link.
19371 (widget-color-choice-list, widget-color-history, widget-mouse-help):
19372 Deleted.
19373 (widget-specify-field, widget-specify-button): Don't use
19374 widget-mouse-help as help-echo property.
19375 (default): Use #'ignore for :validate and :mouse-down-action.
19376 (checkbox): Add help-echo.
19377 (widget-sexp-validate): Rewritten to clarify error messages.
19378 (character): Use char-valid-p in :match function.
19379 (widget-color-complete): Use facemenu-color-alist.
19380 (widget-color-action): Use facemenu-read-color.
19381
19382 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
19383 set up `caar' &c that we now have.
19384
193852000-02-09 Ray Blaak <blaak@gnu.org>
19386
19387 * delphi.el: Make resourcestring a declaration region, like const
19388 and var.
19389
193902000-02-09 Dave Love <fx@gnu.org>
19391
19392 * bindings.el (mode-line-input-method-map): New variable.
19393 (mode-line-mule-info): Use it; fix last change.
19394 (mode-line-mode-menu): Move definition.
19395 (mode-line-mouse-sensitive-p): Deleted.
19396 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
86f6474c 19397 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
a30eb617
DL
19398
19399 * startup.el (command-line-1): Don't call
19400 make-mode-line-mouse-sensitive.
19401
194022000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
19403
86f6474c
SM
19404 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
19405 before rmail-toggle-header, because the former toggles headers.
a30eb617
DL
19406
194072000-02-06 Stefan Monnier <monnier@cs.yale.edu>
19408
19409 * diff-mode.el (diff-kill-junk): New interactive function.
19410 (diff-reverse-direction): Use delete-and-extract-region.
19411 (diff-post-command-hook): Restrict the area so that the hook also works
19412 outside of any diff hunk. This is necessary for the minor-mode.
19413 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
19414 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
19415
19416 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
19417 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
19418 so that it can be used more easily in <foo>-mode-hook. Also make sure
19419 to avoid duplicate entries.
19420 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
19421 (font-lock-remove-keywords): Just as was done for `add', allow it to
19422 work even if font-lock-mode is nil. Also make sure we don't modify
19423 any pre-existing list by forcing a copy-sequence. Finally rename
19424 `major-mode' to `mode'.
19425 (font-lock-fontify-syntactic-anchored-keywords)
19426 (font-lock-fontify-anchored-keywords)
19427 (font-lock-fontify-keywords-region): Use line-end-position.
19428 Don't make `font-lock-multiline' local (it's now done in
19429 font-lock-set-defaults).
86f6474c
SM
19430 (font-lock-set-defaults): Make `font-lock-multiline' local.
19431 Move the `font-lock-fontified' creation to inside the `unless'.
a30eb617
DL
19432
194332000-02-06 Andrew Innes <andrewi@gnu.org>
19434
19435 * term/w32-win.el (x-handle-args): Comment out call to message,
19436 which occurs before window system is initialized.
19437
19438 * makefile.nt: Add support for recompiling lisp code.
19439
194402000-02-04 Dave Love <fx@gnu.org>
19441
19442 * bindings.el (mode-line-mule-info): Fix/extend last change.
19443
19444 * completion.el: Replace completion-dolist with dolist.
19445
86f6474c 19446 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
a30eb617
DL
19447
194482000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
19449
86f6474c 19450 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
a30eb617
DL
19451 environment names before they go into the section regexp.
19452
86f6474c 19453 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
a30eb617
DL
19454 char class in regexp.
19455
86f6474c
SM
19456 * textmodes/reftex-parse.el (reftex-with-special-syntax):
19457 Bind `case-fold-search' to nil.
a30eb617 19458
86f6474c
SM
19459 * progmodes/idlwave.el (idlwave-template):
19460 Respect `idlwave-abbrev-change-case'.
19461 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
19462 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
19463 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
a30eb617
DL
19464 (idlwave-rw-case): New function.
19465 (idlwave-statement-match): Fixed problem with assignment regexp.
86f6474c 19466 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
a30eb617
DL
19467 (idlwave-surround): New argument LENGTH to support padding of
19468 operators longer than 1 char.
19469
19470 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
19471 idlwave-shell-expression-overlay. Implemented printing of
19472 expressions on higher levels of the calling stack.
86f6474c 19473 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
a30eb617
DL
19474 (idlwave-retrieve-expression-from-level): New function.
19475 (idlwave-shell-last-calling-stack): Variable removed.
19476 (idlwave-shell-reset): Argument action reversed (`visible' to
19477 `hidden'). Also remove stop-line overlay.
19478 (idlwave-shell-calling-stack-routine): New variable.
19479 (idlwave-shell-parse-stack-and-display): Messages now display
19480 negative level numbers.
19481 (idlwave-shell-mode): Set `modeline-format'.
19482 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
86f6474c 19483 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
a30eb617
DL
19484 (idlwave-shell-print-expression-function): New option.
19485
86f6474c
SM
19486 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
19487 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
a30eb617
DL
19488 `tool-bar' instead of `toolbar'.
19489
194902000-02-02 Dave Love <fx@gnu.org>
19491
19492 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
19493 emacs-lisp-mode-hook. Don't check for defalias being defined.
19494
19495 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
86f6474c
SM
19496 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
19497 Use the new builtins directly.
a30eb617
DL
19498
19499 * whitespace.el (whitespace): Add :version to defgroup.
19500
19501 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
19502 Doc fix.
19503
19504 * thingatpt.el (sexp-at-point, symbol-at-point)
19505 (number-at-point, list-at-point): Add autoload cookie.
19506
19507 * recentf.el (recentf): Add :version to defgroup.
19508
19509 * quickurl.el (quickurl): Add :version to defgroup.
19510
19511 * elide-head.el (elide-head): Use point-marker more.
19512
19513 * bs.el (bs): Add :version to defgroup.
19514
19515 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
19516
19517 * progmodes/delphi.el (delphi): Add :version to defgroup.
19518
195192000-02-02 Gerd Moellmann <gerd@gnu.org>
19520
19521 * ange-ftp.el (ange-ftp-write-region): Handle case that
19522 succeeding process operation sets a different coding system.
19523
19524 * calculator.el: New file.
19525
195262000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
19527
86f6474c 19528 * frame.el (frames-on-display-list, framep-on-display): New functions.
a30eb617
DL
19529 (display-mouse-p, display-popup-menus-p, display-graphic-p)
19530 (display-selections-p, display-screens, display-pixel-width)
19531 (display-pixel-height, display-mm-width, display-mm-height)
19532 (display-backing-store, display-save-under, display-planes)
19533 (display-color-cells, display-visual-class): New functions.
19534
19535 * term/tty-colors.el (tty-color-gray-shades): New function.
19536
19537 * faces.el (display-color-p): Use framep-on-display.
19538 (display-grayscale-p): New function.
19539
195402000-01-31 Dave Love <fx@gnu.org>
19541
19542 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
19543 (create-fontset-from-x-resource): Don't concat integers.
19544
195452000-01-31 Inge Frick <inge@nada.kth.se>
19546
19547 * view.el: Some changes in documentation. Removed some trailing
86f6474c 19548 whitespace. Changed some parameter names to agree with documentation.
a30eb617
DL
19549 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
19550 window is not deleted. Modifies change 1998-04-26.
19551
195522000-01-31 Gerd Moellmann <gerd@gnu.org>
19553
19554 * windmove.el: New file.
19555
19556 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
19557 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
19558 progmodes/ebnf-yac.el: Update copyright and license info.
19559
86f6474c
SM
19560 * jit-lock.el (jit-lock-function): Widen before calculating
19561 end position.
a30eb617
DL
19562 (jit-lock-stealth-chunk-start): Rewritten.
19563
19564 * info.el (Info-title-face-alist): Removed.
86f6474c 19565 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
a30eb617
DL
19566 (Info-fontify-node): Use these faces.
19567
195682000-01-30 Gerd Moellmann <gerd@gnu.org>
19569
19570 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
19571 (cl-macro-list1): Recognize `&allow-other-keys' instead of
19572 `&allow-other-keywords'.
19573
19574 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
19575 the list of directories scanned heuristically.
19576
86f6474c 19577 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
a30eb617
DL
19578
195792000-01-30 Jason Rumney <jasonr@gnu.org>
19580
19581 * w32-fns.el: Define w32-tty-standard-colors.
19582
19583 * startup.el (command-line): Use w32-tty-standard-colors when in
19584 w32 console mode.
19585
195862000-01-30 Dave Love <fx@gnu.org>
19587
19588 * jka-compr.el (jka-compr-load): Fix up load-history.
19589
19590 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
19591
19592 * emacs-lisp/cl-macs.el: Revert previous change.
19593
195942000-01-29 Dave Love <fx@gnu.org>
19595
19596 * facemenu.el: Purecopy various strings.
19597
19598 * timezone.el (timezone-fix-time): Window against 69 for two-digit
19599 years. Deal with three-digit years.
19600
86f6474c
SM
19601 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
19602 Use defconst, purecopy.
a30eb617
DL
19603 (help-back-label): Purecopy it.
19604
196052000-01-18 Gerd Moellmann <gerd@gnu.org>
19606
19607 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
19608 variable. If non-nil, order the buffer list according to the
19609 currently selected frame.
19610 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
19611 non-nil, pass the selected frame to function buffer-list.
19612
196132000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19614
19615 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
19616
196172000-01-28 Dave Love <fx@gnu.org>
19618
19619 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
19620
19621 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
19622 Don't use lisp-indent-hook property.
19623 (cl-abs): Remove.
19624
19625 * subr.el: Move out indent and edebug specs for when and unless.
19626
19627 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
19628 when, unless.
19629
19630 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
19631 unless, when.
19632
196332000-01-28 Gerd Moellmann <gerd@gnu.org>
19634
19635 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
19636 `collecting' as synonym for `collect'.
19637
19638 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
19639 for the case it contains spaces.
19640
86f6474c 19641 * simple.el (what-cursor-position): Change formatting of messages.
a30eb617
DL
19642
19643 * frame.el (delete-other-frames): New function.
19644 (toplevel): Bind it to C-x 5 1.
19645
19646 * sort.el (sort-numeric-base): New option.
19647 (sort-numeric-fields): If number starts with `0' or `0[xX[',
19648 interpret it as octal or hexadecimal. Use sort-numeric-base
19649 as default base.
19650
19651 * progmodes/glasses.el: New file.
19652
196532000-01-27 Gerd Moellmann <gerd@gnu.org>
19654
19655 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
19656 userids differently.
19657
19658 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
19659 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
19660 progmodes/ebnf-yac.el: New files.
19661
196622000-01-26 Dave Love <fx@gnu.org>
19663
19664 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
19665 on a function with an empty body. [From Eric Ludlam.]
19666
196672000-01-25 Andre Spiegel <spiegel@gnu.org>
19668
19669 * vc.el (vc-version-diff): Make sure file name is expanded.
19670
196712000-01-25 Gerd Moellmann <gerd@gnu.org>
19672
19673 * scroll-bar.el (scroll-bar-timer): Variable removed.
19674 (scroll-bar-toolkit-scroll): Don't use a timer.
19675
196762000-01-25 Kenichi Handa <handa@etl.go.jp>
19677
86f6474c
SM
19678 * language/thai-util.el (thai-composition-function):
19679 Delete superfluous `a'.
a30eb617
DL
19680
196812000-01-24 Dave Love <fx@gnu.org>
19682
19683 * fortran.el (fortran-mode): Use beginning-of-defun-function,
19684 end-of-defun-function.
19685
86f6474c 19686 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
a30eb617
DL
19687
196882000-01-22 Jason Rumney <jasonr@gnu.org>
19689
19690 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
19691 conflicts with new face support.
19692
196932000-01-22 Richard M. Stallman <rms@gnu.org>
19694
19695 * replace.el (query-replace): Rename last arg to DELIMITED.
19696 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
19697 (query-replace-regexp): Likewise.
19698
196992000-01-20 Richard M. Stallman <rms@gnu.org>
19700
19701 * subr.el (with-syntax-table): Use make-symbol, not gensym.
19702
19703 * emacs-lisp/lisp.el (beginning-of-defun-function):
19704 Variable renamed from beginning-of-defun.
19705 Do not call make-variable-buffer-local.
19706 (beginning-of-defun-raw): Use new variable name; doc fix.
19707 (beginning-of-defun): Doc fix.
19708 (end-of-defun-function): Variable renamed from end-of-defun.
19709 Do not call make-variable-buffer-local.
19710 (end-of-defun): Use new variable name; doc fix.
19711
19712 * subr.el (dolist, dotimes): Copied from cl-macs.el
19713 and made to work.
19714
19715 * mail/undigest.el (rmail-digest-end-regexps):
19716 Variable replaces rmail-digest-end-regexp.
19717 Allows multiple regexps for detecting the end line.
19718 (undigestify-rmail-message): Corresponding changes.
19719
197202000-01-19 Dave Love <fx@gnu.org>
19721
19722 * files.el (user-init-file): Don't declare here -- is primitive.
19723
19724 * startup.el (command-line): Check for compiled user-init-file and
19725 set to uncompiled version if necessary.
19726
197272000-01-18 Gerd Moellmann <gerd@gnu.org>
19728
19729 * mail/undigest.el (rmail-digest-end-regexp): New user option.
19730 (undigestify-rmail-message): Use it.
19731
19732 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
19733
197342000-01-17 Gerd Moellmann <gerd@gnu.org>
19735
19736 * tmm.el (tmm-goto-completions): Adapt to prompt being part
19737 of mini-buffer.
19738
197392000-01-14 Gerd Moellmann <gerd@gnu.org>
19740
19741 * emacs-lisp/copyright.el (copyright-update): Removed the
19742 requirement for a trailing space from `copyright-regexp', to
19743 support copyrights with owner specified on a separate line..
19744
19745 * align.el: New file.
19746
19747 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
19748
19749 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
19750
197512000-01-13 Dave Love <fx@gnu.org>
19752
19753 * ph.el: Removed. (Obsoleted by EUDC.)
19754
197552000-01-13 Gerd Moellmann <gerd@gnu.org>
19756
19757 * net/eudc.el (toplevel): Remove autoloaded code installing
19758 menu with easymenu, because that causes build problems.
19759
19760 * frame.el (frame-notice-user-settings): New variable.
19761 (frame-notice-user-settings): Don't modify frame parameters
19762 if called a second time.
19763
197642000-01-13 Richard M. Stallman <rms@gnu.org>
19765
19766 * frame.el (frame-notice-user-settings):
19767 Notice default-frame-parameters even for non-window frames.
19768
197692000-01-13 Gerd Moellmann <gerd@gnu.org>
19770
19771 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
19772 for Emacs.
19773 (eudc-bob-can-display-inline-images): Extend for Emacs.
19774 (eudc-bob-toggle-inline-display): Ditto.
19775 (eudc-bob-display-jpeg): Ditto.
19776
197772000-01-12 Gerd Moellmann <gerd@gnu.org>
19778
19779 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
19780 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
19781 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
19782
86f6474c
SM
19783 * add-log.el (add-change-log-entry): Fix error trying an
19784 `(insert nil)'.
a30eb617
DL
19785
19786 * subdirs.el: Add `net' directory.
19787
19788 * net: New directory.
19789
19790 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
19791 eval-last-sexp. Don't bind debug-on-error here.
19792 (eval-last-sexp): New function. Bind debug-on-error if
19793 eval-expression-debug-on-error is non-nil.
19794 (eval-defun-2, eval-defun): Likewise.
19795
19796 * simple.el (eval-expression): Don't bind debug-on-error if
19797 eval-expression-debug-on-error is nil. Detect changed
19798 debug-on-error, and propagate new value to global binding, if
19799 eval-expression-debug-on-error is non-nil,
19800 (eval-expression-debug-on-error): Change doc string.
19801
198022000-01-11 Richard M. Stallman <rms@gnu.org>
19803
19804 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
19805
19806 * emacs-lisp/lisp-mode.el (with-syntax-table):
19807 Set up lisp-indent-function property.
19808
19809 * subr.el (with-syntax-table): Moved from simple.el.
19810
19811 * simple.el (with-syntax-table): Moved to subr.el.
19812
198132000-01-11 Gerd Moellmann <gerd@gnu.org>
19814
19815 * tmm.el (tmm-shortcut): Delete region after prompt instead
19816 of erasing buffer.
19817
19818 * textmodes/fill.el (fill-common-string-prefix): New function.
19819 (fill-context-prefix): Use the longest common prefix of first
19820 and second line fill prefix, if there is one.
19821
198222000-01-11 Richard M. Stallman <rms@gnu.org>
19823
19824 * array.el (array-mode): Don't use make-variable-buffer-local.
19825 Use make-local-variable for `truncate-lines'.
19826
198272000-01-11 Jari Aalto <jari.aalto@poboxes.com>
19828
19829 * add-log.el (add-log-current-defun): Handle user-defined
19830 add-log-current-function returning nil,
19831
19832 * add-log.el (add-change-log-entry): Insert version number
19833 if having found a current function
19834
86f6474c
SM
19835 * add-log.el (add-log-current-defun):
19836 Call `add-log-current-defun-function'. Try matches at level 0 and
a30eb617
DL
19837 level 1. Strip whitespace from defun found.
19838
198392000-01-10 John Wiegley <johnw@gnu.org>
19840
19841 * allout.el (isearch-done/outline-provisions): Added `edit'
86f6474c 19842 argument to correspond with the current definition of `isearch-done'.
a30eb617
DL
19843
198442000-01-10 Dave Love <fx@gnu.org>
19845
19846 * elide-head.el (elide-head): Use point-marker, not point.
19847
198482000-01-10 Gerd Moellmann <gerd@gnu.org>
19849
19850 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
19851 before and after the year 2000.
19852
19853 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
19854 Add ispell- prefix.
19855
198562000-01-10 Ken Stevens <k.stevens@ieee.org>
19857
19858 * ispell.el: Only define dictionaries in menus when they exist.
19859 (version18p): New variable.
19860 (version20p): New variable.
19861 (xemacsp): New variable.
19862 (ispell-choices-win-default-height): Fix for XEmacs visibility.
19863 (ispell-dictionary-alist1): Added Brasileiro dictionary.
19864 (ispell-dictionary-alist6): Russian command lines no longer accept
19865 run-together words.
19866 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
19867 (ispell-dictionary-alist): Add koi8-r to customize definition.
86f6474c
SM
19868 (check-ispell-version): Added documentation string. Return library
19869 path when called non-interactively.
a30eb617
DL
19870 (ispell-menu-map-needed): Uses new variables.
19871 (ispell-library-path): New variable.
19872 (ispell-decode-string): XEmacs fix for bogus variable bindings.
19873 (ispell-word): Improved documentation string. Test for valid
19874 character mappings. Correctly check typed in word changes that can
86f6474c
SM
19875 result in single words split into multiple words.
19876 Return replacement word.
a30eb617
DL
19877 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
19878 replace in recursive query replace mode. Help message for
19879 recursive edit mode.
19880 (ispell-show-choices): Protect against bad framepop bindings.
19881 (ispell-help): Fix to work with XEmacs.
19882 (ispell-highlight-spelling-error): Use new variables.
19883 (ispell-overlay-window): Fix to work with XEmacs.
19884 (ispell-parse-output): Passed and returns location information
19885 tracking spelling corrections. Doesn't recheck same word on
19886 current line.
19887 (ispell-init-process): Protect against bogus XEmacs variable binding.
19888 Fix call to single argument in sleep-for. Use new variables.
19889 (ispell-region): Passed and returns location information tracking
19890 spelling corrections. Doesn't check same word on current line.
19891 Improved documentation string. Doesn't resend a line already
19892 checked to the ispell process - fixes bug in LaTeX parsing.
19893 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
19894 (ispell-skip-region): No longer skips <TT> in SGML.
19895 (ispell-process-line): Tracks location information with spelling
19896 corrections. Added documentation string. Accounts for words
19897 already accepted on this line. Don't allow query-replace on line
19898 starting with math characters. Doesn't resend a line already sent
19899 to ispell process. Fixes alignment error bug.
19900
199012000-01-10 Richard M. Stallman <rms@gnu.org>
19902
19903 * dired-x.el (dired-guess-shell-alist-default):
19904 Suggest xloadimage, which is free, not xv, which isn't.
19905
19906 * ange-ftp.el (ange-ftp-file-name-nondirectory):
19907 Don't ever include the host name or user name in the value.
19908
199092000-01-09 Gerd Moellmann <gerd@gnu.org>
19910
19911 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
19912 of a real newline.
19913
199142000-01-09 Stephen Eglen <stephen@gnu.org>
19915
19916 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
19917 for .png files.
19918
199192000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
19920
19921 * cus-edit.el (custom-hook-convert-widget): Fix comment.
19922
199232000-01-09 Gerd Moellmann <gerd@gnu.org>
19924
19925 * progmodes/cperl-mode.el: Replace ^F with ^L.
19926
86f6474c
SM
19927 * sendmail.el (toplevel): Provide `sendmail' when compiling before
19928 `require'ing rmail and mailalias to prevent infinite recursion.
a30eb617
DL
19929
199302000-01-08 Dave Love <fx@gnu.org>
19931
19932 * emacs-lisp/backquote.el: Remove inappropriate customization
19933 (allowing custom.el to use backquote).
19934
199352000-01-07 Dave Love <fx@gnu.org>
19936
19937 * add-log.el (add-log-debugging): Deleted.
19938 (add-change-log-entry): Treat a backup FILE-NAME as its parent
19939 file. Remove debugging code.
19940 (change-log-get-method-definition, change-log-name): Add doc.
19941 (change-log-sortable-date-at): New function.
19942 (change-log-merge): New command.
19943
19944 * time.el (display-time-string-forms): Make the Mail string active.
19945 (display-time-update): Provide help-echo for load average.
19946
19947 * bindings.el (make-mode-line-mouse2-map): New function.
19948 (mode-line-modified): Use it and simplify.
19949 (mode-line-mule-info): Provide help-echo info.
19950 (minor-mode-alist): Activate the strings.
19951 (make-mode-line-mouse-sensitive): Simplify for
19952 mode-line-buffer-identification.
19953
199542000-01-07 Gerd Moellmann <gerd@gnu.org>
19955
19956 * play/pong.el: New file.
19957
199582000-01-06 Dave Love <fx@gnu.org>
19959
19960 * array.el: Assorted cleanups for compiler warnings, doc strings,
19961 `array-' prefix for symbols.
19962
199632000-01-05 Dave Love <fx@gnu.org>
19964
86f6474c
SM
19965 * textmodes/outline.el (outline-mode-menu-bar-map):
19966 Add outline-headers-as-kill.
a30eb617
DL
19967 (outline-mode): Define imenu-generic-expression.
19968 (outline-headers-as-kill): New command.
19969
19970 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
19971 from paragraph-start.
19972 (paragraph-indent-minor-mode): New command.
19973
19974 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
19975 M-C-e, M-C-h, C-j, C-xnd, TAB.
19976 (fortran-mode): Set beginning-of-defun, end-of-defun.
19977 (fortran-column-ruler): Simplify.
19978 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
19979 (fortran-with-subprogram-narrowing): Likewise.
19980 (fortran-indent-subprogram): Call mark-defun.
19981 (fortran-check-for-matching-do): Change narrowing.
19982
19983 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
19984 (cl-lucid-hash-tag): Delete.
19985 (cl-hash-table-p): Correct test for native table.
19986 (cl-hash-table-count): Use hash-table-count.
19987
19988 * browse-url.el (browse-url): Fix case of
19989 browse-url-browser-function being an alist.
19990
199912000-01-05 Carsten Dominik <cd@gnu.org>
19992
19993 * textmodes/reftex-vars.el (reftex-parse-file-extension)
19994 (reftex-index-phrase-file-extension): New options.
19995
19996 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
19997 Use new option `reftex-index-phrase-file-extension'.
19998
19999 * textmodes/reftex.el (reftex-access-parse-file): Use new option
20000 `reftex-parse-file-extension'.
20001
200022000-01-05 Dave Love <fx@gnu.org>
20003
20004 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
20005 (beginning-of-defun-raw): Use it.
20006 (end-of-defun): New variable.
20007 (end-of-defun): Use it.
20008 (check-parens): New command.
20009
200102000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
20011
20012 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
20013 (hs-show-block): Don't use `mapcar' when not accumulating.
20014
20015 Fix buglet in local variables initialization.
20016
200172000-01-05 Andreas Schwab <schwab@suse.de>
20018
20019 * hscroll.el (hscroll): Doc fix.
20020
200212000-01-05 Carsten Dominik <cd@gnu.org>
20022
86f6474c
SM
20023 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
20024 Require idlw-toolbar.
a30eb617 20025
86f6474c 20026 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
a30eb617 20027 file idlw-rinfo.el.
86f6474c
SM
20028 (idlwave-customize): Load must read file idlw-shell.el.
20029 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
a30eb617
DL
20030
200312000-01-05 Carsten Dominik <dominik@astro.uva.nl>
20032
20033 * progmodes/idlw-shell.el: Also provide idlwave-shell
20034 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
20035 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
20036
86f6474c 20037 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
a30eb617
DL
20038 both reftex-dcr and reftex-vcr.
20039
20040 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
20041
200422000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20043
20044 * ps-print.el: PostScript code now is in separate files, doc fix.
20045 (ps-print-version): New version number (5.0.3).
20046 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
20047 local.
20048 (ps-spool-config): Initialization fix.
20049 (ps-print-prologue-1, ps-print-prologue-2)
20050 (ps-print-duplex-feature): PostScript code moved to separated file.
20051 (ps-background-image): Little code reformating.
20052 (ps-begin-file, ps-begin-job): Fix code.
20053 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
20054 (ps-prologue-file): New fun.
20055
200562000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20057
20058 * ps-vars.el: Eliminated.
20059
20060 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
20061 `;;;###autoload'.
20062
20063 * ps-print.el: ps-vars eliminated, doc fix.
20064 (ps-print-version): New version number (5.0.2).
20065 (ps-spool-config): Initialization fix.
20066 (ps-print-customize): New fun.
20067
200682000-01-04 Gerd Moellmann <gerd@gnu.org>
20069
86f6474c 20070 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
a30eb617
DL
20071
200722000-01-04 Dave Love <fx@gnu.org>
20073
20074 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
20075 menu items.
20076
200772000-01-03 Dave Love <fx@gnu.org>
20078
20079 * elide-head.el (elide-head) [defgroup]: Add :version.
20080
20081 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
86f6474c
SM
20082 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
20083 Use `cl-hash-table-p', not `hash-table-p'.
a30eb617
DL
20084 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
20085
200862000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20087
20088 * faces.el (face-read-integer, read-face-attribute)
86f6474c 20089 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
a30eb617
DL
20090
200912000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20092
20093 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
20094 at comment end, and re-insert them after filling.
20095
200962000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20097
20098 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
20099 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
20100 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
20101
201022000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20103
20104 * term/x-win.el (xw-defined-colors): Call color-supported-p,
20105 the new name of face-color-supported-p.
20106
20107 * term/w32-win.el (xw-defined-colors): Likewise.
20108
201092000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20110
20111 * simple.el (completion-setup-function): Count completion-size
20112 from minibuffer-prompt-end, not from point-min.
20113
201142000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
20115
20116 * faces.el (read-face-attribute, defined-colors, color-defined-p):
20117 Pass the frame to tty-color-* functions.
20118 (display-color-p, frame-set-background-mode): Pass the frame to
20119 tty-display-color-p.
20120
20121 * term/tty-colors.el (tty-defined-color-alist): Renamed from
20122 tty-color-alist.
20123 (tty-color-alist, tty-modify-color-alist): New functions.
20124 (tty-color-define, tty-color-clear, tty-color-approximate)
86f6474c
SM
20125 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
20126 optional parameter FRAME.
a30eb617
DL
20127
201282000-01-01 Gerd Moellmann <gerd@gnu.org>
20129
86f6474c
SM
20130 * image.el (create-image, defimage): Don't assume image data is
20131 a string.
a30eb617
DL
20132
20133 * image.el (defimage): Handle specifications containing :data
20134 instead of :file.
20135 (image-type-from-data): New function.
20136 (image-type-from-file-header): Use it.
20137 (create-image): Add parameter DATA-P.
20138
20139See ChangeLog.8 for earlier changes.
20140
20141;; Local Variables:
20142;; coding: iso-2022-7bit
20143;; End:
2a34a036
GM
20144
20145 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
20146 Copying and distribution of this file, with or without modification,
20147 are permitted provided the copyright notice and this notice are preserved.