Moved to `obsolete' subdir.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
ff904dd6
MB
12000-12-11 Miles Bader <miles@gnu.org>
2
3 * window.el (window-text-height): Function removed (now in C).
4
fb97d87f
SM
52000-12-10 Stefan Monnier <monnier@cs.yale.edu>
6
7 * log-edit.el (log-edit-parent-buffer): New var.
8 (log-edit): Set it. Add BUFFER argument.
9 (log-edit-done): Use char-before.
10 Don't bother checking validity of vc-comment-ring.
11 Only bury the buffer if log-edit popped it up.
12
13 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
14 (cvs-mode-diff-help): Remove.
15 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 16 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
17
18 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
19 Remove binding for ? now made unnecessary.
20
7de77417
CD
212000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
22
23 * textmodes/reftex.el (reftex-scanning-info-available-p): New
24 function
25 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
26
27 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
28 when master file is not open.
29
4efa209f
SM
302000-12-09 Stefan Monnier <monnier@cs.yale.edu>
31
32 * progmodes/ada-stmt.el: Update `maintainer'.
33
0a8052bd
GM
342000-12-09 Stephen Gildea <gildea@alum.mit.edu>
35
36 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
37 choices to match documentation string.
38
a12167c5
MB
392000-12-09 Miles Bader <miles@gnu.org>
40
2161605d
MB
41 * minibuf-eldef.el: New file.
42
a12167c5
MB
43 * window.el (fit-window-to-buffer): Don't pass last argument to
44 pos-visible-in-window-p, now that its meaning is inverted.
45
9ea8de1b
EZ
462000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
47
48 * image.el (create-image): Doc fix; spotted by Per Cederqvist
49 <ceder@lysator.liu.se>.
50
5002ddbb
SM
512000-12-08 Stefan Monnier <monnier@cs.yale.edu>
52
b6114d80
SM
53 * autoinsert.el (auto-insert-alist): Add missing final \n.
54
ee8d23ee
SM
55 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
56 (cvs-menu-map): Remove.
57 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
58 (cvs-mode-quit): Turn it back into a plain function.
59
5002ddbb 60 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 61 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
62
63 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
64 file where it's more visible.
65 (texinfo-filter, texinfo-chapter-level-regexp): New variables
66 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
67 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
68 (texinfo-inside-macro-p): Only catch `scan-error's.
69 (texinfo-inside-env-p): Make better use of the match info.
70 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
71 (texinfo-insert-@end): Slight re-organization.
72 Also remove useless `looking-at' call.
73
30cd075d
AI
742000-12-08 Andrew Innes <andrewi@gnu.org>
75
76 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
77 accessible in -nw mode.
78
79 * term/w32-win.el: Remove stuff about selection timeout, which is
80 irrelevant on Windows. Move clipboard support to w32-fns.el, so
81 it is accessible in -nw mode.
82
01b91009
DL
832000-12-08 Dave Love <fx@gnu.org>
84
85 * emacs-lisp/lisp-mode.el (lisp-mode): Set
86 font-lock-keywords-case-fold-search.
87
842b2a94
GM
882000-12-08 Gerd Moellmann <gerd@gnu.org>
89
90 * textmodes/ispell.el (ispell): Doc fix.
91
f9d5f611
KH
922000-12-08 Kenichi Handa <handa@etl.go.jp>
93
94 * international/quail.el (quail-insert-decode-map): Check the
95 frame width of a window displaying the current buffer, not that of
96 the selected frame.
97 (quail-help): Make sure that the help buffer has window before
98 inserting text in it.
99
e04d21aa
SS
1002000-12-07 Sam Steingold <sds@gnu.org>
101
102 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
103 Backquote is used in isearch.el, so autoloading saves nothing.
104
fc3e23a4
EZ
1052000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
106
137cad7c
EZ
107 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
108 the CVS and RCS subdirectories case-insensitively.
109
fc3e23a4
EZ
110 * dired.el (dired-insert-directory): If file-system-info is
111 fboundp, call it instead of invoking dired-free-space-program.
112
796ecd10
GM
1132000-12-07 Gerd Moellmann <gerd@gnu.org>
114
0f5f7c3e
GM
115 * server.el (server-visit-files): Push files on file-name-history.
116
3764ba49
GM
117 * progmodes/cc-langs.el: Update copyright.
118
8e7931da
GM
119 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
120
ae0d7485 121 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 122
796ecd10
GM
123 * bindings.el (mode-line-mode-menu): Reverse the order
124 of define-keys so that the menu appears in alphabetical order.
125
ae0d7485
GM
1262000-12-07 Milan Zamazal <pdm@freesoft.cz>
127
128 * progmodes/glasses.el (glasses-mode): Update mode line at the end
129 of the function.
130
e2849090
DL
1312000-12-07 Dave Love <fx@gnu.org>
132
133 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
134
135 * facemenu.el (facemenu-unlisted-faces): Fix value.
136
5c7f629c
SM
1372000-12-07 Stefan Monnier <monnier@cs.yale.edu>
138
139 * font-lock.el (font-lock-default-fontify-region):
140 Include the terminating \n (off-by-one error).
141 (font-lock-set-defaults): Use dolist.
142
143 * derived.el (define-derived-mode): Don't use combine-run-hooks.
144
73481ae3
KH
1452000-12-07 Kenichi Handa <handa@etl.go.jp>
146
ffbaa122
KH
147 * international/mule-cmds.el (describe-language-environment): Fix
148 for the case that an input method title is not string but a list.
149
73481ae3
KH
150 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
151 of wrong SIZE record.
152
e2896b22
DL
1532000-12-06 Dave Love <fx@gnu.org>
154
67292061
DL
155 * newcomment.el (comment-region, comment-dwim): Doc fix.
156
157 * textmodes/texinfo.el: Require tex-mode when compiling.
158 (texinfo-update-node): Doc fix.
159 (texinfo-imenu-generic-expression): Add @anchor.
160 (texinfo-font-lock-keywords): Add @uref.
161 (texinfo-inside-macro-p): Don't use ignore-errors.
162 (texinfo-insert-quote): Match more contexts.
163
e76938e7
DL
164 * international/mule.el (decode-char, encode-char): Doc fix.
165 (auto-coding-alist): Customize.
166
167 * files.el (load-file): Fix change of 2000-03-12.
168
e2896b22
DL
169 * wid-edit.el (widget-text-keymap): Doc fix.
170
6610f4b2
AI
1712000-12-06 Andrew Innes <andrewi@gnu.org>
172
173 * makefile.w32-in (lisp): Set to an absolute directory, namely
174 $(CURDIR).
175
9e3366e4
EZ
1762000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
177
178 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
179 read generated-autoload-file, and set buffer-file-coding-system to
180 raw-text-unix after reading the file.
181
182 * international/mule-conf.el (file-coding-system-alist): Use
183 raw-text for reading loaddefs.el and raw-text-unix for writing
184 it.
185
d94d636f
GM
1862000-12-06 Gerd Moellmann <gerd@gnu.org>
187
384333ee
GM
188 * replace.el (occur): Make line-number-width 1 smaller for the
189 colon following the line number.
190
347d0813
GM
191 * startup.el (fancy-splash-text, command-line-1): Use
192 `File' for the menu name instead of `Files'.
e04d21aa 193
d4b72d58
GM
194 * tmm.el: Update copyright.
195
d94d636f
GM
196 * cus-start.el: Add entry for even-window-heights.
197
6e424019
MB
1982000-12-06 Miles Bader <miles@gnu.org>
199
200 * faces.el (frame-set-background-mode): Avoid stomping on
201 locally modified faces.
202
e6477b58
KH
2032000-12-06 Kenichi Handa <handa@etl.go.jp>
204
205 * international/fontset.el: Correct the font registries for
206 japanese-jisx0213-1 and japanese-jisx0213-2.
207
21999ab9
GM
2082000-12-05 Gerd Moellmann <gerd@gnu.org>
209
57d6e381
GM
210 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
211
21999ab9
GM
212 * iswitchb.el: Update customization commentary.
213
7422819c
GM
2142000-12-05 Rob Riepel <riepel@Stanford.EDU>
215
216 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
217 (tpu-search-highlight): Fixed comparison of overlay end positions.
218 (tpu-trim-line-ends): Implemented trimming logic locally.
219
220 * emulation/tpu-extras.el (tpu-write-file-hook)
221 (tpu-set-cursor-bound): Replaced picture-clean with
222 tpu-trim-line-ends.
223
73daff18
KH
2242000-12-05 Kenichi Handa <handa@etl.go.jp>
225
226 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
227 to cn-gb.
228 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
229
6a4cd002
DL
2302000-12-04 Dave Love <fx@gnu.org>
231
232 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
233
6452929e
GM
2342000-12-04 Gerd Moellmann <gerd@gnu.org>
235
e04d21aa 236 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
237 (rmail-summary-expunge-and-save): Ask for confirmation with
238 rmail-expunge-confirmed.
239
240 * mail/rmail.el (rmail-expunge-confirmed): New function.
241 (rmail-expunge): Use it.
242
0c68ce6f
GM
243 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
244 (etags-recognize-tags-table, find-tag-in-order): New
245 functionality: interpret file names as tags.
e04d21aa 246
7a53d8c8
EZ
2472000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
248
249 * info.el (Info-scroll-prefer-subnodes): New defcustom.
250 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
251 visit the first subnode until the bottom of the current node is
252 visible.
253
caa15ef7
GM
2542000-12-04 Gerd Moellmann <gerd@gnu.org>
255
256 * format.el (format-decode): Don't change buffer's undo list.
257
e225faa7
KH
2582000-12-04 Kenichi Handa <handa@etl.go.jp>
259
260 * faces.el (face-font-registry-alternatives): Add entries for CJK
261 fonts. Doc-string adjusted for the actual usage of this data.
262
263 * international/fontset.el: Change the font registries for CJK
264 fonts in the default fontset. Don't append '*' to registries.
265
8b262a65
SM
2662000-12-03 Stefan Monnier <monnier@cs.yale.edu>
267
e04d21aa 268 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
269 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
270
271 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
272 (derived-mode-p): New function.
273 (derived-mode-make-docstring): Add `docstring' argument.
274 Use it if available and complete it if necessary.
275
33c4460b
AS
2762000-12-03 Andreas Schwab <schwab@suse.de>
277
278 * type-break.el (type-break): Don't make parent of itself.
279
5c9b3fac
MB
2802000-12-03 Miles Bader <miles@gnu.org>
281
282 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
283
27ce741e
SM
2842000-12-02 Stefan Monnier <monnier@cs.yale.edu>
285
07c16ec4
SM
286 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
287 (tex-main-file, tex-file): Simplify.
288 (tex-generate-zap-file-name): Use subst-char-in-string.
289 (tex-strip-dots): Remove.
290
c19cc275
SM
291 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
292
27ce741e
SM
293 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
294 to check if the match succeeded.
295
285991dc
GM
2962000-12-02 Gerd Moellmann <gerd@gnu.org>
297
298 * startup.el (use-fancy-splash-screens-p): New function.
299 (command-line-1): Use it to determine whether or not to use
300 a fancy splash screen.
301
52dca1b2
AS
3022000-12-02 Andreas Schwab <schwab@suse.de>
303
304 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
305
d3e7e7cf
EZ
3062000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
307
2dce2360
EZ
308 * international/mule.el (make-char): Fix last change.
309
9768eaa7
EZ
310 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
311 New defcustoms.
312 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
313 autoloading tex-mode; instead, do the same manually. Use
314 texinfo-open-quote and texinfo-close-quote. Insert literal quote
315 with numeric argument. Docstring fix.
316 (toplevel): Require cl when compiling.
e04d21aa 317
285991dc 318 * international/mule.el (make-char): Doc fix.
d3e7e7cf 319
0dd5e255
JR
3202000-12-02 Jason Rumney <jasonr@gnu.org>
321
322 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
323 the Emacs Lisp manual)
324
fbb87147
EZ
3252000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
326
5cbb3e93
EZ
327 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
328
fbb87147
EZ
329 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
330 the Emacs Lisp manual).
331
1636ca09
GM
3322000-12-02 Gerd Moellmann <gerd@gnu.org>
333
334 * simple.el (next-line-add-newlines): Change default to nil.
335
68875f0e
EZ
3362000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
337
338 * files.el (revert-buffer, recover-file): Bind
339 coding-system-for-read to emacs-mule-unix, not to no-conversion.
340
fd9ac94c
GM
3412000-12-01 Gerd Moellmann <gerd@gnu.org>
342
343 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
344
e04d21aa 345 * play/5x5.el (5x5-play-solution):
fd9ac94c 346
45450dd5
MB
3472000-12-01 Miles Bader <miles@gnu.org>
348
349 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
350
09df8881
KH
3512000-12-01 Kenichi Handa <handa@etl.go.jp>
352
353 * international/mule-diag.el (describe-char-after): Fix typo.
354 (describe-character-set, non-iso-charset-alist): Fix typo.
355
dea0a87d
MB
3562000-12-01 Miles Bader <miles@gnu.org>
357
b170205b
MB
358 * image-file.el (image-file-name-regexp): Automatically add
359 upper-case variants of each filename extension in
360 `image-file-name-extensions', since they seem to be common.
361
e04d21aa 362 * simple.el (minibuffer-contents)
dea0a87d
MB
363 (minibuffer-contents-no-properties, delete-minibuffer-contents):
364 New functions.
365 * filecache.el (file-cache-directory-name)
366 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
367
2b69bc11 3682000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 369
dea0a87d
MB
370 * filecache.el (file-cache-minibuffer-complete): Don't try to
371 delete the minibuffer prompt.
372
a8a1b05d
DL
3732000-11-30 Dave Love <fx@gnu.org>
374
375 * cus-start.el: Fix read-buffer-function type.
376
693c4692
GM
3772000-11-30 Gerd Moellmann <gerd@gnu.org>
378
379 * md5.el: Removed. There's a built-in function, now.
380
2c0b1898
GM
3812000-11-30 Markus Rost <rost@math.ohio-state.edu>
382
383 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
384 as dummy 0-th char of rmail-deleted-vector.
385
63dfcf4b
EZ
3862000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
387
388 * ps-print.el (ps-end-job): Bind case-fold-search only after
389 switching to ps-spool-buffer.
390
3912000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
392
393 * ps-print.el: Line number font customization. PostScript: Lines and
394 PageCount are initialized on each page. Doc Fix.
395 (ps-print-version): New version number (6.3.2).
396 (ps-lpr-switches, ps-font-info-database, ps-font-size)
397 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
398 (ps-right-header): Customization fix.
399 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
400 Fix code.
401 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
402 New vars.
403
df3aedcf
GM
4042000-11-30 Gerd Moellmann <gerd@gnu.org>
405
edfb795e
GM
406 * bs.el: Fix typos and spelling errors.
407 (bs-appearance) <defgroup>: Renamed from bs-appearence.
408 (bs-configuration): Doc fix.
e04d21aa 409
df3aedcf
GM
410 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
411
8b8a7f01
GM
4122000-11-30 Rob Riepel <riepel@Stanford.EDU>
413
414 * emulation/tpu-edt.el (tpu-version): New version.
415 (tpu-search-overlay, tpu-replace-overlay): New initial range.
416 (tpu-original-mode-line): Variable deleted.
417 (tpu-mark-flag): New initial value.
418 (tpu-set-mode-line): Don't redefine mode-line-format. Add
419 tpu-mark-flag to minor-mode-alist.
420 (tpu-update-mode-line): New mark flag logic.
421 (tpu-get): Use find-file-wildcards.
422 (tpu-search-highlight): Move overlay less, reset overlay properly.
423 (tpu-unselect): Deactivate mark.
424 (tpu-lm-replace): Reset overlay properly.
425 (tpu-forward-line): Use forward-visible-line.
426 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
427
428 * emulation/tpu-extras.el (tpu-forward-line): Use
429 forward-visible-line.
e04d21aa 430
c069a9d3
GM
4312000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
432
433 * cus-edit.el (custom-face-value-create): Always emphasize tag.
434
b02cd40b
GM
4352000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
436
437 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
438 and skip whitespace and newlines.
e04d21aa 439
b7a90344
SM
4402000-11-30 Stefan Monnier <monnier@cs.yale.edu>
441
442 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
443
be6bbb55
GM
4442000-11-29 Gerd Moellmann <gerd@gnu.org>
445
0383ed60
GM
446 * help.el (describe-function-1): Regexp-quote function name
447 when used as part of a regexp.
448
c7957947
GM
449 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
450 face-attribute instead of face-foreground and face-background.
451 (tool-bar-add-item): Likewise, and handle unspecified colors.
452
453 * enriched.el (enriched-face-ans): Use face-attribute instead
454 of face-foreground and face-background.
455
456 * faces.el (face-foreground, face-background, face-stipple):
457 Return nil if attribute is unspecified, for backward
458 compatibility.
459
7423978d
GM
460 * files.el (auto-mode-alist): Add an entry for antlr-mode.
461
ef128c78
GM
462 * play/5x5.el: Remove version info.
463
a81fc510
GM
464 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
465
be6bbb55
GM
466 * frame.el (blink-cursor-mode): Doc fix.
467
f9396e03
GM
4682000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
469
470 * antlr-mode.el: New commands to run ANTLR from within Emacs and
471 to create Makefile rules.
472 (antlr-tool-command): New user option.
473 (antlr-ask-about-save): New user option.
474 (antlr-makefile-specification): New user option.
475 (antlr-file-formats-alist): New variable.
476 (antlr-special-file-formats): New variable.
477 (antlr-unknown-file-formats): New user option.
478 (antlr-help-unknown-file-text): New variable.
479 (antlr-help-rules-intro): New variable.
480 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
481 (antlr-mode-menu): Add entries.
482 (antlr-file-dependencies): New function.
483 (antlr-directory-dependencies): New function.
484 (antlr-superclasses-glibs): New function.
485 (antlr-run-tool): New command.
486 (antlr-makefile-insert-variable): New function.
487 (antlr-insert-makefile-rules): New function.
488 (antlr-show-makefile-rules): New command.
489
490 * antlr-mode.el: More Emacs/XEmacs stuff.
491 (antlr-no-action-keywords): New constant with value nil.
492 (antlr-font-lock-keywords-alist): Use it. Old value would break
493 syntax highlighting in Emacs-21.0.
494 (antlr-default-directory): Emacs/XEmacs dependend function.
495 (antlr-read-shell-command): Ditto.
496 (antlr-with-displaying-help-buffer): Ditto.
497
4982000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
499
500 * antlr-mode.el: imenu, parsing and highlighting changes.
501 (antlr-imenu-create-index-function): Don't create extra submenus
502 for definitions in different grammar classes. It is not necessary
503 for the menu and would make command `imenu' awkward to use.
504 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
505 header actions and more than one.
506 (antlr-font-lock-tokendef-face): Changed color.
507 (antlr-font-lock-tokenref-face): Changed color.
508 (antlr-font-lock-additional-keywords): Also highlight lowercase.
509 (antlr-mode-syntax-table): New variable.
510 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
511 (antlr-with-syntax-table): Don't copy syntax table.
512
5132000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
514
515 * antlr-mode.el: Minor changes: language setting.
516 (antlr-language-alist): The value for file option "language" can
517 be both an identifier and a string.
518 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
519 (antlr-language-limit-n-regexp): Change accordingly.
520
5212000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
522
523 * antlr-mode.el: Minor changes: tabs, hiding.
524 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
525 (antlr-action-visibility): Also allow value nil to also hide the
526 braces. Renamed from `antlr-tiny-action-length'.
527 Suggested by Jay@aol.com.
528 (antlr-hide-actions): Change accordingly. Hide line if completely
529 hidden action is on a line of its own.
e04d21aa 530
6ad948eb
SM
5312000-11-29 Stefan Monnier <monnier@cs.yale.edu>
532
533 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
534
535 * sort.el (sort-columns): Don't concat strings with numbers.
536
9c6a4107
DL
5372000-11-29 Dave Love <fx@gnu.org>
538
539 * cus-edit.el (face): Fix :format.
540
541 * mail/feedmail.el: Require smtpmail when compiling.
542 (mail-do-fcc): Autoload.
543 (feedmail) <defgroup>: Fix :link.
544 (feedmail-nuke-body-in-fcc): Fix :type.
545 (feedmail-send-it): Add autoload cookie.
546
053b8d35
SM
5472000-11-29 Stefan Monnier <monnier@cs.yale.edu>
548
549 * newcomment.el (comment-indent): Save excursion around call to
550 comment-indent-function.
551
242c13e8
MB
5522000-11-29 Miles Bader <miles@gnu.org>
553
554 * subr.el (member-ignore-case): Return the tail of the list who's
555 car matches, like `member', not the matching element itself.
556
8f4b5f28
KH
5572000-11-29 Kenichi Handa <handa@etl.go.jp>
558
559 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
560 should not contain `\n'.
561
bebe4a2c
GM
5622000-11-28 Gerd Moellmann <gerd@gnu.org>
563
fd9ac94c 564 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 565
ba7e40eb
GM
566 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
567
75ab0c79
GM
568 * dired-aux.el (dired-do-create-files): Construct default file
569 name for dired-mark-read-file-name so that when the user enters
570 just RET, the target file will end up in the target directory.
571
bebe4a2c
GM
572 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
573 local-abbrev-table before changing buffers because it might
574 have a buffer-local binding.
575
fa6d1ca8
MB
5762000-11-28 Miles Bader <miles@gnu.org>
577
578 * simple.el (delete-horizontal-space): Handle fields more generally.
579
8d2c2642
GM
5802000-11-28 Gerd Moellmann <gerd@gnu.org>
581
582 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
583
8b31236d
DL
5842000-11-28 Dave Love <fx@gnu.org>
585
3cbd02d2
DL
586 * progmodes/ps-mode.el (ps-mode): Set comment-start and
587 comment-start-skip locally.
588
8b31236d
DL
589 * progmodes/fortran.el (fortran-mode): Don't set
590 fortran-comment-line-start-skip. Set comment-start to
591 fortran-comment-line-start.
592 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
593 (fortran-comment-line-start-skip): Simplify slightly.
594
ae4bf56d
GM
5952000-11-28 Gerd Moellmann <gerd@gnu.org>
596
17ef7534
GM
597 * play/5x5.el: Remove RCS keyword.
598
fd9ac94c 599 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 600
665b27a6
GM
6012000-11-28 Milan Zamazal <pdm@freesoft.cz>
602
603 * textmodes/tildify.el (tildify-string-alist): Add
604 `plain-tex-mode' here.
605
fe3c2ae3
GM
6062000-11-28 Colin Walters <walters@cis.ohio-state.edu>
607
608 * chistory.el (Command-history-setup): Remove extraneous `keymap'
609 reference.
610
d970106b
MB
6112000-11-28 Miles Bader <miles@gnu.org>
612
36b80a0d
MB
613 * cus-face.el (custom-face-attributes): Add post-filter function
614 for :box. Make pre-filter function for :box handle all cases.
615
d970106b
MB
616 * wid-edit.el (widget-choose): Make sure pop-up window is large
617 enough to display all the choices, as there's no way to scroll it.
618
5a2bae6c
KH
6192000-11-28 Kenichi Handa <handa@etl.go.jp>
620
621 * international/mule-conf.el: Make the coding system no-conversion
622 safe for all characters.
623
9e836e23
DL
6242000-11-27 Dave Love <fx@gnu.org>
625
8b31236d
DL
626 * net/ldap.el (ldap) <defgroup>: Add :version.
627
9e836e23
DL
628 * tooltip.el (tooltip-use-echo-area): Doc fix.
629
630 * cus-start.el <minibuffer-prompt-properties>: Add version.
631 <read-buffer-function>: Add.
632
633 * apropos.el (apropos-print): Add help-echo to active text.
634
635 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
636
4a74d071
GM
6372000-11-27 Gerd Moellmann <gerd@gnu.org>
638
639 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
640 type, group and version.
641
76058c27
EZ
6422000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
643
4a74d071 644 * select.el (x-get-selection): Docstring fix.
76058c27 645
fd9ac94c 6462000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 647
fd9ac94c 648 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 649
49060c51
AI
6502000-11-27 Andrew Innes <andrewi@gnu.org>
651
652 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
653
654 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
655
b2a8e429
MB
6562000-11-27 Miles Bader <miles@gnu.org>
657
658 * dired.el (dired-get-filename): Return filename verbatim if
659 LOCALP is `verbatim'.
660 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
661 `verbatim' so that we don't inadvertently delete a non-existant
662 directory name.
663
5ac0366d
KH
6642000-11-27 Kenichi Handa <handa@etl.go.jp>
665
666 * international/characters.el: Specify cases and syntaxes for
667 mule-unicode-0100-24ff.
668
67f1cf4c
GM
6692000-11-27 Gerd Moellmann <gerd@gnu.org>
670
671 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
672 that foreground and/or background colors of the face `tool-bar'
673 are unspecified.
674
46c56972
MB
6752000-11-27 Miles Bader <miles@gnu.org>
676
e04d21aa 677 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
678 (widget-field-end): Handle widget field `pseudo-overlays'.
679 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
680 if it's there instead of in `widget-field-list'.
681
46c56972 682 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
683 (help-make-xrefs): Delete extraneous newlines at the end of the
684 docstring.
46c56972 685
640a9cdd
JR
6862000-11-25 Jason Rumney <jasonr@gnu.org>
687
688 * startup.el (command-line): Call set-locale-environment after
689 Window System init file is read, as it can result in a call to
690 redraw-frame.
691
0b3f96d4
EZ
6922000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
693
694 * simple.el (shell-command): Mention the effect of the prefix
695 argument in the doc string.
696
8da6e2a1
MB
6972000-11-25 Miles Bader <miles@gnu.org>
698
a658d039
MB
699 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
700
8da6e2a1 701 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 702 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 703
d3416cca
JR
7042000-11-24 Jason Rumney <jasonr@gnu.org>
705
706 * international/mule-cmds.el (locale-language-names): Add "jp" as
707 a non-standard alternative for Japanese.
708
17e37f53
AS
7092000-11-24 Andre Spiegel <spiegel@gnu.org>
710
711 * vc-hooks.el: Require 'cl during compilation.
712
9aa5f148
GM
7132000-11-24 Gerd Moellmann <gerd@gnu.org>
714
ba193890
GM
715 * faces.el (face-set-after-frame-default): Let face attributes
716 specified for new frames override frame parameters.
717
9aa5f148
GM
718 * startup.el (command-line): Fix computation of the source file
719 for user-init-file when user-init-file is a compiled file.
720
51a1edab
MB
7212000-11-24 Miles Bader <miles@gnu.org>
722
e04d21aa 723 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
724 (custom-post-filter-face-spec): New functions.
725 (custom-face-set, custom-face-value-create): Filter the face spec
726 before and after customization.
727 (custom-face-set): If VALUE specifies a null face, pass a
728 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
729 * cus-face.el (custom-face-attributes): Remove SET and GET
730 functions. Add some IN-FILTER and OUT-FILTER functions in the few
731 cases they're needed.
732
1ed74431
MB
733 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
734 that it's distinguishable from the :off-glyph on dark-background
735 displays. Set its background color too.
736
67ee1125
MB
737 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
738 so that people can easily turn it off.
739
7d027816 7402000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 741
7d027816 742 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 743
9aa5f148 744 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 745
9aa5f148 746 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 747
9aa5f148 748 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 749 redundant skip-small-frames test.
e04d21aa 750
9aa5f148 751 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816 752 (viper-downgrade-to-insert): protect against errors in hooks.
e04d21aa 753
9aa5f148
GM
754 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
755 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
756 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816 757 functions.
e04d21aa 758
9aa5f148 759 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 760
9aa5f148 761 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 762
f07fa1b8
KH
7632000-11-24 Kenichi Handa <handa@etl.go.jp>
764
765 * international/mule-diag.el (list-iso-charset-chars): For
766 two-byte charset, fix the `while' condition.
767 (list-non-iso-charset-chars): Fix the `while' condition.
768
ba8299ff
SM
7692000-11-23 Stefan Monnier <monnier@cs.yale.edu>
770
79372165
SM
771 * subr.el (add-hook, remove-hook): Don't call make-local-hook
772 if the variable is make-variable-buffer-local.
773
ba8299ff
SM
774 * progmodes/ada-stmt.el (ada-template-map): Initialize
775 and bind it to C-c t in ada-mode-map.
776 (ada-stmt-mode-hook): New function extracted from old code.
777 Only change the buffer-local side of skeleton-*.
778 (ada-mode-hook): Use it.
779
68a887fa
EZ
7802000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
781
782 * iswitchb.el (iswitchb-minibuf-depth): New variable.
783 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
784 we expect to be returned by minibuffer-depth once we prompt the
785 user in the minibuffer.
786 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
787 as recorded in iswitchb-minibuf-depth, return non-nil.
788
3b345582
EZ
7892000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
790
791 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
792 (hscroll-window-maybe): Docstring fix.
793
595dead2
DL
7942000-11-23 Dave Love <fx@gnu.org>
795
796 * rect.el (string-rectangle): Don't test delete-selection-mode.
797
1e66b27a
GM
7982000-11-23 Gerd Moellmann <gerd@gnu.org>
799
02790ce2
GM
800 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
801 is in the tool bar.
802
1e66b27a
GM
803 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
804 with `no-dir'; we want the directory part to be able to remove
805 it.
806
a4caa65d
SM
8072000-11-22 Stefan Monnier <monnier@cs.yale.edu>
808
809 * textmodes/outline.el (outline-flag-region):
810 Don't bind inhibit-read-only since we don't modify the buffer.
811 (outline-isearch-open-invisible): Don't jump to overlay-start
812 since we're trying to unhide text around point.
813 (outline-discard-overlays): Use dolist.
814
815 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
816
03e757c1
GM
8172000-11-22 Gerd Moellmann <gerd@gnu.org>
818
e04d21aa 819 * mail/rmail.el (rmail-confirm-expunge): Default to
03e757c1 820 y-or-n-p.
e04d21aa 821
1598a961
SM
8222000-11-22 Stefan Monnier <monnier@cs.yale.edu>
823
824 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
825 Fix ARG regexp to skip quoted braces.
826 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
827 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
828 are (correctly) handled separately).
829 Remove `caption' and `footnote' from `citations': they contain text.
830 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
831 (latex-skeleton-end-hook): New function.
832 (latex-mode): Use it.
833 (tex-start-tex-marker): Remove.
834 (tex-send-tex-command): Don't set tex-start-tex-marker.
835 (tex-error-parse-syntax-table): New var.
836 (tex-compilation-parse-errors): Use it.
837 Ignore tex-start-tex-marker. Don't bother with marker-position.
838 (tex-validate-buffer): Don't bother with marker-position.
839
840 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 841 (flyspell-generic-progmode-verify): Use it.
1598a961 842
eaae8106
SS
8432000-11-22 Sam Steingold <sds@gnu.org>
844
03e757c1
GM
845 * simple.el (delete-trailing-whitespace): New interactive
846 function.
e04d21aa 847
eaae8106 848 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 849 `ada-remove-trailing-spaces'.
eaae8106 850 (ada-remove-trailing-spaces): Removed.
e04d21aa 851
eaae8106 852 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 853
1598a961
SM
854 * textmodes/picture.el (picture-clean): Removed.
855 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 856
a41d49e9
GM
8572000-11-22 Gerd Moellmann <gerd@gnu.org>
858
e053c60f
GM
859 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
860
a41d49e9
GM
861 * hi-lock.el (hi-lock-refontify): Don't call non-existent
862 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 863 do anything special when jit-lock is active.
a41d49e9
GM
864 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
865
197615f3
DL
8662000-11-22 Dave Love <fx@gnu.org>
867
ddbfaa9f
DL
868 * calendar/todo-mode.el (todo-top-priorities): Use
869 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
870
ddc3c695
DL
871 * language/chinese.el, language/cyrillic.el:
872 * language/devanagari.el, language/ethiopic.el, language/greek.el:
873 * language/hebrew.el, language/indian.el, language/japanese.el:
874 * language/korean.el, language/lao.el, language/misc-lang.el:
875 * language/thai.el, language/tibetan.el, language/vietnamese.el:
876 Use provide.
877
fb9fa98d
DL
878 * cus-edit.el (custom-buffer-create-internal): Save some consing.
879 (custom-variable-set): Improve validation error mesage.
880
197615f3
DL
881 * rect.el (string-rectangle): Revert last change.
882 (string-rectangle-line): New arg DELETE.
883 (string-rectangle): Check delete-selection-mode.
884
885 * emacs-lisp/edebug.el (edebug-version)
886 (edebug-maintainer-address): Deleted.
887 (edebug-submit-bug-report): Just alias to report-emacs-bug.
888 (edebug-read-function): Account for other `'#' read forms.
889 (edebug-mode-menus): Make some items toggles.
890 (edebug-outside-unread-command-event, unread-command-event):
891 Remove these to avoid warnings.
892
f4117c4d
GM
8932000-11-22 David Ponce <david@dponce.com>
894
895 * recentf.el (recentf-menu-items-for-commands)
896 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 897 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 898
f4117c4d
GM
899 (recentf-build-dir-rules, recentf-dump-variable)
900 (recentf-edit-list, recentf-open-files-item)
901 (recentf-open-files): Replaced unnecessary `mapcar' with new
902 built-in `mapc'.
eaae8106 903
f8e2f3f2
MB
9042000-11-23 Miles Bader <miles@gnu.org>
905
906 * faces.el (menu): Make inverse-video on ttys too.
907
4c4a541d
SM
9082000-11-22 Stefan Monnier <monnier@cs.yale.edu>
909
910 * simple.el (comment-line-break-function): Use the new name
911 indent-new-comment-line -> comment-indent-new-line.
912 (clone-indirect-buffer): Don't ignore NORECORD.
913 (next-completion): Properly handle the case where items are adjacent.
914
915 * mouse.el (popup-menu): Stupid typo.
916
980d836e
GM
9172000-11-22 Gerd Moellmann <gerd@gnu.org>
918
60e8e0a5
GM
919 * emacs-lisp/authors.el: Remove autoload cookies, add author,
920 maintainer, keywords tags.
921
980d836e
GM
922 * rect.el (replace-rectangle): Don't call string-rectangle-line
923 with too many arguments.
924
e08b2069
AS
9252000-11-22 Andre Spiegel <spiegel@gnu.org>
926
60e8e0a5 927 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 928 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
929 vc-locking-user, which no longer exists.
930
931 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
932
c6779d8d
DL
9332000-11-22 Dave Love <fx@gnu.org>
934
935 * md5.el (md5): Provide.
936 (md5): Fix error call.
937
e672fdce
MB
9382000-11-22 Miles Bader <miles@gnu.org>
939
eaae8106 940 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
941 (refill-fill-paragraph-at): Remove debugging code.
942
80e24c04
MB
943 * calendar/calendar.el (generate-calendar-window): When we don't
944 call `fit-window-to-buffer', make sure the top line is fully visible.
945
3a17d6cc
MB
946 * image-file.el (insert-image-file): Don't make `read-only'
947 property rear-nonsticky.
948
ae1a21c6
MB
949 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
950 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
951 stashing away its original value.
952 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
953 in the recursive edit.
954 Bind `isearch-original-minibuffer-message-timeout' to protect it.
955 (isearch-done): Restore `minibuffer-message-timeout'.
956
e672fdce
MB
957 * cus-start.el: Remove entry for `mode-line-inverse-video'.
958
3ea79df8
SM
9592000-11-21 Stefan Monnier <monnier@cs.yale.edu>
960
961 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
962
963 * find-lisp.el (find-lisp-find-files-internal):
964 Use dolist, when and file-name-as-directory.
965
980d836e 966 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
967 (define-derived-mode, define-minor-mode): Add specs.
968
969 * window.el: General comment and spacing fixes.
970 (save-selected-window): Use backquotes.
971 (window-safely-shrinkable-p): New function.
972 (shrink-window-if-larger-than-buffer): Use it.
973
974 * subr.el (make-local-hook): Docstring fix.
975
976 * shell.el (shell-mode): Use define-derived-mode.
977
978 * newcomment.el (comment-indent): Insert comment before calling
979 comment-indent-function. Don't insert in column 0.
980 (comment-dwim): Indent before inserting comment.
981
982 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
983 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
984 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
985 Use mapc rather than map.
986
987 * files.el (find-buffer-visiting): Compare all attributes before
988 declaring two files identical (rather than just their inode-no).
989 (auto-mode-alist): Use \' rather than $.
990
991 * which-func.el: Update maintainer line.
992
993 * pcvs.el (uniquify-buffer-file-name): Remove advice.
994 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
995 (uniquify-buffer-file-name): Use it.
996
8f62f2b8
MB
9972000-11-22 Miles Bader <miles@gnu.org>
998
999 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
1000 * simple.el (minibuffer-avoid-prompt): New function.
1001
fb279a6d
GM
10022000-11-21 Gerd Moellmann <gerd@gnu.org>
1003
1004 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
1005
867092e9
MB
10062000-11-21 Miles Bader <miles@gnu.org>
1007
ef860850
MB
1008 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
1009 inclusion of `track-mouse'.
1010
867092e9
MB
1011 * textmodes/refill.el (refill-ignorable-overlay): New variable.
1012 (refill-adjust-ignorable-overlay): New function.
1013 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
1014 only the paragraph's tail if possible.
1015 Update `refill-ignorable-overlay'.
1016 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
1017
1018 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1019 point inside the fill-prefix.
1020
1021 * textmodes/refill.el (refill-post-command-function): Don't reset
1022 refill-doit in the case where a self-insertion command doesn't
1023 case a refill. Use `refill-fill-paragraph-at', getting position
1024 from `refill-doit'.
1025 (refill-after-change-function): Set `refill-doit' to END.
1026 (refill-fill-paragraph-at): New function, mostly from old
1027 refill-fill-paragraph.
1028 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
1029 (refill-pre-command-function): New function.
1030 (refill-mode): Add it to `pre-command-hook'.
1031
ff9ab414
GM
10322000-11-20 Gerd Moellmann <gerd@gnu.org>
1033
29a01b72
GM
1034 * textmodes/artist.el (artist-mode): Fix autoload cookie.
1035
ff9ab414
GM
1036 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
1037 javadoc tags.
eaae8106 1038
885b211b
AS
10392000-11-20 Andre Spiegel <spiegel@gnu.org>
1040
1041 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
1042 vc.el).
1043
eaae8106 1044 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 1045 require vc.
eaae8106
SS
1046
1047 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 1048 checkouts.
eaae8106 1049
d1838556
DL
10502000-11-20 Dave Love <fx@gnu.org>
1051
1052 * Makefile.in (DONTCOMPILE): Omit bindings.el.
1053
2b69bc11 10542000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 1055
2b69bc11
GM
1056 * calculator.el (calculator-paste): Use `if' instead of `and'
1057 and `or'.
1058 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 1059
b95b34e5
GM
10602000-11-19 Gerd Moellmann <gerd@gnu.org>
1061
030de92f
GM
1062 * info.el (info-menu-5): Doc fix.
1063
b95b34e5
GM
1064 * textmodes/artist.el: New file.
1065
54970452
AS
10662000-11-19 Andre Spiegel <spiegel@gnu.org>
1067
eaae8106 1068 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
1069 and differentiate according to checkout model.
1070 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
1071 since this function is only concerned with master state.
1072
eaae8106 1073 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
1074 vc-default-workfile-unchanged-p): Moved here from vc.el.
1075
eaae8106 1076 * vc.el (vc-workfile-unchanged-p,
54970452
AS
1077 vc-default-workfile-unchanged-p): See above.
1078
e5a9dabf
MB
10792000-11-19 Miles Bader <miles@gnu.org>
1080
1081 * image-file.el (insert-image-file): Make `intangible' and
1082 `read-only' properties rear-nonsticky too.
1083
24127af0
GM
10842000-11-18 Gerd Moellmann <gerd@gnu.org>
1085
d392e9c5 1086 * ps-print.el: Update copyright notice.
eaae8106 1087
d392e9c5
GM
1088 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
1089 (tooltip-show): Use the offsets.
1090
24127af0 1091 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 1092 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
1093 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
1094
2b69bc11 10952000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 1096
2b69bc11
GM
1097 * ps-print.el (toplevel): Test for find-coding-system being
1098 fboundp before calling ps-x-find-coding-system.
08ea6f17 1099
66321b2f
SM
11002000-11-16 Stefan Monnier <monnier@cs.yale.edu>
1101
1102 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
1103 (vc-version-backup-file): Docstring fix.
1104
046110c6
GM
11052000-11-16 Gerd Moellmann <gerd@gnu.org>
1106
4104194e
GM
1107 * files.el (basic-save-buffer): Don't add a newline if
1108 find-file-literally is non-nil.
1109 (find-file-literally): Extend doc string.
1110
046110c6
GM
1111 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
1112 sort(1) with the `-f' argument.
1113
6505c16e
AS
11142000-11-16 Andre Spiegel <spiegel@gnu.org>
1115
fd063975
AS
1116 * vc.el: Updated backend documentation.
1117 (vc-default-check-headers): New function.
1118
3d02dd81 1119 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
1120
1121 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 1122 up-to-date.
eaae8106 1123 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 1124 the minibuffer is not active.
fd063975 1125
eaae8106 1126 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 1127 `vc-cvs-use-edit' is on.
eaae8106
SS
1128 (vc-cvs-checkout): When this is used for reverting the workfile,
1129 make a backup of the original contents and revert to that in case
8791d617 1130 of error.
eaae8106 1131 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 1132 remote repositories.
eaae8106 1133
6505c16e
AS
1134 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
1135 for both version and ratio in the minibuffer.
fd063975 1136
eaae8106 1137 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 1138 Use vc-do-command to perform the annotation, not call-process.
6505c16e 1139
a13f0660
KH
11402000-11-16 Kenichi Handa <handa@etl.go.jp>
1141
1142 * international/quail.el (quail-start-translation): Don't call
1143 `message' before reading key sequence.
1144
1389a414
MB
11452000-11-16 Miles Bader <miles@lsi.nec.co.jp>
1146
1147 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
1148
9256a532
KH
11492000-11-16 Kenichi Handa <handa@etl.go.jp>
1150
1151 * window.el (fit-window-to-buffer): Be sure to acquire at least
1152 one text line even if the buffer is empty.
1153
0e14fe9f
GM
11542000-11-16 Gerd Moellmann <gerd@gnu.org>
1155
eaae8106 1156 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
1157 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
1158 ange-ftp-process-verbose to nil.
1159
da645c53
DL
11602000-11-15 Dave Love <fx@gnu.org>
1161
233d5cde
DL
1162 * wid-edit.el (widget-specify-field, widget-specify-button): If
1163 :help-echo is a function, set help-echo of overlay to
1164 widget-mouse-help.
1165 (widget-mouse-help): New function.
1166 (widget-echo-help): Rewritten for :help-echo functions only taking
1167 a widget arg.
1168
b12057b9
DL
1169 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
1170 display-graphic-p.
1171 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
1172 and that JPEG is available.
1173 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
1174
da645c53
DL
1175 * international/mule-cmds.el (locale-charset-language-names):
1176 Match @euro.
1177
6d133d1f
GM
11782000-11-15 Gerd Moellmann <gerd@gnu.org>
1179
1180 * faces.el (face-set-after-frame-default): If
0e14fe9f 1181 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
1182 default face from X resources.
1183
49ac2ac5
EZ
11842000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1185
1186 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
1187 Don't set EMACSLOADPATH.
1188
4fb0a34c
EZ
11892000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1190
1191 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
1192 texinfo-insert-@url.
1193 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
1194 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
1195
bb304a7a
SM
11962000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1197
82bc80bf
SM
1198 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
1199 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
1200 (checkdoc-minor-keymap): Backward compatibility.
1201 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
1202 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
1203 (checkdoc-this-string-valid-engine): Be a bit more strict
1204 to avoid matching substrings of `...' quoted vars/funs.
1205 (checkdoc-defun-info): Only look for `interactive' if alone.
1206 (debug-ignored-errors): Add "arg doesn't appear in docstring".
1207
e8c87124
SM
1208 * progmodes/compile.el (grep): `tag-default' can be nil.
1209
bb304a7a
SM
1210 * newcomment.el (comment-indent): Paren typo.
1211
8628686a
DL
12122000-11-14 Dave Love <fx@gnu.org>
1213
25c269ef
DL
1214 * calculator.el: New maintainer version.
1215
66321b2f 1216 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 1217
8628686a
DL
1218 * cmuscheme.el: Doc fixes.
1219 (cmuscheme) <defgroup>: Use `scheme' as parent.
1220 (cmuscheme-program-name): Remove. Change uses to
1221 scheme-program-name.
1222
1223 * xscheme.el (scheme-program-name): Don't define here.
1224
1225 * progmodes/scheme.el (scheme-program-name): New variable
1226 (originally in cmuscheme).
1227
88f0a1eb
MB
12282000-11-14 Miles Bader <miles@gnu.org>
1229
1230 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
1231 Handle header-lines. Don't loop forever if we can't enlarge the
1232 window anymore. Simplify a bit.
1233
cd9a000c
KH
12342000-11-14 Kenichi Handa <handa@etl.go.jp>
1235
1236 * window.el (fit-window-to-buffer): Don't check
1237 window-text-height. Assure that the last line is fully visible.
1238
1239 * international/quail.el (quail-show-guidance-buf): Call
1240 fit-window-to-buffer to assure the enough height of the guidance
1241 buffer.
1242 (quail-update-guidance): Avoid making the guidance buffer shorter.
1243
d3fcda22
SM
12442000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1245
bdbd9606
SM
1246 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
1247 rather than `prepend' and add an interesting comment.
1248 (tex-math-face, tex-font-lock-syntactic-face-function):
1249 New face and function to use it.
1250 (tex-define-common-keys, tex-mode-map): Use menu-item rather
1251 than `menu-enable' symbol property.
1252 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
1253 (tex-mode): Add some latex-mode commands for auto-selection.
1254 Use tex-font-lock-syntactic-face-function.
1255 (tex-insert-quote): Simplify.
1256 (tex-shell): New mode.
1257 (tex-start-shell): Use it.
1258 (tex-shell-proc, tex-shell-buf): New functions.
1259 (tex-send-command): Use it.
1260 (tex-main-file): Fix the meaning of the new arg REALFILE.
1261 (tex-send-tex-command): New function split from `tex-start-tex'.
1262 Set compilation-last-buffer and compilation-parsing-end.
1263
d3fcda22
SM
1264 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
1265 when it follows non-comment text on the line.
1266
1267 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1268 Set font-lock-defaults.
1269 (lisp-mode-shared-map): Init inside the defvar.
1270 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
1271 Use define-derived-mode.
1272
bdab1d43
MB
12732000-11-14 Miles Bader <miles@lsi.nec.co.jp>
1274
1275 * faces.el (header-line): Use `:box nil' for color/gs displays too.
1276
936ae731
GM
12772000-11-14 Gerd Moellmann <gerd@gnu.org>
1278
1279 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
1280 recursively optimize body because that can lead to infinite
1281 recursion; see comment there.
1282
1695ca2b
EZ
12832000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
1284
1285 * faces.el (face-spec-set-match-display): Revert the change from
1286 2000-10-24. Add a FIXME for after v21.1.
1287
9d348294
MB
12882000-11-13 Miles Bader <miles@gnu.org>
1289
1290 * textmodes/fill.el (skip-line-prefix): New function.
1291 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
1292 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
1293 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1294 point inside the fill-prefix.
9d348294 1295
b85fa13c
MB
12962000-11-13 Miles Bader <miles@lsi.nec.co.jp>
1297
1298 * calendar/calendar.el (generate-calendar-window): Use
1299 `fit-window-to-buffer'.
1300
a0b47716
SM
13012000-11-12 Stefan Monnier <monnier@cs.yale.edu>
1302
1303 * gud.el (gud-minor-mode): New var.
1304 (gud-symbol, gud-val): New functions.
1305 (gud-find-file): Copy gud-minor-mode to the new buffer.
1306 (gud-menu-map): Include entries for commands that are not always
1307 available, using :enable to (de)activate them.
1308 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
1309 (gud-mode-map): New map.
eaae8106 1310 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
1311 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
1312 Don't set up gud's menu (it's done by the minor-mode).
1313 (gud-minibuffer-local-map): New.
1314 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
1315 (gud-query-cmdline): New function.
1316 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
1317 (gud-mode): Use define-derived-mode.
1318 Don't set up gud's menu (it's done by the minor-mode).
1319 (gud-chop-words): Remove.
1320 (gud-common-init): Use split-string instead.
1321 (gud-new-keymap, gud-make-debug-menu): Eradicate.
1322
1323 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
1324 Add keyword arg :name.
1325
1326 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
1327 (diff-count-matches, diff-split-hunk): New functions.
1328 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
1329
1330 * pcvs-info.el (cvs-fi-conflict-face): New var.
1331
1332 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
1333 Make it into a simple syntax-table, shared among all submodes.
1334 (sh-heredoc-face): Re-introduce.
1335 (sh-font-lock-syntactic-face-function): New function.
1336 (sh-mode): Use it. Also use define-derived-mode.
1337 Remove old bogus setting of indent-region-function.
1338 (sh-set-shell): Don't set the syntax-table any more.
1339 (sh-mode-syntax-table) <defun>: Remove.
1340
f5ed37df
MB
13412000-11-12 Miles Bader <miles@gnu.org>
1342
1343 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
1344 message if interactive.
1345
0b074c2f
DL
13462000-11-12 Dave Love <fx@gnu.org>
1347
1348 * mail/feedmail.el: Fix header,
1349 (feedmail) <defgroup>: Add :link.
1350
1351 * view.el: Use local-map property, not keymap on mode-line string.
1352
1353 * scroll-all.el (scroll-all-mode): Customize variable. Add
1354 autoload cookie to function.
1355
1356 * lazy-lock.el: Remove compatibility code.
1357
1358 * finder.el (finder-known-keywords): Add `files', remove `vms'.
1359 (finder-help-echo): New variable.
1360 (finder-mouse-face-on-line): Add help-echo stuff.
1361 (finder-list-keywords, finder-list-matches): Use mapc.
1362
1363 * faces.el (face-font-registry-alternatives): Add :version.
1364
1365 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
1366 tags-table-list.
1367
a0b47716 1368 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 1369
a0b47716 1370 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
1371 (mail-mode): Use [:alnum:] in some regexps.
1372
6d502396
DL
13732000-11-10 Dave Love <fx@gnu.org>
1374
1375 * ediff.el (ediff-regions-internal, ediff-documentation):
1376 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
1377 fundamental mode.
1378
1379 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
1380 buffer into fundamental mode.
1381 (ediff-set-difference): Use copy-sequence if available.
1382
1383 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
1384 ediff-patch-map non-nil.
1385 (ediff-fixup-patch-map, ediff-fixup-patch-map)
1386 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
1387 buffer into fundamental mode.
1388
1389 * ediff-merg.el (state-or-merge): Defvar when compiling.
1390
a82fe213
JR
13912000-11-10 Jason Rumney <jasonr@gnu.org>
1392
1393 * w32-fns.el (w32-add-charset-info): New function.
1394 (w32-charset-info-alist): Use it.
1395
52d89894
GM
13962000-11-10 Gerd Moellmann <gerd@gnu.org>
1397
1398 * faces.el (face-font-registry-alternatives): New user-option.
1399
178932de
SM
14002000-11-10 Stefan Monnier <monnier@cs.yale.edu>
1401
d7fa3319
SM
1402 * textmodes/texinfo.el (texinfo-block-default): New var.
1403 (texinfo-insert-block): Use it. Insert a newline if needed.
1404
178932de
SM
1405 * textmodes/fill.el (fill-indent-according-to-mode): New var.
1406 (fill-region-as-paragraph): Use it.
1407
1408 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
1409 (latex-mode): Tweak tex-*-(head|trail)er regexps.
1410 Tweak paragraph regexps to allow a leading [ \t]*.
1411 (tex-latex-block): Insert a newline if necessary.
1412 (latex-insert-item): Only insert a newline if necessary.
1413 (tex-guess-main-file): New function.
1414 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
1415 Set tex-main-file if TeX-master is provided.
1416 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
1417
bd02b8e0
GM
14182000-11-10 Gerd Moellmann <gerd@gnu.org>
1419
1420 * startup.el (command-line): Set the default tooltip-mode
1421 to t for graphical displays which implement x-show-tip.
1422
1423 * tooltip.el (tooltip-mode): Add a comment about startup.el
1424 setting the default value of this user-option.
1425
b29b03eb
SM
14262000-11-09 Stefan Monnier <monnier@cs.yale.edu>
1427
1428 * font-lock.el (font-lock-*-face) <defvar>: Move.
1429 (font-lock-defaults-alist): Mark obsolete.
1430 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
1431 (font-lock-mode): Use define-minor-mode.
1432 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
1433 (font-lock-turn-off-thing-lock): Be more explicit.
1434 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
1435 (font-lock-syntactic-face-function): New var.
1436 (font-lock-fontify-syntactically-region): Use it.
1437 (font-lock-doc-face): New.
1438
1439 * pcvs.el (cvs-enabledp): Ignore errors.
1440 (cvs-commit-filelist): Never query.
1441 (cvs-mode-insert): Always add a terminating / in the initial prompt.
1442 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
1443 (cvs-do-removal): Use cvs-partition rather than delete-if.
1444 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
1445 cvs-bury-buffer.
1446
1447 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1448 Allow `next' to jump to after the end of the last match.
1449
778fbc46
GM
14502000-11-09 Gerd Moellmann <gerd@gnu.org>
1451
730c746c
GM
1452 * simple.el (byte-compiling-files-p): New function.
1453
1454 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
1455 if it is there.
1456
1457 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
1458 nil again.
1459
778fbc46
GM
1460 * textmodes/ispell.el (ispell-library-path): Don't call
1461 check-ispell-version when byte-compiling because that starts
1462 an ispell process, and ispell might not be installed.
1463 (toplevel): Don't set up a menu when byte-compiling.
1464
1465 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
1466 it, so that a boundp test can be used to determine if we're
1467 currently byte-compiling.
1468
5912c5bb
DL
14692000-11-09 Dave Love <fx@gnu.org>
1470
1471 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
1472 eval-after-load.
1473
7bb054a5
GM
14742000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1475
1476 * ps-print.el: Patch for variable initialization when spooling. Doc
1477 fix.
1478 (ps-output-list): Fun eliminated.
1479 (ps-begin-file, ps-begin-job): Code fix.
1480
9db2706e
DL
14812000-11-08 Dave Love <fx@gnu.org>
1482
1483 * ediff-wind.el (ediff-control-frame-parameters): Zero
1484 tool-bar-lines.
1485
f7eb32aa
GM
14862000-11-08 Gerd Moellmann <gerd@gnu.org>
1487
1488 * simple.el (shell-command, display-message-or-buffer)
1489 (shell-command-on-region): Mention resize-mini-windows in the doc
1490 string.
1491 (display-message-or-buffer): Take the value of resize-mini-windows
1492 into account.
1493
7b01b08c
GM
14942000-11-07 Gerd Moellmann <gerd@gnu.org>
1495
acad3c0b
GM
1496 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
1497
7b01b08c
GM
1498 * dired.el (dired-between-files): Add `^. find' as an alternative
1499 to the regular expression, for find-dired.
1500
6f602bd0
SM
15012000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1502
1503 * textmodes/texnfo-upd.el: Require texinfo.
1504 (defmacro, defgroup): Remove.
1505 (texinfo-section-to-generic-alist): Remove.
1506 Use texinfo-section-list instead (i.e. level is changed string->int).
1507 (texinfo-filter): New function.
1508 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
1509 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
1510 Use it. And use regexp-opt.
1511 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
1512 (texinfo-update-menu-region-beginning)
1513 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
1514 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
1515 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 1516 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
1517 (texinfo-sequential-node-update): Remove autoload cookie.
1518
1519 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
1520 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
1521 (texinfo-chapter-level-regexp): Remove.
1522 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
1523
bb216218
DL
15242000-11-06 Dave Love <fx@gnu.org>
1525
6f602bd0 1526 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 1527
6f602bd0
SM
1528 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1529 Match defun*.
bb216218 1530
ff8dd5d5
KH
15312000-11-06 Kenichi Handa <handa@etl.go.jp>
1532
1533 * composite.el (composition-function-table): Variable declaration
1534 moved to src/composite.c.
1535 (compose-chars-after): New optional arg object.
1536
e9da51a1
GM
15372000-11-06 Gerd Moellmann <gerd@gnu.org>
1538
e0c12c68
GM
1539 * bindings.el (mode-line-toggle-read-only)
1540 (mode-line-toggle-modified, mode-line-widen)
1541 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
1542 (make-mode-line-mouse2-map): Rewritten.
1543 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
1544 functions so that C-h k can show something with a doc string.
eaae8106 1545
e9da51a1
GM
1546 * startup.el (fancy-splash-delay): Set to 10 seconds.
1547 (fancy-splash-max-time): New user-option.
1548 (fancy-splash-stop-time): New variable.
1549 (fancy-splash-screens): Set it. Catch `stop-splashing'.
1550 (fancy-splash-screens-1): Throw `stop-splashing' when current
1551 time is greater than fancy-splash-stop-time.
1552
611dbdf0
SM
15532000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1554
4d2806e2
SM
1555 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
1556
611dbdf0
SM
1557 * pcvs.el (cvs-mode-marked): New arg `noquery'.
1558 Prompt user for a file rather than raising an error.
1559 (cvs-enabledp): Fix call to cvs-mode-marked.
1560 (cvs-insert-file): New function (extracted from cvs-mode-insert).
1561 (cvs-mode-insert): Use it. Change the init prompt' value.
1562 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
1563
1564 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
1565 Don't pass default arg to ewoc-locate.
1566 (ewoc-collect): Return result in the right order.
1567
1568 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
1569
1570 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
1571 (cvs-status-get-tags): Fix regexp.
1572 (cvs-status-trees, cvs-status-cvstrees):
1573 Combine after change hooks and don't sit-for.
4d2806e2
SM
1574 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
1575 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
1576 Use make-char rather than hard-coded cryptic data.
1577 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
1578
1579 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
1580
1581 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
1582 (cvs-insert-strings): New function.
1583
937b2877
MB
15842000-11-06 Miles Bader <miles@lsi.nec.co.jp>
1585
1586 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
1587 `mwheel-scroll-amount'.
1588 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
1589 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
1590 string-matching against the version string.
1591
c6c97763
KH
15922000-11-06 Kenichi Handa <handa@etl.go.jp>
1593
6eaec747
KH
1594 * language/thai.el ("Thai"): Set a lisp form that produces
1595 composed string in `sample-text' language info.
1596
1597 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
1598 composed string in `sample-text' language info.
1599
1600 * international/mule-cmds.el (describe-language-environment): Eval
1601 `sample-text' data and insert the result.
1602
c6c97763
KH
1603 * international/mule-conf.el (compound-text): Define this coding
1604 system here. Make x-ctext and ctext aliases of it.
1605
1606 * language/european.el (compound-text, ctext): Moved to
1607 international/mule-conf.el.
1608
d1145f85
AI
16092000-11-05 Andrew Innes <andrewi@gnu.org>
1610
1611 * w32-fns.el (w32-version): New function.
1612
178a6a45
SM
16132000-11-05 Stefan Monnier <monnier@cs.yale.edu>
1614
1615 * progmodes/awk-mode.el: Update copyright.
1616 (awk-mode-abbrev-table): Remove.
1617 (awk-font-lock-keywords): Use regexp-opt.
1618 (awk-mode): Use define-derived-mode.
1619
1620 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
1621 when extracting a suffix.
1622
1ba90166
AS
16232000-11-04 Andre Spiegel <spiegel@gnu.org>
1624
1625 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
1626 auto-save-mode.
1627
546790cb
JR
16282000-11-04 Jason Rumney <jasonr@gnu.org>
1629
1630 * language/european.el (decode-mac-roman): Test against r1 not r0.
1631
d247e32d
SM
16322000-11-03 Stefan Monnier <monnier@cs.yale.edu>
1633
fbf44f44
SM
1634 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
1635 (icon-mode): Define indent-line-function.
1636 (icon-comment-indent): Simplify.
1637 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
1638
1639 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
1640
1641 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
1642 Bind change-log-default-mode to defeat the caching done on it.
1643 Don't bother saving excursion any more.
1644
1645 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
1646
1647 * frame.el (after-setting-font-hook): Rename hooks -> hook.
1648 (set-frame-font): Use the new name (and the old for compatibility).
1649
eaae8106
SS
1650 * toolbar/tool-bar.el (tool-bar-mode):
1651 * time.el (display-time-mode):
1652 * recentf.el (recentf-mode):
1653 * paren.el (show-paren-mode):
1654 * mwheel.el (mouse-wheel-mode):
1655 * msb.el (msb-mode):
1656 * jka-compr.el (auto-compression-mode):
1657 * image-file.el (auto-image-file-mode):
1658 * hl-line.el (hl-line-mode):
1659 * delsel.el (delete-selection-mode):
1660 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
1661 * complete.el (partial-completion-mode): Drop unneeded positional args.
1662
eaae8106 1663 * info.el (Info-mode):
79372165 1664 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 1665
d247e32d
SM
1666 * log-edit.el (log-edit-menu): New menu.
1667
4921558e
MB
16682000-11-03 Miles Bader <miles@gnu.org>
1669
1670 * wid-edit.el (widget-end-of-line): Reinstate, with a new
1671 definition, so that trailing spaces are handled properly.
1672 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
1673
1fc02b3c
GM
16742000-11-03 Gerd Moellmann <gerd@gnu.org>
1675
1676 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
1677 tab character.
1678 (fancy-splash-screens): Set tab-width to 20.
1679
51d001f7
DL
16802000-11-03 Dave Love <fx@gnu.org>
1681
1682 * comint.el (comint-completion-addsuffix): Fix custom type.
1683
ba22aeff
SM
16842000-11-02 Stefan Monnier <monnier@cs.yale.edu>
1685
1686 * font-lock.el (font-lock-buffers): Remove.
1687 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
1688 (font-lock-change-major-mode): Remove.
1689 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
1690 (font-lock-default-fontify-region): Extend the multiline
1691 fontification to whole lines.
1692 (font-lock-fontify-anchored-keywords)
1693 (font-lock-fontify-keywords-region): If matching just one
1694 line (with \n) only mark the \n as multiline.
1695
1696 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
1697 Correctly handle the case where several :group args are supplied.
1698 Allow :extra-args.
1699 (easy-mmode-define-global-mode): Allow :extra-args.
1700 Correctly handle the case where several :group args are supplied.
1701
9c887ada
MB
17022000-11-02 Miles Bader <miles@gnu.org>
1703
eaae8106 1704 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
1705 (holiday-face): Remove dependency on `window-system'.
1706
7f25090d
KR
17072000-11-02 Ken Raeburn <raeburn@gnu.org>
1708
1709 * Makefile.in (emacs): Set EMACSLOADPATH always.
1710 (update-authors, .el.elc, compile-files): Don't do it explicitly
1711 here.
9b911107 1712 (compile-files): Bomb out if compilation of a file fails.
7f25090d 1713
7dd6009c
DL
17142000-11-02 Dave Love <fx@gnu.org>
1715
1716 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
1717
94821e4f
EZ
17182000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
1719
1720 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
1721 punctuation in the warning inserted into the *mail* buffer.
1722
1ac3fc42
GM
17232000-11-02 Gerd Moellmann <gerd@gnu.org>
1724
57731876
GM
1725 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
1726 (authors-public-domain-p): New function.
1727 (authors-print): Use it.
1728
975f82c9
GM
1729 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
1730
1ac3fc42
GM
1731 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
1732
4b3eb10f
GM
17332000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1734
975f82c9 1735 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
1736 (ps-print-version): New version number (6.3.1).
1737 (ps-even-or-odd-pages): Customization fix.
1738 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
1739 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
1740 (ps-page-count): Var replaced by `ps-page-column'.
1741 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
1742 (ps-print-sheet-p): New fun.
1743
7da794df
MB
17442000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1745
1746 * tooltip.el (tooltip-gud-tips-setup): New function.
1747 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
1748 (tooltip-mode): Call tooltip-gud-tips-setup.
1749 (tooltip-gud-tips): Use `gud-basic-call' instead of
1750 process-send-string, so the prompt gets frobbed appropriately.
1751 Handle nil return value from `tooltip-gud-print-command'.
1752
0e40b809
EL
17532000-11-01 Eric M. Ludlam <zappo@ultranet.com>
1754
1755 * comint.el (comint-add-to-input-history): New function.
1756 (comint-send-input): Use `comint-add-to-input-history'.
1757
50ada0db
MB
17582000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1759
973a3104
MB
1760 * info.el (info-menu-header): New face.
1761 (Info-fontify-menu-headers): New function.
1762 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
1763
50ada0db
MB
1764 * info.el (Info-insert-dir): Don't include blank lines at
1765 beginning of additional dir files (one is added automatically).
1766
bff53411
SM
17672000-11-01 Stefan Monnier <monnier@cs.yale.edu>
1768
1769 * emacs-lisp/easy-mmode.el (define-minor-mode):
1770 Revert the latest changes.
1771 Allow the three positional arguments to be skipped and replaced
1772 by keyword arguments.
1773 Add a :toggle argument to determine whether a nil arg means toggle
1774 or means turn-on. The default is unchanged.
1775 Add a call to force-mode-line-update.
1776
6b8a0b2d
DL
17772000-11-01 Dave Love <fx@gnu.org>
1778
1779 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
1780 cookie.
1781
5bf99100
MB
17822000-11-01 Miles Bader <miles@lsi.nec.co.jp>
1783
1784 * calendar/calendar.el (diary-face, holiday-face): Add
1785 dark-background variants.
1786
a4032611
SS
17872000-10-31 Sam Steingold <sds@gnu.org>
1788
1789 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
1790 `tex-main-file' does not have directory in it.
1791
c286608e
SM
17922000-10-31 Stefan Monnier <monnier@cs.yale.edu>
1793
1794 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
1795
4836835a
TTN
17962000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
1797
1798 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
1799 functional change.
1800
26dcb81b
GM
18012000-10-31 Gerd Moellmann <gerd@gnu.org>
1802
1803 * files.el (find-file-noselect): When we expand a wildcard, return
1804 a list of buffers, as we should do according to the doc string.
1805
49fc4500
KR
18062000-10-31 Ken Raeburn <raeburn@gnu.org>
1807
1808 * loadup.el (top level): Adjust load path if program name is
1809 "../src/bootstrap-emacs", in case it's not dumped and thus the
1810 load path adjustment hasn't already been done.
1811
ea0c615d
GM
18122000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1813
1814 * ps-print.el: Fix bug on selected pages for printing. Use
1815 `color-values' for Emacs 21. Ensure fontification when jit-lock
1816 is on. Try to avoid warning messages when compiling. Doc Fix.
1817 (ps-print-version): New version number (6.3).
1818 (ps-color-device): Use `color-values' to determine if device
1819 supports color.
1820 (ps-color-values): Try to use `x-color-values' when using XEmacs.
1821 (ps-print-page-p): Changed from defsubst to defun.
1822 (ps-page-number): Changed from defmacro to defun.
1823 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
1824 printing.
c286608e 1825 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
1826 (ps-end-file, ps-dummy-page): Funs eliminated.
1827 (ps-print-color-scale): Changed default value.
1828 (ps-page-n-up, ps-print-page-p): New internal vars.
1829 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
1830 (ps-plot-region, ps-generate, ps-end-job): Code fix.
1831
9e20722f
GM
1832 * delim-col.el: Little programming improvement.
1833 (delimit-columns-str): New macro.
1834 (delimit-columns-region, delimit-columns-rectangle): Code fix.
1835
d7a0fd00
KH
18362000-10-31 Kenichi Handa <handa@etl.go.jp>
1837
c286608e
SM
1838 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
1839 Moved to european.el.
d7a0fd00
KH
1840 (ccl-encode-mac-roman-font, fontset-mac): Modified for
1841 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
1842 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
1843 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 1844
234be340
DL
18452000-10-30 Dave Love <fx@gnu.org>
1846
1847 * progmodes/cc-menus.el (imenu-generic-expression)
1848 (imenu-progress-message): Only defvar when compiling.
1849
4edc4a39
DL
1850 * emacs-lisp/elp.el (elp-unload-hook): New function.
1851
1852 * loadhist.el (unload-feature): Call elp-restore-function,
1853 checking for symbols; don't use elp-restore-all.
1854 (loadhist-hook-functions): Doc fix.
1855
70c825df
SM
18562000-10-30 Stefan Monnier <monnier@cs.yale.edu>
1857
1858 * log-edit.el (log-edit-confirm): Fix the default.
1859
1d3baf74
GM
18602000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1861
1862 * delim-col.el: Little fix: replace delimit-columns-align-columns by
1863 delimit-columns-format.
1864 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 1865
1ec321a7
MB
18662000-10-30 Miles Bader <miles@lsi.nec.co.jp>
1867
1868 * comint.el (comint-replace-by-expanded-history): Don't use
1869 comint-get-old-input (we're not looking at *old* input).
1870 (comint-get-old-input-default): If using fields, signal an error
1871 when the point is not in an input field.
1872
70737ea9
KH
18732000-10-30 Kenichi Handa <handa@etl.go.jp>
1874
1875 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
1876 and mule-unicode-e000-ffff.
1877
fa0cb51d 1878 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
1879 (make-coding-system): Accept a symbol of translation table as a
1880 value of property `safe-chars'.
1881
1882 * international/mule-cmds.el (encode-coding-char): Check property
1883 safe-chars instead of safe-charsets.
1884
1885 * international/fontset.el (fontset-default): Modified for
1886 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
1887 (x-font-name-charset-alist): Likewise.
1888 (ccl-encode-unicode-font): New CCL program. Record it in
1889 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
1890
70c825df
SM
1891 * language/european.el (mac-roman-decoder, mac-roman-encoder):
1892 New translation tables.
70737ea9
KH
1893 (decode-mac-roman, encode-mac-roman): Definition of these CCL
1894 programs are modified and moved from mac-win.el.
1895 (mac-roman): Definition of this coding system is modified and
1896 moved from mac-win.el.
4836835a 1897
fda2ce24 18982000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 1899
1d3baf74 1900 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 1901 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 1902
dd4d3cb6
MB
19032000-10-29 Miles Bader <miles@gnu.org>
1904
1905 * custom.el (custom-add-to-group): Allow multiple entries for a
1906 given value OPTION, as long as their widget types are different.
1907 * cus-edit.el (custom-face-value-create): If face name doesn't end
1908 with "face", add such here (similar to custom group widgets).
1909
1910 * comint.el (comint-highlight-prompt): Add :type.
1911
dace60cf
JW
19122000-10-28 John Wiegley <johnw@gnu.org>
1913
1914 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
1915 Changed this function to operate on a temporary buffer instead of
1916 the main buffer. This not only keeps flyspell from marking a
1917 buffer as changed that wasn't, but it solves the jumpy cursor
1918 problem when attempts are made to edit incorrect words.
1919 (flyspell-maybe-correct-doubling): Same change as for
1920 `flyspell-maybe-correct-transposition'.
1921
1922 * calendar/timeclock.el (timeclock-log): Doc fix.
1923 (timeclock-last-event): Doc fix.
1924 (timeclock-log): Kill the timelog buffer after appending a new
1925 event.
1926 (timeclock-find-discrep): Use a temp buffer to read in the
1927 timelog, instead of visiting the file.
1928 (timeclock-log-data): A new function, along with a host of helper
1929 functions, for the purpose of making timelog data accessible to
1930 programmers.
1931
1932 * eshell/esh-mode.el (window-height test): Make certain that
1933 `eshell-stringify-t' is non-nil.
1934 (eshell-password-prompt-regexp): Changed to a much simpler
1935 password regexp.
1936 (eshell-send-input): If `eshell-invoke-directly' returns t,
1937 directly invoke the parsed command using `eval'. This improves
1938 turn-around time on simple commands by a factor of three or
1939 greater, such as cd, ls, pwd, etc. -- which get used very often.
1940 It also conserves thousands of cons cells per call (since
1941 `eshell-do-eval' consumes memory like a Cookie Monster set loose
1942 in the Pacific Cookie Company).
1943
1944 * eshell/esh-test.el (eshell-test): Whitespace fix.
1945
1946 * eshell/em-ls.el (eshell-ls-insert-directory): Make
1947 `eshell-ls-initial-args' nil when inserting directory contents.
1948
1949 * eshell/em-script.el (eshell-script-initialize): Add names to
1950 `eshell-complex-commands, since `source' and `.' are complex.
1951
0467b076
EZ
1952 * eshell/esh-cmd.el (eshell-rewrite-for-command)
1953 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
1954 `eshell-copy-handles'.
1955 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
1956 bodies.
1957 (eshell-separate-commands): Whitespace fix.
1958 (eshell-complex-commands): Added a new list of names, for
1959 determining whether a given command is as simple as it looks.
1960 (eshell-invoke-directly): New function. Returns t if a command
1961 should be invoked directly (using `eval'), rather than indirectly
1962 using `eshell-do-eval'.
1963 (eshell-do-eval): Whitespace fix.
1964
1965 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
1966 which provides an emulation of the DOS shell behavior of assuming
1967 that cp/mv/ln should copy/move/link to the current directory.
1968 (eshell-remove-entries): Added a doc string.
1969 (eshell-shuffle-files): Removed the check for `target' being null.
1970 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
1971 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
1972 it to do a smarter check of whether a destination was provided.
1973 (eshell/mv, eshell/cp): Enable `:preserve-args'.
1974 (eshell/ln): Enable `:preserve-args', and use
1975 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
1976 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
1977 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
1978 list after flattening it. This makes it possible to cat files
1979 with numerical names.
1980 (eshell-unix-initialize): Added several names to
1981 `eshell-complex-commands.
1982 (eshell-unix-command-complex-p): Return t if a given command name
1983 may result in external processes being invoked.
1984
1985 * eshell/em-glob.el (eshell-glob-show-progress): Make this
1986 variable nil by default, since it slows down glob processing by a
1987 factor of two or more, and increases memory consumption.
1988
1989 * eshell/em-smart.el: Added a note about how memory consumptive
1990 smart display mode can be (at least this is true in Emacs 21).
1991 (eshell-smart-initialize): Whitespace fix.
1992 (eshell-refresh-windows): Use `if' instead of `when'.
1993 (eshell-smart-scroll-window): Calling `save-current-buffer' was
1994 not necessary.
1995 (eshell-currently-handling-window): Added a missing global
1996 variable.
1997
1998 * eshell/em-ls.el (eshell-do-ls): Code simplification.
1999 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
2000 Whitespace fix.
2001 (eshell-ls-exclude-hidden): Added this variable in addition to
2002 `eshell-ls-exclude-regexp'. This one prevents files beginning
2003 with . from even being read, which can improve memory consumption
2004 quite a bit.
2005 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
2006 read file entries beginning with a dot. In home directories with
2007 lots of hidden files, fully two-thirds of the time spent in ls is
2008 used to read directory entries that are immediately thrown away.
2009 (eshell-ls-initial-args): Added back this configuration variable,
2010 for specifying default initial arguments to every call to ls.
2011 Much faster than using an alias to do the same thing.
2012 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
2013 (eshell-ls-dir): Whitespace change.
2014
2015 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
2016
2017 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
2018 available.
2019 (eshell-stringify-t): Added a customization variable, to indicate
2020 whether `t' should be rendered as a string at all. If not, one
2021 can still determine if the result of an expression is true using
2022 "file-exists-p FILE && echo true".
2023 (eshell-stringify): If `eshell-stringify-t' is nil, don't
2024 stringify t!
2025
2026 * eshell/esh-module.el: Whitespace fix.
2027
2028 * eshell/em-alias.el (eshell-alias-initialize): Added
2029 `eshell-command-aliased-p' to `eshell-complex-commands'.
2030 (eshell-command-aliased-p): New function that returns t if a
2031 command name names an aliased.
2032
657f9cb8 20332000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 2034
0467b076 2035 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 2036 redrawing the screen when changing cursor color.
0467b076
EZ
2037 (viper-insert-state-pre-command-sentinel)
2038 (viper-replace-state-pre-command-sentinel)
70c825df
SM
2039 (viper-replace-state-post-command-sentinel):
2040 Use viper-preserve-cursor-color.
657f9cb8
MK
2041 Many functions changed to use viper= instead of = when comparing
2042 characters.
0467b076 2043 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 2044 working with characters.
0467b076 2045 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
2046 Many functions changed to use viper= instead of = when comparing
2047 characters.
0467b076 2048 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 2049
0467b076 2050 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 2051 Several typos fixed in various docstrings.
0467b076
EZ
2052 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
2053 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 2054 hook.
0467b076
EZ
2055 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
2056 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
2057 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
2058 (ediff-get-selected-buffers): New function.
2059 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
2060 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 2061 save-window-excursion.
0467b076 2062 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 2063 termination check in while loop.
0467b076 2064 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 2065 dired buffer.
0467b076
EZ
2066 (ediff-files,ediff-merge-files,ediff-files3)
2067 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 2068
4f490d99
DL
20692000-10-28 Dave Love <fx@gnu.org>
2070
2071 * info.el (Info-fontify-node): Add help-echo for menu items.
2072
45b84006
EZ
20732000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
2074
5ebc02b3
EZ
2075 * startup.el (normal-top-level): If the value of $TERM indicates
2076 we are running from xterm or one of its work-alikes, default to a
2077 light background mode.
2078
45b84006
EZ
2079 Support for -fg, -bg, and -rv command-line arguments for TTYs:
2080 * faces.el (tty-handle-reverse-video): New function.
2081 (tty-create-frame-with-faces): Call it.
2082
2083 * frame.el (frame-notice-user-settings): Don't apply
2084 default-frame-alist and initial-frame-alist to MS-DOS frames.
2085 Call tty-handle-reverse-video, frame-set-background-mode, and
2086 face-set-after-frame-default for non-MS-DOS frames.
2087
2088 * startup.el (tty-long-option-alist): New variable.
2089 (tty-handle-args): New function.
2090 (command-line): Call tty-handle-args.
2091
2092 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
2093 startup.el now does that for all character-terminal frames.
2094
eab6e8b9
MB
20952000-10-28 Miles Bader <miles@gnu.org>
2096
2097 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
2098 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
2099 global. If :global is followed by a non-nil but non-t value,
2100 make the mode buffer-local, but also generate a `global-MODE'
2101 version using `easy-mmode-define-global-mode'. Add
2102 :conditional-turn-on keyword argument.
2103
51a29efc
DL
21042000-10-28 Dave Love <fx@gnu.org>
2105
2106 * international/latin1-disp.el (latin1-char-displayable-p): Don't
2107 use window-system.
2108
d71d7114
EZ
21092000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
2110
2111 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2112 Don't call find-buffer-file-type-coding-system. Instead, just
2113 set eol-type to -unix if inhibit-eol-conversion is in effect, or
2114 if the file is on an untranslated filesystem.
2115 (add-untranslated-filesystem): Use "D" instead of "f" inside
2116 interactive.
2117
1f9cab4b
DL
21182000-10-27 Dave Love <fx@gnu.org>
2119
70c825df 2120 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
2121 (refill-mode): Use it.
2122
70c825df
SM
21232000-10-27 Stefan Monnier <monnier@cs.yale.edu>
2124
2125 * international/quail.el (quail-activate): Don't make-local-hook.
2126
7432cf10
AS
21272000-10-27 Andre Spiegel <spiegel@gnu.org>
2128
4836835a 2129 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 2130 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
2131 (vc-make-version-backup): Don't do it on MS-DOS without long file
2132 names.
4836835a 2133
7432cf10
AS
2134 * vc.el (vc-version-other-window): If an automatic backup of the
2135 desired version exists, rename it instead of copying it.
2136
4836835a
TTN
2137 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
2138 after command. If there's an unexpected error, signal it instead
7432cf10 2139 of being silent.
e1483c38 2140 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 2141
05ea7ef2
MB
21422000-10-27 Miles Bader <miles@lsi.nec.co.jp>
2143
fd1035aa
MB
2144 * shell.el (shell): Add BUFFER argument.
2145 * comint.el (make-comint-in-buffer): New function.
2146 (make-comint): Use it.
2147
05ea7ef2
MB
2148 * faces.el (face-spec-choose): Change syntax so that the list of
2149 attribute-value pairs is now the cdr of each clause, not the cadr.
2150 Detect old-style entries, and handle them. Use pop.
2151
835a55fe
SM
21522000-10-26 Stefan Monnier <monnier@cs.yale.edu>
2153
f5ab1cdd
SM
2154 * cus-edit.el (custom-mode-map): Use a sparse map.
2155 (custom-mode): Don't bother with make-local-hook.
2156
2157 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
2158
835a55fe
SM
2159 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
2160
c13b0ec8
GM
21612000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2162
2163 * ps-print.el: Avoid compilation gripes.
2164 (ps-print-version): New version number (6.2.1).
4836835a 2165
e9f63196
DL
21662000-10-26 Dave Love <fx@gnu.org>
2167
0b95284b
DL
2168 * menu-bar.el: Modify some menu item help strings.
2169 (menu-bar-help-menu): Add link to MORE.STUFF.
2170
e9f63196
DL
2171 * cus-edit.el (custom-mode): Add `special' mode-class property.
2172
2173 * wid-browse.el (widget-browse-mode): Likewise.
2174
2175 * wid-edit.el (widget-specify-field): Revert to using local-map
2176 property, not keymap.
2177
e276a14a
MB
21782000-10-26 Miles Bader <miles@lsi.nec.co.jp>
2179
c1545d88
MB
2180 * wid-edit.el (widget-field-end): When checking for a `boundary'
2181 field, do so in the correct buffer.
2182
3c1b77ca
MB
2183 * simple.el (undo): Correctly distinguish between numeric and
2184 non-numeric prefix args in non-transient-mark-mode, as per the doc
2185 string. When in transient-mark-mode, treat all prefix-args as
2186 numeric.
2187
f5ab1cdd
SM
2188 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
2189 Position point on match. Handle N == 0 correctly.
22626d9d
MB
2190
2191 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
2192 (comint-mode-map): Reverse order of `comint-write-output' and
2193 `comint-append-output-to-file'.
2194 (comint-append-output-to-file): Reinstate this function, for the
2195 benefit of the menu.
2196
d97151cb
SM
21972000-10-25 Stefan Monnier <monnier@cs.yale.edu>
2198
2199 * vc.el (vc-version-other-window): Bind `file'.
2200
ea7d6f5b
GM
22012000-10-25 Gerd Moellmann <gerd@gnu.org>
2202
f5ab1cdd 2203 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
2204
2205 * emacs-lisp/authors.el (batch-update-authors): New function.
2206 (authors-fixed-entries): New defconst.
2207 (authors-add-fixed-entries): New function.
2208 (authors): Call it.: Don't process lispref/.
2209
17c25cea
JR
22102000-10-25 Jason Rumney <jasonr@gnu.org>
2211
2212 * cus-edit.el (custom-button-face, custom-button-pressed-face):
2213 Merge x w32 and mac definitions.
2214
4ecda532
GM
22152000-10-25 Gerd Moellmann <gerd@gnu.org>
2216
2217 * menu-bar.el (menu-bar-options-menu): Add a help string for
2218 `uniquify'.
2219
b6735035
GM
22202000-10-25 Stephen Gildea <gildea@alum.mit.edu>
2221
f5ab1cdd
SM
2222 * time-stamp.el (time-stamp-string-preprocess):
2223 Fix a wrong type argument error.
b6735035 2224
f4cbc7a0
MB
22252000-10-25 Miles Bader <miles@gnu.org>
2226
2227 * recentf.el (recentf-mode): Variable removed.
2228 (recentf-mode): Use `define-minor-mode'.
2229
2230 * mwheel.el (mouse-wheel-mode): New global minor mode.
2231 (mwheel-install): Use `mouse-wheel-mode'.
2232
f4b020f6
DL
22332000-10-25 Dave Love <fx@gnu.org>
2234
f5ab1cdd
SM
2235 * progmodes/cperl-mode.el (cperl-mode):
2236 Set normal-auto-fill-function correctly.
072cb6f9 2237
f4b020f6
DL
2238 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
2239 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 2240 bindings.
f4b020f6 2241
ebe2a441
MB
22422000-10-25 Miles Bader <miles@lsi.nec.co.jp>
2243
ff4dcd4b
MB
2244 * wid-edit.el (widget-field-at): New function.
2245 (widget-at, widget-field-activate): Use it.
2246 (widget-tabable-at): Use `widget-at'.
2247 (widget-specify-field): If the terminating character of the widget
2248 field (which is read-only) is a newline, put it into a special
2249 `boundary' field so that C-n/C-p act more naturally.
2250 (widget-field-end): Also don't subtract one if a special
2251 `boundary' field has been added after the widget field.
2252
ebe2a441
MB
2253 * comint.el (comint-output-filter, comint-send-input): Don't
2254 bother adding stickiness fields to overlays to fool the field
2255 code, since it should notice the overlay insertion-types now.
ff4dcd4b 2256
ebe2a441
MB
2257 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
2258 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
2259 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
2260
fe50b6ab
GM
22612000-10-24 Gerd Moellmann <gerd@gnu.org>
2262
53df4dda
GM
2263 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
2264 (authors): Set file coding system to iso-2022-7bit. Add
2265 file-local variables to output buffer.
2266
4836835a 2267 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
2268 WARN is nil.
2269
53df4dda
GM
22702000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2271
2272 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
2273
2274 * delim-col.el: Now there is a column formatting mechanism.
2275 Modified to customization mechanisms convention. Doc fix.
2276 (columns): New group for delim-col.
2277 (delimit-columns-before, delimit-columns-after)
2278 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
2279 (delimit-columns-end): New vars.
2280 (delimit-columns-customize, delimit-columns-format): New funs.
2281 (delimit-columns-region, delimit-columns-rectangle)
2282 (delimit-columns-rectangle-line): Modified to support column
2283 formatting.
4836835a 2284
a9839779
DL
22852000-10-24 Dave Love <fx@gnu.org>
2286
2287 * log-edit.el (log-edit): Add :version and a :group for vc.
2288
df0267b8
GM
22892000-10-24 Gerd Moellmann <gerd@gnu.org>
2290
9acc3873
GM
2291 * files.el (after-find-file): Don't print a message ``New file''
2292 if WARN is nil.
2293
63e1b552
GM
2294 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
2295 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
2296 get duplicate tool-bar entries because we'll see the global ones
2297 on more than one path through keymaps.
2298
1946f901
GM
2299 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
2300
df0267b8
GM
2301 * progmodes/cmacexp.el: Change Francesco's email address.
2302
ae3b264b
KH
23032000-10-24 Kenichi Handa <handa@etl.go.jp>
2304
2305 * window.el (fit-window-to-buffer): Adjust point of the window
2306 buffer, not that of the current buffer.
2307
23afac01
EZ
23082000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
2309
2310 * progmodes/cmacexp.el: Update the euthor's email address.
2311
22d1a4ed
MB
23122000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2313
2314 * faces.el (face-spec-set-match-display): Add `graphic' display
2315 type (the inverse of `tty'). Use `display-graphic-p' instead of
2316 the window-system variable.
2317
f408aa48
KH
23182000-10-24 Kenichi Handa <handa@etl.go.jp>
2319
2320 * international/isearch-x.el (isearch-with-input-method): Call
2321 input-method-function with the first event in
2322 unread-command-events.
2323
94fe8a31
MB
23242000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2325
2326 * faces.el (face-default-spec, face-user-default-spec): Make
2327 defsubsts.
2328
8f47302e
AC
23292000-10-24 Andrew Choi <akochoi@i-cable.com>
2330
2331 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
2332 New charsets.
2333
2334 * term/mac-win.el: Remove definitions of mac-roman-lower and
2335 mac-roman-upper, require dired, and define instead of set
2336 mac-ready-for-drag-n-drop to avoid compilation error.
2337
446c097e
AI
23382000-10-23 Andrew Innes <andrewi@gnu.org>
2339
2340 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
2341 superfluous calls to subst-char-in-string; instead apply
2342 expand-file-name after convert-standard-filename to ensure
2343 expected directory separators are used.
2344
379b70e7
EZ
23452000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
2346
2347 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
2348
85c766e9
DL
23492000-10-23 Dave Love <fx@gnu.org>
2350
b7e03a67
DL
2351 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2352 (tool-bar-add-item): Set foreground and background for XBM icons.
2353
2354 * international/latin1-disp.el (latin1-char-displayable-p): New
2355 function (from Handa).
2356 (latin1-display-check-font): Use it.
2357
0dcf8835
DL
2358 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
2359 using :key-sequence, making it much more usable. Use nconc, not
2360 append.
2361 (imenu--create-keymap-1): Avoid append.
2362
85c766e9 2363 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 2364
cb3069bb
MB
23652000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2366
2367 [the following changes fix a bug where `define-minor-mode' didn't
2368 correctly generate :require clauses for defcustoms in compiled files]
2369 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
2370 (byte-compile-log-file, byte-compile-log-1): Don't set
2371 `byte-compile-current-file' to nil. Instead set
2372 `byte-compile-last-logged-file' to it. Test whether
2373 byte-compile-current-file equals byte-compile-last-logged-file
2374 instead of whether its nil.
3b6542ba 2375 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 2376
6db6243b
SM
23772000-10-23 Stefan Monnier <monnier@cs.yale.edu>
2378
2379 * textmodes/refill.el: Fix var names in doc.
2380 (refill-mode): Don't bother with make-local-hook anymore.
2381
98490598
MB
23822000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2383
e01cd227
MB
2384 * faces.el (face-user-default-spec, face-default-spec): New functions.
2385 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 2386 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
2387 Use `face-user-default-spec'. Simplify code slightly.
2388
4836835a 2389 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
2390 (woman-unknown-face): Add dark-background variants.
2391 (woman-default-faces): Renamed from `woman-colour-faces'.
2392 Set using the stored defaults, rather than using hard-wired colors.
2393 (woman-monochrome-faces): Renamed from `woman-black-faces'.
2394 Just make the foreground `unspecified' rather than "black".
2395 (woman-menu): Rename menu entries accordingly.
2396
98490598
MB
2397 * faces.el (header-line): Make more reasonable on mono/grayscale
2398 displays.
2399
1a578e9b
AC
24002000-10-23 Andrew Choi <akochoi@i-cable.com>
2401
2402 * cus-edit.el (custom-button-face): Use 3D look for mac.
2403 (custom-button-pressed-face): Likewise.
2404
2405 * faces.el (set-face-attributes-from-resources): Handle mac frames
2406 in the same way as x and w32 frames.
2407 (face-valid-attribute-values): Likewise.
2408 (read-face-attribute): Likewise.
2409 (defined-colors): Likewise.
2410 (color-defined-p): Likewise.
2411 (color-values): Likewise.
2412 (display-grayscale-p): Likewise.
2413 (face-set-after-frame-default): Likewise.
2414 (mode-line): Same default face as for x and w32.
2415 (tool-bar): Likewise.
2416
2417 * frame.el: Remove call to frame-notice-user-settings at end of
2418 the file.
2419
2420 * info.el (Info-fontify-node): make underlines invisible for mac
2421 as for x, pc, and w32 frame types.
2422
2423 * term/mac-win.el: New file.
2424
aaaf7be7
DL
24252000-10-22 Dave Love <fx@gnu.org>
2426
2427 * textmodes/refill.el: New file.
2428
5392d654
AS
24292000-10-22 Andre Spiegel <spiegel@gnu.org>
2430
4836835a 2431 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 2432 MANUAL and REGEXP.
4836835a 2433 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
2434 New functions.
2435 (vc-before-save): Use the latter.
2436 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
2437 confusion.
2438
4836835a 2439 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
2440 expected by vc[-hooks].el.
2441
2442 * vc.el (vc-checkout): Added `-p' suffix in call to
2443 vc-make-version-backups-p; use vc-make-version-backup to actually
2444 make the backup.
2445 (vc-version-other-window, vc-version-backup-file): Handle both
2446 automatic and manual backups.
2447 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
2448 of all of them.
2449
1e221c16
MB
24502000-10-22 Miles Bader <miles@gnu.org>
2451
7ff4fda5
MB
2452 * comint.el (comint-highlight-input, comint-highlight-prompt):
2453 Renamed, `-face' at end removed.
2454 (comint-send-input, comint-output-filter): Use renamed faces.
2455
3511cde8
MB
2456 * window.el (fit-window-to-buffer): Change defaulting of
2457 MAX-HEIGHT slightly.
2458
1e221c16
MB
2459 * faces.el (color-values, color-defined-p): Use `member', not
2460 `memq', because it works correctly for strings.
2461 (frame-set-background-mode): Actually, "unspecified-fg" and
2462 "unspecified-bg" *are* strings. Use `member', not `memq', and
2463 `equal', not `eq', when a string value is possible.
2464
b6ef4898
EZ
24652000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2466
2467 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
2468
34939e2c
SM
24692000-10-21 Stefan Monnier <monnier@cs.yale.edu>
2470
2471 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
2472 sh-electric-rparen, sh-electric-less and sh-electric-hash.
2473 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
2474 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
2475 (sh-font-lock-syntactic-keywords): Use them.
2476 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
2477 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
2478 (sh-mode): Don't override font-lock-unfontify-region-function.
2479 Use a copy of sh-font-lock-syntactic-keywords.
2480 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
2481 Don't call sh-scan-buffer since font-lock does it on the fly.
2482 (sh-get-indent-info): Use `face' rather than `syntax-table'
2483 text-property to detect here-documents.
2484 Replace sh-special-syntax with sh-st-punc.
2485 (sh-prev-line): Use `face' rather than `syntax-table'
2486 text-property to skip over here-documents.
2487 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
2488 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
2489 (sh-electric-less, sh-set-here-doc-region)
4836835a 2490 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
2491 (sh-scan-buffer, sh-rescan-buffer): Remove.
2492
f3d3c491
AI
24932000-10-21 Andrew Innes <andrewi@gnu.org>
2494
2495 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
2496 remote (ange-ftp) file names.
2497
b86c791c
MB
24982000-10-21 Miles Bader <miles@gnu.org>
2499
d9c30bdf
MB
2500 * window.el (fit-window-to-buffer): New function.
2501 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
2502 (window-text-height): Don't expect minibuffers to have mode-lines.
2503
d9c30bdf 2504 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
2505 * international/quail.el (quail-update-guidance): Use
2506 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 2507
617fee5a
MB
2508 * international/quail.el (quail-show-guidance-buf): Make sure
2509 guidance window really has enough room.
2510 (quail-update-guidance): If quail-guidance-win is already shown,
2511 make sure its height is OK.
2512
b86c791c
MB
2513 * window.el (window-text-height, set-window-text-height):
2514 New functions.
2515 (shrink-window-if-larger-than-buffer): Use `window-text-height'
2516 instead of `window-height' & `mode-line-window-height-fudge'.
2517 (mode-line-window-height-fudge): Add FACE parameter.
2518 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
2519 instead of `enlarge-window' & `mode-line-window-height-fudge'.
2520
e34850d1
MB
25212000-10-20 Miles Bader <miles@gnu.org>
2522
2523 * window.el (height-affecting-face-attributes): Use `defconst'.
2524
2525 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
2526 New function, conditionally aliased to `mode-line-window-height-fudge'.
2527 (ispell-help): Use it.
2528 (ispell-choices-win-default-height): Don't include mode-line fudge.
2529 (ispell-choices-win-default-height): New function.
2530 (ispell-show-choices, ispell-command-loop): Use function
2531 `ispell-choices-win-default-height' instead of variable.
2532
a8b883c2
MB
25332000-10-20 Miles Bader <miles@lsi.nec.co.jp>
2534
8c6e4a58
MB
2535 * window.el (mode-line-window-height-fudge): New variable.
2536 (height-affecting-face-attributes): New variable.
2537 (mode-line-window-height-fudge): New function.
2538 (shrink-window-if-larger-than-buffer): Use it.
2539 * help.el (resize-temp-buffer-window): Likewise.
2540
a8b883c2
MB
2541 * info.el (Info-fontify-node): Add support for @subsubsection
2542 titles, which use `Info-title-4-face'.
2543 (Info-title-4-face): New face.
2544 (Info-title-3-face): Inherit from Info-title-4-face instead of
2545 variable-pitch.
2546
e64c3a75
JR
25472000-10-19 Jason Rumney <jasonr@gnu.org>
2548
2549 * dired.el (dired-insert-directory): Do not let errors signalled by
2550 attempt to run dired-free-space-program prevent dired from working.
2551
c70fe852
SM
25522000-10-19 Stefan Monnier <monnier@cs.yale.edu>
2553
2554 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
2555
877cf6b4
GM
25562000-10-19 Gerd Moellmann <gerd@gnu.org>
2557
5de037e0
GM
2558 * dirtrack.el (dirtrack): Fix call to run-hooks.
2559
6deb9af9
GM
2560 * cmuscheme.el (cmuscheme-program-name): Renamed from
2561 scheme-program-name because xscheme.el contains a defcustom with
2562 the same name. As a consequence, customizing group `cmuscheme'
2563 loaded `xscheme' which redefined run-scheme.
2564 (run-scheme): Use cmuscheme-program-name.
2565
877cf6b4
GM
2566 * ps-print.el (ps-print-emacs-type): Move into the
2567 eval-and-compile.
2568
e597d8fb 2569 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 2570 anonymous address, and add a website for Befrienders International.
4836835a 2571
3e9cb08f
GM
25722000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2573
c70fe852
SM
2574 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
2575 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
2576 (ps-print-version): New version number (6.2).
2577 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
2578 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
2579 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
2580 (ps-x-extent-priority, ps-x-extent-start-position)
2581 (ps-x-face-font-instance, ps-x-find-coding-system)
2582 (ps-x-font-instance-properties, ps-x-make-color-instance)
2583 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
2584 avoid compilation gripes without defining functions.
2585 (ps-e-find-composition): Alias for function find-composition, to have a
2586 suitable function depending on Emacs version.
2587 (ps-color-device, ps-color-values, ps-face-foreground-name)
2588 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
2589 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
2590 (ps-print-ensure-fontified): Function definitions surrounded by
2591 `eval-and-compile' to avoid compilation gripes.
2592 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
2593 by symbol-value to avoid compilation gripes.
2594 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
2595 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
2596
d8abcd91
MB
25972000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2598
13ab33c4
MB
2599 * startup.el (normal-top-level): Call `frame-set-background-mode'
2600 after `frame-notice-user-settings' because the latter doesn't call
2601 the former on a tty.
2602
d8abcd91
MB
2603 * faces.el (frame-set-background-mode): `unspecified' &c are
2604 symbols, not strings.
2605
e8bce0a9
EZ
26062000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2607
c70fe852
SM
2608 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
2609 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 2610
c70fe852
SM
2611 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
2612 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 2613
773272d8
KH
26142000-10-19 Kenichi Handa <handa@etl.go.jp>
2615
c70fe852 2616 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
2617 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
2618 for ISO10646-1 fonts.
2619 (x-font-name-charset-alist): Add an entry for "iso10646-1".
2620
772139c0
EZ
26212000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2622
2623 * faces.el (frame-set-background-mode): If a tty frame defines a
2624 background color, use that to compute the background mode, instead
2625 of always defaulting to "dark".
2626
d134a19f
MB
26272000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2628
8bb84cb2
MB
2629 * comint.el (comint-write-output): New function.
2630 (comint-mode-map): Add it to the menu.
e40a778f 2631 Bind `C-c C-s' to comint-write-output.
d134a19f 2632
dada41e1
GM
26332000-10-18 Gerd Moellmann <gerd@gnu.org>
2634
2635 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
2636 Use fancy-splash-delay.
2637
9b5360aa
GM
26382000-10-18 Alex Schroeder <alex@gnu.org>
2639
2640 * progmodes/sql.el (sql-sybase-options): New option.
2641 (sql-sybase): Use it. Add sql-database to the list of parameters
2642 provided for login. The options -w 2048 -n are not used any more.
2643
9035a35a
GM
2644 * comint.el (comint-read-input-ring): Bugfix such that the first
2645 and the last entry of the input ring file are not lost.
2646
3556c6dd
GM
26472000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2648
2649 * ps-print.el: Internal variable changes to defcustom,
2650 make-local-hook changes to defvar. Doc fix.
2651 (ps-print-version): New version number (6.1).
2652 (ps-setup, ps-do-despool): Code fix.
2653 (ps-printer-name): Customization fix.
2654 (ps-printer-name-option): Now is a defcustom instead of an
2655 internal variable.
2656 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
2657 (ps-print-begin-column-hook): Now are defvar instead of
2658 make-local-hook.
4836835a 2659
4e217e50
MB
26602000-10-18 Miles Bader <miles@gnu.org>
2661
2662 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
2663 (comint-kill-output): Changed into an alias for `comint-delete-output',
2664 and made obsolete.
2665 (comint-mode-map): Rename references to comint-kill-output.
2666
34460354
EZ
26672000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
2668
2669 * diff-mode.el (diff-header-face, diff-file-header-face)
2670 (diff-changed-face): Add bold and italic attributes to tty faces.
2671 (diff-function-face): New face.
2672 (diff-font-lock-keywords): Use it.
2673
17ea3cdb
MB
26742000-10-18 Miles Bader <miles@lsi.nec.co.jp>
2675
2676 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
2677 Remove commented-out call to force-mode-line-update.
2678 (comint-kill-output): Use `forward-line 0' instead of
2679 beginning-of-line to make sure we get past the prompt.
2680
9244f2c7
SM
26812000-10-17 Stefan Monnier <monnier@cs.yale.edu>
2682
2683 * diff-mode.el (diff-header-face, diff-file-header-face):
2684 Add specific setting for dark background.
2685 (diff-context-face): Renamed from diff-comment-face.
2686 Set explicitly rather than inheriting from font-lock-comment-face.
2687
1592c1ef
EZ
26882000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2689
2690 * startup.el (command-line): Move the code which sets the default
2691 TTY colors to before before-init-hook.
2692
f86292a9
GM
26932000-10-17 Gerd Moellmann <gerd@gnu.org>
2694
2695 * jit-lock.el (jit-lock-stealth-time): Doc fix.
2696
f7f2e883
EZ
26972000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2698
e854cc22
EZ
2699 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
2700 extensions, for MS-DOS.
2701
f7f2e883
EZ
2702 * diff-mode.el (diff-header-face, diff-file-header-face)
2703 (diff-changed-face): Define tty-specific colors.
2704
c7b4f0f9
GM
27052000-10-17 Gerd Moellmann <gerd@gnu.org>
2706
2707 * startup.el (fancy-splash-text): Realign the text.
2708
12a72271
EZ
27092000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2710
2711 * font-lock.el (font-lock-comment-face): Define a separate default
2712 for dark-background tty's.
2713
61dfccfd
MB
27142000-10-17 Miles Bader <miles@gnu.org>
2715
2716 * help.el (resize-temp-buffer-window): Add hack to avoid last line
2717 being obscured by whizzy mode-lines on graphics displays.
2718
333cd59e
EZ
27192000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2720
2721 * info.el (Info-title-1-face, Info-title-2-face)
2722 (Info-title-3-face): Define colors for tty's.
dada41e1 2723 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 2724
dbf1fcc1
EZ
27252000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2726
2727 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
2728 reverse from the frame parameters, and don't invert foreground and
2729 background colors.
2730
ac629823
MB
27312000-10-16 Miles Bader <miles@gnu.org>
2732
2733 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
2734 string "*Info*". Call propertized-buffer-identification to spruce
2735 up the result.
2736
76eebffc
GM
27372000-10-16 Gerd Moellmann <gerd@gnu.org>
2738
3a6b59d9
GM
2739 * help.el: Provide `help' for the sake of define-minor-mode
2740 which generates defcustoms with requires.
2741
6569c3d3
GM
2742 * jit-lock.el (jit-lock-after-change): If we're in text that
2743 matches a multi-line font-lock pattern, make sure the whole text
2744 will be redisplayed.
2745
c2e0a611
GM
2746 * emacs-lisp/authors.el (authors-add): Don't add an entry if
2747 author's name is unknown.
2748
76eebffc
GM
2749 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
2750 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
2751 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
2752 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
2753 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
2754 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
2755 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
2756 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
2757 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
2758 Add author information.
2759
cf1e7b12
MB
27602000-10-16 Miles Bader <miles@lsi.nec.co.jp>
2761
2762 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
2763 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
2764 full-color version (using the Gimp) to eliminate dithering artifacts.
2765
5586f3eb
SM
27662000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2767
2768 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
2769
2770 * simple.el (syntax-flag-table, string-to-syntax): Remove.
2771
ad64a888
DL
27722000-10-15 Dave Love <fx@gnu.org>
2773
2774 * progmodes/sh-script.el: Require skeleton and comint when
2775 compiling.
2776
2777 * pcomplete.el (pcomplete) <defgroup>: Add :version.
2778
2779 * whitespace.el: Doc fixes.
2780 (top-level): Don't add hooks here.
2781 (whitespace-running-emacs): Deleted.
2782 (timer): Don't require.
2783 (whitespace): Add back :version conditional on xemacs test.
2784 (whitespace-spacetab-regexp, whitespace-indent-regexp)
2785 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
2786 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
2787 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
2788 Avoid specific xemacs test.
2789 (whitespace-global-mode): New option.
2790 (whitespace-global-mode): New command.
2791 (whitespace-unload-hook): New function.
2792
2793 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 2794 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
2795 (Info-fontify-node): `Goto' goes to `Go to'.
2796 (Info-fontify-node): Add help-echo to xref links.
2797
1ef49fc6
EZ
27982000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
2799
2800 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
2801
8b7707e1
SM
28022000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2803
b3b7f42f
SM
2804 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
2805 Use plist-get and allow :inherit.
2806
2807 * emacs-lisp/cl-macs.el (cl-do-arglist):
2808 Use plist-get and plist-member instead of memq.
2809
3c7fafc7
SM
2810 * emacs-lisp/ewoc.el (ewoc-location): New function.
2811 (ewoc-enter-after, ewoc-enter-before): Document return value.
2812 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
2813 Don't need make-local-hook any more.
2814 (cvs-addto-collection): Return the new tin.
2815 (cvs-mode-insert): Jump to the new line.
2816
8b7707e1
SM
2817 * jit-lock.el (jit-lock-fontify-buffer): Remove.
2818
2819 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
2820
2821 * font-lock.el (font-lock-syntactically-fontified): New var.
2822 (font-lock-fontify-syntactic-keywords-region): Use it.
2823 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
2824
2825 * diff-mode.el (diff-find-file-name): Fix regexp.
2826
2827 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2828 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
2829
2830 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
2831 (sh-mode-syntax-table): Add punctuation syntax for < and >.
2832 (sh-mode): Don't make all vars local here.
2833 (sh-kw): Reformat.
2834 (sh-set-shell): Use dolist. Don't set indent-region-function.
2835 (sh-mode-syntax-table): Use pop.
2836 (sh-remember-variable): Use push.
2837 (sh-help-string-for-variable): Use memq.
2838 (sh-safe-backward-sexp): Remove.
2839 (sh-safe-forward-sexp): Add ARG.
2840 (sh-get-indent-info, sh-prev-stmt): Use it.
2841 (sh-prev-line): Simplify by using forward-comment.
2842 (sh-this-is-a-continuation): Simplify.
2843 (sh-learn-buffer-indent): Use dolist.
2844 (sh-do-nothing): Remove.
2845 (sh-set-char-syntax, sh-set-here-doc-region):
2846 Use inhibit-modification-hooks.
2847 (sh-name-style): Use mapcar and push.
2848 (sh-load-style): Use dolist.
2849 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
2850 (sh-case, sh-while-getopts): Use propertize directly rather
2851 than sh-electric-rparen.
2852
28532000-10-14 Stefan Monnier <monnier@cs.yale.edu>
2854
2855 * textmodes/tex-mode.el: Require CL when compiling.
2856 (tex-mode-syntax-table): Init immediately.
2857 (tex-mode-map): Bind M-RET to latex-insert-item.
2858 (latex-mode): Set indent-line-function to latex-indent.
2859 (tex-common-initialization): Don't setup the syntax-table any more.
2860 (latex-insert-item): New skeleton.
2861 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 2862 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 2863 (latex-indent, latex-find-indent): New functions.
4836835a 2864 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
2865 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
2866 (tex-compilation-parse-errors): Use with-syntax-table.
2867
86b7fcbb
MB
28682000-10-15 Miles Bader <miles@gnu.org>
2869
2870 * font-lock.el (font-lock-comment-face): Change dark-background,
2871 color, non-tty, default to `chocolate1'.
2872
57a24508
JW
28732000-10-13 John Wiegley <johnw@gnu.org>
2874
2875 * eshell/esh-util.el (require): Added a missing `require' form,
2876 needed when compiling (for an ange-ftp macro definition).
2877
40ad3db4
DL
28782000-10-13 Dave Love <fx@gnu.org>
2879
2880 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
2881
db460189
GM
28822000-10-13 Gerd Moellmann <gerd@gnu.org>
2883
b41c9501
GM
2884 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
2885 fix.
2886
4836835a 2887 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
2888 transparent -colors 8).
2889
3b5e21df
GM
28902000-10-13 Stephen Gildea <gildea@alum.mit.edu>
2891
2892 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
2893 that breaks with old list format timestamps.
2894 (time-stamp-warn-inactive, time-stamp-old-format-warn)
2895 (time-stamp-count, time-stamp-conversion-warn): Improved doc
2896 strings.
2897
16908a3f
JW
28982000-10-13 John Wiegley <johnw@gnu.org>
2899
d7103dda
JW
2900 * align.el, pcomplete.el, calendar/timeclock.el,
2901 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
2902
dace60cf 2903 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
2904 faulty math, where holiday hours were being computing as seconds.
2905
b6b70cda
JW
29062000-10-13 John Wiegley <johnw@gnu.org>
2907
2908 * desktop.el (desktop-buffer-modes-to-save): Added a global for
2909 specifying what "other" kinds of buffers should be saved. This
2910 used to be hard-coded.
2911 (desktop-buffer-misc-functions): A global for specifying how
2912 auxiliary data should be determined for special buffer types.
2913 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
2914 instead of hard-coding the special buffer types.
2915 (desktop-save): Run `desktop-buffer-misc-functions' to gather
2916 auxiliary data, instead of hard-coding for Info buffers and dired.
2917 (desktop-buffer-info-misc-data): Aux function for determining Info
2918 buffer auxiliary info.
2919 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
2920 (desktop-buffer-info): Changed this function to use the info
2921 gathered above.
2922 (desktop-create-buffer): Be a little more careful about what
2923 `minor-mode' means before calling it. This is important for some
2924 buffer types.
2925
8c6b1d83
JW
29262000-10-13 John Wiegley <johnw@gnu.org>
2927
2928 * eshell/esh-util.el: Added a global form which declares an
2929 autoload for `parse-time-string', if that function is not already
2930 defined, and if parse-time.el is available on the user's system.
2931
2932 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
2933 to be aware of ange-ftp user info.
2934 (eshell-do-ls): Bind `ange-cache'. Also, use
2935 `eshell-file-attributes'.
2936 (eshell-ls-annotate): Use `eshell-file-attributes'.
2937 (eshell-ls-file): Made the user-id printing code a bit smarter.
2938
2939 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
2940 allow identification of alias user ids in remote directories.
2941 It's manual, but there's no other way to know when the current
2942 user on the local machine, is also the owning user on the remote
2943 machine.
2944 (fboundp): Bind `ange-cache'.
2945 (eshell-directory-files-and-attributes): Re-organized the logic a
2946 bit to use `eshell-file-attributes' instead of `file-attributes'.
2947 The former is more sensitive to directories that are read via FTP,
2948 and knows how to use ange-ftp to determine full attribute
2949 information, instead of just the name and last modtime.
2950 (eshell-current-ange-uids): Return the current user id when in a
2951 remote directory.
2952 (eshell-parse-ange-ls): Parse a full directory listing that has
2953 been returned by ange-ftp.
2954 (eshell-file-attributes): This beefed up version of
2955 `file-attributes' is only special if the user is currently in a
2956 remote directory, in which case it does a lot of work to find out
2957 what the real attributes of a file are, as they appear on the
2958 remote machine. This makes usage of remote directories (i.e.,
2959 ange-ftp pathnames) much more useful. You can now use Eshell as a
2960 full-fledged FTP client, with much more manipulation ability than
2961 most other clients.
2962
2963 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
2964 variable, which means that Eshell's du should always be preferred
2965 in remote directories.
2966 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
2967 just `file-attributes'.
2968 (eshell-mvcp-template): Bind `ange-cache', to improve performance
2969 when reading remote directories. This is an Eshell-specific
2970 variable (not part of ange-ftp).
2971 (eshell/ln): Bind `ange-cache'.
2972 (eshell/du): Added some extra logic for determining when to use
2973 Eshell's du (which is slow), and when to use the external version
2974 (which may or may not exist).
2975
2976 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
2977 `eshell-interactive-process', rather than using
2978 `get-buffer-process', since backgrounded processes don't count in
2979 the context of this function's logic.
2980
2981 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
2982 `forward-char', so that null strings are parsed correctly.
2983
87730e84 29842000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
2985
2986 * eshell/em-pred.el (eshell-pred-file-type,
2987 eshell-pred-file-links, eshell-pred-file-size): Use
2988 `eshell-file-attributes'. This is more correct over ange-ftp.
2989
2990 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
2991 that remote file globbing is more efficient.
2992
2993 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
2994 gathering the files and attributes within a directory.
2995
2996 * eshell/em-unix.el (eshell/cat): If any of the files passed on
2997 the command line is a special file (not a regular file, directory
2998 or symlink), always attempt to call the external version of cat.
2999
87730e84 30002000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
3001
3002 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
3003 Eshell-friendly version of find-tag.
3004
1c7e37a9
MB
30052000-10-13 Miles Bader <miles@lsi.nec.co.jp>
3006
4836835a 3007 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
3008 (image-file-name-regexps): Add autoload cookies.
3009
11a7f341
KH
30102000-10-13 Kenichi Handa <handa@etl.go.jp>
3011
3012 * international/mule-cmds.el (select-safe-coding-system): If FROM
3013 is string, show it in *Warning* buffer.
3014
8ddddcb0
EZ
30152000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
3016
3017 * startup.el (normal-top-level): Use display-popup-menus-p instead
3018 of window-system.
3019 (command-line): Use display-graphic-p instead of window-system.
3020 (command-line-1): Use display-popup-menus-p and display-mouse-p
3021 instead of window-system.
3022
72200f89
SS
30232000-10-12 Sam Steingold <sds@gnu.org>
3024
3025 * tooltip.el (tooltip-use-echo-area): New user variable.
3026 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
3027
8661c643
DL
30282000-10-12 Dave Love <fx@gnu.org>
3029
d0b40dc1
DL
3030 * recentf.el: Maintainer's checkdoc fixes.
3031
a622451f
DL
3032 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
3033 character class, not ASCII when matching file names.
3034 (fancy-splash-head): Add trailing slash to URL.
3035 (command-line): Don't require XPM support for toolbar.
3036
8661c643
DL
3037 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
3038 (cperl-invalid-face): Revert last change.
3039 (cperl-init-faces): Quote cperl-invalid-face.
3040
ef2ed8ab
KH
30412000-10-12 Kenichi Handa <handa@etl.go.jp>
3042
3043 * startup.el (fancy-splash-text): Remove superfluous quote.
3044
b0da379e
GM
30452000-10-12 Gerd Moellmann <gerd@gnu.org>
3046
dbeb499b
GM
3047 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
3048 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
3049 (command-line-1): Don't use fancy-splash-pending-command.
3050 (fancy-splash-screens-1): Goto point-min after inserting text.
3051
d861718a
GM
3052 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
3053
b0da379e
GM
3054 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
3055 instead of shared-lisp-mode-map.
3056
4fb2ad98
MB
30572000-10-12 Miles Bader <miles@lsi.nec.co.jp>
3058
1cb4393e
MB
3059 * faces.el (header-line): Change tty-variant to use underlining.
3060
4fb2ad98
MB
3061 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
3062 (isearch-highlight): Restore lazy-isearch face properties at old
3063 position, and suppress them at new position.
3064 (isearch-dehighlight): Restore lazy-isearch face properties.
3065 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
3066 over the real isearch overlay, but in that case, don't give it a
3067 face property. Use `push'.
3068
eb991b25
KH
30692000-10-12 Kenichi Handa <handa@etl.go.jp>
3070
3071 * man.el (Man-getpage-in-background): Fix previous change.
3072 Decode the process output only when we are in multibyte mode.
3073
a818c1c0
DL
30742000-10-11 Dave Love <fx@gnu.org>
3075
c990f53a
DL
3076 * info.el (Info-mode-menu): Fix some help.
3077 (info-tool-bar-map): Add entry for Info-last.
3078
a818c1c0
DL
3079 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
3080 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
3081 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
3082 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
3083 * toolbar/search-replace.xpm, toolbar/exit.xpm:
3084 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
3085 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
3086 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
3087 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
3088 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
3089 Reduce colour requirements to 25 overall. (Probably wants
3090 revisiting from the originals to reduce further.)
3091
c1b096cb
EZ
30922000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
3093
3094 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
3095 buffer-file-coding-system, instead of raw-text.
3096 (dehexlify-buffer): Bind coding-system-for-read to
3097 buffer-file-coding-system, instead of raw-text.
3098
5c8b7eaf
SS
30992000-10-11 Sam Steingold <sds@gnu.org>
3100
3101 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
3102 `underline' - fixes the bug introduced on 2000-09-21.
3103
2cfbdb7a
DL
31042000-10-11 Dave Love <fx@gnu.org>
3105
3106 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
3107 compiler warnings.
3108 (scheme-mode): Doc fix.
3109 (scheme-font-lock-keywords-1): Match `define-syntax'.
3110
31112000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
3112
3113 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
3114 face specs as well as default ones. Only do anything if the
3115 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 3116 (region): Make dark-background `region' face less in-your-face.
4b33f290 3117
690ec649
SS
31182000-10-10 Sam Steingold <sds@gnu.org>
3119
3120 * chistory.el, ielm.el, ledit.el:
3121 * progmodes/inf-lisp.el, progmodes/scheme.el:
3122 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
3123
3b95d6bb
SM
31242000-10-10 Stefan Monnier <monnier@cs.yale.edu>
3125
3126 * textmodes/texinfo.el: Update copyright and fix typo.
3127
3128 * desktop.el (desktop-modes-not-to-save): New var.
3129 (desktop-save-buffer-p): Use it.
3130 Also, obey desktop-buffers-not-to-save even for non-file buffers.
3131 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
3132
d646c828
DL
31332000-10-10 Dave Love <fx@gnu.org>
3134
3135 * toolbar/tool-bar.el (tool-bar-add-item)
3136 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
3137 display.
3138
d646c828
DL
3139 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
3140 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
3141 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
3142 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
3143 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
3144 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
3145 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
3146 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
3147 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
3148 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
3149 the .xpms; probably need retouching.
3150
862a7e28
MB
31512000-10-10 Miles Bader <miles@lsi.nec.co.jp>
3152
3153 * subr.el (add-to-list): Add optional argument APPEND.
3154 * battery.el (display-battery): Use `add-to-list'.
3155
46e33aee
TTN
31562000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
3157
930baf47
TTN
3158 * play/zone.el (zone-timer, zone-wc-tbl): Rework
3159 these vars as symbol properties.
2cfbdb7a
DL
3160 (zone, zone-when-idle, zone-leave-me-alone)
3161 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 3162
5a430f9c
TTN
3163 * battery.el (display-battery): Doc spelling fix.
3164
46e33aee
TTN
3165 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
3166 property.
3167
adf7d3a8
DL
31682000-10-09 Dave Love <fx@gnu.org>
3169
3170 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
3171 has been initialized before calling tool-bar-setup.
c2156508 3172 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 3173
06a8c9f8
EZ
31742000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
3175
e4ca8f8c
EZ
3176 * menu-bar.el (send-mail-item-name): New function.
3177 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
3178 of mail-user-agent in the menu. Don't display the "Send Mail"
3179 item if mail-user-agent is nil or its value is ignore.
3180 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
3181 if read-mail-command is nil or its value is ignore.
3182
06a8c9f8
EZ
3183 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
3184
7dbc9c8a
MB
31852000-10-09 Miles Bader <miles@gnu.org>
3186
29e0814b
MB
3187 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
3188 Correct image size.
3189 * toolbar/left_arrow.xpm: Correct image size.
3190
7dbc9c8a
MB
3191 * jka-compr.el: Don't call `jka-compr-install' when loading (it
3192 will be done by the definition of `auto-compression-mode' if
3193 necessary. Move code to uninstall existing file-name handler
3194 before definition of `auto-compression-mode'.
3195
3196 * image-file.el (auto-image-file-mode): Move to the end of the
3197 file, because `define-minor-mode' actually calls the mode-function
3198 if the associated variable is non-nil, which requires that all
3199 needed functions be already defined.
3200
65b61266
MB
3201 * mouse.el (popup-menu): Balance parens.
3202
d6b8c85b
SM
32032000-10-08 Stefan Monnier <monnier@cs.yale.edu>
3204
3205 * mouse.el (popup-menu): Move the command call outside the loop
3206 so that popup-menu returns whatever the command returns.
3207
3208 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
3209 (initialize-new-tags-table): Use run-hook-with-args-until-success.
3210 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
3211 (tags-table-format-functions): Renamed from tags-table-format-hooks.
3212
3213 * vc.el (vc-version-diff): diff-switches can be a list.
3214 Use relative filenames for prettier output.
3215
46e33aee 3216 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
3217 (vc-post-command-functions): Remove old-VC compatibility code.
3218
3219 * newcomment.el (comment-indent-default): Autoload.
3220
3221 * font-lock.el (font-lock-defaults): Make buffer-local.
3222 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
3223 (font-lock-choose-keywords):
3224 Ignore LEVEL unless KEYWORDS is a list of syms.
3225 (c-keywords, c++-keywords, objc-keywords, java-keywords):
3226 Don't wrap regexp-opt things in \(...\) unnecessarily.
3227
3228 * jit-lock.el: Don't require font-lock any more.
3229 (jit-lock-functions): Make buffer-local.
3230 (jit-lock-saved-fontify-buffer-function): Remove.
3231 (jit-lock-mode): Remove autoload cookie.
3232 Remove font-lock specific code.
3233 (jit-lock-unregister): Don't bother handling complex hooks any more.
3234 (jit-lock-refontify): New function.
3235 (jit-lock-fontify-buffer): Use it.
3236 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
3237 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
3238 Add optional args START and END.
3239 Never call font-lock-fontify-region directly.
3240 (jit-lock-function, jit-lock-stealth-fontify): Use it.
3241
3242 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
3243
a30ed6ac
DL
32442000-10-08 Dave Love <fx@gnu.org>
3245
4e7c7ca9
DL
3246 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
3247
3248 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
3249
3250 * play/studly.el (studlify-region, studlify-word): Add autoload
3251 cookie.
3252
3253 * play/morse.el (morse-region, unmorse-region): Add autoload
3254 cookie.
3255
3256 * play/spook.el (spook-phrases-file): Use expand-file-name, not
3257 concat.
3258
3259 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
3260 insist on symbols starting with word syntax.
3261 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
3262 (eval-defun-1): Doc fix.
3263 (indent-sexp): Use nconc to build up indent-stack.
3264
3265 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
3266 Gnus with little use.
3267 (mail-setup-hook): Add mail-abbrevs-setup to options.
3268
968f7c4a
DL
3269 * recentf.el: Doc fixes.
3270
3271 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
3272 Clean up remainder.
3273
3274 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
3275 without timezone and (8) with timezone to enforce some whitespace.
3276 Simplify code somewhat.
3277
3278 * options.el (list-options): Doc that you should use customize.
3279
3280 * iswitchb.el (iswitchb-mode): Add :require.
3281
a30ed6ac
DL
3282 * info.el (Info-goto-node, Info-menu): Doc fix.
3283 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
3284 (info-tool-bar-map): New variable.
3285 (Info-mode): Use it.
3286 (Info-edit-map): Define all in defvar.
3287 (speedbar-attached-frame): Avoid compiler warning.
3288
3289 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
3290 (global-map): Bind [tool-bar] to a filtered map.
3291 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
3292 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
3293 Allow PBM icons.
3294 (tool-bar-setup): Adjust calls of tool-bar-add-item.
3295
3296 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
3297 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
3298 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
3299 icons, except up_arrow, which is left-arrow rotated.
3300
3301 * imenu.el (imenu-add-to-menubar): Fix last change.
3302
4e953aff
PB
33032000-10-08 Peter Breton <pbreton@ne.mediaone.net>
3304
3305 * generic-x.el (rul-generic-mode): Remove eval-when-compile
3306 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
3307
739e92a7
EZ
33082000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3309
d20faceb
EZ
3310 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
3311 typos in doc strings.
3312
a640322e
EZ
3313 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
3314 the doc strings how to customize Font Lock faces.
3315
739e92a7
EZ
3316 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
3317 computing growth when dragging the header line.
3318
8be7408c
EZ
33192000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3320
3321 * simple.el (kill-line): Doc fix.
3322
6fee86a3
MB
33232000-10-08 Miles Bader <miles@gnu.org>
3324
445a653e
MB
3325 * faces.el (secondary-selection): Make foreground visible on tty.
3326
6fee86a3
MB
3327 * jka-compr.el (auto-compression-mode): Move to the end of the
3328 file, because `define-minor-mode' actually calls the mode-function
3329 if the associated variable is non-nil, which requires that all
3330 needed functions be already defined.
3331 (with-auto-compression-mode): Add autoload cookie.
3332
a115794c
EZ
33332000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
3334
3335 * files.el (find-backup-file-name) [ms-dos]: If support for long
3336 file names is not available, behave as if version-control were set
3337 to never.
3338
b12e6de3
DL
33392000-10-07 Dave Love <fx@gnu.org>
3340
3341 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
3342 (browse-url-gnome-moz): New function.
3343 (browse-url-browser-function): Use it.
3344 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
3345
20b1d079
SM
33462000-10-07 Stefan Monnier <monnier@cs.yale.edu>
3347
3348 * indent.el (tab-always-indent): New var.
3349 (indent-for-tab-command): Use it.
39250ec3 3350
9ee45b2c 3351 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 3352 raise an error. This way it can still default to a sane value.
9ee45b2c 3353
8c6b1d83
JW
33542000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3355
39250ec3
SM
3356 * startup.el (fancy-splash-screens): Use local rather than global map.
3357 Don't use `update-menu-bindings' any more.
3358 Get rid of assumptions about keymap representation.
3359
a23ccdf2
DL
33602000-10-06 Dave Love <fx@gnu.org>
3361
814299a7 3362 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
3363 (sentence-end-without-period): Doc fix.
3364 (adaptive-fill-regexp): Purecopy.
3365 (unjustify-current-line): Use line-end-position.
3366 (fill-individual-paragraphs-prefix): Use line-beginning-position.
3367
3368 * net/eudc-vars.el (eudc): Add :version, :link.
3369
39250ec3 3370 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
3371
3372 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
3373 Fix for define-minor-mode.
3374 (function-at-point): Alias to function-called-at-point.
3375
3376 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
3377
3378 * simple.el (backward-word): Doc fix.
3379
a23ccdf2
DL
3380 * image-file.el (image-file-name-regexp): image-file-regexps ->
3381 image-file-name-regexps.
742c1822 3382 (image-file-name-extensions): Add pbm.
a23ccdf2 3383
39250ec3
SM
33842000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3385
3386 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
3387 and add filename to the names so that diff-mode can jump to source.
3388
3389 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 3390 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
3391 (tex-font-lock-keywords-1): Remove.
3392 (font-lock-turn-on-thing-lock): Use jit-lock-register.
3393 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
3394 (font-lock-default-fontify-region):
3395 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
3396 (font-lock-fontify-anchored-keywords):
3397 Include the anchor text as part of the multiline.
3398
8d5dfacd
GM
33992000-10-06 Gerd Moellmann <gerd@gnu.org>
3400
3401 * loadup.el (toplevel): Load `loaddefs' before `help' because the
3402 latter needs the autoloaded define-minor-mode macro during the
3403 bootstrap.
3404
3405 * startup.el (command-line): For now, activate tool-bar-mode only
3406 if XPM images are supported.
3407
3408 * mouse.el (mouse-drag-header-line): Don't allow resizing a
3409 window by dragging a header-line at the top of the frame; that's
4c19fbce 3410 confusing because the header-line doesn't move.
8d5dfacd
GM
3411 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
3412 of treating the event as a list. Some cleanup.
3413
f69aad2b 34142000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 3415
f69aad2b
MB
3416 * simple.el (display-message-or-buffer): New function.
3417 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 3418
09cb7646
MB
3419 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
3420 docstring parts.
3421
814299a7 3422 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
3423 (smbclient-prompt-regexp): Add usage note to doc string.
3424 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
3425 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
3426 Use add-hook for adding the comint filter function, and only do so
3427 if it's not already in the global hook list.
3428 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
3429 to `make-local-variable'.
3430 (nslookup-font-lock-keywords): Remove prompt entry.
3431 (nslookup): Don't set the process-filter.
3432 (finger): Exit the loop correctly when the regexps list runs out.
3433 (ftp, smbclient, smbclient-list-shares):
3434 Set the real major mode immediately, not after execing.
3435 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
3436
3437 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
3438
4c19fbce
SM
34392000-10-05 Stefan Monnier <monnier@cs.yale.edu>
3440
3441 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
3442
3443 * which-func.el (which-func-format): Remove spurious space.
3444 (which-func-mode): Don't make it permanent-local.
3445 (which-func-ff-hook): Allow which-func-maxout to be nil.
3446 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
3447 (which-func-mode): Simplify.
3448 Use post-command-idle-hook rather than post-command-hook.
3449 Go through all buffers and update their state.
3450 (which-function): Also try add-log-current-defun-function.
3451
3452 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
3453 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
3454 Update call to with-vc-properties accordingly.
3455 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
3456 (vc-revert-buffer): More careful about window selection and deletion.
3457 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
3458
3459 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
3460 (cvs-retrieve-revision): Reuse a pre-existing buffer.
3461 (cvs-dired-action): Change the default to quickdir.
3462
3463 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
3464 if comment-indent-function returns nil.
3465 (comment-indent-default): New function.
3466 (comment-indent-function): Use it and document the new semantics.
3467
3468 * image-file.el: Docstring fixes.
3469
3470 * help.el (help-xref-on-pp): Use match-string.
3471 (describe-variable): New arg BUFFER.
3472 Store the current buffer in the help-xref-stack.
3473 (temp-buffer-resize-mode): Use define-minor-mode.
3474
3475 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
3476 consistently with its docstring.
3477 Set jit-lock-first-unfontify-pos in an idempotent way.
3478 (jit-lock-register): Autoload and add arg CONTEXTUAL.
3479
542c6552
GM
34802000-10-05 Alex Schroeder <alex@gnu.org>
3481
3482 * sql.el (sql-mysql-options): New variable.
3483 (sql-mysql): Use it.
3484
a3489ece
MB
34852000-10-05 Miles Bader <miles@lsi.nec.co.jp>
3486
77f6105c
MB
3487 * image.el (image): New group.
3488
814299a7 3489 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
3490 (smerge-base-face, smerge-markers-face): Add dark-background variants.
3491
3478046b
PB
34922000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3493
3494 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 3495 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
3496 Ignore the value of wqindow-system; always define keywords
3497
22aca186
KH
34982000-10-05 Kenichi Handa <handa@etl.go.jp>
3499
3500 * startup.el (fancy-splash-screens): Remove the code for
3501 debugging; `(trace-to-stderr "EXITTT\n")'.
3502
55d5d717
MB
35032000-10-05 Miles Bader <miles@gnu.org>
3504
3505 * diff-mode.el (diff-goto-source): Update call to
3506 `diff-hunk-status-msg' to reflect new REV variable.
3507
41fa7178
SM
35082000-10-04 Stefan Monnier <monnier@cs.yale.edu>
3509
3510 * progmodes/icon.el (icon-mode):
3511 Don't gratuitously override the default for comment-column.
3512
3513 * vc-hooks.el (vc-mode-line): Fix interactive spec.
3514
3515 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
3516 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
3517 (jit-lock-functions): New var.
3518 (jit-lock-function-1): Use it if non-nil.
3519 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
3520 Set the `fontified' property before doing the fontification to avoid
3521 repeatedly going through the same error.
3522 Don't turn errors into messages.
3523 (jit-lock-register, jit-lock-unregister): New functions.
3524
3525 * dired.el (dired-mark-pop-up): Turn comment into docstring.
3526 Use with-current-buffer.
3527
3528 * dired-aux.el (dired-do-create-files, dired-kill-tree):
3529 Turn comment into docstring.
3530
3531 * apropos.el (apropos-mode): Use define-derived-mode.
3532
3dc78168
GM
35332000-10-04 Gerd Moellmann <gerd@gnu.org>
3534
3535 * startup.el (fancy-splash-pending-command): New variable.
3536 (fancy-splash-pre-command): New function.
3537 (fancy-splash-screens): Rewritten.
3538 (command-line-1): If fancy-splash-pending-command is set, call it
3539 interactively.
3540
dae9dc56
DL
35412000-10-04 Dave Love <fx@gnu.org>
3542
3543 * toolbar/tool-bar.el (tool-bar-setup): New function.
3544 (tool-bar-mode): Use it.
3545
3546 * subr.el (substitute-key-definition): Doc fix.
3547 (play-sound-file): New command.
3548
3388f0a5
AS
35492000-10-04 Andre Spiegel <spiegel@gnu.org>
3550
814299a7 3551 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
3552 vc-version-backup-file-name): New functions.
3553
3554 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
3555
3556 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
3557 vc-cvs-stay-local-p.
3558
3559 * vc.el (vc-revert-buffer): Handle empty diff properly.
3560 (vc-version-backup-file): New function.
3561 (vc-checkout): Create a version backup if necessary.
3562 (vc-checkin): If a version backup file exists, delete it.
3563 (vc-version-diff): Diff locally using version backups, if available.
3564 (vc-revert-file): If there's a version backup, revert locally.
3565 (vc-transfer-file): Use version backup for base version, if
3566 available. If not, ask for confirmation whether to get it from the
3567 server. Update mode line before check-in.
3568
ebd4825d
DL
35692000-10-04 Dave Love <fx@gnu.org>
3570
3571 * toolbar/tool-bar.el (tool-bar-setup): New function.
3572 (tool-bar-mode): Use it.
3573
1b24f4b7
PB
35742000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3575
3dc78168 3576 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 3577 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
3578 Only set if window-system is non-nil
3579 (net-utils-run-program): Returns buffer.
3580 (network-connection-reconnect): Added this function.
3581
814299a7
MB
3582 * generic.el:
3583 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
3584 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
3585 Uses cl compile-time macros.
3dc78168
GM
3586 (generic-mode-name, generic-comment-list)
3587 (generic-keywords-list, generic-font-lock-expressions)
3588 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
3589 Removed variables.
3590 (generic-mode-alist): Renamed to generic-mode-list.
3591 (generic-find-file-regexp): Default changed to "^#".
3592 (generic-read-type): Uses completing read on generic-mode-list.
3593 (generic-mode-sanity-check): removed this function.
3594 (generic-add-to-auto-mode): Removed this function
3dc78168 3595 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
3596 into function instead of putting them in alist.
3597 (generic-mode-set-comments): Reworked extensively.
3598 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 3599 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 3600
814299a7 3601 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
3602 Make sure directory name ends with "/".
3603
814299a7 3604 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
3605 Regexp now allows leading whitespace.
3606 (rc-generic-mode): Added eval-when-compile
3607 around generic-make-keywords-list.
3608 Deleted duplicate regexp
3609 (rul-generic-mode): Added eval-when-compile
3610 around generic-make-keywords-list.
3611 (etc-fstab-generic-mode): New generic mode.
3612 (rul-generic-mode): Removed one eval-when-compile
814299a7 3613 which caused a max-specpdl-size exceeded error.
1b24f4b7 3614
a7bf5cf3
MB
36152000-10-04 Miles Bader <miles@gnu.org>
3616
3617 * simple.el (minibuffer-temporary-goal-position): New variable.
3618 (next-history-element): Try to keep the position of point in the
3619 input string constant.
3620
3621 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
3622 (dired-do-create-files): If there's only one file, pass it in as
3623 the DEFAULT arg to dired-mark-read-file-name.
3624
ce1087a9
SM
36252000-10-03 Stefan Monnier <monnier@cs.yale.edu>
3626
3627 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
3628 (diff-goto-source): Be smarter when choosing REVERSE or not.
3629
3630 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
3631 (texinfo-mode-menu): Add an explicit shortcut for update all.
3632
0e41e1d6
AS
36332000-10-03 Andre Spiegel <spiegel@gnu.org>
3634
814299a7 3635 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
3636 factorize backend-specific code cleanly (this was essentially
3637 conceived by Stefan Monnier).
3638 (vc-unregister): Function removed.
814299a7 3639 (vc-revert-file): New function.
858f7cb4
AS
3640 (vc-revert-buffer): Delegate some of the work to it.
3641
0e41e1d6
AS
3642 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
3643 default branch unconditionally.
3644 (vc-rcs-set-default-branch): New function.
3645 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
3646 (vc-rcs-checkin): If an appropriate default branch has been set,
3647 force creation of that branch.
858f7cb4
AS
3648 (vc-rcs-receive-file): Rewritten to contain only backend-specific
3649 code (as suggested by Stefan Monnier).
0e41e1d6 3650
01c86c56
GM
36512000-10-02 Gerd Moellmann <gerd@gnu.org>
3652
45c477b4
GM
3653 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
3654 highlighting overlay with a different face over the overlay
3655 isearch uses to highlight the current match because that can lead
3656 to bad face combinations.
3657
01c86c56
GM
3658 * loadup.el (toplevel): Load faces before isearch.
3659
3660 * isearch.el (isearch-faces): New custom group.
3661 (isearch): New defface; was already tested for in the code.
3662 (isearch-lazy-highlight-face): Changed to defface from defcustom.
3663 (isearch-highlight): Always use face `isearch'.
3664
944425c0
DL
36652000-10-02 Dave Love <fx@gnu.org>
3666
3667 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
3668 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
3669 comparison of opcode with operand.
3670
2a099bcc
MB
36712000-10-03 Miles Bader <miles@gnu.org>
3672
3673 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
3674 buffer, since the echo area will now grow to accommodate them.
3675
4300ecb8
AS
36762000-10-02 Andre Spiegel <spiegel@gnu.org>
3677
3678 * vc-hooks.el (vc-registered): If FILE used to be registered under
3679 a certain backend, try that one first.
3680
814299a7 3681 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
3682 argument list. Handle multiple backends correctly.
3683 (vc-find-new-backend): Function removed.
3684 (vc-register): Use vc-responsible-backend, as before.
3685 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
3686
64e6cc18
GM
36872000-10-02 Gerd Moellmann <gerd@gnu.org>
3688
3689 * startup.el (fancy-splash-head): Change message below the
3690 logo.
3691
00df919e
MB
36922000-10-02 Miles Bader <miles@lsi.nec.co.jp>
3693
3694 * diff-mode.el (diff-goto-source): Emit a status message.
3695 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 3696 (diff-test-hunk): Fix doc string.
00df919e
MB
3697 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
3698 (diff-advance-after-apply-hunk): New variable.
4eaa6852 3699 (diff-apply-hunk): Don't return a value.
00df919e 3700
ceec5a0c
SM
37012000-10-01 Stefan Monnier <monnier@cs.yale.edu>
3702
3703 * vc.el (vc-editable-p): Minor optimization.
3704 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
3705 (vc-find-new-backend): New function split from vc-responsible-backend.
3706 (vc-register): Use it.
3707 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
3708 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
3709 (vc-default-unregister, vc-revert-buffer): Docstring fix.
3710 (vc-clear-headers): Don't use find-file.
3711 (vc-revert-buffer): Use `and' again (must have been a braino).
3712 (vc-switch-backend): Only prompt if requested.
3713 Short circuit if nothing is to be done.
3714 Don't use vc-resynch-buffer which could lose unsaved editing.
3715 (vc-default-receive-file): Update call to vc-unregister.
3716 (with-vc-file, vc-next-action-on-file):
3717 Use vc-backend rather than vc-registered.
3718 (vc-next-action-on-file): Use intern-soft.
3719 Deal with read-only *vc-diff* buffer.
3720 (vc-transfer-file): Docstring fix.
3721
3722 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
3723 (vc-rcs-receive-file): Avoid with-vc-properties.
3724 Update call to vc-unregister.
3725 Use constant `RCS' rather than (dynamically bound) var `backend'.
3726
4ad5da8f
AS
37272000-10-01 Andre Spiegel <spiegel@gnu.org>
3728
814299a7 3729 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
3730 is visited.
3731 (vc-start-entry): New argument initial-contents. Don't visit the file
3732 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
3733 (vc-next-action, vc-register): Updated calls to vc-start-entry.
3734 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
3735 vc-start-entry.
3736 (vc-finish-logentry): Make sure to bury log buffer only if there
3737 really is one. Call `vc-resynch-buffer' on log-file, not
3738 buffer-file-name.
3739 (vc-default-comment-history, vc-default-wash-log): New functions.
3740 (vc-index-of): Removed.
3741 (vc-transfer-file): Make do without the above.
3742 (vc-default-receive-file): Call comment-history unconditionally. Pass
3743 the resulting string to vc-checkin, instead of inserting it into the
3744 comment ring.
3745
3746 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
3747 unconditionally. Use the comments as initial contents of the log
814299a7 3748 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
3749 changes.
3750
aa0c3dca
MB
37512000-10-01 Miles Bader <miles@gnu.org>
3752
3753 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
3754 `recenter' with an arg to prevent redrawing the display.
3755
d5f5a2c5
SM
37562000-09-30 Stefan Monnier <monnier@cs.yale.edu>
3757
3758 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
3759
3760 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
3761
814299a7 3762 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
3763 Don't gratuitously override the default for comment-column.
3764
3765 * textmodes/tex-mode.el (latex-metasection-list): New var.
3766 (latex-imenu-create-index): Use it.
3767 Move the regexp construction outside loops (and use push).
814299a7 3768 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
3769 (tex-font-lock-keywords): Moved from font-lock.el.
3770 (tex-comment-indent): Remove.
3771 (tex-common-initialization): Don't set comment-indent-function.
3772 (latex-block-default): New var.
3773 (tex-latex-block): Use it to provide a default choice.
3774 Add any unknown choice to latex-block-names.
3775 Insert [...] after {...}.
3776 (tex-last-unended-begin): Simplify regexp.
3777 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
3778 (latex-forward-sexp-1, latex-forward-sexp): New functions.
3779 (latex-mode): Set forward-sexp-function.
3780
3781 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
3782 Add regexp for @ignore ... @end ignore.
3783 (texinfo-heading-face): New face.
3784 (texinfo-font-lock-keywords): Use it.
3785 (texinfo-mode-menu): New menu.
3786 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
3787 New functions.
3788 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 3789 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
3790 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
3791 Remove declaration.
3792 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
3793
3794 * delsel.el (delete-selection-mode): Use define-minor-mode.
3795
3796 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
3797
37982000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3799
3800 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
3801
8a5506f2
GM
38022000-09-30 Gerd Moellmann <gerd@gnu.org>
3803
068127d6
GM
3804 * replace.el (keep-lines-read-args): New function.
3805 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
3806 read arguments interactively. Add parameters RSTART and REND.
3807 Operate on the active region in Transient Mark mode.
3808
d777bb8f
GM
3809 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
3810
8a5506f2
GM
3811 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
3812 (authors-obsolete-files-regexps): New variable.
3813 (authors-add): Don't record changes in obsolete files.
3814
3fa87bfc
SM
38152000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3816
3817 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
3818
3819 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
3820 (comment-indent): Make sure there's a space between code and comment.
3821 Shift comments left to avoid going past fill-column.
3822
f02149ce
GM
38232000-09-29 Gerd Moellmann <gerd@gnu.org>
3824
3825 * startup.el (startup-echo-area-message): New function.
3826 (display-startup-echo-area-message): Use it.
3827 (fancy-splash-screens): Rewritten to use keymaps and a timer.
3828 (fancy-splash-default-action): New function.
3829 (fancy-splash-screens-1): New function.
3830 (fancy-splash-head): Put a help-echo and a keymap under the image.
3831
a3ef6569
SM
38322000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3833
3834 * diff-mode.el (diff-add-log-file-name): Remove.
3835 (diff-mode): Use add-log-buffer-file-name-function.
3836
3837 * add-log.el (find-change-log): New arg BUFFER-FILE.
3838 (add-log-file-name): Obey add-log-file-name-function.
3839 (add-log-buffer-file-name-function): New var.
3840 (add-change-log-entry): Use it.
3841
75e5b373
MB
38422000-09-29 Miles Bader <miles@gnu.org>
3843
3844 * image-file.el (image-file-name-extensions): New variable.
3845 (image-file-name-regexps): Renamed from `image-file-regexps'.
3846 New default value is nil. Call `auto-image-file-mode'.
3847 (image-file-name-regexp): New function.
3848 (auto-image-file-mode): New minor mode.
3849 (insert-image-file): Don't make conditional on the image-file
3850 handler being enabled.
3851 (image-file-handler): Make the call here conditional instead.
3852 (set-image-file-handler-enabled, enable-image-file-handler)
3853 (disable-image-file-handler): Functions removed.
3854
3855 * emacs-lisp/authors.el (authors-print): Rephrase many-files
3856 string.
3857
de6e1f7c
GM
38582000-09-29 Gerd Moellmann <gerd@gnu.org>
3859
3860 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
3861 it's a function from CL.
3862 (latex-imenu-create-index): Replace eval-when-compile with progn
3863 because latex-section-alist is not bound while compiling.
3864
d8c201f5
SM
38652000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3866
3867 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
3868 (outline-mode): Use define-derived-mode.
3869
814299a7 3870 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
3871 * progmodes/awk-mode.el (awk-mode):
3872 * progmodes/asm-mode.el (asm-mode):
3873 Don't gratuitously override the default for comment-column.
3874
3875 * emacs-lisp/lisp.el (lisp-complete-symbol):
3876 Distinguish the let-binding case from the funcall case.
3877 (forward-sexp-function): New variable.
3878 (forward-sexp): Use it.
3879
3880 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
3881 (easy-mmode-defmap): Remove the now useless autoload.
3882
3883 * time.el (display-time-mode): Use define-minor-mode.
3884
3885 * subr.el (add-minor-mode): Don't eval NAME.
3886 Don't depend on the presence of TOGGLE-FUN for any special behavior.
3887 Use if rather than cond.
3888
3889 * simple.el (read-expression-map): Define more properly.
3890 (comment-indent-hook): Remove.
3891 (string-to-syntax): Bug fix.
3892
3893 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
3894 (cvs-ediff-diff): Fix typo.
3895 (cvs-revert-if-needed): Don't bother preserving read-only.
3896
3897 * paren.el (show-paren-mode): Use define-minor-mode.
3898
3899 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
3900 (toggle-auto-compression): Remove.
3901 (jka-compr-build-file-regexp): Remove useless grouping.
3902
3903 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
3904 Avoid user-reserved bindings.
3905 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
3906 (diff-header-face): Revert to grey85.
3907
3908 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
3909
3910 * complete.el (partial-completion-mode) <defcustom>: Remove.
3911 (partial-completion-mode): Use define-minor-mode.
3912 (PC-do-completion): Understand `completion-auto-help = delay'
3913 to mean to popup the completion buffer only the second time.
814299a7 3914 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
3915 (PC-include-file-all-completions): Don't quote lambda.
3916
3917 * comint.el (comint-mode-hook): Docstring fix.
3918 (comint-mode): Use define-derived-mode.
3919 (comint-mode-map): Remove obsolete comment.
3920 (make-comint): Minor stylistic change.
3921 (comint-insert-clicked-input): Be more careful to find the overlay.
3922 Use this-command-keys rather than hardcoding mouse-2.
3923
3924 * font-lock.el: Replace confusing (,@ with ,
3925 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
3926 Don't use regexp-opt-depth. Spice up the regexp for args.
3927 Don't distinguish between cmds that can take an opt arg or not.
3928 Use `append' and `prepend' rather than `keep'.
3929
3930 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
3931 (latex-outline-regexp): New var.
3932 (latex-outline-level): New fun.
3933 (latex-section-alist): New var.
3934 (latex-imenu-create-index): Use it. Use `push' as well.
3935 (tex-shell-map): Initialize it properly.
3936 (tex-mode): Minor stylistic change.
3937 (plain-tex-mode): Use define-derived-mode.
3938 (latex-mode): Use define-derived-mode.
3939 Construct the paragraph regexps in a more readable way.
3940 Set the buffer-local outline-{level,regexp} vars.
3941 (slitex-mode): Derive from latex-mode.
3942 (tex-common-initialization): Don't kill-all-vars anymore.
3943 Add setting for comment-add and font-lock-defaults.
3944 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
3945 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
3946 (tex-start-tex): New arg DIR (and send a chdir command for it).
3947 Also display the shell buffer and save it in tex-last-buffer-texed.
3948 (tex-region): Use expand-file-name rather than concat.
3949 Remove code made useless by changes in tex-start-tex.
3950 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
3951
3952 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
3953
ff398532
DL
39542000-09-28 Dave Love <fx@gnu.org>
3955
3956 * eshell/eshell.el (eshell) <defgroup>: Add :version.
3957
f9415d5b
GM
39582000-09-28 Gerd Moellmann <gerd@gnu.org>
3959
3960 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
3961 `append'.
3962
fa003899
SM
39632000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3964
3965 * info.el (Info-extract-pointer): Undo last change.
3966 Instead, fix the position of the `bound' arg to re-search-backward.
3967
39682000-09-27 Stefan Monnier <monnier@cs.yale.edu>
3969
3970 * info.el (Info-extract-pointer):
3971 Widen more carefully, to avoid finding pointers in other nodes.
3972 (Info-index): Use push.
3973
f9415d5b 39742000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
3975
3976 * frame.el (set-frame-font): Remove call to obsolete function
3977 frame-update-faces.
3978 (set-foreground-color, set-background-color): Likewise for
3979 frame-update-face-colors.
3980
5538b8ba
MB
39812000-09-27 Miles Bader <miles@gnu.org>
3982
3983 * image-file.el: New file.
3984
60536eea
GM
39852000-09-27 Gerd Moellmann <gerd@gnu.org>
3986
5b551d58
GM
3987 * frame.el (frame-notice-user-settings): Don't call
3988 frame-update-faces, which is a no-op now.
814299a7 3989
60536eea
GM
3990 * ediff-wind.el (ediff-control-frame-parameters): Add zero
3991 tool-bar-lines.
3992
36f1966f
DL
39932000-09-27 Dave Love <fx@gnu.org>
3994
3995 * mouse.el: Fix last change.
3996
c5785b73
MB
39972000-09-27 Miles Bader <miles@lsi.nec.co.jp>
3998
3999 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
4000
672172d9
KH
40012000-09-22 Kenichi Handa <handa@etl.go.jp>
4002
4003 * international/quail.el (quail-help): The output message is
4004 improved.
4005
4653b4ea
DL
40062000-09-26 Dave Love <fx@gnu.org>
4007
4008 * mouse.el (popup-menu): If POSITION is nil, set it using
4009 mouse-position.
4010
63900fcf
SS
40112000-09-25 Sam Steingold <sds@gnu.org>
4012
4013 * net/browse-url.el (browse-url-file-url): Check for null maps.
4014
cd3b81be
GM
40152000-09-26 Gerd Moellmann <gerd@gnu.org>
4016
876512ab 4017 * frame.el (frame-notice-user-settings): Don't add a
fa003899 4018 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 4019
fa003899
SM
4020 * frame.el (frame-notice-user-settings):
4021 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 4022
cd3b81be
GM
4023 * toolbar/tool-bar.el (tool-bar-help): New function.
4024
d8b4516f
GM
40252000-09-25 Gerd Moellmann <gerd@gnu.org>
4026
6567e9b5
GM
4027 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
4028 current-load-list in top-level forms. Else this leaks a cons cell
4029 every time a defun is called.
63900fcf 4030
d8b4516f 4031 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 4032
a461758e
DL
40332000-09-25 Dave Love <fx@gnu.org>
4034
7df6adc3
DL
4035 * startup.el (fancy-splash-head): Check XPM is available.
4036
a461758e
DL
4037 * autoinsert.el (auto-insert): Doc fix.
4038 (auto-insert-alist): Following GNU notices, don't say `copyright
4039 _by_'. Use line-beginning-position.
4040 (auto-insert): Check buffer-file-name is non-nil before use.
4041
b11af2dd
GM
40422000-09-25 Gerd Moellmann <gerd@gnu.org>
4043
4044 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
4045 starting with `@def' or `@multitable', in addition to ones
4046 specified by the user in auto-fill-inhibit-regexp.
4047
5f9f981b
GM
40482000-09-25 Markus Rost <rost@math.ohio-state.edu>
4049
4050 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
4051 rmail-dont-reply-to-names matches the empty string.
63900fcf 4052
8ff16b4e
GM
40532000-09-25 Gerd Moellmann <gerd@gnu.org>
4054
63900fcf 4055 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
4056 text to sound more friendly.
4057
9b4a7800
TTN
40582000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
4059
4060 * progmodes/hideshow.el: Update author email address.
4061 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
4062 (hs-hide-all-non-comment-function): New var.
4063 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
4064 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
4065 (hs-show-region): Delete this command.
4066 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
4067
4c7c1f3f
DL
40682000-09-22 Dave Love <fx@gnu.org>
4069
4070 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
4071 (hl-line-highlight): Specify buffer when moving overlay.
4072
4073 * progmodes/fortran.el (fortran-mode): Locally set
4074 normal-auto-fill-function.
4075 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
4076 (fortran-mode-map): Adjust auto-fill menu entry.
4077
13f93dee
GM
40782000-09-22 Gerd Moellmann <gerd@gnu.org>
4079
36eb0a91
GM
4080 * vc-rcs.el (toplevel): Require `vc' when compiling.
4081
fa003899 4082 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 4083
36a03bf9
AS
40842000-09-22 Andre Spiegel <spiegel@gnu.org>
4085
9b4a7800 4086 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
4087 registered under the new backend.
4088
9b4a7800 4089 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
4090 without explicit revision number.
4091
6e4e8a3b
SM
40922000-09-21 Stefan Monnier <monnier@cs.yale.edu>
4093
4094 * diff-mode.el (diff-file-header-face): Reset to its previous value.
4095 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
4096 (diff-xor): New function.
4097 (diff-find-source-location): Use it. Fix a stupid name clash.
4098 (diff-hunk-status-msg): New function.
4099 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
4100 (diff-test-hunk): Use diff-find-source-location.
4101 (diff-goto-source): Favor the `reverse'.
4102 (diff-hunk-text): Properly handle one-sided context diffs.
4103 (diff-apply-hunk): When done, advance to the next hunk.
4104
1b24b888
GM
41052000-09-21 Gerd Moellmann <gerd@gnu.org>
4106
623a0aae
GM
4107 * startup.el (command-line): If frame was created with a non-zero
4108 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 4109
1b24b888
GM
4110 * add-log.el (change-log-date-face, change-log-name-face)
4111 (change-log-email-face, change-log-file-face)
4112 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
4113 (change-log-function-face, change-log-acknowledgement-face):
4114 New faces, inheriting from font-lock faces.
1b24b888 4115 (change-log-font-lock-keywords): Use them.
9b4a7800 4116
93b3a1c8
DL
41172000-09-21 Dave Love <fx@gnu.org>
4118
80585273
DL
4119 * progmodes/cperl-mode.el (top-level): Clean up
4120 `eval-when-compile's and assorted defvars.
4121 (cperl-invalid-face): Don't double-quote value. Change custom
4122 type.
4123 (cperl-mode): Set normal-auto-fill-function and don't zap
4124 auto-fill-function.
4125 (cperl-imenu--function-name-regexp-perl): Renamed from
4126 imenu-example--function-name-regexp-perl.
4127 (cperl-imenu--create-perl-index): Renamed from
4128 imenu-example--create-perl-index.
4129 (cperl-xsub-scan): Don't require cl.
4130
93b3a1c8
DL
4131 * msb.el (msb-mode-map): Use substitute-key-definition.
4132 (msb-mode): Use msb-mode-map.
4133
43ccb598
AS
41342000-09-21 Andre Spiegel <spiegel@gnu.org>
4135
4136 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
4137 New functions.
fa003899 4138 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
4139 (vc-switch-backend): New function.
4140 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
4141 (vc-register): Fix prompt.
4142 (vc-unregister, vc-default-unregister): New functions.
4143 (vc-version-diff): Handle empty buffer in sentinel.
4144
4145 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
4146 (vc-rcs-state-heuristic): Use it to guess the state of files with
4147 non-strict locking.
4148 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
4149 been set with -b, but not created yet.
4150 (vc-rcs-fetch-master-state): With non-strict locking, compare file
4151 contents in order to find the state.
4152 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
4153 (vc-rcs-unregister, vc-rcs-receive-file)
4154 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 4155
9b4a7800 4156 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 4157 in case it is missing.
9b4a7800 4158
95fadcca
GM
41592000-09-21 Gerd Moellmann <gerd@gnu.org>
4160
4161 * startup.el (fancy-splash-tail): Use a different foreground
4162 color on a dark frame background.
4163
470f23e1
MB
41642000-09-21 Miles Bader <miles@lsi.nec.co.jp>
4165
4166 * info.el: Use the correct capitalization when making Info-mode
4167 and Info-edit-mode `special' modes.
4168
281096ed
SM
41692000-09-20 Stefan Monnier <monnier@cs.yale.edu>
4170
4171 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
4172 (diff-mode): Add support for add-log.el.
4173 (diff-hunk-text): Use char offsets rather than line offsets.
4174 (diff-find-source-location): Replace LINE with line-offset (nil
4175 if not found) and always set POS to a meaningful position.
4176 Adapt to the new char-offsets.
4177 (diff-apply-hunk): Drop support for the unused `select' POPUP.
4178 Adapt to the new diff-find-source-location.
4179 (diff-goto-source): Adapt to the new diff-find-source-location.
4180
4181 * add-log.el (add-log-file-name): New function (split out of
4182 add-change-log-entry).
4183 (add-change-log-entry): Use it.
4184 Call add-log-file-name-function with the changelog file name if
4185 the current buffer is not associated with any file.
4186 Avoid find-file if the selected window is dedicated.
4187
4188 * diff-mode.el (diff-find-source-location):
4189 Move code from diff-apply-hunk. Return buffer rather than file.
4190 (diff-apply-hunk): Use the new result from diff-find-source-location.
4191 (diff-goto-source): Use the new diff-find-source-location.
4192
c29d77c4
DL
41932000-09-20 Dave Love <fx@gnu.org>
4194
4195 * iswitchb.el: Some doc fixes.
4196 (iswitchb-mode-map): Define completely initially. Inherit
4197 minibuffer-local-map.
4198 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
4199 fundamental-mode.
4200 (iswitchb-global-map): New variable.
4201 (iswitchb-summaries-to-end): Amalgamate regexps.
4202 (iswitchb-mode): New.
4203 (iswitchb-mode-hook): New variable.
4204 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
4205 `extensions'.
4206
49939379
GM
42072000-09-20 Gerd Moellmann <gerd@gnu.org>
4208
d05c87ac
GM
4209 * ehelp.el (electric-help): New defgroup.
4210 (electric-help-shrink-window): New user-option.
4211 (with-electric-help): Use it.
4212
1ec082d4
GM
4213 * window.el (shrink-window-if-larger-than-buffer): If face
4214 `mode-line' has a :box, and we're on a graphical frame, add 1
4215 to the needed window height.
4216
f46c275e
GM
4217 * frame.el (frame-notice-user-settings): Add a last parameter nil
4218 to a call to `append', because the last list passed to `append' is
4219 not copied, and so subsequent calls to assq-delete-all will modify
4220 default-frame-alist.
4221
b7e11c5b
GM
4222 * startup.el (fancy-splash-image): Change :type.
4223 (fancy-splash-head): Use an XBM image if appropriate.
4224 (command-line-1): Show splash screens in more cases.
4225
26ff68aa
GM
4226 * startup.el (fancy-splash-text): Don't quote faces.
4227
8320414c
GM
4228 * dired.el (dired-font-lock-keywords): Undo last change.
4229 (dired-readin): Bind indent-tabs-mode to nil.
4230
49939379
GM
4231 * startup.el (fancy-splash-head): If frame's background mode
4232 is `dark', change the black background of the image to gray.
4233 (fancy-splash-screens): Display startup echo area message.
4234 (display-startup-echo-area-message): New function.
4235
c3b27206
MB
42362000-09-20 Miles Bader <miles@lsi.nec.co.jp>
4237
55a3d2a1
MB
4238 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
4239
4240 * info.el (info-header-node): Tweak for color ttys.
4241
37a99821
MB
4242 * faces.el (face-valid-attribute-values): Make sure directories we
4243 search for stipples both exist and are readable before trying to
4244 search them.
4245
0415d0d0
MB
4246 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
4247 in the dry-run case.
4248
523b128c
MB
4249 * jka-compr.el (with-auto-compression-mode): New macro.
4250
c3b27206
MB
4251 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
4252 (custom-group-tag-face, custom-variable-tag-face): Use relative
4253 :height and inherit from `variable-pitch' face instead of
4254 hardwiring :family.
4255 * hi-lock.el (hi-black-hb): Likewise.
4256
ddba99ad
MB
4257 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
4258 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
4259 toolbar-add-item, if image doesn't have a mask add a `:mask
4260 heuristic'.
4261
7e99fbde
SM
42622000-09-19 Stefan Monnier <monnier@cs.yale.edu>
4263
4264 * diff-mode.el: Docstring fixes.
4265 (diff-header-face, diff-comment-face): New faces.
4266 (diff-font-lock-keywords): Highlight a bit differently.
4267 (diff-find-source-location): Don't return SPAN any more.
4268 (diff-hunk-text): Don't bother erasing the temp buffer.
4269 (diff-find-text): Drop argument LINE.
4270 (diff-apply-hunk): Update calls to diff-find-text.
4271 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
4272
4273 * calendar/calendar.el: Docstring fixes.
4274 (calendar-make-alist): Don't quote lambda.
4275 (calendar-star-date): Use make-local-variable.
4276
fb275c02
DL
42772000-09-19 Dave Love <fx@gnu.org>
4278
7e99fbde
SM
4279 * toolbar/tool-bar.el: Renamed from toolbar.el.
4280 Change `toolbar' to `tool-bar' generally in symbols.
4281 Make some items invisible in `special' major modes.
4282 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
4283 Add arg PROPS.
532cb34d 4284
7e99fbde
SM
4285 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
4286 Add :version here.
fb275c02
DL
4287 (fancy-splash-delay, fancy-splash-image): Remove :version here.
4288
8f4ca9a5
GM
42892000-09-19 Gerd Moellmann <gerd@gnu.org>
4290
8b7707e1 4291 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 4292
8b7707e1 4293 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
4294 (find-file-noselect): Use it.
4295
8b7707e1 4296 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
4297 (fancy-splash-screen): Defgroup.
4298
8f4ca9a5
GM
4299 * add-log.el (change-log-font-lock-keywords): Match names
4300 more exactly for the case that font-lock-constant-face is
4301 underlined.
4302
ba9eeda1 43032000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 4304
8b7707e1 4305 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 4306
289eaef9
AS
43072000-09-19 Andre Spiegel <spiegel@gnu.org>
4308
4309 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
4310
ce9ded5d
GM
43112000-09-19 Gerd Moellmann <gerd@gnu.org>
4312
c113de23
GM
4313 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
4314 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
4315 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
4316 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
4317 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
4318 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
4319 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
4320 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
4321 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
4322 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
4323 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 4324 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 4325
ce9ded5d
GM
4326 * startup.el (fancy-splash-text): New variable.
4327 (fancy-splash-delay, fancy-splash-image): New user-options.
4328 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
4329 (fancy-splash-screens): New functions.
4330 (command-line-1): If display has a `display' frame parameter, has
4331 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 4332
b9b1c3a9
DL
43332000-09-19 Dave Love <fx@gnu.org>
4334
4335 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
4336 with null `help'. Use modern backquote syntax.
4337
1af25534
GM
43382000-09-19 Gerd Moellmann <gerd@gnu.org>
4339
afd3c8cd
GM
4340 * font-lock.el (font-lock-mode): Change message telling the user
4341 that ``the buffer is too big''.
4342
1af25534
GM
4343 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
4344 for instance for the case that tab-width is 2.
4345
05b1f851
GM
43462000-09-18 Gerd Moellmann <gerd@gnu.org>
4347
4348 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
4349 toolbar-add-item, if image doesn't have a mask add a `:mask
4350 heuristic'.
4351
8ec8f673
MB
43522000-09-18 Miles Bader <miles@lsi.nec.co.jp>
4353
2b612b1f
MB
4354 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
4355 and return a cons if it's non-nil.
4356 (diff-apply-hunk): Try to jump to the line in the source text
4357 corresponding to the position of point in the in the hunk.
4358
9b4a7800 4359 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
4360 (Info-title-1-face): Use face inheritance and relative sizes
4361 instead of hard-wiring things.
4362
4363 * faces.el (secondary-selection): Make dark-background variant sane.
4364
5eedab4d
AI
43652000-09-16 Andrew Innes <andrewi@gnu.org>
4366
5eedab4d
AI
4367 * makefile.w32-in (compile-files-CMD): No need to make .elc files
4368 read-only, since they aren't under VC now.
4369
6a142f26
DL
43702000-09-17 Dave Love <fx@gnu.org>
4371
e07436e1
DL
4372 * tmm.el: Replace mapcar with mapc in several places.
4373
4374 * loadhist.el (unload-feature): Maybe call elp-restore-list and
4375 ad-unadvise.
4376
7d354dd5
DL
4377 * international/latin1-disp.el: New file.
4378
6a142f26
DL
4379 * calendar/cal-move.el (scroll-calendar-left)
4380 (scroll-calendar-right): Make arg optional (for active mode line).
4381
4382 * calendar/calendar.el (calendar-mode-line-format): Make fields
4383 mouse-sensitive.
4384 (calendar-read-date, calendar-read-date, calendar-window-list):
4385 Unquote lambda.
4386 (calendar-month-name): Use aref, not sref.
4387
4388 * view.el (minor-mode-alist): Propertize the string.
4389
4390 * international/characters.el (standard-case-table): Add entries
4391 for Greek.
4392
50ac70af
MB
43932000-09-18 Miles Bader <miles@gnu.org>
4394
53c9ab4f
MB
4395 * info.el (info-node, info-xref): Add dark-background variants.
4396
a114b1ca
MB
4397 * faces.el (header-line): Change defaults to be less confusing
4398 when mixed with mode-lines.
4399
50ac70af
MB
4400 * info.el (Info-fontify-node): Make a few cleanups.
4401 Add extra `help-echo' and `local-map' props to node xrefs.
4402 Use header-specific faces for node-names & xrefs.
4403 (Info-use-header-line): New variable.
53c9ab4f 4404 (info-header-xref, info-header-node): New faces.
50ac70af
MB
4405 (Info-setup-header-line): New function.
4406 (Info-select-node): Call Info-setup-header-line when enabled.
4407 (Info-extract-pointer): Work even if the header line is hidden.
4408 (Info-header-line): New variable.
4409
729927ff
SM
44102000-09-16 Stefan Monnier <monnier@cs.yale.edu>
4411
4412 * vms-patch.el (print-region-function): Don't quote lambda.
4413
4414 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
4415
4416 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
4417 (lm-get-header-re): Allow spaces between the header and the colon.
4418 (lm-header): Allow $ in non-RCS headers.
4419 (lm-header-multiline): Put the strings back into order.
4420 Stop at an empty line. Don't require two space chars if the
4421 line is clearly not another header line.
4422
4423 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
4424 (popup-menu-popup): Remove.
4425
7a98d821
GM
44262000-09-15 Gerd Moellmann <gerd@gnu.org>
4427
7f8f1edc
GM
4428 * toolbar/toolbar.el (toolbar-add-item): Use the same image
4429 specification if or if not tool-bar item contains an `:enabled'
4430 property.
4431
7a98d821
GM
4432 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
4433 current buffer has no file name.
4434
a7bc704b
DL
44352000-09-15 Dave Love <fx@gnu.org>
4436
4437 * strokes.el: Sync with maintainer's current version with changes
4438 for Emacs, but avoid runtime cl and levents.
4439 (toplevel): Change autoloads and compilation requires.
4440 (strokes-version, strokes-bug-address, strokes-lift): Values
4441 changed.
4442 (strokes-xpm-header, strokes-insinuated): New variable.
4443 (strokes): Add :link.
4444 (strokes-mode): Customized.
4445 (strokes-while-inhibiting-garbage-collector): New macro.
4446 (strokes-remassoc): Avoid remove-if.
4447 (strokes-fix-button2-command): Don't use ad-do-it.
4448 (strokes-insinuate): New function.
4449 (strokes-button-press-event-p, strokes-button-release-event-p):
4450 New functions, used instead of non-`strokes-' versions..
4451 (strokes-mouse-event-p): Rewritten.
4452 (strokes-event-closest-point): Avoid event-point.
4453 (strokes-get-grid-position): Avoid cdadr, caadr
4454 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
4455 functions.
4456 (strokes-help): Use with-output-to-temp-buffer.
4457 (strokes-window-configuration-changed-p): New function.
4458 (strokes-update-window-configuration): Use buffer-live-p,
4459 strokes-window-configuration-changed-p.
4460 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
4461 (strokes-char-face): New face.
4462 (strokes-char-table, strokes-base64-chars): New variable.
4463 (strokes-xpm-for-stroke, strokes-list-strokes)
4464 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
4465 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
4466 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4467 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
4468 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
4469 functions.
4470
47e351a3
GM
44712000-09-15 Gerd Moellmann <gerd@gnu.org>
4472
ebb8f116
GM
4473 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
4474
47e351a3
GM
4475 * image.el (create-image): Doc fix.
4476
4477 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
4478 instead of `:heuristic-mask t'.
4479
fe83b953
AI
44802000-09-14 Andrew Innes <andrewi@gnu.org>
4481
4482 * makefile.w32-in: Revert to Unix line endings.
4483
52481729
AI
44842000-09-14 Andrew Innes <andrewi@gnu.org>
4485
3021e816
AI
4486 * makefile.w32-in: Add bootstrap support. Also copy lisp source
4487 when installing.
4488
52481729
AI
4489 * makefile.nt (DONTCOMPILE): Fix typo.
4490
4491 * shell.el (shell-write-history-on-exit): New function.
4492 (shell-dumb-shell-regexp): New custom variable.
4493 (shell-mode): Make shell-write-history-on-exit the process
4494 sentinel if shell name matches shell-dumb-shell-regexp.
4495
4496 * w32-fns.el: Comment out before-init-hook function which resets
4497 source-directory based; this breaks bootstrap.
4498
f8034e41
DL
44992000-09-14 Dave Love <fx@gnu.org>
4500
4501 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
4502 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
4503 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
4504 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
4505 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
4506 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
4507 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
4508 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
4509 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
4510
4511 * toolbar/toolbar.el: New.
4512
4513 * subdirs.el: Add toolbar.
4514
b9ce5694
GM
45152000-09-14 Gerd Moellmann <gerd@gnu.org>
4516
4517 * indent.el (indent-for-tab-command): Doc fix.
4518
986b7dee
GM
45192000-09-14 Alex Schroeder <alex@gnu.org>
4520
4521 * ansi-color.el (ansi-colors): Doc change.
4522 (ansi-color-get-face): Simplified regexp.
4523 (ansi-color-faces-vector): Added more faces, doc change.
4524 (ansi-color-names-vector): Doc change.
4525 (ansi-color-regexp): Simplified regexp.
4526 (ansi-color-parameter-regexp): New regexp.
4527 (ansi-color-filter-apply): Doc change.
4528 (ansi-color-filter-region): Doc change.
4529 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
4530 deal with zero length parameters.
4531 (ansi-color-apply-on-region): Doc change.
4532 (ansi-color-map): Doc change.
4533 (ansi-color-map-update): Removed debugging message.
4534 (ansi-color-get-face-1): Added condition-case to trap
4535 args-out-of-range errors.
4536 (ansi-color-get-face): Doc change.
4537 (ansi-color-make-face): Removed.
4538 (ansi-color-for-shell-mode): New option.
9b4a7800 4539
076ff911
KH
45402000-09-13 Kenichi Handa <handa@etl.go.jp>
4541
4542 * international/quail.el (quail-start-translation): Translate KEY
4543 if necessary even if it doesn't have any mapping in the current
4544 input method.
4545 (quail-start-conversion): Likewise.
4546 (quail-help): The output message is improved.
4547
bdf08678
MB
45482000-09-13 Miles Bader <miles@gnu.org>
4549
4550 * comint.el (comint-output-filter): Revert to using
4551 `insert-before-markers'. Add bletcherous hack to undo damage
4552 caused by `insert-before-markers'. Put `front-sticky' property on
4553 overlays created here so that the field code understands how the
4554 overlay works. Use a let when making comint-last-prompt-overlay,
4555 so that the code is easier to read.
4556
ffb8db8d
DL
45572000-09-13 Dave Love <fx@gnu.org>
4558
4559 * wid-edit.el (widget-default-format-handler): DTRT when
4560 doc-property is a function.
4561
5dd05f61
GM
45622000-09-12 Francesco Potorti` <pot@gnu.org>
4563
4564 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
4565 filed name if it's not there.
4566
35177617
DL
45672000-09-12 Dave Love <fx@gnu.org>
4568
9023837e
DL
4569 * simple.el (read-mail-command): Doc fix.
4570 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
4571
35177617
DL
4572 * vc.el (vc-dired-listing-switches): Fix :version.
4573
4574 * vc-hooks.el: Doc fixes.
4575
4576 * subr.el (add-minor-mode): Use toggle-fun arg.
4577
4578 * speedbar.el: Add :version to several defcustoms.
4579
4580 * imenu.el (imenu--truncate-items, imenu--cleanup)
4581 (imenu--generic-function): Avoid mapcar.
4582 (imenu--replace-spaces): Function removed.
4583 (imenu--completion-buffer): Use subst-char-in-string.
4584 (imenu-add-to-menubar): Use keymap inheritance.
4585
1afaae94
MB
45862000-09-12 Miles Bader <miles@gnu.org>
4587
4588 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
4589 (diff-mode-map): Bind `diff-test-hunk'.
4590 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
4591
45922000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
4593
4594 * bytecomp.el (byte-compile-defvar): Undo last change
4595 because it breaks '(make-variable-buffer-local (defvar ...)'
4596 which is used at least in dired.
4597
63c36c3c
KH
45982000-09-12 Kenichi Handa <handa@etl.go.jp>
4599
4600 * international/quail.el (quail-define-package): Docstring
4601 modified.
4602
1ad24be1
KH
46032000-09-12 Kenichi Handa <handa@etl.go.jp>
4604
362a8065
KH
4605 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
4606 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
4607 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
4608 docstring of "chinese-py".
4609
1ad24be1
KH
4610 * international/quail.el (quail-translation-docstring): New
4611 variable.
4612 (quail-show-keyboard-layout): Docstring modified.
4613 (quail-select-current): Likewise.
4614 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
4615 infinite recursive call.
4616 (quail-help): Check quail-translation-docstring. Format of the
4617 output changed.
4618 (quail-help-insert-keymap-description): Adjusted for the above
4619 change.
4620
cc0f95a4
GM
46212000-09-11 Gerd Moellmann <gerd@gnu.org>
4622
4623 * bytecomp.el (byte-compile-defvar): Only cons onto
4624 current-load-list in top-level forms. Else this leaks a cons cell
4625 every time a defun is called.
4626
7530b6da
MB
46272000-09-11 Miles Bader <miles@lsi.nec.co.jp>
4628
4629 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
4630 Now understands non-unified diffs. Some functionality moved into
4631 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
4632 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
4633 modify anything. Only reposition point in the patched file if the
4634 patch succeeds. Only pop up another window if POPUP is true.
4635 Emit a message describing what happened if successful, and at what
4636 line-offset. Automatically detect reversed hunks and do something
4637 appropriate.
4638 (diff-hunk-text, diff-find-text): New functions.
4639 (diff-filter-lines): Function removed.
4640 (diff-test-hunk): New function.
4641 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
4642
6b124390
DL
46432000-09-10 Dave Love <fx@gnu.org>
4644
4645 * textmodes/tildify.el: Minor doc/commentary fixes.
4646 (tildify) <defgroup>: Add :version.
4647
4648 * faces.el (face-x-resources): Make custom type more specific.
4649 (frame-background-mode): Use mapc.
4650 (region) <defcustom>: Add :version.
4651
7f8b6551
SM
46522000-09-08 Stefan Monnier <monnier@cs.yale.edu>
4653
9b4a7800
TTN
4654 * vc-sccs.el (vc-sccs-register):
4655 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
4656 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
4657 * vc.el (vc-register): Clear file's properties.
4658
c454aac1
GM
46592000-09-08 Gerd Moellmann <gerd@gnu.org>
4660
4661 * faces.el (face-spec-set): Only face-spec-reset-face when
4662 ATTRS is non-nil.
4663
bb934822
EZ
46642000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
4665
4666 * help.el (help-insert-xref-button): Fix a typo in doc string.
4667
03419440
EZ
46682000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
4669
7f8b6551
SM
4670 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4671 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
4672 methods.
4673
03419440
EZ
4674 * menu-bar.el (read-mail-item-name): New function.
4675 (menu-bar-tools-menu): Use it to compute and display the package
4676 used to read email.
4677 (menu-bar-tools-menu): Fix typo in GUD's help string.
4678
dbcee71a
DL
46792000-09-07 Dave Love <fx@gnu.org>
4680
19e713d8
DL
4681 * diff-mode.el (diff-mouse-goto-source): New function.
4682
a7cafade 4683 * vc-sccs.el: Doc fixes.
7f8b6551 4684 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
4685
4686 * vc-rcs.el: Doc fixes.
7f8b6551
SM
4687 (vc-rcs-register-switches, vc-rcs-checkin-switches)
4688 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
4689 (vc-rcs-master-templates): Add or change :version.
4690
7f8b6551 4691 * vc-cvs.el: Doc fixes.
a7cafade
DL
4692 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
4693 (vc-cvs-stay-local): Add :version.
4694
dbcee71a
DL
4695 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
4696
ed254191
KH
46972000-09-07 Kenichi Handa <handa@etl.go.jp>
4698
4699 * international/quail.el (quail-help): Fix previous change.
4700
ab0ee409
GM
47012000-09-07 Gerd Moellmann <gerd@gnu.org>
4702
f46f845b 4703 * faces.el (color-values): Doc fix.
9b4a7800 4704
ab0ee409
GM
4705 * faces.el (frame-set-background-mode): Use frame-parameter
4706 instead of frame-parameters.
4707
4708 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 4709 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 4710 frame-parameters.
9b4a7800 4711
f7246ac7
KH
47122000-09-07 Kenichi Handa <handa@etl.go.jp>
4713
4714 * language/devan-util.el (devanagari-to-indian-region): In the
4715 loop, change the following char, not preceding char.
4716
96889af2
GM
47172000-09-07 Gerd Moellmann <gerd@gnu.org>
4718
1091dd67
GM
4719 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
4720 instead of frame-parameters.
4721
9b4a7800 4722 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
4723 internal-set-lisp-face-attribute with FRAME being 0.
4724
4725 * vc.el: Remove `Id' version control keyword.
96889af2 4726
0fddd0dc
KH
47272000-09-07 Kenichi Handa <handa@etl.go.jp>
4728
4729 * help.el (help-make-xrefs): Adjusted for the change of
4730 help-xref-mule-regexp.
4731 (help-insert-xref-button): New function.
4732
4733 * international/mule-cmds.el (help-xref-mule-regexp-template):
4734 Include the pattern for character set.
4735 (leim): New group.
4736
4737 * international/quail.el: Don't require face.
4738 (quail): New group.
7f8b6551 4739 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
4740 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
4741 (quail-keyboard-layout-substitution): New variable.
4742 (quail-update-keyboard-layout): New function.
4743 (quail-keyboard-layout-type): New customizable variable.
4744 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
4745 (quail-keyboard-translate): Pay attention to
4746 quail-keyboard-layout-substitution.
4747 (quail-insert-kbd-layout): New function.
4748 (quail-show-keyboard-layout): New function.
4749 (quail-get-translation): If the definition is a vector of length
7f8b6551 4750 1, and the element is a string of length 1, return the character
0fddd0dc
KH
4751 in that string.
4752 (quail-update-current-translations): Fix the case of
4753 relative-index out of range.
4754 (quail-build-decode-map, quail-insert-decode-map): New Functions.
4755 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 4756 Show key sequences for all available characters.
0fddd0dc
KH
4757 (quail-help-insert-keymap-description): Don't show such verbose
4758 key bindings as quail-self-insert-command.
4759
4760 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4761 Format changed, and each element now have extra documentations.
4762 (tit-process-header): Delete invalid characters from TIT-PROMPT.
4763 Adjusted for the change of quail-cxterm-package-ext-info.
4764
8ddceaf1
GM
47652000-09-06 Gerd Moellmann <gerd@gnu.org>
4766
4767 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
4768 requiring it leads to a recursive loading of vc.el and vc-hooks.el
4769 during bootstrap.
4770
099bd78a
SM
47712000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4772
4773 * vc.el: (toplevel): Don't require `dired' at run-time.
4774 (vc-dired-resynch-file): Remove autoload cookie.
4775
47762000-09-05 Andre Spiegel <spiegel@gnu.org>
4777
4778 * vc.el: Made several backend functions optional.
4779 (vc-default-responsible-p): New function.
4780 (vc-merge): Use RET for first version to trigger merge-news, not
4781 prefix arg.
4782 (vc-annotate): Handle backends that do not support annotation.
4783 (vc-default-merge-news): Removed. The existence of a merge-news
4784 implementation is now checked on caller sites.
4785
9b4a7800 4786 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
4787 case.
4788
9b4a7800 4789 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
4790 special case that has been removed from the default in vc-hooks.el.
4791
47922000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4793
4794 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
4795
47962000-09-05 Andre Spiegel <spiegel@gnu.org>
4797
4798 * vc-hooks.el: Require vc during compilation.
4799 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
4800 macro `with-vc-properties' in vc.el.
4801 (vc-file-getprop): Doc fix.
4802 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 4803
099bd78a
SM
4804 * vc.el: Require dired-aux during compilation.
4805 (vc-name-assoc-file): Moved to vc-sccs.el.
4806 (with-vc-properties): New macro.
9b4a7800 4807 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
4808 vc-finish-steal): Use it.
4809 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
4810 to the backend-specific function is now supposed to do the checkout,
4811 too.
4812 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
4813
9b4a7800 4814 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
4815 set file properties; that gets done in the generic code now.
4816
4817 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
4818 Changed parameter list, added code from vc.el that does the
4819 checkout, possibly with a double-take.
4820
4821 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
4822 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
4823 the above under the new name.
4824 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
4825 parameter list, added checkout command.
4826 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
4827 properties; that gets done in the generic code now.
4828
48292000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4830
4831 * vc.el: Docstring fixes (courtesy of checkdoc).
4832
48332000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4834
4835 * vc.el (vc-checkout-writable-buffer-hook)
4836 (vc-checkout-writable-buffer): Remove.
4837 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
4838 (vc-log-mode): Make it into a clean derived major mode.
4839 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
4840 vc-log-mode if log-edit is not available.
4841 (vc-dired-mode-map): Don't set-keymap-parent yet.
4842 (vc-dired-mode): Do set-keymap-parent here.
4843 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
4844
08ba3862
GM
48452000-09-05 Gerd Moellmann <gerd@gnu.org>
4846
4847 * faces.el (set-face-attribute, face-spec-reset-face)
4848 (face-spec-set): Avoid consing by removing calls to `apply'.
4849
4850 * frame.el (frame-parameter): Move to C code.
4851
3b4429b4
DL
48522000-09-05 Dave Love <fx@gnu.org>
4853
4854 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
4855 insert-before-markers-and-inherit. Now checked systematically!
4856
877055f6
GM
48572000-09-05 Alex Schroeder <alex@gnu.org>
4858
4859 * sql.el (sql-postgres): Use sql-postgres-options.
4860 (sql-postgres-options): New variable.
4861
48622000-09-05 Alex Schroeder <alex@gnu.org>
4863
4864 * sql.el (sql-mode-menu): Work around missing variable mark-active
4865 in XEmacs.
4866 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
4867 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
4868 compatibility.
4869
7a004b71
GM
48702000-09-04 Gerd Moellmann <gerd@gnu.org>
4871
54baed30 4872 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 4873
7a004b71
GM
4874 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
4875
4876 * Makefile.in (DONTCOMPILE): Fix typo in file name.
4877
48782000-09-04 Andre Spiegel <spiegel@gnu.org>
4879
4880 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
4881 don't support anything else under SCCS yet.
4882
4883 * vc-hooks.el: Minor doc fixes.
4884
48852000-09-04 Andre Spiegel <spiegel@gnu.org>
4886
4887 * vc.el (vc-next-action-on-file): Do not visit the file if it's
4888 not necessary. If verbose in state `needs-patch', do the same as
4889 under `up-to-date'. When NOT verbose and `needs-patch', check out
4890 latest version instead of `merge-news'.
4891 (vc-next-action-dired): Don't mess with default-directory here; it
4892 breaks other parts of dired. It is the job of the
099bd78a 4893 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
4894 (vc-next-action): Remove a special CVS case.
4895 (vc-clear-headers): New optional arg FILE.
4896 (vc-checkin, vc-checkout): Set properties vc-state and
4897 vc-checkout-time properly.
099bd78a 4898 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
4899 (vc-print-log): Use new backend function `show-log-entry'.
4900 (vc-cancel-version): Do the checks in a different order. Added a
4901 FIXME concerning RCS-only code.
4902
4903 * vc-rcs.el (vc-rcs-show-log-entry): New function.
4904 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
4905
4906 * vc-cvs.el (vc-cvs-show-log-entry): New function.
4907
9b4a7800 4908 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
4909 `needs-patch' as a `-' too.
4910
49112000-09-04 Andre Spiegel <spiegel@gnu.org>
4912
4913 * vc.el (vc-responsible-backend): New optional arg REGISTER.
4914 (vc-default-could-register): New function.
4915 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
4916 (vc-resynch-buffer): Call vc-dired-resynch-file.
4917 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
4918 vc-resynch-buffer instead of vc-resynch-window.
4919 (vc-next-action-dired): Don't redisplay here, that gets done as a
4920 result of the individual file operations.
4921 (vc-retrieve-snapshot): Corrected prompt order.
4922
4923 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 4924
7a004b71
GM
4925 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
4926 as well.
4927 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
4928 hostname regexps. Updated all callers.
4929 (vc-cvs-responsible-p): Handle directories as well.
4930 (vc-cvs-could-register): New function.
4931 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
4932 properties up-to-date.
9b4a7800 4933
7a004b71
GM
4934 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
4935 user whether to create one.
4936
49372000-09-04 Andre Spiegel <spiegel@gnu.org>
4938
4939 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
4940 check out a non-existing file.
4941
4942 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
4943 workfile does not exist.
4944
4945 * vc.el (vc-version-diff): Use `require' to check for existence of
4946 diff-mode.
4947
49482000-09-04 Andre Spiegel <spiegel@gnu.org>
4949
4950 * vc-cvs.el (vc-cvs-registered): Use new function
4951 vc-cvs-parse-entry to do the actual work.
4952
49532000-09-04 Andre Spiegel <spiegel@gnu.org>
4954
4955 * vc-hooks.el (vc-find-backend-function): If function doesn't
4956 exist, return nil instead of error.
4957 (vc-call-backend): Doc fix.
4958
4959 * vc.el (vc-do-command): Doc fix.
4960 (vc-finish-logentry): When checking in from vc-dired, choose the
4961 right backend for logentry check.
4962 (vc-dired-mode-map): Inherit from dired-mode-map.
4963 (vc-dired-mode): Local value of dired-move-to-filename-regexp
4964 simplified.
4965 (vc-dired-state-info): Removed, updated caller.
4966 (vc-default-dired-state-info): Use parentheses instead of hyphens.
4967 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
4968 (vc-dired-listing-switches): New variable.
4969 (vc-directory): Use it, instead of dired-listing-switches.
4970
4971 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
4972 (vc-cvs-dir-state): New function.
7f8b6551 4973 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
4974 (vc-cvs-parse-entry): New function, also to be used in
4975 vc-cvs-registered.
9b4a7800 4976
7a004b71
GM
49772000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4978
4979 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
4980 *or* single-window-frames.
4981
49822000-09-04 Andre Spiegel <spiegel@gnu.org>
4983
4984 * vc.el (vc-update-changelog): Split into generic part and default
4985 implementation. Doc string adapted.
4986 (vc-default-update-changelog): New function. Call the `rcs2log'
4987 script in exec-directory, to fix a long-standing nuisance.
4988
4989 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
4990 simply signals an error.
9b4a7800 4991
7a004b71
GM
49922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4993
4994 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
4995 control-flow more clear and to avoid running `cvs' twice.
4996
4997 * vc.el (vc-next-action-on-file): Doc fix.
4998 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
4999 (vc-print-log): Eval `file' before constructing the continuation.
5000
50012000-09-04 Andre Spiegel <spiegel@gnu.org>
5002
5003 * vc.el (vc-next-action-on-file): Corrected several messages.
5004 (vc-merge): Add prefix arg `merge-news'; handle it.
5005
5006 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
5007 is not reached. It is.
5008 (vc-cvs-merge): Set state to 'edited after merge.
5009 (vc-cvs-merge-news): Set workfile version to nil if not known.
5010 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
5011
5012 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
5013 via stdout. (Merge from main line.)
9b4a7800 5014
7a004b71
GM
50152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5016
5017 * vc.el (vc-finish-logentry): Thinko in the "same comment"
5018 detection.
5019
50202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5021
5022 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
5023 against kill-all-local-variables.
5024 (vc-log-edit): Don't save vc-parent-buffer any more.
5025 (vc-last-comment-match): Initialize to an empty string.
5026 (vc-post-command-functions): New hook.
5027 (vc-do-command): Run it.
5028 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
5029 (vc-finish-logentry): Only add the comment to the ring if it's
5030 different from the last comment entered.
5031 (vc-new-comment-index): New function.
5032 (vc-previous-comment): Use it. Make the minibuffer message
5033 slightly less terse.
5034 (vc-comment-search-reverse): Make it work forward as well. Don't
5035 set vc-comment-ring-index if no match is found. Use
5036 vc-new-comment-index.
5037 (vc-comment-search-forward): Use vc-comment-search-reverse.
5038 (vc-dired-mode-map): Don't inherit from dired-mode-map since
5039 define-derived-mode will do it for us. Bind `v' to a keymap that
5040 inherits from vc-prefix-map so that we can bind `vt' without
5041 binding C-x v t.
5042 (vc-retrieve-snapshot): Parenthesis typo.
5043
5044 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
5045 to 1. Make sure to switch to *vc* before looking for an error
5046 message. Use vc-parse-buffer.
5047
50482000-09-04 Andre Spiegel <spiegel@gnu.org>
5049
5050 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
5051 and NAME.
5052 (vc-retrieve-snapshot): Split into two parts.
5053 (vc-default-retrieve-snapshot): New function.
5054
5055 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
5056 (vc-cvs-retrieve-snapshot): New function (untested).
5057 (vc-cvs-stay-local): Default to t.
5058 (vc-cvs-remote-p): New function and property.
5059 (vc-cvs-state): Stay local only if the above is t.
5060 (vc-handle-cvs): Removed.
5061 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
5062 done via vc-handled-backends now.
5063 (vc-cvs-header): Escape Id.
5064
50652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5066
5067 * vc.el (vc-do-command): Remove unused commands.
5068 (vc-version-diff): Make sure default-directory ends with a slash.
5069 Move the window commands into a vc-exec-after.
5070 (vc-print-log): Move more of the code into the `vc-exec-after'.
5071
50722000-09-04 Andre Spiegel <spiegel@gnu.org>
5073
5074 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
5075 (vc-print-log): Search current revision from beginning of buffer.
5076 (vc-revert-buffer): Clear echo area after the diff is finished.
5077 (vc-prefix-map): Removed definition of "t" for terse display in vc
5078 dired.
5079 (vc-dired-mode-map): Inherit from dired-mode-map. Added
5080 definition of "vt" for terse display.
5081 (vc-dired-mode): Fix dired-move-to-filename-regexp.
5082
50832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5084
5085 * vc.el (vc-exec-after): Avoid caddr.
5086
50872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5088
5089 * vc.el (vc-exec-after): New function.
5090 (vc-do-command): Use it to add a termination message for async
5091 procs.
5092 (vc-checkout): Try to handle a missing-backend situation.
5093 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
5094 of a directory with a backend using async diffs.
5095 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
5096 present.
5097
5098 * vc-sccs.el (vc-sccs-state-heuristic): Use
5099 file-ownership-preserved-p.
5100
5101 * vc-rcs.el (vc-rcs-state-heuristic): Use
5102 file-ownership-preserved-p.
5103 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
5104
51052000-09-04 Andre Spiegel <spiegel@gnu.org>
5106
5107 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
5108 vc-do-command.
5109
5110 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
5111 when there are no changes.
5112
51132000-09-04 Andre Spiegel <spiegel@gnu.org>
5114
5115 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
5116
5117 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
5118
51192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5120
5121 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
5122
5123 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
5124 the `fset' outside of the defvar so that it works even if
5125 vc-prefix-map was already defined.
5126 (vc-setup-buffer): New function, split out of vc-do-command.
5127 (vc-do-command): Allow BUFFER to be t to mean `just use the
5128 current buffer without any fuss'.
5129 (vc-version-diff): Change the `diff' backend operation to just put
5130 the diff in the current buffer without erasing it. Always use
5131 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
5132 shrink-window-if-larger-than-buffer.
5133 (vc-print-log): Change the `print-log' backend operation to just
5134 put the log in the current buffer without erasing it. Protect
5135 shrink-window-if-larger-than-buffer.
5136 (vc-update-change-log): Fix setd typo.
5137
5138 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
5139 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
5140
5141 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
5142 (vc-rcs-diff): Insert in the current buffer and remove unused arg
5143 CMP.
5144
5145 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
5146 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
5147 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
5148
51492000-09-04 Andre Spiegel <spiegel@gnu.org>
5150
5151 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
5152 not possible, use vc-BACKEND-workfile-unchanged-p.
5153 (vc-default-workfile-unchanged-p): New function. Delegates to a
5154 full vc-BACKEND-diff.
5155
5156 * vc-hooks.el (vc-simple-command): Removed.
5157
5158 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
5159 instead of vc-simple-command.
5160 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
5161 avoid doing a diff when opening a file.
5162 (vc-rcs-state): Added check for unlocked-changes.
5163 (vc-rcs-header): Escape Id.
5164 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
5165 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
5166 version.
5167
5168 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
5169 (vc-sccs-diff): Remove optional arg CMP.
5170 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
5171 SCCS-specific function.
5172
5173 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
5174 vc-simple-command.
5175
51762000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5177
5178 * vc.el (vc-editable-p): Renamed from vc-writable-p.
5179 (with-vc-file, vc-merge): Use vc-editable-p.
5180 (vc-do-command): Remove unused var vc-file and fix the
5181 doubly-defined `status' var. Add a user message when starting an
5182 async command.
5183 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
5184 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
5185 Use with-current-buffer.
5186 (vc-buffer-sync): Use unless.
5187 (vc-next-action-on-file): If the file is 'edited by read-only,
5188 make it read-write instead of trying to commit.
5189 (vc-version-diff, vc-update-change-log): Use `setq
5190 default-directory' rather than `cd'.
5191 (vc-log-edit): Don't forget to set default-directory in the
5192 buffer.
5193
5194 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
5195 (vc-sccs-state-heuristic): Use file-writable-p instead of
5196 comparing userids.
5197 (vc-sccs-checkout): Use `unless'.
5198
5199 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
5200 of comparing userids.
5201 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
5202 Simplify the logic by eliminating unreachable code.
5203 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
5204 just do a recursive call if we need to retry.
5205 (vc-rcs-checkout): Handle the case where rcs is missing by making
5206 the buffer read-write if requested and re-signalling the error.
5207
5208 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
5209
52102000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5211
5212 * vc-hooks.el (vc-handled-backends): Docstring change.
5213 (vc-ignore-vc-files): Mark obsolete.
5214 (vc-registered): Check vc-ignore-vc-files.
5215 (vc-find-file-hook, vc-file-not-found-hook): Don't check
5216 vc-ignore-vc-files.
5217
5218 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
5219
52202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5221
5222 * vc.el (vc-checkout): Don't do anything special for ange-ftp
5223 files since ange-ftp already has vc-registered return nil.
5224
5225 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
5226 (vc-sccs-workfile-version): Use with-temp-buffer and new
5227 vc-parse-buffer and don't bother setting the property.
5228 (vc-sccs-add-triple): Use with-current-buffer and
5229 find-file-noselect.
5230 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
5231
5232 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
5233 derives from the old vc-parse-buffer but uses the revision number
5234 rather than the date (much easier to compare robustly).
5235 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
5236 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
5237 locking-user more directly. Check strict locking and set
5238 checkout-model appropriately.
5239 (vc-rcs-parse-locks): Remove.
5240 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
5241 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
5242 (vc-rcs-system-release): Use with-current-buffer and
5243 vc-parse-buffer.
5244 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
5245
5246 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
5247 (vc-simple-command): Docstring fix.
5248 (vc-registered): Align the way the file-handler is called with the
5249 way the function itself works.
5250 (vc-file-owner): Remove.
5251
5252 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
5253 extraction of fields and call to file-attributes because of a
5254 temporary bug in rcp.el.
5255 (vc-cvs-fetch-status): Use with-current-buffer.
5256
52572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5258
5259 * vc.el (vc-do-command): Use file-relative-name.
5260 (vc-responsible-backend): Use vc-backend if possible.
5261 (vc-create-snapshot): Improve the `interactive' spec. Add support
5262 for branches and dispatch to backend-specific `create-snapshot'.
5263 (vc-default-create-snapshot): New function, containing the bulk of
5264 the old vc-create-snapshot.
5265 (vc-retrieve-snapshot): Improve the interactive spec.
5266
5267 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
5268 (vc-backend-hook-functions): Remove.
5269 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
5270 (vc-backend): Reintroduce the test for `file = nil' now that I
5271 know why it was there (and added a comment to better remember).
5272
5273 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
5274 code from vc-sccs-hooks.el.
5275 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
5276 'vc anymore.
5277 (vc-sccs-responsible-p): Use expand-file-name instead of concat
5278 and file-directory-p instead of file-exists-p.
5279 (vc-sccs-check-headers): Simplify the regexp.
5280
5281 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
5282 from vc-rcs-hooks.el. Don't require 'vc anymore.
5283 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
5284 file-directory-p instead of file-exists-p.
5285
5286 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
5287 from vc-cvs-hooks.el.
5288 (proto vc-cvs-registered): Require 'vc-cvs instead of
5289 'vc-cvs-hooks. Don't require 'vc anymore.
5290 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
5291 file-directory-p instead of file-exists-p.
5292 (vc-cvs-create-snapshot): New function, replacing
5293 vc-cvs-assign-name.
5294 (vc-cvs-assign-name): Remove.
5295
52962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5297
5298 * vc-cvs.el (vc-cvs-header): New var.
5299
5300 * vc-rcs.el (vc-rcs-exists): Remove.
5301 (vc-rcs-header): New var.
5302
5303 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
5304 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
5305 (vc-sccs-header): New var.
5306
5307 * vc.el (vc-do-command): Get rid of the `last' argument.
5308 (vc-header-alist): Remove, replaced by vc-X-header.
5309 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
5310 (vc-dired-hook): Use expand-file-name instead of concat.
5311 (vc-directory): Use file-name-as-directory.
5312 (vc-snapshot-precondition, vc-create-snapshot)
5313 (vc-retrieve-snapshot): Allow the command to operate on any
5314 directory.
5315
5316 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
5317 just removing the 'WORKFILE argument or by removing the 'MASTER
5318 argument and replacing `file' with (vc-name file).
5319
53202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5321
5322 * vc.el: Update Copyright and add a crude list of backend funs.
5323 (vc-writable-p): New function.
5324 (with-vc-file): Use vc-writable-p.
7f8b6551 5325 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
5326 (vc-register): Avoid vc-name.
5327 (vc-locking-user): Remove.
5328 (vc-steal-lock): Make the `owner' arg non-optional.
5329 (vc-merge): Use vc-writable-p instead of vc-locking-user and
5330 vc-checkout-model.
5331 (vc-default-dired-state-info): Use vc-state instead of
5332 vc-locking-user and return special strings for special states.
5333 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
5334 and get rid of one of the special CVS cases.
5335 (vc-cancel-version): prettify error message with \\[...].
5336 (vc-rename-master): New function.
5337 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
5338 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
5339 the CVS special case generic.
5340 (vc-default-record-rename): Remove.
5341 (vc-file-tree-walk-internal): Only call FUNC for files that are
5342 under control of some VC backend and replace `concat' with
5343 expand-file-name.
5344 (vc-file-tree-walk): Update docstring.
5345 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
5346 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
5347
5348 * vc-sccs.el (vc-sccs-rename-file): Renamed from
5349 vc-sccs-record-rename. Use `find-file-noselect' rather than
5350 `find-file' and call `vc-rename-master' to do the actual move.
5351 (vc-sccs-diff): Remove unused `backend' variable.
5352
5353 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
5354 to delay loading of vc-sccs until it is really used.
5355 (vc-sccs-master-templates): Preload.
5356 (vc-sccs-state): Update call to vc-sccs-parse-locks.
5357 (vc-sccs-project-dir): Remove (merged into
5358 vc-sccs-search-project-dir).
5359 (vc-sccs-search-project-dir): Rewrite using file name handling ops
5360 rather than `concat', make sure it is preloaded and don't bother
5361 to check that the file actually exists.
5362 (vc-sccs-parse-locks): Remove unused `file' argument, remove
5363 `locks' argument (use buffer's content instead) and eliminate n^2
5364 behavior.
5365
5366 * vc-rcs.el: Update Copyright.
5367 (vc-rcs-rename-file): New function.
5368 (vc-rcs-diff): Remove unused `backend' variable.
5369
5370 * vc-hooks.el: Update Copyright.
5371 (vc-backend): Don't accept a nil argument any more.
5372 (vc-up-to-date-p): Turn into a defsubst.
5373 (vc-possible-master): New function.
5374 (vc-check-master-templates): Use `vc-possible-master' and allow
5375 funs in vc-X-master-templates to return a non-existent file.
5376
5377 * vc-cvs.el: Update Copyright.
5378 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 5379 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
5380
5381 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
5382
53832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5384
5385 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
5386 since it can be called from vc-rcs.el.
5387 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
5388
53892000-09-04 Andre Spiegel <spiegel@gnu.org>
5390
5391 * vc.el (vc-version-diff): Expand file name read from the
5392 minibuffer. Handle the case when a previous version number can't
5393 be guessed. Give suitable messages when there were no differences
5394 found.
5395 (vc-clear-headers): Call backend-specific implementation, if one
5396 exists.
5397 (vc-cancel-version): Made error checks generic. When done, clear
5398 headers generically, too.
5399
5400 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
5401 from vc-clear-headers in vc.el.
5402
5403 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
5404 correctly.
5405 (vc-rcs-latest-on-branch-p): Made second argument VERSION
5406 optional. Handle the case when it's not there.
5407
54082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5409
5410 * vc.el (vc-locking-user): Moved from vc-hooks.el.
5411
54122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5413
5414 * vc-hooks.el (vc-loadup): Remove.
5415 (vc-find-backend-function): Use `require'. Also, handle the case
5416 where vc-BACKEND-hooks.el doesn't exist.
5417 (vc-call-backend): Cleanup.
5418
54192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5420
5421 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
5422 vc-rcs-grab-templates)
5423 (vc-rcs-registered): Remove. The default function works as well.
5424 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
5425 vc-sccs-grab-templates)
5426 (vc-sccs-registered): Remove. The default function works as well.
5427
5428 * vc.el (vc-version-diff): Left out a vc- in call to
5429 vc-call-backend.
5430 (vc-default-dired-state-info, vc-default-record-rename)
5431 (vc-default-merge-news): Update for the new backend argument.
5432
5433 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
5434 using the default function.
5435 (vc-call-backend): If calling the default function, pass it the
5436 backend as first argument. Update the docstring accordingly.
5437 (vc-default-state-heuristic, vc-default-mode-line-string): Update
5438 for the new backend argument.
5439 (vc-make-backend-sym): Renamed from vc-make-backend-function.
5440 (vc-find-backend-function): Use the new name.
5441 (vc-default-registered): New function.
5442
54432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5444
5445 * vc.el (vc-merge): Use vc-find-backend-function.
5446
5447 * vc-hooks.el (vc-backend-functions): Remove.
5448 (vc-loadup): Don't setup 'vc-functions.
5449 (vc-find-backend-function): New function.
5450 (vc-call-backend): Use above fun and populate 'vc-functions
5451 lazily.
5452 (vc-backend-defines): Remove.
5453
54542000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5455
5456 * vc.el (vc-register): Put a FIXME note for a newly found bug.
5457 Call vc-call-backend without the leading vc-.
5458 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
5459 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 5460 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
5461 (vc-annotate-display): Replace confusing use of `cond' with `or'.
5462 Call vc-call-backend without the leading vc-.
5463
5464 * vc-cvs.el (tail): Provide vc-cvs.
5465 * vc-sccs.el (tail): Provide vc-sccs.
5466 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
5467
5468 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
5469 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 5470 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
5471 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
5472 (vc-call-backend): Always try to load vc-X-hooks.
5473 (vc-registered): Remove vc- in call to vc-call-backend.
5474
54752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5476
5477 * vc.el (vc-process-filter): New function.
5478 (vc-do-command): Setup `vc-process-filter' for the async process.
5479 (vc-maybe-resolve-conflicts): New function to reduce
5480 code-duplication. Additionally, it puts the buffer in
5481 `smerge-mode' if applicable.
5482 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
5483 calling `merge-news'.
7f8b6551 5484 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
5485 (vc-log-edit): New function. Replacement for `vc-log-mode' by
5486 interfacing to log-edit.el.
5487 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
5488 log-edit is available.
5489 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
5490
54912000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5492
5493 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
5494 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
5495 defvar and the initialization.
5496 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
5497
5498 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
5499 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
5500
7f8b6551 5501 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
5502
55032000-09-04 Andre Spiegel <spiegel@gnu.org>
5504
5505 * vc.el (vc-file-clear-masterprops): Removed.
5506 (vc-checkin, vc-revert-buffer): Removed calls to the above.
5507 (vc-version-diff): Use buffer-size without argument.
5508 (vc-register): Heed vc-initial-comment.
5509
5510 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
5511 default branch.
5512
5513 * vc-rcs.el (vc-rcs-register): Parse command output to find master
5514 file name and workfile version.
5515 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
5516
5517 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
5518 vc-file-clear-masterprops.
5519
5520 * vc-sccs.el (vc-sccs-checkout): Removed call to
5521 vc-file-clear-masterprops. If writable, set vc-state to 'edited
5522 rather than user login name.
5523
5524
55252000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5526
5527 * vc.el (vc-workfile-unchanged-p): Remove unused argument
5528 `want-differences-if-changed' and simplify.
5529 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
5530 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
5531 output (which is invalid for async vc-diff) to decide whether to
5532 do the revert silently or not.
5533
55342000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5535
5536 * vc-hooks.el (vc-loadup): Load files quietly.
5537 (vc-call-backend): Oops, brain fart.
5538
55392000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5540
5541 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 5542 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
5543
55442000-09-04 Andre Spiegel <spiegel@gnu.org>
5545
5546 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
5547 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
5548 vc-state or vc-up-to-date-p.
5549 (vc-merge): Use vc-backend-defines to check whether merging is
5550 possible. Set state to 'edited after successful merge.
5551
5552 * vc-hooks.el (vc-locking-user): If locked by the calling user,
5553 return that name. Redocumented.
5554
55552000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5556
5557 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
5558 new `vc-state' semantics.
5559 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
5560 'vc-locking-user to the current user.
5561 (vc-merge): Inline vc-backend-merge. Comment out code that I
5562 don't understand and hence can't adapt to the new `vc-state' and
5563 `vc-locking-user' semantics.
5564 (vc-backend-merge): Remove.
5565
5566 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
5567 rather than 'vc-locking-user.
5568
5569 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
5570
5571 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
5572 (vc-state): Don't use 'reserved any more. Just use the same
5573 convention as the one used for vc-<backend>-state where the
5574 locking user (as a string) is returned.
5575 (vc-locking-user): Update, based on the above convention. The
5576 'vc-locking-user property has disappeared.
7f8b6551 5577 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
5578
5579 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
5580 with a heuristic one.
5581 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
5582 (vc-cvs-checkin): Do a trivial parse to set the state in case of
5583 error. That allows us to get to 'needs-merge even in the
5584 stay-local case. There's still no way to detect 'needs-patch in
5585 such a setup (or to force an update for that matter).
5586 (vc-cvs-logentry-check): Remove, the default works as well.
5587
55882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5589
7f8b6551 5590 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
5591
5592 * vc.el (vc-do-command): kill-all-local-variables, to reset any
5593 major-mode in which the buffer might have been put earlier. Use
5594 `remove' and `when'. Allow `okstatus' to be `async' and use
5595 `start-process' in this case.
5596 (vc-version-diff): Handle the case where the diff looks empty
5597 because of the use of an async process.
5598
55992000-09-04 Andre Spiegel <spiegel@gnu.org>
5600
5601 * vc.el (vc-next-action-on-file): Removed optional parameter
5602 `simple'. Recompute state unconditionally.
5603 (vc-default-toggle-read-only): Removed.
5604
5605 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
5606 (vc-toggle-read-only): Undid prev change.
5607
5608 * vc-cvs.el (vc-cvs-stay-local): Renamed from
5609 vc-cvs-simple-toggle. Redocumented.
5610 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
5611 (vc-cvs-toggle-read-only): Removed.
5612
56132000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5614
7f8b6551 5615 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
5616 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
5617 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
5618 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
5619 still is. So maybe it should be removed.
5620 (vc-head-version, vc-find-binary): Remove.
5621 (vc-recompute-state): Move from vc-hooks.el.
5622 (vc-next-action-on-file): Add a `simple' argument to allow
5623 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
5624 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
5625 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
5626 (vc-dired-mode-map): Properly defvar it.
5627 (vc-print-log): Call log-view-mode if available.
5628 (small-temporary-file-directory): defvar instead of use boundp.
5629 (vc-merge-news): Moved to vc-cvs.el.
5630 (vc-default-merge-news): New function.
5631
5632 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
5633 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
5634 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
5635 unknown `vc-latest-version' function. It should probably refer to
5636 vc-workfile-version or somesuch, but it's very unclear to me and I
5637 don't have SCCS to test things.
5638
5639 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
5640 (vc-sccs-state-heuristic): Fix typo.
5641 (vc-sccs-workfile-unchanged-p): Add missing argument.
5642
5643 * vc-rcs.el: Require vc and vc-rcs-hooks.
5644 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
5645 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
5646 (vc-release-greater-or-equal-p): Move from vc.
5647 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
5648 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
5649 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 5650 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
5651
5652 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
5653 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
5654 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
5655 than the apparently unbound `workfile-version'.
5656
5657 * vc-hooks.el (vc-master-templates): Def the obsolete var.
5658 (vc-file-prop-obarray): Use `make-vector'.
5659 (vc-backend-functions): Add new hookable functions
5660 vc-toggle-read-only, vc-record-rename and vc-merge-news.
5661 (vc-loadup): If neither backend nor default functions exist, use
5662 the backend function rather than nil.
5663 (vc-call-backend): If the function if not bound yet, try to load
5664 the non-hook file to see if it provides it.
5665 (vc-call): New macro plus use it wherever possible.
5666 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
5667 nor `vc-find-binary' since it's only called from
7f8b6551 5668 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
5669 (vc-checkout-model): Fix parenthesis.
5670 (vc-recompute-state, vc-prefix-map): Move to vc.el.
5671
7f8b6551 5672 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
5673 (vc-cvs-release, vc-cvs-system-release): Remove.
5674 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
5675 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
5676 status symbols.
5677 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
5678 (vc-cvs-toggle-read-only): First cut at a function to allow a
5679 cvs-status-free vc-toggle-read-only.
5680 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
5681 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
5682 vc-cvs-status. Also set vc-state rather than vc-locking-user.
5683 (vc-cvs-checkout): Modify access rights directly if the user
5684 requested not to use `cvs edit'. And refresh the mode line.
5685
5686 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
5687 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
5688
56892000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5690
5691 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
5692 workfile' that got lost when the code was extracted from vc.el.
5693 And merged the tail with the rest of the code (not possible in the
5694 old vc.el where the tail was shared among all backends). And
5695 explicitly set the state to 'edited if `writable' is set.
5696
5697 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
5698 (vc-cvs-state): Be careful to return the value from
5699 vc-cvs-parse-state.
5700 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
5701 property but return it instead. Also be careful to handle a nil
5702 or "" `rev' when workfile is non-nil (it was handled properly when
5703 workfile was nil).
5704
5705 * vc.el: Removed those pesky unnecessary `(function' quotes.
5706 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
5707 directly in the defvar.
5708 (vc-do-command): Bind inhibit-read-only so as to properly handle
5709 the case where the destination buffer has been made read-only.
5710 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 5711 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
5712 (vc-annotate-mode-variables): Removed (code moved partly to
5713 defvars and partly to vc-annotate-add-menu).
5714 (vc-annotate-mode): Turned into a derived-mode.
5715 (vc-annotate-add-menu): Moved in code in
5716 vc-annotate-mode-variables.
5717 (vc-update-change-log): Use make-temp-file if available.
5718
57192000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
5720
5721 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
5722 `vc-checkout-model' updated to `vc-cvs-update-model'.
5723
57242000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5725
5726 * vc.el (vc-next-action-on-file): Added handling of state
5727 `unlocked-changes'.
5728 (vc-checkout-carefully): Is now practically obsolete, unless the
5729 above is too slow to be enabled unconditionally.
5730 (vc-update-change-log): Fixed typo.
5731
5732 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
5733
7f8b6551
SM
5734 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
5735 Now handles state `unlocked-changes'.
5736 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
5737
5738 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
5739
5740 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
5741 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
5742 `unlocked-changes'.
5743 (vc-rcs-workfile-unchanged-p): Renamed from
5744 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
5745 function yet, but supposed to become one soon.
5746
5747 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
5748 `vc-steal-lock'.
5749 (vc-call-backend): Changed error message.
5750 (vc-state): Added description of state `unlocked-changes'.
5751
57522000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5753
5754 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
5755 always return t in CVS-controlled directories.
5756
5757 * vc.el (vc-responsible-backend): New function.
5758 (vc-register): Largely rewritten.
5759 (vc-admin): Removed (implementation moved into vc-register).
5760 (vc-checkin): Redocumented.
5761 (vc-finish-logentry): If no backend defined yet (because we are in
5762 the process of registering), use the responsible backend.
5763
5764 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5765 Updated function lists.
5766 (vc-call-backend): Fixed typo.
5767
7f8b6551
SM
5768 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
5769 New functions.
5770 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
5771 Removed query option. Redocumented.
7a004b71
GM
5772
57732000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5774
5775 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
5776
5777 * vc.el: Updated callers of `vc-checkout-required' to use
5778 `vc-checkout-model'.
5779
57802000-09-04 Martin Lorentzson <martinl@gnu.org>
5781
5782 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
5783 stuff updated to reference this function instead of the old
5784 `vc-backend-release-p'.
5785
57862000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5787
5788 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
5789 vc-checkout-model. Return appropriate values. Updated callers.
5790
57912000-09-04 Martin Lorentzson <martinl@gnu.org>
5792
7f8b6551 5793 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
5794 (vc-backend-revert): Function moved into `vc-revert';
5795 `vc-next-action' must be updated to accomodate this change.
5796 (vc-backend-steal): Function moved into `vc-finish-steal'.
5797 (vc-backend-logentry-check): Function moved into
5798 `vc-finish-logentry'.
5799 (vc-backend-printlog): Function moved into `vc-print-log'.
5800 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
5801 (vc-backend-assign-name): Function moved into
5802 `vc-create-snapshot'.
5803
58042000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5805
5806 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
5807 Rename to vc-checkout-model. Return appropriate values.
5808 Update callers.
7a004b71 5809
7f8b6551 5810 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 5811 to vc-checkout-model.
7f8b6551
SM
5812 (vc-checkout-required): Rename to vc-checkout-model.
5813 Re-implement and re-comment.
7a004b71
GM
5814 (vc-after-save): Use vc-checkout-model.
5815
58162000-09-04 Martin Lorentzson <martinl@gnu.org>
5817
7f8b6551
SM
5818 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
5819 Update to use the vc-BACKEND-diff functions instead.
5820 `vc-diff' is now working.
7a004b71 5821
7f8b6551 5822 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 5823
7f8b6551 5824 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
5825
5826 * vc-sccs.el (vc-sccs-diff): Function changed name from
5827 `vc-backend-diff'. This makes `vc-diff' work.
5828
7f8b6551 5829 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 5830 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 5831 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
5832 signaled during `vc-after-save'.
5833
7f8b6551
SM
5834 * vc.el: Fix typo.
5835 This checkin is made with our new VC code base for the very first time.
5836 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
5837
5838 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
5839 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
5840
5841 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
5842 updated to `vc-uses-locking'.
7f8b6551 5843 (vc-checkout-required): Call to backend function.
7a004b71
GM
5844 `vc-checkout-required' updated to `vc-uses-locking' instead.
5845
5846 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
5847 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
5848
7f8b6551 5849 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 5850 to match the split into various backends.
7f8b6551 5851 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
5852 (vc-retrieve-snapshot): Bug fix.
5853
58542000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5855
5856 * vc-sccs.el (vc-sccs-release): Doc fix.
5857
58582000-09-04 Martin Lorentzson <martinl@gnu.org>
5859
5860 * vc.el (vc-next-action-on-file): Bug found and fixed.
5861 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
5862 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
5863
5864 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
5865 (vc-rcs-checkout): Name space cleaned up. No more revision number
5866 crunching function names that are not prefixed with vc-rcs.
5867 (vc-rcs-checkout-model): Function added. References to
5868 `vc-checkout-model' replaced.
5869
58702000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5871
5872 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
5873 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
5874 still need to be split, and implemented for RCS).
5875
58762000-09-04 Martin Lorentzson <martinl@gnu.org>
5877
5878 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
5879
5880 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
5881 required by the vc.el file.
5882
5883 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
5884 required by the vc.el file.
5885 (vc-rcs-exists): Function added.
5886
5887 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
5888 required by the vc.el file.
5889
5890 * vc.el (vc-admin): Updated to handle selection of appropriate
5891 backend. Current implementation is crufty and need re-thinking.
5892
5893 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
5894
58952000-09-04 Martin Lorentzson <martinl@gnu.org>
5896
5897 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
5898 beginning of annotate buffers correctly.
5899
5900 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
5901 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
5902 functionality updated quite a lot to support multiple backends.
5903 Variables `vc-annotate-mode', `vc-annotate-buffers',
5904 `vc-annotate-backend' added.
5905
5906 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
5907 `vc-annotate-difference' added to supported backend functions.
5908
59092000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5910
5911 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
5912 Use with-temp-file instead of /bin/sh. Merged from mainline
5913
59142000-09-04 Martin Lorentzson <martinl@gnu.org>
5915
5916 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
5917
5918 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
5919
5920 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
5921
59222000-09-04 Martin Lorentzson <martinl@gnu.org>
5923
5924 * vc-hooks.el: vc-state-heuristic added to
5925 vc-backend-hook-functions.
5926
5927 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
5928
5929 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
5930
7f8b6551
SM
5931 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
5932 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
5933 state to `reserved'.
5934
5935 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
5936 `vc-checkout-required'. Rename the `locked' state to `reserved'.
5937
59382000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5939
7f8b6551 5940 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
5941 untouched.
5942
7f8b6551 5943 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 5944
7f8b6551 5945 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
5946 if defined. (Merged from main line, slightly adapted.)
5947
5948 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
5949 millenium problem (merged from mainline).
5950
59512000-09-04 Martin Lorentzson <martinl@gnu.org>
5952
5953 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
5954 part and moved the non-BACKEND stuff to vc.el.
5955
5956 * vc.el: Split the annotate feature into a BACKEND specific part
5957 and moved it from the vc-cvs.el file to this one.
5958
59592000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5960
7f8b6551
SM
5961 * vc-hooks.el: Implement new state model.
5962 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
5963 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 5964 locked by somebody else.
7f8b6551 5965 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
5966 vc-sccs-hooks.el and vc-rcs-hooks.el now.
5967 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 5968 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 5969
7f8b6551
SM
5970 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
5971 Various simplifications and adaptations all over the place.
7a004b71 5972
7f8b6551
SM
5973 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
5974 Simplify and adapt the rest.
7a004b71 5975
7f8b6551 5976 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 5977 interaction with view mode according to recent RCS change.
7f8b6551 5978 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
5979
59802000-09-04 Martin Lorentzson <martinl@gnu.org>
5981
7f8b6551 5982 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
5983
59842000-09-04 Martin Lorentzson <martinl@gnu.org>
5985
5986 * vc.el (vc-backend-release, vc-release-greater-or-equal)
5987 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
5988 (vc-minor-part, vc-previous-version): Functions that operate and
5989 compare revision numbers got proper documentation. Comments added
5990 about their possible removal.
5991
59922000-09-04 Martin Lorentzson <martinl@gnu.org>
5993
5994 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
5995 the vc-backend.el files.
5996
5997 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
5998
5999 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
6000 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
6001 (vc-rcs-previous-version): Functions added.
6002
6003 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
6004
6005 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
6006
60072000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6008
6009 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 6010 Comment out the definition for now. What is the right procedure
7a004b71
GM
6011 to get rid of it?
6012 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
6013 rewritten.
7f8b6551 6014 (vc-default-registered): Remove.
7a004b71
GM
6015 (vc-check-master-templates): New function; does mostly what the
6016 above did before.
6017 (vc-locking-user): Don't rely on the backend to set the property.
6018
6019 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 6020 Rewrite documentation.
7a004b71
GM
6021 (vc-rcs-templates-grabbed): New variable.
6022 (vc-rcs-grab-templates): New function.
7f8b6551 6023 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
6024
6025 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 6026 Rewrite documentation.
7a004b71
GM
6027 (vc-sccs-templates-grabbed): New variable.
6028 (vc-sccs-grab-templates): New function.
7f8b6551
SM
6029 (vc-sccs-registered): Rewrite to use above mechanism.
6030 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
6031 Don't throw the result, simply return it.
7a004b71 6032
7f8b6551
SM
6033 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
6034 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
6035 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 6036
7f8b6551 6037 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
6038 from main line.
6039
60402000-09-04 Martin Lorentzson <martinl@gnu.org>
6041
7f8b6551 6042 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 6043
7f8b6551 6044 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 6045
7f8b6551
SM
6046 * vc-rcs.el (vc-rcs-diff): New function.
6047 (vc-rcs-checkout): Bug (typo) found and fixed.
6048 (vc-rcs-register-switches): New variable.
7a004b71
GM
6049
6050 * vc.el (vc-backend-diff): Function removed and placed in the
6051 backend files.
6052
60532000-09-04 Martin Lorentzson <martinl@gnu.org>
6054
6055 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
6056
6057 * vc.el (vc-backend-checkout): Function removed and replaced in
6058 the vc-backend.el files.
6059
6060 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
6061
6062 * vc.el (vc-backend-admin): Removed and replaced in the
6063 vc-backend.el files.
6064
6065 * vc.el (Martin): Removed all the annotate functionality since it
6066 is CVS backend specific.
6067
60682000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6069
6070 * spec.txt: Added specification of vc-state.
6071
6072 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 6073 Remove handling of vc-latest-version and
7a004b71
GM
6074 vc-your-latest-version. What used to be vc-latest-version, is now
6075 returned as vc-workfile-version.
7f8b6551 6076 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
6077
60782000-09-04 Dave Love <fx@gnu.org>
6079
6080 * vc.el: [Merged from mainline.]
6081 (vc-dired-mode): Make the dired-move-to-filename-regexp
6082 regexp match the date, to avoid treating date as file size.
6083 Add YYYY S option to WESTERN/
6084
60852000-09-04 Dave Love <fx@gnu.org>
6086
6087 * vc.el: Require `compile' when compiling.
6088 (vc-logentry-check-hook): New option.
6089 (vc-steal-lock): Use compose-mail.
6090 (vc-dired-mode-map): Defvar when compiling.
6091 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
6092 vc-sccs.el and renamed. Callers changed.
6093 (vc-backend-checkout, vc-backend-logentry-check)
6094 (vc-backend-merge-news): Doc fix.
6095 (vc-default-logentry-check): New function.
6096 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
6097 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
6098 (vc-backend-merge): Doc fix. Use backend functions.
6099 (vc-check-headers): Use backend functions.
6100
6101 * vc-cvs.el: Require vc when compiling.
6102 (vc-cvs-register-switches): Doc fix.
6103 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
6104 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
6105 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
6106 New functions (code from vc.el).
6107 (vc-annotate-display-default): Fix interactive spec.
6108 (vc-annotate-time-span): Doc fix.
6109
6110 * vc-rcs.el: Require vc when compiling.
6111 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
6112 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
6113 (vc-rcs-checkin): New functions (code from vc.el).
6114 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
6115 Doc fix.
6116 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
6117
6118 * vc-sccs.el: Require vc when compiling.
6119 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
6120 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
6121 (vc-sccs-revert)
6122 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
6123 from vc.el).
6124 (vc-sccs-add-triple, vc-sccs-record-rename)
6125 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
6126 (vc-sccs-admin): Doc fix.
6127
61282000-09-04 Martin Lorentzson <martinl@gnu.org>
6129
6130 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
6131 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
6132 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
6133 from vc.el.
6134
6135 * vc-sccs.el (vc-admin-sccs): Added from vc.el
6136
6137 * vc-cvs.el: Moved the annotate functionality from vc.el.
6138 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
6139
61402000-09-04 Dave Love <fx@gnu.org>
6141
6142 * vc.el (vc-backend-release): Call vc-system-release.
6143
6144 * vc-sccs.el (vc-sccs-system-release):
6145 Renamed from vc-sccs-backend-release.
6146
6147 * vc-rcs.el (vc-rcs-system-release):
6148 Renamed from vc-rcs-backend-release.
6149
6150 * vc-cvs.el (vc-cvs-system-release):
6151 Renamed from vc-cvs-backend-release.
6152
61532000-09-04 Dave Love <fx@gnu.org>
6154
6155 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
6156 backend files.
6157 (vc-backend-release): Dispatch to backend functions.
6158 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
6159 probably needs attention.]
6160
6161 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
6162 (vc-sccs-backend-release): New function.
6163
6164 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
6165 (vc-cvs-backend-release): New function.
6166
6167 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
6168 Doc fix.
6169 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
6170 (vc-default-dired-state-info): New function.
6171 (vc-dired-state-info): Dispatch to backends.
6172 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
6173
6174 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
6175 from vc.el and renamed.
6176
61772000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6178
6179 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
6180 (vc-version-other-window, vc-backend-assign-name): Removed
6181 references to vc-latest-version; sometimes changed into
6182 vc-workfile-version.
6183
6184 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
6185 vc-rcs-master-workfile-version.
6186 (vc-rcs-workfile-version): Use the above. Don't call
6187 vc-latest-version (that was unreachable code, anyway).
6188 (vc-rcs-fetch-master-properties): Doc fix.
6189
6190 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
6191 (vc-backend-hook-functions): Removed them from this list, too.
6192 (vc-fetch-properties): Removed.
6193 (vc-workfile-version): Doc fix.
6194
6195 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
6196 (vc-rcs-workfile-version, vc-rcs-locking-user)
6197 (vc-rcs-uses-locking): Use it.
6198
6199 * vc-hooks.el (vc-consult-rcs-headers):
6200 Moved into vc-rcs-hooks.el, under the name
6201 vc-rcs-consult-headers.
6202
6203 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
6204 headers.
6205 (vc-cvs-find-master): Use this name only; correct different
6206 versions of the name.
6207
6208 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
6209 New functions.
6210 (vc-sccs-locking-user): Use the latter.
6211
6212 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
6213 New functions.
6214
6215 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
6216 Moved into both
6217 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
6218 functions are implementation details of those two backends.
6219
62202000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6221
6222 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
6223 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
6224
6225 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
6226 (vc-sccs-parse-locks): SCCS-specific code moved here from
6227 vc-hooks.
6228
6229 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
6230 code moved here from vc-hooks.
6231
6232 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
6233 into back-end specific parts and removed. Callers not updated
6234 yet; because I guess these callers will disappear into back-end
6235 specific files anyway.
6236
62372000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6238
6239 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
6240 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
6241 `vc-uses-locking'.
6242
6243 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
6244 Store yes/no in the property, and return t/nil. Updated all
6245 callers.
6246
6247 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
6248 vc-sccs-uses-locking. Don't set property.
6249 (vc-sccs-locking-user): Don't set property.
6250
6251 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
6252 vc-cvs-uses-locking. Don't set property here; leave that to
6253 vc-hooks.
6254 (vc-cvs-locking-user): Reflect above change. Streamlined.
6255
6256 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
6257 vc-rcs-uses-locking.
6258 (vc-rcs-locking-user): Reflect above change.
6259
62602000-09-04 Dave Love <fx@gnu.org>
6261
6262 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
6263
6264 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
6265
6266 * vc-hooks.el (vc-checkout-model): Punt to backends.
6267
6268 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
6269
6270 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
6271
6272 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
6273 New functions.
6274
6275 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
6276 New functions.
6277
6278 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
6279 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
6280
6281 * vc-hooks.el (vc-default-locking-user): New function.
6282 (vc-locking-user, vc-workfile-version): Punt to backends.
6283
62842000-09-04 Dave Love <fx@gnu.org>
6285
6286 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
6287 (vc-master-workfile-version): Moved from vc-hooks.
6288
6289 * vc-rcs-hooks.el: Fix duplicate code in last change.
6290
6291 * vc-rcs-hooks.el: Require vc-hooks when compiling.
6292 (vc-rcs-master-templates): Improve :type.
6293 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
6294 vc-master-workfile-version): Moved from vc-hooks.
6295
6296 * vc-sccs-hooks.el: Require vc-hooks when compiling.
6297 (vc-sccs-master-templates): Improve :type.
6298 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
6299
6300 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
6301
6302 * vc-cvs-hooks.el: Require vc-hooks when compiling.
6303 (vc-cvs-master-templates): Improve :type. Use
6304 vc-cvs-find-cvs-master.
6305 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
6306 from vc-hooks.
6307 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
6308
6309 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
6310 Moved to vc-cvs-hooks.
6311
6312 * vc-hooks.el: Add doc strings in various places. Simplify the
6313 minor mode setup.
6314 (vc-handled-backends): New user variable.
6315 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
6316 simplification.
6317
63182000-09-04 Dave Love <fx@gnu.org>
6319
6320 * vc.el: Some doc fixes for autoloaded and interactive functions.
6321 Fix compilation warnings from ediff stuff.
6322 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
6323
6324 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
6325
6326 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
6327
6328 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
6329
63302000-09-04 Dave Love <fx@gnu.org>
6331
6332 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6333 New variable.
6334 (vc-make-backend-function, vc-loadup, vc-call-backend)
6335 (vc-backend-defines): New functions.
6336
6337 * vc-hooks.el: Various doc fixes.
6338 (vc-default-back-end, vc-follow-symlinks): Custom fix.
6339 (vc-match-substring): Function removed. Callers changed to use
6340 match-string.
6341 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
6342 Simplify.
6343
63442000-09-04 Dave Love <fx@gnu.org>
6345
6346 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
6347 type.
6348 (vc-sccs-project-dir, vc-search-sccs-project-dir)
6349 (vc-sccs-registered): Doc fix.
6350
6351 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
6352 (vc-cvs-registered): Doc fix.
6353
6354 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
6355 (vc-rcs-registered): Doc fix.
6356
63572000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6358
6359 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
6360
6361 * vc-hooks.el: vc-registered has been renamed
6362 vc-default-registered. Some functions have been moved to the
6363 backend specific files. they all support the
6364 vc-BACKEND-registered functions.
6365
63662000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6367
6368 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
6369
6370 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
6371
a033ea13
DL
63722000-09-04 Dave Love <fx@gnu.org>
6373
179fc9ef
DL
6374 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
6375 menu-bar-update-hook.
6376
6377 * help.el (help-manyarg-func-alist): Add
6378 find-operation-coding-system.
6379
a033ea13
DL
6380 * wid-edit.el (widget-sexp-validate): Fix garbled code.
6381
6382 * custom.el (custom-set-variables): Print message about errors in
6383 setting.
6384
f8803e97
AI
63852000-09-03 Andrew Innes <andrewi@gnu.org>
6386
6387 * makefile.w32-in: Change to DOS line endings.
6388
59836110
EZ
63892000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6390
6391 * mouse.el (mouse-popup-menubar): Supply the prompt string for
6392 minor-mode keymaps, if they don't have one.
6393
5514ba5c
EZ
63942000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6395
6396 * eshell/esh-module.el (eval-when-compile): Don't lose if
6397 esh-module.el's file name is truncated to DOS 8+3 limits.
6398
79cf8e80
JW
63992000-09-01 John Wiegley <johnw@gnu.org>
6400
6401 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
6402 predicate, which caused entries in the completion list to be
6403 doubled.
6404
64052000-08-30 John Wiegley <johnw@gnu.org>
6406
6407 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
6408 sending to subprocesses. Also, hook pre-command-hook if
6409 `eshell-send-direct-to-subprocesses' is non-nil.
6410 (eshell-send-direct-to-subprocesses): New config variable. If t,
6411 subprocess input is send immediately.
6412 (eshell-toggle-direct-send): New function.
6413 (eshell-self-insert-command): New function.
6414 (eshell-intercept-commands): New function.
6415 (eshell-send-input): If direct subprocess sending is enabled,
6416 don't echo any input to the Eshell buffer. Let the subprocess
6417 handle that. This requires "stty echo" in bash, for example.
6418
64192000-08-28 John Wiegley <johnw@gnu.org>
6420
6421 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
6422 completion function for Eshell's implementation of `unset'.
6423
778911b9
EZ
64242000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6425
6426 * info.el (Info-directory-list): Doc fix.
6427
05d07b49
PB
64282000-08-31 Peter Breton <pbreton@ne.mediaone.net>
6429
9b4a7800 6430 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
6431 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
6432
9941d4c7
KH
64332000-08-31 Kenichi Handa <handa@etl.go.jp>
6434
6435 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
6436 coding systems.
6437
af9ba8ad
AI
64382000-08-30 Andrew Innes <andrewi@gnu.org>
6439
6440 * timer.el (run-with-idle-timer): Undo last change, so that timer
6441 is not activated immediately if Emacs is already idle. Some
6442 existing code relies on this behaviour.
6443
caccd8f2
MB
64442000-08-30 Miles Bader <miles@gnu.org>
6445
6446 * frame.el (set-frame-font): Do completion of font-name for
6447 interactive use.
6448
b64c0a1c
KH
64492000-08-30 Kenichi Handa <handa@etl.go.jp>
6450
6451 * international/quail.el (quail-start-translation): Bind locally
6452 last-command-event, last-command, and this-command.
6453 (quail-start-conversion): Likewise.
75cf0095 6454 (quail-self-insert-command): Fix docstring.
b64c0a1c 6455
fd5f61d3
GM
64562000-08-29 Gerd Moellmann <gerd@gnu.org>
6457
6458 * progmodes/executable.el
6459 (executable-make-buffer-file-executable-if-script-p): Check that
6460 buffer contains at least 2 characters.
6461
5b671d04
EZ
64622000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
6463
6464 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
6465
485d9513
DL
64662000-08-29 Dave Love <fx@gnu.org>
6467
a39fb83d
DL
6468 * diff-mode.el (diff-mode) <defgroup>: Add :version.
6469 (diff-mode-shared-map): Bind mouse-2.
6470 (diff-imenu-generic-expression): New variable.
6471 (diff-mode): Use it.
6472
485d9513
DL
6473 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
6474 (mouse-popup-menubar): Add minor mode menus.
6475 (popup-menu): Check for lookup-key returning number.
6476
ba3478d9
MB
64772000-08-29 Miles Bader <miles@gnu.org>
6478
6479 * comint.el (comint-send-input): Create overlays using the proper
6480 front/read-advance arguments.
9b4a7800 6481
c3d6d211
GM
64822000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6483
6484 * ps-print.el: Even/odd pages printing. Doc fix.
6485 (ps-print-version): New version number (6.0).
6486 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
6487 (ps-background, ps-begin-file, ps-begin-job): Code fix.
6488 (ps-print-duplex-feature): Variable eliminated.
6489 (ps-even-or-odd-pages): New variable.
6490
ba087cd7 6491 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
6492 (ebnf-version): New version (3.3).
6493 (ebnf-user-arrow): Change variable customization to sexp.
6494 (ebnf-user-arrow): Function eliminated.
6495 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 6496
d313265f
KH
64972000-08-29 Kenichi Handa <handa@etl.go.jp>
6498
cba62b78 6499 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
6500 (help-make-xrefs): Handle help-xref-mule-regexp.
6501
6502 * international/mule-cmds.el (help-xref-mule-regexp-template): New
6503 variable.
6504 (describe-input-method): Temporarily activate the specfied input
6505 method to display the information.
6506 (describe-language-environment): Hyperlinks to mule related items.
6507
6508 * international/mule-diag.el (charset-multibyte-form-string): New
6509 function.
6510 (list-character-sets-1): Use charset-multibyte-form-string.
6511 (describe-character-set): New function.
6512 (describe-coding-system): Hyperlinks to safe character sets.
6513
6514 * international/quail.el (quail-help): New arg PACKAGE.
6515 Hyperlinks to mule related items.
6516 (quail-help-insert-keymap-description): Use
6517 substitute-command-keys instead of describe-bindings.
6518 (quail-translation-help): Hyperlinks to mule related items.
6519
b4bd214e
JW
65202000-08-28 John Wiegley <johnw@gnu.org>
6521
ca7aae91
JW
6522 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
6523 have a defsubst call itself. Made `eshell-flatten-list' back into
6524 a function again.
6525
b4bd214e
JW
6526 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
6527 catch, in case re-centering point at bottom messes up the display.
6528 This happens frequently in Emacs 21, due I believe to variable
6529 line heights.
6530
6531 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
6532 to call `find-tag-interactive'.
6533
6534 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
6535 the list of remember directories.
6536
d44e146b
JW
65372000-08-28 John Wiegley <johnw@gnu.org>
6538
6539 * align.el: Test align-region-separate to see if it's a symbol.
6540
546c0888 65412000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
6542
6543 * eshell/esh-util.el (eshell-flatten-list): Made this function
6544 into a defsubst form. It gets used very frequently, although
6545 calls don't occur all that often.
6546
6547 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
6548 examining it.
6549
6550 * eshell/esh-cmd.el (eshell-rewrite-while-command):
6551 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
6552 `eshell-protect'.
6553 (eshell-copy-handles): Created a new macro for duplicating the
6554 current set of open handles. This is needed by the looping
6555 functions.
6556 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
6557 is not incorrectly stomped on.
6558
6559 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
6560 declaration for pcomplete-use-paring.
6561 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
6562 value of eshell-cmpl-use-paring.
6563 * pcomplete.el (pcomplete-use-paring): New config variable, to
6564 indicate whether paring should be used.
6565 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
6566 completion alternatives that have already been used.
6567
6568 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
6569 bound to C-c C-y, which will repeat the previous N arguments
6570 (based on prefix argument).
6571 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
6572
6573 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
6574 if there is no *Help* buffer. This is for XEmacs, which renames
6575 its help buffers uniquely. TODO: Find out what the current buffer
6576 name to delete is.
6577
6578 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
6579 first entry that correlates to a passwd/group number. Later
6580 entries (used for group/user name aliasing to multiple IDs) are
6581 ignored.
6582
9b4a7800
TTN
6583 * eshell/em-xtra.el (eshell/expr):
6584 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
6585 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
6586 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
6587 argument list, before passing it to the system command.
6588
6589 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
6590 `find-tag' for use at final position in Eshell buffers (which
6591 otherwise triggers an error on Emacs 21).
6592 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
6593 buffer, if it is currently bound to `find-tag'.
6594
6595 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
6596 in the list of matched Makefile names.
6597 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
6598 directory, prefer its contents to Makefile.
6599
6600 * eshell/em-dirs.el (eshell/cd): cd commands that look up
6601 directory parts (like "cd old new", or "cd =regexp"), are now case
6602 sensitive on non-Windows/DOS platforms.
6603
6604 * eshell/esh-mode.el (eshell-parse-command-input): When a user
6605 types RET after an open delimiter (like "), display a message
6606 indicating that Eshell is waiting for the closing delimiter.
6607
6608 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
6609 environment variables.
6610
6611 * eshell/em-unix.el (eshell/diff): Added logic to fail more
6612 gracefully if the user enters incorrect arguments.
6613
6614 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
6615 Eshell buffers.
6616
9b4a7800
TTN
6617 * eshell/esh-var.el (eshell-interpolate-variable):
6618 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
6619 * eshell/em-unix.el (eshell-du-sum-directory):
6620 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6621 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
6622 (not (= ...)).
6623
6624 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
6625 to ensure the `preserve' flag gets propagated when doing recursive
6626 directory copies.
6627
546c0888 66282000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
6629
6630 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
6631 Don't convert \n into \0177 in memory.
6632 (eshell-read-history, eshell-write-history): Convert \n to \0177,
6633 and back again, when reading and writing.
9b4a7800 6634
546c0888 66352000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
6636
6637 * eshell/esh-util.el (eshell-processp): Added to relieve constant
6638 testing of `fboundp' on `processp'.
6639
6640 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
6641 (eshell/jobs): Don't call process-list if it is not bound.
6642 (eshell-gather-process-output): Support systems where async
6643 subprocesses aren't supported.
6644 (eshell-scratch-buffer, eshell-last-sync-output-start): New
6645 variables.
6646
6647 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
6648 eshell-do-eval returns t.
6649 (eshell-do-pipelines-synchronously): New defmacro.
6650 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
6651 when async subprocesses aren't supported.
6652 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
6653 if async subprocesses aren't supported.
6654 (eshell-resume-command): Don't assume STATUS is a string.
6655
6656 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
6657
6658 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
6659 (eshell-close-target, eshell-get-target): Use eshell-processp.
6660 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
6661 fix.
6662 (eshell-get-target, eshell-create-handles): Doc fix.
6663
546c0888 66642000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 6665
546c0888 6666 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
6667 criterion to include commands that output something, as long as it
6668 leaves both the command and the end-of-buffer visible when the
6669 command has exited.
6670 (eshell-review-quick-commands): Adjust the help doc string
6671 accordingly.
6672
2a371c3b
PB
66732000-08-28 Peter Breton <pbreton@ne.mediaone.net>
6674
8348e1f9 6675 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 6676 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 6677
9b4a7800 6678 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
6679 (file-cache-assoc-function): New variable
6680 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
6681 Use file-cache-case-fold-search variable
6682 (file-cache-add-file): Use file-cache-assoc-function
6683 (file-cache-delete-file): likewise
6684 (file-cache-directory-name): likewise
6685 (file-cache-debug-read-from-minibuffer): likewise
6686
95931eb1
GM
66872000-08-28 Gerd Moellmann <gerd@gnu.org>
6688
6689 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
6690 (abbrev-table-name): New function.
6691 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
6692 If non-nil list local abbrev, only.
6693
bb17930d
GM
66942000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
6695
546c0888
EZ
6696 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
6697 from Gnus support code, and use special article copy buffer
bb17930d
GM
6698 `(gnus-original-article-buffer)' instead. This allows to get rid
6699 of article-hide-headers usage (which breaks in the latest Gnus
6700 version). Thanks to Detlev Zundel.
6701
41a68aef
KH
67022000-08-28 Kenichi Handa <handa@etl.go.jp>
6703
6704 * international/quail.el (quail-use-package): Hide "... loaded"
6705 message.
6706 (quail-start-translation, quail-start-conversion): Likewise.
6707
6708 * international/kkc.el (kkc-region): Hide "... loaded" message.
6709
28bb2cef
DL
67102000-08-27 Dave Love <fx@gnu.org>
6711
6712 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
6713
11a1118d
MB
67142000-08-27 Miles Bader <miles@gnu.org>
6715
6716 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
6717
0f85d477
KH
67182000-08-27 Kenichi Handa <handa@etl.go.jp>
6719
6720 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
6721 'ja-dic-cnv), not (require 'skkdic-cnv).
6722
2d73e8d3
MB
67232000-08-26 Miles Bader <miles@gnu.org>
6724
a0e5a5a4
MB
6725 * faces.el (face-x-resources): Add entry for :inherit.
6726 * cus-face.el (custom-face-attributes): Add support for :inherit
6727 attribute. Add support for relative face heights.
6728 (custom-face-attributes-get): Treat `nil' as being a default value
6729 for :inherit (as well as `unspecified').
6730
19feb949
MB
6731 * faces.el (set-face-attribute): Update doc string.
6732 (face-attribute-name-alist): Add :inherit.
6733 (face-valid-attribute-values): Handle :inherit.
6734 (face-read-string): Rephrase prompt to be less confusing.
6735 Assume that DEFAULT is a string, since we must return a string.
6736 (face-read-integer): Use `format' to turn DEFAULT into an
6737 acceptable default for face-read-string. Match NEW-VALUE against
6738 the string "unspecified", not the symbol `unspecified', since
6739 that's what face-read-string returns.
6740 (read-face-attribute): Lookup a name for old-value in valid, and
6741 use it as a default if we find one. Treat all values from
6742 face-read-string as strings. If the default is used, don't do any
6743 more processing on the value, just use the old value directly.
6744 (read-face-and-attribute, modify-face): Tweak prompt.
6745 (read-face-name): Don't assume prompt ends with a space.
6746
2d73e8d3
MB
6747 * faces.el (describe-face): Add support for :inherit attribute.
6748
a1a2e38f
KH
67492000-08-25 Kenichi Handa <handa@etl.go.jp>
6750
e84fa7c5
KH
6751 * terminal.el (terminal-emulator): Fix args to `concat'. Now
6752 concat doesn't accept interger.
6753
a1a2e38f
KH
6754 * international/kkc.el: Remove SKK from Keywords. Require
6755 ja-dic-utl instead of skkdic-utl.
6756
6757 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
6758 Provide ja-dic-cnv instead of skkdic-cnv.
6759 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
6760 (iso-2022-7bit-short): Add safe-charsets property.
6761 (skkdic-convert-postfix): Search Japanese chou-on character in
6762 addition to Hiragana character.
6763 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
6764 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
6765 (batch-skkdic-convert): Likewise.
6766
6767 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
6768 Provide ja-dic-utl instead of skkdic-utl.
6769 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
6770
f6499c03
DL
67712000-08-24 Dave Love <fx@gnu.org>
6772
1c2c3f16
DL
6773 * disp-table.el (standard-display-default): Make the test of `l'
6774 useful.
6775
f6499c03
DL
6776 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
6777 mod sample text.
6778
6779 * international/iso-ascii.el: Make pilcrow convenient string
6780 consistent with section.
6781 (iso-ascii-display): Set up multibyte characters as well as
6782 unibyte.
6783
c543db81
KH
67842000-08-24 Kenichi Handa <handa@etl.go.jp>
6785
6786 * international/mule-cmds.el (reset-language-environment): Set
6787 default-process-coding-system to '(undecided . iso-latin-1), which
6788 makes process I/O almost consistent with file I/O. Call this
6789 function when mule-cmds.el[c] is loaded.
6790
746d9caf
AI
67912000-08-22 Andrew Innes <andrewi@gnu.org>
6792
6793 * makefile.w32-in: New file.
6794
5484005d
MB
67952000-08-22 Miles Bader <miles@lsi.nec.co.jp>
6796
6797 * comint.el (comint-output-filter): Compare end of
6798 comint-last-output-overlay with the start of the newly inserted
6799 text, not the end, when deciding whether to extend it.
9b4a7800 6800 Set saved-point's insertion type to advance after insertion.
5484005d
MB
6801
6802 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
6803 since this is now done independently of font-lock mode.
6804
7a912f63
GM
68052000-08-21 Gerd Moellmann <gerd@gnu.org>
6806
6807 * server.el (server-kill-new-buffers): New user option.
6808 (server-existing-buffer): New buffer-local variable.
6809 (server-visit-files): When using an existing buffer, set
6810 server-existing-buffer to t.
6811 (server-buffer-done): If server-kill-new-buffers is t, kill the
6812 buffer, unless it was already present before visiting it with
6813 Emacs server.
9b4a7800 6814
240301df
EZ
68152000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
6816
6817 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
6818 even if the display doesn't support colors: some displays will
6819 support bold/underline faces.
6820
cbcef616
GM
68212000-08-21 Gerd Moellmann <gerd@gnu.org>
6822
6917e6bb
GM
6823 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
6824
cbcef616
GM
6825 * startup.el (command-line): If user's init file had an error,
6826 add explanatory text to *Messages*.
6827
6922b018
KH
68282000-08-21 Kenichi Handa <handa@etl.go.jp>
6829
6830 * man.el (Man-getpage-in-background): Decode the process output by
6831 the system locale coding system.
6832
e50c4203
DL
68332000-08-20 Dave Love <fx@gnu.org>
6834
96ab6351
DL
6835 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
6836 Don't test x-popup-menu.
6837 (function) <complete-function>: Complete only fbound symbols.
6838 <validate, value>: New.
6839 (variable) <complete-function>: Complete only bound symbols.
6840 (coding-system): Add :base-only, :complete-function, :validate,
6841 :value, :prompt-match.
6842 (widget-coding-system-prompt-value): Use read-coding-system and
6843 act on :base-only.
6844 (editable-field): Add :help-echo.
6845 (widget-push-button-gui, widget-push-button-cache)
6846 (widget-gui-action, widget-editable-list-gui): COmment out, along
6847 with uses.
6848 (widget-at): Make arg optional.
6849 (widget-echo-help): Adjust for current help-echo calling sequence.
6850 (widget-specify-field, widget-specify-button)
6851 (widget-specify-insert, widget-get-sibling, widget-image-find)
6852 (widget-convert, widget-insert, widget-leave-text)
6853 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
6854 (widget-setup, widget-field-find, widget-before-change)
6855 (widget-after-change, widget-default-complete)
6856 (widget-default-create, widget-default-delete)
6857 (widget-push-button-value-create, editable-field)
6858 (widget-field-prompt-value, widget-field-validate)
6859 (widget-choice-value-create, widget-choice-action)
6860 (widget-choice-validate, widget-checklist-add-item)
6861 (widget-radio-add-item, widget-radio-chosen)
6862 (widget-radio-value-inline, widget-editable-list-value-create)
6863 (widget-editable-list-entry-create)
6864 (widget-documentation-link-add)
6865 (widget-documentation-string-value-create)
6866 (widget-regexp-validate, widget-file-complete)
6867 (widget-sexp-validate, widget-plist-convert-widget)
6868 (widget-plist-convert-widget, widget-alist-convert-widget)
6869 (widget-alist-convert-widget, widget-color-complete): Simplify,
6870 particularly to avoid bindings which aren't optimized out.
6871
e50c4203
DL
6872 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
6873 Doc fix.
6874 (down-list, backward-up-list, up-list, kill-sexp)
6875 (backward-kill-sexp, mark-sexp): Make arg optional.
6876 (lisp-complete-symbol): Add optional arg PREDICATE.
6877
6878 * cus-start.el: Add display-buffer-reuse-frames,
6879 file-coding-system-alist.
6880
511bd4eb
GM
68812000-08-20 Gerd Moellmann <gerd@gnu.org>
6882
6883 * startup.el (command-line): Clear realized faces after
6884 modifying TTY color mappings.
6885
a9de7d29
MB
68862000-08-20 Miles Bader <miles@gnu.org>
6887
6888 * faces.el (face-attr-match-p): Don't return true if ATTRS are
6889 merely a subset of FACE's attributes.
6890
8a8023d9
MB
68912000-08-19 Miles Bader <miles@gnu.org>
6892
6893 * comint.el (comint-output-filter): Save the point with a marker,
6894 not just a buffer position.
6895
6896 * international/mule.el (set-buffer-process-coding-system): Make
6897 interactive prompt less confusing.
6898
1433385f
GM
68992000-08-19 Gerd Moellmann <gerd@gnu.org>
6900
6901 * hilit-chg.el: General cleanup of doc strings, comments and
6902 code formatting.
6903
136b4eda
MB
69042000-08-19 Miles Bader <miles@gnu.org>
6905
6906 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
6907 Compiler macro removed; beginning-of-line is no longer always
6908 equivalent to forward-line, in the presence of fields.
6909
6910 * comint.el (comint-output-filter): Remove ad-hoc saving of
6911 restriction, and just use save-restriction, now that it works
6912 correctly. Don't adjust comint-last-input-start to account for
6913 our insertion; it shouldn't have moved because we don't use
6914 insert-before-markers anymore. Comment out call to
6915 `force-mode-line-update'; why is it here?
6916
6917 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
6918 while checking for prompt to delete. Use `forward-line 0'
6919 instead of beginning-of-line.
6920 (gud-filter): Temporarily widen gud comint buffer while
6921 examining output.
6922
cdd0f857
SM
69232000-08-18 Stefan Monnier <monnier@cs.yale.edu>
6924
ebf96bfa
SM
6925 * progmodes/sh-script.el: Big bag of typos.
6926
cdd0f857
SM
6927 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
6928 check since ispell-process is not bound when ispell is not yet loaded.
6929
9bb7a286
DL
69302000-08-18 Dave Love <fx@gnu.org>
6931
6932 * image.el (find-image): Copy `spec' before using plist-put.
6933
74ec6045
GM
69342000-08-18 Gerd Moellmann <gerd@gnu.org>
6935
6936 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
6937 `portugues'.
6938
6939 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
6940 backward-kill-sexp, analogous to kill-sexp.
6941
6942 * progmodes/icon.el (icon-indent-line)
6943 (icon-is-continuation-line): Handle comments specially.
6944
69452000-08-17 Ken Stevens <k.stevens@ieee.org>
6946
6947 * ispell.el: Set to standard author/maintainer/keyword fields.
6948 Fine tuning to menu map appearance and operation, and added help.
6949 Remove `start' and `end' error messages when compiling.
6950 (ispell-choices-win-default-height): Fixed comment string.
6951 (ispell-dictionary-alist-1): Fixed regexp in castellano and
6952 castellano8 dictionaries.
6953 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
6954 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
6955 dictionary, added italiano dictionary.
6956 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
6957 word character
6958 (ispell-tex-skip-alists): Added psfig support.
6959 (ispell-skip-html): Renamed from ispell-skip-sgml.
6960 (ispell-begin-skip-region-regexp, ispell-skip-region)
6961 (ispell-minor-check): Improved html skipping support to skip across
6962 code, and recognize `&' commands without propper `;' syntax;
6963 (ispell-process-line): Fix alignment error when manually
6964 correcting spelling.
6965 (ispell): Fix comment string.
6966 (ispell-add-per-file-word-list): Always put word list on new line.
6967
3787e12e
GM
69682000-08-17 Gerd Moellmann <gerd@gnu.org>
6969
a7b28523
GM
6970 * format.el (format-encode-run-method): Fix error message to say
6971 `encode' instead of `decode'. Use save-window-excursion around
6972 shell-command-on-region as in format-decode-run-method because
6973 shell-command-on-region can display a buffer with error output.
6974 (format-decode): Don't record undo information for the decoding.
6975 (format-annotate-function): Add parameter FORMAT-COUNT. Make
6976 that number part of the temporary buffer name so that more than
6977 one decoding using a temporary buffer can happen safely.
6978
6979 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
6980 of `A-z' in the regexp.
6981
6982 * hilit-chg.el: Fix typos in commentary.
6983
3787e12e
GM
6984 * help.el (view-emacs-news): Rewritten for new naming scheme
6985 for old NEWS files.
6986
6987 * startup.el (command-line): Pop to *Messages* in case an error
6988 is signaled while loading user-init-file.
6989
d2473540
AS
69902000-08-17 Andreas Schwab <schwab@suse.de>
6991
6992 * files.el (insert-directory): Don't lose original file name,
6993 undoing an undocumented change.
6994
c0bbaf57
GM
69952000-08-17 Alex Schroeder <alex@gnu.org>
6996
6997 * sql.el (sql-magic-go): Use comint-bol.
6998 (sql-copy-column): Use comint-line-beginning-position.
6999 (comint-line-beginning-position): Define a replacement for
7000 comint-line-beginning-position if it is not fboundp.
7001
70022000-08-17 Alex Schroeder <alex@gnu.org>
7003
7004 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
7005 it didn't have any effect anyway.
7006
70072000-08-17 Alex Schroeder <alex@gnu.org>
7008
7009 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
7010 --pset and pager=off instead of sending \\o|cat at the beginning
7011 of the session.
7012
9d245da5
MB
70132000-08-17 Miles Bader <miles@gnu.org>
7014
7015 * progmodes/octave-inf.el: Add compatibility definition of
7016 comint-line-beginning-position.
7017
abfdbd2e
KH
70182000-08-17 Kenichi Handa <handa@etl.go.jp>
7019
7020 * startup.el (normal-top-level): Look in each dir in load-path for
7021 a leim-list.el file too. This assures of loading leim-list.el
7022 that is created at Emacs installation time even if a user have his
7023 own leim-list.el.
7024
a0b8c939
MB
70252000-08-17 Miles Bader <miles@gnu.org>
7026
7027 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
7028 foreground color to black if the background is dark.
7029
7382bcae
SM
70302000-08-16 Stefan Monnier <monnier@cs.yale.edu>
7031
7032 * loadhist.el (unload-feature): Typo.
7033
9b4a7800 7034 * finder.el (finder-compile-keywords):
7382bcae
SM
7035 * cus-dep.el (custom-make-dependencies): Add local-variable settings
7036 to the generated file.
7037
7038 * mail/mh-e.el (mh-make-local-vars):
7039 Replace make-variable-buffer-local with make-local-variable.
7040
cdd0f857 7041 * play/landmark.el:
7382bcae 7042 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
7043 * mail/mailabbrev.el (mail-abbrevs-mode):
7044 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
7045 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
7046
7047 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
7048
7049 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
7050 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
7051 Allow going past the last element.
9b4a7800 7052 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
7053 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
7054 (cvs-mouse-toggle-mark): Don't move point.
7055 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
7056
7057 * progmodes/compile.el (grep): Provide a default set of files.
7058 (next-error): Docstring fix.
7059 (compilation-find-file): Avoid find-file (fails in a dedicated window).
7060
7061 * emacs-lisp/easy-mmode.el (define-minor-mode):
7062 Use `symbol-value' to keep the byte-compiler quiet.
7063
7064 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
7065 (diff-find-source-location): New fun, extracted from diff-goto-source.
7066 (diff-goto-source): Use it.
7067 (diff-next-complex-hunk, diff-filter-lines): New function.
7068 (diff-apply-hunk): New command.
7069
7070 * smerge-mode.el (smerge-mode-menu): Doc fix.
7071
7072 * msb.el (msb-mode): Define it in terms of define-minor-mode.
7073
4f00b8c1
DL
70742000-08-16 Dave Love <fx@gnu.org>
7075
2b5198bb
DL
7076 * windmove.el (windmove) <defgroup>: Add :version.
7077
7078 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
7079 (goto-address-fontify-p, goto-address-highlight-p)
7080 (goto-address-url-face, goto-address-url-mouse-face)
7081 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
7082 (goto-address-url-regexp): Use thing-at-point-url-regexp.
7083 (goto-address-fontify, goto-address-at-mouse): Simplify,
7084 (goto-address-at-point): browse-url-url-at-point,
7085 goto-address-find-address-at-point can return nil.
7086 (goto-address-find-address-at-point): Return nil on failure.
7087
7088 * align.el (align) <defgroup>: Add :version.
7089
7090 * calculator.el (calculator): Add :version.
7091 (calculator): Use two lines for calculator window if `modeline'
7092 face is boxed.
7093
4f00b8c1
DL
7094 * play/5x5.el: Doc fixes.
7095 (5x5) <defgroup>: Add :version.
7096
7097 * play/fortune.el (fortune) <defgroup>: Add :version.
7098 (fortune-append): Fix error message.
7099 (fortune-from-region): Doc fix.
7100
7101 * play/pong.el (pong): Doc fix.
7102
7103 * play/morse.el: Keywords, commentary, autoloads.
7104
69db7ee7
EZ
71052000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
7106
7107 * desktop.el (desktop-save): Don't look at symbol-value of a
7108 member of minor-mode-alist, unless it is boundp.
7109
10e1dad9
SS
71102000-08-16 Sam Steingold <sds@gnu.org>
7111
a0b8c939 7112 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
7113 `while'; use `with-current-buffer' instead of `save-excursion'.
7114 Removed unnecessary kludges now that "*Buffer List*" is excluded.
7115
9d7bcb2e
KH
71162000-08-16 Kenichi Handa <handa@etl.go.jp>
7117
7118 * international/ccl.el (declare-ccl-program): Docstring modified.
7119 (ccl-execute-with-args): Likewise.
7120
04231ab8
MB
71212000-08-16 Miles Bader <miles@gnu.org>
7122
9d245da5 7123 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
7124 comint-line-beginning-position.
7125
f68446ef
GM
71262000-08-15 Gerd Moellmann <gerd@gnu.org>
7127
dc28878c
GM
7128 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
7129 'buffer-menu' property.
7130 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
7131 fails.
7132 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
7133 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
7134 wasn't killed.
10e1dad9 7135
58ed0d3b
GM
7136 * buff-menu.el (list-buffers-noselect): Don't display the
7137 *Buffer List* buffer.
7138
32dc52f7
GM
7139 * font-lock.el: Require jit-lock to prevent a very late
7140 `Loading jit-lock' message.
7141
f68446ef 7142 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 7143 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
7144 mail address.
7145
90ac90a2
MB
71462000-08-15 Miles Bader <miles@gnu.org>
7147
7148 * textmodes/ispell.el (ispell-graphic-p): New constant.
7149 (ispell-choices-win-default-height, ispell-help): Use
7150 `ispell-graphic-p' instead of `xemacsp'.
7151
b0a0e263
DL
71522000-08-15 Dave Love <fx@gnu.org>
7153
c1e757e3
DL
7154 * simple.el: Autoload widget-convert when compiling.
7155 (mail-user-agent): Doc fix.
7156
7157 * help.el (function-called-at-point, variable-at-point): Use
7158 with-syntax-table.
7159 (help-manyarg-func-alist): Add insert-and-inherit.
7160
7161 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
7162
7163 * delsel.el (delsel-unload-hook): New function.
7164
7165 * find-file.el: Doc fixes. Move provide to end.
7166 (ff) <defgroup>: Add :link.
7167 (ff-goto-click): Deleted.
7168 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
7169 Use mouse-set-point.
7170
7171 * textmodes/tildify.el: Doc fixes.
7172 (tildify) <defgroup>: Add:version.
7173
7174 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
7175 (glasses-custom-set): Use set-default, not set.
7176 (minor-mode-alist): Propertize the lighter.
7177 (glasses-mode): Provide optional arg.
7178
5f847612
DL
7179 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
7180 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
7181 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
7182 option. Provide :type.
7183 (cwarn-configuration): Provide :type.
7184 (cwarn-mode): Doc fix.
7185
7186 * add-log.el (change-log-merge): Doc fix.
7187 (change-log-redate): New command.
7188
b0a0e263
DL
7189 * net/browse-url.el (browse-url-filename-alist): Add a clause for
7190 Doze and Dog.
7191 (browse-url): Use dolist, not mapcar.
7192 (browse-url-at-point): Check for null url.
7193 (browse-url-event-buffer, browse-url-event-point): Functions
7194 deleted.
7195 (browse-url-at-mouse, browse-url-netscape): Simplify.
7196
7197 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
7198 modes.
7199 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
7200 Fix previous change to mapcan.
7201 (msb--init-file-alist, msb--add-separators)
7202 (msb--make-keymap-menu): Simplify.
7203 (msb--choose-file-menu): Use copy-sequence.
7204 (msb-mode-map): Add title to keymap.
7205 (msb-unload-hook): New function.
7206
7207 * bs.el: Fix indentation.
7208 (bs) <defgroup>: Add :links.
2b5198bb
DL
7209 (bs-show): Doc fix.
7210 (bs-apply-sort-faces): Don't use window-system.
7211 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 7212
70f1b78e
EZ
72132000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
7214
7215 * calendar/timeclock.el (timeclock-file): Run .timelog through
7216 convert-standard-filename.
7217
956777b3
GM
72182000-08-14 Gerd Moellmann <gerd@gnu.org>
7219
3215096c
GM
7220 * emacs-lisp/authors.el: New file.
7221
956777b3
GM
7222 * paren.el (show-paren-priority): New user option.
7223 (show-paren-function): Set overlay priorities to
7224 show-paren-priority.
10e1dad9 7225
0cde1424
MB
72262000-08-14 Miles Bader <miles@gnu.org>
7227
7228 * comint.el (comint-bol): Use `forward-line 0' instead of calling
7229 beginning-of-line with inhibit-field-text-motion bound.
7230
90cbf47e
GM
72312000-08-14 Gerd Moellmann <gerd@gnu.org>
7232
7233 * calendar/timeclock.el: New file.
7234
72352000-08-14 David Ponce <david@dponce.com>
7236
7237 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
7238 `widget-button-click'. so that one can use left mouse button to
7239 click on dialog buttons.
7240
72412000-08-14 Emmanuel Briot <briot@gnat.com>
7242
7243 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 7244 identifiers, since XML is case sensitive
10e1dad9 7245
79e8dca7 72462000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 7247
660394d1
MB
7248 * comint.el (comint-output-filter): Don't bother frobbing
7249 window-start, it doesn't seem to be necessary.
79e8dca7
MB
7250
7251 * comint.el (comint-send-string, comint-send-region): Make into
7252 real functions. Snapshot the prompt before sending.
7253
218c2cc7
EZ
72542000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
7255
7256 * info.el (Info-find-emacs-command-nodes): Rewrite to use
7257 technique similar to Info-index, instead of relying on specific
7258 names of relevant Index nodes.
7259 (Info-goto-emacs-command-node): Bind Info-history to nil when
7260 going to the first node found by Info-find-emacs-command-nodes.
7261
51e066d2 72622000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
7263
7264 * menu-bar.el (menu-bar-help-menu): Add a :help string.
7265
867102f2
MB
72662000-08-10 Miles Bader <miles@gnu.org>
7267
7268 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
7269
af718538
EZ
72702000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7271
7272 * info.el (Info-file-list-for-emacs): More elements for the
7273 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
7274 and woman manuals.
7275
c51bacd6
MB
72762000-08-10 Miles Bader <miles@lsi.nec.co.jp>
7277
7278 * comint.el (comint-send-input): Make the newline boundary overlay
7279 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
7280 (comint-output-filter): Use `insert' instead of
7281 `insert-before-markers'. Extend comint-last-output-overlay when
7282 necessary since we can't rely on insert-before-markers to do it.
7283 * gud.el (gud-filter): Use `with-current-buffer' instead of
7284 save-excursion when inserting the output, so that point gets
7285 updated correctly; the old method relied on a rather dodgy
7286 side-effect of comint-output-filter to avoid the effect of
7287 save-excursion.
7288
98532b12
EZ
72892000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7290
7291 * files.el (recover-file): Call insert-directory instead of
7292 invoking `ls' directly.
7293
3db4b719
MB
72942000-08-10 Miles Bader <miles@gnu.org>
7295
7296 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
7297 (comint-last-prompt-overlay): New variables.
7298 (comint-output-filter): Implement prompt highlighting.
7299 (comint-snapshot-last-prompt): New function.
7300 (comint-send-input): Snapshot the last prompt.
7301 Use comint-highlight-input-face.
7302 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
7303 Use defface instead of defcustom.
7304 (send-invisible, comint-send-eof): Snapshot the last prompt.
7305 (comint-delchar-or-maybe-eof): Use comint-send-eof.
7306 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
7307
96190aa1
SM
73082000-08-09 Stefan Monnier <monnier@cs.yale.edu>
7309
5cda4b07
SM
7310 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
7311 (regexp-opt-group): Use a list of chars for `letters'.
7312 (regexp-opt-charset): `chars' is now a list of chars.
7313 Use a char-table rather than a vector so it works for multibyte chars.
7314
96190aa1
SM
7315 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
7316 Set cvs-minor-current-files to the selected fileinfo.
7317 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
7318 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
7319
7d093d56
EZ
73202000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
7321
7322 * files.el (insert-directory): Don't call access-file on
7323 directories on DOS and Windows.
7324
b24c5811
KH
73252000-08-09 Kenichi Handa <handa@etl.go.jp>
7326
7327 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
7328 longer if necessary.
7329 (ccl-embed-code): Call ccl-embed-data to store CODE in
7330 ccl-program-vector.
7331
0a6fd67e
MB
73322000-08-09 Miles Bader <miles@gnu.org>
7333
7334 * comint.el (comint-output-filter): Properly handle the case where
7335 the text surrounded by comint-last-output-overlay was deleted.
7336
9f6d1a6c
GM
73372000-08-08 Gerd Moellmann <gerd@gnu.org>
7338
25ad1371
GM
7339 * info.el (Info-insert-dir): Use Info-additional-directory-list if
7340 non-nil.
7341 (Info-file-list-for-emacs): Remove "info" from the list because
7342 that leads to trying to use the documentation from file `info'
7343 in various situations where it isn't appropriate, for instance
7344 C-h C-k C-h i.
7345
7346 * ffap.el (ffap-read-file-or-url-internal): Handle case that
7347 DIR and/or STRING are nil.
7348
7349 * progmodes/compile.el (compilation-setup): Make variable
7350 compilation-error-screen-columns buffer-local, as some comment
7351 in the code suggests it should be.
7352
7353 * files.el (auto-mode-interpreter-regexp): New variable.
7354 (set-auto-mode): Use it.
7355
7356 * indent.el (indent-for-tab-command): Doc fix.
7357
7358 * mouse-sel.el (mouse-sel-mode): Doc fix.
7359
9f6d1a6c
GM
7360 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
7361 labels.
7362
7363 * help.el (print-help-return-message): When
7364 display-buffer-reuse-frames is set, let the help window been quit,
7365 instead of deleting it, which might delete a reused frame.
7366
3d819a75
EZ
73672000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
7368
7369 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
7370 rename a directory to a name that differs only by its letter case.
7371
c5a52529
KH
73722000-08-08 Kenichi Handa <handa@etl.go.jp>
7373
7374 * international/quail.el (quail-define-rules): Handle Quail decode
7375 map correctly. Add code for supporting annotations.
7376 (quail-install-decode-map): New function.
7377 (quail-defrule-internal): New optional arguments decode-map and
7378 props.
7379 (quail-advice): New function.
7380
5e9e032a
SS
73812000-08-07 Sam Steingold <sds@gnu.org>
7382
7383 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
7384 `defconst', `define-condition', `with-slots'.
7385 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
7386
46645f4b
MB
73872000-08-03 Miles Bader <miles@gnu.org>
7388
7389 * comint.el (comint-use-prompt-regexp-instead-of-fields):
7390 New variable.
7391 (comint-prompt-regexp, comint-get-old-input): Document dependence on
7392 comint-use-prompt-regexp-instead-of-fields.
7393 (comint-send-input): Add `input' field property to stuff we send to
7394 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
7395 (comint-output-filter): Add `output' field property to process
7396 output, if comint-use-prompt-regexp-instead-of-fields is nil.
7397 (comint-replace-by-expanded-history)
7398 (comint-get-old-input-default, comint-show-output)
7399 (comint-backward-matching-input, comint-forward-matching-input)
7400 (comint-next-prompt, comint-previous-prompt): Use field
7401 properties if comint-use-prompt-regexp-instead-of-fields is nil.
7402 (comint-line-beginning-position): New function.
7403 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
7404 (comint-replace-by-expanded-history-before-point): Use
7405 comint-line-beginning-position and line-end-position.
7406 (comint-last-output-overlay): New variable.
7407 (comint-mode): Make `comint-last-output-overlay' buffer-local.
7408
7409 * shell.el (shell-prompt-pattern): Doc change.
7410 (shell-backward-command): Use line-beginning-position.
7411
7412 * gud.el (gud-gdb-complete-command): Use
7413 comint-line-beginning-position.
7414
7415 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
7416 comint-bol doesn't actually go to the beginning of the line.
7417
7418 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
7419 if comint-use-prompt-regexp-instead-of-fields is non-nil.
7420 (try-expand-line-all-buffers): Likewise.
7421
7422 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
7423 explicitly matching comint-prompt-regexp.
7424 (sql-copy-column): Use comint-line-beginning-position instead of
7425 explicitly matching comint-prompt-regexp.
7426
7427 * progmodes/octave-inf.el (inferior-octave-complete): Use
7428 comint-line-beginning-position.
7429
7430 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
7431
7432 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
7433 looking for a prompt, use `forward-line 0' instead of
7434 `beginning-of-line', to avoid getting caught by an input field.
7435
ff3d9573
GM
74362000-08-07 Gerd Moellmann <gerd@gnu.org>
7437
7438 * files.el (shell-quote-wildcard-pattern): Make sure to return
7439 PATTERN, in the Unix case.
7440
e0d8827b
EZ
74412000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
7442
7443 * play/zone.el (zone): Discard any pending input before running
7444 the randomly-chosen pgm.
7445
24d55b8f
KH
74462000-08-07 Kenichi Handa <handa@etl.go.jp>
7447
7448 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
7449 checking the existence of any multibyte characters.
7450
3d05e1ee
GM
74512000-08-06 Gerd Moellmann <gerd@gnu.org>
7452
6c4a4368
GM
7453 * help.el (describe-mode): Test minor-mode symbol for being
7454 bound before testing its value for being nil.
7455
3d05e1ee
GM
7456 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
7457 `first', `second', and `third'.
7458
7459 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
7460 (second): Make it an alias for `cadr'.
7461
6968a481
EZ
74622000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
7463
7464 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
7465 types of display support faces now.
7466
e49aa397
GM
74672000-08-05 Gerd Moellmann <gerd@gnu.org>
7468
7469 * pcvs.el (require): Require `cl' during compilation, only.
7470
7471 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
7472 (toplevel): Remove `remq' and `remove' from autoloads.
7473 (cl-fake-autoloads): New variable. If set, arrange for an error
7474 when CL functions etc. are autoloaded.
7475
588aca27
EZ
74762000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
7477
2e78d4ab
EZ
7478 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
7479
85628348
EZ
7480 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
7481 popped up, but the user clicks outside the menu, return an empty
7482 regexp (that causes unhighlight-regexp to have no effect).
7483
74f0e552
EZ
7484 * menu-bar.el (menu-bar-games-menu): Add Zone.
7485
588aca27
EZ
7486 * hi-lock.el (toplevel): Require font-lock.
7487
f4988be7
GM
74882000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7489
ba087cd7 7490 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
7491 (ebnf-8-bit-chars): New var for bug fix.
7492 (ebnf-string): Bug fix.
7493
027b73ac
SS
74942000-08-03 Sam Steingold <sds@gnu.org>
7495
7496 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
7497 instead of `buffer-string'.
7498 (require 'cl): Always, not just when compiling.
7499 `ignore-errors' in `interactive', `list*', `defun*' &c make this
7500 necessary.
7501
2f1fa038
EZ
75022000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
7503
7504 * international/mule-cmds.el (select-safe-coding-system): Make
7505 the message text about selecting a safe coding system more clear.
7506
ead53494
GM
75072000-08-02 Gerd Moellmann <gerd@gnu.org>
7508
abb2db1c
GM
7509 * hi-lock.el: New file.
7510
7511 * play/zone.el: New file.
7512
ead53494
GM
7513 * replace.el (occur): Set tab-width in the *Occur* buffer to the
7514 value of tab-width in the original buffer. Choose a line number
7515 format that's a multiple of the original buffer's tab width, so
7516 that lines appear right.
7517
7518 * textmodes/ispell.el (ispell): New function, replacing an alias.
7519 Spell-check active region if in transient-mark-mode and mark
7520 is active; otherwise spell-check buffer.
7521
75222000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7523
7524 * ps-mule.el: Fix a customization problem on
7525 ps-mule-font-info-database-default.
7526
f4a2b0a4
EZ
75272000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
7528
7529 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
7530 display-mouse-p instead of window-system.
7531 (ebrowse-member-mode-map): Ditto.
7532
b685181e
GM
75332000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7534
ba087cd7
EZ
7535 * progmodes/ebnf2ps.el: Update ps-print functions call.
7536 Indentation fix. Doc fix.
b685181e
GM
7537 (ebnf-version): New version number (3.2).
7538 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 7539
3b5fab87
EZ
75402000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
7541
032ebb29
EZ
7542 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
7543 font lock support on window-system.
7544 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
7545
3b5fab87
EZ
7546 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
7547 display-color-p, if fboundp, instead of window-system.
7548
7e2605e7
EZ
75492000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
7550
7551 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
7552 instead of window-system.
7553
7554 * wid-edit.el (widget-choose): Use display-mouse-p instead of
7555 window-system.
7556 (widget-choice-mouse-down-action): Use display-popup-menus-p
7557 instead of window-system.
7558
7559 * strokes.el (strokes-file): Run the file name through
7560 convert-standard-filename.
7561 (strokes-mode): Call display-mouse-p instead of looking at
7562 window-system. Change the error message accordingly.
7563
7564 * progmodes/cpp.el (toplevel): Support faces on tty's.
7565
7566 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
7567 (lm-plot-square, lm-init-display): Don't use window-system.
7568
7569 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
7570 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
7571
7572 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
7573 instead of looking at window-system.
7574
26119624
GM
75752000-07-30 Gerd Moellmann <gerd@gnu.org>
7576
7577 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
7578 of testing if iswitchb-prepost-hooks is bound, because the
7579 latter will always be true when invoking a recursive minibuffer
7580 from an active Iswitchb buffer.
7581
c90596f3
EZ
75822000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
7583
7584 * files.el (shell-quote-wildcard-pattern): New function.
7585 (insert-directory): Call it. Only prepend "\" to command on Unix
7586 and GNU/Linux systems.
7587
18925e78
GM
75882000-07-30 Gerd Moellmann <gerd@gnu.org>
7589
7590 * eshell/esh-groups.el: Change custom :link file names
7591 from `eshell.info' to `eshell'.
7592
75932000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
7594
7595 * dired.el (dired-build-subdir-alist): Expand subdirectory names
7596 correctly in recursive ange-ftp listings.
7597
75982000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7599
7600 * ps-print.el: Fix bug 1: if ps-font-size-internal,
7601 ps-header-font-size-internal and
7602 ps-header-title-font-size-internal variables are not set,
7603 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
7604 face text property is (foreground-color . COLOR) or
7605 `(background-color . COLOR)', ps-print crashes. Doc fix.
7606 (ps-print-version): New version number (5.2.4).
7607 (ps-plot-region): Code fix.
7608 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
7609 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
7610 Bug fix 2.
7611
76122000-07-30 Milan Zamazal <pdm@freesoft.cz>
7613
7614 * glasses.el (glasses-make-readable): Fix uncapitalization of
7615 identifiers like `myXMLDocument'.
7616
aeb4c63e
KF
76172000-07-28 Karl Fogel <kfogel@red-bean.com>
7618
18925e78
GM
7619 * mail/mail-hist.el (mail-hist-previous-input)
7620 (mail-hist-next-input): Do the obvious code factorization.
7621 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
7622 code of above two.
7623 If inserting a message body, leave point at top.
7624
9d453139
SS
76252000-07-28 Sam Steingold <sds@gnu.org>
7626
7627 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
7628 Use `<=', not `<' to compare times!
7629 (ange-ftp-ls): Remove.
9d453139 7630
b548072f
GM
76312000-07-27 Gerd Moellmann <gerd@gnu.org>
7632
27848c01
GM
7633 * play/cookie1.el: Add explanation of how to make cookie.el
7634 compatible with strfile(1) to comment.
7635
7636 * subr.el (remove, remq): New functions.
7637
3ab82477
GM
7638 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
7639 escape `*' in regexps.
7640 (midnight-find): Reverse order of arguments in the funcall of
7641 TEST.
7642
7643 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
7644 and `.class'.
7645
b548072f
GM
7646 * play/meese.el: Add Commentary section.
7647
27848c01
GM
76482000-07-27 Alex Schroeder <alex@gnu.org>
7649
7650 * sql.el (sql-ms): Added autoload cookie.
7651 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
7652 (sql-oracle): Ditto.
7653 (sql-help): Doc change.
7654
7655 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
7656 types and exceptions.
7657
76582000-07-27 Alex Schroeder <alex@gnu.org>
7659
7660 * sql.el (sql-placeholder-history): New variable.
7661 (sql-query-placeholders-and-send): New function that will query
7662 the user and replace placeholders with user input.
7663 (sql-oracle): If running on NT, set comint-input-sender to
7664 sql-query-placeholders-and-send.
7665
7666 (sql-stop): If in the SQLi buffer, insert stop notification, else
7667 present it as a message.
7668
76692000-07-27 Alex Schroeder <alex@gnu.org>
7670
7671 * sql.el (sql-input-ring-separator): Doc change.
7672 (sql-input-ring-file-name): Doc change.
7673 (sql-interactive-mode): Use `sql-input-ring-separator' and
7674 `sql-input-ring-file-name' to set the comint-mode equivalents
7675 without making them local variables.
7676 (sql-stop): Don't bind `sql-input-ring-separator' and
7677 `sql-input-ring-file-name' dynamically to their comint-mode
7678 equivalents.
7679
91ae8751
KH
76802000-07-27 Kenichi Handa <handa@etl.go.jp>
7681
7682 * international/mule.el (register-char-codings): New function.
7683 (make-coding-system): Handle `safe-chars' specification in the arg
7684 PROPERTY.
7685
7686 * international/mule-cmds.el
7687 (find-coding-systems-region-subset-p): This function deleted.
7688 (sort-coding-systems-predicate): New variable.
7689 (sort-coding-systems): New function.
7690 (find-coding-systems-region): Use
7691 find-coding-systems-region-internal.
7692 (find-coding-systems-string): Use find-coding-systems-region.
7693 (find-coding-systems-for-charsets): Check
7694 char-coding-system-table.
7695 (select-safe-coding-system-accept-default-p): New variable.
7696 (select-safe-coding-system): Mostly rewritten. New argument
7697 ACCEPT-DEFAULT-P.
7698 (select-message-coding-system): Call select-safe-coding-system
7699 with ACCEPT-DEFAULT-P arg.
7700 (reset-language-environment): Reset default-sendmail-coding-system
7701 to the default value iso-latin-1.
7702 (set-language-environment): Don't set the obsolete variable
7703 charset-origin-alist.
7704
7705 * international/codepage.el (cp-coding-system-for-codepage-1):
7706 Give `safe-chars' property to make-coding-system.
7707
7708 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
7709 calling select-message-coding-system twice.
7710
7711 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
7712 instead of `safe-charsets'.
7713 (cyrillic-alternativnyj): Likewise.
7714 (ccl-encode-alternativnyj): Don't check the charset
7715 cyrillic-iso8859-5.
7716
90cf4474
KH
77172000-07-27 Kenichi Handa <handa@etl.go.jp>
7718
7719 * composite.el (compose-chars-after): Preserve match data.
7720
a1f84f6d
SS
77212000-07-26 Sam Steingold <sds@gnu.org>
7722
7723 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
7724 (ange-ftp-real-file-newer-than-file-p): New function.
7725 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
7726 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
7727
7728 * tooltip.el (tooltip-float-time): Removed (use `float-time').
7729 * midnight.el (midnight-float-time): Ditto.
7730
e092928e
AS
77312000-07-26 Andreas Schwab <schwab@suse.de>
7732
7733 * files.el (normal-backup-enable-predicate): Correct
7734 interpretation of the return value of compare-strings.
7735
7465ebef
GM
77362000-07-26 Gerd Moellmann <gerd@gnu.org>
7737
3353ef5a
GM
7738 * isearch.el (isearch-resume): New function.
7739 (isearch-done): Add something to command-history to resume
7740 the search.
7741 (isearch-yank-line, isearch-yank-word): Use
7742 buffer-substring-no-properties instead of buffer-substring.
7743
7465ebef
GM
7744 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
7745 of flyspell-mouse-map.
7746
7747 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
7748 duplicate definition.
7749 (makefile-mode): Remove duplicate setting of local-abbrev-table.
7750
7751 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
7752 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
7753
5044b74a
SS
77542000-07-25 Sam Steingold <sds@gnu.org>
7755
25759a92
SS
7756 * net/ange-ftp.el: Get modtime over the net.
7757 (ange-ftp-file-modtime): New function.
a95cb10a
GM
7758 (ange-ftp-write-region, ange-ftp-insert-file-contents)
7759 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
7760 Use it.
7761 (ange-ftp-dot-to-slash): New function.
7762 (ange-ftp-fix-name-for-vms): Use it.
7763
5044b74a
SS
7764 * midnight.el (midnight-buffer-display-time): Use
7765 `with-current-buffer'.
7766
5dcfb3f4
GM
77672000-07-25 Gerd Moellmann <gerd@gnu.org>
7768
7769 * find-dired.el: Update copyright notice.
7770 (find-dired): Offer to kill a running `find'.
7771
7772 * enriched.el (enriched-face-ans): For a `foreground-color'
7773 property, return '(("x-color" COLOR))' so that COLOR will be
7774 output as a parameter of the x-color annotation. Likewise for the
7775 `background-color' property. In the case of normal face
7776 properties, don't return annotations for unspecified foreground
7777 and background face attributes.
7778
8c662166
KH
77792000-07-25 Kenichi Handa <handa@etl.go.jp>
7780
7781 * language/japan-util.el (japanese-katakana-region): Fix handling
7782 HANKAKU argument.
7783
c28da489
MB
77842000-07-25 Miles Bader <miles@gnu.org>
7785
7786 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
7787 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
7788 constrain-to-field.
7789
ad349719
AI
77902000-07-24 Andrew Innes <andrewi@gnu.org>
7791
7792 * timer.el (timer-activate-when-idle): Add optional parameter
7793 DONT-WAIT. Update docstring.
7794 (run-with-idle-timer): Specify extra parameter to
7795 timer-activate-when-idle, so that timer will be activated
7796 immediately if Emacs is already idle.
7797
7798 * w32-fns.el (w32-using-nt): Fix docstring.
7799
c95162f5
DL
78002000-07-24 Dave Love <fx@gnu.org>
7801
7802 * mouse.el (popup-menu): Set last-command-event.
7803 (mouse-major-mode-menu-prefix): Declare.
7804
e3c31fd5
GM
78052000-07-24 Gerd Moellmann <gerd@gnu.org>
7806
7807 * textmodes/flyspell.el: Update to author's version 1.5d.
7808
7809 * progmodes/hideshow.el: Update copyright notice.
7810
7811 * vcursor.el: Set maintainer to FSF, since author cannot
7812 be reached.
7813
7636d2a3
EZ
78142000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
7815
fbe0a958
EZ
7816 * info.el (Info-goto-emacs-key-command-node): Leave a space after
7817 the prompt.
7818
7636d2a3
EZ
7819 * mouse.el (popup-menu): Run the keymap through indirect-function,
7820 in case it was defined with define-prefix-key. If the menu is a
7821 list of keymaps, look up the binding of user's choice in each one
7822 of the keymaps.
7823 (mouse-popup-menubar): If the global and local menu-bar keymaps
7824 don't have a prompt string, create one and insert it into the
7825 keymap. Don't barf if current-local-map returns nil.
7826
e024b101
GM
78272000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
7828
7829 * dired.el (dired-sort-R-check): Added to allow recursive listing
7830 to be undone.
7831 (dired-sort-other): Use it.
7832
7972fcfc
GM
78332000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7834
e024b101 7835 * Release of cc-mode 5.27
7972fcfc
GM
7836
78372000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7838
7839 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
7840 c-beginning-of-statement-1 that caused a bad case of recursion
7841 which could consume a lot of CPU in large classes in languages
7842 that have in-expression classes (i.e. Java and Pike).
7843
7844 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
7845 statements before top level constructs (i.e. case 6 is moved
7846 before case 5 and is now case 4) to catch in-expression
7847 classes in top level expressions correctly.
7848
78492000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7850
7851 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
7852 objc-method-intro. Case 4 removed and case 5I added.
7853
7854 * cc-langs.el (c-append-paragraph-start): New variable used by
7855 c-common-init to get paragraph-start correct.
7856 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
7857 initialize paragraph-start to make it correct both with and
7858 without the javadoc special case.
7859
7860 * cc-mode.el (java-mode): Use c-append-paragraph-start to
7861 initialize paragraph-start for javadoc markup.
7862
7863 * cc-vars.el (c-style-variables-are-local-p): Incompatible
7864 change by defaulting this to t. It's motivated by the
7865 confusing behavior that otherwise arise from the style system
7866 when editing both java and non-java files at the same time
7867 (see the comments about style setting in c-common-init).
7868
78692000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7870
7871 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
7872 similar to the one in c-fill-paragraph to check the fill
7873 prefix from the adaptive fill function for sanity.
7874
78752000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7876
7877 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
7878 defun block.
7879
78802000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7881
5044b74a 7882 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
7883
78842000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7885
7886 * cc-align.el (c-lineup-multi-inher): Handle lines with
7887 leading comma nicely. Extended to handle member initializers
7888 too.
7889
e024b101 7890 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
7891 c-guess-basic-syntax): Fixed recognition of inheritance lists
7892 when the lines begins with a comma.
7893
5044b74a 7894 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
7895
7896 * cc-vars.el (c-offsets-alist): Changed default for
7897 member-init-cont to c-lineup-multi-inher since it now handles
7898 member initializers and indents better for leading commas.
7899
79002000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7901
7902 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
7903 handling that caused class open lines to be recognized as
7904 statement-conts in some cases.
7905
7906 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
7907 guessed by the adaptive fill function unless point is on the
7908 first line of a block comment.
7909
7910 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
7911 when the buffer ends with a macro continuation char.
7912
7913 * cc-engine.el (c-guess-basic-syntax): Added support for
7914 function definitions as statements in Pike. The first
7915 statement in a lambda block is now labeled defun-block-intro
7916 instead of statement-block-intro.
7917
7918 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
7919 so that the class surrounding point is selected, not the one
7920 innermost in the state.
7921
7922 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
7923 recognition of switch labels having hanging multiline
7924 statements.
7925
7926 * cc-engine.el (c-beginning-of-member-init-list): Broke out
7927 some code in c-guess-basic-syntax to a separate function.
7928 * cc-engine.el (c-just-after-func-arglist-p): Fixed
7929 recognition of member inits with multiple line arglists.
7930 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
7931 member-init-cont when the commas are in funny places.
7932
79332000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7934
7935 * cc-defs.el (c-auto-newline): Removed this macro since it's
7936 not used anymore.
7937
7938 * cc-engine.el (c-looking-at-bos): New helper function.
7939 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
7940 inexpr and toplevel classes apart in Pike.
7941
7942 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
7943 of case 9A.
7944
7945 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
7946 constant, since "class" can introduce an in-expression class
7947 in Pike nowadays.
7948
79492000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7950
7951 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
7952 indentation on cpp-macro lines.
7953
7954 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
7955 a syntax modifier like comment-intro, to make it possible to
7956 get syntactic indentation for preprocessor directives. It's
7957 incompatible wrt to lineup functions on cpp-macro, but it has
7958 no observable effect in the 99.9% common case where cpp-macro
7959 is set to -1000.
7960
79612000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7962
7963 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
7964 member-init-cont when the preceding arglist is several lines.
7965
79662000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7967
7968 * cc-styles.el (c-style-alist): The basic offset for the BSD
7969 style corrected to 8.
7970
79712000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7972
7973 * cc-styles.el (c-style-alist): Adjusted the indentation of
7974 brace list openers in the gnu style.
7975
79762000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7977
7978 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
7979
7980 * cc-cmds.el (c-electric-brace, c-electric-slash,
7981 c-electric-star, c-electric-semi&comma, c-electric-colon,
7982 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
7983 when c-syntactic-indentation is nil.
7984
7985 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
7986 we were left at comments preceding the first statement when
7987 reaching the beginning of the buffer.
7988
7989 * cc-vars.el (c-syntactic-indentation): New variable to turn
7990 off all syntactic indentation.
7991
79922000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7993
7994 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
7995 between the text and the block comment ender when it hangs,
7996 depending on how many there are before the fill.
7997
79982000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7999
8000 * cc-engine.el (c-beginning-of-closest-statement): New helper
8001 function to go back to the closest preceding statement start,
8002 which could be inside a conditional statement.
8003 * cc-engine.el (c-guess-basic-syntax): Use
8004 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
8005
8006 * cc-engine.el (c-guess-basic-syntax): Better handling of
8007 arglist-intro, arglist-cont-nonempty and arglist-close when
8008 the arglist is nested inside parens. Cases 7A, 7C and 7F
8009 changed.
8010
8011 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
8012 up-to-date with javadoc 1.2.
8013
80142000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8015
8016 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
8017 multiline Pike type decls.
8018
80192000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8020
8021 * cc-cmds.el (c-indent-new-comment-line): Always break
8022 multiline comments in multiline mode, regardless of
8023 comment-multi-line.
8024
80252000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8026
8027 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
8028 fully::qualified::names in C++ member init lists. Preamble in
8029 case 5D changed.
8030
80312000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8032
8033 * cc-langs.el (c-common-init): Handling of obsolete variables
8034 moved to c-initialize-cc-mode. More compatible style override
8035 when using global style variables.
8036 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
8037 variables moved here.
8038
e024b101 8039 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
8040 c-special-indent-hook as a style variable. Don't talk about
8041 doing (c-make-styles-buffer-local t) in a mode hook, since
8042 that's already too late to work right.
5044b74a 8043
7972fcfc
GM
8044 * cc-styles.el (c-make-styles-buffer-local): Flag style
8045 variable localness in c-style-variables-are-local-p to make
8046 the compatibility measure in c-common-init work well.
8047
8048 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
8049 longer contain set-from-style.
8050 * cc-styles.el (c-initialize-builtin-style): Don't check for
8051 set-from-style on c-special-indent-hook.
8052 * cc-styles.el (c-copy-tree): Obsolete. The standard function
8053 copy-alist is sufficient now.
8054
8055 * cc-styles.el (c-set-style, c-set-style-1,
8056 c-get-style-variables): Fixes to variable initialization so
8057 that duplicate entries in styles have the same effect
8058 regardless of DONT-OVERRIDE.
8059
8060 * cc-styles.el (c-set-style-2): Fixed bug where the
8061 initialization of inheriting styles failed when the
8062 dont-override flag is set.
8063
8064 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
8065 on this.
8066
80672000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8068
8069 * cc-defs.el (c-forward-comment): Removed the workaround
8070 introduced in 5.38 since it had worse side-effects. If a line
8071 contains the string "//\"", it regarded the // as a comment
8072 start since the \ temporarily doesn't have escape syntax.
8073
80742000-07-17 Emmanuel Briot <briot@act-europe.fr>
8075
8076 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
8077 ada-xref.el before ada-prj.el, so that the Project menu is created
8078 when ada-prj tries to add to it.
8079 (ada-activate-keys-for-case): Suppress the characters that are not
8080 part of the Ada syntax. Better compatibility with else-mode
8081 (ada-adjust-case-interactive): When auto-casing is not active,
8082 correctly insert newlines (used to insert only ^M). Prevent the
8083 syntax table from being changed in case of an error
814299a7 8084 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
8085 Do nothing if ada-auto-case is nil.
8086 (ada-after-keyword-p): Ignore keywords that are also attributes
8087 (ada-batch-reformat): Update usage comment
8088 (ada-call-from-contextual-menu): New function
8089 (ada-case-read-exceptions): Reinitialize the casing exception list
8090 first to nil first, so that the casing exception file can be
8091 shared.
8092 (ada-check-defun-name): Handles "configure" keyword for gnatdist
8093 files.
8094 (ada-compile-goto-error): Fix regexp used to detect a file:line
8095 anywhere in the error message
8096 (ada-contextual-menu-last-point): New variable
8097 (ada-create-keymap): If the variable delete-key-deletes-forward is
8098 t on XEmacs, it means that DEL should delete one character
8099 forward.
8100 (ada-create-menu): Use :included instead of :visible for XEmacs.
8101 New submenu "Options".
8102 (ada-end-stmt-re): Correctly indent "select ... then abort"
8103 statements.
8104 (ada-fill-comment-paragraph): Correctly delete all leading '--'
8105 even if they don't match ada-fill-comment-prefix Fix handling of
8106 paragraphs on the first or last line of a file.
8107 (ada-format-paramlist): Fix handling of default parameter values.
8108 (ada-get-body-name): New function.
8109 (ada-get-current-indent): Optimized by searchling directly for an
8110 existing generic part or a statement outside of it. Handle
8111 ada-indent-align-comments when indenting comments Replaced some
8112 regexps by testing directly the next character. This results in a
8113 huge speedup on some files. New indentation scheme for renames
8114 statements. Stop looking for the 'while' or 'for' associated with
8115 a 'loop' at the first semicolon encountered. A "return" can also
8116 match an anonymous access subprogram declaration.
8117 (ada-get-indent-noindent): Ignore strings and comments when
8118 looking for the keywords "record" and "private".
8119 (ada-goto-matching-decl-start): When matching "if", make sure we
8120 are not in fact seeing "end if". Ignore "when" statements except
8121 when initial keyword was "begin". Fix handling of nested
8122 procedures. Add a recursive call to this function to skip over
8123 other 'end' statmts. Fix indentation for "when .. => begin"
8124 (ada-in-open-paren-p): Fix indentation for complex boolean
8125 expressions, where 'and then', 'or else' and parenthesis
8126 statements are mixed up.
8127 (ada-in-paramlist-p): Skip comments while searching for the
8128 beginning Fix handling of operator declarations.
8129 (ada-indent-align-comments): New variable
8130 (ada-indent-current): Change the syntax table only in the
8131 protected section, so that we are sure it is restored correctly.
8132 (ada-indent-on-previous-lines): Use ada-use-indent and
8133 ada-with-indent Correctly indent "select ... then"
8134 (ada-indent-region): Slight speedup.
8135 (ada-indent-renames): New variable.
8136 (ada-last-which-function-subprog, ada-last-which-function-line):
8137 New variables
8138 (ada-looking-at-semi-private): Correctly indent the 'private'
8139 keyword when it is the first word in a package declaration.
8140 (ada-loose-case-word): Stop searching if at the end of the buffer.
8141 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
8142 even if point is not initially at the end of the word.
8143 (ada-matching-decl-start-re): Add "when".
8144 (ada-mode): Add support for abbrev-mode, outline-mode and
8145 which-func-mode Override the old find-file.el entry in
8146 ff-special-constructs since it is using the obsolete
8147 ada-spec-suffix variable
8148 (ada-no-auto-case): New function
8149 (ada-scan-paramlist): When parsing the argument type, accept
8150 spaces (as in "X 'Class", generated by Rational Rose).
8151 (ada-other-file-name): No longer loads the other file.
8152 (ada-popup-menu): Save and restore the current buffer and cursor
8153 position before and after displaying the menu.
8154 (ada-search-ignore-complex-boolean): New function.
8155 (ada-uncomment-region): Emacs21 already knows how to delete
8156 comments not starting in the first column.
8157 (ada-use-indent): New variable
8158 (ada-which-function): New function.
8159 (ada-with-indent): New variable
8160 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
8161 can be batch-compiled from the command line.
8162
8163 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
8164 Add to the menu when the file is loaded, not in ada-mode-hook.
8165 Add -toolbar to the default ddd command Switches moved from
8166 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
8167 ada-prj-default-comp-opt
8168 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
8169 Reference Manual to the menu
8170 (ada-check-current): rewritten as a call to ada-compile-current
8171 (ada-compile): Removed.
8172 (ada-compile-application, ada-compile-current, ada-check-current):
8173 Set the compilation-search-path so that compile.el automatically
8174 finds the sources in src_dir. Automatic scrollong of the
8175 compilation buffer. C-uC-cC-c asks for confirmation before
8176 compiling
8177 (ada-compile-current): New parameter, prj-field
8178 (ada-complete-identifier): Load the .ali file before doing
8179 processing
8180 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
8181 conform to gnatmake's behavior.
8182 (ada-find-file-in-dir): New function
8183 (ada-find-references): Set the environment variables for gnatfind
8184 (ada-find-src-file-in-dir): New function.
8185 (ada-first-non-nil): Removed
8186 (ada-gdb-application): Add support for jdb, the java debugger.
8187 (ada-get-ada-file-name): Load the original-file first if not done
8188 yet.
8189 (ada-get-all-references): Handles the new ali syntax (parent types
8190 are found between <>).
8191 (ada-initialize-runtime-library): New function
8192 (ada-mode-hook): Always load a project file when a file is opened,
8193 so that the casing exceptions are correctly read.
8194 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
8195 (ada-parse-prj-file): Use find-file-noselect instead of find-file
8196 to open the project file, since the latter does not work with
8197 speedbar Get default values before loading the prj file, or the
8198 default executable file name is wrong. Use the absolute value of
8199 src_dir to initialize ada-search-directories and
8200 compilation-search-path,... Add the standard runtime library to
8201 the search path for find-file.
8202 (ada-prj-default-debugger): Was missing an opening '{'
8203 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
8204 variables.
8205 (ada-prj-default-gnatmake-opt): New variable
8206 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
8207 buffers, the project file is the default one Save the windows
8208 configuration before displaying the menu.
8209 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
8210 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
8211 ...) regexp-quote identifiers names to support operators +,
8212 -,... in regexps.
8213 (ada-remote): New function.
8214 (ada-run-application): Erase the output buffer before starting the
8215 run Support remote execution of the application. Use
8216 call-process, or the arguments are incorrectly parsed
8217 (ada-set-default-project-file): Reread the content of the active
8218 project file, not the one from the current buffer When a project
8219 file is set as the default project, all directories are
8220 automatically associated with it.
8221 (ada-set-environment): New function
8222 (ada-treat-cmd-string): New special variable ${current}
8223 (ada-treat-cmd-string): Revised. The substitution is now done for
8224 any ${...} substring
8225 (ada-xref-current): If no body was found, compiles the spec
8226 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
8227 compiler to get rid of command line length limitations.
8228 (ada-xref-get-project-field): New function
8229 (ada-xref-project-files): New variable
8230 (ada-xref-runtime-library-specs-path)
8231 (ada-xref-runtime-library-ali-path): New variables
8232 (ada-xref-set-default-prj-values): Default run command now does a
8233 cd to the build directory. New field: main_unit Provide a default
8234 file name even if the current buffer has no prj file.
8235
8236 * ada-prj.el:
8237 Rewritten to show a tabbed-dialog.
8238 (ada-prj-add-ada-menu): Remove the map and name parameters.
8239 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
8240 New function
8241 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
8242 (ada-prj-load-from-file): New function
8243 (ada-prj-save): Always save fields that depend on the current buffer
8244 (ada-prj-show-value): New function
5044b74a 8245
7972fcfc
GM
8246 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
8247 Ada mode. This will allow us to display the Ada menu in any buffer
8248 we want (for project items).
8249 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
8250 number of spaces in the header.
5044b74a 8251
8730a8da
DL
82522000-07-24 Dave Love <fx@gnu.org>
8253
8254 * ediff-init.el (ediff-region-help-echo): Bind face-help.
8255
db3ca487
NF
82562000-07-23 Noah Friedman <friedman@splode.com>
8257
ad953485
NF
8258 * type-break.el (type-break): perform autosave.
8259 Suggested by Stephen Gildea <gildea@intouchsys.com>.
8260 (type-break-do-query): Cancel query schedule while performing
8261 actual query, to avoid possibility of a second query being made
8262 while first one is already in progress.
8263 (type-break-time-stamp-format): New variable.
8264 (type-break-time-stamp): New function.
8265 (type-break-time-warning): Use it.
8266 (type-break-keystroke-warning): Use it.
8267 (type-break-noninteractive-query): Use it.
8268
03a9c6d0
NF
8269 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
8270 cookie.
8271 Use add-minor-mode to set minor-mode-alist, if available.
8272 (eldoc-echo-area-use-multiline-p): New user option.
8273 (eldoc-echo-area-multiline-supported-p): New variable.
8274 (eldoc-docstring-format-sym-doc): Use them.
8275 (eldoc-mode): If not using idle timers, append to local post and
8276 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
8277 (eldoc-display-message-no-interference-p): Don't interfere with
8278 edebug.
8279 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
8280 (eldoc-function-arglist): New function.
8281 (eldoc-function-argstring): Use it.
8282
db3ca487
NF
8283 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
8284 auto save directory exists before calling directory-files.
8285
f7ad1899
DL
82862000-07-23 Dave Love <fx@gnu.org>
8287
8288 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
8289 ^o, ^u.
8290
43e764c9
DL
82912000-07-21 Dave Love <fx@gnu.org>
8292
475de6f4
DL
8293 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
8294 now passed to the function. It now works properly.
8295
43e764c9
DL
8296 * smerge-mode.el (smerge-mode-menu): Fill it out.
8297
e8bea4c0
GM
82982000-07-20 Gerd Moellmann <gerd@gnu.org>
8299
8300 * info-look.el (info-lookup): If *info* is shown in another frame
8301 on the same display, select that frame, instead of switching to
8302 the Info buffer in another window of the selected frame.
8303
8304 * simple.el (universal-argument-map): Bind numeric keypad keys
8305 kp-0 to kp-9 and kp-subtract.
8306 (digit-argument): Handle these keys.
8307
bc75b4fd
DL
83082000-07-20 Dave Love <fx@gnu.org>
8309
8310 * net/goto-addr.el (goto-address-fontify): Don't bother with
8311 buffer-modified and read-only stuff -- irrelevant with overlays.
8312 Put an extra property on the overlays and use it to clean up in
8313 case goto-address is re-run.
8314
8b7bc628
RS
83152000-07-19 Richard M. Stallman <rms@gnu.org>
8316
18e21ce8
RS
8317 * timer.el (run-with-idle-timer): Doc fix.
8318
db3ca487 8319 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
8320 Handle case where <...> appears inside "...".
8321 Use replace-match to edit the string more simply.
8322 (rmail-dont-reply-to): Cope with an unmatched ".
8323
50575ec2
DL
83242000-07-19 Dave Love <fx@gnu.org>
8325
8326 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
8327 implementation.
8328
8329 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
8330 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
8331 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
8332
4279296d
GM
83332000-07-19 Gerd Moellmann <gerd@gnu.org>
8334
47db06aa
GM
8335 * textmodes/refer.el: Correct maintainer's email address.
8336
8337 * progmodes/hideif.el: Correct author's email address.
8338 Fix typo in comment.
8339
8340 * xml.el: New file.
8341
4279296d
GM
8342 * mail/mailheader.el: Correct author's mail address.
8343
8344 * gnus/parse-time.el: Correct author's mail address.
8345
47db06aa 83462000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
8347
8348 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
8349 New user options.
8350 (comint-input-ring-file-name): Change custom type.
8351 (comint-mode-map): Bind mouse-2.
8352 (comint-insert-clicked-input): New function.
8353 (comint-send-input): Handle input highlighting.
8354
21ad0f7b
SM
83552000-07-18 Stefan Monnier <monnier@cs.yale.edu>
8356
8357 * mouse.el (popup-menu): New function.
8358 (mouse-major-mode-menu): Use it.
8359
3b33a005
DL
83602000-07-18 Dave Love <fx@gnu.org>
8361
8362 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
8363 improvements.
8364
dc1cac59
GM
83652000-07-18 Gerd Moellmann <gerd@gnu.org>
8366
21ad0f7b 8367 * faces.el (face-font-selection-order)
dc1cac59 8368 (face-font-family-alternatives): Add custom type.
db3ca487 8369
f8276b77
DL
83702000-07-18 Dave Love <fx@gnu.org>
8371
8372 * cus-edit.el (custom-variable-reset-saved)
8373 (custom-variable-reset-standard): Remove unused bindings.
8374
8375 * rect.el (open-rectangle-line): Remove unused let.
8376
8377 * hl-line.el (hl-line-highlight): Check hl-line-mode.
8378
3d6cd763
GM
83792000-07-18 Gerd Moellmann <gerd@gnu.org>
8380
8381 * cdl.el: Fix `Maintainer' keyword.
8382
8383 * play/pong.el: Add author's email address.
8384
34342a07
SS
83852000-07-17 Sam Steingold <sds@gnu.org>
8386
8387 * files.el (insert-directory): Call `split-string' instead of
8388 re-implementing it.
8389
088831a6
GM
83902000-07-18 Gerd Moellmann <gerd@gnu.org>
8391
8392 * mail/vms-pmail.el: Change maintainer to FSF.
8393
8394 * net/goto-addr.el: Change maintainer to FSF.
8395
088831a6 8396 * info.el (Info-title-face-alist): Removed.
db3ca487 8397
c152047f
GM
83982000-07-18 David Ponce <david@dponce.com>
8399
8400 * recentf.el (recentf-open-files): New command that works like
8401 `recentf-open-more-files', but shows the whole list of files (not just
8402 those omitted from the menu). Useful if you don't use a menu-bar!
8403 (recentf-open-more-files) Modified to use `recentf-open-files'.
8404
8405 (recentf-open-files, recentf-open-more-files)
8406 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
e04d21aa 8407
c152047f
GM
8408 (recentf-dialog-mode): New mode for dialogs. You can now just type
8409 "q" to cancel the dialogs.
8410
84112000-07-18 David Ponce <david@dponce.com>
8412
8413 * recentf.el: This is a major update of recentf.el. It adds new
8414 features to better organize the recentf menu and "More..." buffer.
8415
8416 Using new provided menu filtering functions you can now organize the
8417 recent files list:
8418
8419 - by major modes
8420 - by directories
8421 - by user defined rules
8422
8423 Finally, with the new `recentf-filter-changer' customizable filter you
8424 can define a ring of filters and dynamically (via the menu) cycle on
8425 each menu organization in the ring (a la msb).
8426
68be2869
EZ
84272000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
8428
8429 * eshell/eshell.el (eshell): Replace links to eshell.info with
8430 links to eshell, to avoid problems on systems where the manual is
8431 installed as `eshell'.
8432 * eshell/esh-cmd.el (eshell-cmd): Ditto.
8433 * eshell/em-smart.el (eshell-smart): Ditto.
8434 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 8435 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
8436
8437 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
8438 same-file check in the MS-DOS version (it does support inodes).
8439
8440 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
8441
21ad0f7b
SM
8442 * eshell/eshell.el (eshell-directory-name):
8443 Run default directory name through convert-standard-filename.
68be2869 8444
269b4dcb
KH
84452000-07-18 Kenichi Handa <handa@etl.go.jp>
8446
21ad0f7b
SM
8447 * international/mule-cmds.el (select-safe-coding-system):
8448 Fix typo in the comment.
240a16cf 8449
21ad0f7b
SM
8450 * language/european.el (compound-text):
8451 Force katakana-jisx0201 to be designated to G1.
aa96c820 8452
21ad0f7b
SM
8453 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
8454 Don't translate some national variant characters of latin-jisx0201.
aa96c820 8455 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 8456
269b4dcb
KH
8457 * international/kkc.el (kkc-after-update-conversion-functions):
8458 New variable.
8459 (kkc-update-conversion): Run functions in it at the tail.
8460
68be2869 84612000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 8462
21ad0f7b
SM
8463 * lisp/align.el (align-newline-and-indent):
8464 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
8465 (align-region): Fixed badly formatted minibuffer message.
8466
7a3fd467
KH
84672000-07-17 Kenichi Handa <handa@etl.go.jp>
8468
21ad0f7b 8469 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
8470 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
8471 the conversion list at first if appropriate.
8472 (kkc-next): Don't update kkc-next-count here.
8473 (kkc-prev): Don't update kkc-prev-count here.
8474 (kkc-show-conversion-list-update): Fix setting up of conversion
8475 list message.
8476
a45423d8
SM
84772000-07-16 Stefan Monnier <monnier@cs.yale.edu>
8478
088831a6 8479 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 8480
91a38db1
DL
84812000-07-16 Dave Love <fx@gnu.org>
8482
8483 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
8484 function to be more specific.
8485
8486 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
8487 non-string help-echo.
8488 (widget-types-convert-widget): Defsubst it.
8489 (widget-echo-help): Try to cope with a help-echo function of two
8490 possible sorts.
8491
3fddcdc3
JR
84922000-07-15 Jason Rumney <jasonr@gnu.org>
8493
8494 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
8495 Declare as obsolete.
8496
8497 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
8498
bd23a692
GM
84992000-07-14 Gerd Moellmann <gerd@gnu.org>
8500
8501 * hilit-chg.el: Fix typo.
8502
d4af987a
DL
85032000-07-14 Dave Love <fx@gnu.org>
8504
8505 * info.el (Info-mode-menu): Fix use of :help, :enable.
8506
3a4f3f86
SM
85072000-07-14 Stefan Monnier <monnier@cs.yale.edu>
8508
8509 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
8510
cf6936a4
DL
85112000-07-13 Dave Love <fx@gnu.org>
8512
4d6d04b5
DL
8513 * emacs-lisp/easymenu.el: Doc fixes.
8514 (easy-menu-remove): Defalias to ignore.
8515
cf6936a4
DL
8516 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
8517 Call throw correctly.
8518
56437999
GM
85192000-07-13 Gerd Moellmann <gerd@gnu.org>
8520
8521 * faces.el (frame-background-mode): Doc fix.
8522
8523 * simple.el (eval-expression-print-length): Change custom type to
8524 allow entering nil as value.
8525
d04a3972
DL
85262000-07-13 Dave Love <fx@gnu.org>
8527
3a4f3f86
SM
8528 * progmodes/fortran.el (fortran-imenu-generic-expression):
8529 Change definition layout.
a8189dfe
DL
8530 (fortran-mode-menu): Reinstate customize entries.
8531
d04a3972
DL
8532 * cus-edit.el (custom-group-menu-create, customize-menu-create):
8533 Use :filter, per old XEmacs code.
8534
4bf4fb05
GM
85352000-07-12 Gerd Moellmann <gerd@gnu.org>
8536
8537 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
8538 event when deciding what to send to the terminal.
8539
37328bcd
DL
85402000-07-12 Dave Love <fx@gnu.org>
8541
8542 * cus-start.el: Add optional version as 4th element of specs and
8543 use it for several things new in v21. Remove load-path. Fix type
8544 of line-number-display-limit.
8545
89492072
DL
85462000-07-11 Dave Love <fx@gnu.org>
8547
3a4f3f86
SM
8548 * progmodes/fortran.el: Don't require easymenu.
8549 Use repeat counts in various regexps.
315aa1de
DL
8550 (fortran-mode-syntax-table): Defvar directly.
8551 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
8552 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
8553 Use defvar, not defconst.
8554 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
8555 (fortran-mode): Set fortran-comment-line-start-skip,
8556 fortran-comment-line-start-skip, dabbrev-case-fold-search.
8557 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
8558 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
8559 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
8560 (fortran-comment-region, fortran-electric-line-number): Simplify.
8561 (fortran-auto-fill): New function.
8562 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
8563 (fortran-find-comment-start-skip):
8564 Check for non-null comment-start-skip.
8565 (fortran-auto-fill-mode, fortran-fill-statement):
8566 Use fortran-auto-fill.
315aa1de 8567 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 8568 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 8569
89492072
DL
8570 * widget.el (widget-plist-member): New alias.
8571
d55ead18
EZ
85722000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
8573
8574 * eshell/esh-module.el (toplevel): Reference
8575 byte-compile-current-file only if it is bound.
8576
e82a2a05
GM
85772000-07-10 Gerd Moellmann <gerd@gnu.org>
8578
8579 * dired.el: Don't require `dired-aux'.
8580
1fc7fb2b
MB
85812000-07-10 Miles Bader <miles@lsi.nec.co.jp>
8582
8583 * dired-aux.el (dired-show-file-type): New function.
8584 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
8585 (dired-show-file-type): Add autoload.
8586
ab49ce15
KH
85872000-07-10 Kenichi Handa <handa@etl.go.jp>
8588
8589 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 8590 change of fontset-info.
ab49ce15
KH
8591 (print-fontset): Likewise.
8592
f45aab65
SM
85932000-07-09 Stefan Monnier <monnier@cs.yale.edu>
8594
8595 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
8596
2f72fd2f
GM
85972000-07-07 Gerd Moellmann <gerd@gnu.org>
8598
e82a2a05 8599 * bindings.el: Bind `[delete]' to delete-char.
965522f5 8600
2f72fd2f
GM
8601 * dired.el (dired-find-alternate-file): New function.
8602 (dired-mode-map): Bind `a' to dired-find-alternate-file.
8603 (toplevel): Require dired-aux when compiling.
8604 (dired-buffers): Move defvar within file to avoid compiler warning.
8605
8606 * info.el (Info-last-search): Variable removed.
8607 (Info-search-history): New variable.
8608 (Info-search): New Info-search-history.
8609
8610 * battery.el, info-look.el: Change author's mail address.
8611
965522f5 86122000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 8613
965522f5
GM
8614 * mail/rmail.el (rmail-clear-headers): Don't throw an error
8615 if rmail-ignored-headers is nil.
8616 (rmail-retry-failure): Bind rmail-ignored-headers and
8617 rmail-displayed-headers to nil.
8618
dd8888a1
GM
86192000-07-06 Gerd Moellmann <gerd@gnu.org>
8620
e5c81191
GM
8621 * lpr.el (lpr-page-header-switches): Add `-h' switch.
8622 (print-region-1): Don't hard code `-h' here.
8623
dd8888a1
GM
8624 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
8625
e5c81191
GM
86262000-07-01 Francesco Potorti` <pot@gnu.org>
8627
8628 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
8629 exim can use "your message" instead of "the message".
34342a07 8630
f45aab65
SM
86312000-07-06 Stefan Monnier <monnier@cs.yale.edu>
8632
8633 * facemenu.el: Docstrings fixes.
8634 (facemenu-get-face): Don't use internal-find-face.
8635 (facemenu-iterate): Rename arg to match the docstring.
8636
8637 * newcomment.el (uncomment-region): Be more careful when skipping
8638 backwards over `=' not to bump into BOBP.
8639
d396e521 86402000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 8641
dd8888a1
GM
8642 * ediff-diff.el (ediff-wordify): Use syntax table.
8643 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 8644 ediff-color-display-p.
dd8888a1 8645 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
8646 from defsubst.
8647 Got rid of special cases for NeXT and OS/2.
dd8888a1 8648 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 8649 face.
34342a07 8650
5e2dfaa4
SM
86512000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8652
8653 * emacs-lisp/lucid.el: Require CL.
8654 (copy-tree, remprop): Remove, it's provided by CL.
8655 (map-keymap): Define in terms of cl-map-keymap.
8656 (extent-property, set-extent-end-glyph): New functions.
8657
8658 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
8659
d5c5cddd
GM
86602000-07-05 Gerd Moellmann <gerd@gnu.org>
8661
485266d0
GM
8662 * Makefile.in (DONTCOMPILE): Add comment that the name may
8663 not be changed without changing the make-dist script.
8664
5e2dfaa4 8665 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 8666 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 8667
e2c46326
AI
86682000-07-05 Andrew Innes <andrewi@gnu.org>
8669
8670 * makefile.nt: Add support for `bootstrap' and related targets.
8671
a027a91b
SM
86722000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8673
8674 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
8675 (easy-menu-do-define): Use `menu-item' format.
8676 Handle case where easy-menu-create-menu returns a symbol.
8677 Manually call the potential top-level filter in the function binding.
8678 (easy-menu-filter-return): New arg NAME.
8679 Convert to a keymap if MENU is an XEmacs menu.
8680 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
8681 (easy-menu-converted-items-table, easy-menu-convert-item):
8682 New var and fun to memoize easy-menu-convert-item-1.
8683 (easy-menu-do-add-item): Use it.
8684 (easy-menu-create-menu): Use easy-menu-convert-item.
8685 Wrap easy-menu-filter-return around any :filter specification.
8686 Don't convert the menu if a filter was specified.
8687 Tell easy-menu-make-symbol not to check for MENU being an expression.
8688 (easy-menu-make-symbol): New arg NOEXP.
8689
5e03eb84
GM
86902000-07-05 Gerd Moellmann <gerd@gnu.org>
8691
8692 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
8693 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
8694 (eval-defun): If called with prefix arg, instrument code for
8695 Edebug.
8696
8697 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
8698 similar to that of eval-defun.
8699
fca68a95
DL
87002000-07-04 Dave Love <fx@gnu.org>
8701
7ccbba4c
DL
8702 * hl-line.el (hl-line-overlay): Make it permanent-local.
8703
fca68a95
DL
8704 * calendar/todo-mode.el: Replaced with a working version, based on
8705 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
8706
87072000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
8708
8709 * paths.el (prune-directory-list): New function.
8710 (Info-default-directory-list): Rewritten to more methodically
8711 enumerate a big list of possible info directories (based on the
8712 list used by the standalone info reader).
fca68a95 8713
78e7e8a0 8714 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 8715 non-existent directories from Info-directory-list.
78e7e8a0 8716
78e7e8a0
MB
8717 * paths.el (Info-default-directory-list): Try a list of possible
8718 info-directories instead of a single one. Add the possible
8719 info directory "/usr/share/info".
8720
8721 * woman.el (woman-man.conf-path): Explicitly include the debian
8722 man-db config file "/etc/manpath.config".
8723 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
8724 are present in `manpath.config'.
8725 (woman-manpath): Include "/usr/share/man".
8726
67c9a1d2
GM
87272000-07-03 Gerd Moellmann <gerd@gnu.org>
8728
6753393b
GM
8729 * frame.el (blink-cursor-mode): Don't hide cursor initially.
8730
8731 * startup.el (command-line): Initialize blink-cursor based
8732 on window-system.
8733
e4f98ad3
GM
8734 * frame.el (blink-cursor): Default to nil if not running under
8735 a window-system.
8736
2f516940
GM
8737 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
8738 (face-x-resources): Remove duplicate entry for :font.
8739
67c9a1d2
GM
8740 * textmodes/refer.el (refer-find-entry-internal): Use some-window
8741 instead of cycling through windows with next-window.
8742
8743 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
8744 of cycling through windows with next-window.
8745
8746 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
8747 of cycling through windows with next-window.
8748
8749 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
8750 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
8751 instead of cycling through windows with next-window.
8752
8753 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
8754 instead of cycling through windows with next-window.
8755
8756 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
8757 of cycling through windows with next-window.
8758
8759 * terminal.el (te-process-output): Use walk-windows instead of
8760 cycling through windows with next-window.
8761
8762 * server.el (server-switch-buffer): Use some-window instead of
8763 cycling through windows with next-window.
8764
8765 * window.el (some-window): New function.
8766 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 8767
3a4f3f86 8768 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 8769
8b7bc628 87702000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
8771
8772 * window.el (walk-windows): Guarantee termination by keeping a list
8773 of all the windows already handled.
8774
d0d57043
EZ
87752000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8776
8777 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
8778 window-system.
8779
8780 * man.el (Man-notify-when-ready): Don't use window-system. If
8781 Man-notify-method is newframe, and the display is not
8782 multi-frame, select the frame created for the man page.
8783 (Man-init-defvars): Doc fix.
8784
d5483ab1
GM
87852000-06-28 Gerd Moellmann <gerd@gnu.org>
8786
af5c25e1
GM
8787 * faces.el (region): Change background color for light background.
8788
8789 * ediff-wind.el (ediff-setup-control-frame): Remove :box
8790 attribute from mode-line face of Ediff control frame.
8791
d5483ab1
GM
8792 * replace.el (query-replace-map): Bind `e' like `E'.
8793
9d47450f
EZ
87942000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8795
3a4f3f86
SM
8796 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
8797 Change name to "Select All".
496b7491 8798
9d47450f
EZ
8799 * dos-fns.el (convert-standard-filename): Fix last change.
8800
0b431deb
GM
88012000-06-27 Gerd Moellmann <gerd@gnu.org>
8802
4fa9f636
GM
8803 * help.el (describe-variable): Don't insert a second `'s' in front
8804 of the string `value is shown below'. Since the syntax-table is
8805 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
8806 an existing `'s', so that this won't be deleted.
8807
0b431deb
GM
8808 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
8809 * pcmpl-unix.el: New files.
8810
32cad0aa
SM
88112000-06-26 Stefan Monnier <monnier@cs.yale.edu>
8812
8813 * wid-edit.el (widget-member): Use the new plist-member.
8814
2c69ced2
GM
88152000-06-26 Gerd Moellmann <gerd@gnu.org>
8816
44c0f771
GM
8817 * replace.el (perform-replace): Undo change of 2000-04-04.
8818 Instead, move backward 1 character at the end of the loop when
8819 necessary.
34342a07 8820
1d36487c
GM
8821 * faces.el (fringe): Change face for different backgrounds.
8822
8823 * eshell/esh-module.el (toplevel): Load defgroup's differently;
8824 patch from John.
8825
2c69ced2
GM
8826 * eshell/*.el: Change spelling of the Free Software Foundation.
8827
8828 * eshell/esh-toggle.el: Removed.
8829
8830 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
8831
8832 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
8833 interactively.
8834
88352000-06-26 Alex Schroeder <alex@gnu.org>
8836
8837 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
8838 `define-key'; instead of checking `(emacs-version)' check for
8839 `set-keymap-parent' and `set-keymap-name' directly. Add entries
8840 for `;' and `o' which might be electric.
8841
8842 (sql-electric-stuff): New user option.
8843 (sql-magic-go): New function which uses `sql-electric-stuff'.
8844 (sql-magic-semicolon): New function which uses
8845 `sql-electric-stuff'.
8846
8847 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
8848 is not fboundp.
8849
8850 (sql-oracle-options): New variable.
8851 (sql-oracle): Use it.
8852
8853 (sql-imenu-generic-expression): Doc change.
8854 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
8855 is used.
8856
8857 (sql-informix): Added command line parameter "-" to force
8858 sql-informix-program to use stdout.
8859
db1306d8
EZ
88602000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
8861
3a4f3f86 8862 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
8863 (cp864-decode-table): Doc fix.
8864 (cp720-decode-table): New variable, supports the Arabic OEM
8865 codepage used by Windows.
8866 (cp737-decode-table): New, Greek OEM codepage used by Windows.
8867
c69e5fcd
DL
88682000-06-23 Dave Love <fx@gnu.org>
8869
8870 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
8871 (font-lock-fontify-anchored-keywords): Use
8872 line-beginning-position.
8873 (global-font-lock-mode): Use mapc.
8874
30ad8f23
SM
88752000-06-23 Stefan Monnier <monnier@cs.yale.edu>
8876
8877 * eshell/esh-module.el: Require CL when compiling.
8878
26b4dc84
GM
88792000-06-23 Gerd Moellmann <gerd@gnu.org>
8880
78c56e70
GM
8881 * comint.el (comint-substitute-in-file-name): Call replace-match
8882 with second and third arg t.
8883
34342a07 8884 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
8885 Specify foreground color.
8886
8887 * faces.el (tool-bar, mode-line, header-line): Specify foreground
8888 color.
8889
affbf647
GM
8890 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
8891
8892 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
8893 cddr instead of cdddr.
8894
25fffb31
GM
8895 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
8896 instead of copy-list.
8897
8898 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
8899 of copy-list.
8900
26b4dc84
GM
8901 * subdirs.el: Add eshell subdirectory.
8902
8903 * eshell: New subdirectory containing the Eshell package.
8904
8905 * pcomplete.el: New file.
8906
78c56e70
GM
89072000-06-23 Paul Eggert <eggert@twinsun.com>
8908
ea055732
GM
8909 * mail/mailpost.el (post-mail-send-it): Make sure file has
8910 proper permissions from birth.
8911
8912 * files.el (basic-save-buffer-2): When temporarily setting
8913 file modes, set them to current modes plus 0200, not to 0777.
8914
78c56e70
GM
8915 * emerge.el (emerge-make-temp-file): Make sure file has proper
8916 permissions from birth.
8917
a3a7ff33
EZ
89182000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
8919
8920 * files.el (make-backup-file-name-1): On DOS/Windows, run the
8921 backup file name through convert-standard-filename.
8922
8923 * dos-fns.el (convert-standard-filename): Convert leading
8924 directories as well. When long file names are supported, convert
8925 characters that are invalid in Windows file names.
8926
1fd9b7fe
GM
89272000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8928
8929 * ps-print.el: Fix bug: if ^L is the very first buffer character,
8930 ps-print crashes. New feature: page selection for printing. Create
8931 raw-text-unix coding system for XEmacs. Doc fix.
8932 (ps-print-version): New version number (5.2.3).
8933 (ps-plot-region): Bug fix.
8934 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
8935 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
8936 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
8937 funs.
8938 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
8939 (ps-last-page): New vars.
8940
16ed8416
GM
89412000-06-21 Gerd Moellmann <gerd@gnu.org>
8942
8943 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
8944 empty option string.
8945
4fbee715
EZ
89462000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
8947
8948 * man.el (man): Doc fix.
8949
eaecfc94
KH
89502000-06-21 Kenichi Handa <handa@etl.go.jp>
8951
8952 * international/mule-cmds.el (set-language-info-alist): Docstring
8953 fixed.
8954
4a27bdfb
GM
89552000-06-20 Gerd Moellmann <gerd@gnu.org>
8956
8957 * version.el (emacs-version): Use ISO date format.
8958
8959 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
8960 instead of `M-backspace'.
8961
8962 * simple.el (turn-off-auto-fill): New function.
8963
8972fe79
SM
89642000-06-20 Stefan Monnier <monnier@cs.yale.edu>
8965
8966 * jit-lock.el (with-buffer-prepared-for-jit-lock):
8967 Renamed from with-buffer-prepared-for-font-lock and use
8968 inhibit-modification-hooks rather than setting *-change-functions.
8969 Update all functions to use the new name.
8970 (jit-lock-first-unfontify-pos): New semantics (and doc).
8971 (jit-lock-mode): Make non-interactive.
8972 Don't automatically turn on font-lock.
8973 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
8974 Always use jit-lock-after-change.
8975 Remove and restore font-lock-after-change-function.
8976 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
8977 (jit-lock-after-unfontify-buffer): Remove.
8978 (jit-lock-stealth-fontify):
8979 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
8980 (jit-lock-after-change): Set the `fontified' text-prop to nil.
8981
5d80cc9c
SS
89822000-06-20 Sam Steingold <sds@gnu.org>
8983
8984 * emacs-lisp/cl-indent.el (toplevel): Indent
8985 `print-unreadable-object' properly. Untabify.
8986
f54e4d13
CD
89872000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8988
8989 * textmodes/reftex.el (reftex-find-citation-regexp-format):
8990 Support for bibentry.
8991 (reftex-compile-variables): Fixed problem with end of section-re.
8992
8993 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
8994 reftex-view-crossref-from-bibtex):
8995 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
8996 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
8997 Replaced `remprop' with `put'.
8972fe79
SM
8998 (reftex-view-crossref, reftex-view-crossref-when-idle):
8999 Support for bibentry.
f54e4d13 9000
8972fe79
SM
9001 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9002 New entry for bibentry package.
f54e4d13 9003
8972fe79
SM
9004 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
9005 Regexp also matches "\nobibliography".
f54e4d13 9006
8972fe79
SM
9007 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
9008 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
9009 (reftex-ensure-write-access): New function.
9010
f54e4d13
CD
90112000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
9012
9013 * progmodes/idlwave.el: File re-installed (update to version 4.2)
9014
9015 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
9016
9017 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
9018
9019 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
9020
9021
560c43f4
DL
90222000-06-20 Dave Love <fx@gnu.org>
9023
9024 * faces.el (frame-background-mode): Use set-default, not set, in
9025 setter.
9026 (frame-update-faces, frame-update-face-colors): Define with
9027 defalias.
9028
9029 * enriched.el (enriched-decode-foreground)
9030 (enriched-decode-background): Don't use internal-find-face.
9031
9032 * apropos.el: Doc fixes.
9033
9034 * cus-edit.el (customize-changed-options): Check arg.
9035 (customize-version-lessp): Don't require decimal point.
9036
9037 * custom.el (defcustom, defgroup): Doc fix.
9038
9039 * newcomment.el (comment) <defgroup>: Add :version.
9040 (comment-multi-line): Doc fix.
9041
9042 * emulation/mlsupport.el (define-hooked-local-abbrev,
9043 define-hooked-global-abbrev): Fix, using define-abbrev.
9044
cdf0357b
GM
90452000-06-19 Gerd Moellmann <gerd@gnu.org>
9046
9047 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
9048 the whole buffer.
9049
10013d74
DL
90502000-06-19 Dave Love <fx@gnu.org>
9051
9052 * menu-bar.el (menu-bar-options-save): New function.
9053 (menu-bar-options-menu): Use it.
9054 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
9055 Simplify.
9056
6922f208
AS
90572000-06-19 Andreas Schwab <schwab@suse.de>
9058
9059 * progmodes/etags.el (tags-query-replace): Put new parameters
9060 START and END at the end, for backward compatibility.
9061
10d7bf84
KH
90622000-06-19 Kenichi Handa <handa@etl.go.jp>
9063
9064 * international/codepage.el:
9065 (cp-coding-system-for-codepage-1): Delete special codes for
9066 generating xxx-dos coding system because now a CCL based coding
9067 system can handle EOL conversion by default.
9068
9069 * international/mule.el (make-coding-system): Generate subsidiary
9070 coding systems for EOL handling variants even for a CCL based
9071 coding system.
9072
8f3c9a3d
KH
90732000-06-19 Kenichi Handa <handa@etl.go.jp>
9074
9075 * international/isearch-x.el (isearch-minibuffer-input-method)
9076 (isearch-minibuffer-input-method-function): These variables
9077 deleted.
9078 (isearch-with-input-method): Don't use the above variables.
9079 (isearch-process-search-multibyte-characters): Likewise. Call
9080 read-string with the arg INHERIT-INPUT-METHOD t.
9081
c2acf685
SM
90822000-06-17 Stefan Monnier <monnier@cs.yale.edu>
9083
13f0d185
SM
9084 * font-lock.el (font-lock-after-fontify-buffer)
9085 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
9086
9087 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
9088 Use consistent make-local-variable style for font-lock-fontified.
9089 (jit-lock-fontify-buffer):
9090 Don't bother checking for font-lock-mode and jit-lock-mode.
9091
c2acf685
SM
9092 * time.el: Remove trailing ^M that prevent CVS-merging.
9093
a9021acd
GM
90942000-06-16 Gerd Moellmann <gerd@gnu.org>
9095
9096 * Makefile.in (distclean): New target.
5d80cc9c 9097
0df68e9f
SM
90982000-06-16 Stefan Monnier <monnier@cs.yale.edu>
9099
9100 * Makefile.in (srcdir): Define for update-subdirs.
9101
6344985d
GM
91022000-06-16 Gerd Moellmann <gerd@gnu.org>
9103
9104 * find-lisp.el: New file.
9105
63239267
AI
91062000-06-16 Andrew Innes <andrewi@gnu.org>
9107
9108 * time.el (display-time-mail-function): New variable, to allow
9109 external packages to indicate when new mail is available.
9110 (display-time-update): Use it.
9111
1699f991
KH
91122000-06-16 Kenichi Handa <handa@etl.go.jp>
9113
a3b37893
KH
9114 * international/mule.el (mule-version): Change version name to
9115 SAKAKI. AOI has already been used by Meadow.
9116
1699f991
KH
9117 * international/quail.el (quail-show-guidance-buf): To find the
9118 bottom window (but minibuffer), pay attention to the height of
9119 minibuffer.
9120
228b083e
EZ
91212000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
9122
7d5c8691
EZ
9123 * arc-mode.el (archive-mode-map): Use the new menu-item format for
9124 menu-bar menus. Add help strings. Don't remove the Edit menu
9125 from the menu bar, as the menu bar has enough space now.
9126
261f3289
EZ
9127 * Makefile.in (SHELL): Make sure /bin/sh is used.
9128
228b083e
EZ
9129 * woman.el (woman-man-buffer): Fix bold and underlined CJK
9130 characters, which use series of two ^H characters instead of one.
9131
e27e8d71
GM
91322000-06-15 Gerd Moellmann <gerd@gnu.org>
9133
5d80cc9c 9134 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 9135 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 9136 functions.
451ec4e3
GM
9137 (Info-find-node-2): Try a case-sensitive search first, then
9138 do a case-insensitive search.
9139
9140 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
9141 tutorials.
9142
b675095c
GM
9143 * complete.el (PC-env-vars-alist): New variable.
9144 (PC-complete-as-file-name): New function.
9145 (partial-completion-mode): Initialize PC-env-vars-alist from
9146 process-environment.
9147 (PC-do-completion): Handle completion of env vars.
9148
9149 * info.el (Info-set-mode-line): Show file name in mode line,
9150 use `*Info*' instead of `Info:'.
9151
e27e8d71
GM
9152 * startup.el (command-line-1): Change copyright messages to year
9153 2000.
9154
28223a7e
DL
91552000-06-15 Dave Love <fx@gnu.org>
9156
9157 * net/goto-addr.el (goto-address-fontify): Use keymap property,
9158 not local-map.
9159
32684631
KH
91602000-06-15 Kenichi Handa <handa@etl.go.jp>
9161
9162 * international/mule.el (set-buffer-file-coding-system): Almost
9163 rewritten to handle `undecided' as no-op.
9164
9f817ea4
GM
91652000-06-14 Gerd Moellmann <gerd@gnu.org>
9166
e27e8d71 9167 * Makefile.in: New file.
dce6b995
GM
9168
9169 * Makefile: Removed.
9170
9f817ea4
GM
9171 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
9172 (goto-address-highlight-keymap): Bind C-c RET.
9173
2de33f94
KH
91742000-06-14 Kenichi Handa <handa@etl.go.jp>
9175
bbf1e8a5
KH
9176 * mail/sendmail.el (sendmail-send-it): The temporary buffer
9177 inherits buffer-file-coding-system of the current buffer.
725a6897 9178
02891cc3
KH
9179 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
9180 0. Give correct argument to set-auto-coding-function.
9181 (tar-expunge): For goto-char, use (point-min), not 0.
9182 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
9183 (tar-subfile-save-buffer): Likewize.
9184
2de33f94
KH
9185 * international/mule.el
9186 (after-insert-file-set-buffer-file-coding-system): Call
9187 set-buffer-file-coding-system with the arg FORCE t.
9188
1681ead6
GM
91892000-06-13 Gerd Moellmann <gerd@gnu.org>
9190
9191 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
9192 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 9193 the sender is set with `-f'.
1681ead6 9194
fdf4b680
DL
91952000-06-13 Dave Love <fx@gnu.org>
9196
9c50afce
DL
9197 * help.el (describe-function-1): Kluge around cases of functions
9198 fset to subrs whose doc doesn't match their symbol-name.
9199
0ad550ba 9200 * image.el (insert-image): Default STRING to a space.
f290ca08 9201
fdf4b680 9202 * info.el Doc fixes.
5d80cc9c 9203 (Info-build-node-completions): Match Ref tags.
fdf4b680 9204
9b6610db
EZ
92052000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
9206
a704139d
EZ
9207 * frame.el (display-multi-frame-p, display-multi-font-p): New
9208 defaliases for display-graphic-p.
9209
9b6610db
EZ
9210 * hl-line.el: Fixed a typo in commentary.
9211
7a5ea398
KH
92122000-06-13 Kenichi Handa <handa@etl.go.jp>
9213
9214 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
9215 fixed.
9216
0dc91c57
DL
92172000-06-12 Dave Love <fx@gnu.org>
9218
9219 * image.el (insert-image): Save a little consing.
9220
0bd5914b
KH
92212000-06-12 Kenichi Handa <handa@etl.go.jp>
9222
9223 * language/tibet-util.el: Convert all tibetan-1-column characters
9224 to the corresponding tibetan characters.
9225 (tibetan-add-components): Delete code for the special treatment of
9226 'a chung.
9227
9228 * language/tibetan.el (tibetan-composable-pattern): Fix previous
9229 change.
9230 (tibetan-vowel-transcription-alist): More rules added.
9231 (tibetan-composite-vowel-alist): New variable.
9232 (tibetan-precomposition-rule-alist): More rules added.
9233
6dc7d3d5
SM
92342000-06-12 Stefan Monnier <monnier@cs.yale.edu>
9235
9c04c393
SM
9236 * startup.el (command-line): Only call menu-bar-mode if interactive.
9237
9238 * thingatpt.el (toplevel symbol-properties):
9239 * textmodes/makeinfo.el (makeinfo-compile):
9240 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 9241 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 9242 (hide-ifdef-use-define-alist):
5d80cc9c 9243 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
9244 (ange-ftp-vms-add-file-entry):
9245 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
9246 * man.el (Man-build-man-command):
9247 * mail/rnewspost.el (news-reply-header-hook):
9248 * info.el (Info-insert-dir):
9249 * emulation/mlconvert.el (backward-word, forward-word, setq):
9250 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
9251 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
9252 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
9253 (byte-optimize-apply, end of file):
9254 * emacs-lisp/advice.el (ad-advice-class-completion-table)
9255 (ad-make-freeze-definition):
9256 * startup.el (command-line, command-line-1): Don't quote lambdas.
9257
6dc7d3d5
SM
9258 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
9259 (cvs-cleanup-removed): New function.
9260 (cvs-cleanup-functions): New var.
9261 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
9262 some flexibility in specifying additional entries to auto-cleanup.
9263 (cvs-quickdir): New function.
9264 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
9265 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
9266 (cvs-mode-find-file): Check that we are on a filename or dirname
9267 when invoked through a mouse-click.
9268 (cvs-full-path): Remove.
9269 (cvs-dired-action): Re-introduced.
9270 (cvs-dired-noselect): Use it.
9271 (vc-post-command-functions): use this new hook if available.
9272
9273 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
9274 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
9275 (cvs-filename-map, cvs-dirname-map): Remove.
9276 (cvs-default-action): Remove.
9277 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
9278 if the arg is really a keymap.
9279 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
9280 Don't hardcode the mapping from state (aka type) to face, but check
9281 the var cvs-fi-<type>-face instead.
9282 (cvs-fileinfo-from-entries): New function.
9283
9284 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
9285 Docstring fix.
9286 (cvs-find-file-and-jump): Change default to be safer.
9287 (cvs-mode-diff-map): Define it as a function as well.
9288 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
9289 Bind mouse-2 in this global map rather than with text-properties.
9290
9291 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
9292 file to resolve the ambiguity between C(conflict) and C(need-merge).
9293
5050a2ef
KH
92942000-06-12 Kenichi Handa <handa@etl.go.jp>
9295
9296 * international/mule.el (set-buffer-file-coding-system): If
9297 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
9298 unconditionally.
9299
35a7ac84
DL
93002000-06-12 Dave Love <fx@gnu.org>
9301
9302 * wid-edit.el (widget-specify-button): Really suppress the face if
9303 required.
9304
db8eeecd
GM
93052000-06-11 Gerd Moellmann <gerd@gnu.org>
9306
9307 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
9308
70223ca4
SM
93092000-06-11 Stefan Monnier <monnier@cs.yale.edu>
9310
9311 * imenu.el (imenu-generic-expression): Docstring fix.
9312
9313 * composite.el (composition-function-table): Move the `put'
9314 below the autoload cookie so we can load the file before loaddefs.
9315
9316 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
9317
9318 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
9319 Handle easy-mmode-define-global-mode.
9320 For complex macros like define-minor-mode that can generate
9321 several autoload entries, try to autoload entries in the
9322 macroexpanded code.
9323
9324 * emacs-lisp/easy-mmode.el (define-minor-mode):
9325 If KEYMAP is a symbol, just use it.
9326 Use byte-compile-current-file and load-file-name to infer the
9327 proper :require to pass to defcustom.
9328 Wrap the hook var into `progn' so as not to autoload it.
9329 Add a :autoload-end cookie.
9330 Be more careful about the evaluation of KEYMAP.
9331 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
9332 (define-derived-mode): Move define-abbrev-table outside of defvar.
9333
93342000-06-10 Stefan Monnier <monnier@cs.yale.edu>
9335
9336 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
9337 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
9338 (backup-compiled-files): Ignore errors during `tar'.
9339 (bootstrap): Make autoloads before elc files.
9340
9c53b34e
KH
93412000-06-10 Kenichi Handa <handa@etl.go.jp>
9342
9343 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 9344 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
9345
9346 * international/mule-conf.el (unix): New alias for the coding
9347 system undecided-unix.
9348
22ddd299
DL
93492000-06-09 Dave Love <fx@gnu.org>
9350
5ee42746
DL
9351 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
9352
70223ca4 9353 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
9354 (executable-insert): Change custom type.
9355 (executable-find): Add autoload cookie.
cc7e1d18
DL
9356 (executable-make-buffer-file-executable-if-script-p): New
9357 function. After Noah Friedman.
22ddd299
DL
9358
9359 * files.el (after-save-hook): Customize, with
cc7e1d18 9360 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 9361
41ea3794
KH
93622000-06-09 Kenichi Handa <handa@etl.go.jp>
9363
f89437e3
KH
9364 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
9365 "tib24p-mule.bdf" for Tibetan.
9366
7a4ee259
KH
9367 * composite.el (decompose-composite-char): Declare it as obsolete.
9368
ff6a65c2
KH
9369 * man.el (Man-fontify-manpage): Pay attention to underline and
9370 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 9371
f83fe4b4
GM
93722000-06-08 Gerd Moellmann <gerd@gnu.org>
9373
9374 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
9375 Set maintainer to FSF since author isn't reachable.
9376
e56d7900
DL
93772000-06-08 Dave Love <fx@gnu.org>
9378
9379 * international/mule-cmds.el (select-safe-coding-system): If
9380 DEFAULT-CODING-SYSTEM is not specified, also check the most
9381 preferred coding-system if buffer-file-coding-system is
9382 `undecided'. From Handa.
9383
d3981b49
KH
93842000-06-08 Kenichi Handa <handa@etl.go.jp>
9385
9386 * international/mule.el
9387 (after-insert-file-set-buffer-file-coding-system): If the buffer
9388 size is greater than INSERTED, judget that we are not visiting.
9389
bff71087
RV
93902000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
9391
9392 * whitespace.el (defgroup whitespace): Comment out `:version'.
9393 XEmacs 20.4 has problems defining the group with this present.
9394 We'll have this commented out till get resolve the problem.
9395
fd9ac94c 93962000-06-07 John Wiegley <johnw@gnu.org>
e04d21aa 9397
fd9ac94c
GM
9398 * align.el (align-dq-string-modes, align-sq-string-modes)
9399 (align-open-comment-modes): Add pyhton-mode.
9400 (align-rules-list): Use get-text-property instead of
9401 text-properties-at.
9402 (align-rules-list): Add python-assignment.
9403 (align-rules-list): Change perl-comma-delimiter to
9404 basic-comma-delimiter. Use if for Perl modes and python-mode.
9405 (align-rules-list): Add python-chain-logic and
9406 basic-line-continuation.
45f485a6
GM
9407
94082000-06-07 Jari Aalto <jari.aalto@poboxes.com>
9409
9410 * apropos.el (apropos-mode-hook): New user variable.
9411 (apropos-mode): Run apropos-mode-hook.
bff71087 9412
45f485a6
GM
94132000-06-07 David Ponce <david@dponce.com>
9414
9415 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
9416 commands. Require `wid-edit' at run-time.
9417
94182000-06-07 David Ponce <david@dponce.com>
9419
9420 * recentf.el: Added some "Commentary".
9421 (recentf-open-more-files, recentf-edit-list): Minor changes to
9422 move the point at the top of the file list. This behaviour is
9423 consistent with the menu one when the list contains a lot of
9424 files.
9425 (recentf-cleanup): Now displays the number of items removed from
9426 the list.
9427 (recentf-relative-filter) New menu filter to show filenames
9428 relative to `default-directory'.
bff71087 9429
45f485a6
GM
94302000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9431
9432 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
9433 with/without giving an error if PostScript printer doesn't have this
9434 kind of page size. Zebra Stripe continues or restarts on next page.
9435 Manual/automatic paper feeding. Switch or not the header.
9436 (ps-print-version): New version number (5.2.2).
9437 (ps-windows-system): Include emx as a Windows system.
9438 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
9439 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
9440 (ps-background-text): Code fix.
9441 (ps-error-handler-message, ps-user-defined-prologue)
9442 (ps-print-prologue-header, ps-printer-name)
9443 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
9444 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
9445 (ps-use-face-background): Customization fix.
9446 (ps-n-up-database): Data fix.
9447 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
9448 (ps-switch-header): New vars.
9449 (ps-xemacs-color-name, ps-face-foreground-name)
9450 (ps-face-background-name, ps-boolean-constant): New funs.
9451
c14dcd22
DL
94522000-06-07 Dave Love <fx@gnu.org>
9453
9454 * allout.el: New version from Manheimer.
9455
e4044bb0
KH
94562000-06-07 Kenichi Handa <handa@etl.go.jp>
9457
9458 * textmodes/fill.el (fill-find-break-point): Check the validity of
9459 charset.
9460
59cfe8b9
KF
94612000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9462
9463 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9464 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9465 Call display-color-p and display-mouse-p instead of looking at
9466 window-system.
9467
bb2337f5
DL
94682000-06-06 Dave Love <fx@gnu.org>
9469
9470 * image.el (find-image): Doc fix. Return nil if image not found.
9471 (put-image, insert-image): Make STRING arg optional.
9472
8e624fa2
KH
94732000-06-06 Kenichi Handa <handa@etl.go.jp>
9474
9475 * language/vietnamese.el: Remove eval-when-compile.
9476 (viet-viscii-nonascii-translation-table): Define it as a
9477 translation table made from viet-viscii-decode-table.
9478 (viet-viscii-encode-table): Define it as a translation table made
9479 from the reverse map of above.
9480 (viet-vscii-nonascii-translation-table): Define it as a
9481 translation table made from viet-vscii-decode-table.
9482 (viet-vscii-encode-table): Define it as a translation table made
9483 from the reverse map of above.
9484 (ccl-decode-viscii): Use translate-character.
9485 (ccl-encode-viscii, ccl-encode-viscii-font)
9486 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
9487 Likewize.
bff71087 9488
8e624fa2
KH
9489 * language/cyrillic.el: Remove eval-when-compile.
9490 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
9491 translation table made from cyrillic-koi8-r-decode-table.
9492 (cyrillic-koi8-r-encode-table): Define it as a translation table
9493 made from the reverse map of above.
9494 (ccl-decode-koi8): Use translate-character.
9495 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
9496 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
9497 a translation table made from cyrillic-alternativnyj-decode-table.
9498 (cyrillic-alternativnyj-encode-table): Define it as a translation
9499 table made from the reverse map of above.
9500 (ccl-decode-alternativnyj): Use translate-character.
9501 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
9502 Likewize
9503
9504 * international/mule-diag.el (non-iso-charset-alist): Specify
9505 translation table symbol instead of translation table itself.
9506 (list-block-of-chars): CHARSET may be a translation table symbol.
9507
9508 * international/mule.el (make-coding-system): If CODING-SYSTEM
9509 already exists, override it.
9510
9511 * international/fontset.el: Use family `proportional' for Tibetan
9512 fonts.
9513
9514 * international/ccl.el (ccl-compile-translate-character): Don't
9515 check if Rrr has property translation-table.
9516 (ccl-compile-map-multiple): Modified to avoid compiler warning.
9517
1969fae2
GM
95182000-06-05 Gerd Moellmann <gerd@gnu.org>
9519
9520 * info.el: Bind case-fold-search to t when searching in case
9521 a user sets it to nil in a hook.
9522
d5b037c5
SM
95232000-06-05 Stefan Monnier <monnier@cs.yale.edu>
9524
d3d02e65
SM
9525 * autoarg.el (autoarg-mode, autoarg-kp-mode):
9526 * hl-line.el (hl-line-mode): Use the new :global key argument.
9527
9528 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
9529 (tar-clip-time-string): Prepend a space.
9530 (tar-grind-file-mode): Construct a string rather than modifying one.
9531 (tar-header-block-summarize): Fix docstring.
9532 Use `format' rather than an error-prone set of copy-loops.
9533
9534 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
9535 (diff-goto-source, diff-unified->context, diff-context->unified)
9536 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
9537 understand the format output by the `-p' argument to diff.
9538
bff71087 9539 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
9540 (sh-re-done): Use defconst.
9541 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
9542 (sh-help-string-for-variable, sh-guess-basic-offset):
9543 Don't quote lambdas.
9544 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
9545 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
9546
f7c4478f
SM
9547 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
9548 (mh-letter-mode): Derive from text-mode.
9549 This implicitly means that it now calls kill-all-local-variables.
9550 Also remove the Emacs-18 compatibility code.
9551
a8add29d
SM
9552 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
9553 Make use of symbol-property doc-string-elt.
9554 Use memq rather than a sequence of eq.
9555 (doc-string-elt): Fix the wrong or missing previously unused values.
9556 (autoload-print-form): New function extracted from
9557 generate-file-autoloads to allow recursion when handling progn
9558 so that defvar's and defun's docstrings are properly printed.
9559 (generate-file-autoloads): Use it.
9560
d5b037c5
SM
9561 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
9562 Use find-file-hooks in the minor-mode function.
9563 Be careful not to loop indefinitely in the post-command-hook function.
9564
560ef11a 95652000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 9566
1969fae2 9567 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 9568 tty's.
1969fae2 9569 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 9570 differences whenever appropriate.
1969fae2
GM
9571 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
9572 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
9573 wildcards.
9574
b5bbbb76
SM
95752000-06-04 Stefan Monnier <monnier@cs.yale.edu>
9576
d5b037c5
SM
9577 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
9578 (jit-lock-fontify-buffer): New function for JIT refontification.
9579 (jit-lock-mode): Fix docstring.
9580 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
9581 Remove jit-lock-after-change from the _local_ hook.
9582 (jit-lock-function-1): Fix docstring.
9583
9584 * info.el (Info-on-current-buffer): Initialize info.
9585
9586 * newcomment.el (comment-indent): Ignore comment-indent-hook.
9587
9588 * progmodes/tcl.el (tcl-indent-for-comment):
9589 Ignore comment-indent-hook.
9590
9591 * emacs-lisp/easy-mmode.el: Require CL during compilation.
9592 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
9593 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
9594 and improve to use the lighter to guess the capitalization.
9595 (define-minor-mode): Inline code from easy-mmode-define-toggle.
9596 Add keyword arguments to specify global-ness or the custom group.
9597 Add local-map and help-echo properties to the lighter.
9598 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 9599 (easy-mmode-define-global-mode): New macro.
b5bbbb76 9600
bfa6c260
DL
96012000-06-02 Dave Love <fx@gnu.org>
9602
9603 * wid-edit.el: byte-compile-dynamic since we typically don't use
9604 all the widgets. Don't require cl or widget. Remove
9605 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
9606 (widget-read-event): Removed. Callers changed to use read-event.
9607 (widget-button-release-event-p): Renamed from
9608 button-release-event-p.
9609 (widget-field-add-space, widget-field-use-before-change):
9610 Uncustomize.
9611 (widget-specify-field): Use keymap property, not local-map.
9612 (widget-specify-button): Obey :suppress-face.
9613 (widget-specify-insert): Use modern backquote syntax.
9614 (widget-image-directory): Renamed from widget-glyph-directory.
9615 (widget-image-enable): Renamed from widget-glyph-enable.
9616 (widget-image-find): Replaces widget-glyph-find.
9617 (widget-button-pressed-face): Move defvar.
9618 (widget-image-insert): Replaces widget-glyph-insert.
9619 (widget-convert): Use keywordp.
9620 (widget-leave-text, widget-children-value-delete): Use mapc.
9621 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 9622 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
9623 (widget-button-click): Don't set point at the click, but re-centre
9624 if we scroll out of window. Rewritten for images v. glyphs &c.
9625 (widget-tabable-at): Use POS arg, not point.
9626 (widget-beginning-of-line, widget-end-of-line)
9627 (widget-item-value-create, widget-sublist, widget-princ-to-string)
9628 (widget-sexp-prompt-value, widget-echo-help): Simplify.
9629 (widget-default-create): Use widget-image-insert; some rewriting.
9630 (widget-visibility-value-create)
9631 (widget-push-button-value-create, widget-toggle-value-create): Use
9632 widget-image-insert.
9633 (checkbox): Create on and off images dynamically.
9634 (documentation-link): Change :help-echo.
9635 (widget-documentation-link-echo-help): Remove.
9636
3837de12
SM
96372000-06-02 Stefan Monnier <monnier@cs.yale.edu>
9638
9639 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
9640
9641 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
9642 (easy-mmode-define-toggle, define-minor-mode): Use it.
9643 (easy-mmode-define-keymap): Docstring fix.
9644 (define-derived-mode): Default PARENT to fundamental-mode.
9645 Add the derived-mode-parent symbol-property.
9646 (easy-mmode-derived-mode-p): New function.
9647
90aa4ea8
DL
96482000-06-02 Dave Love <fx@gnu.org>
9649
37193ee6
DL
9650 * files.el (convert-standard-filename): Doc fix.
9651 (normal-backup-enable-predicate): New function.
9652 (backup-enable-predicate): Use it to replace the lambda form.
9653
9654 * calendar/todo-mode.el: [This needs more work on the outline
9655 stuff.] Doc fixes.
9656 (todo) <defgroup>: Add :version.
9657 (todo-add-category): Don't use pushnew.
9658 (todo-cmd-raise): Fix typo.
9659 (todo-top-priorities): Change temp buffer name.
9660 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
9661 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
9662 Use outline-next-heading.
37193ee6 9663
90aa4ea8
DL
9664 * autoarg.el: Rewritten to use define-minor-mode.
9665 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
9666 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
9667
2e54623a
KH
96682000-06-02 Kenichi Handa <handa@etl.go.jp>
9669
9670 * isearch.el (isearch-other-meta-char): Fix previous change.
9671
c5def0db
SM
96722000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9673
3837de12
SM
9674 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
9675 (log-edit-done): Only add the comment to the ring if it's different
9676 from the last comment entered.
9677
c5def0db
SM
9678 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
9679
2330c9d4
DL
96802000-06-01 Dave Love <fx@gnu.org>
9681
9682 * hl-line.el: Rewritten using define-minor-mode.
9683
9684 * help.el (describe-function-1): Distinguish special form from
9685 builtin function. Sanity-check presence of arglist for builtins.
9686
6e5dfc31
KH
96872000-06-01 Kenichi Handa <handa@etl.go.jp>
9688
4dc1225b
KH
9689 * international/characters.el: Fix syntax/category setting of
9690 Tibetan characters.
9691
9692 * language/tibet-util.el (tibetan-add-components): Fixes for new
9693 encoding of Tibetan characters.
9694 (tibetan-decompose-precomposition-alist): New variable.
9695 (tibetan-decompose-region): Convert precomposed characters to
9696 non-precomposed characters.
9697 (tibetan-decompose-string): Likewise.
9698 (tibetan-composition-function): Fix args to
9699 thibetan-compose-string.
9700
9701 * language/tibetan.el (tibetan-composable-pattern): More
9702 characters included.
9703 (tibetan-consonant-transcription-alist): Rule for "R" added.
9704 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
9705 "+R" added.
9706 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
9707
eadef5e6
KH
9708 * language/lao-util.el (lao-composition-function): Fix args to
9709 compose-string.
9710
9711 * language/thai-util.el (thai-composition-function): Fix args to
9712 compose-string.
9713
6e5dfc31 9714 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
9715 to prevent the point moving to the end of a composition when a
9716 part of a composition is searched.
6e5dfc31
KH
9717 (isearch-other-meta-char): If the key invoking this command can be
9718 mapped by function-key-map to a printing char, call
9719 isearch-process-search-char directly.
9720
2598a293
SM
97212000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9722
9723 * emacs-lisp/bytecomp.el:
9724 * frame.el:
9725 * international/mule-cmds.el:
9726 * international/mule-util.el:
9727 * international/mule.el:
9728 * mouse.el:
9729 * subr.el:
9730 * faces.el: Update calls to make-obsolete with a WHEN argument.
9731
9732 * byte-run.el (make-obsolete, make-obsolete-variable):
9733 Add an optional WHEN argument and change the format of the
bff71087 9734 symbol-property information.
2598a293
SM
9735 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
9736 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
9737 new obsolete-symbol-property format and print WHEN if it is provided.
9738
28d8dff1
DL
97392000-05-31 Dave Love <fx@gnu.org>
9740
9741 * loadhist.el (loadhist-hook-functions): Remove
9742 before-change-function, after-change-function.
9743 (unload-feature): Deal with symbols which are both bound and
9744 fbound.
9745
9746 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
9747 before-change-function, after-change-function.
9748
9749 * simple.el (newline): Don't bind before-change-function,
9750 after-change-function.
9751
7f565d87
RV
97522000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
9753
9754 * whitespace.el (whitespace-rescan-timer-time): Update interval
9755 set to 600 seconds (10 minutes) instead of 60 seconds since
9756 a large number of whitespace buffers causes emacs to `freeze'
9757 for a considerable amount of time.
9758
bff71087 9759 * whitespace.el: Updated email address
7f565d87 9760
a8d693d8
DL
97612000-05-31 Dave Love <fx@gnu.org>
9762
9763 * add-log.el (change-log-font-lock-keywords) <function>: Add
9764 pattern for function of change.
9765 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
9766 acknowledgements patterns.
9767
a50192e7
KH
97682000-05-31 Kenichi Handa <handa@etl.go.jp>
9769
9770 * isearch.el (isearch-printing-char): If keyboard coding system is
9771 being used, call isearch-process-search-multibyte-characters.
9772
9773 * international/isearch-x.el: Mostly rewritten.
9774
9775 * international/quail.el (quail-start-conversion): Don't include
9776 unhandled events in the returned events, but set them in
9777 unread-command-events. Exit if all inputs are deleted.
9778
7e492772
JR
97792000-05-30 Jason Rumney <jasonr@gnu.org>
9780
9781 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
9782
9783 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
9784 Reenable code to create initial fontsets.
9785 Use set-fontset-font in place of put-charset-property.
9786
10fc3187
GM
97872000-05-30 Gerd Moellmann <gerd@gnu.org>
9788
79148ea7
GM
9789 * progmodes/perl-mode.el (perl-indent-line): When looking for a
9790 label, ensure that the first colon isn't followed by another.
9791
9792 * paths.el (Info-default-directory-list): Doc fix.
9793
086d5b87
GM
9794 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
9795 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
9796 send a query containing USER only, not USER@HOST.
9797
10fc3187
GM
9798 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
9799 and rmail-msgend to compute the restriction at the end, instead of
9800 computing it.
9801
49e70dec
GM
98022000-05-29 Gerd Moellmann <gerd@gnu.org>
9803
66254a13
GM
9804 * dabbrev.el (dabbrev-expand): Don't display messages in the
9805 echo area if the minibuffer window is active.
9806
49e70dec
GM
9807 * jit-lock.el (jit-lock-mode): Add after change function to
9808 local hook.
9809
98102000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
9811
9812 * antlr-mode.el: New commands: hide/unhide actions,
9813 upcase/downcase literals.
9814 (antlr-tiny-action-length): New user option.
9815 (antlr-hide-actions): New command. Suggested by
9816 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 9817 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
9818 (antlr-mode-menu): New entries.
9819 (antlr-downcase-literals): New command.
9820 (antlr-upcase-literals): Ditto.
9821
9822 * antlr-mode.el: Minor changes: indendation, mode-name.
9823 (antlr-indent-line): Indent cpp directive at column 0.
9824 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
9825
9826 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
9827 (antlr-font-lock-additional-keywords): Workaround for intentional
9828 bug in XEmacs version of font-lock.
9829 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
9830 be used by a smarter version of `buffers-menu-grouping-function'.
9831
98322000-05-29 Gerd Moellmann <gerd@gnu.org>
9833
9834 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
9835 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
9836
49f93684
KH
98372000-05-29 Kenichi Handa <handa@etl.go.jp>
9838
9839 * international/encoded-kb.el
9840 (encoded-kbd-iso2022-designation-map): Pay attention to that
9841 charset-iso-final-char return -1 for eight-bit-control and
9842 eight-bit-graphic.
9843
5b1ae051
EZ
98442000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9845
9846 * speedbar.el (speedbar-use-images, speedbar-update-flag)
9847 (speedbar-easymenu-definition-base): Use display-graphic-p where
9848 available, instead of window-system.
9849
a205e32a
EZ
98502000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9851
9852 * international/codepage.el (cp-coding-system-for-codepage-1): Add
9853 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
9854 coding systems.
9855
dd854dc2
DL
98562000-05-26 Dave Love <fx@gnu.org>
9857
c88a85d5
DL
9858 * disp-table.el (standard-display-underline): Don't use
9859 internal-find-face.
9860
dd854dc2
DL
9861 * mail/reporter.el: Maintainer change. Doc fixes.
9862 (reporter-version): Deleted.
9863
9864 * emacs-lisp/elp.el: Maintainer change.
9865 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
9866
dc29aa6c
SM
98672000-05-26 Stefan Monnier <monnier@cs.yale.edu>
9868
9869 * add-log.el (add-change-log-entry): Merge the current entry with the
9870 previous one if the previous one is empty.
9871
ed62683d
DL
98722000-05-26 Dave Love <fx@gnu.org>
9873
4370a375
DL
9874 * loadhist.el (unload-feature): Fix interactive spec [from
9875 lijnzaad@ebi.ac.uk].
9876
ed62683d
DL
9877 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
9878 subr-arity to check primitives.
9879 (byte-compile-flush-pending, byte-compile-file-form-progn)
9880 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
9881 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
9882 mapcar.
9883
ba9f8f95
KH
98842000-05-26 Kenichi Handa <handa@etl.go.jp>
9885
0f3e0672
KH
9886 * international/fontset.el: Set family names of non-latin charsets
9887 in default fontset to "*".
9888
cebefb44
KH
9889 * international/mule-diag.el (print-fontset): Combine family part
9890 and registry part of the fontname by "-*-" instead of "-".
9891
ba9f8f95
KH
9892 * international/mule-cmds.el (encode-coding-char): Make strings
9893 multibyte before calling encode-coding-string.
9894
931d0724
SM
98952000-05-25 Stefan Monnier <monnier@cs.yale.edu>
9896
9897 * derived.el: Fix keywords.
8ccce2b0 9898 (define-derived-mode): Only define if needed.
931d0724
SM
9899
9900 * simple.el (fill-comment, comment-column, comment-start)
9901 (comment-start-skip, comment-end, comment-indent-function)
9902 (block-comment-start, block-comment-end, indent-for-comment)
9903 (set-comment-column, kill-comment, comment-padding, comment-region)
9904 (comment-multi-line, indent-new-comment-line): Remove.
9905
9906 * bindings.el (esc-map): Change ; to comment-dwim and use the new
9907 function names for comment operations.
9908
9909 * newcomment.el: Add abundant autoload cookies.
9910 (comment-style): Don't depend on runtime data at compile-time.
9911 (comment-indent-hook): Remove.
9912 (comment-indent): Check if comment-indent-hook is bound.
9913 (comment-region): Docstring fix.
9914
6fc596cf
DL
99152000-05-25 Dave Love <fx@gnu.org>
9916
9917 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
9918 byte-code-function-p.
9919
9920 * mail/rmailsum.el: Add provide.
9921
9922 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
9923
9924 * smerge-mode.el (smerge-diff-switches): Don't use list* in
9925 defcustom.
9926
7997f1ca 99272000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 9928
7997f1ca
MK
9929 * ediff-diff.el (ediff-exec-process): delete --binary option from
9930 non-buffer ediff jobs.
7f565d87 9931
e7a903e8
EZ
99322000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9933
9934 * hilit-chg.el (highlight-changes-mode): Ask about color or
9935 grayscale support, not about window-system.
9936
9937 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
9938 window-system.
9939 (ffap-highlight): Always default to t.
9940
9941 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
9942 display-popup-menus-p instead of looking at window-system.
9943
9944 * disp-table.el (standard-display-g1, standard-display-graphic):
9945 Only refuse to use string glyphs on X and MS-Windows.
9946
9947 * avoid.el: Remove window-system from commentary, suggest to use
9948 display-*-p instead.
9949
9950 * apropos.el (apropos-print): Use display-mouse-p instead of
9951 window-system.
9952
14028d57
EZ
99532000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9954
9955 * international/codepage.el (cp-decoding-vector-for-codepage):
9956 Fill up unsupported characters with their own codes. From Kenichi
9957 Handa.
9958
1a4f9cc1
EZ
99592000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9960
9961 * international/mule-diag.el (describe-char-after): Use
9962 display-graphic-p instead of window-system, so that this function
9963 works on MS-DOS.
9964
89f6ca4e
EZ
99652000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9966
9967 * international/codepage.el (cp-make-coding-systems-for-codepage):
9968 Remove the eight-bit-graphic and eight-bit-control charsets from
9969 the list of charsets which we convert into `?'.
9970
eacfd7fe
KH
99712000-05-25 Kenichi Handa <handa@etl.go.jp>
9972
9973 * international/mule-conf.el: Specify CHARSET-ID explicitely for
9974 private charsets.
9975 (mule-unicode-0100-24ff, japanese-jisx0213-1,
9976 japanese-jisx0213-2): New charsets.
9977
9978 * international/fontset.el: Setup default fontset for new charsets.
9979
deadf7e3
DL
99802000-05-24 Dave Love <fx@gnu.org>
9981
9982 * info.el (Info-find-node-2): Restructure [following "Vadim
9983 S. Solomin" <sovs@uic.nnov.ru>].
9984
9985 * icomplete.el: Fix header for Finder.
9986
99872000-05-24 Eric M. Ludlam <zappo@ultranet.com>
9988
9989 * rmailout.el (rmail-output-to-rmail-file): Added optional param
9990 STAY.
9991
9992 * rmail.el (rmail-automatic-folder-directives): New user variable.
9993 (rmail-show-message): Add call to `rmail-auto-file' during
9994 display.
9995 (rmail-auto-file): New function.
9996
6de3983f 99972000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 9998
fc6a6a4e 9999 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 10000 account.
fc6a6a4e
GM
10001 (ediff-test-utility,ediff-diff-mandatory-option)
10002 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 10003 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 10004
fc6a6a4e 10005 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 10006 variable.
7f565d87 10007
fc6a6a4e 10008 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
10009 ediff-merge-filename-prefix.
10010
fc290d1d
MK
100112000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
10012
fc6a6a4e 10013 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 10014
273182b8
EZ
100152000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
10016
10017 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
10018 aliases for hebrew-iso-8bit.
10019
f471ea57
EZ
100202000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
10021
10022 * woman.el: New version from Francis J. Wright
10023 <F.J.Wright@Maths.QMW.ac.uk>.
10024 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
10025 names in environment variables regardless of the path separator.
10026 (woman-topic-all-completions-1): Don't call file-name-directory-p
10027 on all files, since woman-file-regexp already filters out any
10028 directories.
10029
01162f24
KH
100302000-05-24 Kenichi Handa <handa@etl.go.jp>
10031
48e3df76
KH
10032 * international/quail.el (quail-start-translation): Don't change
10033 modified-p of the current buffer.
10034 (quail-start-conversion): Likewise.
10035
10036 * international/kkc.el (kkc-region): Don't change modified-p of
10037 the current buffer.
10038
747d90ea
KH
10039 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
10040 conform to RFC1468.
10041 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 10042
17a223ff
EL
100432000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
10044
10045 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
10046 (speedbar-insert-button): Invisible text property fix.
10047 (speedbar-directory-plus): Renamed from speedbar-directory-+
10048 (speedbar-directory-minus): Renamed from speedbar-directory--
10049 (speedbar-page-plus): Renamed from speedbar-file-+
10050 (speedbar-page-minus): Renamed from speedbar-file--
10051 (speedbar-page): Renamed from speedbar-file-
10052 (speedbar-tag): Renamed from speedbar-tag-
10053 (speedbar-tag-plus): Renamed from speedbar-tag-+
10054 (speedbar-tag-minus): Renamed from speedbar-tag--
10055 (speedbar-expand-image-button-alist): Use above renames.
10056
10057 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
10058 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
10059 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
10060 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
10061 * sb-pg.xpm: Renamed from sb-file.xpm
10062 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
10063 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 10064
e6b6fc18
KH
100652000-05-24 Kenichi Handa <handa@etl.go.jp>
10066
10067 * international/quail.el (quail-show-guidance-buf): Set
10068 current-input-method of the guidance buffer to the name of the
10069 curren input method.
10070
a1a336eb
SM
100712000-05-23 Stefan Monnier <monnier@cs.yale.edu>
10072
10073 * progmodes/compile.el (compile-internal): Style typo.
10074
10075 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
10076 quote vars and functions in the docstring.
10077
10078 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
10079
10080 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
10081 Don't quote lambdas.
10082
10083 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
10084
9695b783
GM
100852000-05-23 Gerd Moellmann <gerd@gnu.org>
10086
716e3b88
GM
10087 * startup.el (command-line): Determine source file of compiled
10088 user init file differently. Warn if compiled user init file
10089 is older than its source file.
10090
9695b783 10091 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 10092
41ac433f
EZ
100932000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
10094
10095 * files.el (make-backup-file-name-1): Replace slashes with `!'
10096 rather than `|' (which is not allowed on Windows). Replace the
10097 drive letters with a string "drive_X".
10098
46600ab1
GM
100992000-05-23 Gerd Moellmann <gerd@gnu.org>
10100
10101 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
10102
10103 * files.el (interpreter-mode-alist): Add `bash2'.
10104
79a64d87
DL
101052000-05-22 Dave Love <fx@gnu.org>
10106
10107 * loadhist.el (feature-symbols, file-provides, file-requires): Use
10108 mapc.
10109 (feature-file): Avoid calling symbol-name. Doc fix.
10110 (file-set-intersect, file-dependents): Use dolist, not mapcar.
10111 (loadhist-hook-functions): Add mouse-position-function.
10112 (unload-feature): Change uses of mapcar.
10113
10114 * files.el (parse-colon-path): Doc fix.
10115 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
10116 (set-auto-mode): Use mapc.
10117
10118 * complete.el (PC-look-for-include-file): Use :alnum: character
10119 class.
10120 (partial-completion-mode): Add autoload cookie.
10121
0e8c11d8
SS
101222000-05-22 Sam Steingold <sds@gnu.org>
10123
ce75fd23 10124 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
10125 `add-text-properties' (bug introduced on 2000-05-18).
10126
d8d0fa6c
DL
101272000-05-22 Dave Love <fx@gnu.org>
10128
10129 * bindings.el: Remove debug-ignored-errors set in other files.
10130
10131 * progmodes/etags.el: Add to debug-ignored-errors.
10132 (visit-tags-table-buffer): Clear out buffers holding old tables
10133 when making a new list.
10134 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
10135 mapc.
10136
10137 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
10138 quote keywords.
10139 (cmpl-string-case-type): Use character classes.
10140
0e8c11d8
SS
10141 * comint.el:
10142 * textmodes/ispell.el:
10143 * imenu.el:
d8d0fa6c
DL
10144 * mail/mh-e.el:
10145 * progmodes/compile.el: Add to debug-ignored-errors.
10146
10147 * dabbrev.el: Add to debug-ignored-errors.
10148 (dabbrev-completion): Use mapc.
10149
1edbbf8a
EZ
101502000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
10151
10152 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
10153 (woman-mapcan, woman-parse-man.conf)
10154 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
10155 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
10156 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
10157 path syntax better.
10158 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
10159 (woman-manpath): Call woman-parse-man.conf.
10160 (woman-emulation): New defcustom, defaults to nroff.
10161 (woman-font-support): New defconst.
10162 (woman-use-symbol-font): New defcustom.
10163 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
10164 "Emulation".
10165 Many functions: Doc fix.
10166
5bd2148c
KH
101672000-05-22 Kenichi Handa <handa@etl.go.jp>
10168
10169 * international/quail.el (quail-simple-translation-keymap): Map
10170 128..255 to quail-self-insert-command.
10171 (quail-keyboard-layout-alist): Add definition for "pc102-de".
10172
4125ec7e
SM
101732000-05-22 Stefan Monnier <monnier@cs.yale.edu>
10174
a1a336eb
SM
10175 * help.el (help-manyarg-func-alist): Typo.
10176
40aeecad
SM
10177 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
10178 intervals which makes it heaps simpler.
10179
4125ec7e
SM
10180 * newcomment.el (comment-region-internal): Go back to BEG after quoting
10181 the nested comment markers.
e4da9c1c
SM
10182
10183 * subr.el (remove-hook): Don't turn the hook's value into a list.
10184
cb7216a7
DL
101852000-05-21 Dave Love <fx@gnu.org>
10186
ac266581
DL
10187 * edmacro.el (edmacro-parse-keys): Return vector if any elements
10188 are invalid characters.
10189
cb7216a7
DL
10190 * international/mule-util.el (detect-coding-with-priority): Use
10191 mapc. Remove redundant lambda.
10192
10193 * international/mule-diag.el (list-non-iso-charset-chars)
10194 (describe-fontset): Remove redundant lambda.
10195
10196 * emulation/crisp.el (brief-mode): New alias.
10197
10198 * emacs-lisp/ring.el (ring-elements): New function.
10199
10200 * emacs-lisp/easymenu.el (easy-menu-create-menu)
10201 (easy-menu-do-add-item): Use keywordp.
10202
10203 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
10204
10205 * replace.el: Doc and error message fixes.
10206 (replace-highlight): Use facep, not internal-find-face.
10207
9b0d1d6e
SM
102082000-05-20 Stefan Monnier <monnier@cs.yale.edu>
10209
b2d2cf58
SM
10210 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
10211
ffe7dc64
SM
10212 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
10213 (log-edit-insert-changelog): Drop `:' as well.
10214
10215 * log-view.el: Fix file description.
10216 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
10217 available.
10218 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
10219 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
10220
c8c21615
SM
10221 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
10222 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
10223 Print a status message if the toggle is called interactively.
10224 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
10225 for global minor modes and use `defcustom' for them.
10226 Use add-minor-mode.
10227 (easy-mmode-define-derived-mode): Remove.
10228 (define-derived-mode): Fancier default docstring.
10229 (easy-mmode-define-navigation): Signal an error rather than (ding).
10230
9b0d1d6e
SM
10231 * newcomment.el (comment-styles): New `box-multi'.
10232 (comment-normalize-vars): Better default for comment-continue to
10233 avoid whitespace-only continuations.
10234 (comment-search-forward): Always move even in the no-syntax case.
10235 (comment-padright): Only obey N if it's only obeyed for padleft.
10236 (comment-make-extra-lines): Better handling of empty continuations.
10237 Use `=' for the filler if comment-start has only one character.
10238 (uncomment-region): Try handling the special `=' filler.
10239 (comment-region): Allow LINES even if MULTI is nil.
10240 (comment-box): Choose box style based on comment-style.
10241
f5ee6d0f
KH
102422000-05-20 Kenichi Handa <handa@etl.go.jp>
10243
9b0d1d6e 10244 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
10245 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
10246
c9671f81
KH
102472000-05-20 Kenichi HANDA <handa@etl.go.jp>
10248
10249 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
10250 and insert, not subst-char-in-region.
10251
10252 * international/mule-diag.el (list-character-sets-1): Handle
10253 charsets eight-bit-control and eight-bit-graphic.
10254 (list-iso-charset-chars): Likewise.
10255 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
10256 charactes as is. Use indent-to to align characters.
10257
10258 * international/mule-cmds.el (find-multibyte-characters): Never
10259 exclude charsets eight-bit-control and eight-bit-graphic.
10260
1426aa5c
SM
102612000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10262
10263 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
10264 Don't quote lambdas.
10265
10266 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
10267
2b63d473
GM
102682000-05-19 Gerd Moellmann <gerd@gnu.org>
10269
10270 * gud.el (gud-jdb-directories): Doc fix.
10271
f1355756
SM
102722000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10273
10274 * newcomment.el: New file.
10275
5f64c9e0
GM
102762000-05-19 Gerd Moellmann <gerd@gnu.org>
10277
2b63d473 10278 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 10279
db7314bd
AS
102802000-05-18 Andreas Schwab <schwab@suse.de>
10281
10282 * dired.el (dired-between-files): Also skip lines beginning with
10283 `used'.
10284
25bb0401
GM
102852000-05-18 Gerd Moellmann <gerd@gnu.org>
10286
10287 * msb.el (msb-menu-cond): Add choice `user'.
10288
a199a865 102892000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 10290
a199a865
GM
10291 * ps-print.el: Compatibility, customization and doc fix.
10292 (ps-printer-name-option): Replace defconst by defvar.
10293 (ps-postscript-code-directory): XEmacs compatibility.
10294 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
10295 fix.
10296 (ps-user-defined-prologue, ps-print-prologue-header)
10297 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
10298 compatibility and code fix.
10299 (ps-print-background-image, ps-print-background-text):
10300 Customization fix.
10301 (ps-line-number-start, ps-n-up-on): New vars.
10302
25bb0401
GM
103032000-05-18 Espen Skoglund <esk@ira.uka.de>
10304
10305 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
10306 the indent-comment function to just return the appropriate indent.
10307
68e6c83a
EL
103082000-05-18 Eric M. Ludlam <zappo@ultranet.com>
10309
10310 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
10311 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
10312 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
10313
dae6cb9f
DL
103142000-05-18 Dave Love <fx@gnu.org>
10315
10316 * info.el (Info-fontify-node): Add intangible property as well as
10317 invisible.
10318
10319 * calendar/appt.el (appt-make-list): Match all lines of entry.
10320 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
10321
813086ea
KH
103222000-05-18 Kenichi Handa <handa@etl.go.jp>
10323
10324 * international/mule-diag.el (describe-char-after): Call
10325 internal-char-font, not char-font. If internal-char-font returns
10326 nil, display "-- none --".
10327
24978190
EZ
103282000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10329
10330 * image.el (image-type-available-p): Don't reference image-types
10331 if it isn't bound.
10332
2fca2d5d
SM
103332000-05-17 Stefan Monnier <monnier@cs.yale.edu>
10334
10335 * autoarg.el (autoarg-mode): Typo in the :set argument.
10336
cfc75d05
EZ
103372000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10338
10339 * startup.el (command-line-1): Don't signal an error if the
10340 directory for auto-save-list files does not yet exist.
10341
c4e30387
KH
103422000-05-17 Kenichi Handa <handa@etl.go.jp>
10343
10344 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
10345
dd6b8ea7
SM
103462000-05-16 Stefan Monnier <monnier@cs.yale.edu>
10347
10348 * subr.el (remove-hook): `setq' hook-value, not `set'.
10349
399c88ad
SS
103502000-05-16 Sam Steingold <sds@gnu.org>
10351
a199a865 10352 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 10353
01651f07
DL
103542000-05-16 Dave Love <fx@gnu.org>
10355
10356 * cus-edit.el: Don't require cl or easymenu.
10357 (custom-variable-prompt): Test standard-value property, not
10358 user-variable-p.
10359
2248c40d
SS
103602000-05-16 Sam Steingold <sds@gnu.org>
10361
10362 * subr.el (add-hook): `setq' hook-value, not `set'.
10363
b15f3b77
GM
103642000-05-16 Gerd Moellmann <gerd@gnu.org>
10365
10366 * startup.el (command-line-1): Mention the FAQ in the startup
10367 message.
10368
10369 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
10370
10371 * progmodes/compile.el (compilation-parse-errors): Collect
10372 `nomessage' regexps last.
10373
10374 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
10375
10376 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
10377 to the function name.
10378
f9bbcfac
EL
103792000-05-15 Dave Love <fx@gnu.org>
10380
10381 * speedbar.el (speedbar-recenter): Typo.
10382 (speedbar-expand-line): Make arg optional.
10383 (speedbar-mode): Avoid a compiler warning.
10384
119b42eb
GM
103852000-05-15 Gerd Moellmann <gerd@gnu.org>
10386
10387 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
10388 user-specified option string is empty.
10389
10390 * mouse.el (mouse-yank-at-click): Doc fix.
10391
f685bea9
EZ
103922000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
10393
10394 * term/internal.el (IT-character-translations): More updates of
10395 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
10396 documents.
10397
a1b8d58b
GM
103982000-05-15 Gerd Moellmann <gerd@gnu.org>
10399
10400 * env.el (getenv): New function, interactively callable.
10401 (setenv, getenv): Remove autoload cookies.
10402
10403 * loadup.el: Load `env'.
10404
10405 * progmodes/f90.el: Change author's mail address.
10406
c9bba7ed
DL
104072000-05-14 Dave Love <fx@gnu.org>
10408
e5c83697
DL
10409 * mail/rmail.el (rmail-show-message-hook): Customize and offer
10410 goto-addr as an option.
10411
10412 * help.el (help-xref-stack): Doc fix.
10413 (help-xref-following): New variable.
10414 (help-make-xrefs): Use it.
10415 (help-xref-go-back): Use position information from stack element.
10416 (help-follow): Make position in stack element a pair. Use
10417 help-xref-following.
399c88ad 10418
e5c83697
DL
10419 * autoarg.el: New file.
10420
10421 * faces.el: Declare more functions obsolete.
10422
c9bba7ed
DL
10423 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
10424 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
10425 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
10426 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
10427 Remove all the setup-...-environment functions.
10428
b6389bfb
EL
104292000-05-13 Eric M. Ludlam <zappo@ultranet.com>
10430
a1b8d58b
GM
10431 * speedbar.el: Updated the commentary section. xemacs20p now uses
10432 >= when detecting. Require `defimage' safely.
b6389bfb
EL
10433 (speedbar-easymenu-definition-base): Add toggle for images.
10434 (speedbar-easymenu-definition-special): Add flush cache & expand.
10435 (speedbar-visiting-tag-hook): Set new defaults. Added options.
10436 (speedbar-reconfigure-keymaps-hook): New variable.
10437 (speedbar-frame-parameters): Updated documentation.
10438 (speedbar-use-imenu-flag): Updated custom tag
10439 (speedbar-dynamic-tags-function-list): New variable.
10440 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
10441 (speedbar-indentation-width, speedbar-indentation-width) New
10442 variables.
10443 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
10444 (speedbar-vc-indicator): Doc update.
10445 (speedbar-ignored-path-expressions): Updated default value.
10446 (speedbar-supported-extension-expressions): Updated default value.
10447 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
10448 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
10449 as "+". Added overlay aliases.
10450 (speedbar-mode): Use `speedbar-mode-line-update' instead of
10451 `force-mode-line-update'.
10452 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
10453 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
10454 `mouse-set-point'
b6389bfb 10455 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
10456 (speedbar-item-info-tag-helper): Revamped to handle a wider range
10457 of arbitrary text, and new helper functions.
10458 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
10459 filename finder.
b6389bfb
EL
10460 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
10461 (speedbar-directory-buttons): Update path search/expansion.
10462 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
10463 `speedbar-indentation-width'. Use more care w/ invisible
10464 properties.
b6389bfb
EL
10465 (speedbar-change-expand-button-char): Call
10466 `speedbar-insert-image-button-maybe'.
10467 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
10468 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
10469 (speedbar-trim-words-tag-hierarchy)
10470 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 10471 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
10472 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
10473 functions.
b6389bfb
EL
10474 (speedbar-mouse-set-point): New function
10475 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
10476 (speedbar-line-token, speedbar-goto-this-file): Handle more types
10477 of tag prefix text.
10478 (speedbar-expand-line, speedbar-contract-line): Make more robust
10479 to strange text.
10480 (speedbar-expand-line): Takes universal argument to flush the
10481 cache.
b6389bfb
EL
10482 (speedbar-flush-expand-line): New function.
10483 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
10484 Use new generator insertion method.
10485 (speedbar-fetch-dynamic-tags): New function.
10486 (speedbar-fetch-dynamic-imenu): Removed code now handled in
10487 `speedbar-fetch-dynamic-imenu'.
10488 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
10489 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
10490 "Revert Buffer" menu items.
10491 (speedbar-buffer-buttons-engine): Be smarter when creating a
10492 filename tag (for expansion purposes.).
a1b8d58b
GM
10493 (speedbar-highlight-one-tag-line,
10494 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
10495 (speedbar-recenter): New functions.
b6389bfb 10496 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
10497 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
10498 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
10499 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
10500 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
10501 (speedbar-expand-image-button-alist): New variable.
10502 (speedbar-insert-image-button-maybe): Insert an image over some
10503 buttons.
10504
43fe9244
KH
105052000-05-13 Kenichi Handa <handa@etl.go.jp>
10506
10507 * international/mule-cmds.el (encode-coding-char): An ASCII
10508 character is always encodable.
10509
10510 * international/mule-conf.el: Add more information in descriptions
10511 of character sets.
10512
813086ea 10513 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
10514 (describe-font-internal): Adjusted for the change of font-info.
10515 (describe-font): Likewise.
10516 (print-fontset): Rewritten for the new fontset implementation.
10517 (describe-fontset): Include fontset alias names in completion.
10518 (list-fontsets): Adjusted for the change of print-fontset.
10519
10520 * simple.el (what-cursor-position): If DETAIL is non-nil, call
10521 describe-char-after instead of displaying the detail in the echo
10522 area.
813086ea
KH
10523 (syntax-code-table): Format changed.
10524 (string-to-syntax): Adjusted for the above change.
0e8c11d8 10525
e8564f57
SM
105262000-05-12 Stefan Monnier <monnier@cs.yale.edu>
10527
10528 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
10529
9278c60d
DL
105302000-05-12 Dave Love <fx@gnu.org>
10531
10532 * calendar/todo-mode.el: Remove some compatibility stuff and CL
10533 dependence. Use line-{beginning,end}-position, not
10534 point-at{b,e}ol. Some doc fixes.
10535 (todo-position): New function. Fix callers of position to use it.
10536 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
10537
be0505fe
GM
105382000-05-12 Gerd Moellmann <gerd@gnu.org>
10539
10540 * time.el (display-time-mail-icon): Use `:ascent center'.
10541
a8a3541c
GM
10542 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
10543 handling FTP security extensions.
399c88ad 10544
44d5f148
DL
105452000-05-11 Dave Love <fx@gnu.org>
10546
33d0c179 10547 * calendar/todo-mode.el: New file.
44d5f148 10548
da4496b6
GM
105492000-05-11 Gerd Moellmann <gerd@gnu.org>
10550
cdc4401d
GM
10551 * comint.el (comint-read-input-ring): Move reference to
10552 comint-input-ring-size outside of the save-excursion. It was
10553 causing the default value to be the only one ever seen.
399c88ad 10554
0279f991
GM
10555 * font-lock.el: Update copyright. Remove Simon Marshall's email
10556 address on request from him.
10557
da4496b6
GM
10558 * subr.el (substitute-key-definition): Add comment describing
10559 the meaning of PREFIX.
10560
ac5cb26d
SM
105612000-05-10 Stefan Monnier <monnier@cs.yale.edu>
10562
10563 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
10564
10565 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
10566 (add-minor-mode): Don't make the variable buffer-local and add a
10567 reference to define-minor-mode in the docstring.
10568
10569 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
10570 HEADER/FOOTER and fix bug with trailing empty directory.
10571 (cvs-append-to-ignore): Use vc-editable-p if available.
10572 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
10573 (vc-do-command): Tweak advice to handle the new VC.
10574
10575 * log-view.el (log-view-goto-rev): New function for the new VC.
10576 (log-view-minor-wrap): Use mark-active.
10577
10578 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
10579 (log-edit-changelog-full-paragraphs): New var.
10580 (log-edit-insert-changelog): Remove a lonely leading `* file'.
10581 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
10582 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
10583 (log-edit-changelog-ours-p, log-edit-changelog-entries)
10584 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
10585 Replace the `cvs' prefix with `log-edit'.
10586
10587 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
10588
10589 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
10590 (diff-font-lock-defaults): Explicitly turn off multiline.
10591 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
10592 (diff-ediff-patch): Fix call to ediff-patch-file.
10593 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
10594 Handle comments.
10595
10596 * frame.el (automatic-hscrolling): Typo.
10597
10598 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
10599
21c34da3
DL
106002000-05-09 Sam Steingold <sds@goems.com>
10601
10602 * apropos.el (apropos-print): use `describe-face' instead of
10603 `customize-face-other-window'.
10604
950cf06f
DL
106052000-05-09 Dave Love <fx@gnu.org>
10606
10607 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
10608
10609 * help.el (describe-variable): Have customize button pop the
10610 help-xref stack when invoked.
10611 (help-xref-symbol-regexp): Add `face'.
10612 (help-make-xrefs): Check for quoted face names and adapt regexp
10613 submatch numbers to cope.
10614 (help-xref-interned): Maybe insert face doc too. Separate
10615 sections with a line of hyphens.
10616
0623e40f 10617 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
10618 (describe-face): Add customize button. Return the help
10619 text. Fix prompt.
10620
82e2ca9d
EZ
106212000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
10622
10623 * term/internal.el (IT-character-translations): Fix last change.
10624
10c00b5c
EZ
106252000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10626
10627 * woman.el: New file
10628 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
10629
9deed82f
EZ
106302000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10631
001ad319
EZ
10632 * term/internal.el (IT-character-translations): Update ASCII
10633 simulations for greek-iso8859-7, add latin-iso8859-14 and
10634 latin-iso8859-15.
10635
9deed82f
EZ
10636 * international/mule-cmds.el (set-language-info-alist): Call
10637 define-prefix-command with 3 arguments, to make the map suitable
10638 for a menu.
10639
4f37b78a
DL
106402000-05-07 Dave Love <fx@gnu.org>
10641
1ec321a7 10642 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 10643
64a4c526
DL
106442000-05-05 Dave Love <fx@gnu.org>
10645
10646 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
10647 list in doc string. Don't quote keyword symbols.
10648 * emacs-lisp/cl.el: Likewise
10649 * emacs-lisp/cl-seq.el: Likewise
10650
056565f7
GM
106512000-05-05 Gerd Moellmann <gerd@gnu.org>
10652
10653 * abbrev.el (abbrev-mode): Make ARG optional.
10654
4656b314
GM
106552000-05-04 Gerd Moellmann <gerd@gnu.org>
10656
ec82fb2f
GM
10657 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
10658
10659 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
10660
4656b314
GM
10661 * subr.el (substitute-key-definition): Clarify documentation.
10662
106632000-05-04 Milan Zamazal <pdm@freesoft.cz>
10664
10665 * glasses.el (glasses-convert-to-unreadable): Use
10666 `glasses-separator' instead of the hard-wired "_".
10667 (glasses-mode): Call `glasses-make-unreadable' only in a single
10668 place.
10669
7b081c78
EZ
106702000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
10671
10672 * term/internal.el (cjk-codepages-alist): Add associations for
10673 Chinese and Korean codepages. Remove FIXME comment.
10674
baa5536e
DL
106752000-05-03 Dave Love <fx@gnu.org>
10676
10677 * time.el (display-time-mail-face, display-time-use-mail-icon):
10678 New option.
10679 (display-time-mail-icon): New variable.
10680 (display-time-string-forms): Use the above. Fix the local-map.
10681
cbf18892
GM
106822000-05-03 Gerd Moellmann <gerd@gnu.org>
10683
4ff40dd0
GM
10684 * replace.el (query-replace-map): Add binding for `E'.
10685 (query-replace-help): Extend help text.
10686 (perform-replace): Allow editing the replacement string.
10687
10688 * make-mode.el (makefile-mode-abbrev-table): New variable.
10689 (makefile-mode): Set local abbrev table to
10690 makefile-mode-abbrev-table.
10691 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 10692
cbf18892
GM
10693 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
10694 set TOGGLE's value.
10695
4ff40dd0
GM
10696 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
10697 mail-interactive-insert-alias.
10698 (mail-abbrev-complete-alias): New command.
10699 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 10700
ffec4d9f
KH
107012000-05-03 Kenichi Handa <handa@etl.go.jp>
10702
10703 * language/lao-util.el (lao-compose-region): New function.
10704
1b0672c3
GM
107052000-05-02 Gerd Moellmann <gerd@gnu.org>
10706
576da55d
GM
10707 * files.el (recover-session): Make directories as necessary
10708 if they don't exist yet.
10709
399c88ad
SS
10710 * calendar/cal-french.el
10711 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
10712 (french-calendar-special-days-array): Change French text.
10713 (calendar-french-date-string): Change output.
10714 (calendar-goto-french-date): Likewise.
10715
107162000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
10717
10718 * wid-edit.el (widget-default-active): Obey `:always-active'.
10719 (widget-documentation-string-value-create): Set `:always-active'.
10720
4b33deaa
EZ
107212000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10722
10723 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
10724 default prefix to `~/_emacs.d/auto-save.list/_s'.
10725 (normal-top-level): Create the directory for auto-save files, if
10726 it doesn't already exist (in the ms-dos case only).
10727
5c922ea7
EZ
107282000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10729
10730 * international/mule-cmds.el (set-language-environment): Don't
10731 concat an integer (dos-codepage), use format instead.
10732
820ad5e7
DL
107332000-05-02 Dave Love <fx@gnu.org>
10734
10735 * help.el (help-xref-on-pp): Check for constant symbols.
10736
57cb56f5
GM
107372000-04-29 Gerd Moellmann <gerd@gnu.org>
10738
10739 * startup.el (normal-top-level): Put a condition-case around
10740 the code loading subdirs.el.
10741
107422000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 10743
57cb56f5
GM
10744 * ps-print.el: Upside-down and face background color printing,
10745 line number step, doc fix.
10746 (ps-print-version): New version number (5.2).
10747 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
10748 (ps-face-attribute-list, ps-plot-with-face): Code fix.
10749 (ps-spool-config): Var fix.
10750 (ps-printer-name-option): Const fix.
10751 (ps-print-upside-down, ps-use-face-background)
10752 (ps-line-number-step): New vars.
10753 (ps-window-system, ps-lp-system): New consts.
10754 (ps-face-background): New fun.
10755
084cec2f
GM
107562000-04-28 Richard Stallman <rms@gnu.org>
10757
10758 * files.el (make-auto-save-file-name):
10759 Apply auto-save-file-name-transforms to visited file name
10760 before generating auto save file name.
10761 (auto-save-file-name-transforms): New variable.
10762
399c88ad 10763 * files.el (backup-enable-predicate):
084cec2f
GM
10764 Correctly test for a file under a temporary directory.
10765
c94f4677
GM
107662000-04-28 Gerd Moellmann <gerd@gnu.org>
10767
10768 * subr.el (add-minor-mode): Rewritten.
10769
7b211df5
KH
107702000-04-28 Kenichi Handa <handa@etl.go.jp>
10771
10772 * mail/sendmail.el (sendmail-send-it): Set
10773 buffer-file-coding-system to the selected coding system for MIME
10774 header.
10775
c76e04a8 107762000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 10777
c76e04a8
GM
10778 * dired.el (dired-move-to-filename-regexp): Allow format where
10779 YYYY is followed by two spaces.
e3e36d74 10780
c76e04a8
GM
10781 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
10782 in the second character class of the regexp.
10783
10784 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
10785 mh-etc, too.
353964e3 10786
c76e04a8
GM
10787 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
10788 nil.
399c88ad 10789
353964e3
GM
10790 * subr.el (add-minor-mode): Use `set' instead of `setq'.
10791
10792 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
10793 argument.
10794
c76e04a8 107952000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 10796
c76e04a8
GM
10797 * emacs-lisp/crm.el (crm-completion-table): New variable.
10798 (crm-collection-fn, crm-test-completion)
10799 (completing-read-multiple): Use it.
10800
108012000-04-27 Dave Love <fx@gnu.org>
10802
10803 * help.el (locate-library): Use mapc.
10804 (help-manyarg-func-alist): Add call-process-region.
10805
7464346d
GM
108062000-04-26 Gerd Moellmann <gerd@gnu.org>
10807
b35bd33d
GM
10808 * subr.el (add-minor-mode): Make argument MAP optional.
10809
7464346d
GM
10810 * desktop.el (desktop-save): Save list of minor modes.
10811 (desktop-create-buffer): Restore minor modes.
10812 (desktop-minor-mode-table): New user-option.
10813
10814 * subr.el (add-minor-mode): New function.
10815
10816 * image.el (find-image): New function.
10817 (defimage): Rewritten to find image at load time.
10818
10819 * startup.el (normal-top-level-add-to-load-path): Handle
10820 case that the default directory is not in load-path.
10821
10822 * help.el: Old patch from Stefan Monnier.
10823 (help-xref-on-pp): New function.
10824 (describe-variable): Use it to display xrefs in a symbol's value.
10825
23c0fb21
SM
108262000-04-26 Stefan Monnier <monnier@cs.yale.edu>
10827
10828 * cus-edit.el (custom-face): Fix parenthesis.
10829
fad95037
KH
108302000-04-26 Kenichi Handa <handa@etl.go.jp>
10831
f03392a1
KH
10832 * mail/rmail.el (rmail-expunge): When there are no deleted
10833 messages, do nothing.
fad95037 10834
0d7c5bb9
DL
108352000-04-26 Dave Love <fx@gnu.org>
10836
10837 * international/mule-cmds.el (locale-translation-file-name):
10838 Defvar to nil.
10839 (set-locale-environment): Set it here (at runtime).
10840
612839b6
GM
108412000-04-25 Gerd Moellmann <gerd@gnu.org>
10842
10843 * replace.el (perform-replace): Add parameters START and END. Use
10844 them instead of the check for a region in Transient Mark mode.
10845 (query-replace-read-args): Return two more list elements for the
10846 start and end of the region in Transient Mark mode.
10847 (query-replace, query-replace-regexp, query-replace-regexp-eval)
10848 (map-query-replace-regexp, replace-string, replace-regexp): Add
10849 optional last arguments START and END and pass them to
10850 perform-replace.
10851
10852 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
10853 form with additional arguments for perform-replace.
10854
10855 * progmodes/etags.el (tags-query-replace): Add parameters START
10856 and END. Construct a form with additional arguments for
10857 perform-replace.
10858
10859 * simple.el (shell-command): Set default directory for "*Shell
10860 Command Output" buffer.
10861
10862 * language/european.el (iso-latin-4): Fix typo.
10863
10864 * emacs-lisp/crm.el: New file.
10865
2917cc05
DL
108662000-04-24 Dave Love <fx@gnu.org>
10867
10868 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
10869 (Custom-reset-saved, Custom-reset-standard)
10870 (custom-group-value-create, custom-group-set, custom-group-save)
10871 (custom-group-reset-current, custom-group-reset-saved)
10872 (custom-group-reset-standard): Use mapc.
10873 (custom-buffer-create-internal): Disable undo when creating items.
10874 Use mapc.
10875 (custom-face): Avoid redundant lambda.
10876
abfcc168
GM
108772000-04-24 Gerd Moellmann <gerd@gnu.org>
10878
10879 * startup.el (auto-save-list-file-prefix): Set default to
10880 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
10881
fa78f71b
SS
108822000-04-24 Sam Steingold <sds@gnu.org>
10883
10884 * time-stamp.el (time-stamp-string-preprocess): Always convert
10885 `field-result' to a string.
10886
cc181e95
GM
108872000-04-24 Gerd Moellmann <gerd@gnu.org>
10888
10889 * frame.el (scrolling): New group.
10890 (automatic-hscrolling): New user-option.
10891
10892 * startup.el (command-line-x-option-alist): Add `-lsp' and
10893 `--line-spacing'.
10894
6142fdcb
DL
108952000-04-19 Dave Love <fx@gnu.org>
10896
10897 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
10898 (cl-mapc): Rename from mapc. Fix the funcall.
10899
5e3dac3f
GM
109002000-04-19 Gerd Moellmann <gerd@gnu.org>
10901
1c459486
GM
10902 * simple.el (clone-indirect-buffer-other-window): New command.
10903 (clone-indirect-buffer): Add optional arg NORECROD.
10904 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
10905
271b4185
GM
10906 * help.el (resize-temp-buffer-window): Use count-screen-lines.
10907
10908 * window.el (count-screen-lines): New function.
10909 (shrink-window-if-larger-than-buffer): Use count-screen-lines
10910 instead of window-buffer-height.
10911
10912 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
10913 non-existing variable comint-input-sentinel.
10914 (inferior-lisp-args-to-list): Removed.
10915 (inferior-lisp): Use split-string instead of
10916 inferior-lisp-args-to-list.
10917
10918 * hexl.el (hexl-insert-hex-string): New command.
10919
5e3dac3f
GM
10920 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
10921 instead of concat.
10922
f6d3257b
GM
109232000-04-18 Gerd Moellmann <gerd@gnu.org>
10924
10925 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
10926 at the start of an existing but empty folder.
10927
109282000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10929
10930 * ps-mule.el: Customization fix, doc fix.
10931 (ps-multibyte-buffer): Customization fix.
10932
8b7bc628 109332000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
10934
10935 * subr.el (read-passwd): Use read-char-exclusive.
10936
0daee095
GM
109372000-04-17 Gerd Moellmann <gerd@gnu.org>
10938
10939 * textmodes/texinfo.el (texinfo-insert-@email)
10940 (texinfo-insert-@emph, texinfo-insert-@quotation)
10941 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
10942 (texinfo-mode-map): Add key bindings for them.
10943
10944 * files.el (basic-save-buffer-2): Use a template with `$'
10945 instead of `#' for VMS.
10946
10947 * simple.el (clone-indirect-buffer): New function.
10948
e10f64e7
GM
109492000-04-16 Stephen Eglen <stephen@gnu.org>
10950
10951 * iswitchb.el (iswitchb-case): New function. If the user input
10952 contains any upper-case characters, the search is made
10953 case-sensitive.
10954
e3721db1
SM
109552000-04-17 Stefan Monnier <monnier@cs.yale.edu>
10956
e10f64e7
GM
10957 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
10958 comment-end.
e3721db1
SM
10959 (texinfo-font-lock-syntactic-keywords): New var.
10960 (texinfo-font-lock-keywords): Remove comment regexp.
10961 (texinfo-insert-block): New function.
10962 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
10963 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
10964 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 10965 (texinfo-environments): New var.
e10f64e7
GM
10966 (texinfo-environment-regexp): Use regexp-opt and
10967 texinfo-environments.
e3721db1 10968
e10f64e7
GM
10969 * textmodes/ispell.el (ispell-menu-map-needed): Check that
10970 ispell-process is bound since this might be eval'd before ispell
10971 is loaded.
10972 (ispell-message): Use a tiny bit less magic and a bit more hard
10973 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
10974
10975 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
10976
10977 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
10978 (insert-cyclic-diary-entry): Unquote the lambda.
10979
10980 * gud.el (gud-jdb-build-source-files-list): Fix typo.
10981
10982 * files.el (backup-enable-predicate): Unquote the lambda.
10983
10984 * cus-edit.el (custom-face, face): Unquote the lambda.
10985
712dc9e0
GM
109862000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10987
10988 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 10989
712dc9e0
GM
10990 * ps-print.el: Fix counting lines in a region.
10991 (ps-print-version): New version number (5.1.5).
10992 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
10993 (ps-printing-region): Fun code fix.
10994
ffc50f2a
GM
109952000-04-15 Gerd Moellmann <gerd@gnu.org>
10996
10997 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
10998 to file-directory-p.
10999
a2522dca
GM
110002000-04-14 Gerd Moellmann <gerd@gnu.org>
11001
11002 * gud.el (gud-jdb-build-source-files-list): Check that directory
11003 exists before calling directory-files.
11004
6e883610
DL
110052000-04-13 Dave Love <fx@gnu.org>
11006
11007 * emacs-lisp/trace.el: Change maintainer. Use new backquote
11008 syntax.
11009
11010 * emacs-lisp/cl-specs.el: Remove when, unless.
11011
11012 * emacs-lisp/cl-extra.el: Don't quote keywords.
11013 (cl-old-mapc): New variable.
11014 (mapc): Use it.
11015 (cl-map-intervals): Use with-current-buffer. Don't check for
11016 next-property-change.
11017 (cl-map-overlays): Use with-current-buffer.
11018 (cl-expt): Remove.
11019 (copy-tree, remprop): Define unconditionally.
11020
11021 * emacs-lisp/cl-compat.el (keywordp): Remove.
11022
11023 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
11024 to use keywordp.
11025 (edebug-spec): Enable keywordp.
11026
11027 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
11028 string-lessp.
11029
11030 * cus-start.el: Use keywordp.
11031
198e3c7a
GM
110322000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11033
11034 * diary-lib.el (include-other-diary-files): Fix the fix of
11035 2000-02-18 by doing a save-excursion.
11036
110372000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11038
11039 * ps-print.el: Customization fix, doc fix.
11040 (ps-print-version): New version number (5.1.4).
11041 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
11042 (ps-print-preprint): Adjust code.
11043 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
11044 (ps-print-prologue-header, ps-print-control-characters)
11045 (ps-spool-config): Customization fix.
fa78f71b 11046
8eba343c
EZ
110472000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
11048
11049 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
11050 converted to the new menu-item format, names silightly changed,
11051 help strings added.
11052
11053 Support for spelling without async subprocesses:
11054
11055 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
11056 (ispell-session-buffer): New variables.
11057 (ispell-start-process, ispell-process-status,
11058 ispell-accept-output, ispell-send-string): New functions, for
11059 Ispell invocation when async subprocesses aren't supported.
11060 (ispell-word, ispell-pdict-save, ispell-command-loop,
11061 ispell-process-line, ispell-buffer-local-parsing): Replace calls
11062 to process-send-string with calls to ispell-send-string, and
11063 accept-process-output with ispell-accept-output.
11064 (ispell-init-process): Call ispell-process-status instead of
11065 process-status with.
11066 (ispell-init-process): Call ispell-start-process. Call
11067 ispell-accept-output and ispell-send-string. Don't call
11068 process-kill-without-query and kill-process if they are unbound.
11069 (ispell-async-processp): New function.
11070
3d30065d
DL
110712000-04-12 Dave Love <fx@gnu.org>
11072
11073 * info.el: Add debug-ignored-errors.
11074 (Info-mode-menu): Add some items.
11075 (Info-directory): Add autoload cookie.
11076
11077 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
11078 Modify `truncate-lines'. Make `describe-language-environment'
11079 always visible and add help. Modify `describe-key' help. Invoke
11080 Info-directory from `info'. New entry `emacs-manual'.
11081
1a1b1895
GM
110822000-04-10 Gerd Moellmann <gerd@gnu.org>
11083
8b2affc5
GM
11084 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
11085 propertized-buffer-identification.
11086 (ebrowse-update-member-buffer-mode-line): Likewise.
11087 (ebrowse--mode-strings): Removed.
11088 (ebrowse--mode-line-props): Removed.
11089
1a1b1895
GM
11090 * files.el (auto-mode-alist): Add `EBROWSE'.
11091
11092 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
11093 space before testing for end of buffer.
11094 (ebrowse-load): Removed.
11095 (ebrowse-revert-tree-buffer-from-file): Rewritten.
11096 (ebrowse-create-tree-buffer): Rewritten.
11097 (ebrowse-tree-mode): Read tree from buffer.
11098
11099 * progmodes/ebrowse-ffh.el: Removed.
11100
223f3c91
KH
111012000-04-10 Kenichi Handa <handa@etl.go.jp>
11102
11103 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
11104
25fbf2c4
GM
111052000-04-10 Gerd Moellmann <gerd@gnu.org>
11106
11107 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
11108 at the wrong place.
11109
92c13173
DL
111102000-04-09 Dave Love <fx@gnu.org>
11111
11112 * files.el (backup-enable-predicate): Use
11113 temporary-file-directory, small-temporary-file-directory.
11114 (make-backup-file-name-function, backup-directory-alist): New
11115 variables.
11116 (make-backup-file-name-1): New function.
11117 (make-backup-file-name): Use it.
11118 (find-backup-file-name): Likewise. Use format for clarity, not
11119 concat.
11120 (file-newest-backup): Use make-backup-file-name.
11121
be0dbdab
GM
111222000-04-09 Gerd Moellmann <gerd@gnu.org>
11123
c45be9ac 11124 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 11125
c45be9ac
GM
11126 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
11127 to ebrowse-ffh.el.
11128 (ebrowse-load): Add autoload.
11129
11130 * finder.el (finder-commentary): Add autoload cookie.
11131
be0dbdab
GM
11132 * mail/rfc2368.el: Correct author's email address.
11133
11134 * progmodes/ebrowse.el: New file.
11135
11136 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
11137 item help string.
11138 (easy-menu-do-add-item): Ditto.
11139 (easy-menu-define): Extend doc string.
11140
11141 * jit-lock.el (with-buffer-unmodified): Use
11142 restore-buffer-modified-p.
11143 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
11144 (jit-lock-function, jit-lock-stealth-fontify): Don't use
11145 with-buffer-unmodified.
11146
3f923efe
DL
111472000-04-08 Dave Love <fx@gnu.org>
11148
11149 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
11150 unless, when.
11151
d35bee0e
MK
111522000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
11153
11154 * viper-util.el (viper-put-on-search-overlay): New subroutine.
11155 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 11156 doesn't support face.
d35bee0e 11157 Use `viper-put-on-search-overlay'.
fa78f71b 11158
c407c570
GM
111592000-04-04 Gerd Moellmann <gerd@gnu.org>
11160
11161 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
11162 like C-r.
11163
11164 * progmodes/make-mode.el: Some doc fixes.
11165 (makefile-mode-abbrev-table): New variable.
11166 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
11167 (makefile-font-lock-keywords): Fontify includes and conditionals.
11168 (toplevel): Require `dabbrev' and `add-log' when compiling.
11169
11170 * replace.el (perform-replace): Don't move forward one char
11171 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
11172 to do that because it leaves point 1 position after the last
11173 replacement, after everything has been replaced.
11174
11175 * jit-lock.el (with-buffer-unmodified): New macro.
11176 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
11177 modified state.
11178 (jit-lock-function-1): Extracted from jit-lock-function; not
11179 preserving buffer's modified state.
11180 (jit-lock-function, jit-lock-stealth-fontify): Call
11181 jit-lock-function-1.
11182
11183 * mail/rfc2368.el: Remove supernumerary copyright line.
11184
685e5ed2
GM
111852000-04-04 Milan Zamazal <pdm@freesoft.cz>
11186
11187 * glasses.el: Provide facilities for inserting space before left
11188 parentheses and uncapitalization of identifiers.
11189 (glasses-mode): Try to remove old overlays in all cases.
11190
0166aed1
GM
111912000-04-03 Gerd Moellmann <gerd@gnu.org>
11192
62f20204
GM
11193 * progmodes/compile.el (compile-internal): Display the compilation
11194 buffer in a different frame, if it's already displayed there.
11195
6460c400
GM
11196 * mail/rfc2368.el: New file.
11197
c0510d27
GM
11198 * simple.el (sendmail-user-agent-compose): Recognize a `body'
11199 header and insert its value as mail body.
11200
11201 * subr.el (member-ignore-case): New function.
11202
11203 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
11204 (dabbrev--find-expansion): Ignore buffers matching a regexp
11205 from dabbrev-ignored-regexps.
11206
0166aed1
GM
11207 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
11208 to extensions handled by gzip.
11209
c0510d27
GM
112102000-04-03 Richard M. Stallman <rms@gnu.org>
11211
11212 * files.el (insert-directory): List the total free space
11213 along with the used space.
fa78f71b 11214
c0510d27
GM
11215 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
11216 line is followed by one that matches CITATION-REGEXP, end the
11217 paragraph.
11218
112192000-04-03 Markus Rost <rost@delysid.gnu.org>
11220
11221 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
11222 (rmail-make-basic-summary-line): Use that option.
fa78f71b 11223
14c04384
KH
112242000-04-03 Kenichi Handa <handa@etl.go.jp>
11225
11226 * international/mule-cmds.el (encoded-string-description):
11227 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
11228 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
11229 for hexadecimal format.
14c04384 11230
ccf5869a
DL
112312000-04-01 Dave Love <fx@gnu.org>
11232
11233 * cpp.el: Change customization group to `c' from `C'.
11234
11235 * vcursor.el (vcursor-move): Use display-color-p.
11236
11237 * international/mule-util.el: Provide mule-utils.
11238 (string-to-sequence): Simplify and speed up.
11239
11240 * international/mule.el (make-coding-system): Purecopy doc-string.
11241
11242 * international/mule-cmds.el: Various menu changes.
11243 (describe-specified-language-support): Handle `Default'.
11244 (set-language-info): Purecopy `info'.
11245
610d841e
GM
112462000-03-31 Andrew Innes <andrewi@gnu.org>
11247
11248 * vc.el (vc-backend-diff): Return the correct status if we had to
11249 retry the rcsdiff command without the --brief option.
fa78f71b 11250
7f9de034
DL
112512000-03-31 Dave Love <fx@gnu.org>
11252
2de47765
DL
11253 * help.el (help-manyarg-func-alist): Correct several omissions.
11254
72838819
DL
11255 * add-log.el: Don't require cl, fortran.
11256 (add-log-current-defun-function): Doc fix.
11257 (change-log-version-number-regexp-list): Remove SCCS part. Doc
11258 fix.
11259 (change-log-version-rcs): Function deleted.
11260 (change-log-version-number-search): Doc fix. Use
11261 vc-workfile-version. Avoid CL dolist.
11262 (add-change-log-entry): Just call add-log-current-defun to get
11263 defun. Simplify somewhat.
11264 (change-log-get-method-definition-1): Likewise.
11265 (add-log-current-defun): Return nil if calling
11266 add-log-current-defun-function does so. Move Fortran stuff to
11267 fortran.el. Return string without properties.
11268
7f9de034
DL
11269 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
11270 and :alpha: char classes.
11271
11272 * mail/supercite.el: Defvar curline when compiling.
11273 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
11274 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
11275 rather than a-zA-Z0-9 to allow non-ASCII characters.
11276
aa110c0c
GM
112772000-03-31 Gerd Moellmann <gerd@gnu.org>
11278
11279 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
11280
11281 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11282 Re-enable new code.
11283
11284 * lpr.el (print-region-1): Use -d to specify printer name for
11285 systems `usg-unix-v*, `dgux', `hpux', `irix'.
11286
112872000-03-31 Dave Love <fx@gnu.org>
fa78f71b 11288
aa110c0c
GM
11289 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
11290 for function definition in symbol's function value slot first
11291 instead of first consulting byte-compile-function-environment.
fa78f71b 11292
6733d074
KH
112932000-03-31 Kenichi Handa <handa@etl.go.jp>
11294
11295 * language/european.el ("Polish"): New language environment.
11296 (setup-polish-environment): New function.
11297
63fcfa04
GM
112982000-03-30 Gerd Moellmann <gerd@gnu.org>
11299
11300 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11301 Disable new code.
11302
11303 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
11304 trying to `load' the symbol of an autoload instead of the file
11305 recorded in the autoload. Fix error messages.
11306
7438c86b
GM
113072000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11308
11309 * ps-print.el: PostScript programming fix for ghostview, doc fix.
11310 (ps-print-version): New version number (5.1.3).
11311 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
11312 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
11313 (ps-generate-postscript-with-faces): Code fix.
11314 (ps-color-values): XEmacs compatibility.
11315 (ps-print-background-image, ps-print-background-text, ps-printer-name)
11316 (ps-default-fg, ps-default-bg): Adjust customization.
11317 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
11318 (ps-color-scale): Renaming old ps-color-value fun.
11319 (ps-print-headers): Replace ps-print-header group to avoid conflict
11320 with ps-print-header variable.
11321 (ps-print-miscellany): New group.
11322 (ps-format-color, ps-rgb-color): New funs.
11323 (ps-default-foreground): New var.
11324 (ps-printer-name-option): New const.
fa78f71b 11325
326855a0
PB
113262000-03-30 Peter Breton <pbreton@ne.mediaone.net>
11327
1f56ba73
PB
11328 * net/net-utils.el:
11329 (network-connection-host, network-connection-service): New variables
11330 (network-connection-mode): New mode, derived from comint-mode
11331 (network-connection-mode-setup): New function, saves host and
fa78f71b 11332 service information in local variables.
1f56ba73 11333
326855a0
PB
11334 * lisp/locate.el:
11335 (locate-word-at-point): Added this function
11336 (locate): Default to using locate-word-at-point as input
11337 Run dired-mode-hook
11338
141384bd
DL
113392000-03-29 Dave Love <fx@gnu.org>
11340
11341 * calendar/appt.el: Doc fixes.
11342 (appt-check): Convert min-to-app to a string before passing to
11343 appt-disp-window-function or concat.
11344 (appt-delete-window): Remove test for frame-root-window.
11345 (appt-select-lowest-window, appt-convert-time): Simplify.
11346
11347 * emacs-lisp/bytecomp.el: Doc fixes.
11348 (byte-compile-file-form-autoload): Update
11349 byte-compile-function-environment.
11350
c5aa0fc2
AS
113512000-03-29 Andreas Schwab <schwab@suse.de>
11352
11353 * emacs-lisp/autoload.el: Also print defsubst doc string
11354 specially.
11355
11356 * dired.el (dired-insert-directory): If dired-free-space-program
11357 failed just delete its output.
11358
f1d6fe69
DL
113592000-03-29 Dave Love <fx@gnu.org>
11360
11361 * international/iso-cvt.el: Move provide to end. Doc fixes.
11362 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
11363 (iso-iso2sgml, iso-sgml2iso): New functions.
11364 (iso-cvt-define-menu): Fix some entries and use backquote for
11365 clarity.
11366
11367 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
11368
b61f1215
GM
113692000-03-28 Gerd Moellmann <gerd@gnu.org>
11370
11371 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
11372 ISO-DATE. If non-nil, return date in ISO 8601 format.
11373
ea4b0ca3
SM
113742000-03-26 Stefan Monnier <monnier@cs.yale.edu>
11375
3831af62
SM
11376 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
11377 if it ever becomes used.
11378 (log-edit-mode-hook): Default to vc-log-mode-hook.
11379 (log-edit-mode): Fix the docstring.
11380
ea4b0ca3
SM
11381 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
11382 the code.
11383
08f8b1cc
DL
113842000-03-26 Dave Love <fx@gnu.org>
11385
082527fe
DL
11386 * net/browse-url.el (browse-url): Re-fix case of
11387 browse-url-browser-function being an alist.
11388 (browse-url): Add :link to defgroup.
11389
08f8b1cc
DL
11390 * files.el: Doc fixes.
11391 (file-truename): Include `[' in wildcard characters.
11392 (automount-dir-prefix): Customize.
11393 (find-file-wildcards): Add :version.
11394 (find-file-noselect): Simplify a mapcar call.
11395
11396 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
11397 compatible with inf-lisp version.
11398 (eval-defun-1): Fix custom-declare-variable case.
11399
ea4b0ca3
SM
114002000-03-25 Stefan Monnier <monnier@cs.yale.edu>
11401
11402 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
11403
9a0dd3dc
GM
114042000-03-24 Gerd Moellmann <gerd@gnu.org>
11405
b68c375f
GM
11406 * Makefile (COMPILE_FIRST): New macro.
11407 (compile-files): Compile files from COMPILE_FIRST first.
11408
11409 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
11410 code.
11411
9a0dd3dc
GM
11412 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
11413 matching open parenthesis in column 0 to defun-prompt-regexp
11414 only if open-paren-in-column-0-is-defun-start is set.
11415
11416 * sun-curs.el: Require CL at compile-time only.
11417
11418 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
11419 instead of copy-list which is a function from CL.
11420 (msb--choose-menu, msb--mode-menu-cond)
11421 (msb--create-buffer-menu-2): Use dolist instead of mapc.
11422 (msb--init-file-alist): Use mapcar instead of mapcan.
11423 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
11424 `(' in column 0 in doc string.
11425 (msb--add-separators): Use mapcar instead of mapcan.
11426
11427 * cus-dep.el: Require CL at compile-time only.
11428
c7dcadb5
SM
114292000-03-24 Stefan Monnier <monnier@cs.yale.edu>
11430
11431 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11432 (byte-compile-warnings): New warning `noruntime'.
11433 (byte-compile-constants, byte-compile-variables): Fix docstring.
11434 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
11435 execute `eval-whenc-compile's body.
11436 (byte-compile-unresolved-functions): Fix docstring.
11437 (byte-compile-eval): New function.
11438 (byte-compile-callargs-warn): Check if the function will be available
11439 at runtime (via property `byte-compile-noruntime').
11440 (byte-compile-print-syms): New function.
11441 (byte-compile-warn-about-unresolved-functions): Also warn about
11442 `noruntime' functions (and use `byte-compile-print-syms').
11443 (byte-compile-file): Capitalize the message.
11444
3b55acc9
GM
114452000-03-24 Gerd Moellmann <gerd@gnu.org>
11446
11447 * mail/rmail.el (rmail-confirm-expunge): New user-option.
11448 (rmail-expunge): Ask for confirmation depending on the setting
11449 of rmail-confirm-expunge.
11450
114512000-03-23 Gerd Moellmann <gerd@gnu.org>
11452
11453 * Makefile (bootstrap-clean): If $(emacs) exists, build
11454 loaddefs.el first. A loaddefs.el that's not up-to-date might
11455 cause a bootstrap failure because things don't autoload as
11456 expected.
11457
02c76af4
DL
114582000-03-23 Dave Love <fx@gnu.org>
11459
11460 * net/browse-url.el: Restore previous use of
11461 browse-url-maybe-new-window.
11462
1a3199d9
GM
114632000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11464
11465 * ps-print.el: Skip banner page fix.
11466 (ps-print-version): New version number (5.1.2).
11467 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 11468
1a3199d9
GM
114692000-03-23 Dave Pearson <davep@davep.org>
11470
11471 * net/quickurl.el Changed the type of parameter passed to the
11472 function defined by `quickurl-format-function'. Before only the
11473 text of the URL was passed. Now the whole URL structure is passed
11474 and the function is responsible for extracting the parts it
11475 requires. Changed the default of `quickurl-format-function'
11476 accordingly.
11477 (quickurl-insert): Changed the `funcall' of
11478 `quickurl-format-function' to match the above change.
11479 (quickurl-list-insert): Changed the `url' case so that it makes
11480 use of `quickurl-format-function', previous to this the format was
11481 hard wired.
fa78f71b 11482
72db3ab5
GM
114832000-03-22 Gerd Moellmann <gerd@gnu.org>
11484
11485 * startup.el: Change some spellings for the X Window System.
11486
68049bfa
SM
114872000-03-22 Stefan Monnier <monnier@cs.yale.edu>
11488
11489 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
11490 up the code and the regexp and make sure the cursor is temporarily
11491 moved to the suspicious line while querying the user.
11492
ff4df011
JR
114932000-03-22 Jason Rumney <jasonr@gnu.org>
11494
11495 * w32-fns.el (w32-charset-info-alist): Initialize.
11496
ee1c5b21
GM
114972000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11498
11499 * ps-print.el: N-up last page fix.
11500 (ps-print-version): New version number (5.1.1).
11501 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 11502
d2cbfba0
SM
115032000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11504
bfb857d8
SM
11505 * files.el (find-file-run-dired): Update docstring.
11506 (find-directory-functions): New hook.
11507 (find-file-noselect): Run find-directory-functions rather than
11508 calling dired directly.
11509
11510 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
11511
cb3430a1
SM
11512 * pcvs.el: Add a minimal leading commentary.
11513 (cvs-make-cvs-buffer): Change the header part by removing the startup
11514 message and adding a `Module' entry. Also replace the FOOTER and
11515 HEADER special fileinfos with the new support in ewoc for updating
11516 its own footer and header.
11517 (cvs-update-header): Update to use the header/footer of the ewoc.
11518 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
11519 (cvs-is-within-p): New function.
11520 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
11521 to only examine some subset of the buffers.
11522
11523 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
11524 `format' instead of our own ad-hoc functions.
11525 Remove HEADER and FOOTER cases, now handled in the EWOC.
11526 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
11527
11528 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
11529 output to avoid scaring the user.
11530 (cvs-parse-table): Catch message for non-up-to-date commits.
11531
11532 * pcvs-defs.el (cvs-startup-message): Remove.
11533 (cvs-global-menu): New autoloaded menu.
11534
11535 * pcvs-util.el (cvs-string-fill): Remove.
11536
11537 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
11538 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
11539 PP part of it and also make it work for footers and headers.
11540 (ewoc-create): Drop POS and BUFFER arguments.
11541 Use the DLL's dummy node to store the end-of-footer position.
11542 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
11543 (ewoc-refresh): Remove unused `header' variable.
11544 (ewoc-(get|set)-hf): New functions.
11545
d2cbfba0
SM
11546 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
11547 log-view-*-(message|file) and use easy-mmode-define-navigation.
11548 (log-view-message-re): Match SCCS format as well.
11549 And match the revision line rather than the dashed separator line.
11550 (log-view-mode): Use the new define-derived-mode.
11551 (log-view-current-tag): Fill in with an actual implementation.
11552
11553 * cvs-status.el (cvs-status-(prev|next)): Rename from
11554 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
11555 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
11556 to let the output "breathe" a little more (more readable).
11557 (cvs-status-mode): Use the new define-derived-mode.
11558
11559 * smerge-mode.el (smerge-auto-leave): New function and variable.
11560 (smerge-basic-map): Rename from smerge-basic-keymap.
11561 Change the bindings for smerge-diff-*.
11562 (smerge-*-map): Use easy-mmode-defmap.
11563 (smerge-(next|prev)): Use easy-mmode-define-navigation.
11564 (smerge-keep-*): Use smerge-auto-leave.
11565
51663132
JR
115662000-03-21 Jason Rumney <jasonr@gnu.org>
11567
11568 * cus-edit.el (custom-button-face): Use 3D look for w32.
11569 (custom-button-pressed-face): Likewise.
11570
3f6e4b8b
GM
115712000-03-21 Gerd Moellmann <gerd@gnu.org>
11572
11573 * progmodes/etags.el (tags-case-fold-search): New user-option.
11574 (tags-loop-eval): New function. Bind case-fold-search around eval
11575 depending on the value of tags-case-fold-search.
11576 (tags-loop-continue): Use tags-loop-eval.
11577 (find-tag-in-order): Bind case-fold-search depending on the value
11578 of tags-case-fold-search.
11579
c7ea3acc
SM
115802000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11581
0ae39f53
SM
11582 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
11583 (diff-end-of-hunk): Return the end position for use in
11584 `easy-mmode-define-navigation'.
11585 (diff-recenter): Remove.
11586 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
11587 of `easy-mmode-define-navigation'.
11588 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
11589 previous renaming) and fix to use new names.
11590 (diff-merge-strings): Use \n as separator: simpler, faster.
11591 (diff-mode): Use `define-derived-mode'.
11592
c7ea3acc
SM
11593 * derived.el (define-derived-mode): Don't autoload anymore.
11594 Prefer the macro-only version provided by easy-mmode.el.
11595
11596 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
11597 `easy-mmode-define-derived-mode'.
11598 Use `combine-run-hooks'.
11599 (easy-mmode-define-navigation): New macro.
11600
11601 * subr.el (combine-run-hooks): New function.
11602
6c4bfdc0
KH
116032000-03-21 Kenichi HANDA <handa@etl.go.jp>
11604
11605 * term/x-win.el: Fontsets related initialization is simplified.
11606
11607 * international/mule-diag.el (describe-font): Don't refer to
11608 global-fontset-alist, instead call font-list.
11609 (describe-fontset, list-fontsets, mule-diag): Likewise.
11610 (print-fontset): Adjusted for the change of fontset
11611 implementation.
11612
11613 * international/fontset.el (x-charset-registries): Variable
11614 removed, instead the corresponding data is stored in the default
11615 fontset.
11616 (register-alternate-fontnames): Function removed.
11617 (resolved-ascii-font): Variable removed.
11618 (x-compose-font-name): Ignore the second argument REDOCE.
11619 (x-complement-fontset-spec): Complement only an ASCII font and
11620 element for those charsets than can use that ASCII font.
11621 (generate-fontset-menu): Don't refer to global-fontset-alist,
11622 instead call fontset-list.
11623 (uninstantiated-fontset-alist): Variable removed.
11624 (x-style-funcs-alist): Likewise.
11625 (fontset-default-styles): Likewise.
11626 (x-modify-font-name): Function removed.
11627 (create-fontset-from-fontset-spec): Ignore the argument
11628 STYLE-VARIANT.
11629 (create-fontset-from-ascii-font): Docsting adjusted for the above
11630 change.
11631 (instantiate-fontset, resolve-fontset-name): Functions removed.
11632 (fontset-list): Now implemented by C code.
fa78f71b 11633
6c4bfdc0
KH
11634 * faces.el (read-face-font): Fix TABLE arg to completing-read.
11635 (describe-face): Include `font' attribute in the description.
11636
9111d4b5
KH
116372000-03-21 Kenichi Handa <handa@etl.go.jp>
11638
11639 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
11640
b33dd3b0
GM
116412000-03-20 Gerd Moellmann <gerd@gnu.org>
11642
a25bbe00
GM
11643 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
11644 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
11645 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 11646
b33dd3b0
GM
11647 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
11648 about behavior of set-buffer-modified-p wrt redisplay.
11649
8b7bc628 116502000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
11651
11652 * view.el (view-mode-disable): Kill local binding of view-read-only.
11653
d7b511c4
GM
116542000-03-18 Gerd Moellmann <gerd@gnu.org>
11655
11656 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
11657 is a string, convert it to a syntax cell using string-to-syntax.
11658
11659 * simple.el (syntax-code-table, syntax-flag-table): New variables.
11660 (string-to-syntax): New function.
11661
11662 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
11663 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 11664 try to use passive ftp mode.
d7b511c4 11665
998ecc60
GM
116662000-03-17 Gerd Moellmann <gerd@gnu.org>
11667
b33dd3b0 11668 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
11669
11670 * simple.el (append-to-buffer): Update point of windows after
11671 insertion.
11672
11673 * abbrev.el (inverse-add-abbrev): Identify word by first moving
11674 forward then moving backward. Reindent.
11675
11676 * frame.el (other-frame): Call x-focus-frame only if
11677 focus-follows-mouse is off.
11678
235d6821
DL
116792000-03-17 Dave Love <fx@gnu.org>
11680
11681 * pcvs-util.el (cvs-strings->string): Rename
11682 replace-regexps-in-string.
11683
a29a2cd1
SM
116842000-03-17 Stefan Monnier <monnier@cs.yale.edu>
11685
af595444
SM
11686 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
11687 regexp for labels cannot span several lines.
11688
11689 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 11690 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 11691
a9be2843
DL
116922000-03-16 Dave Love <fx@gnu.org>
11693
11694 * progmodes/f90.el (f90): Put custom group under `languages', not
11695 `fortran'.
11696 (f90-mode-hook): Customize.
11697 (f90-mode): Set add-log-current-defun-function.
11698 (f90-current-defun): New function.
11699
d0ab3e9d
GM
117002000-03-16 Gerd Moellmann <gerd@gnu.org>
11701
16b20ed9
GM
11702 * cus-edit.el (custom-variable-tag-face): Handle case that
11703 default face's height is not a number.
11704 (custom-face-tag-face, custom-group-tag-face-1)
11705 (custom-group-tag-face): Ditto.
11706 (custom-group-tag-face-1): Add :group.
fa78f71b 11707
d0ab3e9d
GM
11708 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
11709
ae8ab422
GM
117102000-03-15 Gerd Moellmann <gerd@gnu.org>
11711
11712 * pcvs-defs.el (toplevel): Remove autoload cookie for form
11713 requiring easymenu.
11714
81c7ca69
GM
117152000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11716
11717 * ps-print.el: PostScript user-defined prologue, PostScript error
11718 handler, doc fix.
11719 (ps-print-version): New version number (5.1).
11720 (ps-user-defined-prologue, ps-error-handler-message)
11721 (ps-print-prologue-0, ps-error-handler-alist): New vars.
11722 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
11723 (ps-insert-string): New function.
fa78f71b 11724
dcf1003d
KH
117252000-03-15 Kenichi Handa <handa@etl.go.jp>
11726
11727 * international/ccl.el (ccl-compile-expression): Don't generate
11728 invalid self-assignment code.
11729
73825616
DL
117302000-03-14 Dave Love <fx@gnu.org>
11731
11732 * subr.el (replace-regexp-in-string): Renamed from
11733 replace-regexps-in-string. Doc fix.
11734
031020ac
DL
117352000-03-12 Dave Love <fx@gnu.org>
11736
11737 * cus-edit.el: Doc fixes.
11738 (customize-set-variable, customize-save-variable): Rename args for
11739 doc.
11740 (custom-variable-tag-face, custom-face-tag-face)
11741 (custom-group-tag-face-1, custom-group-tag-face): Modify from
11742 style which user identify as hyperlink.
11743 (hook): Don't add undefined functions to the hook.
11744 (debug-ignored-errors): Transfer message from bindings.el.
11745
9b2f3c38
GM
117462000-03-12 Gerd Moellmann <gerd@gnu.org>
11747
11748 * recentf.el (recentf-keep-non-readable-files-p): Remove
11749 double/nested definition.
11750
0d6e23cf
DL
117512000-03-12 Dave Love <fx@gnu.org>
11752
11753 * facemenu.el (facemenu-get-face): Use display-color-p.
11754 * enriched.el (enriched-decode-foreground): Likewise.
11755 (enriched-decode-background): Likewise.
11756 * isearch.el (isearch-highlight): Likewise.
11757 * info-look.el (info-lookup): Likewise.
11758 * simple.el (completion-setup-function): Likewise.
11759
11760 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
11761 :options.
11762
11763 * bindings.el (mode-line-format): Fix line-number and
11764 column-number items. Add help-echo for the background.
11765 (mode-line-mule-info): Modify help-echo.
11766
1598a961 11767 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
0d6e23cf
DL
11768
11769 * files.el (load-file): Allow completion to .elc.
11770
11771 * man.el: Doc fixes.
11772 (Man-init-defvars): Use display-color-p to set fontification.
11773
11774 * play/hanoi.el (hanoi-internal): Don't use oddp.
11775
e1cff360
GM
117762000-03-12 Gerd Moellmann <gerd@gnu.org>
11777
11778 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
11779
11780 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
11781
5e5dff44
GM
117822000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
11783
11784 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
11785 Fix comment.
11786
5b467bf4
SM
117872000-03-10 Stefan Monnier <monnier@cs.yale.edu>
11788
83fef604
SM
11789 * font-lock.el (font-lock-keywords): Fix the doc now that
11790 regexp-opt-depth is unnecessary.
11791 (save-buffer-state): Set an edebug spec.
11792 (font-lock-fontify-anchored-keywords): Properly handle the case when
11793 the matcher goes past the limit.
11794
5b467bf4
SM
11795 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
11796 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
11797
83fef604
SM
11798 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
11799 dll.el and cookie.el (from Elib) with heavy renaming and other
11800 massaging.
5b467bf4
SM
11801
11802 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
11803 Autoload the functions used.
11804 (easy-mmode-define-syntax): Fix CL typo.
11805 (easy-mmode-define-derived-mode): Improve the docstring generation.
11806
d407456c
GM
118072000-03-10 Gerd Moellmann <gerd@gnu.org>
11808
11809 * textmodes/texinfo.el (texinfo-version): Variable and function
11810 removed.
11811
5a7a545c
SM
118122000-03-09 Stefan Monnier <monnier@cs.yale.edu>
11813
0d6e23cf
DL
11814 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
11815 allow more flexibility.
11816 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
11817 fns.
11818 (easy-mmode-defmap, easy-mmode-defsyntax)
11819 (easy-mmode-define-derived-mode): New macros.
5a7a545c 11820
d407456c 118212000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
11822
11823 * rect.el (replace-rectangle): New function.
11824
118252000-03-09 Dave Love <fx@gnu.org>
11826
11827 * progmodes/fortran.el (fortran-comment-line-start): Define as
11828 "C".
11829 (fortran-comment-line-start-skip): Don't match cpp stuff.
11830 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
11831 (fortran-mode-map): Remove over-eager custom-menu-create for now.
11832 (fortran-mode): Don't set fortran-comment-line-start-skip,
11833 fortran-comment-line-start here. Set comment-start,
11834 add-log-current-defun.
11835 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
11836 (fortran-current-defun): New function.
11837
80460654
GM
118382000-03-09 Gerd Moellmann <gerd@gnu.org>
11839
d1221ea9
GM
11840 * emacs-lisp/re-builder.el: New file.
11841
1853aa6b
GM
11842 * mouse.el (mouse-drag-region): Don't run up-event handler
11843 if hscroll has changed.
11844
80460654
GM
11845 * octave-mod.el (octave-font-lock-keywords): To font-lock the
11846 builtin operators, use `font-lock-builtin-face' for Emacs and
11847 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
11848
11849 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
11850 `(defun (setf foo)' differently.
11851
c0056275
SM
118522000-03-08 Stefan Monnier <monnier@cs.yale.edu>
11853
11854 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
11855 (regexp-opt): Update comment and adapt the code the new meaning of
11856 the `paren' argument of regex-opt-group for shy-groups.
11857 (regexp-opt-depth): Handle shy groups as well as backslashed
11858 backslashes.
c0056275
SM
11859 (regexp-opt-group): Turn the leading comment into a docstring.
11860 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
11861 Remove open-presuf and close-presuf. Instead of checking for `all
11862 one-char' and then later on check for `several one-char', handle
11863 both cases close together. Also apply a more generic algorithm
11864 for suffixes (the mirror image of the algorithm used for
11865 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
11866 (regexp-opt-try-suffix): Removed.
11867
11868 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
11869 from comint-mode-map, so we can just inherit from it. Also, move
11870 the initialization into the `defvar' since there's no docstring
11871 anyway and it's fairly short.
11872 (inferior-scheme-mode): Define it as derived-mode: the code is
11873 shorter and this way we inherit from comint-mode-map rather than
11874 copying it.
c0056275 11875
80460654
GM
11876 * subr.el (replace-regexps-in-string): Properly handle the case
11877 where we match an empty string.
c0056275 11878
80460654
GM
11879 * comint.el (comint-exec-1): Add the current-dir to the exec-path
11880 when the command has a directory component (such as "./testml").
c0056275
SM
11881 Also fix a typo in the comment.
11882
5e91ff9e
GM
118832000-03-08 Gerd Moellmann <gerd@gnu.org>
11884
feab4fba
GM
11885 * Makefile (compile-files): Compile files one by one because
11886 that's the only way to ensure a clean compilation environment for
11887 each individual file.
11888
5e91ff9e
GM
11889 * frame.el (other-frame): Call x-focus-frame.
11890
76162e12
DL
118912000-03-07 Dave Love <fx@gnu.org>
11892
f64ce788
DL
11893 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
11894 :require to defcustom.
11895
76162e12
DL
11896 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
11897 lists.
11898
11899 * files.el (auto-mode-alist): Add configure.in.
11900
11901 * progmodes/autoconf.el: New file.
11902
f7daf1e1
GM
119032000-03-07 Gerd Moellmann <gerd@gnu.org>
11904
11905 * mail/mh-e.el: Change maintainer to `none'.
11906
11907 * recentf.el (recentf-keep-non-readable-files-p): Quote args
11908 to remove-hook and add-hook.
11909
119102000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11911
11912 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
11913 it as the default.
11914 (mail-send): Test mail-send-nonascii also for the new `mime' value.
11915 (sendmail-send-it): Conditionally add MIME headers specifying the
11916 used character set.
fa78f71b 11917
63f6b2c4
DL
119182000-03-07 Dave Love <fx@gnu.org>
11919
11920 * winner.el: Fix keywords, autoload cookies. Split
11921 eval-when-compile form to avoid compilation failure.
11922
8330e2f9
KH
119232000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
11924
11925 * international/mule.el: Modify comment about coding system
11926 property `coding-category'.
11927 (make-coding-system): New argument EOL-TYPE. Pay attention to
11928 coding-category property of PROPERTIES.
11929
11930 * international/mule-conf.el (coding-category-utf-8,
11931 coding-category-utf-16-be, coding-category-utf-16-le): New coding
11932 categories. Include them in the argument for set-coding-priority.
11933
11934 * international/mule-cmds.el (reset-language-environment): Include
11935 coding-category-utf-8, coding-category-utf-16-be, and
11936 coding-category-utf-16-le in the argument for set-coding-priority.
11937 (reset-language-environment): Initialize coding-category-utf-8,
11938 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
11939
18bb0684
GM
119402000-03-06 Karl Fogel <kfogel@red-bean.com>
11941
11942 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
11943 code abstracted out of `bookmark-jump-noselect'. Now tries info
11944 extensions as well as compression extensions.
11945 (bookmark-jump-noselect): Use above new func.
fa78f71b 11946
71a6ba55
GM
119472000-03-03 Gerd Moellmann <gerd@gnu.org>
11948
11949 * strokes.el: Change maintainer's mail address.
11950
0d56cdff
KH
119512000-03-03 Kenichi Handa <handa@etl.go.jp>
11952
11953 * international/mule-diag.el (list-character-sets): Make help-echo
11954 string by substitute-command-keys.
11955 (list-character-sets): Likewise.
11956 (sort-listed-character-sets): Call help-setup-xref.
11957
900fa1f1
GM
119582000-03-02 Gerd Moellmann <gerd@gnu.org>
11959
11960 * time.el (display-time-mail-file): Add `none' to the list of
11961 choices.
11962
54d04320
DL
119632000-03-01 Dave Love <fx@gnu.org>
11964
43f3fa09
DL
11965 * help.el (help-xref-go-back): Don't try to set position.
11966
54d04320
DL
11967 * international/mule-diag.el (list-character-sets): Call
11968 help-setup-xref. Add help-echo to xrefs.
11969 (list-character-sets-1): Add help-echo to xrefs.
11970
d054101f
GM
119712000-03-02 Gerd Moellmann <gerd@gnu.org>
11972
11973 * frame.el (blink-cursor-mode): Switch cursor on when turning
11974 the mode off.
11975
11976 * add-log.el (add-log-current-defun): Add support for
11977 Autoconf mode.
11978
11979 * mail/rmail.el (rmail-quit-hook): New variable.
11980
d77dae5c
DL
119812000-03-01 Dave Love <fx@gnu.org>
11982
e5f597f0
DL
11983 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
11984
d77dae5c
DL
11985 * help.el (help-xref-button): Add help-echo arg.
11986 (describe-function-1, describe-variable, help-make-xrefs): Use it.
11987
11988 * faces.el (list-faces-display): Supply help-echo with
11989 help-make-xrefs.
11990
11991 * facemenu.el (list-text-properties-at): Set help-xref-stack to
11992 nil.
11993
72d19d75
GM
119942000-03-01 Gerd Moellmann <gerd@gnu.org>
11995
2df636f4
GM
11996 * image.el (defimage): Look for image files in load-path.
11997
fa78f71b 11998 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
11999 `number'.
12000
2df636f4
GM
120012000-03-01 David Ponce <david.ponce@wanadoo.fr>
12002
12003 * recentf.el (recentf): Added version tag to the defgroup of
12004 recentf.
12005
120062000-03-01 David Ponce <david.ponce@wanadoo.fr>
12007
12008 * recentf.el (recentf-cleanup): Changed to remove excluded file
12009 too.
12010 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
12011 action to select/unselect a file.
12012 (recentf-edit-list): Code cleanup and improvement.
12013 (recentf-open-more-files-action): `recentf-open-more-files' button
12014 widget action to open a file.
12015 (recentf-open-more-files): No more use standard completion but
12016 widgets.
12017 (recentf-more-collection): Deleted.
12018 (recentf-more-history): Deleted.
12019 (recentf-setup-more-completion): Deleted.
12020
120212000-03-01 David Ponce <david.ponce@wanadoo.fr>
12022
12023 * recentf.el (recentf-mode): No more needs that Emacs is running
12024 under a window-system.
12025
120261999-03-01 David Ponce <david.ponce@wanadoo.fr>
12027
12028 * recentf.el (recentf-edit-list): New command to edit the recent
12029 list which allow the user to remove files.
12030 (recentf-edit-selected-items): New global variable, used by
12031 `recentf-edit-list' to hold the list of files to be removed from
12032 the recent list.
12033 (recentf-make-menu-items): Updated to display a "Edit list..."
12034 menu item. Minor code cleanup.
12035
120361999-03-01 David Ponce <david.ponce@wanadoo.fr>
12037
12038 * recentf.el (recentf-open-more-files): New command to open files
12039 that are not displayed in the menu.
12040 (recentf-more-collection): New global variable holding the set of
12041 permissible completions used by `recentf-open-more-files'.
12042 (recentf-more-history): New global variable holding the history list
12043 used by `recentf-open-more-files' completion.
12044 (recentf-setup-more-completion): New function to setup completion for
12045 `recentf-open-more-files'.
12046 (recentf-make-menu-items): Updated to display a "More..." menu item.
12047
120481999-03-01 David Ponce <david.ponce@wanadoo.fr>
12049
12050 * recentf.el (recentf-menu-action): Doc fixed.
12051
120521999-03-01 David Ponce <david.ponce@wanadoo.fr>
12053
12054 * recentf.el (recentf-menu-filter): Doc updated.
12055 (recentf-update-menu-hook): Allow menu filters to force menu update.
12056 (recentf-make-menu-items): New menu filter handling.
12057 (recentf-make-menu-item): New helper function.
12058 (recentf-menu-elements): New menu handling function.
12059 (recentf-sort-ascending): Updated to new menu filter handling.
12060 (recentf-sort-descending): Updated to new menu filter handling.
12061 (recentf-sort-basenames-ascending): New menu filter function.
12062 (recentf-sort-basenames-descending): New menu filter function.
12063 (recentf-show-basenames): New menu filter function.
12064 (recentf-show-basenames-ascending): New menu filter function.
12065 (recentf-show-basenames-descending): New menu filter function.
12066
72d19d75
GM
120672000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12068
12069 * diary-lib.el (list-diary-entries): Don't try to go forward at
12070 the end of the buffer.
12071
1ac1c836
KH
120722000-02-29 Kenichi Handa <handa@etl.go.jp>
12073
12074 * international/mule-diag.el (list-character-sets): Completely
12075 rewritten.
12076 (sort-listed-character-sets): New function.
12077 (list-character-sets-1): Completely rewritten.
12078 (list-character-sets-2): New function.
12079 (non-iso-charset-alist): New variable.
12080 (decode-codepage-char): New function.
12081 (charset-history): New variable.
12082 (read-charset) (list-block-of-chars)
12083 (list-iso-charset-chars)
12084 (list-non-iso-charset-chars)
12085 (list-charset-chars): New functions.
12086 (mule-diag): Call list-character-sets-2, not
12087 list-character-sets-2.
12088 (dump-charsets): Likewise.
12089
ed4d0512
GM
120902000-02-29 Gerd Moellmann <gerd@gnu.org>
12091
72d19d75
GM
12092 * dired-x.el (dired-filename-at-point): Add `@' to valid
12093 file name characters.
12094 (dired-filename-at-point): Handle ange-ftp file names.
12095
ed4d0512
GM
12096 * frame.el (frame-notice-user-settings): Use assq-delete-all
12097 instead of assoc-delete-all.
12098 (frame-notice-user-settings): Ditto.
12099
12100 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
12101 Don't copy alist.
12102
32038c7a
GM
121032000-02-28 Eli Barzilay <eli@cs.cornell.edu>
12104
12105 * calculator.el (calculator-use-menu): New option.
12106 (calculator-initial-bindings): Changed some bindings to work as
12107 macros.
12108 (calculator-forced-input): Removed.
12109 (calculator-restart-other-mode): New variable.
12110 (calculator-mode-map): Set up menu.
fa78f71b 12111
32038c7a
GM
121122000-02-28 Jari Aalto <jari.aalto@poboxes.com>
12113
12114 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
12115 tags.
fa78f71b 12116
55d7ff38 121172000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 12118
55d7ff38
MK
12119 * viper-cmd.el (viper-envelop-ESC-key): added the option to
12120 translate all ESC key sequences.
12121 (viper-goto-mark-subr): restore markers for files for which
12122 they were saved.
12123 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
12124 * viper-util.el (viper-set-replace-overlay-glyphs,
12125 viper-set-replace-overlay): always check if the replacement
12126 overlay is live.
12127 * viper.el (viper-vi-state-mode-list): added major modes.
12128 * ediff-wind.el: minor comment changes.
12129 * ediff.el: copyright notice date fix.
fa78f71b 12130
387023ee
JR
121312000-02-27 Jason Rumney <jasonr@gnu.org>
12132
12133 * faces.el (face-font-family-alternatives): Add arial to helv.
12134 (mode-line, header-line, tool-bar): Same default as x for w32.
12135 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
12136 face-font-family-alternatives from working.
12137 * term/w32-win.el (mouse-set-font): Do not build fontset from
12138 chosen font.
12139
f43d79c1
GM
121402000-02-25 Sam Steingold <sds@goems.com>
12141
5d80cc9c 12142 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 12143 properly.
fa78f71b 12144
8b7bc628 121452000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
12146
12147 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
12148
4eb8436f
GM
121492000-02-25 Gerd Moellmann <gerd@gnu.org>
12150
12151 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
12152 writable.
12153
449c3c52 12154 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 12155
42088c12
GM
121562000-02-24 Gerd Moellmann <gerd@gnu.org>
12157
12158 * frame.el (show-cursor-in-non-selected-windows): New option.
12159
c60ea02e
GM
121602000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12161
12162 * diary-lib.el (include-other-diary-files): Undo the selective
12163 display in any included file and don't kill it.
12164
d066de8e
EZ
121652000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
12166
12167 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
12168 bar. Menu items converted to (menu-item format, help strings
12169 added.
12170 [downcase, upcase]: Don't enable on MS-DOS.
12171 [symlink, symlinks]: Don't show if make-symbolic-link is not
12172 bound.
12173 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
12174
b6906b38
DL
121752000-02-23 Dave Love <fx@gnu.org>
12176
275cf1b2
DL
12177 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
12178 (backward-kill-word): Revert addition of * to interactive spec --
12179 it's a feature.
12180
12181 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
12182 (backward-kill-sentence, kill-sentence): Likewise.
12183
99d48056
DL
12184 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
12185 scratch buffer name.
12186 (gud-format-command): Use int-to-string in ?l case. Simplify
12187 slightly.
12188
12189 * term/w32-win.el (internal-face-interactive): Update prompt for
12190 new read-face-name.
12191
12192 * mail/footnote.el (footnote): Add :version to defgroup.
12193 (footnote-section-tag-regexp): Customize.
12194 (footnote-start-tag, footnote-end-tag): New option.
12195 (footnote-latin-regexp): New variable.
12196 (Footnote-latin): New function.
12197 (footnote-style-alist): Add element for latin style.
12198 (footnote-style): Moved.
12199 (Footnote-goto-footnote): Use eq to test arg.
12200
12201 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
12202
b6906b38
DL
12203 * emacs-lisp/byte-opt.el: Change old backquote syntax.
12204 (byte-compile-trueconstp): Include keywords.
12205 (byte-optimize-quote, byte-optimize-lapcode): Use
12206 byte-compile-const-symbol-p.
12207 (byte-optimize-char-before): New optimization.
12208
12209 * emacs-lisp/bytecomp.el: Change old backquote syntax.
12210 (byte-compile-const-symbol-p): New function.
12211 (byte-compile-constp, byte-compile-out-toplevel)
12212 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
12213 Use it.
12214
12215 * subr.el (define-key-after): Default AFTER to t. Doc fix.
12216
214f877f
KH
122172000-02-23 Kenichi Handa <handa@etl.go.jp>
12218
c709bcf1
KH
12219 * international/encoded-kb.el: Be sure to update minor-mode-alist
12220 and minor-mode-map-alist.
12221 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
12222 codes SS2 and SS3 correctly.
12223 (encoded-kbd-self-insert-ccl): New function.
12224 (encoded-kbd-setup-keymap): New function.
12225 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
12226 by calling encoded-kbd-setup-keymap.
12227
214f877f
KH
12228 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
12229 characters.
12230 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
12231 locally.
12232
b021ef18
DL
122332000-02-22 Dave Love <fx@gnu.org>
12234
12235 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
12236 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
12237 defvar.
12238 (lisp-mode-syntax-table): Set up for #|...|# comments.
12239 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
12240 classes. Match `defface'.
12241 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
12242 (eval-defun-1): Fix for defcustom.
12243 (lisp-indent-region): Doc fix.
12244
12245 * subr.el (when, unless, split-string): Doc fix.
12246 (read-passwd): Move call of clear-this-command-keys to the right
12247 place.
12248 (replace-regexps-in-string): New function.
12249
14cc00ad
GM
122502000-02-22 Gerd Moellmann <gerd@gnu.org>
12251
12252 * help.el (describe-variable): Set syntax table to
12253 emacs-lisp-mode-syntax-table when moving forward over the
12254 symbol's name.
12255
47da5efa
DL
122562000-02-22 Dave Love <fx@gnu.org>
12257
12258 * xt-mouse.el: Doc fixes.
12259 (xterm-mouse-position-function): New function, replacing advice of
12260 mouse-position.
12261 (xterm-mouse-mode): Use it. Don't turn on under a window system.
12262
12263 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
12264
f0a6c717
GM
122652000-02-21 Gerd Moellmann <gerd@gnu.org>
12266
12267 * format.el (format-annotate-single-property-change): Handle
12268 properties.with dotted-list values.
12269 (format-proper-list-p): New function.
12270
12271 * enriched.el (enriched-face-ans): Handle '(foreground-color
12272 . COLOR) and (background-color . COLOR).
12273
2be80b63
DL
122742000-02-20 Dave Love <fx@gnu.org>
12275
12276 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
12277 and assignments to it.
12278 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
12279 current local map.
12280 (make-flyspell-overlay): Use it.
12281 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
12282
12283 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
12284 (lm-get-header-re): Defun, not defsubst.
12285 (lm-get-package-name): Defun, not defsubst. Simplify.
12286 (lm-version): Doc fix. Simplify.
12287 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
12288 (lm-crack-address, lm-last-modified-date, lm-commentary)
12289 (lm-verify, lm-synopsis): Simplify.
12290 (lm-report-bug): Require emacsbug. Use compose-mail.
12291
329eed9f
GM
122922000-02-20 Gerd Moellmann <gerd@gnu.org>
12293
12294 * dired.el (dired-mode): Call propertized-buffer-identification
12295 to set mode-line-buffer-identification to something having
12296 the right text properties.
12297
12298 * bindings.el (propertized-buffer-identification): New function.
12299
be5bb146
DL
123002000-02-20 Dave Love <fx@gnu.org>
12301
12302 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
12303 check for t-mouse too.
12304
12305 * cus-start.el: Make echo-keystrokes `number'.
12306
1d4311c3
EZ
123072000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
12308
12309 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
12310 Don't call ring-empty-p unless tags-location-ring is bound.
12311 From Noah Friedman <friedman@splode.com>.
12312
a23c5037
TTN
123132000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
12314
12315 * progmodes/hideshow.el (hs-flag-region): No longer use
12316 `intangible' overlay property.
12317
12318 (hs-toggle-hiding): New command.
12319 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
12320
12321 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
12322 Fix omission bug: Run `hs-minor-mode-hook' for both activation
12323 and deactivation.
12324
b6a22bf8
GM
123252000-02-18 Gerd Moellmann <gerd@gnu.org>
12326
12327 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
12328
d621caf7
GM
123292000-02-17 Gerd Moellmann <gerd@gnu.org>
12330
3c0ed7ce
GM
12331 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
12332
d621caf7
GM
12333 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
12334 of `*' to handle `(* ... *)' comments.
12335
538d88fb
EZ
123362000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
12337
53c80cf6 12338 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 12339 window-system.
53c80cf6 12340
538d88fb
EZ
12341 * menu-bar.el (global-map): Menu-bar items converted to the new
12342 format (menu-item..., rearranged for better CUA compliance, and
12343 their names changed for better clarity. Help strings added.
12344
12345 * international/mule-cmds.el (mule-menu-keymap)
12346 (describe-language-environment-map, set-coding-system-map)
12347 (setup-language-environment-map): Convert to new (menu-item...
12348 form, add help strings. Change names of menu items for better
12349 clarity. "Mule" menu-bar item removed (it's now in the "Options"
12350 submenu).
12351
8389e1e2 123522000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 12353
a23c5037 12354 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 12355 within the code.
a23c5037 12356
8389e1e2 123572000-02-16 Dave Love <fx@gnu.org>
a23c5037 12358
84fe35f0
DL
12359 * faces.el: Don't require custom. Add more specific :groups to
12360 various deffaces.
12361 (set-face-attribute): Purecopy args.
12362 (read-face-name): Default to name at point and use it in prompt.
12363 Remove colon from arg in all callers.
12364 (list-faces-display): Hyperlink to face descriptions and customize
12365 buffers.
12366
b2aeee30
DL
123672000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
12368
12369 * wid-edit.el (widget-match-inline): An atom never matches a
12370 list.
12371
99e95407
GM
123722000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12373
82d2c7c5
DL
12374 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12375 at ':' characters by call to split-string.
99e95407
GM
12376
123772000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12378
82d2c7c5 12379 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
12380
123812000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12382
82d2c7c5
DL
12383 * textmodes/bibtex.el: Some temporary comments removed.
12384 (bibtex-field-name, bibtex-entry-type): Made the relationship
12385 explicit.
12386 (bibtex-field-const): Allow capital letters.
12387 (bibtex-start-of-string): Deleted because unused.
12388
12389 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12390 use the term 'reference' to describe a bibtex entry as a whole.
12391 Further, reference keys are no longer called 'labels'.
12392 (bibtex-keys): Renamed to bibtex-reference-keys.
12393 (bibtex-reformat-previous-labels): Renamed to
12394 bibtex-reformat-previous-reference-keys.
12395 (bibtex-reference-type): Renamed to bibtex-entry-type.
12396 (bibtex-reference-head): Renamed to bibtex-entry-head.
12397 (bibtex-reference-maybe-empty-head): Renamed to
12398 bibtex-entry-maybe-empty-head.
12399 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12400 (bibtex-search-reference): Renamed to bibtex-search-entry.
12401 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12402 bibtex-enclosing-entry-maybe-empty-head.
12403 (bibtex-entry-field-alist, bibtex-entry-head,
12404 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12405 bibtex-map-entries, bibtex-search-entry,
12406 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12407 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12408 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12409 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12410 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12411 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12412 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
12413
124142000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12415
82d2c7c5
DL
12416 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12417 comment.
12418 (bibtex-format-field-delimiters): New function, functionality
12419 extracted from bibtex-format-entry.
12420 (bibtex-autokey-get-yearfield-digits): New function, functionality
12421 extracted from bibtex-autokey-get-yearfield.
12422
12423 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12424 entries in order to avoid stack overflow in the regexp matcher if
12425 field contents become large.
12426 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12427 bibtex-field-string-part-not-braced,
12428 bibtex-field-string-part-no-inner-braces,
12429 bibtex-field-string-part-1-inner-brace,
12430 bibtex-field-string-part-2-inner-braces,
12431 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12432 bibtex-field-string-quoted, bibtex-field-string,
12433 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12434 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12435 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12436 as parsing is now performed by the following functions.
12437 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12438 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12439 bibtex-parse-field-string, bibtex-search-forward-field-string,
12440 bibtex-parse-association, bibtex-field-name-for-parsing,
12441 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12442 bibtex-search-forward-field, bibtex-search-backward-field,
12443 bibtex-start-of-field, bibtex-end-of-field,
12444 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12445 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12446 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12447 bibtex-parse-string, bibtex-search-forward-string,
12448 bibtex-search-backward-string, bibtex-start-of-string,
12449 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12450 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12451 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12452 entries. Instead of reporting the results of the parsing by
12453 match-beginning or match-end, these functions return data structures
12454 that hold the corresponding positions.
12455 (bibtex-enclosing-field): Changed to also report field boundaries by
12456 return values rather than by match-beginning or match-end. The
12457 following functions have been adapted to use the new parsing
12458 functions.
12459 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12460 bibtex-enclosing-field, bibtex-format-entry,
12461 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12462 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12463 bibtex-print-help-message, bibtex-end-of-entry,
12464 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12465 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12466 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12467 method for parsing.
12468 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12469 bibtex-map-entries, bibtex-flash-head,
12470 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12471 bibtex-autokey-change, bibtex-autokey-get-namefield,
12472 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12473 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12474 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12475 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12476 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12477 order to make the new binding of case-fold-search immediately
12478 visible.
99e95407
GM
12479
124802000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12481
82d2c7c5
DL
12482 * textmodes/bibtex.el: Copyright notice is up to date.
12483 Added constant 'bibtex-maintainer-salutation.
99e95407 12484
82d2c7c5
DL
12485 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12486 than make-temp-name, use match-string-no-properties and eliminate
12487 a quadratic behavior when building bibtex-strings.
99e95407 12488
82d2c7c5
DL
12489 * bibtex.el (bibtex-reference-key): Accept string entries whose
12490 reference key contains upper case letters.
99e95407
GM
12491
124922000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12493
82d2c7c5
DL
12494 * bibtex.el (bibtex-reference-head): Allow entries to start with
12495 a new line.
99e95407
GM
12496
124972000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12498
82d2c7c5
DL
12499 * bibtex.el: Hiding of entry bodies is not longer provided by
12500 bibtex.el directly. Instead the hideshow package can be used.
12501 Added a special bibtex entry to hs-special-modes-alist.
12502 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
12503
125042000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12505
f24fef2f
SM
12506 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12507 at ':' characters by call to split-string.
8389e1e2
GM
12508
125092000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12510
f24fef2f 12511 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
12512
125132000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12514
f24fef2f
SM
12515 * textmodes/bibtex.el: Some temporary comments removed.
12516 (bibtex-field-name, bibtex-entry-type): Made the relationship
12517 explicit.
12518 (bibtex-field-const): Allow capital letters.
12519 (bibtex-start-of-string): Deleted because unused.
fa78f71b 12520
f24fef2f
SM
12521 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12522 use the term 'reference' to describe a bibtex entry as a whole.
12523 Further, reference keys are no longer called 'labels'.
12524 (bibtex-keys): Renamed to bibtex-reference-keys.
12525 (bibtex-reformat-previous-labels): Renamed to
12526 bibtex-reformat-previous-reference-keys.
12527 (bibtex-reference-type): Renamed to bibtex-entry-type.
12528 (bibtex-reference-head): Renamed to bibtex-entry-head.
12529 (bibtex-reference-maybe-empty-head): Renamed to
12530 bibtex-entry-maybe-empty-head.
12531 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12532 (bibtex-search-reference): Renamed to bibtex-search-entry.
12533 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12534 bibtex-enclosing-entry-maybe-empty-head.
12535 (bibtex-entry-field-alist, bibtex-entry-head,
12536 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12537 bibtex-map-entries, bibtex-search-entry,
12538 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12539 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12540 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12541 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12542 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12543 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12544 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
12545
125462000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12547
f24fef2f
SM
12548 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12549 comment.
12550 (bibtex-format-field-delimiters): New function, functionality
12551 extracted from bibtex-format-entry.
12552 (bibtex-autokey-get-yearfield-digits): New function, functionality
12553 extracted from bibtex-autokey-get-yearfield.
fa78f71b 12554
f24fef2f
SM
12555 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12556 entries in order to avoid stack overflow in the regexp matcher if
12557 field contents become large.
12558 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12559 bibtex-field-string-part-not-braced,
12560 bibtex-field-string-part-no-inner-braces,
12561 bibtex-field-string-part-1-inner-brace,
12562 bibtex-field-string-part-2-inner-braces,
12563 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12564 bibtex-field-string-quoted, bibtex-field-string,
12565 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12566 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12567 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12568 as parsing is now performed by the following functions.
12569 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12570 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12571 bibtex-parse-field-string, bibtex-search-forward-field-string,
12572 bibtex-parse-association, bibtex-field-name-for-parsing,
12573 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12574 bibtex-search-forward-field, bibtex-search-backward-field,
12575 bibtex-start-of-field, bibtex-end-of-field,
12576 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12577 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12578 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12579 bibtex-parse-string, bibtex-search-forward-string,
12580 bibtex-search-backward-string, bibtex-start-of-string,
12581 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12582 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12583 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12584 entries. Instead of reporting the results of the parsing by
12585 match-beginning or match-end, these functions return data structures
12586 that hold the corresponding positions.
12587 (bibtex-enclosing-field): Changed to also report field boundaries by
12588 return values rather than by match-beginning or match-end. The
12589 following functions have been adapted to use the new parsing
12590 functions.
12591 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12592 bibtex-enclosing-field, bibtex-format-entry,
12593 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12594 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12595 bibtex-print-help-message, bibtex-end-of-entry,
12596 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12597 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12598 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12599 method for parsing.
12600 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12601 bibtex-map-entries, bibtex-flash-head,
12602 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12603 bibtex-autokey-change, bibtex-autokey-get-namefield,
12604 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12605 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12606 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12607 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12608 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12609 order to make the new binding of case-fold-search immediately
12610 visible.
8389e1e2
GM
12611
126122000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12613
f24fef2f
SM
12614 * textmodes/bibtex.el: Copyright notice is up to date.
12615 Added constant 'bibtex-maintainer-salutation.
fa78f71b 12616
f24fef2f
SM
12617 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12618 than make-temp-name, use match-string-no-properties and eliminate
12619 a quadratic behavior when building bibtex-strings.
fa78f71b 12620
f24fef2f
SM
12621 * bibtex.el (bibtex-reference-key): Accept string entries whose
12622 reference key contains upper case letters.
8389e1e2
GM
12623
126242000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12625
f24fef2f
SM
12626 * bibtex.el (bibtex-reference-head): Allow entries to start with
12627 a new line.
8389e1e2
GM
12628
126292000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12630
f24fef2f
SM
12631 * bibtex.el: Hiding of entry bodies is not longer provided by
12632 bibtex.el directly. Instead the hideshow package can be used.
12633 Added a special bibtex entry to hs-special-modes-alist.
12634 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
12635
126362000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12637
82d2c7c5 12638 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
12639 proceedings entry type (for cross referencing). Thanks to Wagner
12640 Toledo Correa for the suggestion.
12641
82d2c7c5 12642 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 12643
eae61d8f
KH
126442000-02-14 Kenichi Handa <handa@etl.go.jp>
12645
12646 * international/characters.el: Setup case table for Vietnamese.
12647
fb07a302
GM
126482000-02-12 Gerd Moellmann <gerd@gnu.org>
12649
12650 * uniquify.el (toplevel): Require CL at compile time.
12651 (uniquify-push): Removed.
12652
12653 * shadowfile.el (shadow-when): Removed.
12654
12655 * tempo.el (tempo-dolist, tempo-mapc): Removed.
12656 (tempo-process-and-insert-string): Use dolist instead of
12657 tempo-dolist.
12658
12659 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
12660 regexp for paragraph-start.
12661
12662 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
12663 commas as well.
12664
a0eddf92
DL
126652000-02-10 Dave Love <fx@gnu.org>
12666
12667 * wid-edit.el: (widgets) [defgroup]: Remove url link.
12668 (widget-color-choice-list, widget-color-history, widget-mouse-help):
12669 Deleted.
12670 (widget-specify-field, widget-specify-button): Don't use
12671 widget-mouse-help as help-echo property.
12672 (default): Use #'ignore for :validate and :mouse-down-action.
12673 (checkbox): Add help-echo.
12674 (widget-sexp-validate): Rewritten to clarify error messages.
12675 (character): Use char-valid-p in :match function.
12676 (widget-color-complete): Use facemenu-color-alist.
12677 (widget-color-action): Use facemenu-read-color.
12678
12679 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
12680 set up `caar' &c that we now have.
12681
82d2c7c5
DL
126822000-02-09 Ray Blaak <blaak@gnu.org>
12683
12684 * delphi.el: Make resourcestring a declaration region, like const
12685 and var.
12686
6cbc1482
DL
126872000-02-09 Dave Love <fx@gnu.org>
12688
12689 * bindings.el (mode-line-input-method-map): New variable.
12690 (mode-line-mule-info): Use it; fix last change.
12691 (mode-line-mode-menu): Move definition.
12692 (mode-line-mouse-sensitive-p): Deleted.
12693 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
12694 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
12695 level.
12696
12697 * startup.el (command-line-1): Don't call
12698 make-mode-line-mouse-sensitive.
12699
f7136ee8
GM
127002000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
12701
12702 * mail/rmail.el (rmail-retry-failure): Use
12703 rmail-beginning-of-message before rmail-toggle-header, because the
12704 former toggles headers.
12705
6e1d0d15
SM
127062000-02-06 Stefan Monnier <monnier@cs.yale.edu>
12707
fef8c55b
SM
12708 * diff-mode.el (diff-kill-junk): New interactive function.
12709 (diff-reverse-direction): Use delete-and-extract-region.
12710 (diff-post-command-hook): Restrict the area so that the hook also works
12711 outside of any diff hunk. This is necessary for the minor-mode.
12712 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
12713 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
12714
6e1d0d15
SM
12715 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
12716 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
12717 so that it can be used more easily in <foo>-mode-hook. Also make sure
12718 to avoid duplicate entries.
12719 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
12720 (font-lock-remove-keywords): Just as was done for `add', allow it to
12721 work even if font-lock-mode is nil. Also make sure we don't modify
12722 any pre-existing list by forcing a copy-sequence. Finally rename
12723 `major-mode' to `mode'.
12724 (font-lock-fontify-syntactic-anchored-keywords)
12725 (font-lock-fontify-anchored-keywords)
12726 (font-lock-fontify-keywords-region): Use line-end-position.
12727 Don't make `font-lock-multiline' local (it's now done in
12728 font-lock-set-defaults).
12729 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
12730 move the `font-lock-fontified' creation to inside the `unless'.
12731
a75dfea0
AI
127322000-02-06 Andrew Innes <andrewi@gnu.org>
12733
12734 * term/w32-win.el (x-handle-args): Comment out call to message,
12735 which occurs before window system is initialized.
12736
12737 * makefile.nt: Add support for recompiling lisp code.
12738
b85e9462
DL
127392000-02-04 Dave Love <fx@gnu.org>
12740
9ff33afb
DL
12741 * bindings.el (mode-line-mule-info): Fix/extend last change.
12742
b85e9462
DL
12743 * completion.el: Replace completion-dolist with dolist.
12744
12745 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
12746 dotimes.
12747
44dff075
CD
127482000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
12749
12750 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
12751 environment names before they go into the section regexp.
12752
12753 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
12754 char class in regexp.
12755
12756 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
12757 `case-fold-search' to nil.
12758
12759 * progmodes/idlwave.el (idlwave-template): Respect
12760 `idlwave-abbrev-change-case'.
12761 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
12762 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
12763 idlwave-while): respect `idlwave-reserved-word-upcase'.
12764 (idlwave-rw-case): New function.
12765 (idlwave-statement-match): Fixed problem with assignment regexp.
12766 (idlwave-font-lock-keywords): Improved regexp for keyword
12767 parameters.
a23c5037 12768 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
12769 operators longer than 1 char.
12770
12771 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
12772 idlwave-shell-expression-overlay. Implemented printing of
12773 expressions on higher levels of the calling stack.
12774 (idlwave-shell-display-level-in-calling-stack): Restore stack
12775 level.
12776 (idlwave-retrieve-expression-from-level): New function.
12777 (idlwave-shell-last-calling-stack): Variable removed.
12778 (idlwave-shell-reset): Argument action reversed (`visible' to
12779 `hidden'). Also remove stop-line overlay.
12780 (idlwave-shell-calling-stack-routine): New variable.
12781 (idlwave-shell-parse-stack-and-display): Messages now display
12782 negative level numbers.
12783 (idlwave-shell-mode): Set `modeline-format'.
12784 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
12785 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
12786 21.
12787 (idlwave-shell-print-expression-function): New option.
a23c5037 12788
44dff075
CD
12789 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
12790 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
12791 `tool-bar' instead of `toolbar'.
12792
f26c34fd
DL
127932000-02-02 Dave Love <fx@gnu.org>
12794
12795 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
12796 emacs-lisp-mode-hook. Don't check for defalias being defined.
12797
12798 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12799 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
12800 the new builtins directly.
12801
12802 * whitespace.el (whitespace): Add :version to defgroup.
12803
12804 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
12805 Doc fix.
12806
12807 * thingatpt.el (sexp-at-point, symbol-at-point)
12808 (number-at-point, list-at-point): Add autoload cookie.
12809
12810 * recentf.el (recentf): Add :version to defgroup.
12811
12812 * quickurl.el (quickurl): Add :version to defgroup.
12813
12814 * elide-head.el (elide-head): Use point-marker more.
12815
12816 * bs.el (bs): Add :version to defgroup.
12817
12818 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
12819
12820 * progmodes/delphi.el (delphi): Add :version to defgroup.
12821
d240a249
GM
128222000-02-02 Gerd Moellmann <gerd@gnu.org>
12823
12824 * ange-ftp.el (ange-ftp-write-region): Handle case that
12825 succeeding process operation sets a different coding system.
12826
12827 * calculator.el: New file.
12828
d5179a01
EZ
128292000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
12830
12831 * frame.el (frames-on-display-list, framep-on-display): New
12832 functions.
12833 (display-mouse-p, display-popup-menus-p, display-graphic-p)
12834 (display-selections-p, display-screens, display-pixel-width)
12835 (display-pixel-height, display-mm-width, display-mm-height)
12836 (display-backing-store, display-save-under, display-planes)
12837 (display-color-cells, display-visual-class): New functions.
12838
12839 * term/tty-colors.el (tty-color-gray-shades): New function.
12840
12841 * faces.el (display-color-p): Use framep-on-display.
12842 (display-grayscale-p): New function.
12843
968e00f0
DL
128442000-01-31 Dave Love <fx@gnu.org>
12845
12846 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
12847 (create-fontset-from-x-resource): Don't concat integers.
12848
2cb750ba
GM
128492000-01-31 Inge Frick <inge@nada.kth.se>
12850
12851 * view.el: Some changes in documentation. Removed some trailing
12852 whitespace. Changed some parameter names to agree with
12853 documentation.
12854 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
12855 window is not deleted. Modifies change 1998-04-26.
a23c5037 12856
74e9213b
GM
128572000-01-31 Gerd Moellmann <gerd@gnu.org>
12858
47569935
GM
12859 * windmove.el: New file.
12860
74e9213b
GM
12861 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12862 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 12863 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 12864
74e9213b
GM
12865 * jit-lock.el (jit-lock-function): Widen before calculating end
12866 position.
12867 (jit-lock-stealth-chunk-start): Rewritten.
12868
12869 * info.el (Info-title-face-alist): Removed.
12870 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
12871 faces.
12872 (Info-fontify-node): Use these faces.
12873
994c5afe
GM
128742000-01-30 Gerd Moellmann <gerd@gnu.org>
12875
12876 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
12877 (cl-macro-list1): Recognize `&allow-other-keys' instead of
12878 `&allow-other-keywords'.
12879
12880 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
12881 the list of directories scanned heuristically.
12882
12883 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
12884 exist.
12885
f00276e3
JR
128862000-01-30 Jason Rumney <jasonr@gnu.org>
12887
12888 * w32-fns.el: Define w32-tty-standard-colors.
12889
12890 * startup.el (command-line): Use w32-tty-standard-colors when in
12891 w32 console mode.
12892
cc4dfff0
DL
128932000-01-30 Dave Love <fx@gnu.org>
12894
e645e77b
DL
12895 * jka-compr.el (jka-compr-load): Fix up load-history.
12896
cc4dfff0
DL
12897 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
12898
12899 * emacs-lisp/cl-macs.el: Revert previous change.
12900
16215eb0
DL
129012000-01-29 Dave Love <fx@gnu.org>
12902
12903 * facemenu.el: Purecopy various strings.
12904
12905 * timezone.el (timezone-fix-time): Window against 69 for two-digit
12906 years. Deal with three-digit years.
12907
12908 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
12909 defconst, purecopy.
12910 (help-back-label): Purecopy it.
12911
bbd9b566
GM
129122000-01-18 Gerd Moellmann <gerd@gnu.org>
12913
12914 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
12915 variable. If non-nil, order the buffer list according to the
12916 currently selected frame.
12917 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
12918 non-nil, pass the selected frame to function buffer-list.
a23c5037 12919
887448e1
GM
129202000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12921
12922 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
12923
7df85084
DL
129242000-01-28 Dave Love <fx@gnu.org>
12925
142e109c
DL
12926 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
12927
7df85084
DL
12928 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
12929 Don't use lisp-indent-hook property.
12930 (cl-abs): Remove.
12931
12932 * subr.el: Move out indent and edebug specs for when and unless.
12933
12934 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
12935 when, unless.
12936
12937 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
12938 unless, when.
12939
3b43c01c
GM
129402000-01-28 Gerd Moellmann <gerd@gnu.org>
12941
d060bc9f
GM
12942 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
12943 `collecting' as synonym for `collect'.
12944
12945 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
12946 for the case it contains spaces.
12947
12948 * simple.el (what-cursor-position): Change formatting of
12949 messages.
12950
b02786f9
GM
12951 * frame.el (delete-other-frames): New function.
12952 (toplevel): Bind it to C-x 5 1.
12953
efd68b8a
GM
12954 * sort.el (sort-numeric-base): New option.
12955 (sort-numeric-fields): If number starts with `0' or `0[xX[',
12956 interpret it as octal or hexadecimal. Use sort-numeric-base
12957 as default base.
12958
3b43c01c
GM
12959 * progmodes/glasses.el: New file.
12960
984ae001
GM
129612000-01-27 Gerd Moellmann <gerd@gnu.org>
12962
a0b796e3
GM
12963 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
12964 userids differently.
12965
984ae001
GM
12966 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12967 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
12968 progmodes/ebnf-yac.el: New files.
12969
6c67ddee
DL
129702000-01-26 Dave Love <fx@gnu.org>
12971
12972 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
12973 on a function with an empty body. [From Eric Ludlam.]
12974
4e6473c8
GM
129752000-01-25 Andre Spiegel <spiegel@gnu.org>
12976
12977 * vc.el (vc-version-diff): Make sure file name is expanded.
12978
e12489f9
GM
129792000-01-25 Gerd Moellmann <gerd@gnu.org>
12980
12981 * scroll-bar.el (scroll-bar-timer): Variable removed.
12982 (scroll-bar-toolkit-scroll): Don't use a timer.
12983
8dbe2b07
KH
129842000-01-25 Kenichi Handa <handa@etl.go.jp>
12985
12986 * language/thai-util.el (thai-composition-function): Delete
12987 superfluous `a'.
12988
26ef1c87
DL
129892000-01-24 Dave Love <fx@gnu.org>
12990
12991 * fortran.el (fortran-mode): Use beginning-of-defun-function,
12992 end-of-defun-function.
12993
12994 * font-lock.el (turn-on-font-lock): Don't depend on window-system
12995 &c.
12996
7ed4e9a7
JR
129972000-01-22 Jason Rumney <jasonr@gnu.org>
12998
12999 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
13000 conflicts with new face support.
13001
8b7bc628 130022000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
13003
13004 * replace.el (query-replace): Rename last arg to DELIMITED.
13005 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
13006 (query-replace-regexp): Likewise.
13007
8b7bc628 130082000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 13009
02b14400
RS
13010 * subr.el (with-syntax-table): Use make-symbol, not gensym.
13011
5bb6f079
RS
13012 * emacs-lisp/lisp.el (beginning-of-defun-function):
13013 Variable renamed from beginning-of-defun.
13014 Do not call make-variable-buffer-local.
13015 (beginning-of-defun-raw): Use new variable name; doc fix.
13016 (beginning-of-defun): Doc fix.
13017 (end-of-defun-function): Variable renamed from end-of-defun.
13018 Do not call make-variable-buffer-local.
13019 (end-of-defun): Use new variable name; doc fix.
13020
02b14400
RS
13021 * subr.el (dolist, dotimes): Copied from cl-macs.el
13022 and made to work.
2d5e9b54 13023
a23c5037 13024 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
13025 Variable replaces rmail-digest-end-regexp.
13026 Allows multiple regexps for detecting the end line.
13027 (undigestify-rmail-message): Corresponding changes.
13028
60af03f1
DL
130292000-01-19 Dave Love <fx@gnu.org>
13030
fe5d99e1
DL
13031 * files.el (user-init-file): Don't declare here -- is primitive.
13032
60af03f1
DL
13033 * startup.el (command-line): Check for compiled user-init-file and
13034 set to uncompiled version if necessary.
13035
72dbbc7d
GM
130362000-01-18 Gerd Moellmann <gerd@gnu.org>
13037
6a1950ec
GM
13038 * mail/undigest.el (rmail-digest-end-regexp): New user option.
13039 (undigestify-rmail-message): Use it.
13040
72dbbc7d
GM
13041 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
13042
fbe91bbd
GM
130432000-01-17 Gerd Moellmann <gerd@gnu.org>
13044
13045 * tmm.el (tmm-goto-completions): Adapt to prompt being part
13046 of mini-buffer.
13047
33a6685b
GM
130482000-01-14 Gerd Moellmann <gerd@gnu.org>
13049
b3303df7
GM
13050 * emacs-lisp/copyright.el (copyright-update): Removed the
13051 requirement for a trailing space from `copyright-regexp', to
13052 support copyrights with owner specified on a separate line..
a23c5037 13053
3c4c8064
GM
13054 * align.el: New file.
13055
33a6685b
GM
13056 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
13057
13058 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
13059
044a4975
DL
130602000-01-13 Dave Love <fx@gnu.org>
13061
13062 * ph.el: Removed. (Obsoleted by EUDC.)
13063
0a352cd7
GM
130642000-01-13 Gerd Moellmann <gerd@gnu.org>
13065
13066 * net/eudc.el (toplevel): Remove autoloaded code installing
13067 menu with easymenu, because that causes build problems.
13068
13069 * frame.el (frame-notice-user-settings): New variable.
13070 (frame-notice-user-settings): Don't modify frame parameters
13071 if called a second time.
13072
8b7bc628 130732000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
13074
13075 * frame.el (frame-notice-user-settings):
13076 Notice default-frame-parameters even for non-window frames.
13077
feb450e0
GM
130782000-01-13 Gerd Moellmann <gerd@gnu.org>
13079
13080 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
13081 for Emacs.
13082 (eudc-bob-can-display-inline-images): Extend for Emacs.
13083 (eudc-bob-toggle-inline-display): Ditto.
13084 (eudc-bob-display-jpeg): Ditto.
13085
99c6d63b
GM
130862000-01-12 Gerd Moellmann <gerd@gnu.org>
13087
7970b229
GM
13088 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
13089 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
13090 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 13091
e4936aa9
GM
13092 * add-log.el (add-change-log-entry): Fix error trying an `(insert
13093 nil)'.
13094
13095 * subdirs.el: Add `net' directory.
13096
133c9e59
GM
13097 * net: New directory.
13098
99c6d63b
GM
13099 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
13100 eval-last-sexp. Don't bind debug-on-error here.
13101 (eval-last-sexp): New function. Bind debug-on-error if
13102 eval-expression-debug-on-error is non-nil.
13103 (eval-defun-2, eval-defun): Likewise.
13104
13105 * simple.el (eval-expression): Don't bind debug-on-error if
13106 eval-expression-debug-on-error is nil. Detect changed
13107 debug-on-error, and propagate new value to global binding, if
13108 eval-expression-debug-on-error is non-nil,
13109 (eval-expression-debug-on-error): Change doc string.
a23c5037 13110
8b7bc628 131112000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
13112
13113 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
13114
13115 * emacs-lisp/lisp-mode.el (with-syntax-table):
13116 Set up lisp-indent-function property.
13117
13118 * subr.el (with-syntax-table): Moved from simple.el.
13119
13120 * simple.el (with-syntax-table): Moved to subr.el.
13121
7e3c74fa
GM
131222000-01-11 Gerd Moellmann <gerd@gnu.org>
13123
1fab1775
GM
13124 * tmm.el (tmm-shortcut): Delete region after prompt instead
13125 of erasing buffer.
13126
7e3c74fa 13127 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
13128 (fill-context-prefix): Use the longest common prefix of first
13129 and second line fill prefix, if there is one.
7e3c74fa 13130
8b7bc628 131312000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
13132
13133 * array.el (array-mode): Don't use make-variable-buffer-local.
13134 Use make-local-variable for `truncate-lines'.
13135
aa705642 131362000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 13137
aa705642
GM
13138 * add-log.el (add-log-current-defun): Handle user-defined
13139 add-log-current-function returning nil,
a23c5037 13140
57df2446 13141 * add-log.el (add-change-log-entry): Insert version number
aa705642 13142 if having found a current function
c1356086
GM
13143
13144 * add-log.el (add-log-current-defun): Call
13145 `add-log-current-defun-function'. Try matches at level 0 and
13146 level 1. Strip whitespace from defun found.
a23c5037 13147
1d8c59e9
RS
131482000-01-10 John Wiegley <johnw@gnu.org>
13149
13150 * allout.el (isearch-done/outline-provisions): Added `edit'
13151 argument to correspond with the current definition of
13152 `isearch-done'.
13153
8cf87e9b
DL
131542000-01-10 Dave Love <fx@gnu.org>
13155
13156 * elide-head.el (elide-head): Use point-marker, not point.
13157
9050446c
GM
131582000-01-10 Gerd Moellmann <gerd@gnu.org>
13159
8321b22a
GM
13160 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
13161 before and after the year 2000.
a23c5037 13162
9050446c
GM
13163 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
13164 Add ispell- prefix.
13165
131662000-01-10 Ken Stevens <k.stevens@ieee.org>
13167
13168 * ispell.el: Only define dictionaries in menus when they exist.
13169 (version18p): New variable.
13170 (version20p): New variable.
13171 (xemacsp): New variable.
13172 (ispell-choices-win-default-height): Fix for XEmacs visibility.
13173 (ispell-dictionary-alist1): Added Brasileiro dictionary.
13174 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 13175 run-together words.
9050446c
GM
13176 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
13177 (ispell-dictionary-alist): Add koi8-r to customize definition.
13178 (check-ispell-version): Added documentation string. Returns
f24fef2f 13179 library path when called non-interactively.
9050446c
GM
13180 (ispell-menu-map-needed): Uses new variables.
13181 (ispell-library-path): New variable.
13182 (ispell-decode-string): XEmacs fix for bogus variable bindings.
13183 (ispell-word): Improved documentation string. Test for valid
13184 character mappings. Correctly check typed in word changes that can
13185 result in single words split into multiple words. Returns
13186 replacement word.
13187 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
13188 replace in recursive query replace mode. Help message for
13189 recursive edit mode.
13190 (ispell-show-choices): Protect against bad framepop bindings.
13191 (ispell-help): Fix to work with XEmacs.
13192 (ispell-highlight-spelling-error): Use new variables.
13193 (ispell-overlay-window): Fix to work with XEmacs.
13194 (ispell-parse-output): Passed and returns location information
13195 tracking spelling corrections. Doesn't recheck same word on
13196 current line.
13197 (ispell-init-process): Protect against bogus XEmacs variable binding.
13198 Fix call to single argument in sleep-for. Use new variables.
13199 (ispell-region): Passed and returns location information tracking
13200 spelling corrections. Doesn't check same word on current line.
13201 Improved documentation string. Doesn't resend a line already
13202 checked to the ispell process - fixes bug in LaTeX parsing.
13203 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
13204 (ispell-skip-region): No longer skips <TT> in SGML.
13205 (ispell-process-line): Tracks location information with spelling
13206 corrections. Added documentation string. Accounts for words
13207 already accepted on this line. Don't allow query-replace on line
13208 starting with math characters. Doesn't resend a line already sent
13209 to ispell process. Fixes alignment error bug.
a23c5037 13210
8b7bc628 132112000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 13212
a23c5037 13213 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
13214 Suggest xloadimage, which is free, not xv, which isn't.
13215
a23c5037 13216 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
13217 Don't ever include the host name or user name in the value.
13218
9ed79f5d
GM
132192000-01-09 Gerd Moellmann <gerd@gnu.org>
13220
13221 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
13222 of a real newline.
13223
b950abb1
GM
132242000-01-09 Stephen Eglen <stephen@gnu.org>
13225
a23c5037 13226 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
13227 for .png files.
13228
3c708e98
GM
132292000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
13230
13231 * cus-edit.el (custom-hook-convert-widget): Fix comment.
13232
bf61662d
GM
132332000-01-09 Gerd Moellmann <gerd@gnu.org>
13234
f1d851ae
GM
13235 * progmodes/cperl-mode.el: Replace ^F with ^L.
13236
bf61662d 13237 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 13238 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
13239 recursion.
13240
c65d14ee
DL
132412000-01-08 Dave Love <fx@gnu.org>
13242
8cf87e9b
DL
13243 * emacs-lisp/backquote.el: Remove inappropriate customization
13244 (allowing custom.el to use backquote).
c65d14ee 13245
83de2ebc
DL
132462000-01-07 Dave Love <fx@gnu.org>
13247
13248 * add-log.el (add-log-debugging): Deleted.
13249 (add-change-log-entry): Treat a backup FILE-NAME as its parent
13250 file. Remove debugging code.
13251 (change-log-get-method-definition, change-log-name): Add doc.
13252 (change-log-sortable-date-at): New function.
13253 (change-log-merge): New command.
13254
13255 * time.el (display-time-string-forms): Make the Mail string active.
13256 (display-time-update): Provide help-echo for load average.
13257
13258 * bindings.el (make-mode-line-mouse2-map): New function.
13259 (mode-line-modified): Use it and simplify.
13260 (mode-line-mule-info): Provide help-echo info.
13261 (minor-mode-alist): Activate the strings.
13262 (make-mode-line-mouse-sensitive): Simplify for
13263 mode-line-buffer-identification.
13264
c1475eae
GM
132652000-01-07 Gerd Moellmann <gerd@gnu.org>
13266
13267 * play/pong.el: New file.
13268
83de2ebc
DL
132692000-01-06 Dave Love <fx@gnu.org>
13270
13271 * array.el: Assorted cleanups for compiler warnings, doc strings,
13272 `array-' prefix for symbols.
13273
132742000-01-05 Dave Love <fx@gnu.org>
13275
13276 * textmodes/outline.el (outline-mode-menu-bar-map): Add
13277 outline-headers-as-kill.
13278 (outline-mode): Define imenu-generic-expression.
13279 (outline-headers-as-kill): New command.
13280
13281 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
13282 from paragraph-start.
13283 (paragraph-indent-minor-mode): New command.
13284
13285 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
13286 M-C-e, M-C-h, C-j, C-xnd, TAB.
13287 (fortran-mode): Set beginning-of-defun, end-of-defun.
13288 (fortran-column-ruler): Simplify.
13289 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
13290 (fortran-with-subprogram-narrowing): Likewise.
13291 (fortran-indent-subprogram): Call mark-defun.
13292 (fortran-check-for-matching-do): Change narrowing.
13293
13294 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
13295 (cl-lucid-hash-tag): Delete.
13296 (cl-hash-table-p): Correct test for native table.
13297 (cl-hash-table-count): Use hash-table-count.
13298
13299 * browse-url.el (browse-url): Fix case of
13300 browse-url-browser-function being an alist.
13301
676ac023
CD
133022000-01-05 Carsten Dominik <cd@gnu.org>
13303
c1475eae
GM
13304 * textmodes/reftex-vars.el (reftex-parse-file-extension)
13305 (reftex-index-phrase-file-extension): New options.
676ac023
CD
13306
13307 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 13308 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
13309
13310 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 13311 `reftex-parse-file-extension'.
eb483e17 13312
88807984
DL
133132000-01-05 Dave Love <fx@gnu.org>
13314
83de2ebc 13315 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
13316 (beginning-of-defun-raw): Use it.
13317 (end-of-defun): New variable.
13318 (end-of-defun): Use it.
13319 (check-parens): New command.
13320
1362aeb4
TTN
133212000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
13322
c1475eae
GM
13323 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
13324 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 13325
7ddafb95
TTN
13326 Fix buglet in local variables initialization.
13327
7334aa99
AS
133282000-01-05 Andreas Schwab <schwab@suse.de>
13329
13330 * hscroll.el (hscroll): Doc fix.
13331
b12e24cd
CD
133322000-01-05 Carsten Dominik <cd@gnu.org>
13333
13334 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
13335 idlw-toolbar.
13336
13337 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
13338 file idlw-rinfo.el.
1362aeb4
TTN
13339 (idlwave-customize): load must read file idlw-shell.el.
13340 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 13341
d6226972
CD
133422000-01-05 Carsten Dominik <dominik@astro.uva.nl>
13343
13344 * progmodes/idlw-shell.el: Also provide idlwave-shell
13345 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
13346 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
13347
13348 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
13349 both reftex-dcr and reftex-vcr.
1362aeb4 13350
d6226972
CD
13351 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
13352
6ddb893f 133532000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
13354
13355 * ps-print.el: PostScript code now is in separate files, doc fix.
13356 (ps-print-version): New version number (5.0.3).
13357 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
13358 local.
13359 (ps-spool-config): Initialization fix.
c1475eae
GM
13360 (ps-print-prologue-1, ps-print-prologue-2)
13361 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
13362 (ps-background-image): Little code reformating.
13363 (ps-begin-file, ps-begin-job): Fix code.
88807984 13364 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
13365 (ps-prologue-file): New fun.
13366
ae833aae
KH
133672000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13368
c1475eae 13369 * ps-vars.el: Eliminated.
ae833aae
KH
13370
13371 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
13372 `;;;###autoload'.
13373
13374 * ps-print.el: ps-vars eliminated, doc fix.
13375 (ps-print-version): New version number (5.0.2).
13376 (ps-spool-config): Initialization fix.
13377 (ps-print-customize): New fun.
13378
560a7bd2
GM
133792000-01-04 Gerd Moellmann <gerd@gnu.org>
13380
13381 * autorevert.el (auto-revert-mode): Return value of
13382 auto-revert-mode.
13383
f45dd0f4
DL
133842000-01-04 Dave Love <fx@gnu.org>
13385
fae2ac05
DL
13386 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
13387 menu items.
f45dd0f4 13388
61255981
DL
133892000-01-03 Dave Love <fx@gnu.org>
13390
88807984 13391 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 13392
83de2ebc 13393 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
13394 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
13395 `cl-hash-table-p', not `hash-table-p'.
13396 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
13397
c182a70f
EZ
133982000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13399
13400 * faces.el (face-read-integer, read-face-attribute)
13401 (color-defined-p, color-values): unspecified-{f,b}g are now
13402 strings.
13403
047f434a
GM
134042000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
13405
13406 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
13407 at comment end, and re-insert them after filling.
13408
bab531e2
EZ
134092000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13410
13411 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
13412 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
13413 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 13414
d684c676
EZ
134152000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13416
13417 * term/x-win.el (xw-defined-colors): Call color-supported-p,
13418 the new name of face-color-supported-p.
13419
13420 * term/w32-win.el (xw-defined-colors): Likewise.
13421
0aad4805
EZ
134222000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13423
13424 * simple.el (completion-setup-function): Count completion-size
13425 from minibuffer-prompt-end, not from point-min.
13426
5fe1d139
EZ
134272000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
13428
13429 * faces.el (read-face-attribute, defined-colors, color-defined-p):
13430 Pass the frame to tty-color-* functions.
13431 (display-color-p, frame-set-background-mode): Pass the frame to
13432 tty-display-color-p.
13433
13434 * term/tty-colors.el (tty-defined-color-alist): Renamed from
13435 tty-color-alist.
13436 (tty-color-alist, tty-modify-color-alist): New functions.
13437 (tty-color-define, tty-color-clear, tty-color-approximate)
13438 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
13439 an optional parameter FRAME.
13440
162dec01
GM
134412000-01-01 Gerd Moellmann <gerd@gnu.org>
13442
27189709
GM
13443 * image.el (create-image, defimage): Don't assume image data is a
13444 string.
13445
162dec01
GM
13446 * image.el (defimage): Handle specifications containing :data
13447 instead of :file.
13448 (image-type-from-data): New function.
13449 (image-type-from-file-header): Use it.
13450 (create-image): Add parameter DATA-P.
1362aeb4 13451
bea56df7 13452See ChangeLog.8 for earlier changes.
25a6fab1
KH
13453
13454;; Local Variables:
e64c3a75 13455;; coding: iso-2022-7bit
25a6fab1 13456;; End: