Change maintainer to FSF.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
7cf0153a
EZ
12000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4
5e5b3d41
GM
52000-12-14 Gerd Moellmann <gerd@gnu.org>
6
5f368d29
GM
7 * startup.el (command-line): Call delete-key-deletes-forward-mode,
8 if appropriate.
9
10 * simple.el (delete-key-deletes-forward): New user-option.
11 (delete-key-deletes-forward-mode): New function.
12
13 * bindings.el (ctl-x-map): Bind `delete' to backward-delete-char.
14
5e5b3d41
GM
15 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
16 if symbol is bound before getting its value.
17
18 * tooltip.el (tooltip-show): If an error is signaled in
19 x-show-tip, display that error, and display the help in the
20 echo area.
21
191b83b6
KH
222000-12-14 Kenichi Handa <handa@etl.go.jp>
23
24 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
25 "... entries" messages for every 10000 entries, not 10.
26
6192b604
KF
272000-12-13 Karl Fogel <kfogel@red-bean.com>
28
29 * bookmark.el: Provide a generic exit hook, as suggested by
30 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
31 (bookmark-exit-hook): New var.
32 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
33 old raw lambda form in `kill-emacs-hook', and runs new
34 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
35 as logically that feature must have been provided if this function
36 is running.
37 Removed ;;;###autoload before the `add-hook' call.
38
5edf6b55
SM
392000-12-13 Stefan Monnier <monnier@cs.yale.edu>
40
41 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
42 (easy-menu-current-active-maps): New function.
43 (easy-menu-get-map): Use it.
44 Make a proper menu entry when creating a new keymap.
45
16b5e8e6
KH
462000-12-13 Kenichi Handa <handa@etl.go.jp>
47
d49fc4eb
KH
48 * international/characters.el: Fix cases and syntaxes for
49 mule-unicode-0100-24ff.
50
3b53d876
KH
51 * dired.el (dired-move-to-filename-regexp): Fixed for the case
52 that a Japanese character is not appended after day and year.
53
16b5e8e6
KH
54 * info.el (Info-suffix-list): Change format for a command that
55 requires arguments.
56 (info-insert-file-contents): Adjusted for the above change.
57
1df1c518
AS
582000-12-12 Andreas Schwab <schwab@suse.de>
59
60 * tar-mode.el (tar-extract): Base the name of the subfile buffer
61 on the name of the tar buffer. Verify that the existing buffer is
62 visiting the same subfile.
63
a7a07b98
DL
642000-12-12 Dave Love <fx@gnu.org>
65
66 * subdirs.el: Add obsolete.
67
4fdbd809
GM
682000-12-12 Gerd Moellmann <gerd@gnu.org>
69
bfdb75ee
GM
70 * mail/rmailsum.el (rmail-summary-expunge)
71 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
72 instead of rmail-confirm-expunge.
73
4fdbd809
GM
74 * replace.el (perform-replace): Don't use an empty match adjacent
75 to a non-empty match when computing the next match before the
76 replacement is performed.
77
e9a59cad
GM
782000-12-12 Milan Zamazal <pdm@freesoft.cz>
79
80 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
81 definition (patch by Stefan Monnier).
82 (glasses-mode): Use jit-lock instead of `after-change-functions'
83 (patch by Stefan Monnier).
84
c2def7a0
MB
852000-12-12 Miles Bader <miles@gnu.org>
86
87 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
88 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
89
591b63b4
AC
902000-12-12 Andrew Choi <akochoi@i-cable.com>
91
92 * term/mac-win.el: Remove load for ls-lisp.
93
a924cf63 94 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 95
5ff4ba3d
MB
962000-12-12 Miles Bader <miles@gnu.org>
97
98 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
99 Respect field end too.
100 (just-one-space): Respect fields as `delete-horizontal-space'.
101 (newline-and-indent, reindent-then-newline-and-indent): Use
102 `delete-horizontal-space'.
103
d0c679bc
SM
1042000-12-11 Stefan Monnier <monnier@cs.yale.edu>
105
adf9c994
SM
106 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
107 (so as to obey the field property in the minibuffer).
108
4b0cd42d
SM
109 * obsolete/c-mode.el: Moved from lisp/progmodes.
110 * obsolete/auto-show.el: Moved from lisp.
111 * obsolete/ooutline.el: Moved from lisp/textmodes.
d0c679bc 112
89f85863
CD
1132000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
114
115 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
116 changes to list them here.
117
118 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
119 many changes to list them here.
120
121 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
122 many changes to list them here.
123
124 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
125
3e0d35ce
GM
1262000-12-11 Gerd Moellmann <gerd@gnu.org>
127
d990421f
GM
128 * simple.el (kill-new): Don't try to setcar kill-ring if it is
129 nil.
130
fda514f7
GM
131 * cus-edit.el (custom-save-variables, custom-save-faces):
132 Comment fix.
133
3e0d35ce
GM
134 * hscroll.el: Moved to `obsolete' subdir.
135
ff904dd6
MB
1362000-12-11 Miles Bader <miles@gnu.org>
137
138 * window.el (window-text-height): Function removed (now in C).
139
fb97d87f
SM
1402000-12-10 Stefan Monnier <monnier@cs.yale.edu>
141
142 * log-edit.el (log-edit-parent-buffer): New var.
143 (log-edit): Set it. Add BUFFER argument.
144 (log-edit-done): Use char-before.
145 Don't bother checking validity of vc-comment-ring.
146 Only bury the buffer if log-edit popped it up.
147
148 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
149 (cvs-mode-diff-help): Remove.
150 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 151 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
152
153 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
154 Remove binding for ? now made unnecessary.
155
7de77417
CD
1562000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
157
158 * textmodes/reftex.el (reftex-scanning-info-available-p): New
159 function
160 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
161
162 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
163 when master file is not open.
164
4efa209f
SM
1652000-12-09 Stefan Monnier <monnier@cs.yale.edu>
166
167 * progmodes/ada-stmt.el: Update `maintainer'.
168
0a8052bd
GM
1692000-12-09 Stephen Gildea <gildea@alum.mit.edu>
170
171 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
172 choices to match documentation string.
173
a12167c5
MB
1742000-12-09 Miles Bader <miles@gnu.org>
175
2161605d
MB
176 * minibuf-eldef.el: New file.
177
a12167c5
MB
178 * window.el (fit-window-to-buffer): Don't pass last argument to
179 pos-visible-in-window-p, now that its meaning is inverted.
180
9ea8de1b
EZ
1812000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
182
183 * image.el (create-image): Doc fix; spotted by Per Cederqvist
184 <ceder@lysator.liu.se>.
185
5002ddbb
SM
1862000-12-08 Stefan Monnier <monnier@cs.yale.edu>
187
b6114d80
SM
188 * autoinsert.el (auto-insert-alist): Add missing final \n.
189
ee8d23ee
SM
190 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
191 (cvs-menu-map): Remove.
192 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
193 (cvs-mode-quit): Turn it back into a plain function.
194
5002ddbb 195 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 196 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
197
198 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
199 file where it's more visible.
200 (texinfo-filter, texinfo-chapter-level-regexp): New variables
201 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
202 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
203 (texinfo-inside-macro-p): Only catch `scan-error's.
204 (texinfo-inside-env-p): Make better use of the match info.
205 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
206 (texinfo-insert-@end): Slight re-organization.
207 Also remove useless `looking-at' call.
208
30cd075d
AI
2092000-12-08 Andrew Innes <andrewi@gnu.org>
210
211 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
212 accessible in -nw mode.
213
214 * term/w32-win.el: Remove stuff about selection timeout, which is
215 irrelevant on Windows. Move clipboard support to w32-fns.el, so
216 it is accessible in -nw mode.
217
01b91009
DL
2182000-12-08 Dave Love <fx@gnu.org>
219
220 * emacs-lisp/lisp-mode.el (lisp-mode): Set
221 font-lock-keywords-case-fold-search.
222
842b2a94
GM
2232000-12-08 Gerd Moellmann <gerd@gnu.org>
224
225 * textmodes/ispell.el (ispell): Doc fix.
226
f9d5f611
KH
2272000-12-08 Kenichi Handa <handa@etl.go.jp>
228
229 * international/quail.el (quail-insert-decode-map): Check the
230 frame width of a window displaying the current buffer, not that of
231 the selected frame.
232 (quail-help): Make sure that the help buffer has window before
233 inserting text in it.
234
e04d21aa
SS
2352000-12-07 Sam Steingold <sds@gnu.org>
236
237 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
238 Backquote is used in isearch.el, so autoloading saves nothing.
239
fc3e23a4
EZ
2402000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
241
137cad7c
EZ
242 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
243 the CVS and RCS subdirectories case-insensitively.
244
fc3e23a4
EZ
245 * dired.el (dired-insert-directory): If file-system-info is
246 fboundp, call it instead of invoking dired-free-space-program.
247
796ecd10
GM
2482000-12-07 Gerd Moellmann <gerd@gnu.org>
249
0f5f7c3e
GM
250 * server.el (server-visit-files): Push files on file-name-history.
251
3764ba49
GM
252 * progmodes/cc-langs.el: Update copyright.
253
8e7931da
GM
254 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
255
ae0d7485 256 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 257
796ecd10
GM
258 * bindings.el (mode-line-mode-menu): Reverse the order
259 of define-keys so that the menu appears in alphabetical order.
260
ae0d7485
GM
2612000-12-07 Milan Zamazal <pdm@freesoft.cz>
262
263 * progmodes/glasses.el (glasses-mode): Update mode line at the end
264 of the function.
265
e2849090
DL
2662000-12-07 Dave Love <fx@gnu.org>
267
268 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
269
270 * facemenu.el (facemenu-unlisted-faces): Fix value.
271
5c7f629c
SM
2722000-12-07 Stefan Monnier <monnier@cs.yale.edu>
273
274 * font-lock.el (font-lock-default-fontify-region):
275 Include the terminating \n (off-by-one error).
276 (font-lock-set-defaults): Use dolist.
277
278 * derived.el (define-derived-mode): Don't use combine-run-hooks.
279
73481ae3
KH
2802000-12-07 Kenichi Handa <handa@etl.go.jp>
281
ffbaa122
KH
282 * international/mule-cmds.el (describe-language-environment): Fix
283 for the case that an input method title is not string but a list.
284
73481ae3
KH
285 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
286 of wrong SIZE record.
287
e2896b22
DL
2882000-12-06 Dave Love <fx@gnu.org>
289
67292061
DL
290 * newcomment.el (comment-region, comment-dwim): Doc fix.
291
292 * textmodes/texinfo.el: Require tex-mode when compiling.
293 (texinfo-update-node): Doc fix.
294 (texinfo-imenu-generic-expression): Add @anchor.
295 (texinfo-font-lock-keywords): Add @uref.
296 (texinfo-inside-macro-p): Don't use ignore-errors.
297 (texinfo-insert-quote): Match more contexts.
298
e76938e7
DL
299 * international/mule.el (decode-char, encode-char): Doc fix.
300 (auto-coding-alist): Customize.
301
302 * files.el (load-file): Fix change of 2000-03-12.
303
e2896b22
DL
304 * wid-edit.el (widget-text-keymap): Doc fix.
305
6610f4b2
AI
3062000-12-06 Andrew Innes <andrewi@gnu.org>
307
308 * makefile.w32-in (lisp): Set to an absolute directory, namely
309 $(CURDIR).
310
9e3366e4
EZ
3112000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
312
313 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
314 read generated-autoload-file, and set buffer-file-coding-system to
315 raw-text-unix after reading the file.
316
317 * international/mule-conf.el (file-coding-system-alist): Use
318 raw-text for reading loaddefs.el and raw-text-unix for writing
319 it.
320
d94d636f
GM
3212000-12-06 Gerd Moellmann <gerd@gnu.org>
322
384333ee
GM
323 * replace.el (occur): Make line-number-width 1 smaller for the
324 colon following the line number.
325
347d0813
GM
326 * startup.el (fancy-splash-text, command-line-1): Use
327 `File' for the menu name instead of `Files'.
e04d21aa 328
d4b72d58
GM
329 * tmm.el: Update copyright.
330
d94d636f
GM
331 * cus-start.el: Add entry for even-window-heights.
332
6e424019
MB
3332000-12-06 Miles Bader <miles@gnu.org>
334
335 * faces.el (frame-set-background-mode): Avoid stomping on
336 locally modified faces.
337
e6477b58
KH
3382000-12-06 Kenichi Handa <handa@etl.go.jp>
339
340 * international/fontset.el: Correct the font registries for
341 japanese-jisx0213-1 and japanese-jisx0213-2.
342
21999ab9
GM
3432000-12-05 Gerd Moellmann <gerd@gnu.org>
344
57d6e381
GM
345 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
346
21999ab9
GM
347 * iswitchb.el: Update customization commentary.
348
7422819c
GM
3492000-12-05 Rob Riepel <riepel@Stanford.EDU>
350
351 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
352 (tpu-search-highlight): Fixed comparison of overlay end positions.
353 (tpu-trim-line-ends): Implemented trimming logic locally.
354
355 * emulation/tpu-extras.el (tpu-write-file-hook)
356 (tpu-set-cursor-bound): Replaced picture-clean with
357 tpu-trim-line-ends.
358
73daff18
KH
3592000-12-05 Kenichi Handa <handa@etl.go.jp>
360
361 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
362 to cn-gb.
363 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
364
6a4cd002
DL
3652000-12-04 Dave Love <fx@gnu.org>
366
367 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
368
6452929e
GM
3692000-12-04 Gerd Moellmann <gerd@gnu.org>
370
e04d21aa 371 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
372 (rmail-summary-expunge-and-save): Ask for confirmation with
373 rmail-expunge-confirmed.
374
375 * mail/rmail.el (rmail-expunge-confirmed): New function.
376 (rmail-expunge): Use it.
377
0c68ce6f
GM
378 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
379 (etags-recognize-tags-table, find-tag-in-order): New
380 functionality: interpret file names as tags.
e04d21aa 381
7a53d8c8
EZ
3822000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
383
384 * info.el (Info-scroll-prefer-subnodes): New defcustom.
385 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
386 visit the first subnode until the bottom of the current node is
387 visible.
388
caa15ef7
GM
3892000-12-04 Gerd Moellmann <gerd@gnu.org>
390
391 * format.el (format-decode): Don't change buffer's undo list.
392
e225faa7
KH
3932000-12-04 Kenichi Handa <handa@etl.go.jp>
394
395 * faces.el (face-font-registry-alternatives): Add entries for CJK
396 fonts. Doc-string adjusted for the actual usage of this data.
397
398 * international/fontset.el: Change the font registries for CJK
399 fonts in the default fontset. Don't append '*' to registries.
400
8b262a65
SM
4012000-12-03 Stefan Monnier <monnier@cs.yale.edu>
402
e04d21aa 403 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
404 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
405
406 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
407 (derived-mode-p): New function.
408 (derived-mode-make-docstring): Add `docstring' argument.
409 Use it if available and complete it if necessary.
410
33c4460b
AS
4112000-12-03 Andreas Schwab <schwab@suse.de>
412
413 * type-break.el (type-break): Don't make parent of itself.
414
5c9b3fac
MB
4152000-12-03 Miles Bader <miles@gnu.org>
416
417 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
418
27ce741e
SM
4192000-12-02 Stefan Monnier <monnier@cs.yale.edu>
420
07c16ec4
SM
421 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
422 (tex-main-file, tex-file): Simplify.
423 (tex-generate-zap-file-name): Use subst-char-in-string.
424 (tex-strip-dots): Remove.
425
c19cc275
SM
426 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
427
27ce741e
SM
428 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
429 to check if the match succeeded.
430
285991dc
GM
4312000-12-02 Gerd Moellmann <gerd@gnu.org>
432
433 * startup.el (use-fancy-splash-screens-p): New function.
434 (command-line-1): Use it to determine whether or not to use
435 a fancy splash screen.
436
52dca1b2
AS
4372000-12-02 Andreas Schwab <schwab@suse.de>
438
439 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
440
d3e7e7cf
EZ
4412000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
442
2dce2360
EZ
443 * international/mule.el (make-char): Fix last change.
444
9768eaa7
EZ
445 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
446 New defcustoms.
447 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
448 autoloading tex-mode; instead, do the same manually. Use
449 texinfo-open-quote and texinfo-close-quote. Insert literal quote
450 with numeric argument. Docstring fix.
451 (toplevel): Require cl when compiling.
e04d21aa 452
285991dc 453 * international/mule.el (make-char): Doc fix.
d3e7e7cf 454
0dd5e255
JR
4552000-12-02 Jason Rumney <jasonr@gnu.org>
456
457 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
458 the Emacs Lisp manual)
459
fbb87147
EZ
4602000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
461
5cbb3e93
EZ
462 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
463
fbb87147
EZ
464 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
465 the Emacs Lisp manual).
466
1636ca09
GM
4672000-12-02 Gerd Moellmann <gerd@gnu.org>
468
469 * simple.el (next-line-add-newlines): Change default to nil.
470
68875f0e
EZ
4712000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
472
473 * files.el (revert-buffer, recover-file): Bind
474 coding-system-for-read to emacs-mule-unix, not to no-conversion.
475
fd9ac94c
GM
4762000-12-01 Gerd Moellmann <gerd@gnu.org>
477
478 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
479
45450dd5
MB
4802000-12-01 Miles Bader <miles@gnu.org>
481
482 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
483
09df8881
KH
4842000-12-01 Kenichi Handa <handa@etl.go.jp>
485
486 * international/mule-diag.el (describe-char-after): Fix typo.
487 (describe-character-set, non-iso-charset-alist): Fix typo.
488
dea0a87d
MB
4892000-12-01 Miles Bader <miles@gnu.org>
490
b170205b
MB
491 * image-file.el (image-file-name-regexp): Automatically add
492 upper-case variants of each filename extension in
493 `image-file-name-extensions', since they seem to be common.
494
e04d21aa 495 * simple.el (minibuffer-contents)
dea0a87d
MB
496 (minibuffer-contents-no-properties, delete-minibuffer-contents):
497 New functions.
498 * filecache.el (file-cache-directory-name)
499 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
500
2b69bc11 5012000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 502
dea0a87d
MB
503 * filecache.el (file-cache-minibuffer-complete): Don't try to
504 delete the minibuffer prompt.
505
a8a1b05d
DL
5062000-11-30 Dave Love <fx@gnu.org>
507
508 * cus-start.el: Fix read-buffer-function type.
509
693c4692
GM
5102000-11-30 Gerd Moellmann <gerd@gnu.org>
511
512 * md5.el: Removed. There's a built-in function, now.
513
2c0b1898
GM
5142000-11-30 Markus Rost <rost@math.ohio-state.edu>
515
516 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
517 as dummy 0-th char of rmail-deleted-vector.
518
63dfcf4b
EZ
5192000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
520
521 * ps-print.el (ps-end-job): Bind case-fold-search only after
522 switching to ps-spool-buffer.
523
5242000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
525
526 * ps-print.el: Line number font customization. PostScript: Lines and
527 PageCount are initialized on each page. Doc Fix.
528 (ps-print-version): New version number (6.3.2).
529 (ps-lpr-switches, ps-font-info-database, ps-font-size)
530 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
531 (ps-right-header): Customization fix.
532 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
533 Fix code.
534 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
535 New vars.
536
df3aedcf
GM
5372000-11-30 Gerd Moellmann <gerd@gnu.org>
538
edfb795e
GM
539 * bs.el: Fix typos and spelling errors.
540 (bs-appearance) <defgroup>: Renamed from bs-appearence.
541 (bs-configuration): Doc fix.
e04d21aa 542
df3aedcf
GM
543 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
544
8b8a7f01
GM
5452000-11-30 Rob Riepel <riepel@Stanford.EDU>
546
547 * emulation/tpu-edt.el (tpu-version): New version.
548 (tpu-search-overlay, tpu-replace-overlay): New initial range.
549 (tpu-original-mode-line): Variable deleted.
550 (tpu-mark-flag): New initial value.
551 (tpu-set-mode-line): Don't redefine mode-line-format. Add
552 tpu-mark-flag to minor-mode-alist.
553 (tpu-update-mode-line): New mark flag logic.
554 (tpu-get): Use find-file-wildcards.
555 (tpu-search-highlight): Move overlay less, reset overlay properly.
556 (tpu-unselect): Deactivate mark.
557 (tpu-lm-replace): Reset overlay properly.
558 (tpu-forward-line): Use forward-visible-line.
559 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
560
561 * emulation/tpu-extras.el (tpu-forward-line): Use
562 forward-visible-line.
e04d21aa 563
c069a9d3
GM
5642000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
565
566 * cus-edit.el (custom-face-value-create): Always emphasize tag.
567
b02cd40b
GM
5682000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
569
570 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
571 and skip whitespace and newlines.
e04d21aa 572
b7a90344
SM
5732000-11-30 Stefan Monnier <monnier@cs.yale.edu>
574
575 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
576
be6bbb55
GM
5772000-11-29 Gerd Moellmann <gerd@gnu.org>
578
0383ed60
GM
579 * help.el (describe-function-1): Regexp-quote function name
580 when used as part of a regexp.
581
c7957947
GM
582 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
583 face-attribute instead of face-foreground and face-background.
584 (tool-bar-add-item): Likewise, and handle unspecified colors.
585
586 * enriched.el (enriched-face-ans): Use face-attribute instead
587 of face-foreground and face-background.
588
589 * faces.el (face-foreground, face-background, face-stipple):
590 Return nil if attribute is unspecified, for backward
591 compatibility.
592
7423978d
GM
593 * files.el (auto-mode-alist): Add an entry for antlr-mode.
594
ef128c78
GM
595 * play/5x5.el: Remove version info.
596
a81fc510
GM
597 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
598
be6bbb55
GM
599 * frame.el (blink-cursor-mode): Doc fix.
600
f9396e03
GM
6012000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
602
603 * antlr-mode.el: New commands to run ANTLR from within Emacs and
604 to create Makefile rules.
605 (antlr-tool-command): New user option.
606 (antlr-ask-about-save): New user option.
607 (antlr-makefile-specification): New user option.
608 (antlr-file-formats-alist): New variable.
609 (antlr-special-file-formats): New variable.
610 (antlr-unknown-file-formats): New user option.
611 (antlr-help-unknown-file-text): New variable.
612 (antlr-help-rules-intro): New variable.
613 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
614 (antlr-mode-menu): Add entries.
615 (antlr-file-dependencies): New function.
616 (antlr-directory-dependencies): New function.
617 (antlr-superclasses-glibs): New function.
618 (antlr-run-tool): New command.
619 (antlr-makefile-insert-variable): New function.
620 (antlr-insert-makefile-rules): New function.
621 (antlr-show-makefile-rules): New command.
622
623 * antlr-mode.el: More Emacs/XEmacs stuff.
624 (antlr-no-action-keywords): New constant with value nil.
625 (antlr-font-lock-keywords-alist): Use it. Old value would break
626 syntax highlighting in Emacs-21.0.
627 (antlr-default-directory): Emacs/XEmacs dependend function.
628 (antlr-read-shell-command): Ditto.
629 (antlr-with-displaying-help-buffer): Ditto.
630
6312000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
632
633 * antlr-mode.el: imenu, parsing and highlighting changes.
634 (antlr-imenu-create-index-function): Don't create extra submenus
635 for definitions in different grammar classes. It is not necessary
636 for the menu and would make command `imenu' awkward to use.
637 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
638 header actions and more than one.
639 (antlr-font-lock-tokendef-face): Changed color.
640 (antlr-font-lock-tokenref-face): Changed color.
641 (antlr-font-lock-additional-keywords): Also highlight lowercase.
642 (antlr-mode-syntax-table): New variable.
643 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
644 (antlr-with-syntax-table): Don't copy syntax table.
645
6462000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
647
648 * antlr-mode.el: Minor changes: language setting.
649 (antlr-language-alist): The value for file option "language" can
650 be both an identifier and a string.
651 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
652 (antlr-language-limit-n-regexp): Change accordingly.
653
6542000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
655
656 * antlr-mode.el: Minor changes: tabs, hiding.
657 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
658 (antlr-action-visibility): Also allow value nil to also hide the
659 braces. Renamed from `antlr-tiny-action-length'.
660 Suggested by Jay@aol.com.
661 (antlr-hide-actions): Change accordingly. Hide line if completely
662 hidden action is on a line of its own.
e04d21aa 663
6ad948eb
SM
6642000-11-29 Stefan Monnier <monnier@cs.yale.edu>
665
666 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
667
668 * sort.el (sort-columns): Don't concat strings with numbers.
669
9c6a4107
DL
6702000-11-29 Dave Love <fx@gnu.org>
671
672 * cus-edit.el (face): Fix :format.
673
674 * mail/feedmail.el: Require smtpmail when compiling.
675 (mail-do-fcc): Autoload.
676 (feedmail) <defgroup>: Fix :link.
677 (feedmail-nuke-body-in-fcc): Fix :type.
678 (feedmail-send-it): Add autoload cookie.
679
053b8d35
SM
6802000-11-29 Stefan Monnier <monnier@cs.yale.edu>
681
682 * newcomment.el (comment-indent): Save excursion around call to
683 comment-indent-function.
684
242c13e8
MB
6852000-11-29 Miles Bader <miles@gnu.org>
686
687 * subr.el (member-ignore-case): Return the tail of the list who's
688 car matches, like `member', not the matching element itself.
689
8f4b5f28
KH
6902000-11-29 Kenichi Handa <handa@etl.go.jp>
691
692 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
693 should not contain `\n'.
694
bebe4a2c
GM
6952000-11-28 Gerd Moellmann <gerd@gnu.org>
696
fd9ac94c 697 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 698
ba7e40eb
GM
699 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
700
75ab0c79
GM
701 * dired-aux.el (dired-do-create-files): Construct default file
702 name for dired-mark-read-file-name so that when the user enters
703 just RET, the target file will end up in the target directory.
704
bebe4a2c
GM
705 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
706 local-abbrev-table before changing buffers because it might
707 have a buffer-local binding.
708
fa6d1ca8
MB
7092000-11-28 Miles Bader <miles@gnu.org>
710
711 * simple.el (delete-horizontal-space): Handle fields more generally.
712
8d2c2642
GM
7132000-11-28 Gerd Moellmann <gerd@gnu.org>
714
715 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
716
8b31236d
DL
7172000-11-28 Dave Love <fx@gnu.org>
718
3cbd02d2
DL
719 * progmodes/ps-mode.el (ps-mode): Set comment-start and
720 comment-start-skip locally.
721
8b31236d
DL
722 * progmodes/fortran.el (fortran-mode): Don't set
723 fortran-comment-line-start-skip. Set comment-start to
724 fortran-comment-line-start.
725 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
726 (fortran-comment-line-start-skip): Simplify slightly.
727
ae4bf56d
GM
7282000-11-28 Gerd Moellmann <gerd@gnu.org>
729
17ef7534
GM
730 * play/5x5.el: Remove RCS keyword.
731
fd9ac94c 732 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 733
665b27a6
GM
7342000-11-28 Milan Zamazal <pdm@freesoft.cz>
735
736 * textmodes/tildify.el (tildify-string-alist): Add
737 `plain-tex-mode' here.
738
fe3c2ae3
GM
7392000-11-28 Colin Walters <walters@cis.ohio-state.edu>
740
741 * chistory.el (Command-history-setup): Remove extraneous `keymap'
742 reference.
743
d970106b
MB
7442000-11-28 Miles Bader <miles@gnu.org>
745
36b80a0d
MB
746 * cus-face.el (custom-face-attributes): Add post-filter function
747 for :box. Make pre-filter function for :box handle all cases.
748
d970106b
MB
749 * wid-edit.el (widget-choose): Make sure pop-up window is large
750 enough to display all the choices, as there's no way to scroll it.
751
5a2bae6c
KH
7522000-11-28 Kenichi Handa <handa@etl.go.jp>
753
754 * international/mule-conf.el: Make the coding system no-conversion
755 safe for all characters.
756
9e836e23
DL
7572000-11-27 Dave Love <fx@gnu.org>
758
8b31236d
DL
759 * net/ldap.el (ldap) <defgroup>: Add :version.
760
9e836e23
DL
761 * tooltip.el (tooltip-use-echo-area): Doc fix.
762
763 * cus-start.el <minibuffer-prompt-properties>: Add version.
764 <read-buffer-function>: Add.
765
766 * apropos.el (apropos-print): Add help-echo to active text.
767
768 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
769
4a74d071
GM
7702000-11-27 Gerd Moellmann <gerd@gnu.org>
771
772 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
773 type, group and version.
774
76058c27
EZ
7752000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
776
4a74d071 777 * select.el (x-get-selection): Docstring fix.
76058c27 778
fd9ac94c 7792000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 780
fd9ac94c 781 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 782
49060c51
AI
7832000-11-27 Andrew Innes <andrewi@gnu.org>
784
785 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
786
787 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
788
b2a8e429
MB
7892000-11-27 Miles Bader <miles@gnu.org>
790
791 * dired.el (dired-get-filename): Return filename verbatim if
792 LOCALP is `verbatim'.
793 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
794 `verbatim' so that we don't inadvertently delete a non-existant
795 directory name.
796
5ac0366d
KH
7972000-11-27 Kenichi Handa <handa@etl.go.jp>
798
799 * international/characters.el: Specify cases and syntaxes for
800 mule-unicode-0100-24ff.
801
67f1cf4c
GM
8022000-11-27 Gerd Moellmann <gerd@gnu.org>
803
804 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
805 that foreground and/or background colors of the face `tool-bar'
806 are unspecified.
807
46c56972
MB
8082000-11-27 Miles Bader <miles@gnu.org>
809
e04d21aa 810 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
811 (widget-field-end): Handle widget field `pseudo-overlays'.
812 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
813 if it's there instead of in `widget-field-list'.
814
46c56972 815 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
816 (help-make-xrefs): Delete extraneous newlines at the end of the
817 docstring.
46c56972 818
640a9cdd
JR
8192000-11-25 Jason Rumney <jasonr@gnu.org>
820
821 * startup.el (command-line): Call set-locale-environment after
822 Window System init file is read, as it can result in a call to
823 redraw-frame.
824
0b3f96d4
EZ
8252000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
826
827 * simple.el (shell-command): Mention the effect of the prefix
828 argument in the doc string.
829
8da6e2a1
MB
8302000-11-25 Miles Bader <miles@gnu.org>
831
a658d039
MB
832 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
833
8da6e2a1 834 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 835 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 836
d3416cca
JR
8372000-11-24 Jason Rumney <jasonr@gnu.org>
838
839 * international/mule-cmds.el (locale-language-names): Add "jp" as
840 a non-standard alternative for Japanese.
841
17e37f53
AS
8422000-11-24 Andre Spiegel <spiegel@gnu.org>
843
844 * vc-hooks.el: Require 'cl during compilation.
845
9aa5f148
GM
8462000-11-24 Gerd Moellmann <gerd@gnu.org>
847
ba193890
GM
848 * faces.el (face-set-after-frame-default): Let face attributes
849 specified for new frames override frame parameters.
850
9aa5f148
GM
851 * startup.el (command-line): Fix computation of the source file
852 for user-init-file when user-init-file is a compiled file.
853
51a1edab
MB
8542000-11-24 Miles Bader <miles@gnu.org>
855
e04d21aa 856 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
857 (custom-post-filter-face-spec): New functions.
858 (custom-face-set, custom-face-value-create): Filter the face spec
859 before and after customization.
860 (custom-face-set): If VALUE specifies a null face, pass a
861 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
862 * cus-face.el (custom-face-attributes): Remove SET and GET
863 functions. Add some IN-FILTER and OUT-FILTER functions in the few
864 cases they're needed.
865
1ed74431
MB
866 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
867 that it's distinguishable from the :off-glyph on dark-background
868 displays. Set its background color too.
869
67ee1125
MB
870 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
871 so that people can easily turn it off.
872
7d027816 8732000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 874
7d027816 875 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 876
9aa5f148 877 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 878
9aa5f148 879 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 880
9aa5f148 881 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 882 redundant skip-small-frames test.
e04d21aa 883
9aa5f148 884 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816 885 (viper-downgrade-to-insert): protect against errors in hooks.
e04d21aa 886
9aa5f148
GM
887 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
888 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
889 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816 890 functions.
e04d21aa 891
9aa5f148 892 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 893
9aa5f148 894 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 895
f07fa1b8
KH
8962000-11-24 Kenichi Handa <handa@etl.go.jp>
897
898 * international/mule-diag.el (list-iso-charset-chars): For
899 two-byte charset, fix the `while' condition.
900 (list-non-iso-charset-chars): Fix the `while' condition.
901
ba8299ff
SM
9022000-11-23 Stefan Monnier <monnier@cs.yale.edu>
903
79372165
SM
904 * subr.el (add-hook, remove-hook): Don't call make-local-hook
905 if the variable is make-variable-buffer-local.
906
ba8299ff
SM
907 * progmodes/ada-stmt.el (ada-template-map): Initialize
908 and bind it to C-c t in ada-mode-map.
909 (ada-stmt-mode-hook): New function extracted from old code.
910 Only change the buffer-local side of skeleton-*.
911 (ada-mode-hook): Use it.
912
68a887fa
EZ
9132000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
914
915 * iswitchb.el (iswitchb-minibuf-depth): New variable.
916 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
917 we expect to be returned by minibuffer-depth once we prompt the
918 user in the minibuffer.
919 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
920 as recorded in iswitchb-minibuf-depth, return non-nil.
921
3b345582
EZ
9222000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
923
924 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
925 (hscroll-window-maybe): Docstring fix.
926
595dead2
DL
9272000-11-23 Dave Love <fx@gnu.org>
928
929 * rect.el (string-rectangle): Don't test delete-selection-mode.
930
1e66b27a
GM
9312000-11-23 Gerd Moellmann <gerd@gnu.org>
932
02790ce2
GM
933 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
934 is in the tool bar.
935
1e66b27a
GM
936 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
937 with `no-dir'; we want the directory part to be able to remove
938 it.
939
a4caa65d
SM
9402000-11-22 Stefan Monnier <monnier@cs.yale.edu>
941
942 * textmodes/outline.el (outline-flag-region):
943 Don't bind inhibit-read-only since we don't modify the buffer.
944 (outline-isearch-open-invisible): Don't jump to overlay-start
945 since we're trying to unhide text around point.
946 (outline-discard-overlays): Use dolist.
947
948 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
949
03e757c1
GM
9502000-11-22 Gerd Moellmann <gerd@gnu.org>
951
e04d21aa 952 * mail/rmail.el (rmail-confirm-expunge): Default to
03e757c1 953 y-or-n-p.
e04d21aa 954
1598a961
SM
9552000-11-22 Stefan Monnier <monnier@cs.yale.edu>
956
957 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
958 Fix ARG regexp to skip quoted braces.
959 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
960 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
961 are (correctly) handled separately).
962 Remove `caption' and `footnote' from `citations': they contain text.
963 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
964 (latex-skeleton-end-hook): New function.
965 (latex-mode): Use it.
966 (tex-start-tex-marker): Remove.
967 (tex-send-tex-command): Don't set tex-start-tex-marker.
968 (tex-error-parse-syntax-table): New var.
969 (tex-compilation-parse-errors): Use it.
970 Ignore tex-start-tex-marker. Don't bother with marker-position.
971 (tex-validate-buffer): Don't bother with marker-position.
972
973 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 974 (flyspell-generic-progmode-verify): Use it.
1598a961 975
eaae8106
SS
9762000-11-22 Sam Steingold <sds@gnu.org>
977
03e757c1
GM
978 * simple.el (delete-trailing-whitespace): New interactive
979 function.
e04d21aa 980
eaae8106 981 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 982 `ada-remove-trailing-spaces'.
eaae8106 983 (ada-remove-trailing-spaces): Removed.
e04d21aa 984
eaae8106 985 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 986
1598a961
SM
987 * textmodes/picture.el (picture-clean): Removed.
988 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 989
a41d49e9
GM
9902000-11-22 Gerd Moellmann <gerd@gnu.org>
991
e053c60f
GM
992 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
993
a41d49e9
GM
994 * hi-lock.el (hi-lock-refontify): Don't call non-existent
995 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 996 do anything special when jit-lock is active.
a41d49e9
GM
997 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
998
197615f3
DL
9992000-11-22 Dave Love <fx@gnu.org>
1000
ddbfaa9f
DL
1001 * calendar/todo-mode.el (todo-top-priorities): Use
1002 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
1003
ddc3c695
DL
1004 * language/chinese.el, language/cyrillic.el:
1005 * language/devanagari.el, language/ethiopic.el, language/greek.el:
1006 * language/hebrew.el, language/indian.el, language/japanese.el:
1007 * language/korean.el, language/lao.el, language/misc-lang.el:
1008 * language/thai.el, language/tibetan.el, language/vietnamese.el:
1009 Use provide.
1010
fb9fa98d
DL
1011 * cus-edit.el (custom-buffer-create-internal): Save some consing.
1012 (custom-variable-set): Improve validation error mesage.
1013
197615f3
DL
1014 * rect.el (string-rectangle): Revert last change.
1015 (string-rectangle-line): New arg DELETE.
1016 (string-rectangle): Check delete-selection-mode.
1017
1018 * emacs-lisp/edebug.el (edebug-version)
1019 (edebug-maintainer-address): Deleted.
1020 (edebug-submit-bug-report): Just alias to report-emacs-bug.
1021 (edebug-read-function): Account for other `'#' read forms.
1022 (edebug-mode-menus): Make some items toggles.
1023 (edebug-outside-unread-command-event, unread-command-event):
1024 Remove these to avoid warnings.
1025
f4117c4d
GM
10262000-11-22 David Ponce <david@dponce.com>
1027
1028 * recentf.el (recentf-menu-items-for-commands)
1029 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 1030 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 1031
f4117c4d
GM
1032 (recentf-build-dir-rules, recentf-dump-variable)
1033 (recentf-edit-list, recentf-open-files-item)
1034 (recentf-open-files): Replaced unnecessary `mapcar' with new
1035 built-in `mapc'.
eaae8106 1036
f8e2f3f2
MB
10372000-11-23 Miles Bader <miles@gnu.org>
1038
1039 * faces.el (menu): Make inverse-video on ttys too.
1040
4c4a541d
SM
10412000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1042
1043 * simple.el (comment-line-break-function): Use the new name
1044 indent-new-comment-line -> comment-indent-new-line.
1045 (clone-indirect-buffer): Don't ignore NORECORD.
1046 (next-completion): Properly handle the case where items are adjacent.
1047
1048 * mouse.el (popup-menu): Stupid typo.
1049
980d836e
GM
10502000-11-22 Gerd Moellmann <gerd@gnu.org>
1051
60e8e0a5
GM
1052 * emacs-lisp/authors.el: Remove autoload cookies, add author,
1053 maintainer, keywords tags.
1054
980d836e
GM
1055 * rect.el (replace-rectangle): Don't call string-rectangle-line
1056 with too many arguments.
1057
e08b2069
AS
10582000-11-22 Andre Spiegel <spiegel@gnu.org>
1059
60e8e0a5 1060 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 1061 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
1062 vc-locking-user, which no longer exists.
1063
1064 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
1065
c6779d8d
DL
10662000-11-22 Dave Love <fx@gnu.org>
1067
1068 * md5.el (md5): Provide.
1069 (md5): Fix error call.
1070
e672fdce
MB
10712000-11-22 Miles Bader <miles@gnu.org>
1072
eaae8106 1073 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
1074 (refill-fill-paragraph-at): Remove debugging code.
1075
80e24c04
MB
1076 * calendar/calendar.el (generate-calendar-window): When we don't
1077 call `fit-window-to-buffer', make sure the top line is fully visible.
1078
3a17d6cc
MB
1079 * image-file.el (insert-image-file): Don't make `read-only'
1080 property rear-nonsticky.
1081
ae1a21c6
MB
1082 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
1083 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
1084 stashing away its original value.
1085 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
1086 in the recursive edit.
1087 Bind `isearch-original-minibuffer-message-timeout' to protect it.
1088 (isearch-done): Restore `minibuffer-message-timeout'.
1089
e672fdce
MB
1090 * cus-start.el: Remove entry for `mode-line-inverse-video'.
1091
3ea79df8
SM
10922000-11-21 Stefan Monnier <monnier@cs.yale.edu>
1093
1094 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
1095
1096 * find-lisp.el (find-lisp-find-files-internal):
1097 Use dolist, when and file-name-as-directory.
1098
980d836e 1099 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
1100 (define-derived-mode, define-minor-mode): Add specs.
1101
1102 * window.el: General comment and spacing fixes.
1103 (save-selected-window): Use backquotes.
1104 (window-safely-shrinkable-p): New function.
1105 (shrink-window-if-larger-than-buffer): Use it.
1106
1107 * subr.el (make-local-hook): Docstring fix.
1108
1109 * shell.el (shell-mode): Use define-derived-mode.
1110
1111 * newcomment.el (comment-indent): Insert comment before calling
1112 comment-indent-function. Don't insert in column 0.
1113 (comment-dwim): Indent before inserting comment.
1114
1115 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
1116 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
1117 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
1118 Use mapc rather than map.
1119
1120 * files.el (find-buffer-visiting): Compare all attributes before
1121 declaring two files identical (rather than just their inode-no).
1122 (auto-mode-alist): Use \' rather than $.
1123
1124 * which-func.el: Update maintainer line.
1125
1126 * pcvs.el (uniquify-buffer-file-name): Remove advice.
1127 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
1128 (uniquify-buffer-file-name): Use it.
1129
8f62f2b8
MB
11302000-11-22 Miles Bader <miles@gnu.org>
1131
1132 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
1133 * simple.el (minibuffer-avoid-prompt): New function.
1134
fb279a6d
GM
11352000-11-21 Gerd Moellmann <gerd@gnu.org>
1136
1137 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
1138
867092e9
MB
11392000-11-21 Miles Bader <miles@gnu.org>
1140
ef860850
MB
1141 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
1142 inclusion of `track-mouse'.
1143
867092e9
MB
1144 * textmodes/refill.el (refill-ignorable-overlay): New variable.
1145 (refill-adjust-ignorable-overlay): New function.
1146 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
1147 only the paragraph's tail if possible.
1148 Update `refill-ignorable-overlay'.
1149 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
1150
1151 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1152 point inside the fill-prefix.
1153
1154 * textmodes/refill.el (refill-post-command-function): Don't reset
1155 refill-doit in the case where a self-insertion command doesn't
1156 case a refill. Use `refill-fill-paragraph-at', getting position
1157 from `refill-doit'.
1158 (refill-after-change-function): Set `refill-doit' to END.
1159 (refill-fill-paragraph-at): New function, mostly from old
1160 refill-fill-paragraph.
1161 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
1162 (refill-pre-command-function): New function.
1163 (refill-mode): Add it to `pre-command-hook'.
1164
ff9ab414
GM
11652000-11-20 Gerd Moellmann <gerd@gnu.org>
1166
29a01b72
GM
1167 * textmodes/artist.el (artist-mode): Fix autoload cookie.
1168
ff9ab414
GM
1169 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
1170 javadoc tags.
eaae8106 1171
885b211b
AS
11722000-11-20 Andre Spiegel <spiegel@gnu.org>
1173
1174 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
1175 vc.el).
1176
eaae8106 1177 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 1178 require vc.
eaae8106
SS
1179
1180 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 1181 checkouts.
eaae8106 1182
d1838556
DL
11832000-11-20 Dave Love <fx@gnu.org>
1184
1185 * Makefile.in (DONTCOMPILE): Omit bindings.el.
1186
2b69bc11 11872000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 1188
2b69bc11
GM
1189 * calculator.el (calculator-paste): Use `if' instead of `and'
1190 and `or'.
1191 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 1192
b95b34e5
GM
11932000-11-19 Gerd Moellmann <gerd@gnu.org>
1194
030de92f
GM
1195 * info.el (info-menu-5): Doc fix.
1196
b95b34e5
GM
1197 * textmodes/artist.el: New file.
1198
54970452
AS
11992000-11-19 Andre Spiegel <spiegel@gnu.org>
1200
eaae8106 1201 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
1202 and differentiate according to checkout model.
1203 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
1204 since this function is only concerned with master state.
1205
eaae8106 1206 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
1207 vc-default-workfile-unchanged-p): Moved here from vc.el.
1208
eaae8106 1209 * vc.el (vc-workfile-unchanged-p,
54970452
AS
1210 vc-default-workfile-unchanged-p): See above.
1211
e5a9dabf
MB
12122000-11-19 Miles Bader <miles@gnu.org>
1213
1214 * image-file.el (insert-image-file): Make `intangible' and
1215 `read-only' properties rear-nonsticky too.
1216
24127af0
GM
12172000-11-18 Gerd Moellmann <gerd@gnu.org>
1218
d392e9c5 1219 * ps-print.el: Update copyright notice.
eaae8106 1220
d392e9c5
GM
1221 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
1222 (tooltip-show): Use the offsets.
1223
24127af0 1224 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 1225 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
1226 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
1227
2b69bc11 12282000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 1229
2b69bc11
GM
1230 * ps-print.el (toplevel): Test for find-coding-system being
1231 fboundp before calling ps-x-find-coding-system.
08ea6f17 1232
66321b2f
SM
12332000-11-16 Stefan Monnier <monnier@cs.yale.edu>
1234
1235 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
1236 (vc-version-backup-file): Docstring fix.
1237
046110c6
GM
12382000-11-16 Gerd Moellmann <gerd@gnu.org>
1239
4104194e
GM
1240 * files.el (basic-save-buffer): Don't add a newline if
1241 find-file-literally is non-nil.
1242 (find-file-literally): Extend doc string.
1243
046110c6
GM
1244 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
1245 sort(1) with the `-f' argument.
1246
6505c16e
AS
12472000-11-16 Andre Spiegel <spiegel@gnu.org>
1248
fd063975
AS
1249 * vc.el: Updated backend documentation.
1250 (vc-default-check-headers): New function.
1251
3d02dd81 1252 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
1253
1254 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 1255 up-to-date.
eaae8106 1256 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 1257 the minibuffer is not active.
fd063975 1258
eaae8106 1259 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 1260 `vc-cvs-use-edit' is on.
eaae8106
SS
1261 (vc-cvs-checkout): When this is used for reverting the workfile,
1262 make a backup of the original contents and revert to that in case
8791d617 1263 of error.
eaae8106 1264 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 1265 remote repositories.
eaae8106 1266
6505c16e
AS
1267 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
1268 for both version and ratio in the minibuffer.
fd063975 1269
eaae8106 1270 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 1271 Use vc-do-command to perform the annotation, not call-process.
6505c16e 1272
a13f0660
KH
12732000-11-16 Kenichi Handa <handa@etl.go.jp>
1274
1275 * international/quail.el (quail-start-translation): Don't call
1276 `message' before reading key sequence.
1277
1389a414
MB
12782000-11-16 Miles Bader <miles@lsi.nec.co.jp>
1279
1280 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
1281
9256a532
KH
12822000-11-16 Kenichi Handa <handa@etl.go.jp>
1283
1284 * window.el (fit-window-to-buffer): Be sure to acquire at least
1285 one text line even if the buffer is empty.
1286
0e14fe9f
GM
12872000-11-16 Gerd Moellmann <gerd@gnu.org>
1288
eaae8106 1289 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
1290 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
1291 ange-ftp-process-verbose to nil.
1292
da645c53
DL
12932000-11-15 Dave Love <fx@gnu.org>
1294
233d5cde
DL
1295 * wid-edit.el (widget-specify-field, widget-specify-button): If
1296 :help-echo is a function, set help-echo of overlay to
1297 widget-mouse-help.
1298 (widget-mouse-help): New function.
1299 (widget-echo-help): Rewritten for :help-echo functions only taking
1300 a widget arg.
1301
b12057b9
DL
1302 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
1303 display-graphic-p.
1304 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
1305 and that JPEG is available.
1306 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
1307
da645c53
DL
1308 * international/mule-cmds.el (locale-charset-language-names):
1309 Match @euro.
1310
6d133d1f
GM
13112000-11-15 Gerd Moellmann <gerd@gnu.org>
1312
1313 * faces.el (face-set-after-frame-default): If
0e14fe9f 1314 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
1315 default face from X resources.
1316
49ac2ac5
EZ
13172000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1318
1319 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
1320 Don't set EMACSLOADPATH.
1321
4fb0a34c
EZ
13222000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1323
1324 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
1325 texinfo-insert-@url.
1326 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
1327 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
1328
bb304a7a
SM
13292000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1330
82bc80bf
SM
1331 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
1332 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
1333 (checkdoc-minor-keymap): Backward compatibility.
1334 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
1335 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
1336 (checkdoc-this-string-valid-engine): Be a bit more strict
1337 to avoid matching substrings of `...' quoted vars/funs.
1338 (checkdoc-defun-info): Only look for `interactive' if alone.
1339 (debug-ignored-errors): Add "arg doesn't appear in docstring".
1340
e8c87124
SM
1341 * progmodes/compile.el (grep): `tag-default' can be nil.
1342
bb304a7a
SM
1343 * newcomment.el (comment-indent): Paren typo.
1344
8628686a
DL
13452000-11-14 Dave Love <fx@gnu.org>
1346
25c269ef
DL
1347 * calculator.el: New maintainer version.
1348
66321b2f 1349 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 1350
8628686a
DL
1351 * cmuscheme.el: Doc fixes.
1352 (cmuscheme) <defgroup>: Use `scheme' as parent.
1353 (cmuscheme-program-name): Remove. Change uses to
1354 scheme-program-name.
1355
1356 * xscheme.el (scheme-program-name): Don't define here.
1357
1358 * progmodes/scheme.el (scheme-program-name): New variable
1359 (originally in cmuscheme).
1360
88f0a1eb
MB
13612000-11-14 Miles Bader <miles@gnu.org>
1362
1363 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
1364 Handle header-lines. Don't loop forever if we can't enlarge the
1365 window anymore. Simplify a bit.
1366
cd9a000c
KH
13672000-11-14 Kenichi Handa <handa@etl.go.jp>
1368
1369 * window.el (fit-window-to-buffer): Don't check
1370 window-text-height. Assure that the last line is fully visible.
1371
1372 * international/quail.el (quail-show-guidance-buf): Call
1373 fit-window-to-buffer to assure the enough height of the guidance
1374 buffer.
1375 (quail-update-guidance): Avoid making the guidance buffer shorter.
1376
d3fcda22
SM
13772000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1378
bdbd9606
SM
1379 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
1380 rather than `prepend' and add an interesting comment.
1381 (tex-math-face, tex-font-lock-syntactic-face-function):
1382 New face and function to use it.
1383 (tex-define-common-keys, tex-mode-map): Use menu-item rather
1384 than `menu-enable' symbol property.
1385 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
1386 (tex-mode): Add some latex-mode commands for auto-selection.
1387 Use tex-font-lock-syntactic-face-function.
1388 (tex-insert-quote): Simplify.
1389 (tex-shell): New mode.
1390 (tex-start-shell): Use it.
1391 (tex-shell-proc, tex-shell-buf): New functions.
1392 (tex-send-command): Use it.
1393 (tex-main-file): Fix the meaning of the new arg REALFILE.
1394 (tex-send-tex-command): New function split from `tex-start-tex'.
1395 Set compilation-last-buffer and compilation-parsing-end.
1396
d3fcda22
SM
1397 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
1398 when it follows non-comment text on the line.
1399
1400 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1401 Set font-lock-defaults.
1402 (lisp-mode-shared-map): Init inside the defvar.
1403 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
1404 Use define-derived-mode.
1405
bdab1d43
MB
14062000-11-14 Miles Bader <miles@lsi.nec.co.jp>
1407
1408 * faces.el (header-line): Use `:box nil' for color/gs displays too.
1409
936ae731
GM
14102000-11-14 Gerd Moellmann <gerd@gnu.org>
1411
1412 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
1413 recursively optimize body because that can lead to infinite
1414 recursion; see comment there.
1415
1695ca2b
EZ
14162000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
1417
1418 * faces.el (face-spec-set-match-display): Revert the change from
1419 2000-10-24. Add a FIXME for after v21.1.
1420
9d348294
MB
14212000-11-13 Miles Bader <miles@gnu.org>
1422
1423 * textmodes/fill.el (skip-line-prefix): New function.
1424 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
1425 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
1426 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1427 point inside the fill-prefix.
9d348294 1428
b85fa13c
MB
14292000-11-13 Miles Bader <miles@lsi.nec.co.jp>
1430
1431 * calendar/calendar.el (generate-calendar-window): Use
1432 `fit-window-to-buffer'.
1433
a0b47716
SM
14342000-11-12 Stefan Monnier <monnier@cs.yale.edu>
1435
1436 * gud.el (gud-minor-mode): New var.
1437 (gud-symbol, gud-val): New functions.
1438 (gud-find-file): Copy gud-minor-mode to the new buffer.
1439 (gud-menu-map): Include entries for commands that are not always
1440 available, using :enable to (de)activate them.
1441 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
1442 (gud-mode-map): New map.
eaae8106 1443 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
1444 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
1445 Don't set up gud's menu (it's done by the minor-mode).
1446 (gud-minibuffer-local-map): New.
1447 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
1448 (gud-query-cmdline): New function.
1449 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
1450 (gud-mode): Use define-derived-mode.
1451 Don't set up gud's menu (it's done by the minor-mode).
1452 (gud-chop-words): Remove.
1453 (gud-common-init): Use split-string instead.
1454 (gud-new-keymap, gud-make-debug-menu): Eradicate.
1455
1456 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
1457 Add keyword arg :name.
1458
1459 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
1460 (diff-count-matches, diff-split-hunk): New functions.
1461 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
1462
1463 * pcvs-info.el (cvs-fi-conflict-face): New var.
1464
1465 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
1466 Make it into a simple syntax-table, shared among all submodes.
1467 (sh-heredoc-face): Re-introduce.
1468 (sh-font-lock-syntactic-face-function): New function.
1469 (sh-mode): Use it. Also use define-derived-mode.
1470 Remove old bogus setting of indent-region-function.
1471 (sh-set-shell): Don't set the syntax-table any more.
1472 (sh-mode-syntax-table) <defun>: Remove.
1473
f5ed37df
MB
14742000-11-12 Miles Bader <miles@gnu.org>
1475
1476 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
1477 message if interactive.
1478
0b074c2f
DL
14792000-11-12 Dave Love <fx@gnu.org>
1480
1481 * mail/feedmail.el: Fix header,
1482 (feedmail) <defgroup>: Add :link.
1483
1484 * view.el: Use local-map property, not keymap on mode-line string.
1485
1486 * scroll-all.el (scroll-all-mode): Customize variable. Add
1487 autoload cookie to function.
1488
1489 * lazy-lock.el: Remove compatibility code.
1490
1491 * finder.el (finder-known-keywords): Add `files', remove `vms'.
1492 (finder-help-echo): New variable.
1493 (finder-mouse-face-on-line): Add help-echo stuff.
1494 (finder-list-keywords, finder-list-matches): Use mapc.
1495
1496 * faces.el (face-font-registry-alternatives): Add :version.
1497
1498 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
1499 tags-table-list.
1500
a0b47716 1501 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 1502
a0b47716 1503 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
1504 (mail-mode): Use [:alnum:] in some regexps.
1505
6d502396
DL
15062000-11-10 Dave Love <fx@gnu.org>
1507
1508 * ediff.el (ediff-regions-internal, ediff-documentation):
1509 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
1510 fundamental mode.
1511
1512 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
1513 buffer into fundamental mode.
1514 (ediff-set-difference): Use copy-sequence if available.
1515
1516 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
1517 ediff-patch-map non-nil.
1518 (ediff-fixup-patch-map, ediff-fixup-patch-map)
1519 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
1520 buffer into fundamental mode.
1521
1522 * ediff-merg.el (state-or-merge): Defvar when compiling.
1523
a82fe213
JR
15242000-11-10 Jason Rumney <jasonr@gnu.org>
1525
1526 * w32-fns.el (w32-add-charset-info): New function.
1527 (w32-charset-info-alist): Use it.
1528
52d89894
GM
15292000-11-10 Gerd Moellmann <gerd@gnu.org>
1530
1531 * faces.el (face-font-registry-alternatives): New user-option.
1532
178932de
SM
15332000-11-10 Stefan Monnier <monnier@cs.yale.edu>
1534
d7fa3319
SM
1535 * textmodes/texinfo.el (texinfo-block-default): New var.
1536 (texinfo-insert-block): Use it. Insert a newline if needed.
1537
178932de
SM
1538 * textmodes/fill.el (fill-indent-according-to-mode): New var.
1539 (fill-region-as-paragraph): Use it.
1540
1541 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
1542 (latex-mode): Tweak tex-*-(head|trail)er regexps.
1543 Tweak paragraph regexps to allow a leading [ \t]*.
1544 (tex-latex-block): Insert a newline if necessary.
1545 (latex-insert-item): Only insert a newline if necessary.
1546 (tex-guess-main-file): New function.
1547 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
1548 Set tex-main-file if TeX-master is provided.
1549 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
1550
bd02b8e0
GM
15512000-11-10 Gerd Moellmann <gerd@gnu.org>
1552
1553 * startup.el (command-line): Set the default tooltip-mode
1554 to t for graphical displays which implement x-show-tip.
1555
1556 * tooltip.el (tooltip-mode): Add a comment about startup.el
1557 setting the default value of this user-option.
1558
b29b03eb
SM
15592000-11-09 Stefan Monnier <monnier@cs.yale.edu>
1560
1561 * font-lock.el (font-lock-*-face) <defvar>: Move.
1562 (font-lock-defaults-alist): Mark obsolete.
1563 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
1564 (font-lock-mode): Use define-minor-mode.
1565 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
1566 (font-lock-turn-off-thing-lock): Be more explicit.
1567 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
1568 (font-lock-syntactic-face-function): New var.
1569 (font-lock-fontify-syntactically-region): Use it.
1570 (font-lock-doc-face): New.
1571
1572 * pcvs.el (cvs-enabledp): Ignore errors.
1573 (cvs-commit-filelist): Never query.
1574 (cvs-mode-insert): Always add a terminating / in the initial prompt.
1575 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
1576 (cvs-do-removal): Use cvs-partition rather than delete-if.
1577 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
1578 cvs-bury-buffer.
1579
1580 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1581 Allow `next' to jump to after the end of the last match.
1582
778fbc46
GM
15832000-11-09 Gerd Moellmann <gerd@gnu.org>
1584
730c746c
GM
1585 * simple.el (byte-compiling-files-p): New function.
1586
1587 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
1588 if it is there.
1589
1590 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
1591 nil again.
1592
778fbc46
GM
1593 * textmodes/ispell.el (ispell-library-path): Don't call
1594 check-ispell-version when byte-compiling because that starts
1595 an ispell process, and ispell might not be installed.
1596 (toplevel): Don't set up a menu when byte-compiling.
1597
1598 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
1599 it, so that a boundp test can be used to determine if we're
1600 currently byte-compiling.
1601
5912c5bb
DL
16022000-11-09 Dave Love <fx@gnu.org>
1603
1604 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
1605 eval-after-load.
1606
7bb054a5
GM
16072000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1608
1609 * ps-print.el: Patch for variable initialization when spooling. Doc
1610 fix.
1611 (ps-output-list): Fun eliminated.
1612 (ps-begin-file, ps-begin-job): Code fix.
1613
9db2706e
DL
16142000-11-08 Dave Love <fx@gnu.org>
1615
1616 * ediff-wind.el (ediff-control-frame-parameters): Zero
1617 tool-bar-lines.
1618
f7eb32aa
GM
16192000-11-08 Gerd Moellmann <gerd@gnu.org>
1620
1621 * simple.el (shell-command, display-message-or-buffer)
1622 (shell-command-on-region): Mention resize-mini-windows in the doc
1623 string.
1624 (display-message-or-buffer): Take the value of resize-mini-windows
1625 into account.
1626
7b01b08c
GM
16272000-11-07 Gerd Moellmann <gerd@gnu.org>
1628
acad3c0b
GM
1629 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
1630
7b01b08c
GM
1631 * dired.el (dired-between-files): Add `^. find' as an alternative
1632 to the regular expression, for find-dired.
1633
6f602bd0
SM
16342000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1635
1636 * textmodes/texnfo-upd.el: Require texinfo.
1637 (defmacro, defgroup): Remove.
1638 (texinfo-section-to-generic-alist): Remove.
1639 Use texinfo-section-list instead (i.e. level is changed string->int).
1640 (texinfo-filter): New function.
1641 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
1642 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
1643 Use it. And use regexp-opt.
1644 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
1645 (texinfo-update-menu-region-beginning)
1646 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
1647 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
1648 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 1649 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
1650 (texinfo-sequential-node-update): Remove autoload cookie.
1651
1652 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
1653 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
1654 (texinfo-chapter-level-regexp): Remove.
1655 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
1656
bb216218
DL
16572000-11-06 Dave Love <fx@gnu.org>
1658
6f602bd0 1659 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 1660
6f602bd0
SM
1661 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1662 Match defun*.
bb216218 1663
ff8dd5d5
KH
16642000-11-06 Kenichi Handa <handa@etl.go.jp>
1665
1666 * composite.el (composition-function-table): Variable declaration
1667 moved to src/composite.c.
1668 (compose-chars-after): New optional arg object.
1669
e9da51a1
GM
16702000-11-06 Gerd Moellmann <gerd@gnu.org>
1671
e0c12c68
GM
1672 * bindings.el (mode-line-toggle-read-only)
1673 (mode-line-toggle-modified, mode-line-widen)
1674 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
1675 (make-mode-line-mouse2-map): Rewritten.
1676 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
1677 functions so that C-h k can show something with a doc string.
eaae8106 1678
e9da51a1
GM
1679 * startup.el (fancy-splash-delay): Set to 10 seconds.
1680 (fancy-splash-max-time): New user-option.
1681 (fancy-splash-stop-time): New variable.
1682 (fancy-splash-screens): Set it. Catch `stop-splashing'.
1683 (fancy-splash-screens-1): Throw `stop-splashing' when current
1684 time is greater than fancy-splash-stop-time.
1685
611dbdf0
SM
16862000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1687
4d2806e2
SM
1688 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
1689
611dbdf0
SM
1690 * pcvs.el (cvs-mode-marked): New arg `noquery'.
1691 Prompt user for a file rather than raising an error.
1692 (cvs-enabledp): Fix call to cvs-mode-marked.
1693 (cvs-insert-file): New function (extracted from cvs-mode-insert).
1694 (cvs-mode-insert): Use it. Change the init prompt' value.
1695 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
1696
1697 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
1698 Don't pass default arg to ewoc-locate.
1699 (ewoc-collect): Return result in the right order.
1700
1701 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
1702
1703 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
1704 (cvs-status-get-tags): Fix regexp.
1705 (cvs-status-trees, cvs-status-cvstrees):
1706 Combine after change hooks and don't sit-for.
4d2806e2
SM
1707 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
1708 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
1709 Use make-char rather than hard-coded cryptic data.
1710 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
1711
1712 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
1713
1714 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
1715 (cvs-insert-strings): New function.
1716
937b2877
MB
17172000-11-06 Miles Bader <miles@lsi.nec.co.jp>
1718
1719 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
1720 `mwheel-scroll-amount'.
1721 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
1722 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
1723 string-matching against the version string.
1724
c6c97763
KH
17252000-11-06 Kenichi Handa <handa@etl.go.jp>
1726
6eaec747
KH
1727 * language/thai.el ("Thai"): Set a lisp form that produces
1728 composed string in `sample-text' language info.
1729
1730 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
1731 composed string in `sample-text' language info.
1732
1733 * international/mule-cmds.el (describe-language-environment): Eval
1734 `sample-text' data and insert the result.
1735
c6c97763
KH
1736 * international/mule-conf.el (compound-text): Define this coding
1737 system here. Make x-ctext and ctext aliases of it.
1738
1739 * language/european.el (compound-text, ctext): Moved to
1740 international/mule-conf.el.
1741
d1145f85
AI
17422000-11-05 Andrew Innes <andrewi@gnu.org>
1743
1744 * w32-fns.el (w32-version): New function.
1745
178a6a45
SM
17462000-11-05 Stefan Monnier <monnier@cs.yale.edu>
1747
1748 * progmodes/awk-mode.el: Update copyright.
1749 (awk-mode-abbrev-table): Remove.
1750 (awk-font-lock-keywords): Use regexp-opt.
1751 (awk-mode): Use define-derived-mode.
1752
1753 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
1754 when extracting a suffix.
1755
1ba90166
AS
17562000-11-04 Andre Spiegel <spiegel@gnu.org>
1757
1758 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
1759 auto-save-mode.
1760
546790cb
JR
17612000-11-04 Jason Rumney <jasonr@gnu.org>
1762
1763 * language/european.el (decode-mac-roman): Test against r1 not r0.
1764
d247e32d
SM
17652000-11-03 Stefan Monnier <monnier@cs.yale.edu>
1766
fbf44f44
SM
1767 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
1768 (icon-mode): Define indent-line-function.
1769 (icon-comment-indent): Simplify.
1770 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
1771
1772 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
1773
1774 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
1775 Bind change-log-default-mode to defeat the caching done on it.
1776 Don't bother saving excursion any more.
1777
1778 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
1779
1780 * frame.el (after-setting-font-hook): Rename hooks -> hook.
1781 (set-frame-font): Use the new name (and the old for compatibility).
1782
eaae8106
SS
1783 * toolbar/tool-bar.el (tool-bar-mode):
1784 * time.el (display-time-mode):
1785 * recentf.el (recentf-mode):
1786 * paren.el (show-paren-mode):
1787 * mwheel.el (mouse-wheel-mode):
1788 * msb.el (msb-mode):
1789 * jka-compr.el (auto-compression-mode):
1790 * image-file.el (auto-image-file-mode):
1791 * hl-line.el (hl-line-mode):
1792 * delsel.el (delete-selection-mode):
1793 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
1794 * complete.el (partial-completion-mode): Drop unneeded positional args.
1795
eaae8106 1796 * info.el (Info-mode):
79372165 1797 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 1798
d247e32d
SM
1799 * log-edit.el (log-edit-menu): New menu.
1800
4921558e
MB
18012000-11-03 Miles Bader <miles@gnu.org>
1802
1803 * wid-edit.el (widget-end-of-line): Reinstate, with a new
1804 definition, so that trailing spaces are handled properly.
1805 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
1806
1fc02b3c
GM
18072000-11-03 Gerd Moellmann <gerd@gnu.org>
1808
1809 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
1810 tab character.
1811 (fancy-splash-screens): Set tab-width to 20.
1812
51d001f7
DL
18132000-11-03 Dave Love <fx@gnu.org>
1814
1815 * comint.el (comint-completion-addsuffix): Fix custom type.
1816
ba22aeff
SM
18172000-11-02 Stefan Monnier <monnier@cs.yale.edu>
1818
1819 * font-lock.el (font-lock-buffers): Remove.
1820 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
1821 (font-lock-change-major-mode): Remove.
1822 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
1823 (font-lock-default-fontify-region): Extend the multiline
1824 fontification to whole lines.
1825 (font-lock-fontify-anchored-keywords)
1826 (font-lock-fontify-keywords-region): If matching just one
1827 line (with \n) only mark the \n as multiline.
1828
1829 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
1830 Correctly handle the case where several :group args are supplied.
1831 Allow :extra-args.
1832 (easy-mmode-define-global-mode): Allow :extra-args.
1833 Correctly handle the case where several :group args are supplied.
1834
9c887ada
MB
18352000-11-02 Miles Bader <miles@gnu.org>
1836
eaae8106 1837 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
1838 (holiday-face): Remove dependency on `window-system'.
1839
7f25090d
KR
18402000-11-02 Ken Raeburn <raeburn@gnu.org>
1841
1842 * Makefile.in (emacs): Set EMACSLOADPATH always.
1843 (update-authors, .el.elc, compile-files): Don't do it explicitly
1844 here.
9b911107 1845 (compile-files): Bomb out if compilation of a file fails.
7f25090d 1846
7dd6009c
DL
18472000-11-02 Dave Love <fx@gnu.org>
1848
1849 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
1850
94821e4f
EZ
18512000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
1852
1853 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
1854 punctuation in the warning inserted into the *mail* buffer.
1855
1ac3fc42
GM
18562000-11-02 Gerd Moellmann <gerd@gnu.org>
1857
57731876
GM
1858 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
1859 (authors-public-domain-p): New function.
1860 (authors-print): Use it.
1861
975f82c9
GM
1862 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
1863
1ac3fc42
GM
1864 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
1865
4b3eb10f
GM
18662000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1867
975f82c9 1868 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
1869 (ps-print-version): New version number (6.3.1).
1870 (ps-even-or-odd-pages): Customization fix.
1871 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
1872 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
1873 (ps-page-count): Var replaced by `ps-page-column'.
1874 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
1875 (ps-print-sheet-p): New fun.
1876
7da794df
MB
18772000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1878
1879 * tooltip.el (tooltip-gud-tips-setup): New function.
1880 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
1881 (tooltip-mode): Call tooltip-gud-tips-setup.
1882 (tooltip-gud-tips): Use `gud-basic-call' instead of
1883 process-send-string, so the prompt gets frobbed appropriately.
1884 Handle nil return value from `tooltip-gud-print-command'.
1885
0e40b809
EL
18862000-11-01 Eric M. Ludlam <zappo@ultranet.com>
1887
1888 * comint.el (comint-add-to-input-history): New function.
1889 (comint-send-input): Use `comint-add-to-input-history'.
1890
50ada0db
MB
18912000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1892
973a3104
MB
1893 * info.el (info-menu-header): New face.
1894 (Info-fontify-menu-headers): New function.
1895 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
1896
50ada0db
MB
1897 * info.el (Info-insert-dir): Don't include blank lines at
1898 beginning of additional dir files (one is added automatically).
1899
bff53411
SM
19002000-11-01 Stefan Monnier <monnier@cs.yale.edu>
1901
1902 * emacs-lisp/easy-mmode.el (define-minor-mode):
1903 Revert the latest changes.
1904 Allow the three positional arguments to be skipped and replaced
1905 by keyword arguments.
1906 Add a :toggle argument to determine whether a nil arg means toggle
1907 or means turn-on. The default is unchanged.
1908 Add a call to force-mode-line-update.
1909
6b8a0b2d
DL
19102000-11-01 Dave Love <fx@gnu.org>
1911
1912 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
1913 cookie.
1914
5bf99100
MB
19152000-11-01 Miles Bader <miles@lsi.nec.co.jp>
1916
1917 * calendar/calendar.el (diary-face, holiday-face): Add
1918 dark-background variants.
1919
a4032611
SS
19202000-10-31 Sam Steingold <sds@gnu.org>
1921
1922 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
1923 `tex-main-file' does not have directory in it.
1924
c286608e
SM
19252000-10-31 Stefan Monnier <monnier@cs.yale.edu>
1926
1927 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
1928
4836835a
TTN
19292000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
1930
1931 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
1932 functional change.
1933
26dcb81b
GM
19342000-10-31 Gerd Moellmann <gerd@gnu.org>
1935
1936 * files.el (find-file-noselect): When we expand a wildcard, return
1937 a list of buffers, as we should do according to the doc string.
1938
49fc4500
KR
19392000-10-31 Ken Raeburn <raeburn@gnu.org>
1940
1941 * loadup.el (top level): Adjust load path if program name is
1942 "../src/bootstrap-emacs", in case it's not dumped and thus the
1943 load path adjustment hasn't already been done.
1944
ea0c615d
GM
19452000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1946
1947 * ps-print.el: Fix bug on selected pages for printing. Use
1948 `color-values' for Emacs 21. Ensure fontification when jit-lock
1949 is on. Try to avoid warning messages when compiling. Doc Fix.
1950 (ps-print-version): New version number (6.3).
1951 (ps-color-device): Use `color-values' to determine if device
1952 supports color.
1953 (ps-color-values): Try to use `x-color-values' when using XEmacs.
1954 (ps-print-page-p): Changed from defsubst to defun.
1955 (ps-page-number): Changed from defmacro to defun.
1956 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
1957 printing.
c286608e 1958 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
1959 (ps-end-file, ps-dummy-page): Funs eliminated.
1960 (ps-print-color-scale): Changed default value.
1961 (ps-page-n-up, ps-print-page-p): New internal vars.
1962 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
1963 (ps-plot-region, ps-generate, ps-end-job): Code fix.
1964
9e20722f
GM
1965 * delim-col.el: Little programming improvement.
1966 (delimit-columns-str): New macro.
1967 (delimit-columns-region, delimit-columns-rectangle): Code fix.
1968
d7a0fd00
KH
19692000-10-31 Kenichi Handa <handa@etl.go.jp>
1970
c286608e
SM
1971 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
1972 Moved to european.el.
d7a0fd00
KH
1973 (ccl-encode-mac-roman-font, fontset-mac): Modified for
1974 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
1975 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
1976 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 1977
234be340
DL
19782000-10-30 Dave Love <fx@gnu.org>
1979
1980 * progmodes/cc-menus.el (imenu-generic-expression)
1981 (imenu-progress-message): Only defvar when compiling.
1982
4edc4a39
DL
1983 * emacs-lisp/elp.el (elp-unload-hook): New function.
1984
1985 * loadhist.el (unload-feature): Call elp-restore-function,
1986 checking for symbols; don't use elp-restore-all.
1987 (loadhist-hook-functions): Doc fix.
1988
70c825df
SM
19892000-10-30 Stefan Monnier <monnier@cs.yale.edu>
1990
1991 * log-edit.el (log-edit-confirm): Fix the default.
1992
1d3baf74
GM
19932000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1994
1995 * delim-col.el: Little fix: replace delimit-columns-align-columns by
1996 delimit-columns-format.
1997 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 1998
1ec321a7
MB
19992000-10-30 Miles Bader <miles@lsi.nec.co.jp>
2000
2001 * comint.el (comint-replace-by-expanded-history): Don't use
2002 comint-get-old-input (we're not looking at *old* input).
2003 (comint-get-old-input-default): If using fields, signal an error
2004 when the point is not in an input field.
2005
70737ea9
KH
20062000-10-30 Kenichi Handa <handa@etl.go.jp>
2007
2008 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
2009 and mule-unicode-e000-ffff.
2010
fa0cb51d 2011 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
2012 (make-coding-system): Accept a symbol of translation table as a
2013 value of property `safe-chars'.
2014
2015 * international/mule-cmds.el (encode-coding-char): Check property
2016 safe-chars instead of safe-charsets.
2017
2018 * international/fontset.el (fontset-default): Modified for
2019 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
2020 (x-font-name-charset-alist): Likewise.
2021 (ccl-encode-unicode-font): New CCL program. Record it in
2022 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
2023
70c825df
SM
2024 * language/european.el (mac-roman-decoder, mac-roman-encoder):
2025 New translation tables.
70737ea9
KH
2026 (decode-mac-roman, encode-mac-roman): Definition of these CCL
2027 programs are modified and moved from mac-win.el.
2028 (mac-roman): Definition of this coding system is modified and
2029 moved from mac-win.el.
4836835a 2030
fda2ce24 20312000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 2032
1d3baf74 2033 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 2034 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 2035
dd4d3cb6
MB
20362000-10-29 Miles Bader <miles@gnu.org>
2037
2038 * custom.el (custom-add-to-group): Allow multiple entries for a
2039 given value OPTION, as long as their widget types are different.
2040 * cus-edit.el (custom-face-value-create): If face name doesn't end
2041 with "face", add such here (similar to custom group widgets).
2042
2043 * comint.el (comint-highlight-prompt): Add :type.
2044
dace60cf
JW
20452000-10-28 John Wiegley <johnw@gnu.org>
2046
2047 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
2048 Changed this function to operate on a temporary buffer instead of
2049 the main buffer. This not only keeps flyspell from marking a
2050 buffer as changed that wasn't, but it solves the jumpy cursor
2051 problem when attempts are made to edit incorrect words.
2052 (flyspell-maybe-correct-doubling): Same change as for
2053 `flyspell-maybe-correct-transposition'.
2054
2055 * calendar/timeclock.el (timeclock-log): Doc fix.
2056 (timeclock-last-event): Doc fix.
2057 (timeclock-log): Kill the timelog buffer after appending a new
2058 event.
2059 (timeclock-find-discrep): Use a temp buffer to read in the
2060 timelog, instead of visiting the file.
2061 (timeclock-log-data): A new function, along with a host of helper
2062 functions, for the purpose of making timelog data accessible to
2063 programmers.
2064
2065 * eshell/esh-mode.el (window-height test): Make certain that
2066 `eshell-stringify-t' is non-nil.
2067 (eshell-password-prompt-regexp): Changed to a much simpler
2068 password regexp.
2069 (eshell-send-input): If `eshell-invoke-directly' returns t,
2070 directly invoke the parsed command using `eval'. This improves
2071 turn-around time on simple commands by a factor of three or
2072 greater, such as cd, ls, pwd, etc. -- which get used very often.
2073 It also conserves thousands of cons cells per call (since
2074 `eshell-do-eval' consumes memory like a Cookie Monster set loose
2075 in the Pacific Cookie Company).
2076
2077 * eshell/esh-test.el (eshell-test): Whitespace fix.
2078
2079 * eshell/em-ls.el (eshell-ls-insert-directory): Make
2080 `eshell-ls-initial-args' nil when inserting directory contents.
2081
2082 * eshell/em-script.el (eshell-script-initialize): Add names to
2083 `eshell-complex-commands, since `source' and `.' are complex.
2084
0467b076
EZ
2085 * eshell/esh-cmd.el (eshell-rewrite-for-command)
2086 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
2087 `eshell-copy-handles'.
2088 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
2089 bodies.
2090 (eshell-separate-commands): Whitespace fix.
2091 (eshell-complex-commands): Added a new list of names, for
2092 determining whether a given command is as simple as it looks.
2093 (eshell-invoke-directly): New function. Returns t if a command
2094 should be invoked directly (using `eval'), rather than indirectly
2095 using `eshell-do-eval'.
2096 (eshell-do-eval): Whitespace fix.
2097
2098 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
2099 which provides an emulation of the DOS shell behavior of assuming
2100 that cp/mv/ln should copy/move/link to the current directory.
2101 (eshell-remove-entries): Added a doc string.
2102 (eshell-shuffle-files): Removed the check for `target' being null.
2103 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
2104 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
2105 it to do a smarter check of whether a destination was provided.
2106 (eshell/mv, eshell/cp): Enable `:preserve-args'.
2107 (eshell/ln): Enable `:preserve-args', and use
2108 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
2109 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
2110 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
2111 list after flattening it. This makes it possible to cat files
2112 with numerical names.
2113 (eshell-unix-initialize): Added several names to
2114 `eshell-complex-commands.
2115 (eshell-unix-command-complex-p): Return t if a given command name
2116 may result in external processes being invoked.
2117
2118 * eshell/em-glob.el (eshell-glob-show-progress): Make this
2119 variable nil by default, since it slows down glob processing by a
2120 factor of two or more, and increases memory consumption.
2121
2122 * eshell/em-smart.el: Added a note about how memory consumptive
2123 smart display mode can be (at least this is true in Emacs 21).
2124 (eshell-smart-initialize): Whitespace fix.
2125 (eshell-refresh-windows): Use `if' instead of `when'.
2126 (eshell-smart-scroll-window): Calling `save-current-buffer' was
2127 not necessary.
2128 (eshell-currently-handling-window): Added a missing global
2129 variable.
2130
2131 * eshell/em-ls.el (eshell-do-ls): Code simplification.
2132 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
2133 Whitespace fix.
2134 (eshell-ls-exclude-hidden): Added this variable in addition to
2135 `eshell-ls-exclude-regexp'. This one prevents files beginning
2136 with . from even being read, which can improve memory consumption
2137 quite a bit.
2138 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
2139 read file entries beginning with a dot. In home directories with
2140 lots of hidden files, fully two-thirds of the time spent in ls is
2141 used to read directory entries that are immediately thrown away.
2142 (eshell-ls-initial-args): Added back this configuration variable,
2143 for specifying default initial arguments to every call to ls.
2144 Much faster than using an alias to do the same thing.
2145 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
2146 (eshell-ls-dir): Whitespace change.
2147
2148 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
2149
2150 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
2151 available.
2152 (eshell-stringify-t): Added a customization variable, to indicate
2153 whether `t' should be rendered as a string at all. If not, one
2154 can still determine if the result of an expression is true using
2155 "file-exists-p FILE && echo true".
2156 (eshell-stringify): If `eshell-stringify-t' is nil, don't
2157 stringify t!
2158
2159 * eshell/esh-module.el: Whitespace fix.
2160
2161 * eshell/em-alias.el (eshell-alias-initialize): Added
2162 `eshell-command-aliased-p' to `eshell-complex-commands'.
2163 (eshell-command-aliased-p): New function that returns t if a
2164 command name names an aliased.
2165
657f9cb8 21662000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 2167
0467b076 2168 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 2169 redrawing the screen when changing cursor color.
0467b076
EZ
2170 (viper-insert-state-pre-command-sentinel)
2171 (viper-replace-state-pre-command-sentinel)
70c825df
SM
2172 (viper-replace-state-post-command-sentinel):
2173 Use viper-preserve-cursor-color.
657f9cb8
MK
2174 Many functions changed to use viper= instead of = when comparing
2175 characters.
0467b076 2176 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 2177 working with characters.
0467b076 2178 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
2179 Many functions changed to use viper= instead of = when comparing
2180 characters.
0467b076 2181 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 2182
0467b076 2183 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 2184 Several typos fixed in various docstrings.
0467b076
EZ
2185 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
2186 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 2187 hook.
0467b076
EZ
2188 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
2189 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
2190 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
2191 (ediff-get-selected-buffers): New function.
2192 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
2193 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 2194 save-window-excursion.
0467b076 2195 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 2196 termination check in while loop.
0467b076 2197 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 2198 dired buffer.
0467b076
EZ
2199 (ediff-files,ediff-merge-files,ediff-files3)
2200 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 2201
4f490d99
DL
22022000-10-28 Dave Love <fx@gnu.org>
2203
2204 * info.el (Info-fontify-node): Add help-echo for menu items.
2205
45b84006
EZ
22062000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
2207
5ebc02b3
EZ
2208 * startup.el (normal-top-level): If the value of $TERM indicates
2209 we are running from xterm or one of its work-alikes, default to a
2210 light background mode.
2211
45b84006
EZ
2212 Support for -fg, -bg, and -rv command-line arguments for TTYs:
2213 * faces.el (tty-handle-reverse-video): New function.
2214 (tty-create-frame-with-faces): Call it.
2215
2216 * frame.el (frame-notice-user-settings): Don't apply
2217 default-frame-alist and initial-frame-alist to MS-DOS frames.
2218 Call tty-handle-reverse-video, frame-set-background-mode, and
2219 face-set-after-frame-default for non-MS-DOS frames.
2220
2221 * startup.el (tty-long-option-alist): New variable.
2222 (tty-handle-args): New function.
2223 (command-line): Call tty-handle-args.
2224
2225 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
2226 startup.el now does that for all character-terminal frames.
2227
eab6e8b9
MB
22282000-10-28 Miles Bader <miles@gnu.org>
2229
2230 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
2231 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
2232 global. If :global is followed by a non-nil but non-t value,
2233 make the mode buffer-local, but also generate a `global-MODE'
2234 version using `easy-mmode-define-global-mode'. Add
2235 :conditional-turn-on keyword argument.
2236
51a29efc
DL
22372000-10-28 Dave Love <fx@gnu.org>
2238
2239 * international/latin1-disp.el (latin1-char-displayable-p): Don't
2240 use window-system.
2241
d71d7114
EZ
22422000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
2243
2244 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2245 Don't call find-buffer-file-type-coding-system. Instead, just
2246 set eol-type to -unix if inhibit-eol-conversion is in effect, or
2247 if the file is on an untranslated filesystem.
2248 (add-untranslated-filesystem): Use "D" instead of "f" inside
2249 interactive.
2250
1f9cab4b
DL
22512000-10-27 Dave Love <fx@gnu.org>
2252
70c825df 2253 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
2254 (refill-mode): Use it.
2255
70c825df
SM
22562000-10-27 Stefan Monnier <monnier@cs.yale.edu>
2257
2258 * international/quail.el (quail-activate): Don't make-local-hook.
2259
7432cf10
AS
22602000-10-27 Andre Spiegel <spiegel@gnu.org>
2261
4836835a 2262 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 2263 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
2264 (vc-make-version-backup): Don't do it on MS-DOS without long file
2265 names.
4836835a 2266
7432cf10
AS
2267 * vc.el (vc-version-other-window): If an automatic backup of the
2268 desired version exists, rename it instead of copying it.
2269
4836835a
TTN
2270 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
2271 after command. If there's an unexpected error, signal it instead
7432cf10 2272 of being silent.
e1483c38 2273 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 2274
05ea7ef2
MB
22752000-10-27 Miles Bader <miles@lsi.nec.co.jp>
2276
fd1035aa
MB
2277 * shell.el (shell): Add BUFFER argument.
2278 * comint.el (make-comint-in-buffer): New function.
2279 (make-comint): Use it.
2280
05ea7ef2
MB
2281 * faces.el (face-spec-choose): Change syntax so that the list of
2282 attribute-value pairs is now the cdr of each clause, not the cadr.
2283 Detect old-style entries, and handle them. Use pop.
2284
835a55fe
SM
22852000-10-26 Stefan Monnier <monnier@cs.yale.edu>
2286
f5ab1cdd
SM
2287 * cus-edit.el (custom-mode-map): Use a sparse map.
2288 (custom-mode): Don't bother with make-local-hook.
2289
2290 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
2291
835a55fe
SM
2292 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
2293
c13b0ec8
GM
22942000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2295
2296 * ps-print.el: Avoid compilation gripes.
2297 (ps-print-version): New version number (6.2.1).
4836835a 2298
e9f63196
DL
22992000-10-26 Dave Love <fx@gnu.org>
2300
0b95284b
DL
2301 * menu-bar.el: Modify some menu item help strings.
2302 (menu-bar-help-menu): Add link to MORE.STUFF.
2303
e9f63196
DL
2304 * cus-edit.el (custom-mode): Add `special' mode-class property.
2305
2306 * wid-browse.el (widget-browse-mode): Likewise.
2307
2308 * wid-edit.el (widget-specify-field): Revert to using local-map
2309 property, not keymap.
2310
e276a14a
MB
23112000-10-26 Miles Bader <miles@lsi.nec.co.jp>
2312
c1545d88
MB
2313 * wid-edit.el (widget-field-end): When checking for a `boundary'
2314 field, do so in the correct buffer.
2315
3c1b77ca
MB
2316 * simple.el (undo): Correctly distinguish between numeric and
2317 non-numeric prefix args in non-transient-mark-mode, as per the doc
2318 string. When in transient-mark-mode, treat all prefix-args as
2319 numeric.
2320
f5ab1cdd
SM
2321 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
2322 Position point on match. Handle N == 0 correctly.
22626d9d
MB
2323
2324 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
2325 (comint-mode-map): Reverse order of `comint-write-output' and
2326 `comint-append-output-to-file'.
2327 (comint-append-output-to-file): Reinstate this function, for the
2328 benefit of the menu.
2329
d97151cb
SM
23302000-10-25 Stefan Monnier <monnier@cs.yale.edu>
2331
2332 * vc.el (vc-version-other-window): Bind `file'.
2333
ea7d6f5b
GM
23342000-10-25 Gerd Moellmann <gerd@gnu.org>
2335
f5ab1cdd 2336 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
2337
2338 * emacs-lisp/authors.el (batch-update-authors): New function.
2339 (authors-fixed-entries): New defconst.
2340 (authors-add-fixed-entries): New function.
2341 (authors): Call it.: Don't process lispref/.
2342
17c25cea
JR
23432000-10-25 Jason Rumney <jasonr@gnu.org>
2344
2345 * cus-edit.el (custom-button-face, custom-button-pressed-face):
2346 Merge x w32 and mac definitions.
2347
4ecda532
GM
23482000-10-25 Gerd Moellmann <gerd@gnu.org>
2349
2350 * menu-bar.el (menu-bar-options-menu): Add a help string for
2351 `uniquify'.
2352
b6735035
GM
23532000-10-25 Stephen Gildea <gildea@alum.mit.edu>
2354
f5ab1cdd
SM
2355 * time-stamp.el (time-stamp-string-preprocess):
2356 Fix a wrong type argument error.
b6735035 2357
f4cbc7a0
MB
23582000-10-25 Miles Bader <miles@gnu.org>
2359
2360 * recentf.el (recentf-mode): Variable removed.
2361 (recentf-mode): Use `define-minor-mode'.
2362
2363 * mwheel.el (mouse-wheel-mode): New global minor mode.
2364 (mwheel-install): Use `mouse-wheel-mode'.
2365
f4b020f6
DL
23662000-10-25 Dave Love <fx@gnu.org>
2367
f5ab1cdd
SM
2368 * progmodes/cperl-mode.el (cperl-mode):
2369 Set normal-auto-fill-function correctly.
072cb6f9 2370
f4b020f6
DL
2371 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
2372 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 2373 bindings.
f4b020f6 2374
ebe2a441
MB
23752000-10-25 Miles Bader <miles@lsi.nec.co.jp>
2376
ff4dcd4b
MB
2377 * wid-edit.el (widget-field-at): New function.
2378 (widget-at, widget-field-activate): Use it.
2379 (widget-tabable-at): Use `widget-at'.
2380 (widget-specify-field): If the terminating character of the widget
2381 field (which is read-only) is a newline, put it into a special
2382 `boundary' field so that C-n/C-p act more naturally.
2383 (widget-field-end): Also don't subtract one if a special
2384 `boundary' field has been added after the widget field.
2385
ebe2a441
MB
2386 * comint.el (comint-output-filter, comint-send-input): Don't
2387 bother adding stickiness fields to overlays to fool the field
2388 code, since it should notice the overlay insertion-types now.
ff4dcd4b 2389
ebe2a441
MB
2390 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
2391 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
2392 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
2393
fe50b6ab
GM
23942000-10-24 Gerd Moellmann <gerd@gnu.org>
2395
53df4dda
GM
2396 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
2397 (authors): Set file coding system to iso-2022-7bit. Add
2398 file-local variables to output buffer.
2399
4836835a 2400 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
2401 WARN is nil.
2402
53df4dda
GM
24032000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2404
2405 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
2406
2407 * delim-col.el: Now there is a column formatting mechanism.
2408 Modified to customization mechanisms convention. Doc fix.
2409 (columns): New group for delim-col.
2410 (delimit-columns-before, delimit-columns-after)
2411 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
2412 (delimit-columns-end): New vars.
2413 (delimit-columns-customize, delimit-columns-format): New funs.
2414 (delimit-columns-region, delimit-columns-rectangle)
2415 (delimit-columns-rectangle-line): Modified to support column
2416 formatting.
4836835a 2417
a9839779
DL
24182000-10-24 Dave Love <fx@gnu.org>
2419
2420 * log-edit.el (log-edit): Add :version and a :group for vc.
2421
df0267b8
GM
24222000-10-24 Gerd Moellmann <gerd@gnu.org>
2423
9acc3873
GM
2424 * files.el (after-find-file): Don't print a message ``New file''
2425 if WARN is nil.
2426
63e1b552
GM
2427 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
2428 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
2429 get duplicate tool-bar entries because we'll see the global ones
2430 on more than one path through keymaps.
2431
1946f901
GM
2432 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
2433
df0267b8
GM
2434 * progmodes/cmacexp.el: Change Francesco's email address.
2435
ae3b264b
KH
24362000-10-24 Kenichi Handa <handa@etl.go.jp>
2437
2438 * window.el (fit-window-to-buffer): Adjust point of the window
2439 buffer, not that of the current buffer.
2440
23afac01
EZ
24412000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
2442
2443 * progmodes/cmacexp.el: Update the euthor's email address.
2444
22d1a4ed
MB
24452000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2446
2447 * faces.el (face-spec-set-match-display): Add `graphic' display
2448 type (the inverse of `tty'). Use `display-graphic-p' instead of
2449 the window-system variable.
2450
f408aa48
KH
24512000-10-24 Kenichi Handa <handa@etl.go.jp>
2452
2453 * international/isearch-x.el (isearch-with-input-method): Call
2454 input-method-function with the first event in
2455 unread-command-events.
2456
94fe8a31
MB
24572000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2458
2459 * faces.el (face-default-spec, face-user-default-spec): Make
2460 defsubsts.
2461
8f47302e
AC
24622000-10-24 Andrew Choi <akochoi@i-cable.com>
2463
2464 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
2465 New charsets.
2466
2467 * term/mac-win.el: Remove definitions of mac-roman-lower and
2468 mac-roman-upper, require dired, and define instead of set
2469 mac-ready-for-drag-n-drop to avoid compilation error.
2470
446c097e
AI
24712000-10-23 Andrew Innes <andrewi@gnu.org>
2472
2473 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
2474 superfluous calls to subst-char-in-string; instead apply
2475 expand-file-name after convert-standard-filename to ensure
2476 expected directory separators are used.
2477
379b70e7
EZ
24782000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
2479
2480 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
2481
85c766e9
DL
24822000-10-23 Dave Love <fx@gnu.org>
2483
b7e03a67
DL
2484 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2485 (tool-bar-add-item): Set foreground and background for XBM icons.
2486
2487 * international/latin1-disp.el (latin1-char-displayable-p): New
2488 function (from Handa).
2489 (latin1-display-check-font): Use it.
2490
0dcf8835
DL
2491 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
2492 using :key-sequence, making it much more usable. Use nconc, not
2493 append.
2494 (imenu--create-keymap-1): Avoid append.
2495
85c766e9 2496 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 2497
cb3069bb
MB
24982000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2499
2500 [the following changes fix a bug where `define-minor-mode' didn't
2501 correctly generate :require clauses for defcustoms in compiled files]
2502 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
2503 (byte-compile-log-file, byte-compile-log-1): Don't set
2504 `byte-compile-current-file' to nil. Instead set
2505 `byte-compile-last-logged-file' to it. Test whether
2506 byte-compile-current-file equals byte-compile-last-logged-file
2507 instead of whether its nil.
3b6542ba 2508 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 2509
6db6243b
SM
25102000-10-23 Stefan Monnier <monnier@cs.yale.edu>
2511
2512 * textmodes/refill.el: Fix var names in doc.
2513 (refill-mode): Don't bother with make-local-hook anymore.
2514
98490598
MB
25152000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2516
e01cd227
MB
2517 * faces.el (face-user-default-spec, face-default-spec): New functions.
2518 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 2519 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
2520 Use `face-user-default-spec'. Simplify code slightly.
2521
4836835a 2522 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
2523 (woman-unknown-face): Add dark-background variants.
2524 (woman-default-faces): Renamed from `woman-colour-faces'.
2525 Set using the stored defaults, rather than using hard-wired colors.
2526 (woman-monochrome-faces): Renamed from `woman-black-faces'.
2527 Just make the foreground `unspecified' rather than "black".
2528 (woman-menu): Rename menu entries accordingly.
2529
98490598
MB
2530 * faces.el (header-line): Make more reasonable on mono/grayscale
2531 displays.
2532
1a578e9b
AC
25332000-10-23 Andrew Choi <akochoi@i-cable.com>
2534
2535 * cus-edit.el (custom-button-face): Use 3D look for mac.
2536 (custom-button-pressed-face): Likewise.
2537
2538 * faces.el (set-face-attributes-from-resources): Handle mac frames
2539 in the same way as x and w32 frames.
2540 (face-valid-attribute-values): Likewise.
2541 (read-face-attribute): Likewise.
2542 (defined-colors): Likewise.
2543 (color-defined-p): Likewise.
2544 (color-values): Likewise.
2545 (display-grayscale-p): Likewise.
2546 (face-set-after-frame-default): Likewise.
2547 (mode-line): Same default face as for x and w32.
2548 (tool-bar): Likewise.
2549
2550 * frame.el: Remove call to frame-notice-user-settings at end of
2551 the file.
2552
2553 * info.el (Info-fontify-node): make underlines invisible for mac
2554 as for x, pc, and w32 frame types.
2555
2556 * term/mac-win.el: New file.
2557
aaaf7be7
DL
25582000-10-22 Dave Love <fx@gnu.org>
2559
2560 * textmodes/refill.el: New file.
2561
5392d654
AS
25622000-10-22 Andre Spiegel <spiegel@gnu.org>
2563
4836835a 2564 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 2565 MANUAL and REGEXP.
4836835a 2566 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
2567 New functions.
2568 (vc-before-save): Use the latter.
2569 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
2570 confusion.
2571
4836835a 2572 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
2573 expected by vc[-hooks].el.
2574
2575 * vc.el (vc-checkout): Added `-p' suffix in call to
2576 vc-make-version-backups-p; use vc-make-version-backup to actually
2577 make the backup.
2578 (vc-version-other-window, vc-version-backup-file): Handle both
2579 automatic and manual backups.
2580 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
2581 of all of them.
2582
1e221c16
MB
25832000-10-22 Miles Bader <miles@gnu.org>
2584
7ff4fda5
MB
2585 * comint.el (comint-highlight-input, comint-highlight-prompt):
2586 Renamed, `-face' at end removed.
2587 (comint-send-input, comint-output-filter): Use renamed faces.
2588
3511cde8
MB
2589 * window.el (fit-window-to-buffer): Change defaulting of
2590 MAX-HEIGHT slightly.
2591
1e221c16
MB
2592 * faces.el (color-values, color-defined-p): Use `member', not
2593 `memq', because it works correctly for strings.
2594 (frame-set-background-mode): Actually, "unspecified-fg" and
2595 "unspecified-bg" *are* strings. Use `member', not `memq', and
2596 `equal', not `eq', when a string value is possible.
2597
b6ef4898
EZ
25982000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2599
2600 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
2601
34939e2c
SM
26022000-10-21 Stefan Monnier <monnier@cs.yale.edu>
2603
2604 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
2605 sh-electric-rparen, sh-electric-less and sh-electric-hash.
2606 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
2607 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
2608 (sh-font-lock-syntactic-keywords): Use them.
2609 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
2610 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
2611 (sh-mode): Don't override font-lock-unfontify-region-function.
2612 Use a copy of sh-font-lock-syntactic-keywords.
2613 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
2614 Don't call sh-scan-buffer since font-lock does it on the fly.
2615 (sh-get-indent-info): Use `face' rather than `syntax-table'
2616 text-property to detect here-documents.
2617 Replace sh-special-syntax with sh-st-punc.
2618 (sh-prev-line): Use `face' rather than `syntax-table'
2619 text-property to skip over here-documents.
2620 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
2621 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
2622 (sh-electric-less, sh-set-here-doc-region)
4836835a 2623 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
2624 (sh-scan-buffer, sh-rescan-buffer): Remove.
2625
f3d3c491
AI
26262000-10-21 Andrew Innes <andrewi@gnu.org>
2627
2628 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
2629 remote (ange-ftp) file names.
2630
b86c791c
MB
26312000-10-21 Miles Bader <miles@gnu.org>
2632
d9c30bdf
MB
2633 * window.el (fit-window-to-buffer): New function.
2634 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
2635 (window-text-height): Don't expect minibuffers to have mode-lines.
2636
d9c30bdf 2637 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
2638 * international/quail.el (quail-update-guidance): Use
2639 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 2640
617fee5a
MB
2641 * international/quail.el (quail-show-guidance-buf): Make sure
2642 guidance window really has enough room.
2643 (quail-update-guidance): If quail-guidance-win is already shown,
2644 make sure its height is OK.
2645
b86c791c
MB
2646 * window.el (window-text-height, set-window-text-height):
2647 New functions.
2648 (shrink-window-if-larger-than-buffer): Use `window-text-height'
2649 instead of `window-height' & `mode-line-window-height-fudge'.
2650 (mode-line-window-height-fudge): Add FACE parameter.
2651 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
2652 instead of `enlarge-window' & `mode-line-window-height-fudge'.
2653
e34850d1
MB
26542000-10-20 Miles Bader <miles@gnu.org>
2655
2656 * window.el (height-affecting-face-attributes): Use `defconst'.
2657
2658 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
2659 New function, conditionally aliased to `mode-line-window-height-fudge'.
2660 (ispell-help): Use it.
2661 (ispell-choices-win-default-height): Don't include mode-line fudge.
2662 (ispell-choices-win-default-height): New function.
2663 (ispell-show-choices, ispell-command-loop): Use function
2664 `ispell-choices-win-default-height' instead of variable.
2665
a8b883c2
MB
26662000-10-20 Miles Bader <miles@lsi.nec.co.jp>
2667
8c6e4a58
MB
2668 * window.el (mode-line-window-height-fudge): New variable.
2669 (height-affecting-face-attributes): New variable.
2670 (mode-line-window-height-fudge): New function.
2671 (shrink-window-if-larger-than-buffer): Use it.
2672 * help.el (resize-temp-buffer-window): Likewise.
2673
a8b883c2
MB
2674 * info.el (Info-fontify-node): Add support for @subsubsection
2675 titles, which use `Info-title-4-face'.
2676 (Info-title-4-face): New face.
2677 (Info-title-3-face): Inherit from Info-title-4-face instead of
2678 variable-pitch.
2679
e64c3a75
JR
26802000-10-19 Jason Rumney <jasonr@gnu.org>
2681
2682 * dired.el (dired-insert-directory): Do not let errors signalled by
2683 attempt to run dired-free-space-program prevent dired from working.
2684
c70fe852
SM
26852000-10-19 Stefan Monnier <monnier@cs.yale.edu>
2686
2687 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
2688
877cf6b4
GM
26892000-10-19 Gerd Moellmann <gerd@gnu.org>
2690
5de037e0
GM
2691 * dirtrack.el (dirtrack): Fix call to run-hooks.
2692
6deb9af9
GM
2693 * cmuscheme.el (cmuscheme-program-name): Renamed from
2694 scheme-program-name because xscheme.el contains a defcustom with
2695 the same name. As a consequence, customizing group `cmuscheme'
2696 loaded `xscheme' which redefined run-scheme.
2697 (run-scheme): Use cmuscheme-program-name.
2698
877cf6b4
GM
2699 * ps-print.el (ps-print-emacs-type): Move into the
2700 eval-and-compile.
2701
e597d8fb 2702 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 2703 anonymous address, and add a website for Befrienders International.
4836835a 2704
3e9cb08f
GM
27052000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2706
c70fe852
SM
2707 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
2708 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
2709 (ps-print-version): New version number (6.2).
2710 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
2711 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
2712 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
2713 (ps-x-extent-priority, ps-x-extent-start-position)
2714 (ps-x-face-font-instance, ps-x-find-coding-system)
2715 (ps-x-font-instance-properties, ps-x-make-color-instance)
2716 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
2717 avoid compilation gripes without defining functions.
2718 (ps-e-find-composition): Alias for function find-composition, to have a
2719 suitable function depending on Emacs version.
2720 (ps-color-device, ps-color-values, ps-face-foreground-name)
2721 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
2722 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
2723 (ps-print-ensure-fontified): Function definitions surrounded by
2724 `eval-and-compile' to avoid compilation gripes.
2725 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
2726 by symbol-value to avoid compilation gripes.
2727 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
2728 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
2729
d8abcd91
MB
27302000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2731
13ab33c4
MB
2732 * startup.el (normal-top-level): Call `frame-set-background-mode'
2733 after `frame-notice-user-settings' because the latter doesn't call
2734 the former on a tty.
2735
d8abcd91
MB
2736 * faces.el (frame-set-background-mode): `unspecified' &c are
2737 symbols, not strings.
2738
e8bce0a9
EZ
27392000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2740
c70fe852
SM
2741 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
2742 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 2743
c70fe852
SM
2744 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
2745 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 2746
773272d8
KH
27472000-10-19 Kenichi Handa <handa@etl.go.jp>
2748
c70fe852 2749 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
2750 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
2751 for ISO10646-1 fonts.
2752 (x-font-name-charset-alist): Add an entry for "iso10646-1".
2753
772139c0
EZ
27542000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2755
2756 * faces.el (frame-set-background-mode): If a tty frame defines a
2757 background color, use that to compute the background mode, instead
2758 of always defaulting to "dark".
2759
d134a19f
MB
27602000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2761
8bb84cb2
MB
2762 * comint.el (comint-write-output): New function.
2763 (comint-mode-map): Add it to the menu.
e40a778f 2764 Bind `C-c C-s' to comint-write-output.
d134a19f 2765
dada41e1
GM
27662000-10-18 Gerd Moellmann <gerd@gnu.org>
2767
2768 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
2769 Use fancy-splash-delay.
2770
9b5360aa
GM
27712000-10-18 Alex Schroeder <alex@gnu.org>
2772
2773 * progmodes/sql.el (sql-sybase-options): New option.
2774 (sql-sybase): Use it. Add sql-database to the list of parameters
2775 provided for login. The options -w 2048 -n are not used any more.
2776
9035a35a
GM
2777 * comint.el (comint-read-input-ring): Bugfix such that the first
2778 and the last entry of the input ring file are not lost.
2779
3556c6dd
GM
27802000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2781
2782 * ps-print.el: Internal variable changes to defcustom,
2783 make-local-hook changes to defvar. Doc fix.
2784 (ps-print-version): New version number (6.1).
2785 (ps-setup, ps-do-despool): Code fix.
2786 (ps-printer-name): Customization fix.
2787 (ps-printer-name-option): Now is a defcustom instead of an
2788 internal variable.
2789 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
2790 (ps-print-begin-column-hook): Now are defvar instead of
2791 make-local-hook.
4836835a 2792
4e217e50
MB
27932000-10-18 Miles Bader <miles@gnu.org>
2794
2795 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
2796 (comint-kill-output): Changed into an alias for `comint-delete-output',
2797 and made obsolete.
2798 (comint-mode-map): Rename references to comint-kill-output.
2799
34460354
EZ
28002000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
2801
2802 * diff-mode.el (diff-header-face, diff-file-header-face)
2803 (diff-changed-face): Add bold and italic attributes to tty faces.
2804 (diff-function-face): New face.
2805 (diff-font-lock-keywords): Use it.
2806
17ea3cdb
MB
28072000-10-18 Miles Bader <miles@lsi.nec.co.jp>
2808
2809 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
2810 Remove commented-out call to force-mode-line-update.
2811 (comint-kill-output): Use `forward-line 0' instead of
2812 beginning-of-line to make sure we get past the prompt.
2813
9244f2c7
SM
28142000-10-17 Stefan Monnier <monnier@cs.yale.edu>
2815
2816 * diff-mode.el (diff-header-face, diff-file-header-face):
2817 Add specific setting for dark background.
2818 (diff-context-face): Renamed from diff-comment-face.
2819 Set explicitly rather than inheriting from font-lock-comment-face.
2820
1592c1ef
EZ
28212000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2822
2823 * startup.el (command-line): Move the code which sets the default
2824 TTY colors to before before-init-hook.
2825
f86292a9
GM
28262000-10-17 Gerd Moellmann <gerd@gnu.org>
2827
2828 * jit-lock.el (jit-lock-stealth-time): Doc fix.
2829
f7f2e883
EZ
28302000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2831
e854cc22
EZ
2832 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
2833 extensions, for MS-DOS.
2834
f7f2e883
EZ
2835 * diff-mode.el (diff-header-face, diff-file-header-face)
2836 (diff-changed-face): Define tty-specific colors.
2837
c7b4f0f9
GM
28382000-10-17 Gerd Moellmann <gerd@gnu.org>
2839
2840 * startup.el (fancy-splash-text): Realign the text.
2841
12a72271
EZ
28422000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2843
2844 * font-lock.el (font-lock-comment-face): Define a separate default
2845 for dark-background tty's.
2846
61dfccfd
MB
28472000-10-17 Miles Bader <miles@gnu.org>
2848
2849 * help.el (resize-temp-buffer-window): Add hack to avoid last line
2850 being obscured by whizzy mode-lines on graphics displays.
2851
333cd59e
EZ
28522000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2853
2854 * info.el (Info-title-1-face, Info-title-2-face)
2855 (Info-title-3-face): Define colors for tty's.
dada41e1 2856 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 2857
dbf1fcc1
EZ
28582000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2859
2860 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
2861 reverse from the frame parameters, and don't invert foreground and
2862 background colors.
2863
ac629823
MB
28642000-10-16 Miles Bader <miles@gnu.org>
2865
2866 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
2867 string "*Info*". Call propertized-buffer-identification to spruce
2868 up the result.
2869
76eebffc
GM
28702000-10-16 Gerd Moellmann <gerd@gnu.org>
2871
3a6b59d9
GM
2872 * help.el: Provide `help' for the sake of define-minor-mode
2873 which generates defcustoms with requires.
2874
6569c3d3
GM
2875 * jit-lock.el (jit-lock-after-change): If we're in text that
2876 matches a multi-line font-lock pattern, make sure the whole text
2877 will be redisplayed.
2878
c2e0a611
GM
2879 * emacs-lisp/authors.el (authors-add): Don't add an entry if
2880 author's name is unknown.
2881
76eebffc
GM
2882 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
2883 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
2884 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
2885 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
2886 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
2887 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
2888 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
2889 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
2890 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
2891 Add author information.
2892
cf1e7b12
MB
28932000-10-16 Miles Bader <miles@lsi.nec.co.jp>
2894
2895 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
2896 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
2897 full-color version (using the Gimp) to eliminate dithering artifacts.
2898
5586f3eb
SM
28992000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2900
2901 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
2902
2903 * simple.el (syntax-flag-table, string-to-syntax): Remove.
2904
ad64a888
DL
29052000-10-15 Dave Love <fx@gnu.org>
2906
2907 * progmodes/sh-script.el: Require skeleton and comint when
2908 compiling.
2909
2910 * pcomplete.el (pcomplete) <defgroup>: Add :version.
2911
2912 * whitespace.el: Doc fixes.
2913 (top-level): Don't add hooks here.
2914 (whitespace-running-emacs): Deleted.
2915 (timer): Don't require.
2916 (whitespace): Add back :version conditional on xemacs test.
2917 (whitespace-spacetab-regexp, whitespace-indent-regexp)
2918 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
2919 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
2920 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
2921 Avoid specific xemacs test.
2922 (whitespace-global-mode): New option.
2923 (whitespace-global-mode): New command.
2924 (whitespace-unload-hook): New function.
2925
2926 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 2927 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
2928 (Info-fontify-node): `Goto' goes to `Go to'.
2929 (Info-fontify-node): Add help-echo to xref links.
2930
1ef49fc6
EZ
29312000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
2932
2933 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
2934
8b7707e1
SM
29352000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2936
b3b7f42f
SM
2937 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
2938 Use plist-get and allow :inherit.
2939
2940 * emacs-lisp/cl-macs.el (cl-do-arglist):
2941 Use plist-get and plist-member instead of memq.
2942
3c7fafc7
SM
2943 * emacs-lisp/ewoc.el (ewoc-location): New function.
2944 (ewoc-enter-after, ewoc-enter-before): Document return value.
2945 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
2946 Don't need make-local-hook any more.
2947 (cvs-addto-collection): Return the new tin.
2948 (cvs-mode-insert): Jump to the new line.
2949
8b7707e1
SM
2950 * jit-lock.el (jit-lock-fontify-buffer): Remove.
2951
2952 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
2953
2954 * font-lock.el (font-lock-syntactically-fontified): New var.
2955 (font-lock-fontify-syntactic-keywords-region): Use it.
2956 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
2957
2958 * diff-mode.el (diff-find-file-name): Fix regexp.
2959
2960 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2961 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
2962
2963 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
2964 (sh-mode-syntax-table): Add punctuation syntax for < and >.
2965 (sh-mode): Don't make all vars local here.
2966 (sh-kw): Reformat.
2967 (sh-set-shell): Use dolist. Don't set indent-region-function.
2968 (sh-mode-syntax-table): Use pop.
2969 (sh-remember-variable): Use push.
2970 (sh-help-string-for-variable): Use memq.
2971 (sh-safe-backward-sexp): Remove.
2972 (sh-safe-forward-sexp): Add ARG.
2973 (sh-get-indent-info, sh-prev-stmt): Use it.
2974 (sh-prev-line): Simplify by using forward-comment.
2975 (sh-this-is-a-continuation): Simplify.
2976 (sh-learn-buffer-indent): Use dolist.
2977 (sh-do-nothing): Remove.
2978 (sh-set-char-syntax, sh-set-here-doc-region):
2979 Use inhibit-modification-hooks.
2980 (sh-name-style): Use mapcar and push.
2981 (sh-load-style): Use dolist.
2982 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
2983 (sh-case, sh-while-getopts): Use propertize directly rather
2984 than sh-electric-rparen.
2985
29862000-10-14 Stefan Monnier <monnier@cs.yale.edu>
2987
2988 * textmodes/tex-mode.el: Require CL when compiling.
2989 (tex-mode-syntax-table): Init immediately.
2990 (tex-mode-map): Bind M-RET to latex-insert-item.
2991 (latex-mode): Set indent-line-function to latex-indent.
2992 (tex-common-initialization): Don't setup the syntax-table any more.
2993 (latex-insert-item): New skeleton.
2994 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 2995 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 2996 (latex-indent, latex-find-indent): New functions.
4836835a 2997 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
2998 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
2999 (tex-compilation-parse-errors): Use with-syntax-table.
3000
86b7fcbb
MB
30012000-10-15 Miles Bader <miles@gnu.org>
3002
3003 * font-lock.el (font-lock-comment-face): Change dark-background,
3004 color, non-tty, default to `chocolate1'.
3005
57a24508
JW
30062000-10-13 John Wiegley <johnw@gnu.org>
3007
3008 * eshell/esh-util.el (require): Added a missing `require' form,
3009 needed when compiling (for an ange-ftp macro definition).
3010
40ad3db4
DL
30112000-10-13 Dave Love <fx@gnu.org>
3012
3013 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
3014
db460189
GM
30152000-10-13 Gerd Moellmann <gerd@gnu.org>
3016
b41c9501
GM
3017 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
3018 fix.
3019
4836835a 3020 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
3021 transparent -colors 8).
3022
3b5e21df
GM
30232000-10-13 Stephen Gildea <gildea@alum.mit.edu>
3024
3025 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
3026 that breaks with old list format timestamps.
3027 (time-stamp-warn-inactive, time-stamp-old-format-warn)
3028 (time-stamp-count, time-stamp-conversion-warn): Improved doc
3029 strings.
3030
16908a3f
JW
30312000-10-13 John Wiegley <johnw@gnu.org>
3032
d7103dda
JW
3033 * align.el, pcomplete.el, calendar/timeclock.el,
3034 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
3035
dace60cf 3036 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
3037 faulty math, where holiday hours were being computing as seconds.
3038
b6b70cda
JW
30392000-10-13 John Wiegley <johnw@gnu.org>
3040
3041 * desktop.el (desktop-buffer-modes-to-save): Added a global for
3042 specifying what "other" kinds of buffers should be saved. This
3043 used to be hard-coded.
3044 (desktop-buffer-misc-functions): A global for specifying how
3045 auxiliary data should be determined for special buffer types.
3046 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
3047 instead of hard-coding the special buffer types.
3048 (desktop-save): Run `desktop-buffer-misc-functions' to gather
3049 auxiliary data, instead of hard-coding for Info buffers and dired.
3050 (desktop-buffer-info-misc-data): Aux function for determining Info
3051 buffer auxiliary info.
3052 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
3053 (desktop-buffer-info): Changed this function to use the info
3054 gathered above.
3055 (desktop-create-buffer): Be a little more careful about what
3056 `minor-mode' means before calling it. This is important for some
3057 buffer types.
3058
8c6b1d83
JW
30592000-10-13 John Wiegley <johnw@gnu.org>
3060
3061 * eshell/esh-util.el: Added a global form which declares an
3062 autoload for `parse-time-string', if that function is not already
3063 defined, and if parse-time.el is available on the user's system.
3064
3065 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
3066 to be aware of ange-ftp user info.
3067 (eshell-do-ls): Bind `ange-cache'. Also, use
3068 `eshell-file-attributes'.
3069 (eshell-ls-annotate): Use `eshell-file-attributes'.
3070 (eshell-ls-file): Made the user-id printing code a bit smarter.
3071
3072 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
3073 allow identification of alias user ids in remote directories.
3074 It's manual, but there's no other way to know when the current
3075 user on the local machine, is also the owning user on the remote
3076 machine.
3077 (fboundp): Bind `ange-cache'.
3078 (eshell-directory-files-and-attributes): Re-organized the logic a
3079 bit to use `eshell-file-attributes' instead of `file-attributes'.
3080 The former is more sensitive to directories that are read via FTP,
3081 and knows how to use ange-ftp to determine full attribute
3082 information, instead of just the name and last modtime.
3083 (eshell-current-ange-uids): Return the current user id when in a
3084 remote directory.
3085 (eshell-parse-ange-ls): Parse a full directory listing that has
3086 been returned by ange-ftp.
3087 (eshell-file-attributes): This beefed up version of
3088 `file-attributes' is only special if the user is currently in a
3089 remote directory, in which case it does a lot of work to find out
3090 what the real attributes of a file are, as they appear on the
3091 remote machine. This makes usage of remote directories (i.e.,
3092 ange-ftp pathnames) much more useful. You can now use Eshell as a
3093 full-fledged FTP client, with much more manipulation ability than
3094 most other clients.
3095
3096 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
3097 variable, which means that Eshell's du should always be preferred
3098 in remote directories.
3099 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
3100 just `file-attributes'.
3101 (eshell-mvcp-template): Bind `ange-cache', to improve performance
3102 when reading remote directories. This is an Eshell-specific
3103 variable (not part of ange-ftp).
3104 (eshell/ln): Bind `ange-cache'.
3105 (eshell/du): Added some extra logic for determining when to use
3106 Eshell's du (which is slow), and when to use the external version
3107 (which may or may not exist).
3108
3109 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
3110 `eshell-interactive-process', rather than using
3111 `get-buffer-process', since backgrounded processes don't count in
3112 the context of this function's logic.
3113
3114 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
3115 `forward-char', so that null strings are parsed correctly.
3116
87730e84 31172000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
3118
3119 * eshell/em-pred.el (eshell-pred-file-type,
3120 eshell-pred-file-links, eshell-pred-file-size): Use
3121 `eshell-file-attributes'. This is more correct over ange-ftp.
3122
3123 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
3124 that remote file globbing is more efficient.
3125
3126 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
3127 gathering the files and attributes within a directory.
3128
3129 * eshell/em-unix.el (eshell/cat): If any of the files passed on
3130 the command line is a special file (not a regular file, directory
3131 or symlink), always attempt to call the external version of cat.
3132
87730e84 31332000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
3134
3135 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
3136 Eshell-friendly version of find-tag.
3137
1c7e37a9
MB
31382000-10-13 Miles Bader <miles@lsi.nec.co.jp>
3139
4836835a 3140 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
3141 (image-file-name-regexps): Add autoload cookies.
3142
11a7f341
KH
31432000-10-13 Kenichi Handa <handa@etl.go.jp>
3144
3145 * international/mule-cmds.el (select-safe-coding-system): If FROM
3146 is string, show it in *Warning* buffer.
3147
8ddddcb0
EZ
31482000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
3149
3150 * startup.el (normal-top-level): Use display-popup-menus-p instead
3151 of window-system.
3152 (command-line): Use display-graphic-p instead of window-system.
3153 (command-line-1): Use display-popup-menus-p and display-mouse-p
3154 instead of window-system.
3155
72200f89
SS
31562000-10-12 Sam Steingold <sds@gnu.org>
3157
3158 * tooltip.el (tooltip-use-echo-area): New user variable.
3159 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
3160
8661c643
DL
31612000-10-12 Dave Love <fx@gnu.org>
3162
d0b40dc1
DL
3163 * recentf.el: Maintainer's checkdoc fixes.
3164
a622451f
DL
3165 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
3166 character class, not ASCII when matching file names.
3167 (fancy-splash-head): Add trailing slash to URL.
3168 (command-line): Don't require XPM support for toolbar.
3169
8661c643
DL
3170 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
3171 (cperl-invalid-face): Revert last change.
3172 (cperl-init-faces): Quote cperl-invalid-face.
3173
ef2ed8ab
KH
31742000-10-12 Kenichi Handa <handa@etl.go.jp>
3175
3176 * startup.el (fancy-splash-text): Remove superfluous quote.
3177
b0da379e
GM
31782000-10-12 Gerd Moellmann <gerd@gnu.org>
3179
dbeb499b
GM
3180 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
3181 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
3182 (command-line-1): Don't use fancy-splash-pending-command.
3183 (fancy-splash-screens-1): Goto point-min after inserting text.
3184
d861718a
GM
3185 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
3186
b0da379e
GM
3187 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
3188 instead of shared-lisp-mode-map.
3189
4fb2ad98
MB
31902000-10-12 Miles Bader <miles@lsi.nec.co.jp>
3191
1cb4393e
MB
3192 * faces.el (header-line): Change tty-variant to use underlining.
3193
4fb2ad98
MB
3194 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
3195 (isearch-highlight): Restore lazy-isearch face properties at old
3196 position, and suppress them at new position.
3197 (isearch-dehighlight): Restore lazy-isearch face properties.
3198 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
3199 over the real isearch overlay, but in that case, don't give it a
3200 face property. Use `push'.
3201
eb991b25
KH
32022000-10-12 Kenichi Handa <handa@etl.go.jp>
3203
3204 * man.el (Man-getpage-in-background): Fix previous change.
3205 Decode the process output only when we are in multibyte mode.
3206
a818c1c0
DL
32072000-10-11 Dave Love <fx@gnu.org>
3208
c990f53a
DL
3209 * info.el (Info-mode-menu): Fix some help.
3210 (info-tool-bar-map): Add entry for Info-last.
3211
a818c1c0
DL
3212 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
3213 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
3214 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
3215 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
3216 * toolbar/search-replace.xpm, toolbar/exit.xpm:
3217 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
3218 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
3219 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
3220 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
3221 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
3222 Reduce colour requirements to 25 overall. (Probably wants
3223 revisiting from the originals to reduce further.)
3224
c1b096cb
EZ
32252000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
3226
3227 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
3228 buffer-file-coding-system, instead of raw-text.
3229 (dehexlify-buffer): Bind coding-system-for-read to
3230 buffer-file-coding-system, instead of raw-text.
3231
5c8b7eaf
SS
32322000-10-11 Sam Steingold <sds@gnu.org>
3233
3234 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
3235 `underline' - fixes the bug introduced on 2000-09-21.
3236
2cfbdb7a
DL
32372000-10-11 Dave Love <fx@gnu.org>
3238
3239 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
3240 compiler warnings.
3241 (scheme-mode): Doc fix.
3242 (scheme-font-lock-keywords-1): Match `define-syntax'.
3243
32442000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
3245
3246 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
3247 face specs as well as default ones. Only do anything if the
3248 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 3249 (region): Make dark-background `region' face less in-your-face.
4b33f290 3250
690ec649
SS
32512000-10-10 Sam Steingold <sds@gnu.org>
3252
3253 * chistory.el, ielm.el, ledit.el:
3254 * progmodes/inf-lisp.el, progmodes/scheme.el:
3255 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
3256
3b95d6bb
SM
32572000-10-10 Stefan Monnier <monnier@cs.yale.edu>
3258
3259 * textmodes/texinfo.el: Update copyright and fix typo.
3260
3261 * desktop.el (desktop-modes-not-to-save): New var.
3262 (desktop-save-buffer-p): Use it.
3263 Also, obey desktop-buffers-not-to-save even for non-file buffers.
3264 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
3265
d646c828
DL
32662000-10-10 Dave Love <fx@gnu.org>
3267
3268 * toolbar/tool-bar.el (tool-bar-add-item)
3269 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
3270 display.
3271
d646c828
DL
3272 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
3273 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
3274 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
3275 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
3276 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
3277 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
3278 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
3279 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
3280 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
3281 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
3282 the .xpms; probably need retouching.
3283
862a7e28
MB
32842000-10-10 Miles Bader <miles@lsi.nec.co.jp>
3285
3286 * subr.el (add-to-list): Add optional argument APPEND.
3287 * battery.el (display-battery): Use `add-to-list'.
3288
46e33aee
TTN
32892000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
3290
930baf47
TTN
3291 * play/zone.el (zone-timer, zone-wc-tbl): Rework
3292 these vars as symbol properties.
2cfbdb7a
DL
3293 (zone, zone-when-idle, zone-leave-me-alone)
3294 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 3295
5a430f9c
TTN
3296 * battery.el (display-battery): Doc spelling fix.
3297
46e33aee
TTN
3298 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
3299 property.
3300
adf7d3a8
DL
33012000-10-09 Dave Love <fx@gnu.org>
3302
3303 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
3304 has been initialized before calling tool-bar-setup.
c2156508 3305 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 3306
06a8c9f8
EZ
33072000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
3308
e4ca8f8c
EZ
3309 * menu-bar.el (send-mail-item-name): New function.
3310 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
3311 of mail-user-agent in the menu. Don't display the "Send Mail"
3312 item if mail-user-agent is nil or its value is ignore.
3313 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
3314 if read-mail-command is nil or its value is ignore.
3315
06a8c9f8
EZ
3316 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
3317
7dbc9c8a
MB
33182000-10-09 Miles Bader <miles@gnu.org>
3319
29e0814b
MB
3320 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
3321 Correct image size.
3322 * toolbar/left_arrow.xpm: Correct image size.
3323
7dbc9c8a
MB
3324 * jka-compr.el: Don't call `jka-compr-install' when loading (it
3325 will be done by the definition of `auto-compression-mode' if
3326 necessary. Move code to uninstall existing file-name handler
3327 before definition of `auto-compression-mode'.
3328
3329 * image-file.el (auto-image-file-mode): Move to the end of the
3330 file, because `define-minor-mode' actually calls the mode-function
3331 if the associated variable is non-nil, which requires that all
3332 needed functions be already defined.
3333
65b61266
MB
3334 * mouse.el (popup-menu): Balance parens.
3335
d6b8c85b
SM
33362000-10-08 Stefan Monnier <monnier@cs.yale.edu>
3337
3338 * mouse.el (popup-menu): Move the command call outside the loop
3339 so that popup-menu returns whatever the command returns.
3340
3341 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
3342 (initialize-new-tags-table): Use run-hook-with-args-until-success.
3343 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
3344 (tags-table-format-functions): Renamed from tags-table-format-hooks.
3345
3346 * vc.el (vc-version-diff): diff-switches can be a list.
3347 Use relative filenames for prettier output.
3348
46e33aee 3349 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
3350 (vc-post-command-functions): Remove old-VC compatibility code.
3351
3352 * newcomment.el (comment-indent-default): Autoload.
3353
3354 * font-lock.el (font-lock-defaults): Make buffer-local.
3355 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
3356 (font-lock-choose-keywords):
3357 Ignore LEVEL unless KEYWORDS is a list of syms.
3358 (c-keywords, c++-keywords, objc-keywords, java-keywords):
3359 Don't wrap regexp-opt things in \(...\) unnecessarily.
3360
3361 * jit-lock.el: Don't require font-lock any more.
3362 (jit-lock-functions): Make buffer-local.
3363 (jit-lock-saved-fontify-buffer-function): Remove.
3364 (jit-lock-mode): Remove autoload cookie.
3365 Remove font-lock specific code.
3366 (jit-lock-unregister): Don't bother handling complex hooks any more.
3367 (jit-lock-refontify): New function.
3368 (jit-lock-fontify-buffer): Use it.
3369 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
3370 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
3371 Add optional args START and END.
3372 Never call font-lock-fontify-region directly.
3373 (jit-lock-function, jit-lock-stealth-fontify): Use it.
3374
3375 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
3376
a30ed6ac
DL
33772000-10-08 Dave Love <fx@gnu.org>
3378
4e7c7ca9
DL
3379 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
3380
3381 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
3382
3383 * play/studly.el (studlify-region, studlify-word): Add autoload
3384 cookie.
3385
3386 * play/morse.el (morse-region, unmorse-region): Add autoload
3387 cookie.
3388
3389 * play/spook.el (spook-phrases-file): Use expand-file-name, not
3390 concat.
3391
3392 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
3393 insist on symbols starting with word syntax.
3394 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
3395 (eval-defun-1): Doc fix.
3396 (indent-sexp): Use nconc to build up indent-stack.
3397
3398 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
3399 Gnus with little use.
3400 (mail-setup-hook): Add mail-abbrevs-setup to options.
3401
968f7c4a
DL
3402 * recentf.el: Doc fixes.
3403
3404 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
3405 Clean up remainder.
3406
3407 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
3408 without timezone and (8) with timezone to enforce some whitespace.
3409 Simplify code somewhat.
3410
3411 * options.el (list-options): Doc that you should use customize.
3412
3413 * iswitchb.el (iswitchb-mode): Add :require.
3414
a30ed6ac
DL
3415 * info.el (Info-goto-node, Info-menu): Doc fix.
3416 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
3417 (info-tool-bar-map): New variable.
3418 (Info-mode): Use it.
3419 (Info-edit-map): Define all in defvar.
3420 (speedbar-attached-frame): Avoid compiler warning.
3421
3422 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
3423 (global-map): Bind [tool-bar] to a filtered map.
3424 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
3425 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
3426 Allow PBM icons.
3427 (tool-bar-setup): Adjust calls of tool-bar-add-item.
3428
3429 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
3430 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
3431 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
3432 icons, except up_arrow, which is left-arrow rotated.
3433
3434 * imenu.el (imenu-add-to-menubar): Fix last change.
3435
4e953aff
PB
34362000-10-08 Peter Breton <pbreton@ne.mediaone.net>
3437
3438 * generic-x.el (rul-generic-mode): Remove eval-when-compile
3439 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
3440
739e92a7
EZ
34412000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3442
d20faceb
EZ
3443 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
3444 typos in doc strings.
3445
a640322e
EZ
3446 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
3447 the doc strings how to customize Font Lock faces.
3448
739e92a7
EZ
3449 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
3450 computing growth when dragging the header line.
3451
8be7408c
EZ
34522000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3453
3454 * simple.el (kill-line): Doc fix.
3455
6fee86a3
MB
34562000-10-08 Miles Bader <miles@gnu.org>
3457
445a653e
MB
3458 * faces.el (secondary-selection): Make foreground visible on tty.
3459
6fee86a3
MB
3460 * jka-compr.el (auto-compression-mode): Move to the end of the
3461 file, because `define-minor-mode' actually calls the mode-function
3462 if the associated variable is non-nil, which requires that all
3463 needed functions be already defined.
3464 (with-auto-compression-mode): Add autoload cookie.
3465
a115794c
EZ
34662000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
3467
3468 * files.el (find-backup-file-name) [ms-dos]: If support for long
3469 file names is not available, behave as if version-control were set
3470 to never.
3471
b12e6de3
DL
34722000-10-07 Dave Love <fx@gnu.org>
3473
3474 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
3475 (browse-url-gnome-moz): New function.
3476 (browse-url-browser-function): Use it.
3477 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
3478
20b1d079
SM
34792000-10-07 Stefan Monnier <monnier@cs.yale.edu>
3480
3481 * indent.el (tab-always-indent): New var.
3482 (indent-for-tab-command): Use it.
39250ec3 3483
9ee45b2c 3484 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 3485 raise an error. This way it can still default to a sane value.
9ee45b2c 3486
8c6b1d83
JW
34872000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3488
39250ec3
SM
3489 * startup.el (fancy-splash-screens): Use local rather than global map.
3490 Don't use `update-menu-bindings' any more.
3491 Get rid of assumptions about keymap representation.
3492
a23ccdf2
DL
34932000-10-06 Dave Love <fx@gnu.org>
3494
814299a7 3495 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
3496 (sentence-end-without-period): Doc fix.
3497 (adaptive-fill-regexp): Purecopy.
3498 (unjustify-current-line): Use line-end-position.
3499 (fill-individual-paragraphs-prefix): Use line-beginning-position.
3500
3501 * net/eudc-vars.el (eudc): Add :version, :link.
3502
39250ec3 3503 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
3504
3505 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
3506 Fix for define-minor-mode.
3507 (function-at-point): Alias to function-called-at-point.
3508
3509 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
3510
3511 * simple.el (backward-word): Doc fix.
3512
a23ccdf2
DL
3513 * image-file.el (image-file-name-regexp): image-file-regexps ->
3514 image-file-name-regexps.
742c1822 3515 (image-file-name-extensions): Add pbm.
a23ccdf2 3516
39250ec3
SM
35172000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3518
3519 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
3520 and add filename to the names so that diff-mode can jump to source.
3521
3522 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 3523 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
3524 (tex-font-lock-keywords-1): Remove.
3525 (font-lock-turn-on-thing-lock): Use jit-lock-register.
3526 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
3527 (font-lock-default-fontify-region):
3528 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
3529 (font-lock-fontify-anchored-keywords):
3530 Include the anchor text as part of the multiline.
3531
8d5dfacd
GM
35322000-10-06 Gerd Moellmann <gerd@gnu.org>
3533
3534 * loadup.el (toplevel): Load `loaddefs' before `help' because the
3535 latter needs the autoloaded define-minor-mode macro during the
3536 bootstrap.
3537
3538 * startup.el (command-line): For now, activate tool-bar-mode only
3539 if XPM images are supported.
3540
3541 * mouse.el (mouse-drag-header-line): Don't allow resizing a
3542 window by dragging a header-line at the top of the frame; that's
4c19fbce 3543 confusing because the header-line doesn't move.
8d5dfacd
GM
3544 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
3545 of treating the event as a list. Some cleanup.
3546
f69aad2b 35472000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 3548
f69aad2b
MB
3549 * simple.el (display-message-or-buffer): New function.
3550 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 3551
09cb7646
MB
3552 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
3553 docstring parts.
3554
814299a7 3555 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
3556 (smbclient-prompt-regexp): Add usage note to doc string.
3557 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
3558 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
3559 Use add-hook for adding the comint filter function, and only do so
3560 if it's not already in the global hook list.
3561 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
3562 to `make-local-variable'.
3563 (nslookup-font-lock-keywords): Remove prompt entry.
3564 (nslookup): Don't set the process-filter.
3565 (finger): Exit the loop correctly when the regexps list runs out.
3566 (ftp, smbclient, smbclient-list-shares):
3567 Set the real major mode immediately, not after execing.
3568 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
3569
3570 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
3571
4c19fbce
SM
35722000-10-05 Stefan Monnier <monnier@cs.yale.edu>
3573
3574 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
3575
3576 * which-func.el (which-func-format): Remove spurious space.
3577 (which-func-mode): Don't make it permanent-local.
3578 (which-func-ff-hook): Allow which-func-maxout to be nil.
3579 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
3580 (which-func-mode): Simplify.
3581 Use post-command-idle-hook rather than post-command-hook.
3582 Go through all buffers and update their state.
3583 (which-function): Also try add-log-current-defun-function.
3584
3585 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
3586 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
3587 Update call to with-vc-properties accordingly.
3588 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
3589 (vc-revert-buffer): More careful about window selection and deletion.
3590 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
3591
3592 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
3593 (cvs-retrieve-revision): Reuse a pre-existing buffer.
3594 (cvs-dired-action): Change the default to quickdir.
3595
3596 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
3597 if comment-indent-function returns nil.
3598 (comment-indent-default): New function.
3599 (comment-indent-function): Use it and document the new semantics.
3600
3601 * image-file.el: Docstring fixes.
3602
3603 * help.el (help-xref-on-pp): Use match-string.
3604 (describe-variable): New arg BUFFER.
3605 Store the current buffer in the help-xref-stack.
3606 (temp-buffer-resize-mode): Use define-minor-mode.
3607
3608 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
3609 consistently with its docstring.
3610 Set jit-lock-first-unfontify-pos in an idempotent way.
3611 (jit-lock-register): Autoload and add arg CONTEXTUAL.
3612
542c6552
GM
36132000-10-05 Alex Schroeder <alex@gnu.org>
3614
3615 * sql.el (sql-mysql-options): New variable.
3616 (sql-mysql): Use it.
3617
a3489ece
MB
36182000-10-05 Miles Bader <miles@lsi.nec.co.jp>
3619
77f6105c
MB
3620 * image.el (image): New group.
3621
814299a7 3622 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
3623 (smerge-base-face, smerge-markers-face): Add dark-background variants.
3624
3478046b
PB
36252000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3626
3627 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 3628 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
3629 Ignore the value of wqindow-system; always define keywords
3630
22aca186
KH
36312000-10-05 Kenichi Handa <handa@etl.go.jp>
3632
3633 * startup.el (fancy-splash-screens): Remove the code for
3634 debugging; `(trace-to-stderr "EXITTT\n")'.
3635
55d5d717
MB
36362000-10-05 Miles Bader <miles@gnu.org>
3637
3638 * diff-mode.el (diff-goto-source): Update call to
3639 `diff-hunk-status-msg' to reflect new REV variable.
3640
41fa7178
SM
36412000-10-04 Stefan Monnier <monnier@cs.yale.edu>
3642
3643 * progmodes/icon.el (icon-mode):
3644 Don't gratuitously override the default for comment-column.
3645
3646 * vc-hooks.el (vc-mode-line): Fix interactive spec.
3647
3648 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
3649 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
3650 (jit-lock-functions): New var.
3651 (jit-lock-function-1): Use it if non-nil.
3652 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
3653 Set the `fontified' property before doing the fontification to avoid
3654 repeatedly going through the same error.
3655 Don't turn errors into messages.
3656 (jit-lock-register, jit-lock-unregister): New functions.
3657
3658 * dired.el (dired-mark-pop-up): Turn comment into docstring.
3659 Use with-current-buffer.
3660
3661 * dired-aux.el (dired-do-create-files, dired-kill-tree):
3662 Turn comment into docstring.
3663
3664 * apropos.el (apropos-mode): Use define-derived-mode.
3665
3dc78168
GM
36662000-10-04 Gerd Moellmann <gerd@gnu.org>
3667
3668 * startup.el (fancy-splash-pending-command): New variable.
3669 (fancy-splash-pre-command): New function.
3670 (fancy-splash-screens): Rewritten.
3671 (command-line-1): If fancy-splash-pending-command is set, call it
3672 interactively.
3673
dae9dc56
DL
36742000-10-04 Dave Love <fx@gnu.org>
3675
3676 * toolbar/tool-bar.el (tool-bar-setup): New function.
3677 (tool-bar-mode): Use it.
3678
3679 * subr.el (substitute-key-definition): Doc fix.
3680 (play-sound-file): New command.
3681
3388f0a5
AS
36822000-10-04 Andre Spiegel <spiegel@gnu.org>
3683
814299a7 3684 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
3685 vc-version-backup-file-name): New functions.
3686
3687 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
3688
3689 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
3690 vc-cvs-stay-local-p.
3691
3692 * vc.el (vc-revert-buffer): Handle empty diff properly.
3693 (vc-version-backup-file): New function.
3694 (vc-checkout): Create a version backup if necessary.
3695 (vc-checkin): If a version backup file exists, delete it.
3696 (vc-version-diff): Diff locally using version backups, if available.
3697 (vc-revert-file): If there's a version backup, revert locally.
3698 (vc-transfer-file): Use version backup for base version, if
3699 available. If not, ask for confirmation whether to get it from the
3700 server. Update mode line before check-in.
3701
ebd4825d
DL
37022000-10-04 Dave Love <fx@gnu.org>
3703
3704 * toolbar/tool-bar.el (tool-bar-setup): New function.
3705 (tool-bar-mode): Use it.
3706
1b24f4b7
PB
37072000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3708
3dc78168 3709 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 3710 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
3711 Only set if window-system is non-nil
3712 (net-utils-run-program): Returns buffer.
3713 (network-connection-reconnect): Added this function.
3714
814299a7
MB
3715 * generic.el:
3716 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
3717 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
3718 Uses cl compile-time macros.
3dc78168
GM
3719 (generic-mode-name, generic-comment-list)
3720 (generic-keywords-list, generic-font-lock-expressions)
3721 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
3722 Removed variables.
3723 (generic-mode-alist): Renamed to generic-mode-list.
3724 (generic-find-file-regexp): Default changed to "^#".
3725 (generic-read-type): Uses completing read on generic-mode-list.
3726 (generic-mode-sanity-check): removed this function.
3727 (generic-add-to-auto-mode): Removed this function
3dc78168 3728 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
3729 into function instead of putting them in alist.
3730 (generic-mode-set-comments): Reworked extensively.
3731 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 3732 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 3733
814299a7 3734 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
3735 Make sure directory name ends with "/".
3736
814299a7 3737 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
3738 Regexp now allows leading whitespace.
3739 (rc-generic-mode): Added eval-when-compile
3740 around generic-make-keywords-list.
3741 Deleted duplicate regexp
3742 (rul-generic-mode): Added eval-when-compile
3743 around generic-make-keywords-list.
3744 (etc-fstab-generic-mode): New generic mode.
3745 (rul-generic-mode): Removed one eval-when-compile
814299a7 3746 which caused a max-specpdl-size exceeded error.
1b24f4b7 3747
a7bf5cf3
MB
37482000-10-04 Miles Bader <miles@gnu.org>
3749
3750 * simple.el (minibuffer-temporary-goal-position): New variable.
3751 (next-history-element): Try to keep the position of point in the
3752 input string constant.
3753
3754 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
3755 (dired-do-create-files): If there's only one file, pass it in as
3756 the DEFAULT arg to dired-mark-read-file-name.
3757
ce1087a9
SM
37582000-10-03 Stefan Monnier <monnier@cs.yale.edu>
3759
3760 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
3761 (diff-goto-source): Be smarter when choosing REVERSE or not.
3762
3763 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
3764 (texinfo-mode-menu): Add an explicit shortcut for update all.
3765
0e41e1d6
AS
37662000-10-03 Andre Spiegel <spiegel@gnu.org>
3767
814299a7 3768 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
3769 factorize backend-specific code cleanly (this was essentially
3770 conceived by Stefan Monnier).
3771 (vc-unregister): Function removed.
814299a7 3772 (vc-revert-file): New function.
858f7cb4
AS
3773 (vc-revert-buffer): Delegate some of the work to it.
3774
0e41e1d6
AS
3775 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
3776 default branch unconditionally.
3777 (vc-rcs-set-default-branch): New function.
3778 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
3779 (vc-rcs-checkin): If an appropriate default branch has been set,
3780 force creation of that branch.
858f7cb4
AS
3781 (vc-rcs-receive-file): Rewritten to contain only backend-specific
3782 code (as suggested by Stefan Monnier).
0e41e1d6 3783
01c86c56
GM
37842000-10-02 Gerd Moellmann <gerd@gnu.org>
3785
45c477b4
GM
3786 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
3787 highlighting overlay with a different face over the overlay
3788 isearch uses to highlight the current match because that can lead
3789 to bad face combinations.
3790
01c86c56
GM
3791 * loadup.el (toplevel): Load faces before isearch.
3792
3793 * isearch.el (isearch-faces): New custom group.
3794 (isearch): New defface; was already tested for in the code.
3795 (isearch-lazy-highlight-face): Changed to defface from defcustom.
3796 (isearch-highlight): Always use face `isearch'.
3797
944425c0
DL
37982000-10-02 Dave Love <fx@gnu.org>
3799
3800 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
3801 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
3802 comparison of opcode with operand.
3803
2a099bcc
MB
38042000-10-03 Miles Bader <miles@gnu.org>
3805
3806 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
3807 buffer, since the echo area will now grow to accommodate them.
3808
4300ecb8
AS
38092000-10-02 Andre Spiegel <spiegel@gnu.org>
3810
3811 * vc-hooks.el (vc-registered): If FILE used to be registered under
3812 a certain backend, try that one first.
3813
814299a7 3814 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
3815 argument list. Handle multiple backends correctly.
3816 (vc-find-new-backend): Function removed.
3817 (vc-register): Use vc-responsible-backend, as before.
3818 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
3819
64e6cc18
GM
38202000-10-02 Gerd Moellmann <gerd@gnu.org>
3821
3822 * startup.el (fancy-splash-head): Change message below the
3823 logo.
3824
00df919e
MB
38252000-10-02 Miles Bader <miles@lsi.nec.co.jp>
3826
3827 * diff-mode.el (diff-goto-source): Emit a status message.
3828 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 3829 (diff-test-hunk): Fix doc string.
00df919e
MB
3830 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
3831 (diff-advance-after-apply-hunk): New variable.
4eaa6852 3832 (diff-apply-hunk): Don't return a value.
00df919e 3833
ceec5a0c
SM
38342000-10-01 Stefan Monnier <monnier@cs.yale.edu>
3835
3836 * vc.el (vc-editable-p): Minor optimization.
3837 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
3838 (vc-find-new-backend): New function split from vc-responsible-backend.
3839 (vc-register): Use it.
3840 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
3841 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
3842 (vc-default-unregister, vc-revert-buffer): Docstring fix.
3843 (vc-clear-headers): Don't use find-file.
3844 (vc-revert-buffer): Use `and' again (must have been a braino).
3845 (vc-switch-backend): Only prompt if requested.
3846 Short circuit if nothing is to be done.
3847 Don't use vc-resynch-buffer which could lose unsaved editing.
3848 (vc-default-receive-file): Update call to vc-unregister.
3849 (with-vc-file, vc-next-action-on-file):
3850 Use vc-backend rather than vc-registered.
3851 (vc-next-action-on-file): Use intern-soft.
3852 Deal with read-only *vc-diff* buffer.
3853 (vc-transfer-file): Docstring fix.
3854
3855 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
3856 (vc-rcs-receive-file): Avoid with-vc-properties.
3857 Update call to vc-unregister.
3858 Use constant `RCS' rather than (dynamically bound) var `backend'.
3859
4ad5da8f
AS
38602000-10-01 Andre Spiegel <spiegel@gnu.org>
3861
814299a7 3862 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
3863 is visited.
3864 (vc-start-entry): New argument initial-contents. Don't visit the file
3865 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
3866 (vc-next-action, vc-register): Updated calls to vc-start-entry.
3867 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
3868 vc-start-entry.
3869 (vc-finish-logentry): Make sure to bury log buffer only if there
3870 really is one. Call `vc-resynch-buffer' on log-file, not
3871 buffer-file-name.
3872 (vc-default-comment-history, vc-default-wash-log): New functions.
3873 (vc-index-of): Removed.
3874 (vc-transfer-file): Make do without the above.
3875 (vc-default-receive-file): Call comment-history unconditionally. Pass
3876 the resulting string to vc-checkin, instead of inserting it into the
3877 comment ring.
3878
3879 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
3880 unconditionally. Use the comments as initial contents of the log
814299a7 3881 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
3882 changes.
3883
aa0c3dca
MB
38842000-10-01 Miles Bader <miles@gnu.org>
3885
3886 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
3887 `recenter' with an arg to prevent redrawing the display.
3888
d5f5a2c5
SM
38892000-09-30 Stefan Monnier <monnier@cs.yale.edu>
3890
3891 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
3892
3893 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
3894
814299a7 3895 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
3896 Don't gratuitously override the default for comment-column.
3897
3898 * textmodes/tex-mode.el (latex-metasection-list): New var.
3899 (latex-imenu-create-index): Use it.
3900 Move the regexp construction outside loops (and use push).
814299a7 3901 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
3902 (tex-font-lock-keywords): Moved from font-lock.el.
3903 (tex-comment-indent): Remove.
3904 (tex-common-initialization): Don't set comment-indent-function.
3905 (latex-block-default): New var.
3906 (tex-latex-block): Use it to provide a default choice.
3907 Add any unknown choice to latex-block-names.
3908 Insert [...] after {...}.
3909 (tex-last-unended-begin): Simplify regexp.
3910 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
3911 (latex-forward-sexp-1, latex-forward-sexp): New functions.
3912 (latex-mode): Set forward-sexp-function.
3913
3914 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
3915 Add regexp for @ignore ... @end ignore.
3916 (texinfo-heading-face): New face.
3917 (texinfo-font-lock-keywords): Use it.
3918 (texinfo-mode-menu): New menu.
3919 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
3920 New functions.
3921 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 3922 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
3923 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
3924 Remove declaration.
3925 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
3926
3927 * delsel.el (delete-selection-mode): Use define-minor-mode.
3928
3929 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
3930
39312000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3932
3933 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
3934
8a5506f2
GM
39352000-09-30 Gerd Moellmann <gerd@gnu.org>
3936
068127d6
GM
3937 * replace.el (keep-lines-read-args): New function.
3938 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
3939 read arguments interactively. Add parameters RSTART and REND.
3940 Operate on the active region in Transient Mark mode.
3941
d777bb8f
GM
3942 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
3943
8a5506f2
GM
3944 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
3945 (authors-obsolete-files-regexps): New variable.
3946 (authors-add): Don't record changes in obsolete files.
3947
3fa87bfc
SM
39482000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3949
3950 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
3951
3952 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
3953 (comment-indent): Make sure there's a space between code and comment.
3954 Shift comments left to avoid going past fill-column.
3955
f02149ce
GM
39562000-09-29 Gerd Moellmann <gerd@gnu.org>
3957
3958 * startup.el (startup-echo-area-message): New function.
3959 (display-startup-echo-area-message): Use it.
3960 (fancy-splash-screens): Rewritten to use keymaps and a timer.
3961 (fancy-splash-default-action): New function.
3962 (fancy-splash-screens-1): New function.
3963 (fancy-splash-head): Put a help-echo and a keymap under the image.
3964
a3ef6569
SM
39652000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3966
3967 * diff-mode.el (diff-add-log-file-name): Remove.
3968 (diff-mode): Use add-log-buffer-file-name-function.
3969
3970 * add-log.el (find-change-log): New arg BUFFER-FILE.
3971 (add-log-file-name): Obey add-log-file-name-function.
3972 (add-log-buffer-file-name-function): New var.
3973 (add-change-log-entry): Use it.
3974
75e5b373
MB
39752000-09-29 Miles Bader <miles@gnu.org>
3976
3977 * image-file.el (image-file-name-extensions): New variable.
3978 (image-file-name-regexps): Renamed from `image-file-regexps'.
3979 New default value is nil. Call `auto-image-file-mode'.
3980 (image-file-name-regexp): New function.
3981 (auto-image-file-mode): New minor mode.
3982 (insert-image-file): Don't make conditional on the image-file
3983 handler being enabled.
3984 (image-file-handler): Make the call here conditional instead.
3985 (set-image-file-handler-enabled, enable-image-file-handler)
3986 (disable-image-file-handler): Functions removed.
3987
3988 * emacs-lisp/authors.el (authors-print): Rephrase many-files
3989 string.
3990
de6e1f7c
GM
39912000-09-29 Gerd Moellmann <gerd@gnu.org>
3992
3993 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
3994 it's a function from CL.
3995 (latex-imenu-create-index): Replace eval-when-compile with progn
3996 because latex-section-alist is not bound while compiling.
3997
d8c201f5
SM
39982000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3999
4000 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
4001 (outline-mode): Use define-derived-mode.
4002
814299a7 4003 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
4004 * progmodes/awk-mode.el (awk-mode):
4005 * progmodes/asm-mode.el (asm-mode):
4006 Don't gratuitously override the default for comment-column.
4007
4008 * emacs-lisp/lisp.el (lisp-complete-symbol):
4009 Distinguish the let-binding case from the funcall case.
4010 (forward-sexp-function): New variable.
4011 (forward-sexp): Use it.
4012
4013 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
4014 (easy-mmode-defmap): Remove the now useless autoload.
4015
4016 * time.el (display-time-mode): Use define-minor-mode.
4017
4018 * subr.el (add-minor-mode): Don't eval NAME.
4019 Don't depend on the presence of TOGGLE-FUN for any special behavior.
4020 Use if rather than cond.
4021
4022 * simple.el (read-expression-map): Define more properly.
4023 (comment-indent-hook): Remove.
4024 (string-to-syntax): Bug fix.
4025
4026 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
4027 (cvs-ediff-diff): Fix typo.
4028 (cvs-revert-if-needed): Don't bother preserving read-only.
4029
4030 * paren.el (show-paren-mode): Use define-minor-mode.
4031
4032 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
4033 (toggle-auto-compression): Remove.
4034 (jka-compr-build-file-regexp): Remove useless grouping.
4035
4036 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
4037 Avoid user-reserved bindings.
4038 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
4039 (diff-header-face): Revert to grey85.
4040
4041 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
4042
4043 * complete.el (partial-completion-mode) <defcustom>: Remove.
4044 (partial-completion-mode): Use define-minor-mode.
4045 (PC-do-completion): Understand `completion-auto-help = delay'
4046 to mean to popup the completion buffer only the second time.
814299a7 4047 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
4048 (PC-include-file-all-completions): Don't quote lambda.
4049
4050 * comint.el (comint-mode-hook): Docstring fix.
4051 (comint-mode): Use define-derived-mode.
4052 (comint-mode-map): Remove obsolete comment.
4053 (make-comint): Minor stylistic change.
4054 (comint-insert-clicked-input): Be more careful to find the overlay.
4055 Use this-command-keys rather than hardcoding mouse-2.
4056
4057 * font-lock.el: Replace confusing (,@ with ,
4058 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4059 Don't use regexp-opt-depth. Spice up the regexp for args.
4060 Don't distinguish between cmds that can take an opt arg or not.
4061 Use `append' and `prepend' rather than `keep'.
4062
4063 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
4064 (latex-outline-regexp): New var.
4065 (latex-outline-level): New fun.
4066 (latex-section-alist): New var.
4067 (latex-imenu-create-index): Use it. Use `push' as well.
4068 (tex-shell-map): Initialize it properly.
4069 (tex-mode): Minor stylistic change.
4070 (plain-tex-mode): Use define-derived-mode.
4071 (latex-mode): Use define-derived-mode.
4072 Construct the paragraph regexps in a more readable way.
4073 Set the buffer-local outline-{level,regexp} vars.
4074 (slitex-mode): Derive from latex-mode.
4075 (tex-common-initialization): Don't kill-all-vars anymore.
4076 Add setting for comment-add and font-lock-defaults.
4077 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
4078 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
4079 (tex-start-tex): New arg DIR (and send a chdir command for it).
4080 Also display the shell buffer and save it in tex-last-buffer-texed.
4081 (tex-region): Use expand-file-name rather than concat.
4082 Remove code made useless by changes in tex-start-tex.
4083 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
4084
4085 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
4086
ff398532
DL
40872000-09-28 Dave Love <fx@gnu.org>
4088
4089 * eshell/eshell.el (eshell) <defgroup>: Add :version.
4090
f9415d5b
GM
40912000-09-28 Gerd Moellmann <gerd@gnu.org>
4092
4093 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
4094 `append'.
4095
fa003899
SM
40962000-09-28 Stefan Monnier <monnier@cs.yale.edu>
4097
4098 * info.el (Info-extract-pointer): Undo last change.
4099 Instead, fix the position of the `bound' arg to re-search-backward.
4100
41012000-09-27 Stefan Monnier <monnier@cs.yale.edu>
4102
4103 * info.el (Info-extract-pointer):
4104 Widen more carefully, to avoid finding pointers in other nodes.
4105 (Info-index): Use push.
4106
f9415d5b 41072000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
4108
4109 * frame.el (set-frame-font): Remove call to obsolete function
4110 frame-update-faces.
4111 (set-foreground-color, set-background-color): Likewise for
4112 frame-update-face-colors.
4113
5538b8ba
MB
41142000-09-27 Miles Bader <miles@gnu.org>
4115
4116 * image-file.el: New file.
4117
60536eea
GM
41182000-09-27 Gerd Moellmann <gerd@gnu.org>
4119
5b551d58
GM
4120 * frame.el (frame-notice-user-settings): Don't call
4121 frame-update-faces, which is a no-op now.
814299a7 4122
60536eea
GM
4123 * ediff-wind.el (ediff-control-frame-parameters): Add zero
4124 tool-bar-lines.
4125
36f1966f
DL
41262000-09-27 Dave Love <fx@gnu.org>
4127
4128 * mouse.el: Fix last change.
4129
c5785b73
MB
41302000-09-27 Miles Bader <miles@lsi.nec.co.jp>
4131
4132 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
4133
672172d9
KH
41342000-09-22 Kenichi Handa <handa@etl.go.jp>
4135
4136 * international/quail.el (quail-help): The output message is
4137 improved.
4138
4653b4ea
DL
41392000-09-26 Dave Love <fx@gnu.org>
4140
4141 * mouse.el (popup-menu): If POSITION is nil, set it using
4142 mouse-position.
4143
63900fcf
SS
41442000-09-25 Sam Steingold <sds@gnu.org>
4145
4146 * net/browse-url.el (browse-url-file-url): Check for null maps.
4147
cd3b81be
GM
41482000-09-26 Gerd Moellmann <gerd@gnu.org>
4149
876512ab 4150 * frame.el (frame-notice-user-settings): Don't add a
fa003899 4151 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 4152
fa003899
SM
4153 * frame.el (frame-notice-user-settings):
4154 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 4155
cd3b81be
GM
4156 * toolbar/tool-bar.el (tool-bar-help): New function.
4157
d8b4516f
GM
41582000-09-25 Gerd Moellmann <gerd@gnu.org>
4159
6567e9b5
GM
4160 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
4161 current-load-list in top-level forms. Else this leaks a cons cell
4162 every time a defun is called.
63900fcf 4163
d8b4516f 4164 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 4165
a461758e
DL
41662000-09-25 Dave Love <fx@gnu.org>
4167
7df6adc3
DL
4168 * startup.el (fancy-splash-head): Check XPM is available.
4169
a461758e
DL
4170 * autoinsert.el (auto-insert): Doc fix.
4171 (auto-insert-alist): Following GNU notices, don't say `copyright
4172 _by_'. Use line-beginning-position.
4173 (auto-insert): Check buffer-file-name is non-nil before use.
4174
b11af2dd
GM
41752000-09-25 Gerd Moellmann <gerd@gnu.org>
4176
4177 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
4178 starting with `@def' or `@multitable', in addition to ones
4179 specified by the user in auto-fill-inhibit-regexp.
4180
5f9f981b
GM
41812000-09-25 Markus Rost <rost@math.ohio-state.edu>
4182
4183 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
4184 rmail-dont-reply-to-names matches the empty string.
63900fcf 4185
8ff16b4e
GM
41862000-09-25 Gerd Moellmann <gerd@gnu.org>
4187
63900fcf 4188 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
4189 text to sound more friendly.
4190
9b4a7800
TTN
41912000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
4192
4193 * progmodes/hideshow.el: Update author email address.
4194 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
4195 (hs-hide-all-non-comment-function): New var.
4196 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
4197 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
4198 (hs-show-region): Delete this command.
4199 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
4200
4c7c1f3f
DL
42012000-09-22 Dave Love <fx@gnu.org>
4202
4203 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
4204 (hl-line-highlight): Specify buffer when moving overlay.
4205
4206 * progmodes/fortran.el (fortran-mode): Locally set
4207 normal-auto-fill-function.
4208 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
4209 (fortran-mode-map): Adjust auto-fill menu entry.
4210
13f93dee
GM
42112000-09-22 Gerd Moellmann <gerd@gnu.org>
4212
36eb0a91
GM
4213 * vc-rcs.el (toplevel): Require `vc' when compiling.
4214
fa003899 4215 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 4216
36a03bf9
AS
42172000-09-22 Andre Spiegel <spiegel@gnu.org>
4218
9b4a7800 4219 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
4220 registered under the new backend.
4221
9b4a7800 4222 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
4223 without explicit revision number.
4224
6e4e8a3b
SM
42252000-09-21 Stefan Monnier <monnier@cs.yale.edu>
4226
4227 * diff-mode.el (diff-file-header-face): Reset to its previous value.
4228 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
4229 (diff-xor): New function.
4230 (diff-find-source-location): Use it. Fix a stupid name clash.
4231 (diff-hunk-status-msg): New function.
4232 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
4233 (diff-test-hunk): Use diff-find-source-location.
4234 (diff-goto-source): Favor the `reverse'.
4235 (diff-hunk-text): Properly handle one-sided context diffs.
4236 (diff-apply-hunk): When done, advance to the next hunk.
4237
1b24b888
GM
42382000-09-21 Gerd Moellmann <gerd@gnu.org>
4239
623a0aae
GM
4240 * startup.el (command-line): If frame was created with a non-zero
4241 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 4242
1b24b888
GM
4243 * add-log.el (change-log-date-face, change-log-name-face)
4244 (change-log-email-face, change-log-file-face)
4245 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
4246 (change-log-function-face, change-log-acknowledgement-face):
4247 New faces, inheriting from font-lock faces.
1b24b888 4248 (change-log-font-lock-keywords): Use them.
9b4a7800 4249
93b3a1c8
DL
42502000-09-21 Dave Love <fx@gnu.org>
4251
80585273
DL
4252 * progmodes/cperl-mode.el (top-level): Clean up
4253 `eval-when-compile's and assorted defvars.
4254 (cperl-invalid-face): Don't double-quote value. Change custom
4255 type.
4256 (cperl-mode): Set normal-auto-fill-function and don't zap
4257 auto-fill-function.
4258 (cperl-imenu--function-name-regexp-perl): Renamed from
4259 imenu-example--function-name-regexp-perl.
4260 (cperl-imenu--create-perl-index): Renamed from
4261 imenu-example--create-perl-index.
4262 (cperl-xsub-scan): Don't require cl.
4263
93b3a1c8
DL
4264 * msb.el (msb-mode-map): Use substitute-key-definition.
4265 (msb-mode): Use msb-mode-map.
4266
43ccb598
AS
42672000-09-21 Andre Spiegel <spiegel@gnu.org>
4268
4269 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
4270 New functions.
fa003899 4271 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
4272 (vc-switch-backend): New function.
4273 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
4274 (vc-register): Fix prompt.
4275 (vc-unregister, vc-default-unregister): New functions.
4276 (vc-version-diff): Handle empty buffer in sentinel.
4277
4278 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
4279 (vc-rcs-state-heuristic): Use it to guess the state of files with
4280 non-strict locking.
4281 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
4282 been set with -b, but not created yet.
4283 (vc-rcs-fetch-master-state): With non-strict locking, compare file
4284 contents in order to find the state.
4285 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
4286 (vc-rcs-unregister, vc-rcs-receive-file)
4287 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 4288
9b4a7800 4289 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 4290 in case it is missing.
9b4a7800 4291
95fadcca
GM
42922000-09-21 Gerd Moellmann <gerd@gnu.org>
4293
4294 * startup.el (fancy-splash-tail): Use a different foreground
4295 color on a dark frame background.
4296
470f23e1
MB
42972000-09-21 Miles Bader <miles@lsi.nec.co.jp>
4298
4299 * info.el: Use the correct capitalization when making Info-mode
4300 and Info-edit-mode `special' modes.
4301
281096ed
SM
43022000-09-20 Stefan Monnier <monnier@cs.yale.edu>
4303
4304 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
4305 (diff-mode): Add support for add-log.el.
4306 (diff-hunk-text): Use char offsets rather than line offsets.
4307 (diff-find-source-location): Replace LINE with line-offset (nil
4308 if not found) and always set POS to a meaningful position.
4309 Adapt to the new char-offsets.
4310 (diff-apply-hunk): Drop support for the unused `select' POPUP.
4311 Adapt to the new diff-find-source-location.
4312 (diff-goto-source): Adapt to the new diff-find-source-location.
4313
4314 * add-log.el (add-log-file-name): New function (split out of
4315 add-change-log-entry).
4316 (add-change-log-entry): Use it.
4317 Call add-log-file-name-function with the changelog file name if
4318 the current buffer is not associated with any file.
4319 Avoid find-file if the selected window is dedicated.
4320
4321 * diff-mode.el (diff-find-source-location):
4322 Move code from diff-apply-hunk. Return buffer rather than file.
4323 (diff-apply-hunk): Use the new result from diff-find-source-location.
4324 (diff-goto-source): Use the new diff-find-source-location.
4325
c29d77c4
DL
43262000-09-20 Dave Love <fx@gnu.org>
4327
4328 * iswitchb.el: Some doc fixes.
4329 (iswitchb-mode-map): Define completely initially. Inherit
4330 minibuffer-local-map.
4331 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
4332 fundamental-mode.
4333 (iswitchb-global-map): New variable.
4334 (iswitchb-summaries-to-end): Amalgamate regexps.
4335 (iswitchb-mode): New.
4336 (iswitchb-mode-hook): New variable.
4337 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
4338 `extensions'.
4339
49939379
GM
43402000-09-20 Gerd Moellmann <gerd@gnu.org>
4341
d05c87ac
GM
4342 * ehelp.el (electric-help): New defgroup.
4343 (electric-help-shrink-window): New user-option.
4344 (with-electric-help): Use it.
4345
1ec082d4
GM
4346 * window.el (shrink-window-if-larger-than-buffer): If face
4347 `mode-line' has a :box, and we're on a graphical frame, add 1
4348 to the needed window height.
4349
f46c275e
GM
4350 * frame.el (frame-notice-user-settings): Add a last parameter nil
4351 to a call to `append', because the last list passed to `append' is
4352 not copied, and so subsequent calls to assq-delete-all will modify
4353 default-frame-alist.
4354
b7e11c5b
GM
4355 * startup.el (fancy-splash-image): Change :type.
4356 (fancy-splash-head): Use an XBM image if appropriate.
4357 (command-line-1): Show splash screens in more cases.
4358
26ff68aa
GM
4359 * startup.el (fancy-splash-text): Don't quote faces.
4360
8320414c
GM
4361 * dired.el (dired-font-lock-keywords): Undo last change.
4362 (dired-readin): Bind indent-tabs-mode to nil.
4363
49939379
GM
4364 * startup.el (fancy-splash-head): If frame's background mode
4365 is `dark', change the black background of the image to gray.
4366 (fancy-splash-screens): Display startup echo area message.
4367 (display-startup-echo-area-message): New function.
4368
c3b27206
MB
43692000-09-20 Miles Bader <miles@lsi.nec.co.jp>
4370
55a3d2a1
MB
4371 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
4372
4373 * info.el (info-header-node): Tweak for color ttys.
4374
37a99821
MB
4375 * faces.el (face-valid-attribute-values): Make sure directories we
4376 search for stipples both exist and are readable before trying to
4377 search them.
4378
0415d0d0
MB
4379 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
4380 in the dry-run case.
4381
523b128c
MB
4382 * jka-compr.el (with-auto-compression-mode): New macro.
4383
c3b27206
MB
4384 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
4385 (custom-group-tag-face, custom-variable-tag-face): Use relative
4386 :height and inherit from `variable-pitch' face instead of
4387 hardwiring :family.
4388 * hi-lock.el (hi-black-hb): Likewise.
4389
ddba99ad
MB
4390 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
4391 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
4392 toolbar-add-item, if image doesn't have a mask add a `:mask
4393 heuristic'.
4394
7e99fbde
SM
43952000-09-19 Stefan Monnier <monnier@cs.yale.edu>
4396
4397 * diff-mode.el: Docstring fixes.
4398 (diff-header-face, diff-comment-face): New faces.
4399 (diff-font-lock-keywords): Highlight a bit differently.
4400 (diff-find-source-location): Don't return SPAN any more.
4401 (diff-hunk-text): Don't bother erasing the temp buffer.
4402 (diff-find-text): Drop argument LINE.
4403 (diff-apply-hunk): Update calls to diff-find-text.
4404 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
4405
4406 * calendar/calendar.el: Docstring fixes.
4407 (calendar-make-alist): Don't quote lambda.
4408 (calendar-star-date): Use make-local-variable.
4409
fb275c02
DL
44102000-09-19 Dave Love <fx@gnu.org>
4411
7e99fbde
SM
4412 * toolbar/tool-bar.el: Renamed from toolbar.el.
4413 Change `toolbar' to `tool-bar' generally in symbols.
4414 Make some items invisible in `special' major modes.
4415 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
4416 Add arg PROPS.
532cb34d 4417
7e99fbde
SM
4418 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
4419 Add :version here.
fb275c02
DL
4420 (fancy-splash-delay, fancy-splash-image): Remove :version here.
4421
8f4ca9a5
GM
44222000-09-19 Gerd Moellmann <gerd@gnu.org>
4423
8b7707e1 4424 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 4425
8b7707e1 4426 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
4427 (find-file-noselect): Use it.
4428
8b7707e1 4429 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
4430 (fancy-splash-screen): Defgroup.
4431
8f4ca9a5
GM
4432 * add-log.el (change-log-font-lock-keywords): Match names
4433 more exactly for the case that font-lock-constant-face is
4434 underlined.
4435
ba9eeda1 44362000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 4437
8b7707e1 4438 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 4439
289eaef9
AS
44402000-09-19 Andre Spiegel <spiegel@gnu.org>
4441
4442 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
4443
ce9ded5d
GM
44442000-09-19 Gerd Moellmann <gerd@gnu.org>
4445
c113de23
GM
4446 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
4447 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
4448 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
4449 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
4450 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
4451 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
4452 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
4453 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
4454 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
4455 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
4456 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 4457 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 4458
ce9ded5d
GM
4459 * startup.el (fancy-splash-text): New variable.
4460 (fancy-splash-delay, fancy-splash-image): New user-options.
4461 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
4462 (fancy-splash-screens): New functions.
4463 (command-line-1): If display has a `display' frame parameter, has
4464 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 4465
b9b1c3a9
DL
44662000-09-19 Dave Love <fx@gnu.org>
4467
4468 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
4469 with null `help'. Use modern backquote syntax.
4470
1af25534
GM
44712000-09-19 Gerd Moellmann <gerd@gnu.org>
4472
afd3c8cd
GM
4473 * font-lock.el (font-lock-mode): Change message telling the user
4474 that ``the buffer is too big''.
4475
1af25534
GM
4476 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
4477 for instance for the case that tab-width is 2.
4478
05b1f851
GM
44792000-09-18 Gerd Moellmann <gerd@gnu.org>
4480
4481 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
4482 toolbar-add-item, if image doesn't have a mask add a `:mask
4483 heuristic'.
4484
8ec8f673
MB
44852000-09-18 Miles Bader <miles@lsi.nec.co.jp>
4486
2b612b1f
MB
4487 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
4488 and return a cons if it's non-nil.
4489 (diff-apply-hunk): Try to jump to the line in the source text
4490 corresponding to the position of point in the in the hunk.
4491
9b4a7800 4492 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
4493 (Info-title-1-face): Use face inheritance and relative sizes
4494 instead of hard-wiring things.
4495
4496 * faces.el (secondary-selection): Make dark-background variant sane.
4497
5eedab4d
AI
44982000-09-16 Andrew Innes <andrewi@gnu.org>
4499
5eedab4d
AI
4500 * makefile.w32-in (compile-files-CMD): No need to make .elc files
4501 read-only, since they aren't under VC now.
4502
6a142f26
DL
45032000-09-17 Dave Love <fx@gnu.org>
4504
e07436e1
DL
4505 * tmm.el: Replace mapcar with mapc in several places.
4506
4507 * loadhist.el (unload-feature): Maybe call elp-restore-list and
4508 ad-unadvise.
4509
7d354dd5
DL
4510 * international/latin1-disp.el: New file.
4511
6a142f26
DL
4512 * calendar/cal-move.el (scroll-calendar-left)
4513 (scroll-calendar-right): Make arg optional (for active mode line).
4514
4515 * calendar/calendar.el (calendar-mode-line-format): Make fields
4516 mouse-sensitive.
4517 (calendar-read-date, calendar-read-date, calendar-window-list):
4518 Unquote lambda.
4519 (calendar-month-name): Use aref, not sref.
4520
4521 * view.el (minor-mode-alist): Propertize the string.
4522
4523 * international/characters.el (standard-case-table): Add entries
4524 for Greek.
4525
50ac70af
MB
45262000-09-18 Miles Bader <miles@gnu.org>
4527
53c9ab4f
MB
4528 * info.el (info-node, info-xref): Add dark-background variants.
4529
a114b1ca
MB
4530 * faces.el (header-line): Change defaults to be less confusing
4531 when mixed with mode-lines.
4532
50ac70af
MB
4533 * info.el (Info-fontify-node): Make a few cleanups.
4534 Add extra `help-echo' and `local-map' props to node xrefs.
4535 Use header-specific faces for node-names & xrefs.
4536 (Info-use-header-line): New variable.
53c9ab4f 4537 (info-header-xref, info-header-node): New faces.
50ac70af
MB
4538 (Info-setup-header-line): New function.
4539 (Info-select-node): Call Info-setup-header-line when enabled.
4540 (Info-extract-pointer): Work even if the header line is hidden.
4541 (Info-header-line): New variable.
4542
729927ff
SM
45432000-09-16 Stefan Monnier <monnier@cs.yale.edu>
4544
4545 * vms-patch.el (print-region-function): Don't quote lambda.
4546
4547 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
4548
4549 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
4550 (lm-get-header-re): Allow spaces between the header and the colon.
4551 (lm-header): Allow $ in non-RCS headers.
4552 (lm-header-multiline): Put the strings back into order.
4553 Stop at an empty line. Don't require two space chars if the
4554 line is clearly not another header line.
4555
4556 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
4557 (popup-menu-popup): Remove.
4558
7a98d821
GM
45592000-09-15 Gerd Moellmann <gerd@gnu.org>
4560
7f8f1edc
GM
4561 * toolbar/toolbar.el (toolbar-add-item): Use the same image
4562 specification if or if not tool-bar item contains an `:enabled'
4563 property.
4564
7a98d821
GM
4565 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
4566 current buffer has no file name.
4567
a7bc704b
DL
45682000-09-15 Dave Love <fx@gnu.org>
4569
4570 * strokes.el: Sync with maintainer's current version with changes
4571 for Emacs, but avoid runtime cl and levents.
4572 (toplevel): Change autoloads and compilation requires.
4573 (strokes-version, strokes-bug-address, strokes-lift): Values
4574 changed.
4575 (strokes-xpm-header, strokes-insinuated): New variable.
4576 (strokes): Add :link.
4577 (strokes-mode): Customized.
4578 (strokes-while-inhibiting-garbage-collector): New macro.
4579 (strokes-remassoc): Avoid remove-if.
4580 (strokes-fix-button2-command): Don't use ad-do-it.
4581 (strokes-insinuate): New function.
4582 (strokes-button-press-event-p, strokes-button-release-event-p):
4583 New functions, used instead of non-`strokes-' versions..
4584 (strokes-mouse-event-p): Rewritten.
4585 (strokes-event-closest-point): Avoid event-point.
4586 (strokes-get-grid-position): Avoid cdadr, caadr
4587 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
4588 functions.
4589 (strokes-help): Use with-output-to-temp-buffer.
4590 (strokes-window-configuration-changed-p): New function.
4591 (strokes-update-window-configuration): Use buffer-live-p,
4592 strokes-window-configuration-changed-p.
4593 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
4594 (strokes-char-face): New face.
4595 (strokes-char-table, strokes-base64-chars): New variable.
4596 (strokes-xpm-for-stroke, strokes-list-strokes)
4597 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
4598 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
4599 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4600 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
4601 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
4602 functions.
4603
47e351a3
GM
46042000-09-15 Gerd Moellmann <gerd@gnu.org>
4605
ebb8f116
GM
4606 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
4607
47e351a3
GM
4608 * image.el (create-image): Doc fix.
4609
4610 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
4611 instead of `:heuristic-mask t'.
4612
fe83b953
AI
46132000-09-14 Andrew Innes <andrewi@gnu.org>
4614
4615 * makefile.w32-in: Revert to Unix line endings.
4616
52481729
AI
46172000-09-14 Andrew Innes <andrewi@gnu.org>
4618
3021e816
AI
4619 * makefile.w32-in: Add bootstrap support. Also copy lisp source
4620 when installing.
4621
52481729
AI
4622 * makefile.nt (DONTCOMPILE): Fix typo.
4623
4624 * shell.el (shell-write-history-on-exit): New function.
4625 (shell-dumb-shell-regexp): New custom variable.
4626 (shell-mode): Make shell-write-history-on-exit the process
4627 sentinel if shell name matches shell-dumb-shell-regexp.
4628
4629 * w32-fns.el: Comment out before-init-hook function which resets
4630 source-directory based; this breaks bootstrap.
4631
f8034e41
DL
46322000-09-14 Dave Love <fx@gnu.org>
4633
4634 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
4635 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
4636 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
4637 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
4638 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
4639 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
4640 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
4641 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
4642 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
4643
4644 * toolbar/toolbar.el: New.
4645
4646 * subdirs.el: Add toolbar.
4647
b9ce5694
GM
46482000-09-14 Gerd Moellmann <gerd@gnu.org>
4649
4650 * indent.el (indent-for-tab-command): Doc fix.
4651
986b7dee
GM
46522000-09-14 Alex Schroeder <alex@gnu.org>
4653
4654 * ansi-color.el (ansi-colors): Doc change.
4655 (ansi-color-get-face): Simplified regexp.
4656 (ansi-color-faces-vector): Added more faces, doc change.
4657 (ansi-color-names-vector): Doc change.
4658 (ansi-color-regexp): Simplified regexp.
4659 (ansi-color-parameter-regexp): New regexp.
4660 (ansi-color-filter-apply): Doc change.
4661 (ansi-color-filter-region): Doc change.
4662 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
4663 deal with zero length parameters.
4664 (ansi-color-apply-on-region): Doc change.
4665 (ansi-color-map): Doc change.
4666 (ansi-color-map-update): Removed debugging message.
4667 (ansi-color-get-face-1): Added condition-case to trap
4668 args-out-of-range errors.
4669 (ansi-color-get-face): Doc change.
4670 (ansi-color-make-face): Removed.
4671 (ansi-color-for-shell-mode): New option.
9b4a7800 4672
076ff911
KH
46732000-09-13 Kenichi Handa <handa@etl.go.jp>
4674
4675 * international/quail.el (quail-start-translation): Translate KEY
4676 if necessary even if it doesn't have any mapping in the current
4677 input method.
4678 (quail-start-conversion): Likewise.
4679 (quail-help): The output message is improved.
4680
bdf08678
MB
46812000-09-13 Miles Bader <miles@gnu.org>
4682
4683 * comint.el (comint-output-filter): Revert to using
4684 `insert-before-markers'. Add bletcherous hack to undo damage
4685 caused by `insert-before-markers'. Put `front-sticky' property on
4686 overlays created here so that the field code understands how the
4687 overlay works. Use a let when making comint-last-prompt-overlay,
4688 so that the code is easier to read.
4689
ffb8db8d
DL
46902000-09-13 Dave Love <fx@gnu.org>
4691
4692 * wid-edit.el (widget-default-format-handler): DTRT when
4693 doc-property is a function.
4694
5dd05f61
GM
46952000-09-12 Francesco Potorti` <pot@gnu.org>
4696
4697 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
4698 filed name if it's not there.
4699
35177617
DL
47002000-09-12 Dave Love <fx@gnu.org>
4701
9023837e
DL
4702 * simple.el (read-mail-command): Doc fix.
4703 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
4704
35177617
DL
4705 * vc.el (vc-dired-listing-switches): Fix :version.
4706
4707 * vc-hooks.el: Doc fixes.
4708
4709 * subr.el (add-minor-mode): Use toggle-fun arg.
4710
4711 * speedbar.el: Add :version to several defcustoms.
4712
4713 * imenu.el (imenu--truncate-items, imenu--cleanup)
4714 (imenu--generic-function): Avoid mapcar.
4715 (imenu--replace-spaces): Function removed.
4716 (imenu--completion-buffer): Use subst-char-in-string.
4717 (imenu-add-to-menubar): Use keymap inheritance.
4718
1afaae94
MB
47192000-09-12 Miles Bader <miles@gnu.org>
4720
4721 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
4722 (diff-mode-map): Bind `diff-test-hunk'.
4723 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
4724
47252000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
4726
4727 * bytecomp.el (byte-compile-defvar): Undo last change
4728 because it breaks '(make-variable-buffer-local (defvar ...)'
4729 which is used at least in dired.
4730
63c36c3c
KH
47312000-09-12 Kenichi Handa <handa@etl.go.jp>
4732
4733 * international/quail.el (quail-define-package): Docstring
4734 modified.
4735
1ad24be1
KH
47362000-09-12 Kenichi Handa <handa@etl.go.jp>
4737
362a8065
KH
4738 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
4739 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
4740 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
4741 docstring of "chinese-py".
4742
1ad24be1
KH
4743 * international/quail.el (quail-translation-docstring): New
4744 variable.
4745 (quail-show-keyboard-layout): Docstring modified.
4746 (quail-select-current): Likewise.
4747 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
4748 infinite recursive call.
4749 (quail-help): Check quail-translation-docstring. Format of the
4750 output changed.
4751 (quail-help-insert-keymap-description): Adjusted for the above
4752 change.
4753
cc0f95a4
GM
47542000-09-11 Gerd Moellmann <gerd@gnu.org>
4755
4756 * bytecomp.el (byte-compile-defvar): Only cons onto
4757 current-load-list in top-level forms. Else this leaks a cons cell
4758 every time a defun is called.
4759
7530b6da
MB
47602000-09-11 Miles Bader <miles@lsi.nec.co.jp>
4761
4762 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
4763 Now understands non-unified diffs. Some functionality moved into
4764 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
4765 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
4766 modify anything. Only reposition point in the patched file if the
4767 patch succeeds. Only pop up another window if POPUP is true.
4768 Emit a message describing what happened if successful, and at what
4769 line-offset. Automatically detect reversed hunks and do something
4770 appropriate.
4771 (diff-hunk-text, diff-find-text): New functions.
4772 (diff-filter-lines): Function removed.
4773 (diff-test-hunk): New function.
4774 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
4775
6b124390
DL
47762000-09-10 Dave Love <fx@gnu.org>
4777
4778 * textmodes/tildify.el: Minor doc/commentary fixes.
4779 (tildify) <defgroup>: Add :version.
4780
4781 * faces.el (face-x-resources): Make custom type more specific.
4782 (frame-background-mode): Use mapc.
4783 (region) <defcustom>: Add :version.
4784
7f8b6551
SM
47852000-09-08 Stefan Monnier <monnier@cs.yale.edu>
4786
9b4a7800
TTN
4787 * vc-sccs.el (vc-sccs-register):
4788 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
4789 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
4790 * vc.el (vc-register): Clear file's properties.
4791
c454aac1
GM
47922000-09-08 Gerd Moellmann <gerd@gnu.org>
4793
4794 * faces.el (face-spec-set): Only face-spec-reset-face when
4795 ATTRS is non-nil.
4796
bb934822
EZ
47972000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
4798
4799 * help.el (help-insert-xref-button): Fix a typo in doc string.
4800
03419440
EZ
48012000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
4802
7f8b6551
SM
4803 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4804 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
4805 methods.
4806
03419440
EZ
4807 * menu-bar.el (read-mail-item-name): New function.
4808 (menu-bar-tools-menu): Use it to compute and display the package
4809 used to read email.
4810 (menu-bar-tools-menu): Fix typo in GUD's help string.
4811
dbcee71a
DL
48122000-09-07 Dave Love <fx@gnu.org>
4813
19e713d8
DL
4814 * diff-mode.el (diff-mouse-goto-source): New function.
4815
a7cafade 4816 * vc-sccs.el: Doc fixes.
7f8b6551 4817 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
4818
4819 * vc-rcs.el: Doc fixes.
7f8b6551
SM
4820 (vc-rcs-register-switches, vc-rcs-checkin-switches)
4821 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
4822 (vc-rcs-master-templates): Add or change :version.
4823
7f8b6551 4824 * vc-cvs.el: Doc fixes.
a7cafade
DL
4825 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
4826 (vc-cvs-stay-local): Add :version.
4827
dbcee71a
DL
4828 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
4829
ed254191
KH
48302000-09-07 Kenichi Handa <handa@etl.go.jp>
4831
4832 * international/quail.el (quail-help): Fix previous change.
4833
ab0ee409
GM
48342000-09-07 Gerd Moellmann <gerd@gnu.org>
4835
f46f845b 4836 * faces.el (color-values): Doc fix.
9b4a7800 4837
ab0ee409
GM
4838 * faces.el (frame-set-background-mode): Use frame-parameter
4839 instead of frame-parameters.
4840
4841 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 4842 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 4843 frame-parameters.
9b4a7800 4844
f7246ac7
KH
48452000-09-07 Kenichi Handa <handa@etl.go.jp>
4846
4847 * language/devan-util.el (devanagari-to-indian-region): In the
4848 loop, change the following char, not preceding char.
4849
96889af2
GM
48502000-09-07 Gerd Moellmann <gerd@gnu.org>
4851
1091dd67
GM
4852 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
4853 instead of frame-parameters.
4854
9b4a7800 4855 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
4856 internal-set-lisp-face-attribute with FRAME being 0.
4857
4858 * vc.el: Remove `Id' version control keyword.
96889af2 4859
0fddd0dc
KH
48602000-09-07 Kenichi Handa <handa@etl.go.jp>
4861
4862 * help.el (help-make-xrefs): Adjusted for the change of
4863 help-xref-mule-regexp.
4864 (help-insert-xref-button): New function.
4865
4866 * international/mule-cmds.el (help-xref-mule-regexp-template):
4867 Include the pattern for character set.
4868 (leim): New group.
4869
4870 * international/quail.el: Don't require face.
4871 (quail): New group.
7f8b6551 4872 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
4873 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
4874 (quail-keyboard-layout-substitution): New variable.
4875 (quail-update-keyboard-layout): New function.
4876 (quail-keyboard-layout-type): New customizable variable.
4877 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
4878 (quail-keyboard-translate): Pay attention to
4879 quail-keyboard-layout-substitution.
4880 (quail-insert-kbd-layout): New function.
4881 (quail-show-keyboard-layout): New function.
4882 (quail-get-translation): If the definition is a vector of length
7f8b6551 4883 1, and the element is a string of length 1, return the character
0fddd0dc
KH
4884 in that string.
4885 (quail-update-current-translations): Fix the case of
4886 relative-index out of range.
4887 (quail-build-decode-map, quail-insert-decode-map): New Functions.
4888 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 4889 Show key sequences for all available characters.
0fddd0dc
KH
4890 (quail-help-insert-keymap-description): Don't show such verbose
4891 key bindings as quail-self-insert-command.
4892
4893 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4894 Format changed, and each element now have extra documentations.
4895 (tit-process-header): Delete invalid characters from TIT-PROMPT.
4896 Adjusted for the change of quail-cxterm-package-ext-info.
4897
8ddceaf1
GM
48982000-09-06 Gerd Moellmann <gerd@gnu.org>
4899
4900 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
4901 requiring it leads to a recursive loading of vc.el and vc-hooks.el
4902 during bootstrap.
4903
099bd78a
SM
49042000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4905
4906 * vc.el: (toplevel): Don't require `dired' at run-time.
4907 (vc-dired-resynch-file): Remove autoload cookie.
4908
49092000-09-05 Andre Spiegel <spiegel@gnu.org>
4910
4911 * vc.el: Made several backend functions optional.
4912 (vc-default-responsible-p): New function.
4913 (vc-merge): Use RET for first version to trigger merge-news, not
4914 prefix arg.
4915 (vc-annotate): Handle backends that do not support annotation.
4916 (vc-default-merge-news): Removed. The existence of a merge-news
4917 implementation is now checked on caller sites.
4918
9b4a7800 4919 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
4920 case.
4921
9b4a7800 4922 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
4923 special case that has been removed from the default in vc-hooks.el.
4924
49252000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4926
4927 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
4928
49292000-09-05 Andre Spiegel <spiegel@gnu.org>
4930
4931 * vc-hooks.el: Require vc during compilation.
4932 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
4933 macro `with-vc-properties' in vc.el.
4934 (vc-file-getprop): Doc fix.
4935 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 4936
099bd78a
SM
4937 * vc.el: Require dired-aux during compilation.
4938 (vc-name-assoc-file): Moved to vc-sccs.el.
4939 (with-vc-properties): New macro.
9b4a7800 4940 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
4941 vc-finish-steal): Use it.
4942 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
4943 to the backend-specific function is now supposed to do the checkout,
4944 too.
4945 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
4946
9b4a7800 4947 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
4948 set file properties; that gets done in the generic code now.
4949
4950 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
4951 Changed parameter list, added code from vc.el that does the
4952 checkout, possibly with a double-take.
4953
4954 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
4955 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
4956 the above under the new name.
4957 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
4958 parameter list, added checkout command.
4959 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
4960 properties; that gets done in the generic code now.
4961
49622000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4963
4964 * vc.el: Docstring fixes (courtesy of checkdoc).
4965
49662000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4967
4968 * vc.el (vc-checkout-writable-buffer-hook)
4969 (vc-checkout-writable-buffer): Remove.
4970 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
4971 (vc-log-mode): Make it into a clean derived major mode.
4972 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
4973 vc-log-mode if log-edit is not available.
4974 (vc-dired-mode-map): Don't set-keymap-parent yet.
4975 (vc-dired-mode): Do set-keymap-parent here.
4976 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
4977
08ba3862
GM
49782000-09-05 Gerd Moellmann <gerd@gnu.org>
4979
4980 * faces.el (set-face-attribute, face-spec-reset-face)
4981 (face-spec-set): Avoid consing by removing calls to `apply'.
4982
4983 * frame.el (frame-parameter): Move to C code.
4984
3b4429b4
DL
49852000-09-05 Dave Love <fx@gnu.org>
4986
4987 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
4988 insert-before-markers-and-inherit. Now checked systematically!
4989
877055f6
GM
49902000-09-05 Alex Schroeder <alex@gnu.org>
4991
4992 * sql.el (sql-postgres): Use sql-postgres-options.
4993 (sql-postgres-options): New variable.
4994
49952000-09-05 Alex Schroeder <alex@gnu.org>
4996
4997 * sql.el (sql-mode-menu): Work around missing variable mark-active
4998 in XEmacs.
4999 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
5000 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
5001 compatibility.
5002
7a004b71
GM
50032000-09-04 Gerd Moellmann <gerd@gnu.org>
5004
54baed30 5005 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 5006
7a004b71
GM
5007 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
5008
5009 * Makefile.in (DONTCOMPILE): Fix typo in file name.
5010
50112000-09-04 Andre Spiegel <spiegel@gnu.org>
5012
5013 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
5014 don't support anything else under SCCS yet.
5015
5016 * vc-hooks.el: Minor doc fixes.
5017
50182000-09-04 Andre Spiegel <spiegel@gnu.org>
5019
5020 * vc.el (vc-next-action-on-file): Do not visit the file if it's
5021 not necessary. If verbose in state `needs-patch', do the same as
5022 under `up-to-date'. When NOT verbose and `needs-patch', check out
5023 latest version instead of `merge-news'.
5024 (vc-next-action-dired): Don't mess with default-directory here; it
5025 breaks other parts of dired. It is the job of the
099bd78a 5026 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
5027 (vc-next-action): Remove a special CVS case.
5028 (vc-clear-headers): New optional arg FILE.
5029 (vc-checkin, vc-checkout): Set properties vc-state and
5030 vc-checkout-time properly.
099bd78a 5031 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
5032 (vc-print-log): Use new backend function `show-log-entry'.
5033 (vc-cancel-version): Do the checks in a different order. Added a
5034 FIXME concerning RCS-only code.
5035
5036 * vc-rcs.el (vc-rcs-show-log-entry): New function.
5037 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
5038
5039 * vc-cvs.el (vc-cvs-show-log-entry): New function.
5040
9b4a7800 5041 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
5042 `needs-patch' as a `-' too.
5043
50442000-09-04 Andre Spiegel <spiegel@gnu.org>
5045
5046 * vc.el (vc-responsible-backend): New optional arg REGISTER.
5047 (vc-default-could-register): New function.
5048 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
5049 (vc-resynch-buffer): Call vc-dired-resynch-file.
5050 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
5051 vc-resynch-buffer instead of vc-resynch-window.
5052 (vc-next-action-dired): Don't redisplay here, that gets done as a
5053 result of the individual file operations.
5054 (vc-retrieve-snapshot): Corrected prompt order.
5055
5056 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 5057
7a004b71
GM
5058 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
5059 as well.
5060 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
5061 hostname regexps. Updated all callers.
5062 (vc-cvs-responsible-p): Handle directories as well.
5063 (vc-cvs-could-register): New function.
5064 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
5065 properties up-to-date.
9b4a7800 5066
7a004b71
GM
5067 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
5068 user whether to create one.
5069
50702000-09-04 Andre Spiegel <spiegel@gnu.org>
5071
5072 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
5073 check out a non-existing file.
5074
5075 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
5076 workfile does not exist.
5077
5078 * vc.el (vc-version-diff): Use `require' to check for existence of
5079 diff-mode.
5080
50812000-09-04 Andre Spiegel <spiegel@gnu.org>
5082
5083 * vc-cvs.el (vc-cvs-registered): Use new function
5084 vc-cvs-parse-entry to do the actual work.
5085
50862000-09-04 Andre Spiegel <spiegel@gnu.org>
5087
5088 * vc-hooks.el (vc-find-backend-function): If function doesn't
5089 exist, return nil instead of error.
5090 (vc-call-backend): Doc fix.
5091
5092 * vc.el (vc-do-command): Doc fix.
5093 (vc-finish-logentry): When checking in from vc-dired, choose the
5094 right backend for logentry check.
5095 (vc-dired-mode-map): Inherit from dired-mode-map.
5096 (vc-dired-mode): Local value of dired-move-to-filename-regexp
5097 simplified.
5098 (vc-dired-state-info): Removed, updated caller.
5099 (vc-default-dired-state-info): Use parentheses instead of hyphens.
5100 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
5101 (vc-dired-listing-switches): New variable.
5102 (vc-directory): Use it, instead of dired-listing-switches.
5103
5104 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
5105 (vc-cvs-dir-state): New function.
7f8b6551 5106 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
5107 (vc-cvs-parse-entry): New function, also to be used in
5108 vc-cvs-registered.
9b4a7800 5109
7a004b71
GM
51102000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5111
5112 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
5113 *or* single-window-frames.
5114
51152000-09-04 Andre Spiegel <spiegel@gnu.org>
5116
5117 * vc.el (vc-update-changelog): Split into generic part and default
5118 implementation. Doc string adapted.
5119 (vc-default-update-changelog): New function. Call the `rcs2log'
5120 script in exec-directory, to fix a long-standing nuisance.
5121
5122 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
5123 simply signals an error.
9b4a7800 5124
7a004b71
GM
51252000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5126
5127 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
5128 control-flow more clear and to avoid running `cvs' twice.
5129
5130 * vc.el (vc-next-action-on-file): Doc fix.
5131 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
5132 (vc-print-log): Eval `file' before constructing the continuation.
5133
51342000-09-04 Andre Spiegel <spiegel@gnu.org>
5135
5136 * vc.el (vc-next-action-on-file): Corrected several messages.
5137 (vc-merge): Add prefix arg `merge-news'; handle it.
5138
5139 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
5140 is not reached. It is.
5141 (vc-cvs-merge): Set state to 'edited after merge.
5142 (vc-cvs-merge-news): Set workfile version to nil if not known.
5143 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
5144
5145 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
5146 via stdout. (Merge from main line.)
9b4a7800 5147
7a004b71
GM
51482000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5149
5150 * vc.el (vc-finish-logentry): Thinko in the "same comment"
5151 detection.
5152
51532000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5154
5155 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
5156 against kill-all-local-variables.
5157 (vc-log-edit): Don't save vc-parent-buffer any more.
5158 (vc-last-comment-match): Initialize to an empty string.
5159 (vc-post-command-functions): New hook.
5160 (vc-do-command): Run it.
5161 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
5162 (vc-finish-logentry): Only add the comment to the ring if it's
5163 different from the last comment entered.
5164 (vc-new-comment-index): New function.
5165 (vc-previous-comment): Use it. Make the minibuffer message
5166 slightly less terse.
5167 (vc-comment-search-reverse): Make it work forward as well. Don't
5168 set vc-comment-ring-index if no match is found. Use
5169 vc-new-comment-index.
5170 (vc-comment-search-forward): Use vc-comment-search-reverse.
5171 (vc-dired-mode-map): Don't inherit from dired-mode-map since
5172 define-derived-mode will do it for us. Bind `v' to a keymap that
5173 inherits from vc-prefix-map so that we can bind `vt' without
5174 binding C-x v t.
5175 (vc-retrieve-snapshot): Parenthesis typo.
5176
5177 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
5178 to 1. Make sure to switch to *vc* before looking for an error
5179 message. Use vc-parse-buffer.
5180
51812000-09-04 Andre Spiegel <spiegel@gnu.org>
5182
5183 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
5184 and NAME.
5185 (vc-retrieve-snapshot): Split into two parts.
5186 (vc-default-retrieve-snapshot): New function.
5187
5188 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
5189 (vc-cvs-retrieve-snapshot): New function (untested).
5190 (vc-cvs-stay-local): Default to t.
5191 (vc-cvs-remote-p): New function and property.
5192 (vc-cvs-state): Stay local only if the above is t.
5193 (vc-handle-cvs): Removed.
5194 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
5195 done via vc-handled-backends now.
5196 (vc-cvs-header): Escape Id.
5197
51982000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5199
5200 * vc.el (vc-do-command): Remove unused commands.
5201 (vc-version-diff): Make sure default-directory ends with a slash.
5202 Move the window commands into a vc-exec-after.
5203 (vc-print-log): Move more of the code into the `vc-exec-after'.
5204
52052000-09-04 Andre Spiegel <spiegel@gnu.org>
5206
5207 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
5208 (vc-print-log): Search current revision from beginning of buffer.
5209 (vc-revert-buffer): Clear echo area after the diff is finished.
5210 (vc-prefix-map): Removed definition of "t" for terse display in vc
5211 dired.
5212 (vc-dired-mode-map): Inherit from dired-mode-map. Added
5213 definition of "vt" for terse display.
5214 (vc-dired-mode): Fix dired-move-to-filename-regexp.
5215
52162000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5217
5218 * vc.el (vc-exec-after): Avoid caddr.
5219
52202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5221
5222 * vc.el (vc-exec-after): New function.
5223 (vc-do-command): Use it to add a termination message for async
5224 procs.
5225 (vc-checkout): Try to handle a missing-backend situation.
5226 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
5227 of a directory with a backend using async diffs.
5228 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
5229 present.
5230
5231 * vc-sccs.el (vc-sccs-state-heuristic): Use
5232 file-ownership-preserved-p.
5233
5234 * vc-rcs.el (vc-rcs-state-heuristic): Use
5235 file-ownership-preserved-p.
5236 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
5237
52382000-09-04 Andre Spiegel <spiegel@gnu.org>
5239
5240 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
5241 vc-do-command.
5242
5243 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
5244 when there are no changes.
5245
52462000-09-04 Andre Spiegel <spiegel@gnu.org>
5247
5248 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
5249
5250 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
5251
52522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5253
5254 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
5255
5256 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
5257 the `fset' outside of the defvar so that it works even if
5258 vc-prefix-map was already defined.
5259 (vc-setup-buffer): New function, split out of vc-do-command.
5260 (vc-do-command): Allow BUFFER to be t to mean `just use the
5261 current buffer without any fuss'.
5262 (vc-version-diff): Change the `diff' backend operation to just put
5263 the diff in the current buffer without erasing it. Always use
5264 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
5265 shrink-window-if-larger-than-buffer.
5266 (vc-print-log): Change the `print-log' backend operation to just
5267 put the log in the current buffer without erasing it. Protect
5268 shrink-window-if-larger-than-buffer.
5269 (vc-update-change-log): Fix setd typo.
5270
5271 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
5272 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
5273
5274 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
5275 (vc-rcs-diff): Insert in the current buffer and remove unused arg
5276 CMP.
5277
5278 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
5279 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
5280 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
5281
52822000-09-04 Andre Spiegel <spiegel@gnu.org>
5283
5284 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
5285 not possible, use vc-BACKEND-workfile-unchanged-p.
5286 (vc-default-workfile-unchanged-p): New function. Delegates to a
5287 full vc-BACKEND-diff.
5288
5289 * vc-hooks.el (vc-simple-command): Removed.
5290
5291 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
5292 instead of vc-simple-command.
5293 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
5294 avoid doing a diff when opening a file.
5295 (vc-rcs-state): Added check for unlocked-changes.
5296 (vc-rcs-header): Escape Id.
5297 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
5298 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
5299 version.
5300
5301 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
5302 (vc-sccs-diff): Remove optional arg CMP.
5303 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
5304 SCCS-specific function.
5305
5306 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
5307 vc-simple-command.
5308
53092000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5310
5311 * vc.el (vc-editable-p): Renamed from vc-writable-p.
5312 (with-vc-file, vc-merge): Use vc-editable-p.
5313 (vc-do-command): Remove unused var vc-file and fix the
5314 doubly-defined `status' var. Add a user message when starting an
5315 async command.
5316 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
5317 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
5318 Use with-current-buffer.
5319 (vc-buffer-sync): Use unless.
5320 (vc-next-action-on-file): If the file is 'edited by read-only,
5321 make it read-write instead of trying to commit.
5322 (vc-version-diff, vc-update-change-log): Use `setq
5323 default-directory' rather than `cd'.
5324 (vc-log-edit): Don't forget to set default-directory in the
5325 buffer.
5326
5327 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
5328 (vc-sccs-state-heuristic): Use file-writable-p instead of
5329 comparing userids.
5330 (vc-sccs-checkout): Use `unless'.
5331
5332 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
5333 of comparing userids.
5334 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
5335 Simplify the logic by eliminating unreachable code.
5336 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
5337 just do a recursive call if we need to retry.
5338 (vc-rcs-checkout): Handle the case where rcs is missing by making
5339 the buffer read-write if requested and re-signalling the error.
5340
5341 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
5342
53432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5344
5345 * vc-hooks.el (vc-handled-backends): Docstring change.
5346 (vc-ignore-vc-files): Mark obsolete.
5347 (vc-registered): Check vc-ignore-vc-files.
5348 (vc-find-file-hook, vc-file-not-found-hook): Don't check
5349 vc-ignore-vc-files.
5350
5351 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
5352
53532000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5354
5355 * vc.el (vc-checkout): Don't do anything special for ange-ftp
5356 files since ange-ftp already has vc-registered return nil.
5357
5358 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
5359 (vc-sccs-workfile-version): Use with-temp-buffer and new
5360 vc-parse-buffer and don't bother setting the property.
5361 (vc-sccs-add-triple): Use with-current-buffer and
5362 find-file-noselect.
5363 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
5364
5365 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
5366 derives from the old vc-parse-buffer but uses the revision number
5367 rather than the date (much easier to compare robustly).
5368 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
5369 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
5370 locking-user more directly. Check strict locking and set
5371 checkout-model appropriately.
5372 (vc-rcs-parse-locks): Remove.
5373 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
5374 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
5375 (vc-rcs-system-release): Use with-current-buffer and
5376 vc-parse-buffer.
5377 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
5378
5379 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
5380 (vc-simple-command): Docstring fix.
5381 (vc-registered): Align the way the file-handler is called with the
5382 way the function itself works.
5383 (vc-file-owner): Remove.
5384
5385 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
5386 extraction of fields and call to file-attributes because of a
5387 temporary bug in rcp.el.
5388 (vc-cvs-fetch-status): Use with-current-buffer.
5389
53902000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5391
5392 * vc.el (vc-do-command): Use file-relative-name.
5393 (vc-responsible-backend): Use vc-backend if possible.
5394 (vc-create-snapshot): Improve the `interactive' spec. Add support
5395 for branches and dispatch to backend-specific `create-snapshot'.
5396 (vc-default-create-snapshot): New function, containing the bulk of
5397 the old vc-create-snapshot.
5398 (vc-retrieve-snapshot): Improve the interactive spec.
5399
5400 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
5401 (vc-backend-hook-functions): Remove.
5402 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
5403 (vc-backend): Reintroduce the test for `file = nil' now that I
5404 know why it was there (and added a comment to better remember).
5405
5406 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
5407 code from vc-sccs-hooks.el.
5408 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
5409 'vc anymore.
5410 (vc-sccs-responsible-p): Use expand-file-name instead of concat
5411 and file-directory-p instead of file-exists-p.
5412 (vc-sccs-check-headers): Simplify the regexp.
5413
5414 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
5415 from vc-rcs-hooks.el. Don't require 'vc anymore.
5416 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
5417 file-directory-p instead of file-exists-p.
5418
5419 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
5420 from vc-cvs-hooks.el.
5421 (proto vc-cvs-registered): Require 'vc-cvs instead of
5422 'vc-cvs-hooks. Don't require 'vc anymore.
5423 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
5424 file-directory-p instead of file-exists-p.
5425 (vc-cvs-create-snapshot): New function, replacing
5426 vc-cvs-assign-name.
5427 (vc-cvs-assign-name): Remove.
5428
54292000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5430
5431 * vc-cvs.el (vc-cvs-header): New var.
5432
5433 * vc-rcs.el (vc-rcs-exists): Remove.
5434 (vc-rcs-header): New var.
5435
5436 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
5437 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
5438 (vc-sccs-header): New var.
5439
5440 * vc.el (vc-do-command): Get rid of the `last' argument.
5441 (vc-header-alist): Remove, replaced by vc-X-header.
5442 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
5443 (vc-dired-hook): Use expand-file-name instead of concat.
5444 (vc-directory): Use file-name-as-directory.
5445 (vc-snapshot-precondition, vc-create-snapshot)
5446 (vc-retrieve-snapshot): Allow the command to operate on any
5447 directory.
5448
5449 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
5450 just removing the 'WORKFILE argument or by removing the 'MASTER
5451 argument and replacing `file' with (vc-name file).
5452
54532000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5454
5455 * vc.el: Update Copyright and add a crude list of backend funs.
5456 (vc-writable-p): New function.
5457 (with-vc-file): Use vc-writable-p.
7f8b6551 5458 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
5459 (vc-register): Avoid vc-name.
5460 (vc-locking-user): Remove.
5461 (vc-steal-lock): Make the `owner' arg non-optional.
5462 (vc-merge): Use vc-writable-p instead of vc-locking-user and
5463 vc-checkout-model.
5464 (vc-default-dired-state-info): Use vc-state instead of
5465 vc-locking-user and return special strings for special states.
5466 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
5467 and get rid of one of the special CVS cases.
5468 (vc-cancel-version): prettify error message with \\[...].
5469 (vc-rename-master): New function.
5470 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
5471 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
5472 the CVS special case generic.
5473 (vc-default-record-rename): Remove.
5474 (vc-file-tree-walk-internal): Only call FUNC for files that are
5475 under control of some VC backend and replace `concat' with
5476 expand-file-name.
5477 (vc-file-tree-walk): Update docstring.
5478 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
5479 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
5480
5481 * vc-sccs.el (vc-sccs-rename-file): Renamed from
5482 vc-sccs-record-rename. Use `find-file-noselect' rather than
5483 `find-file' and call `vc-rename-master' to do the actual move.
5484 (vc-sccs-diff): Remove unused `backend' variable.
5485
5486 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
5487 to delay loading of vc-sccs until it is really used.
5488 (vc-sccs-master-templates): Preload.
5489 (vc-sccs-state): Update call to vc-sccs-parse-locks.
5490 (vc-sccs-project-dir): Remove (merged into
5491 vc-sccs-search-project-dir).
5492 (vc-sccs-search-project-dir): Rewrite using file name handling ops
5493 rather than `concat', make sure it is preloaded and don't bother
5494 to check that the file actually exists.
5495 (vc-sccs-parse-locks): Remove unused `file' argument, remove
5496 `locks' argument (use buffer's content instead) and eliminate n^2
5497 behavior.
5498
5499 * vc-rcs.el: Update Copyright.
5500 (vc-rcs-rename-file): New function.
5501 (vc-rcs-diff): Remove unused `backend' variable.
5502
5503 * vc-hooks.el: Update Copyright.
5504 (vc-backend): Don't accept a nil argument any more.
5505 (vc-up-to-date-p): Turn into a defsubst.
5506 (vc-possible-master): New function.
5507 (vc-check-master-templates): Use `vc-possible-master' and allow
5508 funs in vc-X-master-templates to return a non-existent file.
5509
5510 * vc-cvs.el: Update Copyright.
5511 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 5512 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
5513
5514 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
5515
55162000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5517
5518 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
5519 since it can be called from vc-rcs.el.
5520 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
5521
55222000-09-04 Andre Spiegel <spiegel@gnu.org>
5523
5524 * vc.el (vc-version-diff): Expand file name read from the
5525 minibuffer. Handle the case when a previous version number can't
5526 be guessed. Give suitable messages when there were no differences
5527 found.
5528 (vc-clear-headers): Call backend-specific implementation, if one
5529 exists.
5530 (vc-cancel-version): Made error checks generic. When done, clear
5531 headers generically, too.
5532
5533 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
5534 from vc-clear-headers in vc.el.
5535
5536 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
5537 correctly.
5538 (vc-rcs-latest-on-branch-p): Made second argument VERSION
5539 optional. Handle the case when it's not there.
5540
55412000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5542
5543 * vc.el (vc-locking-user): Moved from vc-hooks.el.
5544
55452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5546
5547 * vc-hooks.el (vc-loadup): Remove.
5548 (vc-find-backend-function): Use `require'. Also, handle the case
5549 where vc-BACKEND-hooks.el doesn't exist.
5550 (vc-call-backend): Cleanup.
5551
55522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5553
5554 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
5555 vc-rcs-grab-templates)
5556 (vc-rcs-registered): Remove. The default function works as well.
5557 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
5558 vc-sccs-grab-templates)
5559 (vc-sccs-registered): Remove. The default function works as well.
5560
5561 * vc.el (vc-version-diff): Left out a vc- in call to
5562 vc-call-backend.
5563 (vc-default-dired-state-info, vc-default-record-rename)
5564 (vc-default-merge-news): Update for the new backend argument.
5565
5566 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
5567 using the default function.
5568 (vc-call-backend): If calling the default function, pass it the
5569 backend as first argument. Update the docstring accordingly.
5570 (vc-default-state-heuristic, vc-default-mode-line-string): Update
5571 for the new backend argument.
5572 (vc-make-backend-sym): Renamed from vc-make-backend-function.
5573 (vc-find-backend-function): Use the new name.
5574 (vc-default-registered): New function.
5575
55762000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5577
5578 * vc.el (vc-merge): Use vc-find-backend-function.
5579
5580 * vc-hooks.el (vc-backend-functions): Remove.
5581 (vc-loadup): Don't setup 'vc-functions.
5582 (vc-find-backend-function): New function.
5583 (vc-call-backend): Use above fun and populate 'vc-functions
5584 lazily.
5585 (vc-backend-defines): Remove.
5586
55872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5588
5589 * vc.el (vc-register): Put a FIXME note for a newly found bug.
5590 Call vc-call-backend without the leading vc-.
5591 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
5592 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 5593 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
5594 (vc-annotate-display): Replace confusing use of `cond' with `or'.
5595 Call vc-call-backend without the leading vc-.
5596
5597 * vc-cvs.el (tail): Provide vc-cvs.
5598 * vc-sccs.el (tail): Provide vc-sccs.
5599 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
5600
5601 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
5602 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 5603 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
5604 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
5605 (vc-call-backend): Always try to load vc-X-hooks.
5606 (vc-registered): Remove vc- in call to vc-call-backend.
5607
56082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5609
5610 * vc.el (vc-process-filter): New function.
5611 (vc-do-command): Setup `vc-process-filter' for the async process.
5612 (vc-maybe-resolve-conflicts): New function to reduce
5613 code-duplication. Additionally, it puts the buffer in
5614 `smerge-mode' if applicable.
5615 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
5616 calling `merge-news'.
7f8b6551 5617 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
5618 (vc-log-edit): New function. Replacement for `vc-log-mode' by
5619 interfacing to log-edit.el.
5620 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
5621 log-edit is available.
5622 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
5623
56242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5625
5626 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
5627 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
5628 defvar and the initialization.
5629 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
5630
5631 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
5632 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
5633
7f8b6551 5634 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
5635
56362000-09-04 Andre Spiegel <spiegel@gnu.org>
5637
5638 * vc.el (vc-file-clear-masterprops): Removed.
5639 (vc-checkin, vc-revert-buffer): Removed calls to the above.
5640 (vc-version-diff): Use buffer-size without argument.
5641 (vc-register): Heed vc-initial-comment.
5642
5643 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
5644 default branch.
5645
5646 * vc-rcs.el (vc-rcs-register): Parse command output to find master
5647 file name and workfile version.
5648 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
5649
5650 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
5651 vc-file-clear-masterprops.
5652
5653 * vc-sccs.el (vc-sccs-checkout): Removed call to
5654 vc-file-clear-masterprops. If writable, set vc-state to 'edited
5655 rather than user login name.
5656
5657
56582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5659
5660 * vc.el (vc-workfile-unchanged-p): Remove unused argument
5661 `want-differences-if-changed' and simplify.
5662 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
5663 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
5664 output (which is invalid for async vc-diff) to decide whether to
5665 do the revert silently or not.
5666
56672000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5668
5669 * vc-hooks.el (vc-loadup): Load files quietly.
5670 (vc-call-backend): Oops, brain fart.
5671
56722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5673
5674 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 5675 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
5676
56772000-09-04 Andre Spiegel <spiegel@gnu.org>
5678
5679 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
5680 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
5681 vc-state or vc-up-to-date-p.
5682 (vc-merge): Use vc-backend-defines to check whether merging is
5683 possible. Set state to 'edited after successful merge.
5684
5685 * vc-hooks.el (vc-locking-user): If locked by the calling user,
5686 return that name. Redocumented.
5687
56882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5689
5690 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
5691 new `vc-state' semantics.
5692 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
5693 'vc-locking-user to the current user.
5694 (vc-merge): Inline vc-backend-merge. Comment out code that I
5695 don't understand and hence can't adapt to the new `vc-state' and
5696 `vc-locking-user' semantics.
5697 (vc-backend-merge): Remove.
5698
5699 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
5700 rather than 'vc-locking-user.
5701
5702 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
5703
5704 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
5705 (vc-state): Don't use 'reserved any more. Just use the same
5706 convention as the one used for vc-<backend>-state where the
5707 locking user (as a string) is returned.
5708 (vc-locking-user): Update, based on the above convention. The
5709 'vc-locking-user property has disappeared.
7f8b6551 5710 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
5711
5712 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
5713 with a heuristic one.
5714 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
5715 (vc-cvs-checkin): Do a trivial parse to set the state in case of
5716 error. That allows us to get to 'needs-merge even in the
5717 stay-local case. There's still no way to detect 'needs-patch in
5718 such a setup (or to force an update for that matter).
5719 (vc-cvs-logentry-check): Remove, the default works as well.
5720
57212000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5722
7f8b6551 5723 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
5724
5725 * vc.el (vc-do-command): kill-all-local-variables, to reset any
5726 major-mode in which the buffer might have been put earlier. Use
5727 `remove' and `when'. Allow `okstatus' to be `async' and use
5728 `start-process' in this case.
5729 (vc-version-diff): Handle the case where the diff looks empty
5730 because of the use of an async process.
5731
57322000-09-04 Andre Spiegel <spiegel@gnu.org>
5733
5734 * vc.el (vc-next-action-on-file): Removed optional parameter
5735 `simple'. Recompute state unconditionally.
5736 (vc-default-toggle-read-only): Removed.
5737
5738 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
5739 (vc-toggle-read-only): Undid prev change.
5740
5741 * vc-cvs.el (vc-cvs-stay-local): Renamed from
5742 vc-cvs-simple-toggle. Redocumented.
5743 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
5744 (vc-cvs-toggle-read-only): Removed.
5745
57462000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5747
7f8b6551 5748 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
5749 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
5750 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
5751 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
5752 still is. So maybe it should be removed.
5753 (vc-head-version, vc-find-binary): Remove.
5754 (vc-recompute-state): Move from vc-hooks.el.
5755 (vc-next-action-on-file): Add a `simple' argument to allow
5756 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
5757 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
5758 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
5759 (vc-dired-mode-map): Properly defvar it.
5760 (vc-print-log): Call log-view-mode if available.
5761 (small-temporary-file-directory): defvar instead of use boundp.
5762 (vc-merge-news): Moved to vc-cvs.el.
5763 (vc-default-merge-news): New function.
5764
5765 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
5766 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
5767 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
5768 unknown `vc-latest-version' function. It should probably refer to
5769 vc-workfile-version or somesuch, but it's very unclear to me and I
5770 don't have SCCS to test things.
5771
5772 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
5773 (vc-sccs-state-heuristic): Fix typo.
5774 (vc-sccs-workfile-unchanged-p): Add missing argument.
5775
5776 * vc-rcs.el: Require vc and vc-rcs-hooks.
5777 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
5778 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
5779 (vc-release-greater-or-equal-p): Move from vc.
5780 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
5781 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
5782 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 5783 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
5784
5785 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
5786 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
5787 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
5788 than the apparently unbound `workfile-version'.
5789
5790 * vc-hooks.el (vc-master-templates): Def the obsolete var.
5791 (vc-file-prop-obarray): Use `make-vector'.
5792 (vc-backend-functions): Add new hookable functions
5793 vc-toggle-read-only, vc-record-rename and vc-merge-news.
5794 (vc-loadup): If neither backend nor default functions exist, use
5795 the backend function rather than nil.
5796 (vc-call-backend): If the function if not bound yet, try to load
5797 the non-hook file to see if it provides it.
5798 (vc-call): New macro plus use it wherever possible.
5799 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
5800 nor `vc-find-binary' since it's only called from
7f8b6551 5801 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
5802 (vc-checkout-model): Fix parenthesis.
5803 (vc-recompute-state, vc-prefix-map): Move to vc.el.
5804
7f8b6551 5805 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
5806 (vc-cvs-release, vc-cvs-system-release): Remove.
5807 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
5808 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
5809 status symbols.
5810 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
5811 (vc-cvs-toggle-read-only): First cut at a function to allow a
5812 cvs-status-free vc-toggle-read-only.
5813 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
5814 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
5815 vc-cvs-status. Also set vc-state rather than vc-locking-user.
5816 (vc-cvs-checkout): Modify access rights directly if the user
5817 requested not to use `cvs edit'. And refresh the mode line.
5818
5819 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
5820 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
5821
58222000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5823
5824 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
5825 workfile' that got lost when the code was extracted from vc.el.
5826 And merged the tail with the rest of the code (not possible in the
5827 old vc.el where the tail was shared among all backends). And
5828 explicitly set the state to 'edited if `writable' is set.
5829
5830 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
5831 (vc-cvs-state): Be careful to return the value from
5832 vc-cvs-parse-state.
5833 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
5834 property but return it instead. Also be careful to handle a nil
5835 or "" `rev' when workfile is non-nil (it was handled properly when
5836 workfile was nil).
5837
5838 * vc.el: Removed those pesky unnecessary `(function' quotes.
5839 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
5840 directly in the defvar.
5841 (vc-do-command): Bind inhibit-read-only so as to properly handle
5842 the case where the destination buffer has been made read-only.
5843 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 5844 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
5845 (vc-annotate-mode-variables): Removed (code moved partly to
5846 defvars and partly to vc-annotate-add-menu).
5847 (vc-annotate-mode): Turned into a derived-mode.
5848 (vc-annotate-add-menu): Moved in code in
5849 vc-annotate-mode-variables.
5850 (vc-update-change-log): Use make-temp-file if available.
5851
58522000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
5853
5854 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
5855 `vc-checkout-model' updated to `vc-cvs-update-model'.
5856
58572000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5858
5859 * vc.el (vc-next-action-on-file): Added handling of state
5860 `unlocked-changes'.
5861 (vc-checkout-carefully): Is now practically obsolete, unless the
5862 above is too slow to be enabled unconditionally.
5863 (vc-update-change-log): Fixed typo.
5864
5865 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
5866
7f8b6551
SM
5867 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
5868 Now handles state `unlocked-changes'.
5869 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
5870
5871 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
5872
5873 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
5874 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
5875 `unlocked-changes'.
5876 (vc-rcs-workfile-unchanged-p): Renamed from
5877 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
5878 function yet, but supposed to become one soon.
5879
5880 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
5881 `vc-steal-lock'.
5882 (vc-call-backend): Changed error message.
5883 (vc-state): Added description of state `unlocked-changes'.
5884
58852000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5886
5887 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
5888 always return t in CVS-controlled directories.
5889
5890 * vc.el (vc-responsible-backend): New function.
5891 (vc-register): Largely rewritten.
5892 (vc-admin): Removed (implementation moved into vc-register).
5893 (vc-checkin): Redocumented.
5894 (vc-finish-logentry): If no backend defined yet (because we are in
5895 the process of registering), use the responsible backend.
5896
5897 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5898 Updated function lists.
5899 (vc-call-backend): Fixed typo.
5900
7f8b6551
SM
5901 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
5902 New functions.
5903 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
5904 Removed query option. Redocumented.
7a004b71
GM
5905
59062000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5907
5908 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
5909
5910 * vc.el: Updated callers of `vc-checkout-required' to use
5911 `vc-checkout-model'.
5912
59132000-09-04 Martin Lorentzson <martinl@gnu.org>
5914
5915 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
5916 stuff updated to reference this function instead of the old
5917 `vc-backend-release-p'.
5918
59192000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5920
5921 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
5922 vc-checkout-model. Return appropriate values. Updated callers.
5923
59242000-09-04 Martin Lorentzson <martinl@gnu.org>
5925
7f8b6551 5926 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
5927 (vc-backend-revert): Function moved into `vc-revert';
5928 `vc-next-action' must be updated to accomodate this change.
5929 (vc-backend-steal): Function moved into `vc-finish-steal'.
5930 (vc-backend-logentry-check): Function moved into
5931 `vc-finish-logentry'.
5932 (vc-backend-printlog): Function moved into `vc-print-log'.
5933 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
5934 (vc-backend-assign-name): Function moved into
5935 `vc-create-snapshot'.
5936
59372000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5938
5939 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
5940 Rename to vc-checkout-model. Return appropriate values.
5941 Update callers.
7a004b71 5942
7f8b6551 5943 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 5944 to vc-checkout-model.
7f8b6551
SM
5945 (vc-checkout-required): Rename to vc-checkout-model.
5946 Re-implement and re-comment.
7a004b71
GM
5947 (vc-after-save): Use vc-checkout-model.
5948
59492000-09-04 Martin Lorentzson <martinl@gnu.org>
5950
7f8b6551
SM
5951 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
5952 Update to use the vc-BACKEND-diff functions instead.
5953 `vc-diff' is now working.
7a004b71 5954
7f8b6551 5955 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 5956
7f8b6551 5957 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
5958
5959 * vc-sccs.el (vc-sccs-diff): Function changed name from
5960 `vc-backend-diff'. This makes `vc-diff' work.
5961
7f8b6551 5962 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 5963 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 5964 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
5965 signaled during `vc-after-save'.
5966
7f8b6551
SM
5967 * vc.el: Fix typo.
5968 This checkin is made with our new VC code base for the very first time.
5969 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
5970
5971 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
5972 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
5973
5974 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
5975 updated to `vc-uses-locking'.
7f8b6551 5976 (vc-checkout-required): Call to backend function.
7a004b71
GM
5977 `vc-checkout-required' updated to `vc-uses-locking' instead.
5978
5979 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
5980 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
5981
7f8b6551 5982 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 5983 to match the split into various backends.
7f8b6551 5984 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
5985 (vc-retrieve-snapshot): Bug fix.
5986
59872000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5988
5989 * vc-sccs.el (vc-sccs-release): Doc fix.
5990
59912000-09-04 Martin Lorentzson <martinl@gnu.org>
5992
5993 * vc.el (vc-next-action-on-file): Bug found and fixed.
5994 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
5995 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
5996
5997 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
5998 (vc-rcs-checkout): Name space cleaned up. No more revision number
5999 crunching function names that are not prefixed with vc-rcs.
6000 (vc-rcs-checkout-model): Function added. References to
6001 `vc-checkout-model' replaced.
6002
60032000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6004
6005 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
6006 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
6007 still need to be split, and implemented for RCS).
6008
60092000-09-04 Martin Lorentzson <martinl@gnu.org>
6010
6011 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
6012
6013 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
6014 required by the vc.el file.
6015
6016 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
6017 required by the vc.el file.
6018 (vc-rcs-exists): Function added.
6019
6020 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
6021 required by the vc.el file.
6022
6023 * vc.el (vc-admin): Updated to handle selection of appropriate
6024 backend. Current implementation is crufty and need re-thinking.
6025
6026 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
6027
60282000-09-04 Martin Lorentzson <martinl@gnu.org>
6029
6030 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
6031 beginning of annotate buffers correctly.
6032
6033 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
6034 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
6035 functionality updated quite a lot to support multiple backends.
6036 Variables `vc-annotate-mode', `vc-annotate-buffers',
6037 `vc-annotate-backend' added.
6038
6039 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
6040 `vc-annotate-difference' added to supported backend functions.
6041
60422000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6043
6044 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
6045 Use with-temp-file instead of /bin/sh. Merged from mainline
6046
60472000-09-04 Martin Lorentzson <martinl@gnu.org>
6048
6049 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
6050
6051 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
6052
6053 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
6054
60552000-09-04 Martin Lorentzson <martinl@gnu.org>
6056
6057 * vc-hooks.el: vc-state-heuristic added to
6058 vc-backend-hook-functions.
6059
6060 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
6061
6062 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
6063
7f8b6551
SM
6064 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
6065 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
6066 state to `reserved'.
6067
6068 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
6069 `vc-checkout-required'. Rename the `locked' state to `reserved'.
6070
60712000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6072
7f8b6551 6073 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
6074 untouched.
6075
7f8b6551 6076 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 6077
7f8b6551 6078 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
6079 if defined. (Merged from main line, slightly adapted.)
6080
6081 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
6082 millenium problem (merged from mainline).
6083
60842000-09-04 Martin Lorentzson <martinl@gnu.org>
6085
6086 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
6087 part and moved the non-BACKEND stuff to vc.el.
6088
6089 * vc.el: Split the annotate feature into a BACKEND specific part
6090 and moved it from the vc-cvs.el file to this one.
6091
60922000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6093
7f8b6551
SM
6094 * vc-hooks.el: Implement new state model.
6095 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
6096 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 6097 locked by somebody else.
7f8b6551 6098 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
6099 vc-sccs-hooks.el and vc-rcs-hooks.el now.
6100 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 6101 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 6102
7f8b6551
SM
6103 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
6104 Various simplifications and adaptations all over the place.
7a004b71 6105
7f8b6551
SM
6106 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
6107 Simplify and adapt the rest.
7a004b71 6108
7f8b6551 6109 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 6110 interaction with view mode according to recent RCS change.
7f8b6551 6111 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
6112
61132000-09-04 Martin Lorentzson <martinl@gnu.org>
6114
7f8b6551 6115 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
6116
61172000-09-04 Martin Lorentzson <martinl@gnu.org>
6118
6119 * vc.el (vc-backend-release, vc-release-greater-or-equal)
6120 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
6121 (vc-minor-part, vc-previous-version): Functions that operate and
6122 compare revision numbers got proper documentation. Comments added
6123 about their possible removal.
6124
61252000-09-04 Martin Lorentzson <martinl@gnu.org>
6126
6127 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
6128 the vc-backend.el files.
6129
6130 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
6131
6132 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
6133 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
6134 (vc-rcs-previous-version): Functions added.
6135
6136 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
6137
6138 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
6139
61402000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6141
6142 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 6143 Comment out the definition for now. What is the right procedure
7a004b71
GM
6144 to get rid of it?
6145 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
6146 rewritten.
7f8b6551 6147 (vc-default-registered): Remove.
7a004b71
GM
6148 (vc-check-master-templates): New function; does mostly what the
6149 above did before.
6150 (vc-locking-user): Don't rely on the backend to set the property.
6151
6152 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 6153 Rewrite documentation.
7a004b71
GM
6154 (vc-rcs-templates-grabbed): New variable.
6155 (vc-rcs-grab-templates): New function.
7f8b6551 6156 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
6157
6158 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 6159 Rewrite documentation.
7a004b71
GM
6160 (vc-sccs-templates-grabbed): New variable.
6161 (vc-sccs-grab-templates): New function.
7f8b6551
SM
6162 (vc-sccs-registered): Rewrite to use above mechanism.
6163 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
6164 Don't throw the result, simply return it.
7a004b71 6165
7f8b6551
SM
6166 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
6167 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
6168 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 6169
7f8b6551 6170 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
6171 from main line.
6172
61732000-09-04 Martin Lorentzson <martinl@gnu.org>
6174
7f8b6551 6175 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 6176
7f8b6551 6177 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 6178
7f8b6551
SM
6179 * vc-rcs.el (vc-rcs-diff): New function.
6180 (vc-rcs-checkout): Bug (typo) found and fixed.
6181 (vc-rcs-register-switches): New variable.
7a004b71
GM
6182
6183 * vc.el (vc-backend-diff): Function removed and placed in the
6184 backend files.
6185
61862000-09-04 Martin Lorentzson <martinl@gnu.org>
6187
6188 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
6189
6190 * vc.el (vc-backend-checkout): Function removed and replaced in
6191 the vc-backend.el files.
6192
6193 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
6194
6195 * vc.el (vc-backend-admin): Removed and replaced in the
6196 vc-backend.el files.
6197
6198 * vc.el (Martin): Removed all the annotate functionality since it
6199 is CVS backend specific.
6200
62012000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6202
6203 * spec.txt: Added specification of vc-state.
6204
6205 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 6206 Remove handling of vc-latest-version and
7a004b71
GM
6207 vc-your-latest-version. What used to be vc-latest-version, is now
6208 returned as vc-workfile-version.
7f8b6551 6209 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
6210
62112000-09-04 Dave Love <fx@gnu.org>
6212
6213 * vc.el: [Merged from mainline.]
6214 (vc-dired-mode): Make the dired-move-to-filename-regexp
6215 regexp match the date, to avoid treating date as file size.
6216 Add YYYY S option to WESTERN/
6217
62182000-09-04 Dave Love <fx@gnu.org>
6219
6220 * vc.el: Require `compile' when compiling.
6221 (vc-logentry-check-hook): New option.
6222 (vc-steal-lock): Use compose-mail.
6223 (vc-dired-mode-map): Defvar when compiling.
6224 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
6225 vc-sccs.el and renamed. Callers changed.
6226 (vc-backend-checkout, vc-backend-logentry-check)
6227 (vc-backend-merge-news): Doc fix.
6228 (vc-default-logentry-check): New function.
6229 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
6230 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
6231 (vc-backend-merge): Doc fix. Use backend functions.
6232 (vc-check-headers): Use backend functions.
6233
6234 * vc-cvs.el: Require vc when compiling.
6235 (vc-cvs-register-switches): Doc fix.
6236 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
6237 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
6238 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
6239 New functions (code from vc.el).
6240 (vc-annotate-display-default): Fix interactive spec.
6241 (vc-annotate-time-span): Doc fix.
6242
6243 * vc-rcs.el: Require vc when compiling.
6244 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
6245 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
6246 (vc-rcs-checkin): New functions (code from vc.el).
6247 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
6248 Doc fix.
6249 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
6250
6251 * vc-sccs.el: Require vc when compiling.
6252 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
6253 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
6254 (vc-sccs-revert)
6255 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
6256 from vc.el).
6257 (vc-sccs-add-triple, vc-sccs-record-rename)
6258 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
6259 (vc-sccs-admin): Doc fix.
6260
62612000-09-04 Martin Lorentzson <martinl@gnu.org>
6262
6263 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
6264 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
6265 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
6266 from vc.el.
6267
6268 * vc-sccs.el (vc-admin-sccs): Added from vc.el
6269
6270 * vc-cvs.el: Moved the annotate functionality from vc.el.
6271 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
6272
62732000-09-04 Dave Love <fx@gnu.org>
6274
6275 * vc.el (vc-backend-release): Call vc-system-release.
6276
6277 * vc-sccs.el (vc-sccs-system-release):
6278 Renamed from vc-sccs-backend-release.
6279
6280 * vc-rcs.el (vc-rcs-system-release):
6281 Renamed from vc-rcs-backend-release.
6282
6283 * vc-cvs.el (vc-cvs-system-release):
6284 Renamed from vc-cvs-backend-release.
6285
62862000-09-04 Dave Love <fx@gnu.org>
6287
6288 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
6289 backend files.
6290 (vc-backend-release): Dispatch to backend functions.
6291 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
6292 probably needs attention.]
6293
6294 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
6295 (vc-sccs-backend-release): New function.
6296
6297 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
6298 (vc-cvs-backend-release): New function.
6299
6300 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
6301 Doc fix.
6302 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
6303 (vc-default-dired-state-info): New function.
6304 (vc-dired-state-info): Dispatch to backends.
6305 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
6306
6307 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
6308 from vc.el and renamed.
6309
63102000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6311
6312 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
6313 (vc-version-other-window, vc-backend-assign-name): Removed
6314 references to vc-latest-version; sometimes changed into
6315 vc-workfile-version.
6316
6317 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
6318 vc-rcs-master-workfile-version.
6319 (vc-rcs-workfile-version): Use the above. Don't call
6320 vc-latest-version (that was unreachable code, anyway).
6321 (vc-rcs-fetch-master-properties): Doc fix.
6322
6323 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
6324 (vc-backend-hook-functions): Removed them from this list, too.
6325 (vc-fetch-properties): Removed.
6326 (vc-workfile-version): Doc fix.
6327
6328 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
6329 (vc-rcs-workfile-version, vc-rcs-locking-user)
6330 (vc-rcs-uses-locking): Use it.
6331
6332 * vc-hooks.el (vc-consult-rcs-headers):
6333 Moved into vc-rcs-hooks.el, under the name
6334 vc-rcs-consult-headers.
6335
6336 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
6337 headers.
6338 (vc-cvs-find-master): Use this name only; correct different
6339 versions of the name.
6340
6341 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
6342 New functions.
6343 (vc-sccs-locking-user): Use the latter.
6344
6345 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
6346 New functions.
6347
6348 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
6349 Moved into both
6350 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
6351 functions are implementation details of those two backends.
6352
63532000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6354
6355 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
6356 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
6357
6358 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
6359 (vc-sccs-parse-locks): SCCS-specific code moved here from
6360 vc-hooks.
6361
6362 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
6363 code moved here from vc-hooks.
6364
6365 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
6366 into back-end specific parts and removed. Callers not updated
6367 yet; because I guess these callers will disappear into back-end
6368 specific files anyway.
6369
63702000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6371
6372 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
6373 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
6374 `vc-uses-locking'.
6375
6376 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
6377 Store yes/no in the property, and return t/nil. Updated all
6378 callers.
6379
6380 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
6381 vc-sccs-uses-locking. Don't set property.
6382 (vc-sccs-locking-user): Don't set property.
6383
6384 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
6385 vc-cvs-uses-locking. Don't set property here; leave that to
6386 vc-hooks.
6387 (vc-cvs-locking-user): Reflect above change. Streamlined.
6388
6389 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
6390 vc-rcs-uses-locking.
6391 (vc-rcs-locking-user): Reflect above change.
6392
63932000-09-04 Dave Love <fx@gnu.org>
6394
6395 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
6396
6397 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
6398
6399 * vc-hooks.el (vc-checkout-model): Punt to backends.
6400
6401 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
6402
6403 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
6404
6405 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
6406 New functions.
6407
6408 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
6409 New functions.
6410
6411 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
6412 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
6413
6414 * vc-hooks.el (vc-default-locking-user): New function.
6415 (vc-locking-user, vc-workfile-version): Punt to backends.
6416
64172000-09-04 Dave Love <fx@gnu.org>
6418
6419 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
6420 (vc-master-workfile-version): Moved from vc-hooks.
6421
6422 * vc-rcs-hooks.el: Fix duplicate code in last change.
6423
6424 * vc-rcs-hooks.el: Require vc-hooks when compiling.
6425 (vc-rcs-master-templates): Improve :type.
6426 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
6427 vc-master-workfile-version): Moved from vc-hooks.
6428
6429 * vc-sccs-hooks.el: Require vc-hooks when compiling.
6430 (vc-sccs-master-templates): Improve :type.
6431 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
6432
6433 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
6434
6435 * vc-cvs-hooks.el: Require vc-hooks when compiling.
6436 (vc-cvs-master-templates): Improve :type. Use
6437 vc-cvs-find-cvs-master.
6438 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
6439 from vc-hooks.
6440 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
6441
6442 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
6443 Moved to vc-cvs-hooks.
6444
6445 * vc-hooks.el: Add doc strings in various places. Simplify the
6446 minor mode setup.
6447 (vc-handled-backends): New user variable.
6448 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
6449 simplification.
6450
64512000-09-04 Dave Love <fx@gnu.org>
6452
6453 * vc.el: Some doc fixes for autoloaded and interactive functions.
6454 Fix compilation warnings from ediff stuff.
6455 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
6456
6457 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
6458
6459 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
6460
6461 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
6462
64632000-09-04 Dave Love <fx@gnu.org>
6464
6465 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6466 New variable.
6467 (vc-make-backend-function, vc-loadup, vc-call-backend)
6468 (vc-backend-defines): New functions.
6469
6470 * vc-hooks.el: Various doc fixes.
6471 (vc-default-back-end, vc-follow-symlinks): Custom fix.
6472 (vc-match-substring): Function removed. Callers changed to use
6473 match-string.
6474 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
6475 Simplify.
6476
64772000-09-04 Dave Love <fx@gnu.org>
6478
6479 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
6480 type.
6481 (vc-sccs-project-dir, vc-search-sccs-project-dir)
6482 (vc-sccs-registered): Doc fix.
6483
6484 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
6485 (vc-cvs-registered): Doc fix.
6486
6487 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
6488 (vc-rcs-registered): Doc fix.
6489
64902000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6491
6492 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
6493
6494 * vc-hooks.el: vc-registered has been renamed
6495 vc-default-registered. Some functions have been moved to the
6496 backend specific files. they all support the
6497 vc-BACKEND-registered functions.
6498
64992000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6500
6501 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
6502
6503 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
6504
a033ea13
DL
65052000-09-04 Dave Love <fx@gnu.org>
6506
179fc9ef
DL
6507 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
6508 menu-bar-update-hook.
6509
6510 * help.el (help-manyarg-func-alist): Add
6511 find-operation-coding-system.
6512
a033ea13
DL
6513 * wid-edit.el (widget-sexp-validate): Fix garbled code.
6514
6515 * custom.el (custom-set-variables): Print message about errors in
6516 setting.
6517
f8803e97
AI
65182000-09-03 Andrew Innes <andrewi@gnu.org>
6519
6520 * makefile.w32-in: Change to DOS line endings.
6521
59836110
EZ
65222000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6523
6524 * mouse.el (mouse-popup-menubar): Supply the prompt string for
6525 minor-mode keymaps, if they don't have one.
6526
5514ba5c
EZ
65272000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6528
6529 * eshell/esh-module.el (eval-when-compile): Don't lose if
6530 esh-module.el's file name is truncated to DOS 8+3 limits.
6531
79cf8e80
JW
65322000-09-01 John Wiegley <johnw@gnu.org>
6533
6534 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
6535 predicate, which caused entries in the completion list to be
6536 doubled.
6537
65382000-08-30 John Wiegley <johnw@gnu.org>
6539
6540 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
6541 sending to subprocesses. Also, hook pre-command-hook if
6542 `eshell-send-direct-to-subprocesses' is non-nil.
6543 (eshell-send-direct-to-subprocesses): New config variable. If t,
6544 subprocess input is send immediately.
6545 (eshell-toggle-direct-send): New function.
6546 (eshell-self-insert-command): New function.
6547 (eshell-intercept-commands): New function.
6548 (eshell-send-input): If direct subprocess sending is enabled,
6549 don't echo any input to the Eshell buffer. Let the subprocess
6550 handle that. This requires "stty echo" in bash, for example.
6551
65522000-08-28 John Wiegley <johnw@gnu.org>
6553
6554 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
6555 completion function for Eshell's implementation of `unset'.
6556
778911b9
EZ
65572000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6558
6559 * info.el (Info-directory-list): Doc fix.
6560
05d07b49
PB
65612000-08-31 Peter Breton <pbreton@ne.mediaone.net>
6562
9b4a7800 6563 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
6564 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
6565
9941d4c7
KH
65662000-08-31 Kenichi Handa <handa@etl.go.jp>
6567
6568 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
6569 coding systems.
6570
af9ba8ad
AI
65712000-08-30 Andrew Innes <andrewi@gnu.org>
6572
6573 * timer.el (run-with-idle-timer): Undo last change, so that timer
6574 is not activated immediately if Emacs is already idle. Some
6575 existing code relies on this behaviour.
6576
caccd8f2
MB
65772000-08-30 Miles Bader <miles@gnu.org>
6578
6579 * frame.el (set-frame-font): Do completion of font-name for
6580 interactive use.
6581
b64c0a1c
KH
65822000-08-30 Kenichi Handa <handa@etl.go.jp>
6583
6584 * international/quail.el (quail-start-translation): Bind locally
6585 last-command-event, last-command, and this-command.
6586 (quail-start-conversion): Likewise.
75cf0095 6587 (quail-self-insert-command): Fix docstring.
b64c0a1c 6588
fd5f61d3
GM
65892000-08-29 Gerd Moellmann <gerd@gnu.org>
6590
6591 * progmodes/executable.el
6592 (executable-make-buffer-file-executable-if-script-p): Check that
6593 buffer contains at least 2 characters.
6594
5b671d04
EZ
65952000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
6596
6597 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
6598
485d9513
DL
65992000-08-29 Dave Love <fx@gnu.org>
6600
a39fb83d
DL
6601 * diff-mode.el (diff-mode) <defgroup>: Add :version.
6602 (diff-mode-shared-map): Bind mouse-2.
6603 (diff-imenu-generic-expression): New variable.
6604 (diff-mode): Use it.
6605
485d9513
DL
6606 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
6607 (mouse-popup-menubar): Add minor mode menus.
6608 (popup-menu): Check for lookup-key returning number.
6609
ba3478d9
MB
66102000-08-29 Miles Bader <miles@gnu.org>
6611
6612 * comint.el (comint-send-input): Create overlays using the proper
6613 front/read-advance arguments.
9b4a7800 6614
c3d6d211
GM
66152000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6616
6617 * ps-print.el: Even/odd pages printing. Doc fix.
6618 (ps-print-version): New version number (6.0).
6619 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
6620 (ps-background, ps-begin-file, ps-begin-job): Code fix.
6621 (ps-print-duplex-feature): Variable eliminated.
6622 (ps-even-or-odd-pages): New variable.
6623
ba087cd7 6624 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
6625 (ebnf-version): New version (3.3).
6626 (ebnf-user-arrow): Change variable customization to sexp.
6627 (ebnf-user-arrow): Function eliminated.
6628 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 6629
d313265f
KH
66302000-08-29 Kenichi Handa <handa@etl.go.jp>
6631
cba62b78 6632 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
6633 (help-make-xrefs): Handle help-xref-mule-regexp.
6634
6635 * international/mule-cmds.el (help-xref-mule-regexp-template): New
6636 variable.
6637 (describe-input-method): Temporarily activate the specfied input
6638 method to display the information.
6639 (describe-language-environment): Hyperlinks to mule related items.
6640
6641 * international/mule-diag.el (charset-multibyte-form-string): New
6642 function.
6643 (list-character-sets-1): Use charset-multibyte-form-string.
6644 (describe-character-set): New function.
6645 (describe-coding-system): Hyperlinks to safe character sets.
6646
6647 * international/quail.el (quail-help): New arg PACKAGE.
6648 Hyperlinks to mule related items.
6649 (quail-help-insert-keymap-description): Use
6650 substitute-command-keys instead of describe-bindings.
6651 (quail-translation-help): Hyperlinks to mule related items.
6652
b4bd214e
JW
66532000-08-28 John Wiegley <johnw@gnu.org>
6654
ca7aae91
JW
6655 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
6656 have a defsubst call itself. Made `eshell-flatten-list' back into
6657 a function again.
6658
b4bd214e
JW
6659 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
6660 catch, in case re-centering point at bottom messes up the display.
6661 This happens frequently in Emacs 21, due I believe to variable
6662 line heights.
6663
6664 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
6665 to call `find-tag-interactive'.
6666
6667 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
6668 the list of remember directories.
6669
d44e146b
JW
66702000-08-28 John Wiegley <johnw@gnu.org>
6671
6672 * align.el: Test align-region-separate to see if it's a symbol.
6673
546c0888 66742000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
6675
6676 * eshell/esh-util.el (eshell-flatten-list): Made this function
6677 into a defsubst form. It gets used very frequently, although
6678 calls don't occur all that often.
6679
6680 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
6681 examining it.
6682
6683 * eshell/esh-cmd.el (eshell-rewrite-while-command):
6684 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
6685 `eshell-protect'.
6686 (eshell-copy-handles): Created a new macro for duplicating the
6687 current set of open handles. This is needed by the looping
6688 functions.
6689 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
6690 is not incorrectly stomped on.
6691
6692 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
6693 declaration for pcomplete-use-paring.
6694 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
6695 value of eshell-cmpl-use-paring.
6696 * pcomplete.el (pcomplete-use-paring): New config variable, to
6697 indicate whether paring should be used.
6698 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
6699 completion alternatives that have already been used.
6700
6701 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
6702 bound to C-c C-y, which will repeat the previous N arguments
6703 (based on prefix argument).
6704 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
6705
6706 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
6707 if there is no *Help* buffer. This is for XEmacs, which renames
6708 its help buffers uniquely. TODO: Find out what the current buffer
6709 name to delete is.
6710
6711 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
6712 first entry that correlates to a passwd/group number. Later
6713 entries (used for group/user name aliasing to multiple IDs) are
6714 ignored.
6715
9b4a7800
TTN
6716 * eshell/em-xtra.el (eshell/expr):
6717 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
6718 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
6719 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
6720 argument list, before passing it to the system command.
6721
6722 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
6723 `find-tag' for use at final position in Eshell buffers (which
6724 otherwise triggers an error on Emacs 21).
6725 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
6726 buffer, if it is currently bound to `find-tag'.
6727
6728 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
6729 in the list of matched Makefile names.
6730 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
6731 directory, prefer its contents to Makefile.
6732
6733 * eshell/em-dirs.el (eshell/cd): cd commands that look up
6734 directory parts (like "cd old new", or "cd =regexp"), are now case
6735 sensitive on non-Windows/DOS platforms.
6736
6737 * eshell/esh-mode.el (eshell-parse-command-input): When a user
6738 types RET after an open delimiter (like "), display a message
6739 indicating that Eshell is waiting for the closing delimiter.
6740
6741 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
6742 environment variables.
6743
6744 * eshell/em-unix.el (eshell/diff): Added logic to fail more
6745 gracefully if the user enters incorrect arguments.
6746
6747 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
6748 Eshell buffers.
6749
9b4a7800
TTN
6750 * eshell/esh-var.el (eshell-interpolate-variable):
6751 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
6752 * eshell/em-unix.el (eshell-du-sum-directory):
6753 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6754 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
6755 (not (= ...)).
6756
6757 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
6758 to ensure the `preserve' flag gets propagated when doing recursive
6759 directory copies.
6760
546c0888 67612000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
6762
6763 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
6764 Don't convert \n into \0177 in memory.
6765 (eshell-read-history, eshell-write-history): Convert \n to \0177,
6766 and back again, when reading and writing.
9b4a7800 6767
546c0888 67682000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
6769
6770 * eshell/esh-util.el (eshell-processp): Added to relieve constant
6771 testing of `fboundp' on `processp'.
6772
6773 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
6774 (eshell/jobs): Don't call process-list if it is not bound.
6775 (eshell-gather-process-output): Support systems where async
6776 subprocesses aren't supported.
6777 (eshell-scratch-buffer, eshell-last-sync-output-start): New
6778 variables.
6779
6780 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
6781 eshell-do-eval returns t.
6782 (eshell-do-pipelines-synchronously): New defmacro.
6783 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
6784 when async subprocesses aren't supported.
6785 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
6786 if async subprocesses aren't supported.
6787 (eshell-resume-command): Don't assume STATUS is a string.
6788
6789 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
6790
6791 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
6792 (eshell-close-target, eshell-get-target): Use eshell-processp.
6793 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
6794 fix.
6795 (eshell-get-target, eshell-create-handles): Doc fix.
6796
546c0888 67972000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 6798
546c0888 6799 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
6800 criterion to include commands that output something, as long as it
6801 leaves both the command and the end-of-buffer visible when the
6802 command has exited.
6803 (eshell-review-quick-commands): Adjust the help doc string
6804 accordingly.
6805
2a371c3b
PB
68062000-08-28 Peter Breton <pbreton@ne.mediaone.net>
6807
8348e1f9 6808 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 6809 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 6810
9b4a7800 6811 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
6812 (file-cache-assoc-function): New variable
6813 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
6814 Use file-cache-case-fold-search variable
6815 (file-cache-add-file): Use file-cache-assoc-function
6816 (file-cache-delete-file): likewise
6817 (file-cache-directory-name): likewise
6818 (file-cache-debug-read-from-minibuffer): likewise
6819
95931eb1
GM
68202000-08-28 Gerd Moellmann <gerd@gnu.org>
6821
6822 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
6823 (abbrev-table-name): New function.
6824 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
6825 If non-nil list local abbrev, only.
6826
bb17930d
GM
68272000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
6828
546c0888
EZ
6829 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
6830 from Gnus support code, and use special article copy buffer
bb17930d
GM
6831 `(gnus-original-article-buffer)' instead. This allows to get rid
6832 of article-hide-headers usage (which breaks in the latest Gnus
6833 version). Thanks to Detlev Zundel.
6834
41a68aef
KH
68352000-08-28 Kenichi Handa <handa@etl.go.jp>
6836
6837 * international/quail.el (quail-use-package): Hide "... loaded"
6838 message.
6839 (quail-start-translation, quail-start-conversion): Likewise.
6840
6841 * international/kkc.el (kkc-region): Hide "... loaded" message.
6842
28bb2cef
DL
68432000-08-27 Dave Love <fx@gnu.org>
6844
6845 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
6846
11a1118d
MB
68472000-08-27 Miles Bader <miles@gnu.org>
6848
6849 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
6850
0f85d477
KH
68512000-08-27 Kenichi Handa <handa@etl.go.jp>
6852
6853 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
6854 'ja-dic-cnv), not (require 'skkdic-cnv).
6855
2d73e8d3
MB
68562000-08-26 Miles Bader <miles@gnu.org>
6857
a0e5a5a4
MB
6858 * faces.el (face-x-resources): Add entry for :inherit.
6859 * cus-face.el (custom-face-attributes): Add support for :inherit
6860 attribute. Add support for relative face heights.
6861 (custom-face-attributes-get): Treat `nil' as being a default value
6862 for :inherit (as well as `unspecified').
6863
19feb949
MB
6864 * faces.el (set-face-attribute): Update doc string.
6865 (face-attribute-name-alist): Add :inherit.
6866 (face-valid-attribute-values): Handle :inherit.
6867 (face-read-string): Rephrase prompt to be less confusing.
6868 Assume that DEFAULT is a string, since we must return a string.
6869 (face-read-integer): Use `format' to turn DEFAULT into an
6870 acceptable default for face-read-string. Match NEW-VALUE against
6871 the string "unspecified", not the symbol `unspecified', since
6872 that's what face-read-string returns.
6873 (read-face-attribute): Lookup a name for old-value in valid, and
6874 use it as a default if we find one. Treat all values from
6875 face-read-string as strings. If the default is used, don't do any
6876 more processing on the value, just use the old value directly.
6877 (read-face-and-attribute, modify-face): Tweak prompt.
6878 (read-face-name): Don't assume prompt ends with a space.
6879
2d73e8d3
MB
6880 * faces.el (describe-face): Add support for :inherit attribute.
6881
a1a2e38f
KH
68822000-08-25 Kenichi Handa <handa@etl.go.jp>
6883
e84fa7c5
KH
6884 * terminal.el (terminal-emulator): Fix args to `concat'. Now
6885 concat doesn't accept interger.
6886
a1a2e38f
KH
6887 * international/kkc.el: Remove SKK from Keywords. Require
6888 ja-dic-utl instead of skkdic-utl.
6889
6890 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
6891 Provide ja-dic-cnv instead of skkdic-cnv.
6892 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
6893 (iso-2022-7bit-short): Add safe-charsets property.
6894 (skkdic-convert-postfix): Search Japanese chou-on character in
6895 addition to Hiragana character.
6896 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
6897 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
6898 (batch-skkdic-convert): Likewise.
6899
6900 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
6901 Provide ja-dic-utl instead of skkdic-utl.
6902 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
6903
f6499c03
DL
69042000-08-24 Dave Love <fx@gnu.org>
6905
1c2c3f16
DL
6906 * disp-table.el (standard-display-default): Make the test of `l'
6907 useful.
6908
f6499c03
DL
6909 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
6910 mod sample text.
6911
6912 * international/iso-ascii.el: Make pilcrow convenient string
6913 consistent with section.
6914 (iso-ascii-display): Set up multibyte characters as well as
6915 unibyte.
6916
c543db81
KH
69172000-08-24 Kenichi Handa <handa@etl.go.jp>
6918
6919 * international/mule-cmds.el (reset-language-environment): Set
6920 default-process-coding-system to '(undecided . iso-latin-1), which
6921 makes process I/O almost consistent with file I/O. Call this
6922 function when mule-cmds.el[c] is loaded.
6923
746d9caf
AI
69242000-08-22 Andrew Innes <andrewi@gnu.org>
6925
6926 * makefile.w32-in: New file.
6927
5484005d
MB
69282000-08-22 Miles Bader <miles@lsi.nec.co.jp>
6929
6930 * comint.el (comint-output-filter): Compare end of
6931 comint-last-output-overlay with the start of the newly inserted
6932 text, not the end, when deciding whether to extend it.
9b4a7800 6933 Set saved-point's insertion type to advance after insertion.
5484005d
MB
6934
6935 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
6936 since this is now done independently of font-lock mode.
6937
7a912f63
GM
69382000-08-21 Gerd Moellmann <gerd@gnu.org>
6939
6940 * server.el (server-kill-new-buffers): New user option.
6941 (server-existing-buffer): New buffer-local variable.
6942 (server-visit-files): When using an existing buffer, set
6943 server-existing-buffer to t.
6944 (server-buffer-done): If server-kill-new-buffers is t, kill the
6945 buffer, unless it was already present before visiting it with
6946 Emacs server.
9b4a7800 6947
240301df
EZ
69482000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
6949
6950 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
6951 even if the display doesn't support colors: some displays will
6952 support bold/underline faces.
6953
cbcef616
GM
69542000-08-21 Gerd Moellmann <gerd@gnu.org>
6955
6917e6bb
GM
6956 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
6957
cbcef616
GM
6958 * startup.el (command-line): If user's init file had an error,
6959 add explanatory text to *Messages*.
6960
6922b018
KH
69612000-08-21 Kenichi Handa <handa@etl.go.jp>
6962
6963 * man.el (Man-getpage-in-background): Decode the process output by
6964 the system locale coding system.
6965
e50c4203
DL
69662000-08-20 Dave Love <fx@gnu.org>
6967
96ab6351
DL
6968 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
6969 Don't test x-popup-menu.
6970 (function) <complete-function>: Complete only fbound symbols.
6971 <validate, value>: New.
6972 (variable) <complete-function>: Complete only bound symbols.
6973 (coding-system): Add :base-only, :complete-function, :validate,
6974 :value, :prompt-match.
6975 (widget-coding-system-prompt-value): Use read-coding-system and
6976 act on :base-only.
6977 (editable-field): Add :help-echo.
6978 (widget-push-button-gui, widget-push-button-cache)
6979 (widget-gui-action, widget-editable-list-gui): COmment out, along
6980 with uses.
6981 (widget-at): Make arg optional.
6982 (widget-echo-help): Adjust for current help-echo calling sequence.
6983 (widget-specify-field, widget-specify-button)
6984 (widget-specify-insert, widget-get-sibling, widget-image-find)
6985 (widget-convert, widget-insert, widget-leave-text)
6986 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
6987 (widget-setup, widget-field-find, widget-before-change)
6988 (widget-after-change, widget-default-complete)
6989 (widget-default-create, widget-default-delete)
6990 (widget-push-button-value-create, editable-field)
6991 (widget-field-prompt-value, widget-field-validate)
6992 (widget-choice-value-create, widget-choice-action)
6993 (widget-choice-validate, widget-checklist-add-item)
6994 (widget-radio-add-item, widget-radio-chosen)
6995 (widget-radio-value-inline, widget-editable-list-value-create)
6996 (widget-editable-list-entry-create)
6997 (widget-documentation-link-add)
6998 (widget-documentation-string-value-create)
6999 (widget-regexp-validate, widget-file-complete)
7000 (widget-sexp-validate, widget-plist-convert-widget)
7001 (widget-plist-convert-widget, widget-alist-convert-widget)
7002 (widget-alist-convert-widget, widget-color-complete): Simplify,
7003 particularly to avoid bindings which aren't optimized out.
7004
e50c4203
DL
7005 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
7006 Doc fix.
7007 (down-list, backward-up-list, up-list, kill-sexp)
7008 (backward-kill-sexp, mark-sexp): Make arg optional.
7009 (lisp-complete-symbol): Add optional arg PREDICATE.
7010
7011 * cus-start.el: Add display-buffer-reuse-frames,
7012 file-coding-system-alist.
7013
511bd4eb
GM
70142000-08-20 Gerd Moellmann <gerd@gnu.org>
7015
7016 * startup.el (command-line): Clear realized faces after
7017 modifying TTY color mappings.
7018
a9de7d29
MB
70192000-08-20 Miles Bader <miles@gnu.org>
7020
7021 * faces.el (face-attr-match-p): Don't return true if ATTRS are
7022 merely a subset of FACE's attributes.
7023
8a8023d9
MB
70242000-08-19 Miles Bader <miles@gnu.org>
7025
7026 * comint.el (comint-output-filter): Save the point with a marker,
7027 not just a buffer position.
7028
7029 * international/mule.el (set-buffer-process-coding-system): Make
7030 interactive prompt less confusing.
7031
1433385f
GM
70322000-08-19 Gerd Moellmann <gerd@gnu.org>
7033
7034 * hilit-chg.el: General cleanup of doc strings, comments and
7035 code formatting.
7036
136b4eda
MB
70372000-08-19 Miles Bader <miles@gnu.org>
7038
7039 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
7040 Compiler macro removed; beginning-of-line is no longer always
7041 equivalent to forward-line, in the presence of fields.
7042
7043 * comint.el (comint-output-filter): Remove ad-hoc saving of
7044 restriction, and just use save-restriction, now that it works
7045 correctly. Don't adjust comint-last-input-start to account for
7046 our insertion; it shouldn't have moved because we don't use
7047 insert-before-markers anymore. Comment out call to
7048 `force-mode-line-update'; why is it here?
7049
7050 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
7051 while checking for prompt to delete. Use `forward-line 0'
7052 instead of beginning-of-line.
7053 (gud-filter): Temporarily widen gud comint buffer while
7054 examining output.
7055
cdd0f857
SM
70562000-08-18 Stefan Monnier <monnier@cs.yale.edu>
7057
ebf96bfa
SM
7058 * progmodes/sh-script.el: Big bag of typos.
7059
cdd0f857
SM
7060 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
7061 check since ispell-process is not bound when ispell is not yet loaded.
7062
9bb7a286
DL
70632000-08-18 Dave Love <fx@gnu.org>
7064
7065 * image.el (find-image): Copy `spec' before using plist-put.
7066
74ec6045
GM
70672000-08-18 Gerd Moellmann <gerd@gnu.org>
7068
7069 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
7070 `portugues'.
7071
7072 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
7073 backward-kill-sexp, analogous to kill-sexp.
7074
7075 * progmodes/icon.el (icon-indent-line)
7076 (icon-is-continuation-line): Handle comments specially.
7077
70782000-08-17 Ken Stevens <k.stevens@ieee.org>
7079
7080 * ispell.el: Set to standard author/maintainer/keyword fields.
7081 Fine tuning to menu map appearance and operation, and added help.
7082 Remove `start' and `end' error messages when compiling.
7083 (ispell-choices-win-default-height): Fixed comment string.
7084 (ispell-dictionary-alist-1): Fixed regexp in castellano and
7085 castellano8 dictionaries.
7086 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
7087 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
7088 dictionary, added italiano dictionary.
7089 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
7090 word character
7091 (ispell-tex-skip-alists): Added psfig support.
7092 (ispell-skip-html): Renamed from ispell-skip-sgml.
7093 (ispell-begin-skip-region-regexp, ispell-skip-region)
7094 (ispell-minor-check): Improved html skipping support to skip across
7095 code, and recognize `&' commands without propper `;' syntax;
7096 (ispell-process-line): Fix alignment error when manually
7097 correcting spelling.
7098 (ispell): Fix comment string.
7099 (ispell-add-per-file-word-list): Always put word list on new line.
7100
3787e12e
GM
71012000-08-17 Gerd Moellmann <gerd@gnu.org>
7102
a7b28523
GM
7103 * format.el (format-encode-run-method): Fix error message to say
7104 `encode' instead of `decode'. Use save-window-excursion around
7105 shell-command-on-region as in format-decode-run-method because
7106 shell-command-on-region can display a buffer with error output.
7107 (format-decode): Don't record undo information for the decoding.
7108 (format-annotate-function): Add parameter FORMAT-COUNT. Make
7109 that number part of the temporary buffer name so that more than
7110 one decoding using a temporary buffer can happen safely.
7111
7112 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
7113 of `A-z' in the regexp.
7114
7115 * hilit-chg.el: Fix typos in commentary.
7116
3787e12e
GM
7117 * help.el (view-emacs-news): Rewritten for new naming scheme
7118 for old NEWS files.
7119
7120 * startup.el (command-line): Pop to *Messages* in case an error
7121 is signaled while loading user-init-file.
7122
d2473540
AS
71232000-08-17 Andreas Schwab <schwab@suse.de>
7124
7125 * files.el (insert-directory): Don't lose original file name,
7126 undoing an undocumented change.
7127
c0bbaf57
GM
71282000-08-17 Alex Schroeder <alex@gnu.org>
7129
7130 * sql.el (sql-magic-go): Use comint-bol.
7131 (sql-copy-column): Use comint-line-beginning-position.
7132 (comint-line-beginning-position): Define a replacement for
7133 comint-line-beginning-position if it is not fboundp.
7134
71352000-08-17 Alex Schroeder <alex@gnu.org>
7136
7137 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
7138 it didn't have any effect anyway.
7139
71402000-08-17 Alex Schroeder <alex@gnu.org>
7141
7142 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
7143 --pset and pager=off instead of sending \\o|cat at the beginning
7144 of the session.
7145
9d245da5
MB
71462000-08-17 Miles Bader <miles@gnu.org>
7147
7148 * progmodes/octave-inf.el: Add compatibility definition of
7149 comint-line-beginning-position.
7150
abfdbd2e
KH
71512000-08-17 Kenichi Handa <handa@etl.go.jp>
7152
7153 * startup.el (normal-top-level): Look in each dir in load-path for
7154 a leim-list.el file too. This assures of loading leim-list.el
7155 that is created at Emacs installation time even if a user have his
7156 own leim-list.el.
7157
a0b8c939
MB
71582000-08-17 Miles Bader <miles@gnu.org>
7159
7160 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
7161 foreground color to black if the background is dark.
7162
7382bcae
SM
71632000-08-16 Stefan Monnier <monnier@cs.yale.edu>
7164
7165 * loadhist.el (unload-feature): Typo.
7166
9b4a7800 7167 * finder.el (finder-compile-keywords):
7382bcae
SM
7168 * cus-dep.el (custom-make-dependencies): Add local-variable settings
7169 to the generated file.
7170
7171 * mail/mh-e.el (mh-make-local-vars):
7172 Replace make-variable-buffer-local with make-local-variable.
7173
cdd0f857 7174 * play/landmark.el:
7382bcae 7175 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
7176 * mail/mailabbrev.el (mail-abbrevs-mode):
7177 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
7178 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
7179
7180 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
7181
7182 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
7183 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
7184 Allow going past the last element.
9b4a7800 7185 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
7186 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
7187 (cvs-mouse-toggle-mark): Don't move point.
7188 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
7189
7190 * progmodes/compile.el (grep): Provide a default set of files.
7191 (next-error): Docstring fix.
7192 (compilation-find-file): Avoid find-file (fails in a dedicated window).
7193
7194 * emacs-lisp/easy-mmode.el (define-minor-mode):
7195 Use `symbol-value' to keep the byte-compiler quiet.
7196
7197 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
7198 (diff-find-source-location): New fun, extracted from diff-goto-source.
7199 (diff-goto-source): Use it.
7200 (diff-next-complex-hunk, diff-filter-lines): New function.
7201 (diff-apply-hunk): New command.
7202
7203 * smerge-mode.el (smerge-mode-menu): Doc fix.
7204
7205 * msb.el (msb-mode): Define it in terms of define-minor-mode.
7206
4f00b8c1
DL
72072000-08-16 Dave Love <fx@gnu.org>
7208
2b5198bb
DL
7209 * windmove.el (windmove) <defgroup>: Add :version.
7210
7211 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
7212 (goto-address-fontify-p, goto-address-highlight-p)
7213 (goto-address-url-face, goto-address-url-mouse-face)
7214 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
7215 (goto-address-url-regexp): Use thing-at-point-url-regexp.
7216 (goto-address-fontify, goto-address-at-mouse): Simplify,
7217 (goto-address-at-point): browse-url-url-at-point,
7218 goto-address-find-address-at-point can return nil.
7219 (goto-address-find-address-at-point): Return nil on failure.
7220
7221 * align.el (align) <defgroup>: Add :version.
7222
7223 * calculator.el (calculator): Add :version.
7224 (calculator): Use two lines for calculator window if `modeline'
7225 face is boxed.
7226
4f00b8c1
DL
7227 * play/5x5.el: Doc fixes.
7228 (5x5) <defgroup>: Add :version.
7229
7230 * play/fortune.el (fortune) <defgroup>: Add :version.
7231 (fortune-append): Fix error message.
7232 (fortune-from-region): Doc fix.
7233
7234 * play/pong.el (pong): Doc fix.
7235
7236 * play/morse.el: Keywords, commentary, autoloads.
7237
69db7ee7
EZ
72382000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
7239
7240 * desktop.el (desktop-save): Don't look at symbol-value of a
7241 member of minor-mode-alist, unless it is boundp.
7242
10e1dad9
SS
72432000-08-16 Sam Steingold <sds@gnu.org>
7244
a0b8c939 7245 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
7246 `while'; use `with-current-buffer' instead of `save-excursion'.
7247 Removed unnecessary kludges now that "*Buffer List*" is excluded.
7248
9d7bcb2e
KH
72492000-08-16 Kenichi Handa <handa@etl.go.jp>
7250
7251 * international/ccl.el (declare-ccl-program): Docstring modified.
7252 (ccl-execute-with-args): Likewise.
7253
04231ab8
MB
72542000-08-16 Miles Bader <miles@gnu.org>
7255
9d245da5 7256 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
7257 comint-line-beginning-position.
7258
f68446ef
GM
72592000-08-15 Gerd Moellmann <gerd@gnu.org>
7260
dc28878c
GM
7261 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
7262 'buffer-menu' property.
7263 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
7264 fails.
7265 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
7266 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
7267 wasn't killed.
10e1dad9 7268
58ed0d3b
GM
7269 * buff-menu.el (list-buffers-noselect): Don't display the
7270 *Buffer List* buffer.
7271
32dc52f7
GM
7272 * font-lock.el: Require jit-lock to prevent a very late
7273 `Loading jit-lock' message.
7274
f68446ef 7275 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 7276 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
7277 mail address.
7278
90ac90a2
MB
72792000-08-15 Miles Bader <miles@gnu.org>
7280
7281 * textmodes/ispell.el (ispell-graphic-p): New constant.
7282 (ispell-choices-win-default-height, ispell-help): Use
7283 `ispell-graphic-p' instead of `xemacsp'.
7284
b0a0e263
DL
72852000-08-15 Dave Love <fx@gnu.org>
7286
c1e757e3
DL
7287 * simple.el: Autoload widget-convert when compiling.
7288 (mail-user-agent): Doc fix.
7289
7290 * help.el (function-called-at-point, variable-at-point): Use
7291 with-syntax-table.
7292 (help-manyarg-func-alist): Add insert-and-inherit.
7293
7294 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
7295
7296 * delsel.el (delsel-unload-hook): New function.
7297
7298 * find-file.el: Doc fixes. Move provide to end.
7299 (ff) <defgroup>: Add :link.
7300 (ff-goto-click): Deleted.
7301 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
7302 Use mouse-set-point.
7303
7304 * textmodes/tildify.el: Doc fixes.
7305 (tildify) <defgroup>: Add:version.
7306
7307 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
7308 (glasses-custom-set): Use set-default, not set.
7309 (minor-mode-alist): Propertize the lighter.
7310 (glasses-mode): Provide optional arg.
7311
5f847612
DL
7312 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
7313 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
7314 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
7315 option. Provide :type.
7316 (cwarn-configuration): Provide :type.
7317 (cwarn-mode): Doc fix.
7318
7319 * add-log.el (change-log-merge): Doc fix.
7320 (change-log-redate): New command.
7321
b0a0e263
DL
7322 * net/browse-url.el (browse-url-filename-alist): Add a clause for
7323 Doze and Dog.
7324 (browse-url): Use dolist, not mapcar.
7325 (browse-url-at-point): Check for null url.
7326 (browse-url-event-buffer, browse-url-event-point): Functions
7327 deleted.
7328 (browse-url-at-mouse, browse-url-netscape): Simplify.
7329
7330 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
7331 modes.
7332 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
7333 Fix previous change to mapcan.
7334 (msb--init-file-alist, msb--add-separators)
7335 (msb--make-keymap-menu): Simplify.
7336 (msb--choose-file-menu): Use copy-sequence.
7337 (msb-mode-map): Add title to keymap.
7338 (msb-unload-hook): New function.
7339
7340 * bs.el: Fix indentation.
7341 (bs) <defgroup>: Add :links.
2b5198bb
DL
7342 (bs-show): Doc fix.
7343 (bs-apply-sort-faces): Don't use window-system.
7344 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 7345
70f1b78e
EZ
73462000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
7347
7348 * calendar/timeclock.el (timeclock-file): Run .timelog through
7349 convert-standard-filename.
7350
956777b3
GM
73512000-08-14 Gerd Moellmann <gerd@gnu.org>
7352
3215096c
GM
7353 * emacs-lisp/authors.el: New file.
7354
956777b3
GM
7355 * paren.el (show-paren-priority): New user option.
7356 (show-paren-function): Set overlay priorities to
7357 show-paren-priority.
10e1dad9 7358
0cde1424
MB
73592000-08-14 Miles Bader <miles@gnu.org>
7360
7361 * comint.el (comint-bol): Use `forward-line 0' instead of calling
7362 beginning-of-line with inhibit-field-text-motion bound.
7363
90cbf47e
GM
73642000-08-14 Gerd Moellmann <gerd@gnu.org>
7365
7366 * calendar/timeclock.el: New file.
7367
73682000-08-14 David Ponce <david@dponce.com>
7369
7370 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
7371 `widget-button-click'. so that one can use left mouse button to
7372 click on dialog buttons.
7373
73742000-08-14 Emmanuel Briot <briot@gnat.com>
7375
7376 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 7377 identifiers, since XML is case sensitive
10e1dad9 7378
79e8dca7 73792000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 7380
660394d1
MB
7381 * comint.el (comint-output-filter): Don't bother frobbing
7382 window-start, it doesn't seem to be necessary.
79e8dca7
MB
7383
7384 * comint.el (comint-send-string, comint-send-region): Make into
7385 real functions. Snapshot the prompt before sending.
7386
218c2cc7
EZ
73872000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
7388
7389 * info.el (Info-find-emacs-command-nodes): Rewrite to use
7390 technique similar to Info-index, instead of relying on specific
7391 names of relevant Index nodes.
7392 (Info-goto-emacs-command-node): Bind Info-history to nil when
7393 going to the first node found by Info-find-emacs-command-nodes.
7394
51e066d2 73952000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
7396
7397 * menu-bar.el (menu-bar-help-menu): Add a :help string.
7398
867102f2
MB
73992000-08-10 Miles Bader <miles@gnu.org>
7400
7401 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
7402
af718538
EZ
74032000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7404
7405 * info.el (Info-file-list-for-emacs): More elements for the
7406 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
7407 and woman manuals.
7408
c51bacd6
MB
74092000-08-10 Miles Bader <miles@lsi.nec.co.jp>
7410
7411 * comint.el (comint-send-input): Make the newline boundary overlay
7412 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
7413 (comint-output-filter): Use `insert' instead of
7414 `insert-before-markers'. Extend comint-last-output-overlay when
7415 necessary since we can't rely on insert-before-markers to do it.
7416 * gud.el (gud-filter): Use `with-current-buffer' instead of
7417 save-excursion when inserting the output, so that point gets
7418 updated correctly; the old method relied on a rather dodgy
7419 side-effect of comint-output-filter to avoid the effect of
7420 save-excursion.
7421
98532b12
EZ
74222000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7423
7424 * files.el (recover-file): Call insert-directory instead of
7425 invoking `ls' directly.
7426
3db4b719
MB
74272000-08-10 Miles Bader <miles@gnu.org>
7428
7429 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
7430 (comint-last-prompt-overlay): New variables.
7431 (comint-output-filter): Implement prompt highlighting.
7432 (comint-snapshot-last-prompt): New function.
7433 (comint-send-input): Snapshot the last prompt.
7434 Use comint-highlight-input-face.
7435 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
7436 Use defface instead of defcustom.
7437 (send-invisible, comint-send-eof): Snapshot the last prompt.
7438 (comint-delchar-or-maybe-eof): Use comint-send-eof.
7439 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
7440
96190aa1
SM
74412000-08-09 Stefan Monnier <monnier@cs.yale.edu>
7442
5cda4b07
SM
7443 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
7444 (regexp-opt-group): Use a list of chars for `letters'.
7445 (regexp-opt-charset): `chars' is now a list of chars.
7446 Use a char-table rather than a vector so it works for multibyte chars.
7447
96190aa1
SM
7448 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
7449 Set cvs-minor-current-files to the selected fileinfo.
7450 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
7451 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
7452
7d093d56
EZ
74532000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
7454
7455 * files.el (insert-directory): Don't call access-file on
7456 directories on DOS and Windows.
7457
b24c5811
KH
74582000-08-09 Kenichi Handa <handa@etl.go.jp>
7459
7460 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
7461 longer if necessary.
7462 (ccl-embed-code): Call ccl-embed-data to store CODE in
7463 ccl-program-vector.
7464
0a6fd67e
MB
74652000-08-09 Miles Bader <miles@gnu.org>
7466
7467 * comint.el (comint-output-filter): Properly handle the case where
7468 the text surrounded by comint-last-output-overlay was deleted.
7469
9f6d1a6c
GM
74702000-08-08 Gerd Moellmann <gerd@gnu.org>
7471
25ad1371
GM
7472 * info.el (Info-insert-dir): Use Info-additional-directory-list if
7473 non-nil.
7474 (Info-file-list-for-emacs): Remove "info" from the list because
7475 that leads to trying to use the documentation from file `info'
7476 in various situations where it isn't appropriate, for instance
7477 C-h C-k C-h i.
7478
7479 * ffap.el (ffap-read-file-or-url-internal): Handle case that
7480 DIR and/or STRING are nil.
7481
7482 * progmodes/compile.el (compilation-setup): Make variable
7483 compilation-error-screen-columns buffer-local, as some comment
7484 in the code suggests it should be.
7485
7486 * files.el (auto-mode-interpreter-regexp): New variable.
7487 (set-auto-mode): Use it.
7488
7489 * indent.el (indent-for-tab-command): Doc fix.
7490
7491 * mouse-sel.el (mouse-sel-mode): Doc fix.
7492
9f6d1a6c
GM
7493 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
7494 labels.
7495
7496 * help.el (print-help-return-message): When
7497 display-buffer-reuse-frames is set, let the help window been quit,
7498 instead of deleting it, which might delete a reused frame.
7499
3d819a75
EZ
75002000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
7501
7502 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
7503 rename a directory to a name that differs only by its letter case.
7504
c5a52529
KH
75052000-08-08 Kenichi Handa <handa@etl.go.jp>
7506
7507 * international/quail.el (quail-define-rules): Handle Quail decode
7508 map correctly. Add code for supporting annotations.
7509 (quail-install-decode-map): New function.
7510 (quail-defrule-internal): New optional arguments decode-map and
7511 props.
7512 (quail-advice): New function.
7513
5e9e032a
SS
75142000-08-07 Sam Steingold <sds@gnu.org>
7515
7516 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
7517 `defconst', `define-condition', `with-slots'.
7518 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
7519
46645f4b
MB
75202000-08-03 Miles Bader <miles@gnu.org>
7521
7522 * comint.el (comint-use-prompt-regexp-instead-of-fields):
7523 New variable.
7524 (comint-prompt-regexp, comint-get-old-input): Document dependence on
7525 comint-use-prompt-regexp-instead-of-fields.
7526 (comint-send-input): Add `input' field property to stuff we send to
7527 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
7528 (comint-output-filter): Add `output' field property to process
7529 output, if comint-use-prompt-regexp-instead-of-fields is nil.
7530 (comint-replace-by-expanded-history)
7531 (comint-get-old-input-default, comint-show-output)
7532 (comint-backward-matching-input, comint-forward-matching-input)
7533 (comint-next-prompt, comint-previous-prompt): Use field
7534 properties if comint-use-prompt-regexp-instead-of-fields is nil.
7535 (comint-line-beginning-position): New function.
7536 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
7537 (comint-replace-by-expanded-history-before-point): Use
7538 comint-line-beginning-position and line-end-position.
7539 (comint-last-output-overlay): New variable.
7540 (comint-mode): Make `comint-last-output-overlay' buffer-local.
7541
7542 * shell.el (shell-prompt-pattern): Doc change.
7543 (shell-backward-command): Use line-beginning-position.
7544
7545 * gud.el (gud-gdb-complete-command): Use
7546 comint-line-beginning-position.
7547
7548 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
7549 comint-bol doesn't actually go to the beginning of the line.
7550
7551 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
7552 if comint-use-prompt-regexp-instead-of-fields is non-nil.
7553 (try-expand-line-all-buffers): Likewise.
7554
7555 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
7556 explicitly matching comint-prompt-regexp.
7557 (sql-copy-column): Use comint-line-beginning-position instead of
7558 explicitly matching comint-prompt-regexp.
7559
7560 * progmodes/octave-inf.el (inferior-octave-complete): Use
7561 comint-line-beginning-position.
7562
7563 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
7564
7565 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
7566 looking for a prompt, use `forward-line 0' instead of
7567 `beginning-of-line', to avoid getting caught by an input field.
7568
ff3d9573
GM
75692000-08-07 Gerd Moellmann <gerd@gnu.org>
7570
7571 * files.el (shell-quote-wildcard-pattern): Make sure to return
7572 PATTERN, in the Unix case.
7573
e0d8827b
EZ
75742000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
7575
7576 * play/zone.el (zone): Discard any pending input before running
7577 the randomly-chosen pgm.
7578
24d55b8f
KH
75792000-08-07 Kenichi Handa <handa@etl.go.jp>
7580
7581 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
7582 checking the existence of any multibyte characters.
7583
3d05e1ee
GM
75842000-08-06 Gerd Moellmann <gerd@gnu.org>
7585
6c4a4368
GM
7586 * help.el (describe-mode): Test minor-mode symbol for being
7587 bound before testing its value for being nil.
7588
3d05e1ee
GM
7589 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
7590 `first', `second', and `third'.
7591
7592 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
7593 (second): Make it an alias for `cadr'.
7594
6968a481
EZ
75952000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
7596
7597 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
7598 types of display support faces now.
7599
e49aa397
GM
76002000-08-05 Gerd Moellmann <gerd@gnu.org>
7601
7602 * pcvs.el (require): Require `cl' during compilation, only.
7603
7604 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
7605 (toplevel): Remove `remq' and `remove' from autoloads.
7606 (cl-fake-autoloads): New variable. If set, arrange for an error
7607 when CL functions etc. are autoloaded.
7608
588aca27
EZ
76092000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
7610
2e78d4ab
EZ
7611 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
7612
85628348
EZ
7613 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
7614 popped up, but the user clicks outside the menu, return an empty
7615 regexp (that causes unhighlight-regexp to have no effect).
7616
74f0e552
EZ
7617 * menu-bar.el (menu-bar-games-menu): Add Zone.
7618
588aca27
EZ
7619 * hi-lock.el (toplevel): Require font-lock.
7620
f4988be7
GM
76212000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7622
ba087cd7 7623 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
7624 (ebnf-8-bit-chars): New var for bug fix.
7625 (ebnf-string): Bug fix.
7626
027b73ac
SS
76272000-08-03 Sam Steingold <sds@gnu.org>
7628
7629 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
7630 instead of `buffer-string'.
7631 (require 'cl): Always, not just when compiling.
7632 `ignore-errors' in `interactive', `list*', `defun*' &c make this
7633 necessary.
7634
2f1fa038
EZ
76352000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
7636
7637 * international/mule-cmds.el (select-safe-coding-system): Make
7638 the message text about selecting a safe coding system more clear.
7639
ead53494
GM
76402000-08-02 Gerd Moellmann <gerd@gnu.org>
7641
abb2db1c
GM
7642 * hi-lock.el: New file.
7643
7644 * play/zone.el: New file.
7645
ead53494
GM
7646 * replace.el (occur): Set tab-width in the *Occur* buffer to the
7647 value of tab-width in the original buffer. Choose a line number
7648 format that's a multiple of the original buffer's tab width, so
7649 that lines appear right.
7650
7651 * textmodes/ispell.el (ispell): New function, replacing an alias.
7652 Spell-check active region if in transient-mark-mode and mark
7653 is active; otherwise spell-check buffer.
7654
76552000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7656
7657 * ps-mule.el: Fix a customization problem on
7658 ps-mule-font-info-database-default.
7659
f4a2b0a4
EZ
76602000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
7661
7662 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
7663 display-mouse-p instead of window-system.
7664 (ebrowse-member-mode-map): Ditto.
7665
b685181e
GM
76662000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7667
ba087cd7
EZ
7668 * progmodes/ebnf2ps.el: Update ps-print functions call.
7669 Indentation fix. Doc fix.
b685181e
GM
7670 (ebnf-version): New version number (3.2).
7671 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 7672
3b5fab87
EZ
76732000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
7674
032ebb29
EZ
7675 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
7676 font lock support on window-system.
7677 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
7678
3b5fab87
EZ
7679 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
7680 display-color-p, if fboundp, instead of window-system.
7681
7e2605e7
EZ
76822000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
7683
7684 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
7685 instead of window-system.
7686
7687 * wid-edit.el (widget-choose): Use display-mouse-p instead of
7688 window-system.
7689 (widget-choice-mouse-down-action): Use display-popup-menus-p
7690 instead of window-system.
7691
7692 * strokes.el (strokes-file): Run the file name through
7693 convert-standard-filename.
7694 (strokes-mode): Call display-mouse-p instead of looking at
7695 window-system. Change the error message accordingly.
7696
7697 * progmodes/cpp.el (toplevel): Support faces on tty's.
7698
7699 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
7700 (lm-plot-square, lm-init-display): Don't use window-system.
7701
7702 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
7703 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
7704
7705 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
7706 instead of looking at window-system.
7707
26119624
GM
77082000-07-30 Gerd Moellmann <gerd@gnu.org>
7709
7710 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
7711 of testing if iswitchb-prepost-hooks is bound, because the
7712 latter will always be true when invoking a recursive minibuffer
7713 from an active Iswitchb buffer.
7714
c90596f3
EZ
77152000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
7716
7717 * files.el (shell-quote-wildcard-pattern): New function.
7718 (insert-directory): Call it. Only prepend "\" to command on Unix
7719 and GNU/Linux systems.
7720
18925e78
GM
77212000-07-30 Gerd Moellmann <gerd@gnu.org>
7722
7723 * eshell/esh-groups.el: Change custom :link file names
7724 from `eshell.info' to `eshell'.
7725
77262000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
7727
7728 * dired.el (dired-build-subdir-alist): Expand subdirectory names
7729 correctly in recursive ange-ftp listings.
7730
77312000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7732
7733 * ps-print.el: Fix bug 1: if ps-font-size-internal,
7734 ps-header-font-size-internal and
7735 ps-header-title-font-size-internal variables are not set,
7736 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
7737 face text property is (foreground-color . COLOR) or
7738 `(background-color . COLOR)', ps-print crashes. Doc fix.
7739 (ps-print-version): New version number (5.2.4).
7740 (ps-plot-region): Code fix.
7741 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
7742 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
7743 Bug fix 2.
7744
77452000-07-30 Milan Zamazal <pdm@freesoft.cz>
7746
7747 * glasses.el (glasses-make-readable): Fix uncapitalization of
7748 identifiers like `myXMLDocument'.
7749
aeb4c63e
KF
77502000-07-28 Karl Fogel <kfogel@red-bean.com>
7751
18925e78
GM
7752 * mail/mail-hist.el (mail-hist-previous-input)
7753 (mail-hist-next-input): Do the obvious code factorization.
7754 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
7755 code of above two.
7756 If inserting a message body, leave point at top.
7757
9d453139
SS
77582000-07-28 Sam Steingold <sds@gnu.org>
7759
7760 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
7761 Use `<=', not `<' to compare times!
7762 (ange-ftp-ls): Remove.
9d453139 7763
b548072f
GM
77642000-07-27 Gerd Moellmann <gerd@gnu.org>
7765
27848c01
GM
7766 * play/cookie1.el: Add explanation of how to make cookie.el
7767 compatible with strfile(1) to comment.
7768
7769 * subr.el (remove, remq): New functions.
7770
3ab82477
GM
7771 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
7772 escape `*' in regexps.
7773 (midnight-find): Reverse order of arguments in the funcall of
7774 TEST.
7775
7776 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
7777 and `.class'.
7778
b548072f
GM
7779 * play/meese.el: Add Commentary section.
7780
27848c01
GM
77812000-07-27 Alex Schroeder <alex@gnu.org>
7782
7783 * sql.el (sql-ms): Added autoload cookie.
7784 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
7785 (sql-oracle): Ditto.
7786 (sql-help): Doc change.
7787
7788 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
7789 types and exceptions.
7790
77912000-07-27 Alex Schroeder <alex@gnu.org>
7792
7793 * sql.el (sql-placeholder-history): New variable.
7794 (sql-query-placeholders-and-send): New function that will query
7795 the user and replace placeholders with user input.
7796 (sql-oracle): If running on NT, set comint-input-sender to
7797 sql-query-placeholders-and-send.
7798
7799 (sql-stop): If in the SQLi buffer, insert stop notification, else
7800 present it as a message.
7801
78022000-07-27 Alex Schroeder <alex@gnu.org>
7803
7804 * sql.el (sql-input-ring-separator): Doc change.
7805 (sql-input-ring-file-name): Doc change.
7806 (sql-interactive-mode): Use `sql-input-ring-separator' and
7807 `sql-input-ring-file-name' to set the comint-mode equivalents
7808 without making them local variables.
7809 (sql-stop): Don't bind `sql-input-ring-separator' and
7810 `sql-input-ring-file-name' dynamically to their comint-mode
7811 equivalents.
7812
91ae8751
KH
78132000-07-27 Kenichi Handa <handa@etl.go.jp>
7814
7815 * international/mule.el (register-char-codings): New function.
7816 (make-coding-system): Handle `safe-chars' specification in the arg
7817 PROPERTY.
7818
7819 * international/mule-cmds.el
7820 (find-coding-systems-region-subset-p): This function deleted.
7821 (sort-coding-systems-predicate): New variable.
7822 (sort-coding-systems): New function.
7823 (find-coding-systems-region): Use
7824 find-coding-systems-region-internal.
7825 (find-coding-systems-string): Use find-coding-systems-region.
7826 (find-coding-systems-for-charsets): Check
7827 char-coding-system-table.
7828 (select-safe-coding-system-accept-default-p): New variable.
7829 (select-safe-coding-system): Mostly rewritten. New argument
7830 ACCEPT-DEFAULT-P.
7831 (select-message-coding-system): Call select-safe-coding-system
7832 with ACCEPT-DEFAULT-P arg.
7833 (reset-language-environment): Reset default-sendmail-coding-system
7834 to the default value iso-latin-1.
7835 (set-language-environment): Don't set the obsolete variable
7836 charset-origin-alist.
7837
7838 * international/codepage.el (cp-coding-system-for-codepage-1):
7839 Give `safe-chars' property to make-coding-system.
7840
7841 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
7842 calling select-message-coding-system twice.
7843
7844 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
7845 instead of `safe-charsets'.
7846 (cyrillic-alternativnyj): Likewise.
7847 (ccl-encode-alternativnyj): Don't check the charset
7848 cyrillic-iso8859-5.
7849
90cf4474
KH
78502000-07-27 Kenichi Handa <handa@etl.go.jp>
7851
7852 * composite.el (compose-chars-after): Preserve match data.
7853
a1f84f6d
SS
78542000-07-26 Sam Steingold <sds@gnu.org>
7855
7856 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
7857 (ange-ftp-real-file-newer-than-file-p): New function.
7858 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
7859 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
7860
7861 * tooltip.el (tooltip-float-time): Removed (use `float-time').
7862 * midnight.el (midnight-float-time): Ditto.
7863
e092928e
AS
78642000-07-26 Andreas Schwab <schwab@suse.de>
7865
7866 * files.el (normal-backup-enable-predicate): Correct
7867 interpretation of the return value of compare-strings.
7868
7465ebef
GM
78692000-07-26 Gerd Moellmann <gerd@gnu.org>
7870
3353ef5a
GM
7871 * isearch.el (isearch-resume): New function.
7872 (isearch-done): Add something to command-history to resume
7873 the search.
7874 (isearch-yank-line, isearch-yank-word): Use
7875 buffer-substring-no-properties instead of buffer-substring.
7876
7465ebef
GM
7877 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
7878 of flyspell-mouse-map.
7879
7880 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
7881 duplicate definition.
7882 (makefile-mode): Remove duplicate setting of local-abbrev-table.
7883
7884 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
7885 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
7886
5044b74a
SS
78872000-07-25 Sam Steingold <sds@gnu.org>
7888
25759a92
SS
7889 * net/ange-ftp.el: Get modtime over the net.
7890 (ange-ftp-file-modtime): New function.
a95cb10a
GM
7891 (ange-ftp-write-region, ange-ftp-insert-file-contents)
7892 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
7893 Use it.
7894 (ange-ftp-dot-to-slash): New function.
7895 (ange-ftp-fix-name-for-vms): Use it.
7896
5044b74a
SS
7897 * midnight.el (midnight-buffer-display-time): Use
7898 `with-current-buffer'.
7899
5dcfb3f4
GM
79002000-07-25 Gerd Moellmann <gerd@gnu.org>
7901
7902 * find-dired.el: Update copyright notice.
7903 (find-dired): Offer to kill a running `find'.
7904
7905 * enriched.el (enriched-face-ans): For a `foreground-color'
7906 property, return '(("x-color" COLOR))' so that COLOR will be
7907 output as a parameter of the x-color annotation. Likewise for the
7908 `background-color' property. In the case of normal face
7909 properties, don't return annotations for unspecified foreground
7910 and background face attributes.
7911
8c662166
KH
79122000-07-25 Kenichi Handa <handa@etl.go.jp>
7913
7914 * language/japan-util.el (japanese-katakana-region): Fix handling
7915 HANKAKU argument.
7916
c28da489
MB
79172000-07-25 Miles Bader <miles@gnu.org>
7918
7919 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
7920 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
7921 constrain-to-field.
7922
ad349719
AI
79232000-07-24 Andrew Innes <andrewi@gnu.org>
7924
7925 * timer.el (timer-activate-when-idle): Add optional parameter
7926 DONT-WAIT. Update docstring.
7927 (run-with-idle-timer): Specify extra parameter to
7928 timer-activate-when-idle, so that timer will be activated
7929 immediately if Emacs is already idle.
7930
7931 * w32-fns.el (w32-using-nt): Fix docstring.
7932
c95162f5
DL
79332000-07-24 Dave Love <fx@gnu.org>
7934
7935 * mouse.el (popup-menu): Set last-command-event.
7936 (mouse-major-mode-menu-prefix): Declare.
7937
e3c31fd5
GM
79382000-07-24 Gerd Moellmann <gerd@gnu.org>
7939
7940 * textmodes/flyspell.el: Update to author's version 1.5d.
7941
7942 * progmodes/hideshow.el: Update copyright notice.
7943
7944 * vcursor.el: Set maintainer to FSF, since author cannot
7945 be reached.
7946
7636d2a3
EZ
79472000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
7948
fbe0a958
EZ
7949 * info.el (Info-goto-emacs-key-command-node): Leave a space after
7950 the prompt.
7951
7636d2a3
EZ
7952 * mouse.el (popup-menu): Run the keymap through indirect-function,
7953 in case it was defined with define-prefix-key. If the menu is a
7954 list of keymaps, look up the binding of user's choice in each one
7955 of the keymaps.
7956 (mouse-popup-menubar): If the global and local menu-bar keymaps
7957 don't have a prompt string, create one and insert it into the
7958 keymap. Don't barf if current-local-map returns nil.
7959
e024b101
GM
79602000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
7961
7962 * dired.el (dired-sort-R-check): Added to allow recursive listing
7963 to be undone.
7964 (dired-sort-other): Use it.
7965
7972fcfc
GM
79662000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7967
e024b101 7968 * Release of cc-mode 5.27
7972fcfc
GM
7969
79702000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7971
7972 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
7973 c-beginning-of-statement-1 that caused a bad case of recursion
7974 which could consume a lot of CPU in large classes in languages
7975 that have in-expression classes (i.e. Java and Pike).
7976
7977 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
7978 statements before top level constructs (i.e. case 6 is moved
7979 before case 5 and is now case 4) to catch in-expression
7980 classes in top level expressions correctly.
7981
79822000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7983
7984 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
7985 objc-method-intro. Case 4 removed and case 5I added.
7986
7987 * cc-langs.el (c-append-paragraph-start): New variable used by
7988 c-common-init to get paragraph-start correct.
7989 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
7990 initialize paragraph-start to make it correct both with and
7991 without the javadoc special case.
7992
7993 * cc-mode.el (java-mode): Use c-append-paragraph-start to
7994 initialize paragraph-start for javadoc markup.
7995
7996 * cc-vars.el (c-style-variables-are-local-p): Incompatible
7997 change by defaulting this to t. It's motivated by the
7998 confusing behavior that otherwise arise from the style system
7999 when editing both java and non-java files at the same time
8000 (see the comments about style setting in c-common-init).
8001
80022000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8003
8004 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
8005 similar to the one in c-fill-paragraph to check the fill
8006 prefix from the adaptive fill function for sanity.
8007
80082000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8009
8010 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
8011 defun block.
8012
80132000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8014
5044b74a 8015 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
8016
80172000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8018
8019 * cc-align.el (c-lineup-multi-inher): Handle lines with
8020 leading comma nicely. Extended to handle member initializers
8021 too.
8022
e024b101 8023 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
8024 c-guess-basic-syntax): Fixed recognition of inheritance lists
8025 when the lines begins with a comma.
8026
5044b74a 8027 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
8028
8029 * cc-vars.el (c-offsets-alist): Changed default for
8030 member-init-cont to c-lineup-multi-inher since it now handles
8031 member initializers and indents better for leading commas.
8032
80332000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8034
8035 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
8036 handling that caused class open lines to be recognized as
8037 statement-conts in some cases.
8038
8039 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
8040 guessed by the adaptive fill function unless point is on the
8041 first line of a block comment.
8042
8043 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
8044 when the buffer ends with a macro continuation char.
8045
8046 * cc-engine.el (c-guess-basic-syntax): Added support for
8047 function definitions as statements in Pike. The first
8048 statement in a lambda block is now labeled defun-block-intro
8049 instead of statement-block-intro.
8050
8051 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
8052 so that the class surrounding point is selected, not the one
8053 innermost in the state.
8054
8055 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
8056 recognition of switch labels having hanging multiline
8057 statements.
8058
8059 * cc-engine.el (c-beginning-of-member-init-list): Broke out
8060 some code in c-guess-basic-syntax to a separate function.
8061 * cc-engine.el (c-just-after-func-arglist-p): Fixed
8062 recognition of member inits with multiple line arglists.
8063 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
8064 member-init-cont when the commas are in funny places.
8065
80662000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8067
8068 * cc-defs.el (c-auto-newline): Removed this macro since it's
8069 not used anymore.
8070
8071 * cc-engine.el (c-looking-at-bos): New helper function.
8072 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
8073 inexpr and toplevel classes apart in Pike.
8074
8075 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
8076 of case 9A.
8077
8078 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
8079 constant, since "class" can introduce an in-expression class
8080 in Pike nowadays.
8081
80822000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8083
8084 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
8085 indentation on cpp-macro lines.
8086
8087 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
8088 a syntax modifier like comment-intro, to make it possible to
8089 get syntactic indentation for preprocessor directives. It's
8090 incompatible wrt to lineup functions on cpp-macro, but it has
8091 no observable effect in the 99.9% common case where cpp-macro
8092 is set to -1000.
8093
80942000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8095
8096 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
8097 member-init-cont when the preceding arglist is several lines.
8098
80992000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8100
8101 * cc-styles.el (c-style-alist): The basic offset for the BSD
8102 style corrected to 8.
8103
81042000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8105
8106 * cc-styles.el (c-style-alist): Adjusted the indentation of
8107 brace list openers in the gnu style.
8108
81092000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8110
8111 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
8112
8113 * cc-cmds.el (c-electric-brace, c-electric-slash,
8114 c-electric-star, c-electric-semi&comma, c-electric-colon,
8115 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
8116 when c-syntactic-indentation is nil.
8117
8118 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
8119 we were left at comments preceding the first statement when
8120 reaching the beginning of the buffer.
8121
8122 * cc-vars.el (c-syntactic-indentation): New variable to turn
8123 off all syntactic indentation.
8124
81252000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8126
8127 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
8128 between the text and the block comment ender when it hangs,
8129 depending on how many there are before the fill.
8130
81312000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8132
8133 * cc-engine.el (c-beginning-of-closest-statement): New helper
8134 function to go back to the closest preceding statement start,
8135 which could be inside a conditional statement.
8136 * cc-engine.el (c-guess-basic-syntax): Use
8137 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
8138
8139 * cc-engine.el (c-guess-basic-syntax): Better handling of
8140 arglist-intro, arglist-cont-nonempty and arglist-close when
8141 the arglist is nested inside parens. Cases 7A, 7C and 7F
8142 changed.
8143
8144 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
8145 up-to-date with javadoc 1.2.
8146
81472000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8148
8149 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
8150 multiline Pike type decls.
8151
81522000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8153
8154 * cc-cmds.el (c-indent-new-comment-line): Always break
8155 multiline comments in multiline mode, regardless of
8156 comment-multi-line.
8157
81582000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8159
8160 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
8161 fully::qualified::names in C++ member init lists. Preamble in
8162 case 5D changed.
8163
81642000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8165
8166 * cc-langs.el (c-common-init): Handling of obsolete variables
8167 moved to c-initialize-cc-mode. More compatible style override
8168 when using global style variables.
8169 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
8170 variables moved here.
8171
e024b101 8172 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
8173 c-special-indent-hook as a style variable. Don't talk about
8174 doing (c-make-styles-buffer-local t) in a mode hook, since
8175 that's already too late to work right.
5044b74a 8176
7972fcfc
GM
8177 * cc-styles.el (c-make-styles-buffer-local): Flag style
8178 variable localness in c-style-variables-are-local-p to make
8179 the compatibility measure in c-common-init work well.
8180
8181 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
8182 longer contain set-from-style.
8183 * cc-styles.el (c-initialize-builtin-style): Don't check for
8184 set-from-style on c-special-indent-hook.
8185 * cc-styles.el (c-copy-tree): Obsolete. The standard function
8186 copy-alist is sufficient now.
8187
8188 * cc-styles.el (c-set-style, c-set-style-1,
8189 c-get-style-variables): Fixes to variable initialization so
8190 that duplicate entries in styles have the same effect
8191 regardless of DONT-OVERRIDE.
8192
8193 * cc-styles.el (c-set-style-2): Fixed bug where the
8194 initialization of inheriting styles failed when the
8195 dont-override flag is set.
8196
8197 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
8198 on this.
8199
82002000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8201
8202 * cc-defs.el (c-forward-comment): Removed the workaround
8203 introduced in 5.38 since it had worse side-effects. If a line
8204 contains the string "//\"", it regarded the // as a comment
8205 start since the \ temporarily doesn't have escape syntax.
8206
82072000-07-17 Emmanuel Briot <briot@act-europe.fr>
8208
8209 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
8210 ada-xref.el before ada-prj.el, so that the Project menu is created
8211 when ada-prj tries to add to it.
8212 (ada-activate-keys-for-case): Suppress the characters that are not
8213 part of the Ada syntax. Better compatibility with else-mode
8214 (ada-adjust-case-interactive): When auto-casing is not active,
8215 correctly insert newlines (used to insert only ^M). Prevent the
8216 syntax table from being changed in case of an error
814299a7 8217 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
8218 Do nothing if ada-auto-case is nil.
8219 (ada-after-keyword-p): Ignore keywords that are also attributes
8220 (ada-batch-reformat): Update usage comment
8221 (ada-call-from-contextual-menu): New function
8222 (ada-case-read-exceptions): Reinitialize the casing exception list
8223 first to nil first, so that the casing exception file can be
8224 shared.
8225 (ada-check-defun-name): Handles "configure" keyword for gnatdist
8226 files.
8227 (ada-compile-goto-error): Fix regexp used to detect a file:line
8228 anywhere in the error message
8229 (ada-contextual-menu-last-point): New variable
8230 (ada-create-keymap): If the variable delete-key-deletes-forward is
8231 t on XEmacs, it means that DEL should delete one character
8232 forward.
8233 (ada-create-menu): Use :included instead of :visible for XEmacs.
8234 New submenu "Options".
8235 (ada-end-stmt-re): Correctly indent "select ... then abort"
8236 statements.
8237 (ada-fill-comment-paragraph): Correctly delete all leading '--'
8238 even if they don't match ada-fill-comment-prefix Fix handling of
8239 paragraphs on the first or last line of a file.
8240 (ada-format-paramlist): Fix handling of default parameter values.
8241 (ada-get-body-name): New function.
8242 (ada-get-current-indent): Optimized by searchling directly for an
8243 existing generic part or a statement outside of it. Handle
8244 ada-indent-align-comments when indenting comments Replaced some
8245 regexps by testing directly the next character. This results in a
8246 huge speedup on some files. New indentation scheme for renames
8247 statements. Stop looking for the 'while' or 'for' associated with
8248 a 'loop' at the first semicolon encountered. A "return" can also
8249 match an anonymous access subprogram declaration.
8250 (ada-get-indent-noindent): Ignore strings and comments when
8251 looking for the keywords "record" and "private".
8252 (ada-goto-matching-decl-start): When matching "if", make sure we
8253 are not in fact seeing "end if". Ignore "when" statements except
8254 when initial keyword was "begin". Fix handling of nested
8255 procedures. Add a recursive call to this function to skip over
8256 other 'end' statmts. Fix indentation for "when .. => begin"
8257 (ada-in-open-paren-p): Fix indentation for complex boolean
8258 expressions, where 'and then', 'or else' and parenthesis
8259 statements are mixed up.
8260 (ada-in-paramlist-p): Skip comments while searching for the
8261 beginning Fix handling of operator declarations.
8262 (ada-indent-align-comments): New variable
8263 (ada-indent-current): Change the syntax table only in the
8264 protected section, so that we are sure it is restored correctly.
8265 (ada-indent-on-previous-lines): Use ada-use-indent and
8266 ada-with-indent Correctly indent "select ... then"
8267 (ada-indent-region): Slight speedup.
8268 (ada-indent-renames): New variable.
8269 (ada-last-which-function-subprog, ada-last-which-function-line):
8270 New variables
8271 (ada-looking-at-semi-private): Correctly indent the 'private'
8272 keyword when it is the first word in a package declaration.
8273 (ada-loose-case-word): Stop searching if at the end of the buffer.
8274 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
8275 even if point is not initially at the end of the word.
8276 (ada-matching-decl-start-re): Add "when".
8277 (ada-mode): Add support for abbrev-mode, outline-mode and
8278 which-func-mode Override the old find-file.el entry in
8279 ff-special-constructs since it is using the obsolete
8280 ada-spec-suffix variable
8281 (ada-no-auto-case): New function
8282 (ada-scan-paramlist): When parsing the argument type, accept
8283 spaces (as in "X 'Class", generated by Rational Rose).
8284 (ada-other-file-name): No longer loads the other file.
8285 (ada-popup-menu): Save and restore the current buffer and cursor
8286 position before and after displaying the menu.
8287 (ada-search-ignore-complex-boolean): New function.
8288 (ada-uncomment-region): Emacs21 already knows how to delete
8289 comments not starting in the first column.
8290 (ada-use-indent): New variable
8291 (ada-which-function): New function.
8292 (ada-with-indent): New variable
8293 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
8294 can be batch-compiled from the command line.
8295
8296 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
8297 Add to the menu when the file is loaded, not in ada-mode-hook.
8298 Add -toolbar to the default ddd command Switches moved from
8299 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
8300 ada-prj-default-comp-opt
8301 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
8302 Reference Manual to the menu
8303 (ada-check-current): rewritten as a call to ada-compile-current
8304 (ada-compile): Removed.
8305 (ada-compile-application, ada-compile-current, ada-check-current):
8306 Set the compilation-search-path so that compile.el automatically
8307 finds the sources in src_dir. Automatic scrollong of the
8308 compilation buffer. C-uC-cC-c asks for confirmation before
8309 compiling
8310 (ada-compile-current): New parameter, prj-field
8311 (ada-complete-identifier): Load the .ali file before doing
8312 processing
8313 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
8314 conform to gnatmake's behavior.
8315 (ada-find-file-in-dir): New function
8316 (ada-find-references): Set the environment variables for gnatfind
8317 (ada-find-src-file-in-dir): New function.
8318 (ada-first-non-nil): Removed
8319 (ada-gdb-application): Add support for jdb, the java debugger.
8320 (ada-get-ada-file-name): Load the original-file first if not done
8321 yet.
8322 (ada-get-all-references): Handles the new ali syntax (parent types
8323 are found between <>).
8324 (ada-initialize-runtime-library): New function
8325 (ada-mode-hook): Always load a project file when a file is opened,
8326 so that the casing exceptions are correctly read.
8327 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
8328 (ada-parse-prj-file): Use find-file-noselect instead of find-file
8329 to open the project file, since the latter does not work with
8330 speedbar Get default values before loading the prj file, or the
8331 default executable file name is wrong. Use the absolute value of
8332 src_dir to initialize ada-search-directories and
8333 compilation-search-path,... Add the standard runtime library to
8334 the search path for find-file.
8335 (ada-prj-default-debugger): Was missing an opening '{'
8336 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
8337 variables.
8338 (ada-prj-default-gnatmake-opt): New variable
8339 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
8340 buffers, the project file is the default one Save the windows
8341 configuration before displaying the menu.
8342 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
8343 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
8344 ...) regexp-quote identifiers names to support operators +,
8345 -,... in regexps.
8346 (ada-remote): New function.
8347 (ada-run-application): Erase the output buffer before starting the
8348 run Support remote execution of the application. Use
8349 call-process, or the arguments are incorrectly parsed
8350 (ada-set-default-project-file): Reread the content of the active
8351 project file, not the one from the current buffer When a project
8352 file is set as the default project, all directories are
8353 automatically associated with it.
8354 (ada-set-environment): New function
8355 (ada-treat-cmd-string): New special variable ${current}
8356 (ada-treat-cmd-string): Revised. The substitution is now done for
8357 any ${...} substring
8358 (ada-xref-current): If no body was found, compiles the spec
8359 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
8360 compiler to get rid of command line length limitations.
8361 (ada-xref-get-project-field): New function
8362 (ada-xref-project-files): New variable
8363 (ada-xref-runtime-library-specs-path)
8364 (ada-xref-runtime-library-ali-path): New variables
8365 (ada-xref-set-default-prj-values): Default run command now does a
8366 cd to the build directory. New field: main_unit Provide a default
8367 file name even if the current buffer has no prj file.
8368
8369 * ada-prj.el:
8370 Rewritten to show a tabbed-dialog.
8371 (ada-prj-add-ada-menu): Remove the map and name parameters.
8372 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
8373 New function
8374 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
8375 (ada-prj-load-from-file): New function
8376 (ada-prj-save): Always save fields that depend on the current buffer
8377 (ada-prj-show-value): New function
5044b74a 8378
7972fcfc
GM
8379 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
8380 Ada mode. This will allow us to display the Ada menu in any buffer
8381 we want (for project items).
8382 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
8383 number of spaces in the header.
5044b74a 8384
8730a8da
DL
83852000-07-24 Dave Love <fx@gnu.org>
8386
8387 * ediff-init.el (ediff-region-help-echo): Bind face-help.
8388
db3ca487
NF
83892000-07-23 Noah Friedman <friedman@splode.com>
8390
ad953485
NF
8391 * type-break.el (type-break): perform autosave.
8392 Suggested by Stephen Gildea <gildea@intouchsys.com>.
8393 (type-break-do-query): Cancel query schedule while performing
8394 actual query, to avoid possibility of a second query being made
8395 while first one is already in progress.
8396 (type-break-time-stamp-format): New variable.
8397 (type-break-time-stamp): New function.
8398 (type-break-time-warning): Use it.
8399 (type-break-keystroke-warning): Use it.
8400 (type-break-noninteractive-query): Use it.
8401
03a9c6d0
NF
8402 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
8403 cookie.
8404 Use add-minor-mode to set minor-mode-alist, if available.
8405 (eldoc-echo-area-use-multiline-p): New user option.
8406 (eldoc-echo-area-multiline-supported-p): New variable.
8407 (eldoc-docstring-format-sym-doc): Use them.
8408 (eldoc-mode): If not using idle timers, append to local post and
8409 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
8410 (eldoc-display-message-no-interference-p): Don't interfere with
8411 edebug.
8412 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
8413 (eldoc-function-arglist): New function.
8414 (eldoc-function-argstring): Use it.
8415
db3ca487
NF
8416 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
8417 auto save directory exists before calling directory-files.
8418
f7ad1899
DL
84192000-07-23 Dave Love <fx@gnu.org>
8420
8421 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
8422 ^o, ^u.
8423
43e764c9
DL
84242000-07-21 Dave Love <fx@gnu.org>
8425
475de6f4
DL
8426 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
8427 now passed to the function. It now works properly.
8428
43e764c9
DL
8429 * smerge-mode.el (smerge-mode-menu): Fill it out.
8430
e8bea4c0
GM
84312000-07-20 Gerd Moellmann <gerd@gnu.org>
8432
8433 * info-look.el (info-lookup): If *info* is shown in another frame
8434 on the same display, select that frame, instead of switching to
8435 the Info buffer in another window of the selected frame.
8436
8437 * simple.el (universal-argument-map): Bind numeric keypad keys
8438 kp-0 to kp-9 and kp-subtract.
8439 (digit-argument): Handle these keys.
8440
bc75b4fd
DL
84412000-07-20 Dave Love <fx@gnu.org>
8442
8443 * net/goto-addr.el (goto-address-fontify): Don't bother with
8444 buffer-modified and read-only stuff -- irrelevant with overlays.
8445 Put an extra property on the overlays and use it to clean up in
8446 case goto-address is re-run.
8447
8b7bc628
RS
84482000-07-19 Richard M. Stallman <rms@gnu.org>
8449
18e21ce8
RS
8450 * timer.el (run-with-idle-timer): Doc fix.
8451
db3ca487 8452 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
8453 Handle case where <...> appears inside "...".
8454 Use replace-match to edit the string more simply.
8455 (rmail-dont-reply-to): Cope with an unmatched ".
8456
50575ec2
DL
84572000-07-19 Dave Love <fx@gnu.org>
8458
8459 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
8460 implementation.
8461
8462 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
8463 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
8464 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
8465
4279296d
GM
84662000-07-19 Gerd Moellmann <gerd@gnu.org>
8467
47db06aa
GM
8468 * textmodes/refer.el: Correct maintainer's email address.
8469
8470 * progmodes/hideif.el: Correct author's email address.
8471 Fix typo in comment.
8472
8473 * xml.el: New file.
8474
4279296d
GM
8475 * mail/mailheader.el: Correct author's mail address.
8476
8477 * gnus/parse-time.el: Correct author's mail address.
8478
47db06aa 84792000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
8480
8481 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
8482 New user options.
8483 (comint-input-ring-file-name): Change custom type.
8484 (comint-mode-map): Bind mouse-2.
8485 (comint-insert-clicked-input): New function.
8486 (comint-send-input): Handle input highlighting.
8487
21ad0f7b
SM
84882000-07-18 Stefan Monnier <monnier@cs.yale.edu>
8489
8490 * mouse.el (popup-menu): New function.
8491 (mouse-major-mode-menu): Use it.
8492
3b33a005
DL
84932000-07-18 Dave Love <fx@gnu.org>
8494
8495 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
8496 improvements.
8497
dc1cac59
GM
84982000-07-18 Gerd Moellmann <gerd@gnu.org>
8499
21ad0f7b 8500 * faces.el (face-font-selection-order)
dc1cac59 8501 (face-font-family-alternatives): Add custom type.
db3ca487 8502
f8276b77
DL
85032000-07-18 Dave Love <fx@gnu.org>
8504
8505 * cus-edit.el (custom-variable-reset-saved)
8506 (custom-variable-reset-standard): Remove unused bindings.
8507
8508 * rect.el (open-rectangle-line): Remove unused let.
8509
8510 * hl-line.el (hl-line-highlight): Check hl-line-mode.
8511
3d6cd763
GM
85122000-07-18 Gerd Moellmann <gerd@gnu.org>
8513
8514 * cdl.el: Fix `Maintainer' keyword.
8515
8516 * play/pong.el: Add author's email address.
8517
34342a07
SS
85182000-07-17 Sam Steingold <sds@gnu.org>
8519
8520 * files.el (insert-directory): Call `split-string' instead of
8521 re-implementing it.
8522
088831a6
GM
85232000-07-18 Gerd Moellmann <gerd@gnu.org>
8524
8525 * mail/vms-pmail.el: Change maintainer to FSF.
8526
8527 * net/goto-addr.el: Change maintainer to FSF.
8528
088831a6 8529 * info.el (Info-title-face-alist): Removed.
db3ca487 8530
c152047f
GM
85312000-07-18 David Ponce <david@dponce.com>
8532
8533 * recentf.el (recentf-open-files): New command that works like
8534 `recentf-open-more-files', but shows the whole list of files (not just
8535 those omitted from the menu). Useful if you don't use a menu-bar!
8536 (recentf-open-more-files) Modified to use `recentf-open-files'.
8537
8538 (recentf-open-files, recentf-open-more-files)
8539 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
e04d21aa 8540
c152047f
GM
8541 (recentf-dialog-mode): New mode for dialogs. You can now just type
8542 "q" to cancel the dialogs.
8543
85442000-07-18 David Ponce <david@dponce.com>
8545
8546 * recentf.el: This is a major update of recentf.el. It adds new
8547 features to better organize the recentf menu and "More..." buffer.
8548
8549 Using new provided menu filtering functions you can now organize the
8550 recent files list:
8551
8552 - by major modes
8553 - by directories
8554 - by user defined rules
8555
8556 Finally, with the new `recentf-filter-changer' customizable filter you
8557 can define a ring of filters and dynamically (via the menu) cycle on
8558 each menu organization in the ring (a la msb).
8559
68be2869
EZ
85602000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
8561
8562 * eshell/eshell.el (eshell): Replace links to eshell.info with
8563 links to eshell, to avoid problems on systems where the manual is
8564 installed as `eshell'.
8565 * eshell/esh-cmd.el (eshell-cmd): Ditto.
8566 * eshell/em-smart.el (eshell-smart): Ditto.
8567 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 8568 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
8569
8570 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
8571 same-file check in the MS-DOS version (it does support inodes).
8572
8573 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
8574
21ad0f7b
SM
8575 * eshell/eshell.el (eshell-directory-name):
8576 Run default directory name through convert-standard-filename.
68be2869 8577
269b4dcb
KH
85782000-07-18 Kenichi Handa <handa@etl.go.jp>
8579
21ad0f7b
SM
8580 * international/mule-cmds.el (select-safe-coding-system):
8581 Fix typo in the comment.
240a16cf 8582
21ad0f7b
SM
8583 * language/european.el (compound-text):
8584 Force katakana-jisx0201 to be designated to G1.
aa96c820 8585
21ad0f7b
SM
8586 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
8587 Don't translate some national variant characters of latin-jisx0201.
aa96c820 8588 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 8589
269b4dcb
KH
8590 * international/kkc.el (kkc-after-update-conversion-functions):
8591 New variable.
8592 (kkc-update-conversion): Run functions in it at the tail.
8593
68be2869 85942000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 8595
21ad0f7b
SM
8596 * lisp/align.el (align-newline-and-indent):
8597 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
8598 (align-region): Fixed badly formatted minibuffer message.
8599
7a3fd467
KH
86002000-07-17 Kenichi Handa <handa@etl.go.jp>
8601
21ad0f7b 8602 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
8603 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
8604 the conversion list at first if appropriate.
8605 (kkc-next): Don't update kkc-next-count here.
8606 (kkc-prev): Don't update kkc-prev-count here.
8607 (kkc-show-conversion-list-update): Fix setting up of conversion
8608 list message.
8609
a45423d8
SM
86102000-07-16 Stefan Monnier <monnier@cs.yale.edu>
8611
088831a6 8612 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 8613
91a38db1
DL
86142000-07-16 Dave Love <fx@gnu.org>
8615
8616 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
8617 function to be more specific.
8618
8619 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
8620 non-string help-echo.
8621 (widget-types-convert-widget): Defsubst it.
8622 (widget-echo-help): Try to cope with a help-echo function of two
8623 possible sorts.
8624
3fddcdc3
JR
86252000-07-15 Jason Rumney <jasonr@gnu.org>
8626
8627 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
8628 Declare as obsolete.
8629
8630 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
8631
bd23a692
GM
86322000-07-14 Gerd Moellmann <gerd@gnu.org>
8633
8634 * hilit-chg.el: Fix typo.
8635
d4af987a
DL
86362000-07-14 Dave Love <fx@gnu.org>
8637
8638 * info.el (Info-mode-menu): Fix use of :help, :enable.
8639
3a4f3f86
SM
86402000-07-14 Stefan Monnier <monnier@cs.yale.edu>
8641
8642 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
8643
cf6936a4
DL
86442000-07-13 Dave Love <fx@gnu.org>
8645
4d6d04b5
DL
8646 * emacs-lisp/easymenu.el: Doc fixes.
8647 (easy-menu-remove): Defalias to ignore.
8648
cf6936a4
DL
8649 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
8650 Call throw correctly.
8651
56437999
GM
86522000-07-13 Gerd Moellmann <gerd@gnu.org>
8653
8654 * faces.el (frame-background-mode): Doc fix.
8655
8656 * simple.el (eval-expression-print-length): Change custom type to
8657 allow entering nil as value.
8658
d04a3972
DL
86592000-07-13 Dave Love <fx@gnu.org>
8660
3a4f3f86
SM
8661 * progmodes/fortran.el (fortran-imenu-generic-expression):
8662 Change definition layout.
a8189dfe
DL
8663 (fortran-mode-menu): Reinstate customize entries.
8664
d04a3972
DL
8665 * cus-edit.el (custom-group-menu-create, customize-menu-create):
8666 Use :filter, per old XEmacs code.
8667
4bf4fb05
GM
86682000-07-12 Gerd Moellmann <gerd@gnu.org>
8669
8670 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
8671 event when deciding what to send to the terminal.
8672
37328bcd
DL
86732000-07-12 Dave Love <fx@gnu.org>
8674
8675 * cus-start.el: Add optional version as 4th element of specs and
8676 use it for several things new in v21. Remove load-path. Fix type
8677 of line-number-display-limit.
8678
89492072
DL
86792000-07-11 Dave Love <fx@gnu.org>
8680
3a4f3f86
SM
8681 * progmodes/fortran.el: Don't require easymenu.
8682 Use repeat counts in various regexps.
315aa1de
DL
8683 (fortran-mode-syntax-table): Defvar directly.
8684 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
8685 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
8686 Use defvar, not defconst.
8687 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
8688 (fortran-mode): Set fortran-comment-line-start-skip,
8689 fortran-comment-line-start-skip, dabbrev-case-fold-search.
8690 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
8691 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
8692 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
8693 (fortran-comment-region, fortran-electric-line-number): Simplify.
8694 (fortran-auto-fill): New function.
8695 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
8696 (fortran-find-comment-start-skip):
8697 Check for non-null comment-start-skip.
8698 (fortran-auto-fill-mode, fortran-fill-statement):
8699 Use fortran-auto-fill.
315aa1de 8700 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 8701 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 8702
89492072
DL
8703 * widget.el (widget-plist-member): New alias.
8704
d55ead18
EZ
87052000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
8706
8707 * eshell/esh-module.el (toplevel): Reference
8708 byte-compile-current-file only if it is bound.
8709
e82a2a05
GM
87102000-07-10 Gerd Moellmann <gerd@gnu.org>
8711
8712 * dired.el: Don't require `dired-aux'.
8713
1fc7fb2b
MB
87142000-07-10 Miles Bader <miles@lsi.nec.co.jp>
8715
8716 * dired-aux.el (dired-show-file-type): New function.
8717 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
8718 (dired-show-file-type): Add autoload.
8719
ab49ce15
KH
87202000-07-10 Kenichi Handa <handa@etl.go.jp>
8721
8722 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 8723 change of fontset-info.
ab49ce15
KH
8724 (print-fontset): Likewise.
8725
f45aab65
SM
87262000-07-09 Stefan Monnier <monnier@cs.yale.edu>
8727
8728 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
8729
2f72fd2f
GM
87302000-07-07 Gerd Moellmann <gerd@gnu.org>
8731
e82a2a05 8732 * bindings.el: Bind `[delete]' to delete-char.
965522f5 8733
2f72fd2f
GM
8734 * dired.el (dired-find-alternate-file): New function.
8735 (dired-mode-map): Bind `a' to dired-find-alternate-file.
8736 (toplevel): Require dired-aux when compiling.
8737 (dired-buffers): Move defvar within file to avoid compiler warning.
8738
8739 * info.el (Info-last-search): Variable removed.
8740 (Info-search-history): New variable.
8741 (Info-search): New Info-search-history.
8742
8743 * battery.el, info-look.el: Change author's mail address.
8744
965522f5 87452000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 8746
965522f5
GM
8747 * mail/rmail.el (rmail-clear-headers): Don't throw an error
8748 if rmail-ignored-headers is nil.
8749 (rmail-retry-failure): Bind rmail-ignored-headers and
8750 rmail-displayed-headers to nil.
8751
dd8888a1
GM
87522000-07-06 Gerd Moellmann <gerd@gnu.org>
8753
e5c81191
GM
8754 * lpr.el (lpr-page-header-switches): Add `-h' switch.
8755 (print-region-1): Don't hard code `-h' here.
8756
dd8888a1
GM
8757 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
8758
e5c81191
GM
87592000-07-01 Francesco Potorti` <pot@gnu.org>
8760
8761 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
8762 exim can use "your message" instead of "the message".
34342a07 8763
f45aab65
SM
87642000-07-06 Stefan Monnier <monnier@cs.yale.edu>
8765
8766 * facemenu.el: Docstrings fixes.
8767 (facemenu-get-face): Don't use internal-find-face.
8768 (facemenu-iterate): Rename arg to match the docstring.
8769
8770 * newcomment.el (uncomment-region): Be more careful when skipping
8771 backwards over `=' not to bump into BOBP.
8772
d396e521 87732000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 8774
dd8888a1
GM
8775 * ediff-diff.el (ediff-wordify): Use syntax table.
8776 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 8777 ediff-color-display-p.
dd8888a1 8778 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
8779 from defsubst.
8780 Got rid of special cases for NeXT and OS/2.
dd8888a1 8781 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 8782 face.
34342a07 8783
5e2dfaa4
SM
87842000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8785
8786 * emacs-lisp/lucid.el: Require CL.
8787 (copy-tree, remprop): Remove, it's provided by CL.
8788 (map-keymap): Define in terms of cl-map-keymap.
8789 (extent-property, set-extent-end-glyph): New functions.
8790
8791 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
8792
d5c5cddd
GM
87932000-07-05 Gerd Moellmann <gerd@gnu.org>
8794
485266d0
GM
8795 * Makefile.in (DONTCOMPILE): Add comment that the name may
8796 not be changed without changing the make-dist script.
8797
5e2dfaa4 8798 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 8799 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 8800
e2c46326
AI
88012000-07-05 Andrew Innes <andrewi@gnu.org>
8802
8803 * makefile.nt: Add support for `bootstrap' and related targets.
8804
a027a91b
SM
88052000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8806
8807 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
8808 (easy-menu-do-define): Use `menu-item' format.
8809 Handle case where easy-menu-create-menu returns a symbol.
8810 Manually call the potential top-level filter in the function binding.
8811 (easy-menu-filter-return): New arg NAME.
8812 Convert to a keymap if MENU is an XEmacs menu.
8813 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
8814 (easy-menu-converted-items-table, easy-menu-convert-item):
8815 New var and fun to memoize easy-menu-convert-item-1.
8816 (easy-menu-do-add-item): Use it.
8817 (easy-menu-create-menu): Use easy-menu-convert-item.
8818 Wrap easy-menu-filter-return around any :filter specification.
8819 Don't convert the menu if a filter was specified.
8820 Tell easy-menu-make-symbol not to check for MENU being an expression.
8821 (easy-menu-make-symbol): New arg NOEXP.
8822
5e03eb84
GM
88232000-07-05 Gerd Moellmann <gerd@gnu.org>
8824
8825 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
8826 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
8827 (eval-defun): If called with prefix arg, instrument code for
8828 Edebug.
8829
8830 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
8831 similar to that of eval-defun.
8832
fca68a95
DL
88332000-07-04 Dave Love <fx@gnu.org>
8834
7ccbba4c
DL
8835 * hl-line.el (hl-line-overlay): Make it permanent-local.
8836
fca68a95
DL
8837 * calendar/todo-mode.el: Replaced with a working version, based on
8838 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
8839
88402000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
8841
8842 * paths.el (prune-directory-list): New function.
8843 (Info-default-directory-list): Rewritten to more methodically
8844 enumerate a big list of possible info directories (based on the
8845 list used by the standalone info reader).
fca68a95 8846
78e7e8a0 8847 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 8848 non-existent directories from Info-directory-list.
78e7e8a0 8849
78e7e8a0
MB
8850 * paths.el (Info-default-directory-list): Try a list of possible
8851 info-directories instead of a single one. Add the possible
8852 info directory "/usr/share/info".
8853
8854 * woman.el (woman-man.conf-path): Explicitly include the debian
8855 man-db config file "/etc/manpath.config".
8856 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
8857 are present in `manpath.config'.
8858 (woman-manpath): Include "/usr/share/man".
8859
67c9a1d2
GM
88602000-07-03 Gerd Moellmann <gerd@gnu.org>
8861
6753393b
GM
8862 * frame.el (blink-cursor-mode): Don't hide cursor initially.
8863
8864 * startup.el (command-line): Initialize blink-cursor based
8865 on window-system.
8866
e4f98ad3
GM
8867 * frame.el (blink-cursor): Default to nil if not running under
8868 a window-system.
8869
2f516940
GM
8870 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
8871 (face-x-resources): Remove duplicate entry for :font.
8872
67c9a1d2
GM
8873 * textmodes/refer.el (refer-find-entry-internal): Use some-window
8874 instead of cycling through windows with next-window.
8875
8876 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
8877 of cycling through windows with next-window.
8878
8879 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
8880 of cycling through windows with next-window.
8881
8882 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
8883 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
8884 instead of cycling through windows with next-window.
8885
8886 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
8887 instead of cycling through windows with next-window.
8888
8889 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
8890 of cycling through windows with next-window.
8891
8892 * terminal.el (te-process-output): Use walk-windows instead of
8893 cycling through windows with next-window.
8894
8895 * server.el (server-switch-buffer): Use some-window instead of
8896 cycling through windows with next-window.
8897
8898 * window.el (some-window): New function.
8899 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 8900
3a4f3f86 8901 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 8902
8b7bc628 89032000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
8904
8905 * window.el (walk-windows): Guarantee termination by keeping a list
8906 of all the windows already handled.
8907
d0d57043
EZ
89082000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8909
8910 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
8911 window-system.
8912
8913 * man.el (Man-notify-when-ready): Don't use window-system. If
8914 Man-notify-method is newframe, and the display is not
8915 multi-frame, select the frame created for the man page.
8916 (Man-init-defvars): Doc fix.
8917
d5483ab1
GM
89182000-06-28 Gerd Moellmann <gerd@gnu.org>
8919
af5c25e1
GM
8920 * faces.el (region): Change background color for light background.
8921
8922 * ediff-wind.el (ediff-setup-control-frame): Remove :box
8923 attribute from mode-line face of Ediff control frame.
8924
d5483ab1
GM
8925 * replace.el (query-replace-map): Bind `e' like `E'.
8926
9d47450f
EZ
89272000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8928
3a4f3f86
SM
8929 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
8930 Change name to "Select All".
496b7491 8931
9d47450f
EZ
8932 * dos-fns.el (convert-standard-filename): Fix last change.
8933
0b431deb
GM
89342000-06-27 Gerd Moellmann <gerd@gnu.org>
8935
4fa9f636
GM
8936 * help.el (describe-variable): Don't insert a second `'s' in front
8937 of the string `value is shown below'. Since the syntax-table is
8938 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
8939 an existing `'s', so that this won't be deleted.
8940
0b431deb
GM
8941 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
8942 * pcmpl-unix.el: New files.
8943
32cad0aa
SM
89442000-06-26 Stefan Monnier <monnier@cs.yale.edu>
8945
8946 * wid-edit.el (widget-member): Use the new plist-member.
8947
2c69ced2
GM
89482000-06-26 Gerd Moellmann <gerd@gnu.org>
8949
44c0f771
GM
8950 * replace.el (perform-replace): Undo change of 2000-04-04.
8951 Instead, move backward 1 character at the end of the loop when
8952 necessary.
34342a07 8953
1d36487c
GM
8954 * faces.el (fringe): Change face for different backgrounds.
8955
8956 * eshell/esh-module.el (toplevel): Load defgroup's differently;
8957 patch from John.
8958
2c69ced2
GM
8959 * eshell/*.el: Change spelling of the Free Software Foundation.
8960
8961 * eshell/esh-toggle.el: Removed.
8962
8963 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
8964
8965 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
8966 interactively.
8967
89682000-06-26 Alex Schroeder <alex@gnu.org>
8969
8970 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
8971 `define-key'; instead of checking `(emacs-version)' check for
8972 `set-keymap-parent' and `set-keymap-name' directly. Add entries
8973 for `;' and `o' which might be electric.
8974
8975 (sql-electric-stuff): New user option.
8976 (sql-magic-go): New function which uses `sql-electric-stuff'.
8977 (sql-magic-semicolon): New function which uses
8978 `sql-electric-stuff'.
8979
8980 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
8981 is not fboundp.
8982
8983 (sql-oracle-options): New variable.
8984 (sql-oracle): Use it.
8985
8986 (sql-imenu-generic-expression): Doc change.
8987 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
8988 is used.
8989
8990 (sql-informix): Added command line parameter "-" to force
8991 sql-informix-program to use stdout.
8992
db1306d8
EZ
89932000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
8994
3a4f3f86 8995 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
8996 (cp864-decode-table): Doc fix.
8997 (cp720-decode-table): New variable, supports the Arabic OEM
8998 codepage used by Windows.
8999 (cp737-decode-table): New, Greek OEM codepage used by Windows.
9000
c69e5fcd
DL
90012000-06-23 Dave Love <fx@gnu.org>
9002
9003 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
9004 (font-lock-fontify-anchored-keywords): Use
9005 line-beginning-position.
9006 (global-font-lock-mode): Use mapc.
9007
30ad8f23
SM
90082000-06-23 Stefan Monnier <monnier@cs.yale.edu>
9009
9010 * eshell/esh-module.el: Require CL when compiling.
9011
26b4dc84
GM
90122000-06-23 Gerd Moellmann <gerd@gnu.org>
9013
78c56e70
GM
9014 * comint.el (comint-substitute-in-file-name): Call replace-match
9015 with second and third arg t.
9016
34342a07 9017 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
9018 Specify foreground color.
9019
9020 * faces.el (tool-bar, mode-line, header-line): Specify foreground
9021 color.
9022
affbf647
GM
9023 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
9024
9025 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
9026 cddr instead of cdddr.
9027
25fffb31
GM
9028 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
9029 instead of copy-list.
9030
9031 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
9032 of copy-list.
9033
26b4dc84
GM
9034 * subdirs.el: Add eshell subdirectory.
9035
9036 * eshell: New subdirectory containing the Eshell package.
9037
9038 * pcomplete.el: New file.
9039
78c56e70
GM
90402000-06-23 Paul Eggert <eggert@twinsun.com>
9041
ea055732
GM
9042 * mail/mailpost.el (post-mail-send-it): Make sure file has
9043 proper permissions from birth.
9044
9045 * files.el (basic-save-buffer-2): When temporarily setting
9046 file modes, set them to current modes plus 0200, not to 0777.
9047
78c56e70
GM
9048 * emerge.el (emerge-make-temp-file): Make sure file has proper
9049 permissions from birth.
9050
a3a7ff33
EZ
90512000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
9052
9053 * files.el (make-backup-file-name-1): On DOS/Windows, run the
9054 backup file name through convert-standard-filename.
9055
9056 * dos-fns.el (convert-standard-filename): Convert leading
9057 directories as well. When long file names are supported, convert
9058 characters that are invalid in Windows file names.
9059
1fd9b7fe
GM
90602000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9061
9062 * ps-print.el: Fix bug: if ^L is the very first buffer character,
9063 ps-print crashes. New feature: page selection for printing. Create
9064 raw-text-unix coding system for XEmacs. Doc fix.
9065 (ps-print-version): New version number (5.2.3).
9066 (ps-plot-region): Bug fix.
9067 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
9068 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
9069 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
9070 funs.
9071 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
9072 (ps-last-page): New vars.
9073
16ed8416
GM
90742000-06-21 Gerd Moellmann <gerd@gnu.org>
9075
9076 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
9077 empty option string.
9078
4fbee715
EZ
90792000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
9080
9081 * man.el (man): Doc fix.
9082
eaecfc94
KH
90832000-06-21 Kenichi Handa <handa@etl.go.jp>
9084
9085 * international/mule-cmds.el (set-language-info-alist): Docstring
9086 fixed.
9087
4a27bdfb
GM
90882000-06-20 Gerd Moellmann <gerd@gnu.org>
9089
9090 * version.el (emacs-version): Use ISO date format.
9091
9092 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
9093 instead of `M-backspace'.
9094
9095 * simple.el (turn-off-auto-fill): New function.
9096
8972fe79
SM
90972000-06-20 Stefan Monnier <monnier@cs.yale.edu>
9098
9099 * jit-lock.el (with-buffer-prepared-for-jit-lock):
9100 Renamed from with-buffer-prepared-for-font-lock and use
9101 inhibit-modification-hooks rather than setting *-change-functions.
9102 Update all functions to use the new name.
9103 (jit-lock-first-unfontify-pos): New semantics (and doc).
9104 (jit-lock-mode): Make non-interactive.
9105 Don't automatically turn on font-lock.
9106 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
9107 Always use jit-lock-after-change.
9108 Remove and restore font-lock-after-change-function.
9109 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
9110 (jit-lock-after-unfontify-buffer): Remove.
9111 (jit-lock-stealth-fontify):
9112 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
9113 (jit-lock-after-change): Set the `fontified' text-prop to nil.
9114
5d80cc9c
SS
91152000-06-20 Sam Steingold <sds@gnu.org>
9116
9117 * emacs-lisp/cl-indent.el (toplevel): Indent
9118 `print-unreadable-object' properly. Untabify.
9119
f54e4d13
CD
91202000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
9121
9122 * textmodes/reftex.el (reftex-find-citation-regexp-format):
9123 Support for bibentry.
9124 (reftex-compile-variables): Fixed problem with end of section-re.
9125
9126 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
9127 reftex-view-crossref-from-bibtex):
9128 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
9129 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
9130 Replaced `remprop' with `put'.
8972fe79
SM
9131 (reftex-view-crossref, reftex-view-crossref-when-idle):
9132 Support for bibentry.
f54e4d13 9133
8972fe79
SM
9134 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9135 New entry for bibentry package.
f54e4d13 9136
8972fe79
SM
9137 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
9138 Regexp also matches "\nobibliography".
f54e4d13 9139
8972fe79
SM
9140 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
9141 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
9142 (reftex-ensure-write-access): New function.
9143
f54e4d13
CD
91442000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
9145
9146 * progmodes/idlwave.el: File re-installed (update to version 4.2)
9147
9148 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
9149
9150 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
9151
9152 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
9153
9154
560c43f4
DL
91552000-06-20 Dave Love <fx@gnu.org>
9156
9157 * faces.el (frame-background-mode): Use set-default, not set, in
9158 setter.
9159 (frame-update-faces, frame-update-face-colors): Define with
9160 defalias.
9161
9162 * enriched.el (enriched-decode-foreground)
9163 (enriched-decode-background): Don't use internal-find-face.
9164
9165 * apropos.el: Doc fixes.
9166
9167 * cus-edit.el (customize-changed-options): Check arg.
9168 (customize-version-lessp): Don't require decimal point.
9169
9170 * custom.el (defcustom, defgroup): Doc fix.
9171
9172 * newcomment.el (comment) <defgroup>: Add :version.
9173 (comment-multi-line): Doc fix.
9174
9175 * emulation/mlsupport.el (define-hooked-local-abbrev,
9176 define-hooked-global-abbrev): Fix, using define-abbrev.
9177
cdf0357b
GM
91782000-06-19 Gerd Moellmann <gerd@gnu.org>
9179
9180 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
9181 the whole buffer.
9182
10013d74
DL
91832000-06-19 Dave Love <fx@gnu.org>
9184
9185 * menu-bar.el (menu-bar-options-save): New function.
9186 (menu-bar-options-menu): Use it.
9187 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
9188 Simplify.
9189
6922f208
AS
91902000-06-19 Andreas Schwab <schwab@suse.de>
9191
9192 * progmodes/etags.el (tags-query-replace): Put new parameters
9193 START and END at the end, for backward compatibility.
9194
10d7bf84
KH
91952000-06-19 Kenichi Handa <handa@etl.go.jp>
9196
9197 * international/codepage.el:
9198 (cp-coding-system-for-codepage-1): Delete special codes for
9199 generating xxx-dos coding system because now a CCL based coding
9200 system can handle EOL conversion by default.
9201
9202 * international/mule.el (make-coding-system): Generate subsidiary
9203 coding systems for EOL handling variants even for a CCL based
9204 coding system.
9205
8f3c9a3d
KH
92062000-06-19 Kenichi Handa <handa@etl.go.jp>
9207
9208 * international/isearch-x.el (isearch-minibuffer-input-method)
9209 (isearch-minibuffer-input-method-function): These variables
9210 deleted.
9211 (isearch-with-input-method): Don't use the above variables.
9212 (isearch-process-search-multibyte-characters): Likewise. Call
9213 read-string with the arg INHERIT-INPUT-METHOD t.
9214
c2acf685
SM
92152000-06-17 Stefan Monnier <monnier@cs.yale.edu>
9216
13f0d185
SM
9217 * font-lock.el (font-lock-after-fontify-buffer)
9218 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
9219
9220 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
9221 Use consistent make-local-variable style for font-lock-fontified.
9222 (jit-lock-fontify-buffer):
9223 Don't bother checking for font-lock-mode and jit-lock-mode.
9224
c2acf685
SM
9225 * time.el: Remove trailing ^M that prevent CVS-merging.
9226
a9021acd
GM
92272000-06-16 Gerd Moellmann <gerd@gnu.org>
9228
9229 * Makefile.in (distclean): New target.
5d80cc9c 9230
0df68e9f
SM
92312000-06-16 Stefan Monnier <monnier@cs.yale.edu>
9232
9233 * Makefile.in (srcdir): Define for update-subdirs.
9234
6344985d
GM
92352000-06-16 Gerd Moellmann <gerd@gnu.org>
9236
9237 * find-lisp.el: New file.
9238
63239267
AI
92392000-06-16 Andrew Innes <andrewi@gnu.org>
9240
9241 * time.el (display-time-mail-function): New variable, to allow
9242 external packages to indicate when new mail is available.
9243 (display-time-update): Use it.
9244
1699f991
KH
92452000-06-16 Kenichi Handa <handa@etl.go.jp>
9246
a3b37893
KH
9247 * international/mule.el (mule-version): Change version name to
9248 SAKAKI. AOI has already been used by Meadow.
9249
1699f991
KH
9250 * international/quail.el (quail-show-guidance-buf): To find the
9251 bottom window (but minibuffer), pay attention to the height of
9252 minibuffer.
9253
228b083e
EZ
92542000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
9255
7d5c8691
EZ
9256 * arc-mode.el (archive-mode-map): Use the new menu-item format for
9257 menu-bar menus. Add help strings. Don't remove the Edit menu
9258 from the menu bar, as the menu bar has enough space now.
9259
261f3289
EZ
9260 * Makefile.in (SHELL): Make sure /bin/sh is used.
9261
228b083e
EZ
9262 * woman.el (woman-man-buffer): Fix bold and underlined CJK
9263 characters, which use series of two ^H characters instead of one.
9264
e27e8d71
GM
92652000-06-15 Gerd Moellmann <gerd@gnu.org>
9266
5d80cc9c 9267 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 9268 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 9269 functions.
451ec4e3
GM
9270 (Info-find-node-2): Try a case-sensitive search first, then
9271 do a case-insensitive search.
9272
9273 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
9274 tutorials.
9275
b675095c
GM
9276 * complete.el (PC-env-vars-alist): New variable.
9277 (PC-complete-as-file-name): New function.
9278 (partial-completion-mode): Initialize PC-env-vars-alist from
9279 process-environment.
9280 (PC-do-completion): Handle completion of env vars.
9281
9282 * info.el (Info-set-mode-line): Show file name in mode line,
9283 use `*Info*' instead of `Info:'.
9284
e27e8d71
GM
9285 * startup.el (command-line-1): Change copyright messages to year
9286 2000.
9287
28223a7e
DL
92882000-06-15 Dave Love <fx@gnu.org>
9289
9290 * net/goto-addr.el (goto-address-fontify): Use keymap property,
9291 not local-map.
9292
32684631
KH
92932000-06-15 Kenichi Handa <handa@etl.go.jp>
9294
9295 * international/mule.el (set-buffer-file-coding-system): Almost
9296 rewritten to handle `undecided' as no-op.
9297
9f817ea4
GM
92982000-06-14 Gerd Moellmann <gerd@gnu.org>
9299
e27e8d71 9300 * Makefile.in: New file.
dce6b995
GM
9301
9302 * Makefile: Removed.
9303
9f817ea4
GM
9304 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
9305 (goto-address-highlight-keymap): Bind C-c RET.
9306
2de33f94
KH
93072000-06-14 Kenichi Handa <handa@etl.go.jp>
9308
bbf1e8a5
KH
9309 * mail/sendmail.el (sendmail-send-it): The temporary buffer
9310 inherits buffer-file-coding-system of the current buffer.
725a6897 9311
02891cc3
KH
9312 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
9313 0. Give correct argument to set-auto-coding-function.
9314 (tar-expunge): For goto-char, use (point-min), not 0.
9315 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
9316 (tar-subfile-save-buffer): Likewize.
9317
2de33f94
KH
9318 * international/mule.el
9319 (after-insert-file-set-buffer-file-coding-system): Call
9320 set-buffer-file-coding-system with the arg FORCE t.
9321
1681ead6
GM
93222000-06-13 Gerd Moellmann <gerd@gnu.org>
9323
9324 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
9325 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 9326 the sender is set with `-f'.
1681ead6 9327
fdf4b680
DL
93282000-06-13 Dave Love <fx@gnu.org>
9329
9c50afce
DL
9330 * help.el (describe-function-1): Kluge around cases of functions
9331 fset to subrs whose doc doesn't match their symbol-name.
9332
0ad550ba 9333 * image.el (insert-image): Default STRING to a space.
f290ca08 9334
fdf4b680 9335 * info.el Doc fixes.
5d80cc9c 9336 (Info-build-node-completions): Match Ref tags.
fdf4b680 9337
9b6610db
EZ
93382000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
9339
a704139d
EZ
9340 * frame.el (display-multi-frame-p, display-multi-font-p): New
9341 defaliases for display-graphic-p.
9342
9b6610db
EZ
9343 * hl-line.el: Fixed a typo in commentary.
9344
7a5ea398
KH
93452000-06-13 Kenichi Handa <handa@etl.go.jp>
9346
9347 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
9348 fixed.
9349
0dc91c57
DL
93502000-06-12 Dave Love <fx@gnu.org>
9351
9352 * image.el (insert-image): Save a little consing.
9353
0bd5914b
KH
93542000-06-12 Kenichi Handa <handa@etl.go.jp>
9355
9356 * language/tibet-util.el: Convert all tibetan-1-column characters
9357 to the corresponding tibetan characters.
9358 (tibetan-add-components): Delete code for the special treatment of
9359 'a chung.
9360
9361 * language/tibetan.el (tibetan-composable-pattern): Fix previous
9362 change.
9363 (tibetan-vowel-transcription-alist): More rules added.
9364 (tibetan-composite-vowel-alist): New variable.
9365 (tibetan-precomposition-rule-alist): More rules added.
9366
6dc7d3d5
SM
93672000-06-12 Stefan Monnier <monnier@cs.yale.edu>
9368
9c04c393
SM
9369 * startup.el (command-line): Only call menu-bar-mode if interactive.
9370
9371 * thingatpt.el (toplevel symbol-properties):
9372 * textmodes/makeinfo.el (makeinfo-compile):
9373 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 9374 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 9375 (hide-ifdef-use-define-alist):
5d80cc9c 9376 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
9377 (ange-ftp-vms-add-file-entry):
9378 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
9379 * man.el (Man-build-man-command):
9380 * mail/rnewspost.el (news-reply-header-hook):
9381 * info.el (Info-insert-dir):
9382 * emulation/mlconvert.el (backward-word, forward-word, setq):
9383 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
9384 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
9385 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
9386 (byte-optimize-apply, end of file):
9387 * emacs-lisp/advice.el (ad-advice-class-completion-table)
9388 (ad-make-freeze-definition):
9389 * startup.el (command-line, command-line-1): Don't quote lambdas.
9390
6dc7d3d5
SM
9391 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
9392 (cvs-cleanup-removed): New function.
9393 (cvs-cleanup-functions): New var.
9394 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
9395 some flexibility in specifying additional entries to auto-cleanup.
9396 (cvs-quickdir): New function.
9397 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
9398 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
9399 (cvs-mode-find-file): Check that we are on a filename or dirname
9400 when invoked through a mouse-click.
9401 (cvs-full-path): Remove.
9402 (cvs-dired-action): Re-introduced.
9403 (cvs-dired-noselect): Use it.
9404 (vc-post-command-functions): use this new hook if available.
9405
9406 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
9407 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
9408 (cvs-filename-map, cvs-dirname-map): Remove.
9409 (cvs-default-action): Remove.
9410 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
9411 if the arg is really a keymap.
9412 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
9413 Don't hardcode the mapping from state (aka type) to face, but check
9414 the var cvs-fi-<type>-face instead.
9415 (cvs-fileinfo-from-entries): New function.
9416
9417 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
9418 Docstring fix.
9419 (cvs-find-file-and-jump): Change default to be safer.
9420 (cvs-mode-diff-map): Define it as a function as well.
9421 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
9422 Bind mouse-2 in this global map rather than with text-properties.
9423
9424 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
9425 file to resolve the ambiguity between C(conflict) and C(need-merge).
9426
5050a2ef
KH
94272000-06-12 Kenichi Handa <handa@etl.go.jp>
9428
9429 * international/mule.el (set-buffer-file-coding-system): If
9430 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
9431 unconditionally.
9432
35a7ac84
DL
94332000-06-12 Dave Love <fx@gnu.org>
9434
9435 * wid-edit.el (widget-specify-button): Really suppress the face if
9436 required.
9437
db8eeecd
GM
94382000-06-11 Gerd Moellmann <gerd@gnu.org>
9439
9440 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
9441
70223ca4
SM
94422000-06-11 Stefan Monnier <monnier@cs.yale.edu>
9443
9444 * imenu.el (imenu-generic-expression): Docstring fix.
9445
9446 * composite.el (composition-function-table): Move the `put'
9447 below the autoload cookie so we can load the file before loaddefs.
9448
9449 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
9450
9451 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
9452 Handle easy-mmode-define-global-mode.
9453 For complex macros like define-minor-mode that can generate
9454 several autoload entries, try to autoload entries in the
9455 macroexpanded code.
9456
9457 * emacs-lisp/easy-mmode.el (define-minor-mode):
9458 If KEYMAP is a symbol, just use it.
9459 Use byte-compile-current-file and load-file-name to infer the
9460 proper :require to pass to defcustom.
9461 Wrap the hook var into `progn' so as not to autoload it.
9462 Add a :autoload-end cookie.
9463 Be more careful about the evaluation of KEYMAP.
9464 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
9465 (define-derived-mode): Move define-abbrev-table outside of defvar.
9466
94672000-06-10 Stefan Monnier <monnier@cs.yale.edu>
9468
9469 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
9470 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
9471 (backup-compiled-files): Ignore errors during `tar'.
9472 (bootstrap): Make autoloads before elc files.
9473
9c53b34e
KH
94742000-06-10 Kenichi Handa <handa@etl.go.jp>
9475
9476 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 9477 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
9478
9479 * international/mule-conf.el (unix): New alias for the coding
9480 system undecided-unix.
9481
22ddd299
DL
94822000-06-09 Dave Love <fx@gnu.org>
9483
5ee42746
DL
9484 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
9485
70223ca4 9486 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
9487 (executable-insert): Change custom type.
9488 (executable-find): Add autoload cookie.
cc7e1d18
DL
9489 (executable-make-buffer-file-executable-if-script-p): New
9490 function. After Noah Friedman.
22ddd299
DL
9491
9492 * files.el (after-save-hook): Customize, with
cc7e1d18 9493 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 9494
41ea3794
KH
94952000-06-09 Kenichi Handa <handa@etl.go.jp>
9496
f89437e3
KH
9497 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
9498 "tib24p-mule.bdf" for Tibetan.
9499
7a4ee259
KH
9500 * composite.el (decompose-composite-char): Declare it as obsolete.
9501
ff6a65c2
KH
9502 * man.el (Man-fontify-manpage): Pay attention to underline and
9503 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 9504
f83fe4b4
GM
95052000-06-08 Gerd Moellmann <gerd@gnu.org>
9506
9507 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
9508 Set maintainer to FSF since author isn't reachable.
9509
e56d7900
DL
95102000-06-08 Dave Love <fx@gnu.org>
9511
9512 * international/mule-cmds.el (select-safe-coding-system): If
9513 DEFAULT-CODING-SYSTEM is not specified, also check the most
9514 preferred coding-system if buffer-file-coding-system is
9515 `undecided'. From Handa.
9516
d3981b49
KH
95172000-06-08 Kenichi Handa <handa@etl.go.jp>
9518
9519 * international/mule.el
9520 (after-insert-file-set-buffer-file-coding-system): If the buffer
9521 size is greater than INSERTED, judget that we are not visiting.
9522
bff71087
RV
95232000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
9524
9525 * whitespace.el (defgroup whitespace): Comment out `:version'.
9526 XEmacs 20.4 has problems defining the group with this present.
9527 We'll have this commented out till get resolve the problem.
9528
fd9ac94c 95292000-06-07 John Wiegley <johnw@gnu.org>
e04d21aa 9530
fd9ac94c
GM
9531 * align.el (align-dq-string-modes, align-sq-string-modes)
9532 (align-open-comment-modes): Add pyhton-mode.
9533 (align-rules-list): Use get-text-property instead of
9534 text-properties-at.
9535 (align-rules-list): Add python-assignment.
9536 (align-rules-list): Change perl-comma-delimiter to
9537 basic-comma-delimiter. Use if for Perl modes and python-mode.
9538 (align-rules-list): Add python-chain-logic and
9539 basic-line-continuation.
45f485a6
GM
9540
95412000-06-07 Jari Aalto <jari.aalto@poboxes.com>
9542
9543 * apropos.el (apropos-mode-hook): New user variable.
9544 (apropos-mode): Run apropos-mode-hook.
bff71087 9545
45f485a6
GM
95462000-06-07 David Ponce <david@dponce.com>
9547
9548 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
9549 commands. Require `wid-edit' at run-time.
9550
95512000-06-07 David Ponce <david@dponce.com>
9552
9553 * recentf.el: Added some "Commentary".
9554 (recentf-open-more-files, recentf-edit-list): Minor changes to
9555 move the point at the top of the file list. This behaviour is
9556 consistent with the menu one when the list contains a lot of
9557 files.
9558 (recentf-cleanup): Now displays the number of items removed from
9559 the list.
9560 (recentf-relative-filter) New menu filter to show filenames
9561 relative to `default-directory'.
bff71087 9562
45f485a6
GM
95632000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9564
9565 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
9566 with/without giving an error if PostScript printer doesn't have this
9567 kind of page size. Zebra Stripe continues or restarts on next page.
9568 Manual/automatic paper feeding. Switch or not the header.
9569 (ps-print-version): New version number (5.2.2).
9570 (ps-windows-system): Include emx as a Windows system.
9571 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
9572 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
9573 (ps-background-text): Code fix.
9574 (ps-error-handler-message, ps-user-defined-prologue)
9575 (ps-print-prologue-header, ps-printer-name)
9576 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
9577 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
9578 (ps-use-face-background): Customization fix.
9579 (ps-n-up-database): Data fix.
9580 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
9581 (ps-switch-header): New vars.
9582 (ps-xemacs-color-name, ps-face-foreground-name)
9583 (ps-face-background-name, ps-boolean-constant): New funs.
9584
c14dcd22
DL
95852000-06-07 Dave Love <fx@gnu.org>
9586
9587 * allout.el: New version from Manheimer.
9588
e4044bb0
KH
95892000-06-07 Kenichi Handa <handa@etl.go.jp>
9590
9591 * textmodes/fill.el (fill-find-break-point): Check the validity of
9592 charset.
9593
59cfe8b9
KF
95942000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9595
9596 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9597 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9598 Call display-color-p and display-mouse-p instead of looking at
9599 window-system.
9600
bb2337f5
DL
96012000-06-06 Dave Love <fx@gnu.org>
9602
9603 * image.el (find-image): Doc fix. Return nil if image not found.
9604 (put-image, insert-image): Make STRING arg optional.
9605
8e624fa2
KH
96062000-06-06 Kenichi Handa <handa@etl.go.jp>
9607
9608 * language/vietnamese.el: Remove eval-when-compile.
9609 (viet-viscii-nonascii-translation-table): Define it as a
9610 translation table made from viet-viscii-decode-table.
9611 (viet-viscii-encode-table): Define it as a translation table made
9612 from the reverse map of above.
9613 (viet-vscii-nonascii-translation-table): Define it as a
9614 translation table made from viet-vscii-decode-table.
9615 (viet-vscii-encode-table): Define it as a translation table made
9616 from the reverse map of above.
9617 (ccl-decode-viscii): Use translate-character.
9618 (ccl-encode-viscii, ccl-encode-viscii-font)
9619 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
9620 Likewize.
bff71087 9621
8e624fa2
KH
9622 * language/cyrillic.el: Remove eval-when-compile.
9623 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
9624 translation table made from cyrillic-koi8-r-decode-table.
9625 (cyrillic-koi8-r-encode-table): Define it as a translation table
9626 made from the reverse map of above.
9627 (ccl-decode-koi8): Use translate-character.
9628 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
9629 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
9630 a translation table made from cyrillic-alternativnyj-decode-table.
9631 (cyrillic-alternativnyj-encode-table): Define it as a translation
9632 table made from the reverse map of above.
9633 (ccl-decode-alternativnyj): Use translate-character.
9634 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
9635 Likewize
9636
9637 * international/mule-diag.el (non-iso-charset-alist): Specify
9638 translation table symbol instead of translation table itself.
9639 (list-block-of-chars): CHARSET may be a translation table symbol.
9640
9641 * international/mule.el (make-coding-system): If CODING-SYSTEM
9642 already exists, override it.
9643
9644 * international/fontset.el: Use family `proportional' for Tibetan
9645 fonts.
9646
9647 * international/ccl.el (ccl-compile-translate-character): Don't
9648 check if Rrr has property translation-table.
9649 (ccl-compile-map-multiple): Modified to avoid compiler warning.
9650
1969fae2
GM
96512000-06-05 Gerd Moellmann <gerd@gnu.org>
9652
9653 * info.el: Bind case-fold-search to t when searching in case
9654 a user sets it to nil in a hook.
9655
d5b037c5
SM
96562000-06-05 Stefan Monnier <monnier@cs.yale.edu>
9657
d3d02e65
SM
9658 * autoarg.el (autoarg-mode, autoarg-kp-mode):
9659 * hl-line.el (hl-line-mode): Use the new :global key argument.
9660
9661 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
9662 (tar-clip-time-string): Prepend a space.
9663 (tar-grind-file-mode): Construct a string rather than modifying one.
9664 (tar-header-block-summarize): Fix docstring.
9665 Use `format' rather than an error-prone set of copy-loops.
9666
9667 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
9668 (diff-goto-source, diff-unified->context, diff-context->unified)
9669 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
9670 understand the format output by the `-p' argument to diff.
9671
bff71087 9672 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
9673 (sh-re-done): Use defconst.
9674 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
9675 (sh-help-string-for-variable, sh-guess-basic-offset):
9676 Don't quote lambdas.
9677 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
9678 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
9679
f7c4478f
SM
9680 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
9681 (mh-letter-mode): Derive from text-mode.
9682 This implicitly means that it now calls kill-all-local-variables.
9683 Also remove the Emacs-18 compatibility code.
9684
a8add29d
SM
9685 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
9686 Make use of symbol-property doc-string-elt.
9687 Use memq rather than a sequence of eq.
9688 (doc-string-elt): Fix the wrong or missing previously unused values.
9689 (autoload-print-form): New function extracted from
9690 generate-file-autoloads to allow recursion when handling progn
9691 so that defvar's and defun's docstrings are properly printed.
9692 (generate-file-autoloads): Use it.
9693
d5b037c5
SM
9694 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
9695 Use find-file-hooks in the minor-mode function.
9696 Be careful not to loop indefinitely in the post-command-hook function.
9697
560ef11a 96982000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 9699
1969fae2 9700 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 9701 tty's.
1969fae2 9702 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 9703 differences whenever appropriate.
1969fae2
GM
9704 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
9705 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
9706 wildcards.
9707
b5bbbb76
SM
97082000-06-04 Stefan Monnier <monnier@cs.yale.edu>
9709
d5b037c5
SM
9710 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
9711 (jit-lock-fontify-buffer): New function for JIT refontification.
9712 (jit-lock-mode): Fix docstring.
9713 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
9714 Remove jit-lock-after-change from the _local_ hook.
9715 (jit-lock-function-1): Fix docstring.
9716
9717 * info.el (Info-on-current-buffer): Initialize info.
9718
9719 * newcomment.el (comment-indent): Ignore comment-indent-hook.
9720
9721 * progmodes/tcl.el (tcl-indent-for-comment):
9722 Ignore comment-indent-hook.
9723
9724 * emacs-lisp/easy-mmode.el: Require CL during compilation.
9725 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
9726 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
9727 and improve to use the lighter to guess the capitalization.
9728 (define-minor-mode): Inline code from easy-mmode-define-toggle.
9729 Add keyword arguments to specify global-ness or the custom group.
9730 Add local-map and help-echo properties to the lighter.
9731 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 9732 (easy-mmode-define-global-mode): New macro.
b5bbbb76 9733
bfa6c260
DL
97342000-06-02 Dave Love <fx@gnu.org>
9735
9736 * wid-edit.el: byte-compile-dynamic since we typically don't use
9737 all the widgets. Don't require cl or widget. Remove
9738 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
9739 (widget-read-event): Removed. Callers changed to use read-event.
9740 (widget-button-release-event-p): Renamed from
9741 button-release-event-p.
9742 (widget-field-add-space, widget-field-use-before-change):
9743 Uncustomize.
9744 (widget-specify-field): Use keymap property, not local-map.
9745 (widget-specify-button): Obey :suppress-face.
9746 (widget-specify-insert): Use modern backquote syntax.
9747 (widget-image-directory): Renamed from widget-glyph-directory.
9748 (widget-image-enable): Renamed from widget-glyph-enable.
9749 (widget-image-find): Replaces widget-glyph-find.
9750 (widget-button-pressed-face): Move defvar.
9751 (widget-image-insert): Replaces widget-glyph-insert.
9752 (widget-convert): Use keywordp.
9753 (widget-leave-text, widget-children-value-delete): Use mapc.
9754 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 9755 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
9756 (widget-button-click): Don't set point at the click, but re-centre
9757 if we scroll out of window. Rewritten for images v. glyphs &c.
9758 (widget-tabable-at): Use POS arg, not point.
9759 (widget-beginning-of-line, widget-end-of-line)
9760 (widget-item-value-create, widget-sublist, widget-princ-to-string)
9761 (widget-sexp-prompt-value, widget-echo-help): Simplify.
9762 (widget-default-create): Use widget-image-insert; some rewriting.
9763 (widget-visibility-value-create)
9764 (widget-push-button-value-create, widget-toggle-value-create): Use
9765 widget-image-insert.
9766 (checkbox): Create on and off images dynamically.
9767 (documentation-link): Change :help-echo.
9768 (widget-documentation-link-echo-help): Remove.
9769
3837de12
SM
97702000-06-02 Stefan Monnier <monnier@cs.yale.edu>
9771
9772 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
9773
9774 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
9775 (easy-mmode-define-toggle, define-minor-mode): Use it.
9776 (easy-mmode-define-keymap): Docstring fix.
9777 (define-derived-mode): Default PARENT to fundamental-mode.
9778 Add the derived-mode-parent symbol-property.
9779 (easy-mmode-derived-mode-p): New function.
9780
90aa4ea8
DL
97812000-06-02 Dave Love <fx@gnu.org>
9782
37193ee6
DL
9783 * files.el (convert-standard-filename): Doc fix.
9784 (normal-backup-enable-predicate): New function.
9785 (backup-enable-predicate): Use it to replace the lambda form.
9786
9787 * calendar/todo-mode.el: [This needs more work on the outline
9788 stuff.] Doc fixes.
9789 (todo) <defgroup>: Add :version.
9790 (todo-add-category): Don't use pushnew.
9791 (todo-cmd-raise): Fix typo.
9792 (todo-top-priorities): Change temp buffer name.
9793 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
9794 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
9795 Use outline-next-heading.
37193ee6 9796
90aa4ea8
DL
9797 * autoarg.el: Rewritten to use define-minor-mode.
9798 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
9799 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
9800
2e54623a
KH
98012000-06-02 Kenichi Handa <handa@etl.go.jp>
9802
9803 * isearch.el (isearch-other-meta-char): Fix previous change.
9804
c5def0db
SM
98052000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9806
3837de12
SM
9807 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
9808 (log-edit-done): Only add the comment to the ring if it's different
9809 from the last comment entered.
9810
c5def0db
SM
9811 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
9812
2330c9d4
DL
98132000-06-01 Dave Love <fx@gnu.org>
9814
9815 * hl-line.el: Rewritten using define-minor-mode.
9816
9817 * help.el (describe-function-1): Distinguish special form from
9818 builtin function. Sanity-check presence of arglist for builtins.
9819
6e5dfc31
KH
98202000-06-01 Kenichi Handa <handa@etl.go.jp>
9821
4dc1225b
KH
9822 * international/characters.el: Fix syntax/category setting of
9823 Tibetan characters.
9824
9825 * language/tibet-util.el (tibetan-add-components): Fixes for new
9826 encoding of Tibetan characters.
9827 (tibetan-decompose-precomposition-alist): New variable.
9828 (tibetan-decompose-region): Convert precomposed characters to
9829 non-precomposed characters.
9830 (tibetan-decompose-string): Likewise.
9831 (tibetan-composition-function): Fix args to
9832 thibetan-compose-string.
9833
9834 * language/tibetan.el (tibetan-composable-pattern): More
9835 characters included.
9836 (tibetan-consonant-transcription-alist): Rule for "R" added.
9837 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
9838 "+R" added.
9839 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
9840
eadef5e6
KH
9841 * language/lao-util.el (lao-composition-function): Fix args to
9842 compose-string.
9843
9844 * language/thai-util.el (thai-composition-function): Fix args to
9845 compose-string.
9846
6e5dfc31 9847 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
9848 to prevent the point moving to the end of a composition when a
9849 part of a composition is searched.
6e5dfc31
KH
9850 (isearch-other-meta-char): If the key invoking this command can be
9851 mapped by function-key-map to a printing char, call
9852 isearch-process-search-char directly.
9853
2598a293
SM
98542000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9855
9856 * emacs-lisp/bytecomp.el:
9857 * frame.el:
9858 * international/mule-cmds.el:
9859 * international/mule-util.el:
9860 * international/mule.el:
9861 * mouse.el:
9862 * subr.el:
9863 * faces.el: Update calls to make-obsolete with a WHEN argument.
9864
9865 * byte-run.el (make-obsolete, make-obsolete-variable):
9866 Add an optional WHEN argument and change the format of the
bff71087 9867 symbol-property information.
2598a293
SM
9868 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
9869 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
9870 new obsolete-symbol-property format and print WHEN if it is provided.
9871
28d8dff1
DL
98722000-05-31 Dave Love <fx@gnu.org>
9873
9874 * loadhist.el (loadhist-hook-functions): Remove
9875 before-change-function, after-change-function.
9876 (unload-feature): Deal with symbols which are both bound and
9877 fbound.
9878
9879 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
9880 before-change-function, after-change-function.
9881
9882 * simple.el (newline): Don't bind before-change-function,
9883 after-change-function.
9884
7f565d87
RV
98852000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
9886
9887 * whitespace.el (whitespace-rescan-timer-time): Update interval
9888 set to 600 seconds (10 minutes) instead of 60 seconds since
9889 a large number of whitespace buffers causes emacs to `freeze'
9890 for a considerable amount of time.
9891
bff71087 9892 * whitespace.el: Updated email address
7f565d87 9893
a8d693d8
DL
98942000-05-31 Dave Love <fx@gnu.org>
9895
9896 * add-log.el (change-log-font-lock-keywords) <function>: Add
9897 pattern for function of change.
9898 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
9899 acknowledgements patterns.
9900
a50192e7
KH
99012000-05-31 Kenichi Handa <handa@etl.go.jp>
9902
9903 * isearch.el (isearch-printing-char): If keyboard coding system is
9904 being used, call isearch-process-search-multibyte-characters.
9905
9906 * international/isearch-x.el: Mostly rewritten.
9907
9908 * international/quail.el (quail-start-conversion): Don't include
9909 unhandled events in the returned events, but set them in
9910 unread-command-events. Exit if all inputs are deleted.
9911
7e492772
JR
99122000-05-30 Jason Rumney <jasonr@gnu.org>
9913
9914 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
9915
9916 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
9917 Reenable code to create initial fontsets.
9918 Use set-fontset-font in place of put-charset-property.
9919
10fc3187
GM
99202000-05-30 Gerd Moellmann <gerd@gnu.org>
9921
79148ea7
GM
9922 * progmodes/perl-mode.el (perl-indent-line): When looking for a
9923 label, ensure that the first colon isn't followed by another.
9924
9925 * paths.el (Info-default-directory-list): Doc fix.
9926
086d5b87
GM
9927 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
9928 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
9929 send a query containing USER only, not USER@HOST.
9930
10fc3187
GM
9931 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
9932 and rmail-msgend to compute the restriction at the end, instead of
9933 computing it.
9934
49e70dec
GM
99352000-05-29 Gerd Moellmann <gerd@gnu.org>
9936
66254a13
GM
9937 * dabbrev.el (dabbrev-expand): Don't display messages in the
9938 echo area if the minibuffer window is active.
9939
49e70dec
GM
9940 * jit-lock.el (jit-lock-mode): Add after change function to
9941 local hook.
9942
99432000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
9944
9945 * antlr-mode.el: New commands: hide/unhide actions,
9946 upcase/downcase literals.
9947 (antlr-tiny-action-length): New user option.
9948 (antlr-hide-actions): New command. Suggested by
9949 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 9950 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
9951 (antlr-mode-menu): New entries.
9952 (antlr-downcase-literals): New command.
9953 (antlr-upcase-literals): Ditto.
9954
9955 * antlr-mode.el: Minor changes: indendation, mode-name.
9956 (antlr-indent-line): Indent cpp directive at column 0.
9957 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
9958
9959 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
9960 (antlr-font-lock-additional-keywords): Workaround for intentional
9961 bug in XEmacs version of font-lock.
9962 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
9963 be used by a smarter version of `buffers-menu-grouping-function'.
9964
99652000-05-29 Gerd Moellmann <gerd@gnu.org>
9966
9967 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
9968 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
9969
49f93684
KH
99702000-05-29 Kenichi Handa <handa@etl.go.jp>
9971
9972 * international/encoded-kb.el
9973 (encoded-kbd-iso2022-designation-map): Pay attention to that
9974 charset-iso-final-char return -1 for eight-bit-control and
9975 eight-bit-graphic.
9976
5b1ae051
EZ
99772000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9978
9979 * speedbar.el (speedbar-use-images, speedbar-update-flag)
9980 (speedbar-easymenu-definition-base): Use display-graphic-p where
9981 available, instead of window-system.
9982
a205e32a
EZ
99832000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9984
9985 * international/codepage.el (cp-coding-system-for-codepage-1): Add
9986 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
9987 coding systems.
9988
dd854dc2
DL
99892000-05-26 Dave Love <fx@gnu.org>
9990
c88a85d5
DL
9991 * disp-table.el (standard-display-underline): Don't use
9992 internal-find-face.
9993
dd854dc2
DL
9994 * mail/reporter.el: Maintainer change. Doc fixes.
9995 (reporter-version): Deleted.
9996
9997 * emacs-lisp/elp.el: Maintainer change.
9998 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
9999
dc29aa6c
SM
100002000-05-26 Stefan Monnier <monnier@cs.yale.edu>
10001
10002 * add-log.el (add-change-log-entry): Merge the current entry with the
10003 previous one if the previous one is empty.
10004
ed62683d
DL
100052000-05-26 Dave Love <fx@gnu.org>
10006
4370a375
DL
10007 * loadhist.el (unload-feature): Fix interactive spec [from
10008 lijnzaad@ebi.ac.uk].
10009
ed62683d
DL
10010 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
10011 subr-arity to check primitives.
10012 (byte-compile-flush-pending, byte-compile-file-form-progn)
10013 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
10014 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
10015 mapcar.
10016
ba9f8f95
KH
100172000-05-26 Kenichi Handa <handa@etl.go.jp>
10018
0f3e0672
KH
10019 * international/fontset.el: Set family names of non-latin charsets
10020 in default fontset to "*".
10021
cebefb44
KH
10022 * international/mule-diag.el (print-fontset): Combine family part
10023 and registry part of the fontname by "-*-" instead of "-".
10024
ba9f8f95
KH
10025 * international/mule-cmds.el (encode-coding-char): Make strings
10026 multibyte before calling encode-coding-string.
10027
931d0724
SM
100282000-05-25 Stefan Monnier <monnier@cs.yale.edu>
10029
10030 * derived.el: Fix keywords.
8ccce2b0 10031 (define-derived-mode): Only define if needed.
931d0724
SM
10032
10033 * simple.el (fill-comment, comment-column, comment-start)
10034 (comment-start-skip, comment-end, comment-indent-function)
10035 (block-comment-start, block-comment-end, indent-for-comment)
10036 (set-comment-column, kill-comment, comment-padding, comment-region)
10037 (comment-multi-line, indent-new-comment-line): Remove.
10038
10039 * bindings.el (esc-map): Change ; to comment-dwim and use the new
10040 function names for comment operations.
10041
10042 * newcomment.el: Add abundant autoload cookies.
10043 (comment-style): Don't depend on runtime data at compile-time.
10044 (comment-indent-hook): Remove.
10045 (comment-indent): Check if comment-indent-hook is bound.
10046 (comment-region): Docstring fix.
10047
6fc596cf
DL
100482000-05-25 Dave Love <fx@gnu.org>
10049
10050 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
10051 byte-code-function-p.
10052
10053 * mail/rmailsum.el: Add provide.
10054
10055 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
10056
10057 * smerge-mode.el (smerge-diff-switches): Don't use list* in
10058 defcustom.
10059
7997f1ca 100602000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 10061
7997f1ca
MK
10062 * ediff-diff.el (ediff-exec-process): delete --binary option from
10063 non-buffer ediff jobs.
7f565d87 10064
e7a903e8
EZ
100652000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10066
10067 * hilit-chg.el (highlight-changes-mode): Ask about color or
10068 grayscale support, not about window-system.
10069
10070 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
10071 window-system.
10072 (ffap-highlight): Always default to t.
10073
10074 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
10075 display-popup-menus-p instead of looking at window-system.
10076
10077 * disp-table.el (standard-display-g1, standard-display-graphic):
10078 Only refuse to use string glyphs on X and MS-Windows.
10079
10080 * avoid.el: Remove window-system from commentary, suggest to use
10081 display-*-p instead.
10082
10083 * apropos.el (apropos-print): Use display-mouse-p instead of
10084 window-system.
10085
14028d57
EZ
100862000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10087
10088 * international/codepage.el (cp-decoding-vector-for-codepage):
10089 Fill up unsupported characters with their own codes. From Kenichi
10090 Handa.
10091
1a4f9cc1
EZ
100922000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10093
10094 * international/mule-diag.el (describe-char-after): Use
10095 display-graphic-p instead of window-system, so that this function
10096 works on MS-DOS.
10097
89f6ca4e
EZ
100982000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10099
10100 * international/codepage.el (cp-make-coding-systems-for-codepage):
10101 Remove the eight-bit-graphic and eight-bit-control charsets from
10102 the list of charsets which we convert into `?'.
10103
eacfd7fe
KH
101042000-05-25 Kenichi Handa <handa@etl.go.jp>
10105
10106 * international/mule-conf.el: Specify CHARSET-ID explicitely for
10107 private charsets.
10108 (mule-unicode-0100-24ff, japanese-jisx0213-1,
10109 japanese-jisx0213-2): New charsets.
10110
10111 * international/fontset.el: Setup default fontset for new charsets.
10112
deadf7e3
DL
101132000-05-24 Dave Love <fx@gnu.org>
10114
10115 * info.el (Info-find-node-2): Restructure [following "Vadim
10116 S. Solomin" <sovs@uic.nnov.ru>].
10117
10118 * icomplete.el: Fix header for Finder.
10119
101202000-05-24 Eric M. Ludlam <zappo@ultranet.com>
10121
10122 * rmailout.el (rmail-output-to-rmail-file): Added optional param
10123 STAY.
10124
10125 * rmail.el (rmail-automatic-folder-directives): New user variable.
10126 (rmail-show-message): Add call to `rmail-auto-file' during
10127 display.
10128 (rmail-auto-file): New function.
10129
6de3983f 101302000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 10131
fc6a6a4e 10132 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 10133 account.
fc6a6a4e
GM
10134 (ediff-test-utility,ediff-diff-mandatory-option)
10135 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 10136 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 10137
fc6a6a4e 10138 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 10139 variable.
7f565d87 10140
fc6a6a4e 10141 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
10142 ediff-merge-filename-prefix.
10143
fc290d1d
MK
101442000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
10145
fc6a6a4e 10146 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 10147
273182b8
EZ
101482000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
10149
10150 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
10151 aliases for hebrew-iso-8bit.
10152
f471ea57
EZ
101532000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
10154
10155 * woman.el: New version from Francis J. Wright
10156 <F.J.Wright@Maths.QMW.ac.uk>.
10157 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
10158 names in environment variables regardless of the path separator.
10159 (woman-topic-all-completions-1): Don't call file-name-directory-p
10160 on all files, since woman-file-regexp already filters out any
10161 directories.
10162
01162f24
KH
101632000-05-24 Kenichi Handa <handa@etl.go.jp>
10164
48e3df76
KH
10165 * international/quail.el (quail-start-translation): Don't change
10166 modified-p of the current buffer.
10167 (quail-start-conversion): Likewise.
10168
10169 * international/kkc.el (kkc-region): Don't change modified-p of
10170 the current buffer.
10171
747d90ea
KH
10172 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
10173 conform to RFC1468.
10174 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 10175
17a223ff
EL
101762000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
10177
10178 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
10179 (speedbar-insert-button): Invisible text property fix.
10180 (speedbar-directory-plus): Renamed from speedbar-directory-+
10181 (speedbar-directory-minus): Renamed from speedbar-directory--
10182 (speedbar-page-plus): Renamed from speedbar-file-+
10183 (speedbar-page-minus): Renamed from speedbar-file--
10184 (speedbar-page): Renamed from speedbar-file-
10185 (speedbar-tag): Renamed from speedbar-tag-
10186 (speedbar-tag-plus): Renamed from speedbar-tag-+
10187 (speedbar-tag-minus): Renamed from speedbar-tag--
10188 (speedbar-expand-image-button-alist): Use above renames.
10189
10190 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
10191 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
10192 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
10193 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
10194 * sb-pg.xpm: Renamed from sb-file.xpm
10195 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
10196 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 10197
e6b6fc18
KH
101982000-05-24 Kenichi Handa <handa@etl.go.jp>
10199
10200 * international/quail.el (quail-show-guidance-buf): Set
10201 current-input-method of the guidance buffer to the name of the
10202 curren input method.
10203
a1a336eb
SM
102042000-05-23 Stefan Monnier <monnier@cs.yale.edu>
10205
10206 * progmodes/compile.el (compile-internal): Style typo.
10207
10208 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
10209 quote vars and functions in the docstring.
10210
10211 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
10212
10213 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
10214 Don't quote lambdas.
10215
10216 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
10217
9695b783
GM
102182000-05-23 Gerd Moellmann <gerd@gnu.org>
10219
716e3b88
GM
10220 * startup.el (command-line): Determine source file of compiled
10221 user init file differently. Warn if compiled user init file
10222 is older than its source file.
10223
9695b783 10224 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 10225
41ac433f
EZ
102262000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
10227
10228 * files.el (make-backup-file-name-1): Replace slashes with `!'
10229 rather than `|' (which is not allowed on Windows). Replace the
10230 drive letters with a string "drive_X".
10231
46600ab1
GM
102322000-05-23 Gerd Moellmann <gerd@gnu.org>
10233
10234 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
10235
10236 * files.el (interpreter-mode-alist): Add `bash2'.
10237
79a64d87
DL
102382000-05-22 Dave Love <fx@gnu.org>
10239
10240 * loadhist.el (feature-symbols, file-provides, file-requires): Use
10241 mapc.
10242 (feature-file): Avoid calling symbol-name. Doc fix.
10243 (file-set-intersect, file-dependents): Use dolist, not mapcar.
10244 (loadhist-hook-functions): Add mouse-position-function.
10245 (unload-feature): Change uses of mapcar.
10246
10247 * files.el (parse-colon-path): Doc fix.
10248 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
10249 (set-auto-mode): Use mapc.
10250
10251 * complete.el (PC-look-for-include-file): Use :alnum: character
10252 class.
10253 (partial-completion-mode): Add autoload cookie.
10254
0e8c11d8
SS
102552000-05-22 Sam Steingold <sds@gnu.org>
10256
ce75fd23 10257 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
10258 `add-text-properties' (bug introduced on 2000-05-18).
10259
d8d0fa6c
DL
102602000-05-22 Dave Love <fx@gnu.org>
10261
10262 * bindings.el: Remove debug-ignored-errors set in other files.
10263
10264 * progmodes/etags.el: Add to debug-ignored-errors.
10265 (visit-tags-table-buffer): Clear out buffers holding old tables
10266 when making a new list.
10267 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
10268 mapc.
10269
10270 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
10271 quote keywords.
10272 (cmpl-string-case-type): Use character classes.
10273
0e8c11d8
SS
10274 * comint.el:
10275 * textmodes/ispell.el:
10276 * imenu.el:
d8d0fa6c
DL
10277 * mail/mh-e.el:
10278 * progmodes/compile.el: Add to debug-ignored-errors.
10279
10280 * dabbrev.el: Add to debug-ignored-errors.
10281 (dabbrev-completion): Use mapc.
10282
1edbbf8a
EZ
102832000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
10284
10285 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
10286 (woman-mapcan, woman-parse-man.conf)
10287 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
10288 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
10289 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
10290 path syntax better.
10291 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
10292 (woman-manpath): Call woman-parse-man.conf.
10293 (woman-emulation): New defcustom, defaults to nroff.
10294 (woman-font-support): New defconst.
10295 (woman-use-symbol-font): New defcustom.
10296 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
10297 "Emulation".
10298 Many functions: Doc fix.
10299
5bd2148c
KH
103002000-05-22 Kenichi Handa <handa@etl.go.jp>
10301
10302 * international/quail.el (quail-simple-translation-keymap): Map
10303 128..255 to quail-self-insert-command.
10304 (quail-keyboard-layout-alist): Add definition for "pc102-de".
10305
4125ec7e
SM
103062000-05-22 Stefan Monnier <monnier@cs.yale.edu>
10307
a1a336eb
SM
10308 * help.el (help-manyarg-func-alist): Typo.
10309
40aeecad
SM
10310 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
10311 intervals which makes it heaps simpler.
10312
4125ec7e
SM
10313 * newcomment.el (comment-region-internal): Go back to BEG after quoting
10314 the nested comment markers.
e4da9c1c
SM
10315
10316 * subr.el (remove-hook): Don't turn the hook's value into a list.
10317
cb7216a7
DL
103182000-05-21 Dave Love <fx@gnu.org>
10319
ac266581
DL
10320 * edmacro.el (edmacro-parse-keys): Return vector if any elements
10321 are invalid characters.
10322
cb7216a7
DL
10323 * international/mule-util.el (detect-coding-with-priority): Use
10324 mapc. Remove redundant lambda.
10325
10326 * international/mule-diag.el (list-non-iso-charset-chars)
10327 (describe-fontset): Remove redundant lambda.
10328
10329 * emulation/crisp.el (brief-mode): New alias.
10330
10331 * emacs-lisp/ring.el (ring-elements): New function.
10332
10333 * emacs-lisp/easymenu.el (easy-menu-create-menu)
10334 (easy-menu-do-add-item): Use keywordp.
10335
10336 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
10337
10338 * replace.el: Doc and error message fixes.
10339 (replace-highlight): Use facep, not internal-find-face.
10340
9b0d1d6e
SM
103412000-05-20 Stefan Monnier <monnier@cs.yale.edu>
10342
b2d2cf58
SM
10343 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
10344
ffe7dc64
SM
10345 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
10346 (log-edit-insert-changelog): Drop `:' as well.
10347
10348 * log-view.el: Fix file description.
10349 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
10350 available.
10351 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
10352 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
10353
c8c21615
SM
10354 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
10355 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
10356 Print a status message if the toggle is called interactively.
10357 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
10358 for global minor modes and use `defcustom' for them.
10359 Use add-minor-mode.
10360 (easy-mmode-define-derived-mode): Remove.
10361 (define-derived-mode): Fancier default docstring.
10362 (easy-mmode-define-navigation): Signal an error rather than (ding).
10363
9b0d1d6e
SM
10364 * newcomment.el (comment-styles): New `box-multi'.
10365 (comment-normalize-vars): Better default for comment-continue to
10366 avoid whitespace-only continuations.
10367 (comment-search-forward): Always move even in the no-syntax case.
10368 (comment-padright): Only obey N if it's only obeyed for padleft.
10369 (comment-make-extra-lines): Better handling of empty continuations.
10370 Use `=' for the filler if comment-start has only one character.
10371 (uncomment-region): Try handling the special `=' filler.
10372 (comment-region): Allow LINES even if MULTI is nil.
10373 (comment-box): Choose box style based on comment-style.
10374
f5ee6d0f
KH
103752000-05-20 Kenichi Handa <handa@etl.go.jp>
10376
9b0d1d6e 10377 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
10378 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
10379
c9671f81
KH
103802000-05-20 Kenichi HANDA <handa@etl.go.jp>
10381
10382 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
10383 and insert, not subst-char-in-region.
10384
10385 * international/mule-diag.el (list-character-sets-1): Handle
10386 charsets eight-bit-control and eight-bit-graphic.
10387 (list-iso-charset-chars): Likewise.
10388 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
10389 charactes as is. Use indent-to to align characters.
10390
10391 * international/mule-cmds.el (find-multibyte-characters): Never
10392 exclude charsets eight-bit-control and eight-bit-graphic.
10393
1426aa5c
SM
103942000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10395
10396 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
10397 Don't quote lambdas.
10398
10399 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
10400
2b63d473
GM
104012000-05-19 Gerd Moellmann <gerd@gnu.org>
10402
10403 * gud.el (gud-jdb-directories): Doc fix.
10404
f1355756
SM
104052000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10406
10407 * newcomment.el: New file.
10408
5f64c9e0
GM
104092000-05-19 Gerd Moellmann <gerd@gnu.org>
10410
2b63d473 10411 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 10412
db7314bd
AS
104132000-05-18 Andreas Schwab <schwab@suse.de>
10414
10415 * dired.el (dired-between-files): Also skip lines beginning with
10416 `used'.
10417
25bb0401
GM
104182000-05-18 Gerd Moellmann <gerd@gnu.org>
10419
10420 * msb.el (msb-menu-cond): Add choice `user'.
10421
a199a865 104222000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 10423
a199a865
GM
10424 * ps-print.el: Compatibility, customization and doc fix.
10425 (ps-printer-name-option): Replace defconst by defvar.
10426 (ps-postscript-code-directory): XEmacs compatibility.
10427 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
10428 fix.
10429 (ps-user-defined-prologue, ps-print-prologue-header)
10430 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
10431 compatibility and code fix.
10432 (ps-print-background-image, ps-print-background-text):
10433 Customization fix.
10434 (ps-line-number-start, ps-n-up-on): New vars.
10435
25bb0401
GM
104362000-05-18 Espen Skoglund <esk@ira.uka.de>
10437
10438 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
10439 the indent-comment function to just return the appropriate indent.
10440
68e6c83a
EL
104412000-05-18 Eric M. Ludlam <zappo@ultranet.com>
10442
10443 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
10444 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
10445 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
10446
dae6cb9f
DL
104472000-05-18 Dave Love <fx@gnu.org>
10448
10449 * info.el (Info-fontify-node): Add intangible property as well as
10450 invisible.
10451
10452 * calendar/appt.el (appt-make-list): Match all lines of entry.
10453 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
10454
813086ea
KH
104552000-05-18 Kenichi Handa <handa@etl.go.jp>
10456
10457 * international/mule-diag.el (describe-char-after): Call
10458 internal-char-font, not char-font. If internal-char-font returns
10459 nil, display "-- none --".
10460
24978190
EZ
104612000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10462
10463 * image.el (image-type-available-p): Don't reference image-types
10464 if it isn't bound.
10465
2fca2d5d
SM
104662000-05-17 Stefan Monnier <monnier@cs.yale.edu>
10467
10468 * autoarg.el (autoarg-mode): Typo in the :set argument.
10469
cfc75d05
EZ
104702000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10471
10472 * startup.el (command-line-1): Don't signal an error if the
10473 directory for auto-save-list files does not yet exist.
10474
c4e30387
KH
104752000-05-17 Kenichi Handa <handa@etl.go.jp>
10476
10477 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
10478
dd6b8ea7
SM
104792000-05-16 Stefan Monnier <monnier@cs.yale.edu>
10480
10481 * subr.el (remove-hook): `setq' hook-value, not `set'.
10482
399c88ad
SS
104832000-05-16 Sam Steingold <sds@gnu.org>
10484
a199a865 10485 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 10486
01651f07
DL
104872000-05-16 Dave Love <fx@gnu.org>
10488
10489 * cus-edit.el: Don't require cl or easymenu.
10490 (custom-variable-prompt): Test standard-value property, not
10491 user-variable-p.
10492
2248c40d
SS
104932000-05-16 Sam Steingold <sds@gnu.org>
10494
10495 * subr.el (add-hook): `setq' hook-value, not `set'.
10496
b15f3b77
GM
104972000-05-16 Gerd Moellmann <gerd@gnu.org>
10498
10499 * startup.el (command-line-1): Mention the FAQ in the startup
10500 message.
10501
10502 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
10503
10504 * progmodes/compile.el (compilation-parse-errors): Collect
10505 `nomessage' regexps last.
10506
10507 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
10508
10509 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
10510 to the function name.
10511
f9bbcfac
EL
105122000-05-15 Dave Love <fx@gnu.org>
10513
10514 * speedbar.el (speedbar-recenter): Typo.
10515 (speedbar-expand-line): Make arg optional.
10516 (speedbar-mode): Avoid a compiler warning.
10517
119b42eb
GM
105182000-05-15 Gerd Moellmann <gerd@gnu.org>
10519
10520 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
10521 user-specified option string is empty.
10522
10523 * mouse.el (mouse-yank-at-click): Doc fix.
10524
f685bea9
EZ
105252000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
10526
10527 * term/internal.el (IT-character-translations): More updates of
10528 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
10529 documents.
10530
a1b8d58b
GM
105312000-05-15 Gerd Moellmann <gerd@gnu.org>
10532
10533 * env.el (getenv): New function, interactively callable.
10534 (setenv, getenv): Remove autoload cookies.
10535
10536 * loadup.el: Load `env'.
10537
10538 * progmodes/f90.el: Change author's mail address.
10539
c9bba7ed
DL
105402000-05-14 Dave Love <fx@gnu.org>
10541
e5c83697
DL
10542 * mail/rmail.el (rmail-show-message-hook): Customize and offer
10543 goto-addr as an option.
10544
10545 * help.el (help-xref-stack): Doc fix.
10546 (help-xref-following): New variable.
10547 (help-make-xrefs): Use it.
10548 (help-xref-go-back): Use position information from stack element.
10549 (help-follow): Make position in stack element a pair. Use
10550 help-xref-following.
399c88ad 10551
e5c83697
DL
10552 * autoarg.el: New file.
10553
10554 * faces.el: Declare more functions obsolete.
10555
c9bba7ed
DL
10556 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
10557 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
10558 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
10559 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
10560 Remove all the setup-...-environment functions.
10561
b6389bfb
EL
105622000-05-13 Eric M. Ludlam <zappo@ultranet.com>
10563
a1b8d58b
GM
10564 * speedbar.el: Updated the commentary section. xemacs20p now uses
10565 >= when detecting. Require `defimage' safely.
b6389bfb
EL
10566 (speedbar-easymenu-definition-base): Add toggle for images.
10567 (speedbar-easymenu-definition-special): Add flush cache & expand.
10568 (speedbar-visiting-tag-hook): Set new defaults. Added options.
10569 (speedbar-reconfigure-keymaps-hook): New variable.
10570 (speedbar-frame-parameters): Updated documentation.
10571 (speedbar-use-imenu-flag): Updated custom tag
10572 (speedbar-dynamic-tags-function-list): New variable.
10573 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
10574 (speedbar-indentation-width, speedbar-indentation-width) New
10575 variables.
10576 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
10577 (speedbar-vc-indicator): Doc update.
10578 (speedbar-ignored-path-expressions): Updated default value.
10579 (speedbar-supported-extension-expressions): Updated default value.
10580 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
10581 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
10582 as "+". Added overlay aliases.
10583 (speedbar-mode): Use `speedbar-mode-line-update' instead of
10584 `force-mode-line-update'.
10585 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
10586 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
10587 `mouse-set-point'
b6389bfb 10588 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
10589 (speedbar-item-info-tag-helper): Revamped to handle a wider range
10590 of arbitrary text, and new helper functions.
10591 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
10592 filename finder.
b6389bfb
EL
10593 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
10594 (speedbar-directory-buttons): Update path search/expansion.
10595 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
10596 `speedbar-indentation-width'. Use more care w/ invisible
10597 properties.
b6389bfb
EL
10598 (speedbar-change-expand-button-char): Call
10599 `speedbar-insert-image-button-maybe'.
10600 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
10601 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
10602 (speedbar-trim-words-tag-hierarchy)
10603 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 10604 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
10605 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
10606 functions.
b6389bfb
EL
10607 (speedbar-mouse-set-point): New function
10608 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
10609 (speedbar-line-token, speedbar-goto-this-file): Handle more types
10610 of tag prefix text.
10611 (speedbar-expand-line, speedbar-contract-line): Make more robust
10612 to strange text.
10613 (speedbar-expand-line): Takes universal argument to flush the
10614 cache.
b6389bfb
EL
10615 (speedbar-flush-expand-line): New function.
10616 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
10617 Use new generator insertion method.
10618 (speedbar-fetch-dynamic-tags): New function.
10619 (speedbar-fetch-dynamic-imenu): Removed code now handled in
10620 `speedbar-fetch-dynamic-imenu'.
10621 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
10622 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
10623 "Revert Buffer" menu items.
10624 (speedbar-buffer-buttons-engine): Be smarter when creating a
10625 filename tag (for expansion purposes.).
a1b8d58b
GM
10626 (speedbar-highlight-one-tag-line,
10627 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
10628 (speedbar-recenter): New functions.
b6389bfb 10629 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
10630 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
10631 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
10632 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
10633 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
10634 (speedbar-expand-image-button-alist): New variable.
10635 (speedbar-insert-image-button-maybe): Insert an image over some
10636 buttons.
10637
43fe9244
KH
106382000-05-13 Kenichi Handa <handa@etl.go.jp>
10639
10640 * international/mule-cmds.el (encode-coding-char): An ASCII
10641 character is always encodable.
10642
10643 * international/mule-conf.el: Add more information in descriptions
10644 of character sets.
10645
813086ea 10646 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
10647 (describe-font-internal): Adjusted for the change of font-info.
10648 (describe-font): Likewise.
10649 (print-fontset): Rewritten for the new fontset implementation.
10650 (describe-fontset): Include fontset alias names in completion.
10651 (list-fontsets): Adjusted for the change of print-fontset.
10652
10653 * simple.el (what-cursor-position): If DETAIL is non-nil, call
10654 describe-char-after instead of displaying the detail in the echo
10655 area.
813086ea
KH
10656 (syntax-code-table): Format changed.
10657 (string-to-syntax): Adjusted for the above change.
0e8c11d8 10658
e8564f57
SM
106592000-05-12 Stefan Monnier <monnier@cs.yale.edu>
10660
10661 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
10662
9278c60d
DL
106632000-05-12 Dave Love <fx@gnu.org>
10664
10665 * calendar/todo-mode.el: Remove some compatibility stuff and CL
10666 dependence. Use line-{beginning,end}-position, not
10667 point-at{b,e}ol. Some doc fixes.
10668 (todo-position): New function. Fix callers of position to use it.
10669 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
10670
be0505fe
GM
106712000-05-12 Gerd Moellmann <gerd@gnu.org>
10672
10673 * time.el (display-time-mail-icon): Use `:ascent center'.
10674
a8a3541c
GM
10675 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
10676 handling FTP security extensions.
399c88ad 10677
44d5f148
DL
106782000-05-11 Dave Love <fx@gnu.org>
10679
33d0c179 10680 * calendar/todo-mode.el: New file.
44d5f148 10681
da4496b6
GM
106822000-05-11 Gerd Moellmann <gerd@gnu.org>
10683
cdc4401d
GM
10684 * comint.el (comint-read-input-ring): Move reference to
10685 comint-input-ring-size outside of the save-excursion. It was
10686 causing the default value to be the only one ever seen.
399c88ad 10687
0279f991
GM
10688 * font-lock.el: Update copyright. Remove Simon Marshall's email
10689 address on request from him.
10690
da4496b6
GM
10691 * subr.el (substitute-key-definition): Add comment describing
10692 the meaning of PREFIX.
10693
ac5cb26d
SM
106942000-05-10 Stefan Monnier <monnier@cs.yale.edu>
10695
10696 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
10697
10698 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
10699 (add-minor-mode): Don't make the variable buffer-local and add a
10700 reference to define-minor-mode in the docstring.
10701
10702 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
10703 HEADER/FOOTER and fix bug with trailing empty directory.
10704 (cvs-append-to-ignore): Use vc-editable-p if available.
10705 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
10706 (vc-do-command): Tweak advice to handle the new VC.
10707
10708 * log-view.el (log-view-goto-rev): New function for the new VC.
10709 (log-view-minor-wrap): Use mark-active.
10710
10711 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
10712 (log-edit-changelog-full-paragraphs): New var.
10713 (log-edit-insert-changelog): Remove a lonely leading `* file'.
10714 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
10715 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
10716 (log-edit-changelog-ours-p, log-edit-changelog-entries)
10717 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
10718 Replace the `cvs' prefix with `log-edit'.
10719
10720 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
10721
10722 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
10723 (diff-font-lock-defaults): Explicitly turn off multiline.
10724 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
10725 (diff-ediff-patch): Fix call to ediff-patch-file.
10726 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
10727 Handle comments.
10728
10729 * frame.el (automatic-hscrolling): Typo.
10730
10731 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
10732
21c34da3
DL
107332000-05-09 Sam Steingold <sds@goems.com>
10734
10735 * apropos.el (apropos-print): use `describe-face' instead of
10736 `customize-face-other-window'.
10737
950cf06f
DL
107382000-05-09 Dave Love <fx@gnu.org>
10739
10740 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
10741
10742 * help.el (describe-variable): Have customize button pop the
10743 help-xref stack when invoked.
10744 (help-xref-symbol-regexp): Add `face'.
10745 (help-make-xrefs): Check for quoted face names and adapt regexp
10746 submatch numbers to cope.
10747 (help-xref-interned): Maybe insert face doc too. Separate
10748 sections with a line of hyphens.
10749
0623e40f 10750 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
10751 (describe-face): Add customize button. Return the help
10752 text. Fix prompt.
10753
82e2ca9d
EZ
107542000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
10755
10756 * term/internal.el (IT-character-translations): Fix last change.
10757
10c00b5c
EZ
107582000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10759
10760 * woman.el: New file
10761 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
10762
9deed82f
EZ
107632000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10764
001ad319
EZ
10765 * term/internal.el (IT-character-translations): Update ASCII
10766 simulations for greek-iso8859-7, add latin-iso8859-14 and
10767 latin-iso8859-15.
10768
9deed82f
EZ
10769 * international/mule-cmds.el (set-language-info-alist): Call
10770 define-prefix-command with 3 arguments, to make the map suitable
10771 for a menu.
10772
4f37b78a
DL
107732000-05-07 Dave Love <fx@gnu.org>
10774
1ec321a7 10775 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 10776
64a4c526
DL
107772000-05-05 Dave Love <fx@gnu.org>
10778
10779 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
10780 list in doc string. Don't quote keyword symbols.
10781 * emacs-lisp/cl.el: Likewise
10782 * emacs-lisp/cl-seq.el: Likewise
10783
056565f7
GM
107842000-05-05 Gerd Moellmann <gerd@gnu.org>
10785
10786 * abbrev.el (abbrev-mode): Make ARG optional.
10787
4656b314
GM
107882000-05-04 Gerd Moellmann <gerd@gnu.org>
10789
ec82fb2f
GM
10790 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
10791
10792 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
10793
4656b314
GM
10794 * subr.el (substitute-key-definition): Clarify documentation.
10795
107962000-05-04 Milan Zamazal <pdm@freesoft.cz>
10797
10798 * glasses.el (glasses-convert-to-unreadable): Use
10799 `glasses-separator' instead of the hard-wired "_".
10800 (glasses-mode): Call `glasses-make-unreadable' only in a single
10801 place.
10802
7b081c78
EZ
108032000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
10804
10805 * term/internal.el (cjk-codepages-alist): Add associations for
10806 Chinese and Korean codepages. Remove FIXME comment.
10807
baa5536e
DL
108082000-05-03 Dave Love <fx@gnu.org>
10809
10810 * time.el (display-time-mail-face, display-time-use-mail-icon):
10811 New option.
10812 (display-time-mail-icon): New variable.
10813 (display-time-string-forms): Use the above. Fix the local-map.
10814
cbf18892
GM
108152000-05-03 Gerd Moellmann <gerd@gnu.org>
10816
4ff40dd0
GM
10817 * replace.el (query-replace-map): Add binding for `E'.
10818 (query-replace-help): Extend help text.
10819 (perform-replace): Allow editing the replacement string.
10820
10821 * make-mode.el (makefile-mode-abbrev-table): New variable.
10822 (makefile-mode): Set local abbrev table to
10823 makefile-mode-abbrev-table.
10824 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 10825
cbf18892
GM
10826 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
10827 set TOGGLE's value.
10828
4ff40dd0
GM
10829 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
10830 mail-interactive-insert-alias.
10831 (mail-abbrev-complete-alias): New command.
10832 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 10833
ffec4d9f
KH
108342000-05-03 Kenichi Handa <handa@etl.go.jp>
10835
10836 * language/lao-util.el (lao-compose-region): New function.
10837
1b0672c3
GM
108382000-05-02 Gerd Moellmann <gerd@gnu.org>
10839
576da55d
GM
10840 * files.el (recover-session): Make directories as necessary
10841 if they don't exist yet.
10842
399c88ad
SS
10843 * calendar/cal-french.el
10844 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
10845 (french-calendar-special-days-array): Change French text.
10846 (calendar-french-date-string): Change output.
10847 (calendar-goto-french-date): Likewise.
10848
108492000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
10850
10851 * wid-edit.el (widget-default-active): Obey `:always-active'.
10852 (widget-documentation-string-value-create): Set `:always-active'.
10853
4b33deaa
EZ
108542000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10855
10856 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
10857 default prefix to `~/_emacs.d/auto-save.list/_s'.
10858 (normal-top-level): Create the directory for auto-save files, if
10859 it doesn't already exist (in the ms-dos case only).
10860
5c922ea7
EZ
108612000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10862
10863 * international/mule-cmds.el (set-language-environment): Don't
10864 concat an integer (dos-codepage), use format instead.
10865
820ad5e7
DL
108662000-05-02 Dave Love <fx@gnu.org>
10867
10868 * help.el (help-xref-on-pp): Check for constant symbols.
10869
57cb56f5
GM
108702000-04-29 Gerd Moellmann <gerd@gnu.org>
10871
10872 * startup.el (normal-top-level): Put a condition-case around
10873 the code loading subdirs.el.
10874
108752000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 10876
57cb56f5
GM
10877 * ps-print.el: Upside-down and face background color printing,
10878 line number step, doc fix.
10879 (ps-print-version): New version number (5.2).
10880 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
10881 (ps-face-attribute-list, ps-plot-with-face): Code fix.
10882 (ps-spool-config): Var fix.
10883 (ps-printer-name-option): Const fix.
10884 (ps-print-upside-down, ps-use-face-background)
10885 (ps-line-number-step): New vars.
10886 (ps-window-system, ps-lp-system): New consts.
10887 (ps-face-background): New fun.
10888
084cec2f
GM
108892000-04-28 Richard Stallman <rms@gnu.org>
10890
10891 * files.el (make-auto-save-file-name):
10892 Apply auto-save-file-name-transforms to visited file name
10893 before generating auto save file name.
10894 (auto-save-file-name-transforms): New variable.
10895
399c88ad 10896 * files.el (backup-enable-predicate):
084cec2f
GM
10897 Correctly test for a file under a temporary directory.
10898
c94f4677
GM
108992000-04-28 Gerd Moellmann <gerd@gnu.org>
10900
10901 * subr.el (add-minor-mode): Rewritten.
10902
7b211df5
KH
109032000-04-28 Kenichi Handa <handa@etl.go.jp>
10904
10905 * mail/sendmail.el (sendmail-send-it): Set
10906 buffer-file-coding-system to the selected coding system for MIME
10907 header.
10908
c76e04a8 109092000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 10910
c76e04a8
GM
10911 * dired.el (dired-move-to-filename-regexp): Allow format where
10912 YYYY is followed by two spaces.
e3e36d74 10913
c76e04a8
GM
10914 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
10915 in the second character class of the regexp.
10916
10917 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
10918 mh-etc, too.
353964e3 10919
c76e04a8
GM
10920 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
10921 nil.
399c88ad 10922
353964e3
GM
10923 * subr.el (add-minor-mode): Use `set' instead of `setq'.
10924
10925 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
10926 argument.
10927
c76e04a8 109282000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 10929
c76e04a8
GM
10930 * emacs-lisp/crm.el (crm-completion-table): New variable.
10931 (crm-collection-fn, crm-test-completion)
10932 (completing-read-multiple): Use it.
10933
109342000-04-27 Dave Love <fx@gnu.org>
10935
10936 * help.el (locate-library): Use mapc.
10937 (help-manyarg-func-alist): Add call-process-region.
10938
7464346d
GM
109392000-04-26 Gerd Moellmann <gerd@gnu.org>
10940
b35bd33d
GM
10941 * subr.el (add-minor-mode): Make argument MAP optional.
10942
7464346d
GM
10943 * desktop.el (desktop-save): Save list of minor modes.
10944 (desktop-create-buffer): Restore minor modes.
10945 (desktop-minor-mode-table): New user-option.
10946
10947 * subr.el (add-minor-mode): New function.
10948
10949 * image.el (find-image): New function.
10950 (defimage): Rewritten to find image at load time.
10951
10952 * startup.el (normal-top-level-add-to-load-path): Handle
10953 case that the default directory is not in load-path.
10954
10955 * help.el: Old patch from Stefan Monnier.
10956 (help-xref-on-pp): New function.
10957 (describe-variable): Use it to display xrefs in a symbol's value.
10958
23c0fb21
SM
109592000-04-26 Stefan Monnier <monnier@cs.yale.edu>
10960
10961 * cus-edit.el (custom-face): Fix parenthesis.
10962
fad95037
KH
109632000-04-26 Kenichi Handa <handa@etl.go.jp>
10964
f03392a1
KH
10965 * mail/rmail.el (rmail-expunge): When there are no deleted
10966 messages, do nothing.
fad95037 10967
0d7c5bb9
DL
109682000-04-26 Dave Love <fx@gnu.org>
10969
10970 * international/mule-cmds.el (locale-translation-file-name):
10971 Defvar to nil.
10972 (set-locale-environment): Set it here (at runtime).
10973
612839b6
GM
109742000-04-25 Gerd Moellmann <gerd@gnu.org>
10975
10976 * replace.el (perform-replace): Add parameters START and END. Use
10977 them instead of the check for a region in Transient Mark mode.
10978 (query-replace-read-args): Return two more list elements for the
10979 start and end of the region in Transient Mark mode.
10980 (query-replace, query-replace-regexp, query-replace-regexp-eval)
10981 (map-query-replace-regexp, replace-string, replace-regexp): Add
10982 optional last arguments START and END and pass them to
10983 perform-replace.
10984
10985 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
10986 form with additional arguments for perform-replace.
10987
10988 * progmodes/etags.el (tags-query-replace): Add parameters START
10989 and END. Construct a form with additional arguments for
10990 perform-replace.
10991
10992 * simple.el (shell-command): Set default directory for "*Shell
10993 Command Output" buffer.
10994
10995 * language/european.el (iso-latin-4): Fix typo.
10996
10997 * emacs-lisp/crm.el: New file.
10998
2917cc05
DL
109992000-04-24 Dave Love <fx@gnu.org>
11000
11001 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
11002 (Custom-reset-saved, Custom-reset-standard)
11003 (custom-group-value-create, custom-group-set, custom-group-save)
11004 (custom-group-reset-current, custom-group-reset-saved)
11005 (custom-group-reset-standard): Use mapc.
11006 (custom-buffer-create-internal): Disable undo when creating items.
11007 Use mapc.
11008 (custom-face): Avoid redundant lambda.
11009
abfcc168
GM
110102000-04-24 Gerd Moellmann <gerd@gnu.org>
11011
11012 * startup.el (auto-save-list-file-prefix): Set default to
11013 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
11014
fa78f71b
SS
110152000-04-24 Sam Steingold <sds@gnu.org>
11016
11017 * time-stamp.el (time-stamp-string-preprocess): Always convert
11018 `field-result' to a string.
11019
cc181e95
GM
110202000-04-24 Gerd Moellmann <gerd@gnu.org>
11021
11022 * frame.el (scrolling): New group.
11023 (automatic-hscrolling): New user-option.
11024
11025 * startup.el (command-line-x-option-alist): Add `-lsp' and
11026 `--line-spacing'.
11027
6142fdcb
DL
110282000-04-19 Dave Love <fx@gnu.org>
11029
11030 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
11031 (cl-mapc): Rename from mapc. Fix the funcall.
11032
5e3dac3f
GM
110332000-04-19 Gerd Moellmann <gerd@gnu.org>
11034
1c459486
GM
11035 * simple.el (clone-indirect-buffer-other-window): New command.
11036 (clone-indirect-buffer): Add optional arg NORECROD.
11037 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
11038
271b4185
GM
11039 * help.el (resize-temp-buffer-window): Use count-screen-lines.
11040
11041 * window.el (count-screen-lines): New function.
11042 (shrink-window-if-larger-than-buffer): Use count-screen-lines
11043 instead of window-buffer-height.
11044
11045 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
11046 non-existing variable comint-input-sentinel.
11047 (inferior-lisp-args-to-list): Removed.
11048 (inferior-lisp): Use split-string instead of
11049 inferior-lisp-args-to-list.
11050
11051 * hexl.el (hexl-insert-hex-string): New command.
11052
5e3dac3f
GM
11053 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
11054 instead of concat.
11055
f6d3257b
GM
110562000-04-18 Gerd Moellmann <gerd@gnu.org>
11057
11058 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
11059 at the start of an existing but empty folder.
11060
110612000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11062
11063 * ps-mule.el: Customization fix, doc fix.
11064 (ps-multibyte-buffer): Customization fix.
11065
8b7bc628 110662000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
11067
11068 * subr.el (read-passwd): Use read-char-exclusive.
11069
0daee095
GM
110702000-04-17 Gerd Moellmann <gerd@gnu.org>
11071
11072 * textmodes/texinfo.el (texinfo-insert-@email)
11073 (texinfo-insert-@emph, texinfo-insert-@quotation)
11074 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
11075 (texinfo-mode-map): Add key bindings for them.
11076
11077 * files.el (basic-save-buffer-2): Use a template with `$'
11078 instead of `#' for VMS.
11079
11080 * simple.el (clone-indirect-buffer): New function.
11081
e10f64e7
GM
110822000-04-16 Stephen Eglen <stephen@gnu.org>
11083
11084 * iswitchb.el (iswitchb-case): New function. If the user input
11085 contains any upper-case characters, the search is made
11086 case-sensitive.
11087
e3721db1
SM
110882000-04-17 Stefan Monnier <monnier@cs.yale.edu>
11089
e10f64e7
GM
11090 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
11091 comment-end.
e3721db1
SM
11092 (texinfo-font-lock-syntactic-keywords): New var.
11093 (texinfo-font-lock-keywords): Remove comment regexp.
11094 (texinfo-insert-block): New function.
11095 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
11096 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
11097 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 11098 (texinfo-environments): New var.
e10f64e7
GM
11099 (texinfo-environment-regexp): Use regexp-opt and
11100 texinfo-environments.
e3721db1 11101
e10f64e7
GM
11102 * textmodes/ispell.el (ispell-menu-map-needed): Check that
11103 ispell-process is bound since this might be eval'd before ispell
11104 is loaded.
11105 (ispell-message): Use a tiny bit less magic and a bit more hard
11106 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
11107
11108 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
11109
11110 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
11111 (insert-cyclic-diary-entry): Unquote the lambda.
11112
11113 * gud.el (gud-jdb-build-source-files-list): Fix typo.
11114
11115 * files.el (backup-enable-predicate): Unquote the lambda.
11116
11117 * cus-edit.el (custom-face, face): Unquote the lambda.
11118
712dc9e0
GM
111192000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11120
11121 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 11122
712dc9e0
GM
11123 * ps-print.el: Fix counting lines in a region.
11124 (ps-print-version): New version number (5.1.5).
11125 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
11126 (ps-printing-region): Fun code fix.
11127
ffc50f2a
GM
111282000-04-15 Gerd Moellmann <gerd@gnu.org>
11129
11130 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
11131 to file-directory-p.
11132
a2522dca
GM
111332000-04-14 Gerd Moellmann <gerd@gnu.org>
11134
11135 * gud.el (gud-jdb-build-source-files-list): Check that directory
11136 exists before calling directory-files.
11137
6e883610
DL
111382000-04-13 Dave Love <fx@gnu.org>
11139
11140 * emacs-lisp/trace.el: Change maintainer. Use new backquote
11141 syntax.
11142
11143 * emacs-lisp/cl-specs.el: Remove when, unless.
11144
11145 * emacs-lisp/cl-extra.el: Don't quote keywords.
11146 (cl-old-mapc): New variable.
11147 (mapc): Use it.
11148 (cl-map-intervals): Use with-current-buffer. Don't check for
11149 next-property-change.
11150 (cl-map-overlays): Use with-current-buffer.
11151 (cl-expt): Remove.
11152 (copy-tree, remprop): Define unconditionally.
11153
11154 * emacs-lisp/cl-compat.el (keywordp): Remove.
11155
11156 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
11157 to use keywordp.
11158 (edebug-spec): Enable keywordp.
11159
11160 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
11161 string-lessp.
11162
11163 * cus-start.el: Use keywordp.
11164
198e3c7a
GM
111652000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11166
11167 * diary-lib.el (include-other-diary-files): Fix the fix of
11168 2000-02-18 by doing a save-excursion.
11169
111702000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11171
11172 * ps-print.el: Customization fix, doc fix.
11173 (ps-print-version): New version number (5.1.4).
11174 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
11175 (ps-print-preprint): Adjust code.
11176 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
11177 (ps-print-prologue-header, ps-print-control-characters)
11178 (ps-spool-config): Customization fix.
fa78f71b 11179
8eba343c
EZ
111802000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
11181
11182 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
11183 converted to the new menu-item format, names silightly changed,
11184 help strings added.
11185
11186 Support for spelling without async subprocesses:
11187
11188 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
11189 (ispell-session-buffer): New variables.
11190 (ispell-start-process, ispell-process-status,
11191 ispell-accept-output, ispell-send-string): New functions, for
11192 Ispell invocation when async subprocesses aren't supported.
11193 (ispell-word, ispell-pdict-save, ispell-command-loop,
11194 ispell-process-line, ispell-buffer-local-parsing): Replace calls
11195 to process-send-string with calls to ispell-send-string, and
11196 accept-process-output with ispell-accept-output.
11197 (ispell-init-process): Call ispell-process-status instead of
11198 process-status with.
11199 (ispell-init-process): Call ispell-start-process. Call
11200 ispell-accept-output and ispell-send-string. Don't call
11201 process-kill-without-query and kill-process if they are unbound.
11202 (ispell-async-processp): New function.
11203
3d30065d
DL
112042000-04-12 Dave Love <fx@gnu.org>
11205
11206 * info.el: Add debug-ignored-errors.
11207 (Info-mode-menu): Add some items.
11208 (Info-directory): Add autoload cookie.
11209
11210 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
11211 Modify `truncate-lines'. Make `describe-language-environment'
11212 always visible and add help. Modify `describe-key' help. Invoke
11213 Info-directory from `info'. New entry `emacs-manual'.
11214
1a1b1895
GM
112152000-04-10 Gerd Moellmann <gerd@gnu.org>
11216
8b2affc5
GM
11217 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
11218 propertized-buffer-identification.
11219 (ebrowse-update-member-buffer-mode-line): Likewise.
11220 (ebrowse--mode-strings): Removed.
11221 (ebrowse--mode-line-props): Removed.
11222
1a1b1895
GM
11223 * files.el (auto-mode-alist): Add `EBROWSE'.
11224
11225 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
11226 space before testing for end of buffer.
11227 (ebrowse-load): Removed.
11228 (ebrowse-revert-tree-buffer-from-file): Rewritten.
11229 (ebrowse-create-tree-buffer): Rewritten.
11230 (ebrowse-tree-mode): Read tree from buffer.
11231
11232 * progmodes/ebrowse-ffh.el: Removed.
11233
223f3c91
KH
112342000-04-10 Kenichi Handa <handa@etl.go.jp>
11235
11236 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
11237
25fbf2c4
GM
112382000-04-10 Gerd Moellmann <gerd@gnu.org>
11239
11240 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
11241 at the wrong place.
11242
92c13173
DL
112432000-04-09 Dave Love <fx@gnu.org>
11244
11245 * files.el (backup-enable-predicate): Use
11246 temporary-file-directory, small-temporary-file-directory.
11247 (make-backup-file-name-function, backup-directory-alist): New
11248 variables.
11249 (make-backup-file-name-1): New function.
11250 (make-backup-file-name): Use it.
11251 (find-backup-file-name): Likewise. Use format for clarity, not
11252 concat.
11253 (file-newest-backup): Use make-backup-file-name.
11254
be0dbdab
GM
112552000-04-09 Gerd Moellmann <gerd@gnu.org>
11256
c45be9ac 11257 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 11258
c45be9ac
GM
11259 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
11260 to ebrowse-ffh.el.
11261 (ebrowse-load): Add autoload.
11262
11263 * finder.el (finder-commentary): Add autoload cookie.
11264
be0dbdab
GM
11265 * mail/rfc2368.el: Correct author's email address.
11266
11267 * progmodes/ebrowse.el: New file.
11268
11269 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
11270 item help string.
11271 (easy-menu-do-add-item): Ditto.
11272 (easy-menu-define): Extend doc string.
11273
11274 * jit-lock.el (with-buffer-unmodified): Use
11275 restore-buffer-modified-p.
11276 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
11277 (jit-lock-function, jit-lock-stealth-fontify): Don't use
11278 with-buffer-unmodified.
11279
3f923efe
DL
112802000-04-08 Dave Love <fx@gnu.org>
11281
11282 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
11283 unless, when.
11284
d35bee0e
MK
112852000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
11286
11287 * viper-util.el (viper-put-on-search-overlay): New subroutine.
11288 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 11289 doesn't support face.
d35bee0e 11290 Use `viper-put-on-search-overlay'.
fa78f71b 11291
c407c570
GM
112922000-04-04 Gerd Moellmann <gerd@gnu.org>
11293
11294 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
11295 like C-r.
11296
11297 * progmodes/make-mode.el: Some doc fixes.
11298 (makefile-mode-abbrev-table): New variable.
11299 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
11300 (makefile-font-lock-keywords): Fontify includes and conditionals.
11301 (toplevel): Require `dabbrev' and `add-log' when compiling.
11302
11303 * replace.el (perform-replace): Don't move forward one char
11304 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
11305 to do that because it leaves point 1 position after the last
11306 replacement, after everything has been replaced.
11307
11308 * jit-lock.el (with-buffer-unmodified): New macro.
11309 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
11310 modified state.
11311 (jit-lock-function-1): Extracted from jit-lock-function; not
11312 preserving buffer's modified state.
11313 (jit-lock-function, jit-lock-stealth-fontify): Call
11314 jit-lock-function-1.
11315
11316 * mail/rfc2368.el: Remove supernumerary copyright line.
11317
685e5ed2
GM
113182000-04-04 Milan Zamazal <pdm@freesoft.cz>
11319
11320 * glasses.el: Provide facilities for inserting space before left
11321 parentheses and uncapitalization of identifiers.
11322 (glasses-mode): Try to remove old overlays in all cases.
11323
0166aed1
GM
113242000-04-03 Gerd Moellmann <gerd@gnu.org>
11325
62f20204
GM
11326 * progmodes/compile.el (compile-internal): Display the compilation
11327 buffer in a different frame, if it's already displayed there.
11328
6460c400
GM
11329 * mail/rfc2368.el: New file.
11330
c0510d27
GM
11331 * simple.el (sendmail-user-agent-compose): Recognize a `body'
11332 header and insert its value as mail body.
11333
11334 * subr.el (member-ignore-case): New function.
11335
11336 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
11337 (dabbrev--find-expansion): Ignore buffers matching a regexp
11338 from dabbrev-ignored-regexps.
11339
0166aed1
GM
11340 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
11341 to extensions handled by gzip.
11342
c0510d27
GM
113432000-04-03 Richard M. Stallman <rms@gnu.org>
11344
11345 * files.el (insert-directory): List the total free space
11346 along with the used space.
fa78f71b 11347
c0510d27
GM
11348 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
11349 line is followed by one that matches CITATION-REGEXP, end the
11350 paragraph.
11351
113522000-04-03 Markus Rost <rost@delysid.gnu.org>
11353
11354 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
11355 (rmail-make-basic-summary-line): Use that option.
fa78f71b 11356
14c04384
KH
113572000-04-03 Kenichi Handa <handa@etl.go.jp>
11358
11359 * international/mule-cmds.el (encoded-string-description):
11360 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
11361 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
11362 for hexadecimal format.
14c04384 11363
ccf5869a
DL
113642000-04-01 Dave Love <fx@gnu.org>
11365
11366 * cpp.el: Change customization group to `c' from `C'.
11367
11368 * vcursor.el (vcursor-move): Use display-color-p.
11369
11370 * international/mule-util.el: Provide mule-utils.
11371 (string-to-sequence): Simplify and speed up.
11372
11373 * international/mule.el (make-coding-system): Purecopy doc-string.
11374
11375 * international/mule-cmds.el: Various menu changes.
11376 (describe-specified-language-support): Handle `Default'.
11377 (set-language-info): Purecopy `info'.
11378
610d841e
GM
113792000-03-31 Andrew Innes <andrewi@gnu.org>
11380
11381 * vc.el (vc-backend-diff): Return the correct status if we had to
11382 retry the rcsdiff command without the --brief option.
fa78f71b 11383
7f9de034
DL
113842000-03-31 Dave Love <fx@gnu.org>
11385
2de47765
DL
11386 * help.el (help-manyarg-func-alist): Correct several omissions.
11387
72838819
DL
11388 * add-log.el: Don't require cl, fortran.
11389 (add-log-current-defun-function): Doc fix.
11390 (change-log-version-number-regexp-list): Remove SCCS part. Doc
11391 fix.
11392 (change-log-version-rcs): Function deleted.
11393 (change-log-version-number-search): Doc fix. Use
11394 vc-workfile-version. Avoid CL dolist.
11395 (add-change-log-entry): Just call add-log-current-defun to get
11396 defun. Simplify somewhat.
11397 (change-log-get-method-definition-1): Likewise.
11398 (add-log-current-defun): Return nil if calling
11399 add-log-current-defun-function does so. Move Fortran stuff to
11400 fortran.el. Return string without properties.
11401
7f9de034
DL
11402 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
11403 and :alpha: char classes.
11404
11405 * mail/supercite.el: Defvar curline when compiling.
11406 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
11407 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
11408 rather than a-zA-Z0-9 to allow non-ASCII characters.
11409
aa110c0c
GM
114102000-03-31 Gerd Moellmann <gerd@gnu.org>
11411
11412 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
11413
11414 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11415 Re-enable new code.
11416
11417 * lpr.el (print-region-1): Use -d to specify printer name for
11418 systems `usg-unix-v*, `dgux', `hpux', `irix'.
11419
114202000-03-31 Dave Love <fx@gnu.org>
fa78f71b 11421
aa110c0c
GM
11422 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
11423 for function definition in symbol's function value slot first
11424 instead of first consulting byte-compile-function-environment.
fa78f71b 11425
6733d074
KH
114262000-03-31 Kenichi Handa <handa@etl.go.jp>
11427
11428 * language/european.el ("Polish"): New language environment.
11429 (setup-polish-environment): New function.
11430
63fcfa04
GM
114312000-03-30 Gerd Moellmann <gerd@gnu.org>
11432
11433 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11434 Disable new code.
11435
11436 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
11437 trying to `load' the symbol of an autoload instead of the file
11438 recorded in the autoload. Fix error messages.
11439
7438c86b
GM
114402000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11441
11442 * ps-print.el: PostScript programming fix for ghostview, doc fix.
11443 (ps-print-version): New version number (5.1.3).
11444 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
11445 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
11446 (ps-generate-postscript-with-faces): Code fix.
11447 (ps-color-values): XEmacs compatibility.
11448 (ps-print-background-image, ps-print-background-text, ps-printer-name)
11449 (ps-default-fg, ps-default-bg): Adjust customization.
11450 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
11451 (ps-color-scale): Renaming old ps-color-value fun.
11452 (ps-print-headers): Replace ps-print-header group to avoid conflict
11453 with ps-print-header variable.
11454 (ps-print-miscellany): New group.
11455 (ps-format-color, ps-rgb-color): New funs.
11456 (ps-default-foreground): New var.
11457 (ps-printer-name-option): New const.
fa78f71b 11458
326855a0
PB
114592000-03-30 Peter Breton <pbreton@ne.mediaone.net>
11460
1f56ba73
PB
11461 * net/net-utils.el:
11462 (network-connection-host, network-connection-service): New variables
11463 (network-connection-mode): New mode, derived from comint-mode
11464 (network-connection-mode-setup): New function, saves host and
fa78f71b 11465 service information in local variables.
1f56ba73 11466
326855a0
PB
11467 * lisp/locate.el:
11468 (locate-word-at-point): Added this function
11469 (locate): Default to using locate-word-at-point as input
11470 Run dired-mode-hook
11471
141384bd
DL
114722000-03-29 Dave Love <fx@gnu.org>
11473
11474 * calendar/appt.el: Doc fixes.
11475 (appt-check): Convert min-to-app to a string before passing to
11476 appt-disp-window-function or concat.
11477 (appt-delete-window): Remove test for frame-root-window.
11478 (appt-select-lowest-window, appt-convert-time): Simplify.
11479
11480 * emacs-lisp/bytecomp.el: Doc fixes.
11481 (byte-compile-file-form-autoload): Update
11482 byte-compile-function-environment.
11483
c5aa0fc2
AS
114842000-03-29 Andreas Schwab <schwab@suse.de>
11485
11486 * emacs-lisp/autoload.el: Also print defsubst doc string
11487 specially.
11488
11489 * dired.el (dired-insert-directory): If dired-free-space-program
11490 failed just delete its output.
11491
f1d6fe69
DL
114922000-03-29 Dave Love <fx@gnu.org>
11493
11494 * international/iso-cvt.el: Move provide to end. Doc fixes.
11495 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
11496 (iso-iso2sgml, iso-sgml2iso): New functions.
11497 (iso-cvt-define-menu): Fix some entries and use backquote for
11498 clarity.
11499
11500 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
11501
b61f1215
GM
115022000-03-28 Gerd Moellmann <gerd@gnu.org>
11503
11504 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
11505 ISO-DATE. If non-nil, return date in ISO 8601 format.
11506
ea4b0ca3
SM
115072000-03-26 Stefan Monnier <monnier@cs.yale.edu>
11508
3831af62
SM
11509 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
11510 if it ever becomes used.
11511 (log-edit-mode-hook): Default to vc-log-mode-hook.
11512 (log-edit-mode): Fix the docstring.
11513
ea4b0ca3
SM
11514 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
11515 the code.
11516
08f8b1cc
DL
115172000-03-26 Dave Love <fx@gnu.org>
11518
082527fe
DL
11519 * net/browse-url.el (browse-url): Re-fix case of
11520 browse-url-browser-function being an alist.
11521 (browse-url): Add :link to defgroup.
11522
08f8b1cc
DL
11523 * files.el: Doc fixes.
11524 (file-truename): Include `[' in wildcard characters.
11525 (automount-dir-prefix): Customize.
11526 (find-file-wildcards): Add :version.
11527 (find-file-noselect): Simplify a mapcar call.
11528
11529 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
11530 compatible with inf-lisp version.
11531 (eval-defun-1): Fix custom-declare-variable case.
11532
ea4b0ca3
SM
115332000-03-25 Stefan Monnier <monnier@cs.yale.edu>
11534
11535 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
11536
9a0dd3dc
GM
115372000-03-24 Gerd Moellmann <gerd@gnu.org>
11538
b68c375f
GM
11539 * Makefile (COMPILE_FIRST): New macro.
11540 (compile-files): Compile files from COMPILE_FIRST first.
11541
11542 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
11543 code.
11544
9a0dd3dc
GM
11545 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
11546 matching open parenthesis in column 0 to defun-prompt-regexp
11547 only if open-paren-in-column-0-is-defun-start is set.
11548
11549 * sun-curs.el: Require CL at compile-time only.
11550
11551 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
11552 instead of copy-list which is a function from CL.
11553 (msb--choose-menu, msb--mode-menu-cond)
11554 (msb--create-buffer-menu-2): Use dolist instead of mapc.
11555 (msb--init-file-alist): Use mapcar instead of mapcan.
11556 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
11557 `(' in column 0 in doc string.
11558 (msb--add-separators): Use mapcar instead of mapcan.
11559
11560 * cus-dep.el: Require CL at compile-time only.
11561
c7dcadb5
SM
115622000-03-24 Stefan Monnier <monnier@cs.yale.edu>
11563
11564 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11565 (byte-compile-warnings): New warning `noruntime'.
11566 (byte-compile-constants, byte-compile-variables): Fix docstring.
11567 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
11568 execute `eval-whenc-compile's body.
11569 (byte-compile-unresolved-functions): Fix docstring.
11570 (byte-compile-eval): New function.
11571 (byte-compile-callargs-warn): Check if the function will be available
11572 at runtime (via property `byte-compile-noruntime').
11573 (byte-compile-print-syms): New function.
11574 (byte-compile-warn-about-unresolved-functions): Also warn about
11575 `noruntime' functions (and use `byte-compile-print-syms').
11576 (byte-compile-file): Capitalize the message.
11577
3b55acc9
GM
115782000-03-24 Gerd Moellmann <gerd@gnu.org>
11579
11580 * mail/rmail.el (rmail-confirm-expunge): New user-option.
11581 (rmail-expunge): Ask for confirmation depending on the setting
11582 of rmail-confirm-expunge.
11583
115842000-03-23 Gerd Moellmann <gerd@gnu.org>
11585
11586 * Makefile (bootstrap-clean): If $(emacs) exists, build
11587 loaddefs.el first. A loaddefs.el that's not up-to-date might
11588 cause a bootstrap failure because things don't autoload as
11589 expected.
11590
02c76af4
DL
115912000-03-23 Dave Love <fx@gnu.org>
11592
11593 * net/browse-url.el: Restore previous use of
11594 browse-url-maybe-new-window.
11595
1a3199d9
GM
115962000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11597
11598 * ps-print.el: Skip banner page fix.
11599 (ps-print-version): New version number (5.1.2).
11600 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 11601
1a3199d9
GM
116022000-03-23 Dave Pearson <davep@davep.org>
11603
11604 * net/quickurl.el Changed the type of parameter passed to the
11605 function defined by `quickurl-format-function'. Before only the
11606 text of the URL was passed. Now the whole URL structure is passed
11607 and the function is responsible for extracting the parts it
11608 requires. Changed the default of `quickurl-format-function'
11609 accordingly.
11610 (quickurl-insert): Changed the `funcall' of
11611 `quickurl-format-function' to match the above change.
11612 (quickurl-list-insert): Changed the `url' case so that it makes
11613 use of `quickurl-format-function', previous to this the format was
11614 hard wired.
fa78f71b 11615
72db3ab5
GM
116162000-03-22 Gerd Moellmann <gerd@gnu.org>
11617
11618 * startup.el: Change some spellings for the X Window System.
11619
68049bfa
SM
116202000-03-22 Stefan Monnier <monnier@cs.yale.edu>
11621
11622 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
11623 up the code and the regexp and make sure the cursor is temporarily
11624 moved to the suspicious line while querying the user.
11625
ff4df011
JR
116262000-03-22 Jason Rumney <jasonr@gnu.org>
11627
11628 * w32-fns.el (w32-charset-info-alist): Initialize.
11629
ee1c5b21
GM
116302000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11631
11632 * ps-print.el: N-up last page fix.
11633 (ps-print-version): New version number (5.1.1).
11634 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 11635
d2cbfba0
SM
116362000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11637
bfb857d8
SM
11638 * files.el (find-file-run-dired): Update docstring.
11639 (find-directory-functions): New hook.
11640 (find-file-noselect): Run find-directory-functions rather than
11641 calling dired directly.
11642
11643 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
11644
cb3430a1
SM
11645 * pcvs.el: Add a minimal leading commentary.
11646 (cvs-make-cvs-buffer): Change the header part by removing the startup
11647 message and adding a `Module' entry. Also replace the FOOTER and
11648 HEADER special fileinfos with the new support in ewoc for updating
11649 its own footer and header.
11650 (cvs-update-header): Update to use the header/footer of the ewoc.
11651 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
11652 (cvs-is-within-p): New function.
11653 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
11654 to only examine some subset of the buffers.
11655
11656 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
11657 `format' instead of our own ad-hoc functions.
11658 Remove HEADER and FOOTER cases, now handled in the EWOC.
11659 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
11660
11661 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
11662 output to avoid scaring the user.
11663 (cvs-parse-table): Catch message for non-up-to-date commits.
11664
11665 * pcvs-defs.el (cvs-startup-message): Remove.
11666 (cvs-global-menu): New autoloaded menu.
11667
11668 * pcvs-util.el (cvs-string-fill): Remove.
11669
11670 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
11671 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
11672 PP part of it and also make it work for footers and headers.
11673 (ewoc-create): Drop POS and BUFFER arguments.
11674 Use the DLL's dummy node to store the end-of-footer position.
11675 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
11676 (ewoc-refresh): Remove unused `header' variable.
11677 (ewoc-(get|set)-hf): New functions.
11678
d2cbfba0
SM
11679 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
11680 log-view-*-(message|file) and use easy-mmode-define-navigation.
11681 (log-view-message-re): Match SCCS format as well.
11682 And match the revision line rather than the dashed separator line.
11683 (log-view-mode): Use the new define-derived-mode.
11684 (log-view-current-tag): Fill in with an actual implementation.
11685
11686 * cvs-status.el (cvs-status-(prev|next)): Rename from
11687 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
11688 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
11689 to let the output "breathe" a little more (more readable).
11690 (cvs-status-mode): Use the new define-derived-mode.
11691
11692 * smerge-mode.el (smerge-auto-leave): New function and variable.
11693 (smerge-basic-map): Rename from smerge-basic-keymap.
11694 Change the bindings for smerge-diff-*.
11695 (smerge-*-map): Use easy-mmode-defmap.
11696 (smerge-(next|prev)): Use easy-mmode-define-navigation.
11697 (smerge-keep-*): Use smerge-auto-leave.
11698
51663132
JR
116992000-03-21 Jason Rumney <jasonr@gnu.org>
11700
11701 * cus-edit.el (custom-button-face): Use 3D look for w32.
11702 (custom-button-pressed-face): Likewise.
11703
3f6e4b8b
GM
117042000-03-21 Gerd Moellmann <gerd@gnu.org>
11705
11706 * progmodes/etags.el (tags-case-fold-search): New user-option.
11707 (tags-loop-eval): New function. Bind case-fold-search around eval
11708 depending on the value of tags-case-fold-search.
11709 (tags-loop-continue): Use tags-loop-eval.
11710 (find-tag-in-order): Bind case-fold-search depending on the value
11711 of tags-case-fold-search.
11712
c7ea3acc
SM
117132000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11714
0ae39f53
SM
11715 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
11716 (diff-end-of-hunk): Return the end position for use in
11717 `easy-mmode-define-navigation'.
11718 (diff-recenter): Remove.
11719 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
11720 of `easy-mmode-define-navigation'.
11721 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
11722 previous renaming) and fix to use new names.
11723 (diff-merge-strings): Use \n as separator: simpler, faster.
11724 (diff-mode): Use `define-derived-mode'.
11725
c7ea3acc
SM
11726 * derived.el (define-derived-mode): Don't autoload anymore.
11727 Prefer the macro-only version provided by easy-mmode.el.
11728
11729 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
11730 `easy-mmode-define-derived-mode'.
11731 Use `combine-run-hooks'.
11732 (easy-mmode-define-navigation): New macro.
11733
11734 * subr.el (combine-run-hooks): New function.
11735
6c4bfdc0
KH
117362000-03-21 Kenichi HANDA <handa@etl.go.jp>
11737
11738 * term/x-win.el: Fontsets related initialization is simplified.
11739
11740 * international/mule-diag.el (describe-font): Don't refer to
11741 global-fontset-alist, instead call font-list.
11742 (describe-fontset, list-fontsets, mule-diag): Likewise.
11743 (print-fontset): Adjusted for the change of fontset
11744 implementation.
11745
11746 * international/fontset.el (x-charset-registries): Variable
11747 removed, instead the corresponding data is stored in the default
11748 fontset.
11749 (register-alternate-fontnames): Function removed.
11750 (resolved-ascii-font): Variable removed.
11751 (x-compose-font-name): Ignore the second argument REDOCE.
11752 (x-complement-fontset-spec): Complement only an ASCII font and
11753 element for those charsets than can use that ASCII font.
11754 (generate-fontset-menu): Don't refer to global-fontset-alist,
11755 instead call fontset-list.
11756 (uninstantiated-fontset-alist): Variable removed.
11757 (x-style-funcs-alist): Likewise.
11758 (fontset-default-styles): Likewise.
11759 (x-modify-font-name): Function removed.
11760 (create-fontset-from-fontset-spec): Ignore the argument
11761 STYLE-VARIANT.
11762 (create-fontset-from-ascii-font): Docsting adjusted for the above
11763 change.
11764 (instantiate-fontset, resolve-fontset-name): Functions removed.
11765 (fontset-list): Now implemented by C code.
fa78f71b 11766
6c4bfdc0
KH
11767 * faces.el (read-face-font): Fix TABLE arg to completing-read.
11768 (describe-face): Include `font' attribute in the description.
11769
9111d4b5
KH
117702000-03-21 Kenichi Handa <handa@etl.go.jp>
11771
11772 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
11773
b33dd3b0
GM
117742000-03-20 Gerd Moellmann <gerd@gnu.org>
11775
a25bbe00
GM
11776 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
11777 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
11778 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 11779
b33dd3b0
GM
11780 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
11781 about behavior of set-buffer-modified-p wrt redisplay.
11782
8b7bc628 117832000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
11784
11785 * view.el (view-mode-disable): Kill local binding of view-read-only.
11786
d7b511c4
GM
117872000-03-18 Gerd Moellmann <gerd@gnu.org>
11788
11789 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
11790 is a string, convert it to a syntax cell using string-to-syntax.
11791
11792 * simple.el (syntax-code-table, syntax-flag-table): New variables.
11793 (string-to-syntax): New function.
11794
11795 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
11796 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 11797 try to use passive ftp mode.
d7b511c4 11798
998ecc60
GM
117992000-03-17 Gerd Moellmann <gerd@gnu.org>
11800
b33dd3b0 11801 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
11802
11803 * simple.el (append-to-buffer): Update point of windows after
11804 insertion.
11805
11806 * abbrev.el (inverse-add-abbrev): Identify word by first moving
11807 forward then moving backward. Reindent.
11808
11809 * frame.el (other-frame): Call x-focus-frame only if
11810 focus-follows-mouse is off.
11811
235d6821
DL
118122000-03-17 Dave Love <fx@gnu.org>
11813
11814 * pcvs-util.el (cvs-strings->string): Rename
11815 replace-regexps-in-string.
11816
a29a2cd1
SM
118172000-03-17 Stefan Monnier <monnier@cs.yale.edu>
11818
af595444
SM
11819 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
11820 regexp for labels cannot span several lines.
11821
11822 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 11823 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 11824
a9be2843
DL
118252000-03-16 Dave Love <fx@gnu.org>
11826
11827 * progmodes/f90.el (f90): Put custom group under `languages', not
11828 `fortran'.
11829 (f90-mode-hook): Customize.
11830 (f90-mode): Set add-log-current-defun-function.
11831 (f90-current-defun): New function.
11832
d0ab3e9d
GM
118332000-03-16 Gerd Moellmann <gerd@gnu.org>
11834
16b20ed9
GM
11835 * cus-edit.el (custom-variable-tag-face): Handle case that
11836 default face's height is not a number.
11837 (custom-face-tag-face, custom-group-tag-face-1)
11838 (custom-group-tag-face): Ditto.
11839 (custom-group-tag-face-1): Add :group.
fa78f71b 11840
d0ab3e9d
GM
11841 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
11842
ae8ab422
GM
118432000-03-15 Gerd Moellmann <gerd@gnu.org>
11844
11845 * pcvs-defs.el (toplevel): Remove autoload cookie for form
11846 requiring easymenu.
11847
81c7ca69
GM
118482000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11849
11850 * ps-print.el: PostScript user-defined prologue, PostScript error
11851 handler, doc fix.
11852 (ps-print-version): New version number (5.1).
11853 (ps-user-defined-prologue, ps-error-handler-message)
11854 (ps-print-prologue-0, ps-error-handler-alist): New vars.
11855 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
11856 (ps-insert-string): New function.
fa78f71b 11857
dcf1003d
KH
118582000-03-15 Kenichi Handa <handa@etl.go.jp>
11859
11860 * international/ccl.el (ccl-compile-expression): Don't generate
11861 invalid self-assignment code.
11862
73825616
DL
118632000-03-14 Dave Love <fx@gnu.org>
11864
11865 * subr.el (replace-regexp-in-string): Renamed from
11866 replace-regexps-in-string. Doc fix.
11867
031020ac
DL
118682000-03-12 Dave Love <fx@gnu.org>
11869
11870 * cus-edit.el: Doc fixes.
11871 (customize-set-variable, customize-save-variable): Rename args for
11872 doc.
11873 (custom-variable-tag-face, custom-face-tag-face)
11874 (custom-group-tag-face-1, custom-group-tag-face): Modify from
11875 style which user identify as hyperlink.
11876 (hook): Don't add undefined functions to the hook.
11877 (debug-ignored-errors): Transfer message from bindings.el.
11878
9b2f3c38
GM
118792000-03-12 Gerd Moellmann <gerd@gnu.org>
11880
11881 * recentf.el (recentf-keep-non-readable-files-p): Remove
11882 double/nested definition.
11883
0d6e23cf
DL
118842000-03-12 Dave Love <fx@gnu.org>
11885
11886 * facemenu.el (facemenu-get-face): Use display-color-p.
11887 * enriched.el (enriched-decode-foreground): Likewise.
11888 (enriched-decode-background): Likewise.
11889 * isearch.el (isearch-highlight): Likewise.
11890 * info-look.el (info-lookup): Likewise.
11891 * simple.el (completion-setup-function): Likewise.
11892
11893 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
11894 :options.
11895
11896 * bindings.el (mode-line-format): Fix line-number and
11897 column-number items. Add help-echo for the background.
11898 (mode-line-mule-info): Modify help-echo.
11899
1598a961 11900 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
0d6e23cf
DL
11901
11902 * files.el (load-file): Allow completion to .elc.
11903
11904 * man.el: Doc fixes.
11905 (Man-init-defvars): Use display-color-p to set fontification.
11906
11907 * play/hanoi.el (hanoi-internal): Don't use oddp.
11908
e1cff360
GM
119092000-03-12 Gerd Moellmann <gerd@gnu.org>
11910
11911 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
11912
11913 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
11914
5e5dff44
GM
119152000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
11916
11917 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
11918 Fix comment.
11919
5b467bf4
SM
119202000-03-10 Stefan Monnier <monnier@cs.yale.edu>
11921
83fef604
SM
11922 * font-lock.el (font-lock-keywords): Fix the doc now that
11923 regexp-opt-depth is unnecessary.
11924 (save-buffer-state): Set an edebug spec.
11925 (font-lock-fontify-anchored-keywords): Properly handle the case when
11926 the matcher goes past the limit.
11927
5b467bf4
SM
11928 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
11929 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
11930
83fef604
SM
11931 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
11932 dll.el and cookie.el (from Elib) with heavy renaming and other
11933 massaging.
5b467bf4
SM
11934
11935 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
11936 Autoload the functions used.
11937 (easy-mmode-define-syntax): Fix CL typo.
11938 (easy-mmode-define-derived-mode): Improve the docstring generation.
11939
d407456c
GM
119402000-03-10 Gerd Moellmann <gerd@gnu.org>
11941
11942 * textmodes/texinfo.el (texinfo-version): Variable and function
11943 removed.
11944
5a7a545c
SM
119452000-03-09 Stefan Monnier <monnier@cs.yale.edu>
11946
0d6e23cf
DL
11947 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
11948 allow more flexibility.
11949 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
11950 fns.
11951 (easy-mmode-defmap, easy-mmode-defsyntax)
11952 (easy-mmode-define-derived-mode): New macros.
5a7a545c 11953
d407456c 119542000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
11955
11956 * rect.el (replace-rectangle): New function.
11957
119582000-03-09 Dave Love <fx@gnu.org>
11959
11960 * progmodes/fortran.el (fortran-comment-line-start): Define as
11961 "C".
11962 (fortran-comment-line-start-skip): Don't match cpp stuff.
11963 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
11964 (fortran-mode-map): Remove over-eager custom-menu-create for now.
11965 (fortran-mode): Don't set fortran-comment-line-start-skip,
11966 fortran-comment-line-start here. Set comment-start,
11967 add-log-current-defun.
11968 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
11969 (fortran-current-defun): New function.
11970
80460654
GM
119712000-03-09 Gerd Moellmann <gerd@gnu.org>
11972
d1221ea9
GM
11973 * emacs-lisp/re-builder.el: New file.
11974
1853aa6b
GM
11975 * mouse.el (mouse-drag-region): Don't run up-event handler
11976 if hscroll has changed.
11977
80460654
GM
11978 * octave-mod.el (octave-font-lock-keywords): To font-lock the
11979 builtin operators, use `font-lock-builtin-face' for Emacs and
11980 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
11981
11982 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
11983 `(defun (setf foo)' differently.
11984
c0056275
SM
119852000-03-08 Stefan Monnier <monnier@cs.yale.edu>
11986
11987 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
11988 (regexp-opt): Update comment and adapt the code the new meaning of
11989 the `paren' argument of regex-opt-group for shy-groups.
11990 (regexp-opt-depth): Handle shy groups as well as backslashed
11991 backslashes.
c0056275
SM
11992 (regexp-opt-group): Turn the leading comment into a docstring.
11993 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
11994 Remove open-presuf and close-presuf. Instead of checking for `all
11995 one-char' and then later on check for `several one-char', handle
11996 both cases close together. Also apply a more generic algorithm
11997 for suffixes (the mirror image of the algorithm used for
11998 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
11999 (regexp-opt-try-suffix): Removed.
12000
12001 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
12002 from comint-mode-map, so we can just inherit from it. Also, move
12003 the initialization into the `defvar' since there's no docstring
12004 anyway and it's fairly short.
12005 (inferior-scheme-mode): Define it as derived-mode: the code is
12006 shorter and this way we inherit from comint-mode-map rather than
12007 copying it.
c0056275 12008
80460654
GM
12009 * subr.el (replace-regexps-in-string): Properly handle the case
12010 where we match an empty string.
c0056275 12011
80460654
GM
12012 * comint.el (comint-exec-1): Add the current-dir to the exec-path
12013 when the command has a directory component (such as "./testml").
c0056275
SM
12014 Also fix a typo in the comment.
12015
5e91ff9e
GM
120162000-03-08 Gerd Moellmann <gerd@gnu.org>
12017
feab4fba
GM
12018 * Makefile (compile-files): Compile files one by one because
12019 that's the only way to ensure a clean compilation environment for
12020 each individual file.
12021
5e91ff9e
GM
12022 * frame.el (other-frame): Call x-focus-frame.
12023
76162e12
DL
120242000-03-07 Dave Love <fx@gnu.org>
12025
f64ce788
DL
12026 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
12027 :require to defcustom.
12028
76162e12
DL
12029 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
12030 lists.
12031
12032 * files.el (auto-mode-alist): Add configure.in.
12033
12034 * progmodes/autoconf.el: New file.
12035
f7daf1e1
GM
120362000-03-07 Gerd Moellmann <gerd@gnu.org>
12037
12038 * mail/mh-e.el: Change maintainer to `none'.
12039
12040 * recentf.el (recentf-keep-non-readable-files-p): Quote args
12041 to remove-hook and add-hook.
12042
120432000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
12044
12045 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
12046 it as the default.
12047 (mail-send): Test mail-send-nonascii also for the new `mime' value.
12048 (sendmail-send-it): Conditionally add MIME headers specifying the
12049 used character set.
fa78f71b 12050
63f6b2c4
DL
120512000-03-07 Dave Love <fx@gnu.org>
12052
12053 * winner.el: Fix keywords, autoload cookies. Split
12054 eval-when-compile form to avoid compilation failure.
12055
8330e2f9
KH
120562000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
12057
12058 * international/mule.el: Modify comment about coding system
12059 property `coding-category'.
12060 (make-coding-system): New argument EOL-TYPE. Pay attention to
12061 coding-category property of PROPERTIES.
12062
12063 * international/mule-conf.el (coding-category-utf-8,
12064 coding-category-utf-16-be, coding-category-utf-16-le): New coding
12065 categories. Include them in the argument for set-coding-priority.
12066
12067 * international/mule-cmds.el (reset-language-environment): Include
12068 coding-category-utf-8, coding-category-utf-16-be, and
12069 coding-category-utf-16-le in the argument for set-coding-priority.
12070 (reset-language-environment): Initialize coding-category-utf-8,
12071 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
12072
18bb0684
GM
120732000-03-06 Karl Fogel <kfogel@red-bean.com>
12074
12075 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
12076 code abstracted out of `bookmark-jump-noselect'. Now tries info
12077 extensions as well as compression extensions.
12078 (bookmark-jump-noselect): Use above new func.
fa78f71b 12079
71a6ba55
GM
120802000-03-03 Gerd Moellmann <gerd@gnu.org>
12081
12082 * strokes.el: Change maintainer's mail address.
12083
0d56cdff
KH
120842000-03-03 Kenichi Handa <handa@etl.go.jp>
12085
12086 * international/mule-diag.el (list-character-sets): Make help-echo
12087 string by substitute-command-keys.
12088 (list-character-sets): Likewise.
12089 (sort-listed-character-sets): Call help-setup-xref.
12090
900fa1f1
GM
120912000-03-02 Gerd Moellmann <gerd@gnu.org>
12092
12093 * time.el (display-time-mail-file): Add `none' to the list of
12094 choices.
12095
54d04320
DL
120962000-03-01 Dave Love <fx@gnu.org>
12097
43f3fa09
DL
12098 * help.el (help-xref-go-back): Don't try to set position.
12099
54d04320
DL
12100 * international/mule-diag.el (list-character-sets): Call
12101 help-setup-xref. Add help-echo to xrefs.
12102 (list-character-sets-1): Add help-echo to xrefs.
12103
d054101f
GM
121042000-03-02 Gerd Moellmann <gerd@gnu.org>
12105
12106 * frame.el (blink-cursor-mode): Switch cursor on when turning
12107 the mode off.
12108
12109 * add-log.el (add-log-current-defun): Add support for
12110 Autoconf mode.
12111
12112 * mail/rmail.el (rmail-quit-hook): New variable.
12113
d77dae5c
DL
121142000-03-01 Dave Love <fx@gnu.org>
12115
e5f597f0
DL
12116 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
12117
d77dae5c
DL
12118 * help.el (help-xref-button): Add help-echo arg.
12119 (describe-function-1, describe-variable, help-make-xrefs): Use it.
12120
12121 * faces.el (list-faces-display): Supply help-echo with
12122 help-make-xrefs.
12123
12124 * facemenu.el (list-text-properties-at): Set help-xref-stack to
12125 nil.
12126
72d19d75
GM
121272000-03-01 Gerd Moellmann <gerd@gnu.org>
12128
2df636f4
GM
12129 * image.el (defimage): Look for image files in load-path.
12130
fa78f71b 12131 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
12132 `number'.
12133
2df636f4
GM
121342000-03-01 David Ponce <david.ponce@wanadoo.fr>
12135
12136 * recentf.el (recentf): Added version tag to the defgroup of
12137 recentf.
12138
121392000-03-01 David Ponce <david.ponce@wanadoo.fr>
12140
12141 * recentf.el (recentf-cleanup): Changed to remove excluded file
12142 too.
12143 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
12144 action to select/unselect a file.
12145 (recentf-edit-list): Code cleanup and improvement.
12146 (recentf-open-more-files-action): `recentf-open-more-files' button
12147 widget action to open a file.
12148 (recentf-open-more-files): No more use standard completion but
12149 widgets.
12150 (recentf-more-collection): Deleted.
12151 (recentf-more-history): Deleted.
12152 (recentf-setup-more-completion): Deleted.
12153
121542000-03-01 David Ponce <david.ponce@wanadoo.fr>
12155
12156 * recentf.el (recentf-mode): No more needs that Emacs is running
12157 under a window-system.
12158
121591999-03-01 David Ponce <david.ponce@wanadoo.fr>
12160
12161 * recentf.el (recentf-edit-list): New command to edit the recent
12162 list which allow the user to remove files.
12163 (recentf-edit-selected-items): New global variable, used by
12164 `recentf-edit-list' to hold the list of files to be removed from
12165 the recent list.
12166 (recentf-make-menu-items): Updated to display a "Edit list..."
12167 menu item. Minor code cleanup.
12168
121691999-03-01 David Ponce <david.ponce@wanadoo.fr>
12170
12171 * recentf.el (recentf-open-more-files): New command to open files
12172 that are not displayed in the menu.
12173 (recentf-more-collection): New global variable holding the set of
12174 permissible completions used by `recentf-open-more-files'.
12175 (recentf-more-history): New global variable holding the history list
12176 used by `recentf-open-more-files' completion.
12177 (recentf-setup-more-completion): New function to setup completion for
12178 `recentf-open-more-files'.
12179 (recentf-make-menu-items): Updated to display a "More..." menu item.
12180
121811999-03-01 David Ponce <david.ponce@wanadoo.fr>
12182
12183 * recentf.el (recentf-menu-action): Doc fixed.
12184
121851999-03-01 David Ponce <david.ponce@wanadoo.fr>
12186
12187 * recentf.el (recentf-menu-filter): Doc updated.
12188 (recentf-update-menu-hook): Allow menu filters to force menu update.
12189 (recentf-make-menu-items): New menu filter handling.
12190 (recentf-make-menu-item): New helper function.
12191 (recentf-menu-elements): New menu handling function.
12192 (recentf-sort-ascending): Updated to new menu filter handling.
12193 (recentf-sort-descending): Updated to new menu filter handling.
12194 (recentf-sort-basenames-ascending): New menu filter function.
12195 (recentf-sort-basenames-descending): New menu filter function.
12196 (recentf-show-basenames): New menu filter function.
12197 (recentf-show-basenames-ascending): New menu filter function.
12198 (recentf-show-basenames-descending): New menu filter function.
12199
72d19d75
GM
122002000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12201
12202 * diary-lib.el (list-diary-entries): Don't try to go forward at
12203 the end of the buffer.
12204
1ac1c836
KH
122052000-02-29 Kenichi Handa <handa@etl.go.jp>
12206
12207 * international/mule-diag.el (list-character-sets): Completely
12208 rewritten.
12209 (sort-listed-character-sets): New function.
12210 (list-character-sets-1): Completely rewritten.
12211 (list-character-sets-2): New function.
12212 (non-iso-charset-alist): New variable.
12213 (decode-codepage-char): New function.
12214 (charset-history): New variable.
12215 (read-charset) (list-block-of-chars)
12216 (list-iso-charset-chars)
12217 (list-non-iso-charset-chars)
12218 (list-charset-chars): New functions.
12219 (mule-diag): Call list-character-sets-2, not
12220 list-character-sets-2.
12221 (dump-charsets): Likewise.
12222
ed4d0512
GM
122232000-02-29 Gerd Moellmann <gerd@gnu.org>
12224
72d19d75
GM
12225 * dired-x.el (dired-filename-at-point): Add `@' to valid
12226 file name characters.
12227 (dired-filename-at-point): Handle ange-ftp file names.
12228
ed4d0512
GM
12229 * frame.el (frame-notice-user-settings): Use assq-delete-all
12230 instead of assoc-delete-all.
12231 (frame-notice-user-settings): Ditto.
12232
12233 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
12234 Don't copy alist.
12235
32038c7a
GM
122362000-02-28 Eli Barzilay <eli@cs.cornell.edu>
12237
12238 * calculator.el (calculator-use-menu): New option.
12239 (calculator-initial-bindings): Changed some bindings to work as
12240 macros.
12241 (calculator-forced-input): Removed.
12242 (calculator-restart-other-mode): New variable.
12243 (calculator-mode-map): Set up menu.
fa78f71b 12244
32038c7a
GM
122452000-02-28 Jari Aalto <jari.aalto@poboxes.com>
12246
12247 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
12248 tags.
fa78f71b 12249
55d7ff38 122502000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 12251
55d7ff38
MK
12252 * viper-cmd.el (viper-envelop-ESC-key): added the option to
12253 translate all ESC key sequences.
12254 (viper-goto-mark-subr): restore markers for files for which
12255 they were saved.
12256 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
12257 * viper-util.el (viper-set-replace-overlay-glyphs,
12258 viper-set-replace-overlay): always check if the replacement
12259 overlay is live.
12260 * viper.el (viper-vi-state-mode-list): added major modes.
12261 * ediff-wind.el: minor comment changes.
12262 * ediff.el: copyright notice date fix.
fa78f71b 12263
387023ee
JR
122642000-02-27 Jason Rumney <jasonr@gnu.org>
12265
12266 * faces.el (face-font-family-alternatives): Add arial to helv.
12267 (mode-line, header-line, tool-bar): Same default as x for w32.
12268 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
12269 face-font-family-alternatives from working.
12270 * term/w32-win.el (mouse-set-font): Do not build fontset from
12271 chosen font.
12272
f43d79c1
GM
122732000-02-25 Sam Steingold <sds@goems.com>
12274
5d80cc9c 12275 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 12276 properly.
fa78f71b 12277
8b7bc628 122782000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
12279
12280 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
12281
4eb8436f
GM
122822000-02-25 Gerd Moellmann <gerd@gnu.org>
12283
12284 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
12285 writable.
12286
449c3c52 12287 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 12288
42088c12
GM
122892000-02-24 Gerd Moellmann <gerd@gnu.org>
12290
12291 * frame.el (show-cursor-in-non-selected-windows): New option.
12292
c60ea02e
GM
122932000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12294
12295 * diary-lib.el (include-other-diary-files): Undo the selective
12296 display in any included file and don't kill it.
12297
d066de8e
EZ
122982000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
12299
12300 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
12301 bar. Menu items converted to (menu-item format, help strings
12302 added.
12303 [downcase, upcase]: Don't enable on MS-DOS.
12304 [symlink, symlinks]: Don't show if make-symbolic-link is not
12305 bound.
12306 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
12307
b6906b38
DL
123082000-02-23 Dave Love <fx@gnu.org>
12309
275cf1b2
DL
12310 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
12311 (backward-kill-word): Revert addition of * to interactive spec --
12312 it's a feature.
12313
12314 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
12315 (backward-kill-sentence, kill-sentence): Likewise.
12316
99d48056
DL
12317 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
12318 scratch buffer name.
12319 (gud-format-command): Use int-to-string in ?l case. Simplify
12320 slightly.
12321
12322 * term/w32-win.el (internal-face-interactive): Update prompt for
12323 new read-face-name.
12324
12325 * mail/footnote.el (footnote): Add :version to defgroup.
12326 (footnote-section-tag-regexp): Customize.
12327 (footnote-start-tag, footnote-end-tag): New option.
12328 (footnote-latin-regexp): New variable.
12329 (Footnote-latin): New function.
12330 (footnote-style-alist): Add element for latin style.
12331 (footnote-style): Moved.
12332 (Footnote-goto-footnote): Use eq to test arg.
12333
12334 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
12335
b6906b38
DL
12336 * emacs-lisp/byte-opt.el: Change old backquote syntax.
12337 (byte-compile-trueconstp): Include keywords.
12338 (byte-optimize-quote, byte-optimize-lapcode): Use
12339 byte-compile-const-symbol-p.
12340 (byte-optimize-char-before): New optimization.
12341
12342 * emacs-lisp/bytecomp.el: Change old backquote syntax.
12343 (byte-compile-const-symbol-p): New function.
12344 (byte-compile-constp, byte-compile-out-toplevel)
12345 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
12346 Use it.
12347
12348 * subr.el (define-key-after): Default AFTER to t. Doc fix.
12349
214f877f
KH
123502000-02-23 Kenichi Handa <handa@etl.go.jp>
12351
c709bcf1
KH
12352 * international/encoded-kb.el: Be sure to update minor-mode-alist
12353 and minor-mode-map-alist.
12354 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
12355 codes SS2 and SS3 correctly.
12356 (encoded-kbd-self-insert-ccl): New function.
12357 (encoded-kbd-setup-keymap): New function.
12358 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
12359 by calling encoded-kbd-setup-keymap.
12360
214f877f
KH
12361 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
12362 characters.
12363 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
12364 locally.
12365
b021ef18
DL
123662000-02-22 Dave Love <fx@gnu.org>
12367
12368 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
12369 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
12370 defvar.
12371 (lisp-mode-syntax-table): Set up for #|...|# comments.
12372 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
12373 classes. Match `defface'.
12374 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
12375 (eval-defun-1): Fix for defcustom.
12376 (lisp-indent-region): Doc fix.
12377
12378 * subr.el (when, unless, split-string): Doc fix.
12379 (read-passwd): Move call of clear-this-command-keys to the right
12380 place.
12381 (replace-regexps-in-string): New function.
12382
14cc00ad
GM
123832000-02-22 Gerd Moellmann <gerd@gnu.org>
12384
12385 * help.el (describe-variable): Set syntax table to
12386 emacs-lisp-mode-syntax-table when moving forward over the
12387 symbol's name.
12388
47da5efa
DL
123892000-02-22 Dave Love <fx@gnu.org>
12390
12391 * xt-mouse.el: Doc fixes.
12392 (xterm-mouse-position-function): New function, replacing advice of
12393 mouse-position.
12394 (xterm-mouse-mode): Use it. Don't turn on under a window system.
12395
12396 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
12397
f0a6c717
GM
123982000-02-21 Gerd Moellmann <gerd@gnu.org>
12399
12400 * format.el (format-annotate-single-property-change): Handle
12401 properties.with dotted-list values.
12402 (format-proper-list-p): New function.
12403
12404 * enriched.el (enriched-face-ans): Handle '(foreground-color
12405 . COLOR) and (background-color . COLOR).
12406
2be80b63
DL
124072000-02-20 Dave Love <fx@gnu.org>
12408
12409 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
12410 and assignments to it.
12411 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
12412 current local map.
12413 (make-flyspell-overlay): Use it.
12414 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
12415
12416 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
12417 (lm-get-header-re): Defun, not defsubst.
12418 (lm-get-package-name): Defun, not defsubst. Simplify.
12419 (lm-version): Doc fix. Simplify.
12420 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
12421 (lm-crack-address, lm-last-modified-date, lm-commentary)
12422 (lm-verify, lm-synopsis): Simplify.
12423 (lm-report-bug): Require emacsbug. Use compose-mail.
12424
329eed9f
GM
124252000-02-20 Gerd Moellmann <gerd@gnu.org>
12426
12427 * dired.el (dired-mode): Call propertized-buffer-identification
12428 to set mode-line-buffer-identification to something having
12429 the right text properties.
12430
12431 * bindings.el (propertized-buffer-identification): New function.
12432
be5bb146
DL
124332000-02-20 Dave Love <fx@gnu.org>
12434
12435 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
12436 check for t-mouse too.
12437
12438 * cus-start.el: Make echo-keystrokes `number'.
12439
1d4311c3
EZ
124402000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
12441
12442 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
12443 Don't call ring-empty-p unless tags-location-ring is bound.
12444 From Noah Friedman <friedman@splode.com>.
12445
a23c5037
TTN
124462000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
12447
12448 * progmodes/hideshow.el (hs-flag-region): No longer use
12449 `intangible' overlay property.
12450
12451 (hs-toggle-hiding): New command.
12452 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
12453
12454 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
12455 Fix omission bug: Run `hs-minor-mode-hook' for both activation
12456 and deactivation.
12457
b6a22bf8
GM
124582000-02-18 Gerd Moellmann <gerd@gnu.org>
12459
12460 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
12461
d621caf7
GM
124622000-02-17 Gerd Moellmann <gerd@gnu.org>
12463
3c0ed7ce
GM
12464 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
12465
d621caf7
GM
12466 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
12467 of `*' to handle `(* ... *)' comments.
12468
538d88fb
EZ
124692000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
12470
53c80cf6 12471 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 12472 window-system.
53c80cf6 12473
538d88fb
EZ
12474 * menu-bar.el (global-map): Menu-bar items converted to the new
12475 format (menu-item..., rearranged for better CUA compliance, and
12476 their names changed for better clarity. Help strings added.
12477
12478 * international/mule-cmds.el (mule-menu-keymap)
12479 (describe-language-environment-map, set-coding-system-map)
12480 (setup-language-environment-map): Convert to new (menu-item...
12481 form, add help strings. Change names of menu items for better
12482 clarity. "Mule" menu-bar item removed (it's now in the "Options"
12483 submenu).
12484
8389e1e2 124852000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 12486
a23c5037 12487 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 12488 within the code.
a23c5037 12489
8389e1e2 124902000-02-16 Dave Love <fx@gnu.org>
a23c5037 12491
84fe35f0
DL
12492 * faces.el: Don't require custom. Add more specific :groups to
12493 various deffaces.
12494 (set-face-attribute): Purecopy args.
12495 (read-face-name): Default to name at point and use it in prompt.
12496 Remove colon from arg in all callers.
12497 (list-faces-display): Hyperlink to face descriptions and customize
12498 buffers.
12499
b2aeee30
DL
125002000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
12501
12502 * wid-edit.el (widget-match-inline): An atom never matches a
12503 list.
12504
99e95407
GM
125052000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12506
82d2c7c5
DL
12507 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12508 at ':' characters by call to split-string.
99e95407
GM
12509
125102000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12511
82d2c7c5 12512 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
12513
125142000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12515
82d2c7c5
DL
12516 * textmodes/bibtex.el: Some temporary comments removed.
12517 (bibtex-field-name, bibtex-entry-type): Made the relationship
12518 explicit.
12519 (bibtex-field-const): Allow capital letters.
12520 (bibtex-start-of-string): Deleted because unused.
12521
12522 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12523 use the term 'reference' to describe a bibtex entry as a whole.
12524 Further, reference keys are no longer called 'labels'.
12525 (bibtex-keys): Renamed to bibtex-reference-keys.
12526 (bibtex-reformat-previous-labels): Renamed to
12527 bibtex-reformat-previous-reference-keys.
12528 (bibtex-reference-type): Renamed to bibtex-entry-type.
12529 (bibtex-reference-head): Renamed to bibtex-entry-head.
12530 (bibtex-reference-maybe-empty-head): Renamed to
12531 bibtex-entry-maybe-empty-head.
12532 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12533 (bibtex-search-reference): Renamed to bibtex-search-entry.
12534 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12535 bibtex-enclosing-entry-maybe-empty-head.
12536 (bibtex-entry-field-alist, bibtex-entry-head,
12537 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12538 bibtex-map-entries, bibtex-search-entry,
12539 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12540 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12541 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12542 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12543 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12544 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12545 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
12546
125472000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12548
82d2c7c5
DL
12549 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12550 comment.
12551 (bibtex-format-field-delimiters): New function, functionality
12552 extracted from bibtex-format-entry.
12553 (bibtex-autokey-get-yearfield-digits): New function, functionality
12554 extracted from bibtex-autokey-get-yearfield.
12555
12556 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12557 entries in order to avoid stack overflow in the regexp matcher if
12558 field contents become large.
12559 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12560 bibtex-field-string-part-not-braced,
12561 bibtex-field-string-part-no-inner-braces,
12562 bibtex-field-string-part-1-inner-brace,
12563 bibtex-field-string-part-2-inner-braces,
12564 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12565 bibtex-field-string-quoted, bibtex-field-string,
12566 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12567 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12568 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12569 as parsing is now performed by the following functions.
12570 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12571 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12572 bibtex-parse-field-string, bibtex-search-forward-field-string,
12573 bibtex-parse-association, bibtex-field-name-for-parsing,
12574 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12575 bibtex-search-forward-field, bibtex-search-backward-field,
12576 bibtex-start-of-field, bibtex-end-of-field,
12577 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12578 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12579 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12580 bibtex-parse-string, bibtex-search-forward-string,
12581 bibtex-search-backward-string, bibtex-start-of-string,
12582 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12583 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12584 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12585 entries. Instead of reporting the results of the parsing by
12586 match-beginning or match-end, these functions return data structures
12587 that hold the corresponding positions.
12588 (bibtex-enclosing-field): Changed to also report field boundaries by
12589 return values rather than by match-beginning or match-end. The
12590 following functions have been adapted to use the new parsing
12591 functions.
12592 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12593 bibtex-enclosing-field, bibtex-format-entry,
12594 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12595 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12596 bibtex-print-help-message, bibtex-end-of-entry,
12597 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12598 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12599 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12600 method for parsing.
12601 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12602 bibtex-map-entries, bibtex-flash-head,
12603 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12604 bibtex-autokey-change, bibtex-autokey-get-namefield,
12605 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12606 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12607 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12608 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12609 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12610 order to make the new binding of case-fold-search immediately
12611 visible.
99e95407
GM
12612
126132000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12614
82d2c7c5
DL
12615 * textmodes/bibtex.el: Copyright notice is up to date.
12616 Added constant 'bibtex-maintainer-salutation.
99e95407 12617
82d2c7c5
DL
12618 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12619 than make-temp-name, use match-string-no-properties and eliminate
12620 a quadratic behavior when building bibtex-strings.
99e95407 12621
82d2c7c5
DL
12622 * bibtex.el (bibtex-reference-key): Accept string entries whose
12623 reference key contains upper case letters.
99e95407
GM
12624
126252000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12626
82d2c7c5
DL
12627 * bibtex.el (bibtex-reference-head): Allow entries to start with
12628 a new line.
99e95407
GM
12629
126302000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12631
82d2c7c5
DL
12632 * bibtex.el: Hiding of entry bodies is not longer provided by
12633 bibtex.el directly. Instead the hideshow package can be used.
12634 Added a special bibtex entry to hs-special-modes-alist.
12635 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
12636
126372000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12638
f24fef2f
SM
12639 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12640 at ':' characters by call to split-string.
8389e1e2
GM
12641
126422000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12643
f24fef2f 12644 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
12645
126462000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12647
f24fef2f
SM
12648 * textmodes/bibtex.el: Some temporary comments removed.
12649 (bibtex-field-name, bibtex-entry-type): Made the relationship
12650 explicit.
12651 (bibtex-field-const): Allow capital letters.
12652 (bibtex-start-of-string): Deleted because unused.
fa78f71b 12653
f24fef2f
SM
12654 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12655 use the term 'reference' to describe a bibtex entry as a whole.
12656 Further, reference keys are no longer called 'labels'.
12657 (bibtex-keys): Renamed to bibtex-reference-keys.
12658 (bibtex-reformat-previous-labels): Renamed to
12659 bibtex-reformat-previous-reference-keys.
12660 (bibtex-reference-type): Renamed to bibtex-entry-type.
12661 (bibtex-reference-head): Renamed to bibtex-entry-head.
12662 (bibtex-reference-maybe-empty-head): Renamed to
12663 bibtex-entry-maybe-empty-head.
12664 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12665 (bibtex-search-reference): Renamed to bibtex-search-entry.
12666 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12667 bibtex-enclosing-entry-maybe-empty-head.
12668 (bibtex-entry-field-alist, bibtex-entry-head,
12669 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12670 bibtex-map-entries, bibtex-search-entry,
12671 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12672 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12673 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12674 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12675 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12676 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12677 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
12678
126792000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12680
f24fef2f
SM
12681 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12682 comment.
12683 (bibtex-format-field-delimiters): New function, functionality
12684 extracted from bibtex-format-entry.
12685 (bibtex-autokey-get-yearfield-digits): New function, functionality
12686 extracted from bibtex-autokey-get-yearfield.
fa78f71b 12687
f24fef2f
SM
12688 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12689 entries in order to avoid stack overflow in the regexp matcher if
12690 field contents become large.
12691 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12692 bibtex-field-string-part-not-braced,
12693 bibtex-field-string-part-no-inner-braces,
12694 bibtex-field-string-part-1-inner-brace,
12695 bibtex-field-string-part-2-inner-braces,
12696 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12697 bibtex-field-string-quoted, bibtex-field-string,
12698 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12699 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12700 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12701 as parsing is now performed by the following functions.
12702 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12703 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12704 bibtex-parse-field-string, bibtex-search-forward-field-string,
12705 bibtex-parse-association, bibtex-field-name-for-parsing,
12706 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12707 bibtex-search-forward-field, bibtex-search-backward-field,
12708 bibtex-start-of-field, bibtex-end-of-field,
12709 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12710 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12711 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12712 bibtex-parse-string, bibtex-search-forward-string,
12713 bibtex-search-backward-string, bibtex-start-of-string,
12714 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12715 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12716 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12717 entries. Instead of reporting the results of the parsing by
12718 match-beginning or match-end, these functions return data structures
12719 that hold the corresponding positions.
12720 (bibtex-enclosing-field): Changed to also report field boundaries by
12721 return values rather than by match-beginning or match-end. The
12722 following functions have been adapted to use the new parsing
12723 functions.
12724 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12725 bibtex-enclosing-field, bibtex-format-entry,
12726 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12727 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12728 bibtex-print-help-message, bibtex-end-of-entry,
12729 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12730 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12731 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12732 method for parsing.
12733 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12734 bibtex-map-entries, bibtex-flash-head,
12735 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12736 bibtex-autokey-change, bibtex-autokey-get-namefield,
12737 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12738 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12739 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12740 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12741 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12742 order to make the new binding of case-fold-search immediately
12743 visible.
8389e1e2
GM
12744
127452000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12746
f24fef2f
SM
12747 * textmodes/bibtex.el: Copyright notice is up to date.
12748 Added constant 'bibtex-maintainer-salutation.
fa78f71b 12749
f24fef2f
SM
12750 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12751 than make-temp-name, use match-string-no-properties and eliminate
12752 a quadratic behavior when building bibtex-strings.
fa78f71b 12753
f24fef2f
SM
12754 * bibtex.el (bibtex-reference-key): Accept string entries whose
12755 reference key contains upper case letters.
8389e1e2
GM
12756
127572000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12758
f24fef2f
SM
12759 * bibtex.el (bibtex-reference-head): Allow entries to start with
12760 a new line.
8389e1e2
GM
12761
127622000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12763
f24fef2f
SM
12764 * bibtex.el: Hiding of entry bodies is not longer provided by
12765 bibtex.el directly. Instead the hideshow package can be used.
12766 Added a special bibtex entry to hs-special-modes-alist.
12767 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
12768
127692000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12770
82d2c7c5 12771 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
12772 proceedings entry type (for cross referencing). Thanks to Wagner
12773 Toledo Correa for the suggestion.
12774
82d2c7c5 12775 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 12776
eae61d8f
KH
127772000-02-14 Kenichi Handa <handa@etl.go.jp>
12778
12779 * international/characters.el: Setup case table for Vietnamese.
12780
fb07a302
GM
127812000-02-12 Gerd Moellmann <gerd@gnu.org>
12782
12783 * uniquify.el (toplevel): Require CL at compile time.
12784 (uniquify-push): Removed.
12785
12786 * shadowfile.el (shadow-when): Removed.
12787
12788 * tempo.el (tempo-dolist, tempo-mapc): Removed.
12789 (tempo-process-and-insert-string): Use dolist instead of
12790 tempo-dolist.
12791
12792 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
12793 regexp for paragraph-start.
12794
12795 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
12796 commas as well.
12797
a0eddf92
DL
127982000-02-10 Dave Love <fx@gnu.org>
12799
12800 * wid-edit.el: (widgets) [defgroup]: Remove url link.
12801 (widget-color-choice-list, widget-color-history, widget-mouse-help):
12802 Deleted.
12803 (widget-specify-field, widget-specify-button): Don't use
12804 widget-mouse-help as help-echo property.
12805 (default): Use #'ignore for :validate and :mouse-down-action.
12806 (checkbox): Add help-echo.
12807 (widget-sexp-validate): Rewritten to clarify error messages.
12808 (character): Use char-valid-p in :match function.
12809 (widget-color-complete): Use facemenu-color-alist.
12810 (widget-color-action): Use facemenu-read-color.
12811
12812 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
12813 set up `caar' &c that we now have.
12814
82d2c7c5
DL
128152000-02-09 Ray Blaak <blaak@gnu.org>
12816
12817 * delphi.el: Make resourcestring a declaration region, like const
12818 and var.
12819
6cbc1482
DL
128202000-02-09 Dave Love <fx@gnu.org>
12821
12822 * bindings.el (mode-line-input-method-map): New variable.
12823 (mode-line-mule-info): Use it; fix last change.
12824 (mode-line-mode-menu): Move definition.
12825 (mode-line-mouse-sensitive-p): Deleted.
12826 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
12827 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
12828 level.
12829
12830 * startup.el (command-line-1): Don't call
12831 make-mode-line-mouse-sensitive.
12832
f7136ee8
GM
128332000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
12834
12835 * mail/rmail.el (rmail-retry-failure): Use
12836 rmail-beginning-of-message before rmail-toggle-header, because the
12837 former toggles headers.
12838
6e1d0d15
SM
128392000-02-06 Stefan Monnier <monnier@cs.yale.edu>
12840
fef8c55b
SM
12841 * diff-mode.el (diff-kill-junk): New interactive function.
12842 (diff-reverse-direction): Use delete-and-extract-region.
12843 (diff-post-command-hook): Restrict the area so that the hook also works
12844 outside of any diff hunk. This is necessary for the minor-mode.
12845 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
12846 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
12847
6e1d0d15
SM
12848 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
12849 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
12850 so that it can be used more easily in <foo>-mode-hook. Also make sure
12851 to avoid duplicate entries.
12852 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
12853 (font-lock-remove-keywords): Just as was done for `add', allow it to
12854 work even if font-lock-mode is nil. Also make sure we don't modify
12855 any pre-existing list by forcing a copy-sequence. Finally rename
12856 `major-mode' to `mode'.
12857 (font-lock-fontify-syntactic-anchored-keywords)
12858 (font-lock-fontify-anchored-keywords)
12859 (font-lock-fontify-keywords-region): Use line-end-position.
12860 Don't make `font-lock-multiline' local (it's now done in
12861 font-lock-set-defaults).
12862 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
12863 move the `font-lock-fontified' creation to inside the `unless'.
12864
a75dfea0
AI
128652000-02-06 Andrew Innes <andrewi@gnu.org>
12866
12867 * term/w32-win.el (x-handle-args): Comment out call to message,
12868 which occurs before window system is initialized.
12869
12870 * makefile.nt: Add support for recompiling lisp code.
12871
b85e9462
DL
128722000-02-04 Dave Love <fx@gnu.org>
12873
9ff33afb
DL
12874 * bindings.el (mode-line-mule-info): Fix/extend last change.
12875
b85e9462
DL
12876 * completion.el: Replace completion-dolist with dolist.
12877
12878 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
12879 dotimes.
12880
44dff075
CD
128812000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
12882
12883 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
12884 environment names before they go into the section regexp.
12885
12886 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
12887 char class in regexp.
12888
12889 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
12890 `case-fold-search' to nil.
12891
12892 * progmodes/idlwave.el (idlwave-template): Respect
12893 `idlwave-abbrev-change-case'.
12894 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
12895 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
12896 idlwave-while): respect `idlwave-reserved-word-upcase'.
12897 (idlwave-rw-case): New function.
12898 (idlwave-statement-match): Fixed problem with assignment regexp.
12899 (idlwave-font-lock-keywords): Improved regexp for keyword
12900 parameters.
a23c5037 12901 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
12902 operators longer than 1 char.
12903
12904 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
12905 idlwave-shell-expression-overlay. Implemented printing of
12906 expressions on higher levels of the calling stack.
12907 (idlwave-shell-display-level-in-calling-stack): Restore stack
12908 level.
12909 (idlwave-retrieve-expression-from-level): New function.
12910 (idlwave-shell-last-calling-stack): Variable removed.
12911 (idlwave-shell-reset): Argument action reversed (`visible' to
12912 `hidden'). Also remove stop-line overlay.
12913 (idlwave-shell-calling-stack-routine): New variable.
12914 (idlwave-shell-parse-stack-and-display): Messages now display
12915 negative level numbers.
12916 (idlwave-shell-mode): Set `modeline-format'.
12917 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
12918 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
12919 21.
12920 (idlwave-shell-print-expression-function): New option.
a23c5037 12921
44dff075
CD
12922 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
12923 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
12924 `tool-bar' instead of `toolbar'.
12925
f26c34fd
DL
129262000-02-02 Dave Love <fx@gnu.org>
12927
12928 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
12929 emacs-lisp-mode-hook. Don't check for defalias being defined.
12930
12931 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12932 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
12933 the new builtins directly.
12934
12935 * whitespace.el (whitespace): Add :version to defgroup.
12936
12937 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
12938 Doc fix.
12939
12940 * thingatpt.el (sexp-at-point, symbol-at-point)
12941 (number-at-point, list-at-point): Add autoload cookie.
12942
12943 * recentf.el (recentf): Add :version to defgroup.
12944
12945 * quickurl.el (quickurl): Add :version to defgroup.
12946
12947 * elide-head.el (elide-head): Use point-marker more.
12948
12949 * bs.el (bs): Add :version to defgroup.
12950
12951 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
12952
12953 * progmodes/delphi.el (delphi): Add :version to defgroup.
12954
d240a249
GM
129552000-02-02 Gerd Moellmann <gerd@gnu.org>
12956
12957 * ange-ftp.el (ange-ftp-write-region): Handle case that
12958 succeeding process operation sets a different coding system.
12959
12960 * calculator.el: New file.
12961
d5179a01
EZ
129622000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
12963
12964 * frame.el (frames-on-display-list, framep-on-display): New
12965 functions.
12966 (display-mouse-p, display-popup-menus-p, display-graphic-p)
12967 (display-selections-p, display-screens, display-pixel-width)
12968 (display-pixel-height, display-mm-width, display-mm-height)
12969 (display-backing-store, display-save-under, display-planes)
12970 (display-color-cells, display-visual-class): New functions.
12971
12972 * term/tty-colors.el (tty-color-gray-shades): New function.
12973
12974 * faces.el (display-color-p): Use framep-on-display.
12975 (display-grayscale-p): New function.
12976
968e00f0
DL
129772000-01-31 Dave Love <fx@gnu.org>
12978
12979 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
12980 (create-fontset-from-x-resource): Don't concat integers.
12981
2cb750ba
GM
129822000-01-31 Inge Frick <inge@nada.kth.se>
12983
12984 * view.el: Some changes in documentation. Removed some trailing
12985 whitespace. Changed some parameter names to agree with
12986 documentation.
12987 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
12988 window is not deleted. Modifies change 1998-04-26.
a23c5037 12989
74e9213b
GM
129902000-01-31 Gerd Moellmann <gerd@gnu.org>
12991
47569935
GM
12992 * windmove.el: New file.
12993
74e9213b
GM
12994 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12995 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 12996 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 12997
74e9213b
GM
12998 * jit-lock.el (jit-lock-function): Widen before calculating end
12999 position.
13000 (jit-lock-stealth-chunk-start): Rewritten.
13001
13002 * info.el (Info-title-face-alist): Removed.
13003 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
13004 faces.
13005 (Info-fontify-node): Use these faces.
13006
994c5afe
GM
130072000-01-30 Gerd Moellmann <gerd@gnu.org>
13008
13009 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
13010 (cl-macro-list1): Recognize `&allow-other-keys' instead of
13011 `&allow-other-keywords'.
13012
13013 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
13014 the list of directories scanned heuristically.
13015
13016 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
13017 exist.
13018
f00276e3
JR
130192000-01-30 Jason Rumney <jasonr@gnu.org>
13020
13021 * w32-fns.el: Define w32-tty-standard-colors.
13022
13023 * startup.el (command-line): Use w32-tty-standard-colors when in
13024 w32 console mode.
13025
cc4dfff0
DL
130262000-01-30 Dave Love <fx@gnu.org>
13027
e645e77b
DL
13028 * jka-compr.el (jka-compr-load): Fix up load-history.
13029
cc4dfff0
DL
13030 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
13031
13032 * emacs-lisp/cl-macs.el: Revert previous change.
13033
16215eb0
DL
130342000-01-29 Dave Love <fx@gnu.org>
13035
13036 * facemenu.el: Purecopy various strings.
13037
13038 * timezone.el (timezone-fix-time): Window against 69 for two-digit
13039 years. Deal with three-digit years.
13040
13041 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
13042 defconst, purecopy.
13043 (help-back-label): Purecopy it.
13044
bbd9b566
GM
130452000-01-18 Gerd Moellmann <gerd@gnu.org>
13046
13047 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
13048 variable. If non-nil, order the buffer list according to the
13049 currently selected frame.
13050 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
13051 non-nil, pass the selected frame to function buffer-list.
a23c5037 13052
887448e1
GM
130532000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13054
13055 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
13056
7df85084
DL
130572000-01-28 Dave Love <fx@gnu.org>
13058
142e109c
DL
13059 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
13060
7df85084
DL
13061 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
13062 Don't use lisp-indent-hook property.
13063 (cl-abs): Remove.
13064
13065 * subr.el: Move out indent and edebug specs for when and unless.
13066
13067 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
13068 when, unless.
13069
13070 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
13071 unless, when.
13072
3b43c01c
GM
130732000-01-28 Gerd Moellmann <gerd@gnu.org>
13074
d060bc9f
GM
13075 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
13076 `collecting' as synonym for `collect'.
13077
13078 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
13079 for the case it contains spaces.
13080
13081 * simple.el (what-cursor-position): Change formatting of
13082 messages.
13083
b02786f9
GM
13084 * frame.el (delete-other-frames): New function.
13085 (toplevel): Bind it to C-x 5 1.
13086
efd68b8a
GM
13087 * sort.el (sort-numeric-base): New option.
13088 (sort-numeric-fields): If number starts with `0' or `0[xX[',
13089 interpret it as octal or hexadecimal. Use sort-numeric-base
13090 as default base.
13091
3b43c01c
GM
13092 * progmodes/glasses.el: New file.
13093
984ae001
GM
130942000-01-27 Gerd Moellmann <gerd@gnu.org>
13095
a0b796e3
GM
13096 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
13097 userids differently.
13098
984ae001
GM
13099 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
13100 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
13101 progmodes/ebnf-yac.el: New files.
13102
6c67ddee
DL
131032000-01-26 Dave Love <fx@gnu.org>
13104
13105 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
13106 on a function with an empty body. [From Eric Ludlam.]
13107
4e6473c8
GM
131082000-01-25 Andre Spiegel <spiegel@gnu.org>
13109
13110 * vc.el (vc-version-diff): Make sure file name is expanded.
13111
e12489f9
GM
131122000-01-25 Gerd Moellmann <gerd@gnu.org>
13113
13114 * scroll-bar.el (scroll-bar-timer): Variable removed.
13115 (scroll-bar-toolkit-scroll): Don't use a timer.
13116
8dbe2b07
KH
131172000-01-25 Kenichi Handa <handa@etl.go.jp>
13118
13119 * language/thai-util.el (thai-composition-function): Delete
13120 superfluous `a'.
13121
26ef1c87
DL
131222000-01-24 Dave Love <fx@gnu.org>
13123
13124 * fortran.el (fortran-mode): Use beginning-of-defun-function,
13125 end-of-defun-function.
13126
13127 * font-lock.el (turn-on-font-lock): Don't depend on window-system
13128 &c.
13129
7ed4e9a7
JR
131302000-01-22 Jason Rumney <jasonr@gnu.org>
13131
13132 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
13133 conflicts with new face support.
13134
8b7bc628 131352000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
13136
13137 * replace.el (query-replace): Rename last arg to DELIMITED.
13138 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
13139 (query-replace-regexp): Likewise.
13140
8b7bc628 131412000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 13142
02b14400
RS
13143 * subr.el (with-syntax-table): Use make-symbol, not gensym.
13144
5bb6f079
RS
13145 * emacs-lisp/lisp.el (beginning-of-defun-function):
13146 Variable renamed from beginning-of-defun.
13147 Do not call make-variable-buffer-local.
13148 (beginning-of-defun-raw): Use new variable name; doc fix.
13149 (beginning-of-defun): Doc fix.
13150 (end-of-defun-function): Variable renamed from end-of-defun.
13151 Do not call make-variable-buffer-local.
13152 (end-of-defun): Use new variable name; doc fix.
13153
02b14400
RS
13154 * subr.el (dolist, dotimes): Copied from cl-macs.el
13155 and made to work.
2d5e9b54 13156
a23c5037 13157 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
13158 Variable replaces rmail-digest-end-regexp.
13159 Allows multiple regexps for detecting the end line.
13160 (undigestify-rmail-message): Corresponding changes.
13161
60af03f1
DL
131622000-01-19 Dave Love <fx@gnu.org>
13163
fe5d99e1
DL
13164 * files.el (user-init-file): Don't declare here -- is primitive.
13165
60af03f1
DL
13166 * startup.el (command-line): Check for compiled user-init-file and
13167 set to uncompiled version if necessary.
13168
72dbbc7d
GM
131692000-01-18 Gerd Moellmann <gerd@gnu.org>
13170
6a1950ec
GM
13171 * mail/undigest.el (rmail-digest-end-regexp): New user option.
13172 (undigestify-rmail-message): Use it.
13173
72dbbc7d
GM
13174 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
13175
fbe91bbd
GM
131762000-01-17 Gerd Moellmann <gerd@gnu.org>
13177
13178 * tmm.el (tmm-goto-completions): Adapt to prompt being part
13179 of mini-buffer.
13180
33a6685b
GM
131812000-01-14 Gerd Moellmann <gerd@gnu.org>
13182
b3303df7
GM
13183 * emacs-lisp/copyright.el (copyright-update): Removed the
13184 requirement for a trailing space from `copyright-regexp', to
13185 support copyrights with owner specified on a separate line..
a23c5037 13186
3c4c8064
GM
13187 * align.el: New file.
13188
33a6685b
GM
13189 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
13190
13191 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
13192
044a4975
DL
131932000-01-13 Dave Love <fx@gnu.org>
13194
13195 * ph.el: Removed. (Obsoleted by EUDC.)
13196
0a352cd7
GM
131972000-01-13 Gerd Moellmann <gerd@gnu.org>
13198
13199 * net/eudc.el (toplevel): Remove autoloaded code installing
13200 menu with easymenu, because that causes build problems.
13201
13202 * frame.el (frame-notice-user-settings): New variable.
13203 (frame-notice-user-settings): Don't modify frame parameters
13204 if called a second time.
13205
8b7bc628 132062000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
13207
13208 * frame.el (frame-notice-user-settings):
13209 Notice default-frame-parameters even for non-window frames.
13210
feb450e0
GM
132112000-01-13 Gerd Moellmann <gerd@gnu.org>
13212
13213 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
13214 for Emacs.
13215 (eudc-bob-can-display-inline-images): Extend for Emacs.
13216 (eudc-bob-toggle-inline-display): Ditto.
13217 (eudc-bob-display-jpeg): Ditto.
13218
99c6d63b
GM
132192000-01-12 Gerd Moellmann <gerd@gnu.org>
13220
7970b229
GM
13221 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
13222 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
13223 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 13224
e4936aa9
GM
13225 * add-log.el (add-change-log-entry): Fix error trying an `(insert
13226 nil)'.
13227
13228 * subdirs.el: Add `net' directory.
13229
133c9e59
GM
13230 * net: New directory.
13231
99c6d63b
GM
13232 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
13233 eval-last-sexp. Don't bind debug-on-error here.
13234 (eval-last-sexp): New function. Bind debug-on-error if
13235 eval-expression-debug-on-error is non-nil.
13236 (eval-defun-2, eval-defun): Likewise.
13237
13238 * simple.el (eval-expression): Don't bind debug-on-error if
13239 eval-expression-debug-on-error is nil. Detect changed
13240 debug-on-error, and propagate new value to global binding, if
13241 eval-expression-debug-on-error is non-nil,
13242 (eval-expression-debug-on-error): Change doc string.
a23c5037 13243
8b7bc628 132442000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
13245
13246 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
13247
13248 * emacs-lisp/lisp-mode.el (with-syntax-table):
13249 Set up lisp-indent-function property.
13250
13251 * subr.el (with-syntax-table): Moved from simple.el.
13252
13253 * simple.el (with-syntax-table): Moved to subr.el.
13254
7e3c74fa
GM
132552000-01-11 Gerd Moellmann <gerd@gnu.org>
13256
1fab1775
GM
13257 * tmm.el (tmm-shortcut): Delete region after prompt instead
13258 of erasing buffer.
13259
7e3c74fa 13260 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
13261 (fill-context-prefix): Use the longest common prefix of first
13262 and second line fill prefix, if there is one.
7e3c74fa 13263
8b7bc628 132642000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
13265
13266 * array.el (array-mode): Don't use make-variable-buffer-local.
13267 Use make-local-variable for `truncate-lines'.
13268
aa705642 132692000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 13270
aa705642
GM
13271 * add-log.el (add-log-current-defun): Handle user-defined
13272 add-log-current-function returning nil,
a23c5037 13273
57df2446 13274 * add-log.el (add-change-log-entry): Insert version number
aa705642 13275 if having found a current function
c1356086
GM
13276
13277 * add-log.el (add-log-current-defun): Call
13278 `add-log-current-defun-function'. Try matches at level 0 and
13279 level 1. Strip whitespace from defun found.
a23c5037 13280
1d8c59e9
RS
132812000-01-10 John Wiegley <johnw@gnu.org>
13282
13283 * allout.el (isearch-done/outline-provisions): Added `edit'
13284 argument to correspond with the current definition of
13285 `isearch-done'.
13286
8cf87e9b
DL
132872000-01-10 Dave Love <fx@gnu.org>
13288
13289 * elide-head.el (elide-head): Use point-marker, not point.
13290
9050446c
GM
132912000-01-10 Gerd Moellmann <gerd@gnu.org>
13292
8321b22a
GM
13293 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
13294 before and after the year 2000.
a23c5037 13295
9050446c
GM
13296 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
13297 Add ispell- prefix.
13298
132992000-01-10 Ken Stevens <k.stevens@ieee.org>
13300
13301 * ispell.el: Only define dictionaries in menus when they exist.
13302 (version18p): New variable.
13303 (version20p): New variable.
13304 (xemacsp): New variable.
13305 (ispell-choices-win-default-height): Fix for XEmacs visibility.
13306 (ispell-dictionary-alist1): Added Brasileiro dictionary.
13307 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 13308 run-together words.
9050446c
GM
13309 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
13310 (ispell-dictionary-alist): Add koi8-r to customize definition.
13311 (check-ispell-version): Added documentation string. Returns
f24fef2f 13312 library path when called non-interactively.
9050446c
GM
13313 (ispell-menu-map-needed): Uses new variables.
13314 (ispell-library-path): New variable.
13315 (ispell-decode-string): XEmacs fix for bogus variable bindings.
13316 (ispell-word): Improved documentation string. Test for valid
13317 character mappings. Correctly check typed in word changes that can
13318 result in single words split into multiple words. Returns
13319 replacement word.
13320 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
13321 replace in recursive query replace mode. Help message for
13322 recursive edit mode.
13323 (ispell-show-choices): Protect against bad framepop bindings.
13324 (ispell-help): Fix to work with XEmacs.
13325 (ispell-highlight-spelling-error): Use new variables.
13326 (ispell-overlay-window): Fix to work with XEmacs.
13327 (ispell-parse-output): Passed and returns location information
13328 tracking spelling corrections. Doesn't recheck same word on
13329 current line.
13330 (ispell-init-process): Protect against bogus XEmacs variable binding.
13331 Fix call to single argument in sleep-for. Use new variables.
13332 (ispell-region): Passed and returns location information tracking
13333 spelling corrections. Doesn't check same word on current line.
13334 Improved documentation string. Doesn't resend a line already
13335 checked to the ispell process - fixes bug in LaTeX parsing.
13336 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
13337 (ispell-skip-region): No longer skips <TT> in SGML.
13338 (ispell-process-line): Tracks location information with spelling
13339 corrections. Added documentation string. Accounts for words
13340 already accepted on this line. Don't allow query-replace on line
13341 starting with math characters. Doesn't resend a line already sent
13342 to ispell process. Fixes alignment error bug.
a23c5037 13343
8b7bc628 133442000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 13345
a23c5037 13346 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
13347 Suggest xloadimage, which is free, not xv, which isn't.
13348
a23c5037 13349 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
13350 Don't ever include the host name or user name in the value.
13351
9ed79f5d
GM
133522000-01-09 Gerd Moellmann <gerd@gnu.org>
13353
13354 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
13355 of a real newline.
13356
b950abb1
GM
133572000-01-09 Stephen Eglen <stephen@gnu.org>
13358
a23c5037 13359 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
13360 for .png files.
13361
3c708e98
GM
133622000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
13363
13364 * cus-edit.el (custom-hook-convert-widget): Fix comment.
13365
bf61662d
GM
133662000-01-09 Gerd Moellmann <gerd@gnu.org>
13367
f1d851ae
GM
13368 * progmodes/cperl-mode.el: Replace ^F with ^L.
13369
bf61662d 13370 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 13371 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
13372 recursion.
13373
c65d14ee
DL
133742000-01-08 Dave Love <fx@gnu.org>
13375
8cf87e9b
DL
13376 * emacs-lisp/backquote.el: Remove inappropriate customization
13377 (allowing custom.el to use backquote).
c65d14ee 13378
83de2ebc
DL
133792000-01-07 Dave Love <fx@gnu.org>
13380
13381 * add-log.el (add-log-debugging): Deleted.
13382 (add-change-log-entry): Treat a backup FILE-NAME as its parent
13383 file. Remove debugging code.
13384 (change-log-get-method-definition, change-log-name): Add doc.
13385 (change-log-sortable-date-at): New function.
13386 (change-log-merge): New command.
13387
13388 * time.el (display-time-string-forms): Make the Mail string active.
13389 (display-time-update): Provide help-echo for load average.
13390
13391 * bindings.el (make-mode-line-mouse2-map): New function.
13392 (mode-line-modified): Use it and simplify.
13393 (mode-line-mule-info): Provide help-echo info.
13394 (minor-mode-alist): Activate the strings.
13395 (make-mode-line-mouse-sensitive): Simplify for
13396 mode-line-buffer-identification.
13397
c1475eae
GM
133982000-01-07 Gerd Moellmann <gerd@gnu.org>
13399
13400 * play/pong.el: New file.
13401
83de2ebc
DL
134022000-01-06 Dave Love <fx@gnu.org>
13403
13404 * array.el: Assorted cleanups for compiler warnings, doc strings,
13405 `array-' prefix for symbols.
13406
134072000-01-05 Dave Love <fx@gnu.org>
13408
13409 * textmodes/outline.el (outline-mode-menu-bar-map): Add
13410 outline-headers-as-kill.
13411 (outline-mode): Define imenu-generic-expression.
13412 (outline-headers-as-kill): New command.
13413
13414 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
13415 from paragraph-start.
13416 (paragraph-indent-minor-mode): New command.
13417
13418 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
13419 M-C-e, M-C-h, C-j, C-xnd, TAB.
13420 (fortran-mode): Set beginning-of-defun, end-of-defun.
13421 (fortran-column-ruler): Simplify.
13422 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
13423 (fortran-with-subprogram-narrowing): Likewise.
13424 (fortran-indent-subprogram): Call mark-defun.
13425 (fortran-check-for-matching-do): Change narrowing.
13426
13427 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
13428 (cl-lucid-hash-tag): Delete.
13429 (cl-hash-table-p): Correct test for native table.
13430 (cl-hash-table-count): Use hash-table-count.
13431
13432 * browse-url.el (browse-url): Fix case of
13433 browse-url-browser-function being an alist.
13434
676ac023
CD
134352000-01-05 Carsten Dominik <cd@gnu.org>
13436
c1475eae
GM
13437 * textmodes/reftex-vars.el (reftex-parse-file-extension)
13438 (reftex-index-phrase-file-extension): New options.
676ac023
CD
13439
13440 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 13441 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
13442
13443 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 13444 `reftex-parse-file-extension'.
eb483e17 13445
88807984
DL
134462000-01-05 Dave Love <fx@gnu.org>
13447
83de2ebc 13448 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
13449 (beginning-of-defun-raw): Use it.
13450 (end-of-defun): New variable.
13451 (end-of-defun): Use it.
13452 (check-parens): New command.
13453
1362aeb4
TTN
134542000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
13455
c1475eae
GM
13456 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
13457 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 13458
7ddafb95
TTN
13459 Fix buglet in local variables initialization.
13460
7334aa99
AS
134612000-01-05 Andreas Schwab <schwab@suse.de>
13462
13463 * hscroll.el (hscroll): Doc fix.
13464
b12e24cd
CD
134652000-01-05 Carsten Dominik <cd@gnu.org>
13466
13467 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
13468 idlw-toolbar.
13469
13470 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
13471 file idlw-rinfo.el.
1362aeb4
TTN
13472 (idlwave-customize): load must read file idlw-shell.el.
13473 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 13474
d6226972
CD
134752000-01-05 Carsten Dominik <dominik@astro.uva.nl>
13476
13477 * progmodes/idlw-shell.el: Also provide idlwave-shell
13478 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
13479 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
13480
13481 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
13482 both reftex-dcr and reftex-vcr.
1362aeb4 13483
d6226972
CD
13484 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
13485
6ddb893f 134862000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
13487
13488 * ps-print.el: PostScript code now is in separate files, doc fix.
13489 (ps-print-version): New version number (5.0.3).
13490 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
13491 local.
13492 (ps-spool-config): Initialization fix.
c1475eae
GM
13493 (ps-print-prologue-1, ps-print-prologue-2)
13494 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
13495 (ps-background-image): Little code reformating.
13496 (ps-begin-file, ps-begin-job): Fix code.
88807984 13497 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
13498 (ps-prologue-file): New fun.
13499
ae833aae
KH
135002000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13501
c1475eae 13502 * ps-vars.el: Eliminated.
ae833aae
KH
13503
13504 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
13505 `;;;###autoload'.
13506
13507 * ps-print.el: ps-vars eliminated, doc fix.
13508 (ps-print-version): New version number (5.0.2).
13509 (ps-spool-config): Initialization fix.
13510 (ps-print-customize): New fun.
13511
560a7bd2
GM
135122000-01-04 Gerd Moellmann <gerd@gnu.org>
13513
13514 * autorevert.el (auto-revert-mode): Return value of
13515 auto-revert-mode.
13516
f45dd0f4
DL
135172000-01-04 Dave Love <fx@gnu.org>
13518
fae2ac05
DL
13519 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
13520 menu items.
f45dd0f4 13521
61255981
DL
135222000-01-03 Dave Love <fx@gnu.org>
13523
88807984 13524 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 13525
83de2ebc 13526 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
13527 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
13528 `cl-hash-table-p', not `hash-table-p'.
13529 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
13530
c182a70f
EZ
135312000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13532
13533 * faces.el (face-read-integer, read-face-attribute)
13534 (color-defined-p, color-values): unspecified-{f,b}g are now
13535 strings.
13536
047f434a
GM
135372000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
13538
13539 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
13540 at comment end, and re-insert them after filling.
13541
bab531e2
EZ
135422000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13543
13544 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
13545 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
13546 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 13547
d684c676
EZ
135482000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13549
13550 * term/x-win.el (xw-defined-colors): Call color-supported-p,
13551 the new name of face-color-supported-p.
13552
13553 * term/w32-win.el (xw-defined-colors): Likewise.
13554
0aad4805
EZ
135552000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13556
13557 * simple.el (completion-setup-function): Count completion-size
13558 from minibuffer-prompt-end, not from point-min.
13559
5fe1d139
EZ
135602000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
13561
13562 * faces.el (read-face-attribute, defined-colors, color-defined-p):
13563 Pass the frame to tty-color-* functions.
13564 (display-color-p, frame-set-background-mode): Pass the frame to
13565 tty-display-color-p.
13566
13567 * term/tty-colors.el (tty-defined-color-alist): Renamed from
13568 tty-color-alist.
13569 (tty-color-alist, tty-modify-color-alist): New functions.
13570 (tty-color-define, tty-color-clear, tty-color-approximate)
13571 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
13572 an optional parameter FRAME.
13573
162dec01
GM
135742000-01-01 Gerd Moellmann <gerd@gnu.org>
13575
27189709
GM
13576 * image.el (create-image, defimage): Don't assume image data is a
13577 string.
13578
162dec01
GM
13579 * image.el (defimage): Handle specifications containing :data
13580 instead of :file.
13581 (image-type-from-data): New function.
13582 (image-type-from-file-header): Use it.
13583 (create-image): Add parameter DATA-P.
1362aeb4 13584
bea56df7 13585See ChangeLog.8 for earlier changes.
25a6fab1
KH
13586
13587;; Local Variables:
e64c3a75 13588;; coding: iso-2022-7bit
25a6fab1 13589;; End: