*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
91c9e6ce
GM
12000-12-18 Gerd Moellmann <gerd@gnu.org>
2
3 * faces.el (face-spec-set): Interpret a nil in specs for
4 foreground and background colors as `unspecified', for
5 compatibility with 20.x.
6
40fa0008
DL
72000-12-18 Dave Love <fx@gnu.org>
8
9 * mail/sendmail.el (send-mail-function): Customize.
10
6f4745e2
EZ
112000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
12
13 * international/codepage.el (cp866-decode-table): New table.
14
82b90229
GM
152000-12-18 Gerd Moellmann <gerd@gnu.org>
16
17 * version.el (emacs-version): Remove `%a' from the time format
18 because the weekday doesn't fit well into each locale.
19
202000-12-17 Stefan Monnier <monnier@cs.yale.edu>
21
22 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
23 (cvs-execute-single-file): Don't change directory.
24 Patch from Per Cederqvist.
25
5a047002
MB
262000-12-18 Miles Bader <miles@gnu.org>
27
7f49aa07
MB
28 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
29
5a047002
MB
30 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
31 Check that emacs-major-version is `=' to 20, not `>='.
32 (artist-replace-chars): Use `make-string' instead of a loop.
33
22ea2607
EZ
342000-12-17 Stefan Monnier <monnier@cs.yale.edu>
35
36 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
37 (cvs-execute-single-file): Don't change directory.
38 Patch from Per Cederqvist.
39
6c825f8e
EZ
402000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
41
42 * textmodes/ispell.el (check-ispell-version): If
43 `ispell-program-name' is "aspell", pass it the -v switch instead
44 of -vv.
45
8ff06845
KH
462000-12-16 Kenichi Handa <handa@etl.go.jp>
47
af4bb4c8
KH
48 * international/mule-diag.el (mule-diag): Insert information about
49 configure options, multibyte awareness, language env.
50
8ff06845
KH
51 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
52 regexp to search for candidates.
53
b24e84ab
EZ
542000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
55
56 * info.el (Info-forward-node): If the node has an
57 Info-header-line, widen the buffer before searching for "next:"
58 and "up:" pointers, and set the search limit to stay in the
59 current node.
60
7981d89f
MB
612000-12-16 Miles Bader <miles@gnu.org>
62
63 * simple.el (delete-trailing-whitespace): Remove extraneous let.
64
88ee7917
MB
652000-12-15 Miles Bader <miles@gnu.org>
66
67 * comint.el (comint-send-string, comint-send-region): Also accept
68 a buffer, buffer-name, or nil for PROCESS, for compatibility with
69 process-send-string/region.
70
0c28d842
GM
712000-12-15 Gerd Moellmann <gerd@gnu.org>
72
4ea7fdca
GM
73 * isearch.el (isearch-lazy-highlight-max): New user-option.
74 (isearch-lazy-highlight-update): Don't highlight more than
75 isearch-lazy-highlight-max matches.
76
0c28d842
GM
77 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
78
3ffa545b
GM
792000-12-15 Richard M. Stallman <rms@caffeine.ai.mit.edu>
80
8062e53a
GM
81 * sort.el (sort-columns): Fix error message.
82
3ffa545b
GM
83 * dabbrev.el (dabbrev--last-case-pattern): Value is now
84 `upcase' or `downcase' or nil.
85 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
86 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
87 (dabbrev--substitute-expansion): New arg record-case-pattern.
88 If it is non-nil, set dabbrev--last-case-pattern.
89 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
90
91 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
92
c2d7f289
MB
932000-12-15 Miles Bader <miles@gnu.org>
94
b6348438
MB
95 * paths.el (Info-default-directory-list): Don't delete
96 configure-info-directory from the list of standard info
97 directories when appending it to the end -- their order is
98 important.
99
f9056dd9
MB
100 * faces.el (read-face-attribute): If there's no entry for the
101 user's input in VALID, just use it as-is (this will often result
102 in an error, but it may be OK for e.g. colors using hexadecimal
103 notation, and at least will yield a better error message).
104
c2d7f289
MB
105 * window.el (mode-line-window-height-fudge): Function removed.
106 (height-affecting-face-attributes, mode-line-window-height-fudge):
107 Variables removed.
108 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
109 window is really the right size. Use vertical-motion
110 rather than forward-line.
111 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
112 (ispell-command-loop, ispell-show-choices): Use the variable
113 ispell-choices-win-default-height, rather than the function.
114 (ispell-choices-win-default-height): Function removed.
115 (ispell-mode-line-window-height-fudge): Function removed.
116
8f530b95
SM
1172000-12-14 Stefan Monnier <monnier@cs.yale.edu>
118
119 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
120
6d435deb
EZ
1212000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
122
4dddb0b7
EZ
123 * paths.el (Info-default-directory-list): If
124 configure-info-directory is not one of the standard directories,
125 put it first in the list; otherwise put it last. Doc string
126 changed accordingly.
127
128 * info.el (Info-directory-list): Change doc string to reflect the
129 change in Info-default-directory-list.
130
6d435deb
EZ
131 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
132 windows-nt as windowed environments, even under -nw.
133
134 * startup.el (command-line): Don't call x-backspace-delete-keys-p
135 if not fboundp. Switch delete-forward mode for the <delete> key
136 on all PC platforms, even under -nw.
137
138 * term/internal.el ([M-delete]): Remap to M-d.
139
9d7d9263
GM
1402000-12-14 Gerd Moellmann <gerd@gnu.org>
141
142 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
143
7cf0153a
EZ
1442000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
145
146 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
147
5e5b3d41
GM
1482000-12-14 Gerd Moellmann <gerd@gnu.org>
149
5f368d29
GM
150 * startup.el (command-line): Call delete-key-deletes-forward-mode,
151 if appropriate.
152
153 * simple.el (delete-key-deletes-forward): New user-option.
154 (delete-key-deletes-forward-mode): New function.
155
9d7d9263 156 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 157
5e5b3d41
GM
158 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
159 if symbol is bound before getting its value.
160
161 * tooltip.el (tooltip-show): If an error is signaled in
162 x-show-tip, display that error, and display the help in the
163 echo area.
164
c2d7f289
MB
1652000-12-15 Miles Bader <miles@gnu.org>
166
167 * window.el (mode-line-window-height-fudge): Function removed.
168 (height-affecting-face-attributes, mode-line-window-height-fudge):
169 Variables removed.
170 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
171 window is really the right size. Use vertical-motion
172 rather than forward-line.
173 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
174 (ispell-choices-win-default-height): Function removed.
175 (ispell-command-loop, ispell-show-choices): Use the variable
176 ispell-mode-line-window-height-fudge, rather than the function.
177 (ispell-mode-line-window-height-fudge): Function removed.
178
191b83b6
KH
1792000-12-14 Kenichi Handa <handa@etl.go.jp>
180
181 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
182 "... entries" messages for every 10000 entries, not 10.
183
6192b604
KF
1842000-12-13 Karl Fogel <kfogel@red-bean.com>
185
186 * bookmark.el: Provide a generic exit hook, as suggested by
187 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
188 (bookmark-exit-hook): New var.
189 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
190 old raw lambda form in `kill-emacs-hook', and runs new
191 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
192 as logically that feature must have been provided if this function
193 is running.
194 Removed ;;;###autoload before the `add-hook' call.
195
5edf6b55
SM
1962000-12-13 Stefan Monnier <monnier@cs.yale.edu>
197
198 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
199 (easy-menu-current-active-maps): New function.
200 (easy-menu-get-map): Use it.
201 Make a proper menu entry when creating a new keymap.
202
16b5e8e6
KH
2032000-12-13 Kenichi Handa <handa@etl.go.jp>
204
d49fc4eb
KH
205 * international/characters.el: Fix cases and syntaxes for
206 mule-unicode-0100-24ff.
207
3b53d876
KH
208 * dired.el (dired-move-to-filename-regexp): Fixed for the case
209 that a Japanese character is not appended after day and year.
210
16b5e8e6
KH
211 * info.el (Info-suffix-list): Change format for a command that
212 requires arguments.
213 (info-insert-file-contents): Adjusted for the above change.
214
1df1c518
AS
2152000-12-12 Andreas Schwab <schwab@suse.de>
216
217 * tar-mode.el (tar-extract): Base the name of the subfile buffer
218 on the name of the tar buffer. Verify that the existing buffer is
219 visiting the same subfile.
220
a7a07b98
DL
2212000-12-12 Dave Love <fx@gnu.org>
222
223 * subdirs.el: Add obsolete.
224
4fdbd809
GM
2252000-12-12 Gerd Moellmann <gerd@gnu.org>
226
bfdb75ee
GM
227 * mail/rmailsum.el (rmail-summary-expunge)
228 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
229 instead of rmail-confirm-expunge.
230
4fdbd809
GM
231 * replace.el (perform-replace): Don't use an empty match adjacent
232 to a non-empty match when computing the next match before the
233 replacement is performed.
234
e9a59cad
GM
2352000-12-12 Milan Zamazal <pdm@freesoft.cz>
236
237 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
238 definition (patch by Stefan Monnier).
239 (glasses-mode): Use jit-lock instead of `after-change-functions'
240 (patch by Stefan Monnier).
241
c2def7a0
MB
2422000-12-12 Miles Bader <miles@gnu.org>
243
244 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
245 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
246
591b63b4
AC
2472000-12-12 Andrew Choi <akochoi@i-cable.com>
248
249 * term/mac-win.el: Remove load for ls-lisp.
250
a924cf63 251 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 252
5ff4ba3d
MB
2532000-12-12 Miles Bader <miles@gnu.org>
254
255 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
256 Respect field end too.
257 (just-one-space): Respect fields as `delete-horizontal-space'.
258 (newline-and-indent, reindent-then-newline-and-indent): Use
259 `delete-horizontal-space'.
260
d0c679bc
SM
2612000-12-11 Stefan Monnier <monnier@cs.yale.edu>
262
adf9c994
SM
263 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
264 (so as to obey the field property in the minibuffer).
265
4b0cd42d
SM
266 * obsolete/c-mode.el: Moved from lisp/progmodes.
267 * obsolete/auto-show.el: Moved from lisp.
268 * obsolete/ooutline.el: Moved from lisp/textmodes.
d0c679bc 269
89f85863
CD
2702000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
271
272 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
273 changes to list them here.
274
275 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
276 many changes to list them here.
277
278 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
279 many changes to list them here.
280
281 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
282
3e0d35ce
GM
2832000-12-11 Gerd Moellmann <gerd@gnu.org>
284
d990421f
GM
285 * simple.el (kill-new): Don't try to setcar kill-ring if it is
286 nil.
287
fda514f7
GM
288 * cus-edit.el (custom-save-variables, custom-save-faces):
289 Comment fix.
290
3e0d35ce
GM
291 * hscroll.el: Moved to `obsolete' subdir.
292
ff904dd6
MB
2932000-12-11 Miles Bader <miles@gnu.org>
294
295 * window.el (window-text-height): Function removed (now in C).
296
fb97d87f
SM
2972000-12-10 Stefan Monnier <monnier@cs.yale.edu>
298
299 * log-edit.el (log-edit-parent-buffer): New var.
300 (log-edit): Set it. Add BUFFER argument.
301 (log-edit-done): Use char-before.
302 Don't bother checking validity of vc-comment-ring.
303 Only bury the buffer if log-edit popped it up.
304
305 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
306 (cvs-mode-diff-help): Remove.
307 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 308 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
309
310 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
311 Remove binding for ? now made unnecessary.
312
7de77417
CD
3132000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
314
315 * textmodes/reftex.el (reftex-scanning-info-available-p): New
316 function
317 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
318
319 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
320 when master file is not open.
321
4efa209f
SM
3222000-12-09 Stefan Monnier <monnier@cs.yale.edu>
323
324 * progmodes/ada-stmt.el: Update `maintainer'.
325
0a8052bd
GM
3262000-12-09 Stephen Gildea <gildea@alum.mit.edu>
327
328 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
329 choices to match documentation string.
330
a12167c5
MB
3312000-12-09 Miles Bader <miles@gnu.org>
332
2161605d
MB
333 * minibuf-eldef.el: New file.
334
a12167c5
MB
335 * window.el (fit-window-to-buffer): Don't pass last argument to
336 pos-visible-in-window-p, now that its meaning is inverted.
337
9ea8de1b
EZ
3382000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
339
340 * image.el (create-image): Doc fix; spotted by Per Cederqvist
341 <ceder@lysator.liu.se>.
342
5002ddbb
SM
3432000-12-08 Stefan Monnier <monnier@cs.yale.edu>
344
b6114d80
SM
345 * autoinsert.el (auto-insert-alist): Add missing final \n.
346
ee8d23ee
SM
347 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
348 (cvs-menu-map): Remove.
349 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
350 (cvs-mode-quit): Turn it back into a plain function.
351
5002ddbb 352 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 353 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
354
355 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
356 file where it's more visible.
357 (texinfo-filter, texinfo-chapter-level-regexp): New variables
358 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
359 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
360 (texinfo-inside-macro-p): Only catch `scan-error's.
361 (texinfo-inside-env-p): Make better use of the match info.
362 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
363 (texinfo-insert-@end): Slight re-organization.
364 Also remove useless `looking-at' call.
365
30cd075d
AI
3662000-12-08 Andrew Innes <andrewi@gnu.org>
367
368 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
369 accessible in -nw mode.
370
371 * term/w32-win.el: Remove stuff about selection timeout, which is
372 irrelevant on Windows. Move clipboard support to w32-fns.el, so
373 it is accessible in -nw mode.
374
01b91009
DL
3752000-12-08 Dave Love <fx@gnu.org>
376
377 * emacs-lisp/lisp-mode.el (lisp-mode): Set
378 font-lock-keywords-case-fold-search.
379
842b2a94
GM
3802000-12-08 Gerd Moellmann <gerd@gnu.org>
381
382 * textmodes/ispell.el (ispell): Doc fix.
383
f9d5f611
KH
3842000-12-08 Kenichi Handa <handa@etl.go.jp>
385
386 * international/quail.el (quail-insert-decode-map): Check the
387 frame width of a window displaying the current buffer, not that of
388 the selected frame.
389 (quail-help): Make sure that the help buffer has window before
390 inserting text in it.
391
e04d21aa
SS
3922000-12-07 Sam Steingold <sds@gnu.org>
393
394 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
395 Backquote is used in isearch.el, so autoloading saves nothing.
396
fc3e23a4
EZ
3972000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
398
137cad7c
EZ
399 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
400 the CVS and RCS subdirectories case-insensitively.
401
fc3e23a4
EZ
402 * dired.el (dired-insert-directory): If file-system-info is
403 fboundp, call it instead of invoking dired-free-space-program.
404
796ecd10
GM
4052000-12-07 Gerd Moellmann <gerd@gnu.org>
406
0f5f7c3e
GM
407 * server.el (server-visit-files): Push files on file-name-history.
408
3764ba49
GM
409 * progmodes/cc-langs.el: Update copyright.
410
8e7931da
GM
411 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
412
ae0d7485 413 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 414
796ecd10
GM
415 * bindings.el (mode-line-mode-menu): Reverse the order
416 of define-keys so that the menu appears in alphabetical order.
417
ae0d7485
GM
4182000-12-07 Milan Zamazal <pdm@freesoft.cz>
419
420 * progmodes/glasses.el (glasses-mode): Update mode line at the end
421 of the function.
422
e2849090
DL
4232000-12-07 Dave Love <fx@gnu.org>
424
425 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
426
427 * facemenu.el (facemenu-unlisted-faces): Fix value.
428
5c7f629c
SM
4292000-12-07 Stefan Monnier <monnier@cs.yale.edu>
430
431 * font-lock.el (font-lock-default-fontify-region):
432 Include the terminating \n (off-by-one error).
433 (font-lock-set-defaults): Use dolist.
434
435 * derived.el (define-derived-mode): Don't use combine-run-hooks.
436
73481ae3
KH
4372000-12-07 Kenichi Handa <handa@etl.go.jp>
438
ffbaa122
KH
439 * international/mule-cmds.el (describe-language-environment): Fix
440 for the case that an input method title is not string but a list.
441
73481ae3
KH
442 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
443 of wrong SIZE record.
444
e2896b22
DL
4452000-12-06 Dave Love <fx@gnu.org>
446
67292061
DL
447 * newcomment.el (comment-region, comment-dwim): Doc fix.
448
449 * textmodes/texinfo.el: Require tex-mode when compiling.
450 (texinfo-update-node): Doc fix.
451 (texinfo-imenu-generic-expression): Add @anchor.
452 (texinfo-font-lock-keywords): Add @uref.
453 (texinfo-inside-macro-p): Don't use ignore-errors.
454 (texinfo-insert-quote): Match more contexts.
455
e76938e7
DL
456 * international/mule.el (decode-char, encode-char): Doc fix.
457 (auto-coding-alist): Customize.
458
459 * files.el (load-file): Fix change of 2000-03-12.
460
e2896b22
DL
461 * wid-edit.el (widget-text-keymap): Doc fix.
462
6610f4b2
AI
4632000-12-06 Andrew Innes <andrewi@gnu.org>
464
465 * makefile.w32-in (lisp): Set to an absolute directory, namely
466 $(CURDIR).
467
9e3366e4
EZ
4682000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
469
470 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
471 read generated-autoload-file, and set buffer-file-coding-system to
472 raw-text-unix after reading the file.
473
474 * international/mule-conf.el (file-coding-system-alist): Use
475 raw-text for reading loaddefs.el and raw-text-unix for writing
476 it.
477
d94d636f
GM
4782000-12-06 Gerd Moellmann <gerd@gnu.org>
479
384333ee
GM
480 * replace.el (occur): Make line-number-width 1 smaller for the
481 colon following the line number.
482
347d0813
GM
483 * startup.el (fancy-splash-text, command-line-1): Use
484 `File' for the menu name instead of `Files'.
e04d21aa 485
d4b72d58
GM
486 * tmm.el: Update copyright.
487
d94d636f
GM
488 * cus-start.el: Add entry for even-window-heights.
489
6e424019
MB
4902000-12-06 Miles Bader <miles@gnu.org>
491
492 * faces.el (frame-set-background-mode): Avoid stomping on
493 locally modified faces.
494
e6477b58
KH
4952000-12-06 Kenichi Handa <handa@etl.go.jp>
496
497 * international/fontset.el: Correct the font registries for
498 japanese-jisx0213-1 and japanese-jisx0213-2.
499
21999ab9
GM
5002000-12-05 Gerd Moellmann <gerd@gnu.org>
501
57d6e381
GM
502 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
503
21999ab9
GM
504 * iswitchb.el: Update customization commentary.
505
7422819c
GM
5062000-12-05 Rob Riepel <riepel@Stanford.EDU>
507
508 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
509 (tpu-search-highlight): Fixed comparison of overlay end positions.
510 (tpu-trim-line-ends): Implemented trimming logic locally.
511
512 * emulation/tpu-extras.el (tpu-write-file-hook)
513 (tpu-set-cursor-bound): Replaced picture-clean with
514 tpu-trim-line-ends.
515
73daff18
KH
5162000-12-05 Kenichi Handa <handa@etl.go.jp>
517
518 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
519 to cn-gb.
520 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
521
6a4cd002
DL
5222000-12-04 Dave Love <fx@gnu.org>
523
524 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
525
6452929e
GM
5262000-12-04 Gerd Moellmann <gerd@gnu.org>
527
e04d21aa 528 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
529 (rmail-summary-expunge-and-save): Ask for confirmation with
530 rmail-expunge-confirmed.
531
532 * mail/rmail.el (rmail-expunge-confirmed): New function.
533 (rmail-expunge): Use it.
534
0c68ce6f
GM
535 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
536 (etags-recognize-tags-table, find-tag-in-order): New
537 functionality: interpret file names as tags.
e04d21aa 538
7a53d8c8
EZ
5392000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
540
541 * info.el (Info-scroll-prefer-subnodes): New defcustom.
542 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
543 visit the first subnode until the bottom of the current node is
544 visible.
545
caa15ef7
GM
5462000-12-04 Gerd Moellmann <gerd@gnu.org>
547
548 * format.el (format-decode): Don't change buffer's undo list.
549
e225faa7
KH
5502000-12-04 Kenichi Handa <handa@etl.go.jp>
551
552 * faces.el (face-font-registry-alternatives): Add entries for CJK
553 fonts. Doc-string adjusted for the actual usage of this data.
554
555 * international/fontset.el: Change the font registries for CJK
556 fonts in the default fontset. Don't append '*' to registries.
557
8b262a65
SM
5582000-12-03 Stefan Monnier <monnier@cs.yale.edu>
559
e04d21aa 560 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
561 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
562
563 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
564 (derived-mode-p): New function.
565 (derived-mode-make-docstring): Add `docstring' argument.
566 Use it if available and complete it if necessary.
567
33c4460b
AS
5682000-12-03 Andreas Schwab <schwab@suse.de>
569
570 * type-break.el (type-break): Don't make parent of itself.
571
5c9b3fac
MB
5722000-12-03 Miles Bader <miles@gnu.org>
573
574 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
575
27ce741e
SM
5762000-12-02 Stefan Monnier <monnier@cs.yale.edu>
577
07c16ec4
SM
578 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
579 (tex-main-file, tex-file): Simplify.
580 (tex-generate-zap-file-name): Use subst-char-in-string.
581 (tex-strip-dots): Remove.
582
c19cc275
SM
583 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
584
27ce741e
SM
585 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
586 to check if the match succeeded.
587
285991dc
GM
5882000-12-02 Gerd Moellmann <gerd@gnu.org>
589
590 * startup.el (use-fancy-splash-screens-p): New function.
591 (command-line-1): Use it to determine whether or not to use
592 a fancy splash screen.
593
52dca1b2
AS
5942000-12-02 Andreas Schwab <schwab@suse.de>
595
596 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
597
d3e7e7cf
EZ
5982000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
599
2dce2360
EZ
600 * international/mule.el (make-char): Fix last change.
601
9768eaa7
EZ
602 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
603 New defcustoms.
604 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
605 autoloading tex-mode; instead, do the same manually. Use
606 texinfo-open-quote and texinfo-close-quote. Insert literal quote
607 with numeric argument. Docstring fix.
608 (toplevel): Require cl when compiling.
e04d21aa 609
285991dc 610 * international/mule.el (make-char): Doc fix.
d3e7e7cf 611
0dd5e255
JR
6122000-12-02 Jason Rumney <jasonr@gnu.org>
613
614 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
615 the Emacs Lisp manual)
616
fbb87147
EZ
6172000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
618
5cbb3e93
EZ
619 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
620
fbb87147
EZ
621 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
622 the Emacs Lisp manual).
623
1636ca09
GM
6242000-12-02 Gerd Moellmann <gerd@gnu.org>
625
626 * simple.el (next-line-add-newlines): Change default to nil.
627
68875f0e
EZ
6282000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
629
630 * files.el (revert-buffer, recover-file): Bind
631 coding-system-for-read to emacs-mule-unix, not to no-conversion.
632
fd9ac94c
GM
6332000-12-01 Gerd Moellmann <gerd@gnu.org>
634
635 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
636
45450dd5
MB
6372000-12-01 Miles Bader <miles@gnu.org>
638
639 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
640
09df8881
KH
6412000-12-01 Kenichi Handa <handa@etl.go.jp>
642
643 * international/mule-diag.el (describe-char-after): Fix typo.
644 (describe-character-set, non-iso-charset-alist): Fix typo.
645
dea0a87d
MB
6462000-12-01 Miles Bader <miles@gnu.org>
647
b170205b
MB
648 * image-file.el (image-file-name-regexp): Automatically add
649 upper-case variants of each filename extension in
650 `image-file-name-extensions', since they seem to be common.
651
e04d21aa 652 * simple.el (minibuffer-contents)
dea0a87d
MB
653 (minibuffer-contents-no-properties, delete-minibuffer-contents):
654 New functions.
655 * filecache.el (file-cache-directory-name)
656 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
657
2b69bc11 6582000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 659
dea0a87d
MB
660 * filecache.el (file-cache-minibuffer-complete): Don't try to
661 delete the minibuffer prompt.
662
a8a1b05d
DL
6632000-11-30 Dave Love <fx@gnu.org>
664
665 * cus-start.el: Fix read-buffer-function type.
666
693c4692
GM
6672000-11-30 Gerd Moellmann <gerd@gnu.org>
668
669 * md5.el: Removed. There's a built-in function, now.
670
2c0b1898
GM
6712000-11-30 Markus Rost <rost@math.ohio-state.edu>
672
673 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
674 as dummy 0-th char of rmail-deleted-vector.
675
63dfcf4b
EZ
6762000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
677
678 * ps-print.el (ps-end-job): Bind case-fold-search only after
679 switching to ps-spool-buffer.
680
6812000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
682
683 * ps-print.el: Line number font customization. PostScript: Lines and
684 PageCount are initialized on each page. Doc Fix.
685 (ps-print-version): New version number (6.3.2).
686 (ps-lpr-switches, ps-font-info-database, ps-font-size)
687 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
688 (ps-right-header): Customization fix.
689 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
690 Fix code.
691 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
692 New vars.
693
df3aedcf
GM
6942000-11-30 Gerd Moellmann <gerd@gnu.org>
695
edfb795e
GM
696 * bs.el: Fix typos and spelling errors.
697 (bs-appearance) <defgroup>: Renamed from bs-appearence.
698 (bs-configuration): Doc fix.
e04d21aa 699
df3aedcf
GM
700 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
701
8b8a7f01
GM
7022000-11-30 Rob Riepel <riepel@Stanford.EDU>
703
704 * emulation/tpu-edt.el (tpu-version): New version.
705 (tpu-search-overlay, tpu-replace-overlay): New initial range.
706 (tpu-original-mode-line): Variable deleted.
707 (tpu-mark-flag): New initial value.
708 (tpu-set-mode-line): Don't redefine mode-line-format. Add
709 tpu-mark-flag to minor-mode-alist.
710 (tpu-update-mode-line): New mark flag logic.
711 (tpu-get): Use find-file-wildcards.
712 (tpu-search-highlight): Move overlay less, reset overlay properly.
713 (tpu-unselect): Deactivate mark.
714 (tpu-lm-replace): Reset overlay properly.
715 (tpu-forward-line): Use forward-visible-line.
716 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
717
718 * emulation/tpu-extras.el (tpu-forward-line): Use
719 forward-visible-line.
e04d21aa 720
c069a9d3
GM
7212000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
722
723 * cus-edit.el (custom-face-value-create): Always emphasize tag.
724
b02cd40b
GM
7252000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
726
727 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
728 and skip whitespace and newlines.
e04d21aa 729
b7a90344
SM
7302000-11-30 Stefan Monnier <monnier@cs.yale.edu>
731
732 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
733
be6bbb55
GM
7342000-11-29 Gerd Moellmann <gerd@gnu.org>
735
0383ed60
GM
736 * help.el (describe-function-1): Regexp-quote function name
737 when used as part of a regexp.
738
c7957947
GM
739 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
740 face-attribute instead of face-foreground and face-background.
741 (tool-bar-add-item): Likewise, and handle unspecified colors.
742
743 * enriched.el (enriched-face-ans): Use face-attribute instead
744 of face-foreground and face-background.
745
746 * faces.el (face-foreground, face-background, face-stipple):
747 Return nil if attribute is unspecified, for backward
748 compatibility.
749
7423978d
GM
750 * files.el (auto-mode-alist): Add an entry for antlr-mode.
751
ef128c78
GM
752 * play/5x5.el: Remove version info.
753
a81fc510
GM
754 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
755
be6bbb55
GM
756 * frame.el (blink-cursor-mode): Doc fix.
757
f9396e03
GM
7582000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
759
760 * antlr-mode.el: New commands to run ANTLR from within Emacs and
761 to create Makefile rules.
762 (antlr-tool-command): New user option.
763 (antlr-ask-about-save): New user option.
764 (antlr-makefile-specification): New user option.
765 (antlr-file-formats-alist): New variable.
766 (antlr-special-file-formats): New variable.
767 (antlr-unknown-file-formats): New user option.
768 (antlr-help-unknown-file-text): New variable.
769 (antlr-help-rules-intro): New variable.
770 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
771 (antlr-mode-menu): Add entries.
772 (antlr-file-dependencies): New function.
773 (antlr-directory-dependencies): New function.
774 (antlr-superclasses-glibs): New function.
775 (antlr-run-tool): New command.
776 (antlr-makefile-insert-variable): New function.
777 (antlr-insert-makefile-rules): New function.
778 (antlr-show-makefile-rules): New command.
779
780 * antlr-mode.el: More Emacs/XEmacs stuff.
781 (antlr-no-action-keywords): New constant with value nil.
782 (antlr-font-lock-keywords-alist): Use it. Old value would break
783 syntax highlighting in Emacs-21.0.
784 (antlr-default-directory): Emacs/XEmacs dependend function.
785 (antlr-read-shell-command): Ditto.
786 (antlr-with-displaying-help-buffer): Ditto.
787
7882000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
789
790 * antlr-mode.el: imenu, parsing and highlighting changes.
791 (antlr-imenu-create-index-function): Don't create extra submenus
792 for definitions in different grammar classes. It is not necessary
793 for the menu and would make command `imenu' awkward to use.
794 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
795 header actions and more than one.
796 (antlr-font-lock-tokendef-face): Changed color.
797 (antlr-font-lock-tokenref-face): Changed color.
798 (antlr-font-lock-additional-keywords): Also highlight lowercase.
799 (antlr-mode-syntax-table): New variable.
800 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
801 (antlr-with-syntax-table): Don't copy syntax table.
802
8032000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
804
805 * antlr-mode.el: Minor changes: language setting.
806 (antlr-language-alist): The value for file option "language" can
807 be both an identifier and a string.
808 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
809 (antlr-language-limit-n-regexp): Change accordingly.
810
8112000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
812
813 * antlr-mode.el: Minor changes: tabs, hiding.
814 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
815 (antlr-action-visibility): Also allow value nil to also hide the
816 braces. Renamed from `antlr-tiny-action-length'.
817 Suggested by Jay@aol.com.
818 (antlr-hide-actions): Change accordingly. Hide line if completely
819 hidden action is on a line of its own.
e04d21aa 820
6ad948eb
SM
8212000-11-29 Stefan Monnier <monnier@cs.yale.edu>
822
823 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
824
825 * sort.el (sort-columns): Don't concat strings with numbers.
826
9c6a4107
DL
8272000-11-29 Dave Love <fx@gnu.org>
828
829 * cus-edit.el (face): Fix :format.
830
831 * mail/feedmail.el: Require smtpmail when compiling.
832 (mail-do-fcc): Autoload.
833 (feedmail) <defgroup>: Fix :link.
834 (feedmail-nuke-body-in-fcc): Fix :type.
835 (feedmail-send-it): Add autoload cookie.
836
053b8d35
SM
8372000-11-29 Stefan Monnier <monnier@cs.yale.edu>
838
839 * newcomment.el (comment-indent): Save excursion around call to
840 comment-indent-function.
841
242c13e8
MB
8422000-11-29 Miles Bader <miles@gnu.org>
843
844 * subr.el (member-ignore-case): Return the tail of the list who's
845 car matches, like `member', not the matching element itself.
846
8f4b5f28
KH
8472000-11-29 Kenichi Handa <handa@etl.go.jp>
848
849 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
850 should not contain `\n'.
851
bebe4a2c
GM
8522000-11-28 Gerd Moellmann <gerd@gnu.org>
853
fd9ac94c 854 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 855
ba7e40eb
GM
856 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
857
75ab0c79
GM
858 * dired-aux.el (dired-do-create-files): Construct default file
859 name for dired-mark-read-file-name so that when the user enters
860 just RET, the target file will end up in the target directory.
861
bebe4a2c
GM
862 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
863 local-abbrev-table before changing buffers because it might
864 have a buffer-local binding.
865
fa6d1ca8
MB
8662000-11-28 Miles Bader <miles@gnu.org>
867
868 * simple.el (delete-horizontal-space): Handle fields more generally.
869
8d2c2642
GM
8702000-11-28 Gerd Moellmann <gerd@gnu.org>
871
872 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
873
8b31236d
DL
8742000-11-28 Dave Love <fx@gnu.org>
875
3cbd02d2
DL
876 * progmodes/ps-mode.el (ps-mode): Set comment-start and
877 comment-start-skip locally.
878
8b31236d
DL
879 * progmodes/fortran.el (fortran-mode): Don't set
880 fortran-comment-line-start-skip. Set comment-start to
881 fortran-comment-line-start.
882 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
883 (fortran-comment-line-start-skip): Simplify slightly.
884
ae4bf56d
GM
8852000-11-28 Gerd Moellmann <gerd@gnu.org>
886
17ef7534
GM
887 * play/5x5.el: Remove RCS keyword.
888
fd9ac94c 889 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 890
665b27a6
GM
8912000-11-28 Milan Zamazal <pdm@freesoft.cz>
892
893 * textmodes/tildify.el (tildify-string-alist): Add
894 `plain-tex-mode' here.
895
fe3c2ae3
GM
8962000-11-28 Colin Walters <walters@cis.ohio-state.edu>
897
898 * chistory.el (Command-history-setup): Remove extraneous `keymap'
899 reference.
900
d970106b
MB
9012000-11-28 Miles Bader <miles@gnu.org>
902
36b80a0d
MB
903 * cus-face.el (custom-face-attributes): Add post-filter function
904 for :box. Make pre-filter function for :box handle all cases.
905
d970106b
MB
906 * wid-edit.el (widget-choose): Make sure pop-up window is large
907 enough to display all the choices, as there's no way to scroll it.
908
5a2bae6c
KH
9092000-11-28 Kenichi Handa <handa@etl.go.jp>
910
911 * international/mule-conf.el: Make the coding system no-conversion
912 safe for all characters.
913
9e836e23
DL
9142000-11-27 Dave Love <fx@gnu.org>
915
8b31236d
DL
916 * net/ldap.el (ldap) <defgroup>: Add :version.
917
9e836e23
DL
918 * tooltip.el (tooltip-use-echo-area): Doc fix.
919
920 * cus-start.el <minibuffer-prompt-properties>: Add version.
921 <read-buffer-function>: Add.
922
923 * apropos.el (apropos-print): Add help-echo to active text.
924
925 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
926
4a74d071
GM
9272000-11-27 Gerd Moellmann <gerd@gnu.org>
928
929 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
930 type, group and version.
931
76058c27
EZ
9322000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
933
4a74d071 934 * select.el (x-get-selection): Docstring fix.
76058c27 935
fd9ac94c 9362000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 937
fd9ac94c 938 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 939
49060c51
AI
9402000-11-27 Andrew Innes <andrewi@gnu.org>
941
942 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
943
944 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
945
b2a8e429
MB
9462000-11-27 Miles Bader <miles@gnu.org>
947
948 * dired.el (dired-get-filename): Return filename verbatim if
949 LOCALP is `verbatim'.
950 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
951 `verbatim' so that we don't inadvertently delete a non-existant
952 directory name.
953
5ac0366d
KH
9542000-11-27 Kenichi Handa <handa@etl.go.jp>
955
956 * international/characters.el: Specify cases and syntaxes for
957 mule-unicode-0100-24ff.
958
67f1cf4c
GM
9592000-11-27 Gerd Moellmann <gerd@gnu.org>
960
961 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
962 that foreground and/or background colors of the face `tool-bar'
963 are unspecified.
964
46c56972
MB
9652000-11-27 Miles Bader <miles@gnu.org>
966
e04d21aa 967 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
968 (widget-field-end): Handle widget field `pseudo-overlays'.
969 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
970 if it's there instead of in `widget-field-list'.
971
46c56972 972 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
973 (help-make-xrefs): Delete extraneous newlines at the end of the
974 docstring.
46c56972 975
640a9cdd
JR
9762000-11-25 Jason Rumney <jasonr@gnu.org>
977
978 * startup.el (command-line): Call set-locale-environment after
979 Window System init file is read, as it can result in a call to
980 redraw-frame.
981
0b3f96d4
EZ
9822000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
983
984 * simple.el (shell-command): Mention the effect of the prefix
985 argument in the doc string.
986
8da6e2a1
MB
9872000-11-25 Miles Bader <miles@gnu.org>
988
a658d039
MB
989 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
990
8da6e2a1 991 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 992 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 993
d3416cca
JR
9942000-11-24 Jason Rumney <jasonr@gnu.org>
995
996 * international/mule-cmds.el (locale-language-names): Add "jp" as
997 a non-standard alternative for Japanese.
998
17e37f53
AS
9992000-11-24 Andre Spiegel <spiegel@gnu.org>
1000
1001 * vc-hooks.el: Require 'cl during compilation.
1002
9aa5f148
GM
10032000-11-24 Gerd Moellmann <gerd@gnu.org>
1004
ba193890
GM
1005 * faces.el (face-set-after-frame-default): Let face attributes
1006 specified for new frames override frame parameters.
1007
9aa5f148
GM
1008 * startup.el (command-line): Fix computation of the source file
1009 for user-init-file when user-init-file is a compiled file.
1010
51a1edab
MB
10112000-11-24 Miles Bader <miles@gnu.org>
1012
e04d21aa 1013 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
1014 (custom-post-filter-face-spec): New functions.
1015 (custom-face-set, custom-face-value-create): Filter the face spec
1016 before and after customization.
1017 (custom-face-set): If VALUE specifies a null face, pass a
1018 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
1019 * cus-face.el (custom-face-attributes): Remove SET and GET
1020 functions. Add some IN-FILTER and OUT-FILTER functions in the few
1021 cases they're needed.
1022
1ed74431
MB
1023 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
1024 that it's distinguishable from the :off-glyph on dark-background
1025 displays. Set its background color too.
1026
67ee1125
MB
1027 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
1028 so that people can easily turn it off.
1029
7d027816 10302000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 1031
7d027816 1032 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 1033
9aa5f148 1034 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 1035
9aa5f148 1036 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 1037
9aa5f148 1038 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 1039 redundant skip-small-frames test.
e04d21aa 1040
9aa5f148 1041 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816 1042 (viper-downgrade-to-insert): protect against errors in hooks.
e04d21aa 1043
9aa5f148
GM
1044 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
1045 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
1046 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816 1047 functions.
e04d21aa 1048
9aa5f148 1049 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 1050
9aa5f148 1051 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 1052
f07fa1b8
KH
10532000-11-24 Kenichi Handa <handa@etl.go.jp>
1054
1055 * international/mule-diag.el (list-iso-charset-chars): For
1056 two-byte charset, fix the `while' condition.
1057 (list-non-iso-charset-chars): Fix the `while' condition.
1058
ba8299ff
SM
10592000-11-23 Stefan Monnier <monnier@cs.yale.edu>
1060
79372165
SM
1061 * subr.el (add-hook, remove-hook): Don't call make-local-hook
1062 if the variable is make-variable-buffer-local.
1063
ba8299ff
SM
1064 * progmodes/ada-stmt.el (ada-template-map): Initialize
1065 and bind it to C-c t in ada-mode-map.
1066 (ada-stmt-mode-hook): New function extracted from old code.
1067 Only change the buffer-local side of skeleton-*.
1068 (ada-mode-hook): Use it.
1069
68a887fa
EZ
10702000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
1071
1072 * iswitchb.el (iswitchb-minibuf-depth): New variable.
1073 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
1074 we expect to be returned by minibuffer-depth once we prompt the
1075 user in the minibuffer.
1076 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
1077 as recorded in iswitchb-minibuf-depth, return non-nil.
1078
3b345582
EZ
10792000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
1080
1081 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
1082 (hscroll-window-maybe): Docstring fix.
1083
595dead2
DL
10842000-11-23 Dave Love <fx@gnu.org>
1085
1086 * rect.el (string-rectangle): Don't test delete-selection-mode.
1087
1e66b27a
GM
10882000-11-23 Gerd Moellmann <gerd@gnu.org>
1089
02790ce2
GM
1090 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
1091 is in the tool bar.
1092
1e66b27a
GM
1093 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
1094 with `no-dir'; we want the directory part to be able to remove
1095 it.
1096
a4caa65d
SM
10972000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1098
1099 * textmodes/outline.el (outline-flag-region):
1100 Don't bind inhibit-read-only since we don't modify the buffer.
1101 (outline-isearch-open-invisible): Don't jump to overlay-start
1102 since we're trying to unhide text around point.
1103 (outline-discard-overlays): Use dolist.
1104
1105 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
1106
03e757c1
GM
11072000-11-22 Gerd Moellmann <gerd@gnu.org>
1108
e04d21aa 1109 * mail/rmail.el (rmail-confirm-expunge): Default to
03e757c1 1110 y-or-n-p.
e04d21aa 1111
1598a961
SM
11122000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1113
1114 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
1115 Fix ARG regexp to skip quoted braces.
1116 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
1117 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
1118 are (correctly) handled separately).
1119 Remove `caption' and `footnote' from `citations': they contain text.
1120 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
1121 (latex-skeleton-end-hook): New function.
1122 (latex-mode): Use it.
1123 (tex-start-tex-marker): Remove.
1124 (tex-send-tex-command): Don't set tex-start-tex-marker.
1125 (tex-error-parse-syntax-table): New var.
1126 (tex-compilation-parse-errors): Use it.
1127 Ignore tex-start-tex-marker. Don't bother with marker-position.
1128 (tex-validate-buffer): Don't bother with marker-position.
1129
1130 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 1131 (flyspell-generic-progmode-verify): Use it.
1598a961 1132
eaae8106
SS
11332000-11-22 Sam Steingold <sds@gnu.org>
1134
03e757c1
GM
1135 * simple.el (delete-trailing-whitespace): New interactive
1136 function.
e04d21aa 1137
eaae8106 1138 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 1139 `ada-remove-trailing-spaces'.
eaae8106 1140 (ada-remove-trailing-spaces): Removed.
e04d21aa 1141
eaae8106 1142 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 1143
1598a961
SM
1144 * textmodes/picture.el (picture-clean): Removed.
1145 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 1146
a41d49e9
GM
11472000-11-22 Gerd Moellmann <gerd@gnu.org>
1148
e053c60f
GM
1149 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1150
a41d49e9
GM
1151 * hi-lock.el (hi-lock-refontify): Don't call non-existent
1152 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 1153 do anything special when jit-lock is active.
a41d49e9
GM
1154 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
1155
197615f3
DL
11562000-11-22 Dave Love <fx@gnu.org>
1157
ddbfaa9f
DL
1158 * calendar/todo-mode.el (todo-top-priorities): Use
1159 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
1160
ddc3c695
DL
1161 * language/chinese.el, language/cyrillic.el:
1162 * language/devanagari.el, language/ethiopic.el, language/greek.el:
1163 * language/hebrew.el, language/indian.el, language/japanese.el:
1164 * language/korean.el, language/lao.el, language/misc-lang.el:
1165 * language/thai.el, language/tibetan.el, language/vietnamese.el:
1166 Use provide.
1167
fb9fa98d
DL
1168 * cus-edit.el (custom-buffer-create-internal): Save some consing.
1169 (custom-variable-set): Improve validation error mesage.
1170
197615f3
DL
1171 * rect.el (string-rectangle): Revert last change.
1172 (string-rectangle-line): New arg DELETE.
1173 (string-rectangle): Check delete-selection-mode.
1174
1175 * emacs-lisp/edebug.el (edebug-version)
1176 (edebug-maintainer-address): Deleted.
1177 (edebug-submit-bug-report): Just alias to report-emacs-bug.
1178 (edebug-read-function): Account for other `'#' read forms.
1179 (edebug-mode-menus): Make some items toggles.
1180 (edebug-outside-unread-command-event, unread-command-event):
1181 Remove these to avoid warnings.
1182
f4117c4d
GM
11832000-11-22 David Ponce <david@dponce.com>
1184
1185 * recentf.el (recentf-menu-items-for-commands)
1186 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 1187 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 1188
f4117c4d
GM
1189 (recentf-build-dir-rules, recentf-dump-variable)
1190 (recentf-edit-list, recentf-open-files-item)
1191 (recentf-open-files): Replaced unnecessary `mapcar' with new
1192 built-in `mapc'.
eaae8106 1193
f8e2f3f2
MB
11942000-11-23 Miles Bader <miles@gnu.org>
1195
1196 * faces.el (menu): Make inverse-video on ttys too.
1197
4c4a541d
SM
11982000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1199
1200 * simple.el (comment-line-break-function): Use the new name
1201 indent-new-comment-line -> comment-indent-new-line.
1202 (clone-indirect-buffer): Don't ignore NORECORD.
1203 (next-completion): Properly handle the case where items are adjacent.
1204
1205 * mouse.el (popup-menu): Stupid typo.
1206
980d836e
GM
12072000-11-22 Gerd Moellmann <gerd@gnu.org>
1208
60e8e0a5
GM
1209 * emacs-lisp/authors.el: Remove autoload cookies, add author,
1210 maintainer, keywords tags.
1211
980d836e
GM
1212 * rect.el (replace-rectangle): Don't call string-rectangle-line
1213 with too many arguments.
1214
e08b2069
AS
12152000-11-22 Andre Spiegel <spiegel@gnu.org>
1216
60e8e0a5 1217 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 1218 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
1219 vc-locking-user, which no longer exists.
1220
1221 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
1222
c6779d8d
DL
12232000-11-22 Dave Love <fx@gnu.org>
1224
1225 * md5.el (md5): Provide.
1226 (md5): Fix error call.
1227
e672fdce
MB
12282000-11-22 Miles Bader <miles@gnu.org>
1229
eaae8106 1230 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
1231 (refill-fill-paragraph-at): Remove debugging code.
1232
80e24c04
MB
1233 * calendar/calendar.el (generate-calendar-window): When we don't
1234 call `fit-window-to-buffer', make sure the top line is fully visible.
1235
3a17d6cc
MB
1236 * image-file.el (insert-image-file): Don't make `read-only'
1237 property rear-nonsticky.
1238
ae1a21c6
MB
1239 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
1240 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
1241 stashing away its original value.
1242 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
1243 in the recursive edit.
1244 Bind `isearch-original-minibuffer-message-timeout' to protect it.
1245 (isearch-done): Restore `minibuffer-message-timeout'.
1246
e672fdce
MB
1247 * cus-start.el: Remove entry for `mode-line-inverse-video'.
1248
3ea79df8
SM
12492000-11-21 Stefan Monnier <monnier@cs.yale.edu>
1250
1251 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
1252
1253 * find-lisp.el (find-lisp-find-files-internal):
1254 Use dolist, when and file-name-as-directory.
1255
980d836e 1256 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
1257 (define-derived-mode, define-minor-mode): Add specs.
1258
1259 * window.el: General comment and spacing fixes.
1260 (save-selected-window): Use backquotes.
1261 (window-safely-shrinkable-p): New function.
1262 (shrink-window-if-larger-than-buffer): Use it.
1263
1264 * subr.el (make-local-hook): Docstring fix.
1265
1266 * shell.el (shell-mode): Use define-derived-mode.
1267
1268 * newcomment.el (comment-indent): Insert comment before calling
1269 comment-indent-function. Don't insert in column 0.
1270 (comment-dwim): Indent before inserting comment.
1271
1272 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
1273 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
1274 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
1275 Use mapc rather than map.
1276
1277 * files.el (find-buffer-visiting): Compare all attributes before
1278 declaring two files identical (rather than just their inode-no).
1279 (auto-mode-alist): Use \' rather than $.
1280
1281 * which-func.el: Update maintainer line.
1282
1283 * pcvs.el (uniquify-buffer-file-name): Remove advice.
1284 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
1285 (uniquify-buffer-file-name): Use it.
1286
8f62f2b8
MB
12872000-11-22 Miles Bader <miles@gnu.org>
1288
1289 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
1290 * simple.el (minibuffer-avoid-prompt): New function.
1291
fb279a6d
GM
12922000-11-21 Gerd Moellmann <gerd@gnu.org>
1293
1294 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
1295
867092e9
MB
12962000-11-21 Miles Bader <miles@gnu.org>
1297
ef860850
MB
1298 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
1299 inclusion of `track-mouse'.
1300
867092e9
MB
1301 * textmodes/refill.el (refill-ignorable-overlay): New variable.
1302 (refill-adjust-ignorable-overlay): New function.
1303 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
1304 only the paragraph's tail if possible.
1305 Update `refill-ignorable-overlay'.
1306 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
1307
1308 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1309 point inside the fill-prefix.
1310
1311 * textmodes/refill.el (refill-post-command-function): Don't reset
1312 refill-doit in the case where a self-insertion command doesn't
1313 case a refill. Use `refill-fill-paragraph-at', getting position
1314 from `refill-doit'.
1315 (refill-after-change-function): Set `refill-doit' to END.
1316 (refill-fill-paragraph-at): New function, mostly from old
1317 refill-fill-paragraph.
1318 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
1319 (refill-pre-command-function): New function.
1320 (refill-mode): Add it to `pre-command-hook'.
1321
ff9ab414
GM
13222000-11-20 Gerd Moellmann <gerd@gnu.org>
1323
29a01b72
GM
1324 * textmodes/artist.el (artist-mode): Fix autoload cookie.
1325
ff9ab414
GM
1326 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
1327 javadoc tags.
eaae8106 1328
885b211b
AS
13292000-11-20 Andre Spiegel <spiegel@gnu.org>
1330
1331 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
1332 vc.el).
1333
eaae8106 1334 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 1335 require vc.
eaae8106
SS
1336
1337 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 1338 checkouts.
eaae8106 1339
d1838556
DL
13402000-11-20 Dave Love <fx@gnu.org>
1341
1342 * Makefile.in (DONTCOMPILE): Omit bindings.el.
1343
2b69bc11 13442000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 1345
2b69bc11
GM
1346 * calculator.el (calculator-paste): Use `if' instead of `and'
1347 and `or'.
1348 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 1349
b95b34e5
GM
13502000-11-19 Gerd Moellmann <gerd@gnu.org>
1351
030de92f
GM
1352 * info.el (info-menu-5): Doc fix.
1353
b95b34e5
GM
1354 * textmodes/artist.el: New file.
1355
54970452
AS
13562000-11-19 Andre Spiegel <spiegel@gnu.org>
1357
eaae8106 1358 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
1359 and differentiate according to checkout model.
1360 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
1361 since this function is only concerned with master state.
1362
eaae8106 1363 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
1364 vc-default-workfile-unchanged-p): Moved here from vc.el.
1365
eaae8106 1366 * vc.el (vc-workfile-unchanged-p,
54970452
AS
1367 vc-default-workfile-unchanged-p): See above.
1368
e5a9dabf
MB
13692000-11-19 Miles Bader <miles@gnu.org>
1370
1371 * image-file.el (insert-image-file): Make `intangible' and
1372 `read-only' properties rear-nonsticky too.
1373
24127af0
GM
13742000-11-18 Gerd Moellmann <gerd@gnu.org>
1375
d392e9c5 1376 * ps-print.el: Update copyright notice.
eaae8106 1377
d392e9c5
GM
1378 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
1379 (tooltip-show): Use the offsets.
1380
24127af0 1381 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 1382 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
1383 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
1384
2b69bc11 13852000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 1386
2b69bc11
GM
1387 * ps-print.el (toplevel): Test for find-coding-system being
1388 fboundp before calling ps-x-find-coding-system.
08ea6f17 1389
66321b2f
SM
13902000-11-16 Stefan Monnier <monnier@cs.yale.edu>
1391
1392 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
1393 (vc-version-backup-file): Docstring fix.
1394
046110c6
GM
13952000-11-16 Gerd Moellmann <gerd@gnu.org>
1396
4104194e
GM
1397 * files.el (basic-save-buffer): Don't add a newline if
1398 find-file-literally is non-nil.
1399 (find-file-literally): Extend doc string.
1400
046110c6
GM
1401 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
1402 sort(1) with the `-f' argument.
1403
6505c16e
AS
14042000-11-16 Andre Spiegel <spiegel@gnu.org>
1405
fd063975
AS
1406 * vc.el: Updated backend documentation.
1407 (vc-default-check-headers): New function.
1408
3d02dd81 1409 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
1410
1411 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 1412 up-to-date.
eaae8106 1413 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 1414 the minibuffer is not active.
fd063975 1415
eaae8106 1416 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 1417 `vc-cvs-use-edit' is on.
eaae8106
SS
1418 (vc-cvs-checkout): When this is used for reverting the workfile,
1419 make a backup of the original contents and revert to that in case
8791d617 1420 of error.
eaae8106 1421 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 1422 remote repositories.
eaae8106 1423
6505c16e
AS
1424 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
1425 for both version and ratio in the minibuffer.
fd063975 1426
eaae8106 1427 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 1428 Use vc-do-command to perform the annotation, not call-process.
6505c16e 1429
a13f0660
KH
14302000-11-16 Kenichi Handa <handa@etl.go.jp>
1431
1432 * international/quail.el (quail-start-translation): Don't call
1433 `message' before reading key sequence.
1434
1389a414
MB
14352000-11-16 Miles Bader <miles@lsi.nec.co.jp>
1436
1437 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
1438
9256a532
KH
14392000-11-16 Kenichi Handa <handa@etl.go.jp>
1440
1441 * window.el (fit-window-to-buffer): Be sure to acquire at least
1442 one text line even if the buffer is empty.
1443
0e14fe9f
GM
14442000-11-16 Gerd Moellmann <gerd@gnu.org>
1445
eaae8106 1446 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
1447 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
1448 ange-ftp-process-verbose to nil.
1449
da645c53
DL
14502000-11-15 Dave Love <fx@gnu.org>
1451
233d5cde
DL
1452 * wid-edit.el (widget-specify-field, widget-specify-button): If
1453 :help-echo is a function, set help-echo of overlay to
1454 widget-mouse-help.
1455 (widget-mouse-help): New function.
1456 (widget-echo-help): Rewritten for :help-echo functions only taking
1457 a widget arg.
1458
b12057b9
DL
1459 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
1460 display-graphic-p.
1461 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
1462 and that JPEG is available.
1463 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
1464
da645c53
DL
1465 * international/mule-cmds.el (locale-charset-language-names):
1466 Match @euro.
1467
6d133d1f
GM
14682000-11-15 Gerd Moellmann <gerd@gnu.org>
1469
1470 * faces.el (face-set-after-frame-default): If
0e14fe9f 1471 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
1472 default face from X resources.
1473
49ac2ac5
EZ
14742000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1475
1476 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
1477 Don't set EMACSLOADPATH.
1478
4fb0a34c
EZ
14792000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1480
1481 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
1482 texinfo-insert-@url.
1483 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
1484 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
1485
bb304a7a
SM
14862000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1487
82bc80bf
SM
1488 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
1489 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
1490 (checkdoc-minor-keymap): Backward compatibility.
1491 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
1492 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
1493 (checkdoc-this-string-valid-engine): Be a bit more strict
1494 to avoid matching substrings of `...' quoted vars/funs.
1495 (checkdoc-defun-info): Only look for `interactive' if alone.
1496 (debug-ignored-errors): Add "arg doesn't appear in docstring".
1497
e8c87124
SM
1498 * progmodes/compile.el (grep): `tag-default' can be nil.
1499
bb304a7a
SM
1500 * newcomment.el (comment-indent): Paren typo.
1501
8628686a
DL
15022000-11-14 Dave Love <fx@gnu.org>
1503
25c269ef
DL
1504 * calculator.el: New maintainer version.
1505
66321b2f 1506 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 1507
8628686a
DL
1508 * cmuscheme.el: Doc fixes.
1509 (cmuscheme) <defgroup>: Use `scheme' as parent.
1510 (cmuscheme-program-name): Remove. Change uses to
1511 scheme-program-name.
1512
1513 * xscheme.el (scheme-program-name): Don't define here.
1514
1515 * progmodes/scheme.el (scheme-program-name): New variable
1516 (originally in cmuscheme).
1517
88f0a1eb
MB
15182000-11-14 Miles Bader <miles@gnu.org>
1519
1520 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
1521 Handle header-lines. Don't loop forever if we can't enlarge the
1522 window anymore. Simplify a bit.
1523
cd9a000c
KH
15242000-11-14 Kenichi Handa <handa@etl.go.jp>
1525
1526 * window.el (fit-window-to-buffer): Don't check
1527 window-text-height. Assure that the last line is fully visible.
1528
1529 * international/quail.el (quail-show-guidance-buf): Call
1530 fit-window-to-buffer to assure the enough height of the guidance
1531 buffer.
1532 (quail-update-guidance): Avoid making the guidance buffer shorter.
1533
d3fcda22
SM
15342000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1535
bdbd9606
SM
1536 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
1537 rather than `prepend' and add an interesting comment.
1538 (tex-math-face, tex-font-lock-syntactic-face-function):
1539 New face and function to use it.
1540 (tex-define-common-keys, tex-mode-map): Use menu-item rather
1541 than `menu-enable' symbol property.
1542 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
1543 (tex-mode): Add some latex-mode commands for auto-selection.
1544 Use tex-font-lock-syntactic-face-function.
1545 (tex-insert-quote): Simplify.
1546 (tex-shell): New mode.
1547 (tex-start-shell): Use it.
1548 (tex-shell-proc, tex-shell-buf): New functions.
1549 (tex-send-command): Use it.
1550 (tex-main-file): Fix the meaning of the new arg REALFILE.
1551 (tex-send-tex-command): New function split from `tex-start-tex'.
1552 Set compilation-last-buffer and compilation-parsing-end.
1553
d3fcda22
SM
1554 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
1555 when it follows non-comment text on the line.
1556
1557 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1558 Set font-lock-defaults.
1559 (lisp-mode-shared-map): Init inside the defvar.
1560 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
1561 Use define-derived-mode.
1562
bdab1d43
MB
15632000-11-14 Miles Bader <miles@lsi.nec.co.jp>
1564
1565 * faces.el (header-line): Use `:box nil' for color/gs displays too.
1566
936ae731
GM
15672000-11-14 Gerd Moellmann <gerd@gnu.org>
1568
1569 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
1570 recursively optimize body because that can lead to infinite
1571 recursion; see comment there.
1572
1695ca2b
EZ
15732000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
1574
1575 * faces.el (face-spec-set-match-display): Revert the change from
1576 2000-10-24. Add a FIXME for after v21.1.
1577
9d348294
MB
15782000-11-13 Miles Bader <miles@gnu.org>
1579
1580 * textmodes/fill.el (skip-line-prefix): New function.
1581 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
1582 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
1583 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1584 point inside the fill-prefix.
9d348294 1585
b85fa13c
MB
15862000-11-13 Miles Bader <miles@lsi.nec.co.jp>
1587
1588 * calendar/calendar.el (generate-calendar-window): Use
1589 `fit-window-to-buffer'.
1590
a0b47716
SM
15912000-11-12 Stefan Monnier <monnier@cs.yale.edu>
1592
1593 * gud.el (gud-minor-mode): New var.
1594 (gud-symbol, gud-val): New functions.
1595 (gud-find-file): Copy gud-minor-mode to the new buffer.
1596 (gud-menu-map): Include entries for commands that are not always
1597 available, using :enable to (de)activate them.
1598 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
1599 (gud-mode-map): New map.
eaae8106 1600 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
1601 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
1602 Don't set up gud's menu (it's done by the minor-mode).
1603 (gud-minibuffer-local-map): New.
1604 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
1605 (gud-query-cmdline): New function.
1606 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
1607 (gud-mode): Use define-derived-mode.
1608 Don't set up gud's menu (it's done by the minor-mode).
1609 (gud-chop-words): Remove.
1610 (gud-common-init): Use split-string instead.
1611 (gud-new-keymap, gud-make-debug-menu): Eradicate.
1612
1613 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
1614 Add keyword arg :name.
1615
1616 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
1617 (diff-count-matches, diff-split-hunk): New functions.
1618 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
1619
1620 * pcvs-info.el (cvs-fi-conflict-face): New var.
1621
1622 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
1623 Make it into a simple syntax-table, shared among all submodes.
1624 (sh-heredoc-face): Re-introduce.
1625 (sh-font-lock-syntactic-face-function): New function.
1626 (sh-mode): Use it. Also use define-derived-mode.
1627 Remove old bogus setting of indent-region-function.
1628 (sh-set-shell): Don't set the syntax-table any more.
1629 (sh-mode-syntax-table) <defun>: Remove.
1630
f5ed37df
MB
16312000-11-12 Miles Bader <miles@gnu.org>
1632
1633 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
1634 message if interactive.
1635
0b074c2f
DL
16362000-11-12 Dave Love <fx@gnu.org>
1637
1638 * mail/feedmail.el: Fix header,
1639 (feedmail) <defgroup>: Add :link.
1640
1641 * view.el: Use local-map property, not keymap on mode-line string.
1642
1643 * scroll-all.el (scroll-all-mode): Customize variable. Add
1644 autoload cookie to function.
1645
1646 * lazy-lock.el: Remove compatibility code.
1647
1648 * finder.el (finder-known-keywords): Add `files', remove `vms'.
1649 (finder-help-echo): New variable.
1650 (finder-mouse-face-on-line): Add help-echo stuff.
1651 (finder-list-keywords, finder-list-matches): Use mapc.
1652
1653 * faces.el (face-font-registry-alternatives): Add :version.
1654
1655 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
1656 tags-table-list.
1657
a0b47716 1658 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 1659
a0b47716 1660 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
1661 (mail-mode): Use [:alnum:] in some regexps.
1662
6d502396
DL
16632000-11-10 Dave Love <fx@gnu.org>
1664
1665 * ediff.el (ediff-regions-internal, ediff-documentation):
1666 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
1667 fundamental mode.
1668
1669 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
1670 buffer into fundamental mode.
1671 (ediff-set-difference): Use copy-sequence if available.
1672
1673 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
1674 ediff-patch-map non-nil.
1675 (ediff-fixup-patch-map, ediff-fixup-patch-map)
1676 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
1677 buffer into fundamental mode.
1678
1679 * ediff-merg.el (state-or-merge): Defvar when compiling.
1680
a82fe213
JR
16812000-11-10 Jason Rumney <jasonr@gnu.org>
1682
1683 * w32-fns.el (w32-add-charset-info): New function.
1684 (w32-charset-info-alist): Use it.
1685
52d89894
GM
16862000-11-10 Gerd Moellmann <gerd@gnu.org>
1687
1688 * faces.el (face-font-registry-alternatives): New user-option.
1689
178932de
SM
16902000-11-10 Stefan Monnier <monnier@cs.yale.edu>
1691
d7fa3319
SM
1692 * textmodes/texinfo.el (texinfo-block-default): New var.
1693 (texinfo-insert-block): Use it. Insert a newline if needed.
1694
178932de
SM
1695 * textmodes/fill.el (fill-indent-according-to-mode): New var.
1696 (fill-region-as-paragraph): Use it.
1697
1698 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
1699 (latex-mode): Tweak tex-*-(head|trail)er regexps.
1700 Tweak paragraph regexps to allow a leading [ \t]*.
1701 (tex-latex-block): Insert a newline if necessary.
1702 (latex-insert-item): Only insert a newline if necessary.
1703 (tex-guess-main-file): New function.
1704 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
1705 Set tex-main-file if TeX-master is provided.
1706 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
1707
bd02b8e0
GM
17082000-11-10 Gerd Moellmann <gerd@gnu.org>
1709
1710 * startup.el (command-line): Set the default tooltip-mode
1711 to t for graphical displays which implement x-show-tip.
1712
1713 * tooltip.el (tooltip-mode): Add a comment about startup.el
1714 setting the default value of this user-option.
1715
b29b03eb
SM
17162000-11-09 Stefan Monnier <monnier@cs.yale.edu>
1717
1718 * font-lock.el (font-lock-*-face) <defvar>: Move.
1719 (font-lock-defaults-alist): Mark obsolete.
1720 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
1721 (font-lock-mode): Use define-minor-mode.
1722 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
1723 (font-lock-turn-off-thing-lock): Be more explicit.
1724 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
1725 (font-lock-syntactic-face-function): New var.
1726 (font-lock-fontify-syntactically-region): Use it.
1727 (font-lock-doc-face): New.
1728
1729 * pcvs.el (cvs-enabledp): Ignore errors.
1730 (cvs-commit-filelist): Never query.
1731 (cvs-mode-insert): Always add a terminating / in the initial prompt.
1732 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
1733 (cvs-do-removal): Use cvs-partition rather than delete-if.
1734 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
1735 cvs-bury-buffer.
1736
1737 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1738 Allow `next' to jump to after the end of the last match.
1739
778fbc46
GM
17402000-11-09 Gerd Moellmann <gerd@gnu.org>
1741
730c746c
GM
1742 * simple.el (byte-compiling-files-p): New function.
1743
1744 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
1745 if it is there.
1746
1747 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
1748 nil again.
1749
778fbc46
GM
1750 * textmodes/ispell.el (ispell-library-path): Don't call
1751 check-ispell-version when byte-compiling because that starts
1752 an ispell process, and ispell might not be installed.
1753 (toplevel): Don't set up a menu when byte-compiling.
1754
1755 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
1756 it, so that a boundp test can be used to determine if we're
1757 currently byte-compiling.
1758
5912c5bb
DL
17592000-11-09 Dave Love <fx@gnu.org>
1760
1761 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
1762 eval-after-load.
1763
7bb054a5
GM
17642000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1765
1766 * ps-print.el: Patch for variable initialization when spooling. Doc
1767 fix.
1768 (ps-output-list): Fun eliminated.
1769 (ps-begin-file, ps-begin-job): Code fix.
1770
9db2706e
DL
17712000-11-08 Dave Love <fx@gnu.org>
1772
1773 * ediff-wind.el (ediff-control-frame-parameters): Zero
1774 tool-bar-lines.
1775
f7eb32aa
GM
17762000-11-08 Gerd Moellmann <gerd@gnu.org>
1777
1778 * simple.el (shell-command, display-message-or-buffer)
1779 (shell-command-on-region): Mention resize-mini-windows in the doc
1780 string.
1781 (display-message-or-buffer): Take the value of resize-mini-windows
1782 into account.
1783
7b01b08c
GM
17842000-11-07 Gerd Moellmann <gerd@gnu.org>
1785
acad3c0b
GM
1786 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
1787
7b01b08c
GM
1788 * dired.el (dired-between-files): Add `^. find' as an alternative
1789 to the regular expression, for find-dired.
1790
6f602bd0
SM
17912000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1792
1793 * textmodes/texnfo-upd.el: Require texinfo.
1794 (defmacro, defgroup): Remove.
1795 (texinfo-section-to-generic-alist): Remove.
1796 Use texinfo-section-list instead (i.e. level is changed string->int).
1797 (texinfo-filter): New function.
1798 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
1799 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
1800 Use it. And use regexp-opt.
1801 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
1802 (texinfo-update-menu-region-beginning)
1803 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
1804 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
1805 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 1806 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
1807 (texinfo-sequential-node-update): Remove autoload cookie.
1808
1809 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
1810 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
1811 (texinfo-chapter-level-regexp): Remove.
1812 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
1813
bb216218
DL
18142000-11-06 Dave Love <fx@gnu.org>
1815
6f602bd0 1816 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 1817
6f602bd0
SM
1818 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1819 Match defun*.
bb216218 1820
ff8dd5d5
KH
18212000-11-06 Kenichi Handa <handa@etl.go.jp>
1822
1823 * composite.el (composition-function-table): Variable declaration
1824 moved to src/composite.c.
1825 (compose-chars-after): New optional arg object.
1826
e9da51a1
GM
18272000-11-06 Gerd Moellmann <gerd@gnu.org>
1828
e0c12c68
GM
1829 * bindings.el (mode-line-toggle-read-only)
1830 (mode-line-toggle-modified, mode-line-widen)
1831 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
1832 (make-mode-line-mouse2-map): Rewritten.
1833 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
1834 functions so that C-h k can show something with a doc string.
eaae8106 1835
e9da51a1
GM
1836 * startup.el (fancy-splash-delay): Set to 10 seconds.
1837 (fancy-splash-max-time): New user-option.
1838 (fancy-splash-stop-time): New variable.
1839 (fancy-splash-screens): Set it. Catch `stop-splashing'.
1840 (fancy-splash-screens-1): Throw `stop-splashing' when current
1841 time is greater than fancy-splash-stop-time.
1842
611dbdf0
SM
18432000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1844
4d2806e2
SM
1845 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
1846
611dbdf0
SM
1847 * pcvs.el (cvs-mode-marked): New arg `noquery'.
1848 Prompt user for a file rather than raising an error.
1849 (cvs-enabledp): Fix call to cvs-mode-marked.
1850 (cvs-insert-file): New function (extracted from cvs-mode-insert).
1851 (cvs-mode-insert): Use it. Change the init prompt' value.
1852 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
1853
1854 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
1855 Don't pass default arg to ewoc-locate.
1856 (ewoc-collect): Return result in the right order.
1857
1858 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
1859
1860 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
1861 (cvs-status-get-tags): Fix regexp.
1862 (cvs-status-trees, cvs-status-cvstrees):
1863 Combine after change hooks and don't sit-for.
4d2806e2
SM
1864 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
1865 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
1866 Use make-char rather than hard-coded cryptic data.
1867 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
1868
1869 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
1870
1871 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
1872 (cvs-insert-strings): New function.
1873
937b2877
MB
18742000-11-06 Miles Bader <miles@lsi.nec.co.jp>
1875
1876 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
1877 `mwheel-scroll-amount'.
1878 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
1879 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
1880 string-matching against the version string.
1881
c6c97763
KH
18822000-11-06 Kenichi Handa <handa@etl.go.jp>
1883
6eaec747
KH
1884 * language/thai.el ("Thai"): Set a lisp form that produces
1885 composed string in `sample-text' language info.
1886
1887 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
1888 composed string in `sample-text' language info.
1889
1890 * international/mule-cmds.el (describe-language-environment): Eval
1891 `sample-text' data and insert the result.
1892
c6c97763
KH
1893 * international/mule-conf.el (compound-text): Define this coding
1894 system here. Make x-ctext and ctext aliases of it.
1895
1896 * language/european.el (compound-text, ctext): Moved to
1897 international/mule-conf.el.
1898
d1145f85
AI
18992000-11-05 Andrew Innes <andrewi@gnu.org>
1900
1901 * w32-fns.el (w32-version): New function.
1902
178a6a45
SM
19032000-11-05 Stefan Monnier <monnier@cs.yale.edu>
1904
1905 * progmodes/awk-mode.el: Update copyright.
1906 (awk-mode-abbrev-table): Remove.
1907 (awk-font-lock-keywords): Use regexp-opt.
1908 (awk-mode): Use define-derived-mode.
1909
1910 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
1911 when extracting a suffix.
1912
1ba90166
AS
19132000-11-04 Andre Spiegel <spiegel@gnu.org>
1914
1915 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
1916 auto-save-mode.
1917
546790cb
JR
19182000-11-04 Jason Rumney <jasonr@gnu.org>
1919
1920 * language/european.el (decode-mac-roman): Test against r1 not r0.
1921
d247e32d
SM
19222000-11-03 Stefan Monnier <monnier@cs.yale.edu>
1923
fbf44f44
SM
1924 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
1925 (icon-mode): Define indent-line-function.
1926 (icon-comment-indent): Simplify.
1927 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
1928
1929 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
1930
1931 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
1932 Bind change-log-default-mode to defeat the caching done on it.
1933 Don't bother saving excursion any more.
1934
1935 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
1936
1937 * frame.el (after-setting-font-hook): Rename hooks -> hook.
1938 (set-frame-font): Use the new name (and the old for compatibility).
1939
eaae8106
SS
1940 * toolbar/tool-bar.el (tool-bar-mode):
1941 * time.el (display-time-mode):
1942 * recentf.el (recentf-mode):
1943 * paren.el (show-paren-mode):
1944 * mwheel.el (mouse-wheel-mode):
1945 * msb.el (msb-mode):
1946 * jka-compr.el (auto-compression-mode):
1947 * image-file.el (auto-image-file-mode):
1948 * hl-line.el (hl-line-mode):
1949 * delsel.el (delete-selection-mode):
1950 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
1951 * complete.el (partial-completion-mode): Drop unneeded positional args.
1952
eaae8106 1953 * info.el (Info-mode):
79372165 1954 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 1955
d247e32d
SM
1956 * log-edit.el (log-edit-menu): New menu.
1957
4921558e
MB
19582000-11-03 Miles Bader <miles@gnu.org>
1959
1960 * wid-edit.el (widget-end-of-line): Reinstate, with a new
1961 definition, so that trailing spaces are handled properly.
1962 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
1963
1fc02b3c
GM
19642000-11-03 Gerd Moellmann <gerd@gnu.org>
1965
1966 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
1967 tab character.
1968 (fancy-splash-screens): Set tab-width to 20.
1969
51d001f7
DL
19702000-11-03 Dave Love <fx@gnu.org>
1971
1972 * comint.el (comint-completion-addsuffix): Fix custom type.
1973
ba22aeff
SM
19742000-11-02 Stefan Monnier <monnier@cs.yale.edu>
1975
1976 * font-lock.el (font-lock-buffers): Remove.
1977 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
1978 (font-lock-change-major-mode): Remove.
1979 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
1980 (font-lock-default-fontify-region): Extend the multiline
1981 fontification to whole lines.
1982 (font-lock-fontify-anchored-keywords)
1983 (font-lock-fontify-keywords-region): If matching just one
1984 line (with \n) only mark the \n as multiline.
1985
1986 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
1987 Correctly handle the case where several :group args are supplied.
1988 Allow :extra-args.
1989 (easy-mmode-define-global-mode): Allow :extra-args.
1990 Correctly handle the case where several :group args are supplied.
1991
9c887ada
MB
19922000-11-02 Miles Bader <miles@gnu.org>
1993
eaae8106 1994 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
1995 (holiday-face): Remove dependency on `window-system'.
1996
7f25090d
KR
19972000-11-02 Ken Raeburn <raeburn@gnu.org>
1998
1999 * Makefile.in (emacs): Set EMACSLOADPATH always.
2000 (update-authors, .el.elc, compile-files): Don't do it explicitly
2001 here.
9b911107 2002 (compile-files): Bomb out if compilation of a file fails.
7f25090d 2003
7dd6009c
DL
20042000-11-02 Dave Love <fx@gnu.org>
2005
2006 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
2007
94821e4f
EZ
20082000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
2009
2010 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
2011 punctuation in the warning inserted into the *mail* buffer.
2012
1ac3fc42
GM
20132000-11-02 Gerd Moellmann <gerd@gnu.org>
2014
57731876
GM
2015 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
2016 (authors-public-domain-p): New function.
2017 (authors-print): Use it.
2018
975f82c9
GM
2019 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
2020
1ac3fc42
GM
2021 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
2022
4b3eb10f
GM
20232000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2024
975f82c9 2025 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
2026 (ps-print-version): New version number (6.3.1).
2027 (ps-even-or-odd-pages): Customization fix.
2028 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
2029 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
2030 (ps-page-count): Var replaced by `ps-page-column'.
2031 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
2032 (ps-print-sheet-p): New fun.
2033
7da794df
MB
20342000-11-02 Miles Bader <miles@lsi.nec.co.jp>
2035
2036 * tooltip.el (tooltip-gud-tips-setup): New function.
2037 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
2038 (tooltip-mode): Call tooltip-gud-tips-setup.
2039 (tooltip-gud-tips): Use `gud-basic-call' instead of
2040 process-send-string, so the prompt gets frobbed appropriately.
2041 Handle nil return value from `tooltip-gud-print-command'.
2042
0e40b809
EL
20432000-11-01 Eric M. Ludlam <zappo@ultranet.com>
2044
2045 * comint.el (comint-add-to-input-history): New function.
2046 (comint-send-input): Use `comint-add-to-input-history'.
2047
50ada0db
MB
20482000-11-02 Miles Bader <miles@lsi.nec.co.jp>
2049
973a3104
MB
2050 * info.el (info-menu-header): New face.
2051 (Info-fontify-menu-headers): New function.
2052 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
2053
50ada0db
MB
2054 * info.el (Info-insert-dir): Don't include blank lines at
2055 beginning of additional dir files (one is added automatically).
2056
bff53411
SM
20572000-11-01 Stefan Monnier <monnier@cs.yale.edu>
2058
2059 * emacs-lisp/easy-mmode.el (define-minor-mode):
2060 Revert the latest changes.
2061 Allow the three positional arguments to be skipped and replaced
2062 by keyword arguments.
2063 Add a :toggle argument to determine whether a nil arg means toggle
2064 or means turn-on. The default is unchanged.
2065 Add a call to force-mode-line-update.
2066
6b8a0b2d
DL
20672000-11-01 Dave Love <fx@gnu.org>
2068
2069 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
2070 cookie.
2071
5bf99100
MB
20722000-11-01 Miles Bader <miles@lsi.nec.co.jp>
2073
2074 * calendar/calendar.el (diary-face, holiday-face): Add
2075 dark-background variants.
2076
a4032611
SS
20772000-10-31 Sam Steingold <sds@gnu.org>
2078
2079 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
2080 `tex-main-file' does not have directory in it.
2081
c286608e
SM
20822000-10-31 Stefan Monnier <monnier@cs.yale.edu>
2083
2084 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
2085
4836835a
TTN
20862000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
2087
2088 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
2089 functional change.
2090
26dcb81b
GM
20912000-10-31 Gerd Moellmann <gerd@gnu.org>
2092
2093 * files.el (find-file-noselect): When we expand a wildcard, return
2094 a list of buffers, as we should do according to the doc string.
2095
49fc4500
KR
20962000-10-31 Ken Raeburn <raeburn@gnu.org>
2097
2098 * loadup.el (top level): Adjust load path if program name is
2099 "../src/bootstrap-emacs", in case it's not dumped and thus the
2100 load path adjustment hasn't already been done.
2101
ea0c615d
GM
21022000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2103
2104 * ps-print.el: Fix bug on selected pages for printing. Use
2105 `color-values' for Emacs 21. Ensure fontification when jit-lock
2106 is on. Try to avoid warning messages when compiling. Doc Fix.
2107 (ps-print-version): New version number (6.3).
2108 (ps-color-device): Use `color-values' to determine if device
2109 supports color.
2110 (ps-color-values): Try to use `x-color-values' when using XEmacs.
2111 (ps-print-page-p): Changed from defsubst to defun.
2112 (ps-page-number): Changed from defmacro to defun.
2113 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
2114 printing.
c286608e 2115 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
2116 (ps-end-file, ps-dummy-page): Funs eliminated.
2117 (ps-print-color-scale): Changed default value.
2118 (ps-page-n-up, ps-print-page-p): New internal vars.
2119 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
2120 (ps-plot-region, ps-generate, ps-end-job): Code fix.
2121
9e20722f
GM
2122 * delim-col.el: Little programming improvement.
2123 (delimit-columns-str): New macro.
2124 (delimit-columns-region, delimit-columns-rectangle): Code fix.
2125
d7a0fd00
KH
21262000-10-31 Kenichi Handa <handa@etl.go.jp>
2127
c286608e
SM
2128 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
2129 Moved to european.el.
d7a0fd00
KH
2130 (ccl-encode-mac-roman-font, fontset-mac): Modified for
2131 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
2132 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
2133 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 2134
234be340
DL
21352000-10-30 Dave Love <fx@gnu.org>
2136
2137 * progmodes/cc-menus.el (imenu-generic-expression)
2138 (imenu-progress-message): Only defvar when compiling.
2139
4edc4a39
DL
2140 * emacs-lisp/elp.el (elp-unload-hook): New function.
2141
2142 * loadhist.el (unload-feature): Call elp-restore-function,
2143 checking for symbols; don't use elp-restore-all.
2144 (loadhist-hook-functions): Doc fix.
2145
70c825df
SM
21462000-10-30 Stefan Monnier <monnier@cs.yale.edu>
2147
2148 * log-edit.el (log-edit-confirm): Fix the default.
2149
1d3baf74
GM
21502000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2151
2152 * delim-col.el: Little fix: replace delimit-columns-align-columns by
2153 delimit-columns-format.
2154 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 2155
1ec321a7
MB
21562000-10-30 Miles Bader <miles@lsi.nec.co.jp>
2157
2158 * comint.el (comint-replace-by-expanded-history): Don't use
2159 comint-get-old-input (we're not looking at *old* input).
2160 (comint-get-old-input-default): If using fields, signal an error
2161 when the point is not in an input field.
2162
70737ea9
KH
21632000-10-30 Kenichi Handa <handa@etl.go.jp>
2164
2165 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
2166 and mule-unicode-e000-ffff.
2167
fa0cb51d 2168 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
2169 (make-coding-system): Accept a symbol of translation table as a
2170 value of property `safe-chars'.
2171
2172 * international/mule-cmds.el (encode-coding-char): Check property
2173 safe-chars instead of safe-charsets.
2174
2175 * international/fontset.el (fontset-default): Modified for
2176 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
2177 (x-font-name-charset-alist): Likewise.
2178 (ccl-encode-unicode-font): New CCL program. Record it in
2179 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
2180
70c825df
SM
2181 * language/european.el (mac-roman-decoder, mac-roman-encoder):
2182 New translation tables.
70737ea9
KH
2183 (decode-mac-roman, encode-mac-roman): Definition of these CCL
2184 programs are modified and moved from mac-win.el.
2185 (mac-roman): Definition of this coding system is modified and
2186 moved from mac-win.el.
4836835a 2187
fda2ce24 21882000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 2189
1d3baf74 2190 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 2191 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 2192
dd4d3cb6
MB
21932000-10-29 Miles Bader <miles@gnu.org>
2194
2195 * custom.el (custom-add-to-group): Allow multiple entries for a
2196 given value OPTION, as long as their widget types are different.
2197 * cus-edit.el (custom-face-value-create): If face name doesn't end
2198 with "face", add such here (similar to custom group widgets).
2199
2200 * comint.el (comint-highlight-prompt): Add :type.
2201
dace60cf
JW
22022000-10-28 John Wiegley <johnw@gnu.org>
2203
2204 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
2205 Changed this function to operate on a temporary buffer instead of
2206 the main buffer. This not only keeps flyspell from marking a
2207 buffer as changed that wasn't, but it solves the jumpy cursor
2208 problem when attempts are made to edit incorrect words.
2209 (flyspell-maybe-correct-doubling): Same change as for
2210 `flyspell-maybe-correct-transposition'.
2211
2212 * calendar/timeclock.el (timeclock-log): Doc fix.
2213 (timeclock-last-event): Doc fix.
2214 (timeclock-log): Kill the timelog buffer after appending a new
2215 event.
2216 (timeclock-find-discrep): Use a temp buffer to read in the
2217 timelog, instead of visiting the file.
2218 (timeclock-log-data): A new function, along with a host of helper
2219 functions, for the purpose of making timelog data accessible to
2220 programmers.
2221
2222 * eshell/esh-mode.el (window-height test): Make certain that
2223 `eshell-stringify-t' is non-nil.
2224 (eshell-password-prompt-regexp): Changed to a much simpler
2225 password regexp.
2226 (eshell-send-input): If `eshell-invoke-directly' returns t,
2227 directly invoke the parsed command using `eval'. This improves
2228 turn-around time on simple commands by a factor of three or
2229 greater, such as cd, ls, pwd, etc. -- which get used very often.
2230 It also conserves thousands of cons cells per call (since
2231 `eshell-do-eval' consumes memory like a Cookie Monster set loose
2232 in the Pacific Cookie Company).
2233
2234 * eshell/esh-test.el (eshell-test): Whitespace fix.
2235
2236 * eshell/em-ls.el (eshell-ls-insert-directory): Make
2237 `eshell-ls-initial-args' nil when inserting directory contents.
2238
2239 * eshell/em-script.el (eshell-script-initialize): Add names to
2240 `eshell-complex-commands, since `source' and `.' are complex.
2241
0467b076
EZ
2242 * eshell/esh-cmd.el (eshell-rewrite-for-command)
2243 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
2244 `eshell-copy-handles'.
2245 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
2246 bodies.
2247 (eshell-separate-commands): Whitespace fix.
2248 (eshell-complex-commands): Added a new list of names, for
2249 determining whether a given command is as simple as it looks.
2250 (eshell-invoke-directly): New function. Returns t if a command
2251 should be invoked directly (using `eval'), rather than indirectly
2252 using `eshell-do-eval'.
2253 (eshell-do-eval): Whitespace fix.
2254
2255 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
2256 which provides an emulation of the DOS shell behavior of assuming
2257 that cp/mv/ln should copy/move/link to the current directory.
2258 (eshell-remove-entries): Added a doc string.
2259 (eshell-shuffle-files): Removed the check for `target' being null.
2260 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
2261 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
2262 it to do a smarter check of whether a destination was provided.
2263 (eshell/mv, eshell/cp): Enable `:preserve-args'.
2264 (eshell/ln): Enable `:preserve-args', and use
2265 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
2266 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
2267 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
2268 list after flattening it. This makes it possible to cat files
2269 with numerical names.
2270 (eshell-unix-initialize): Added several names to
2271 `eshell-complex-commands.
2272 (eshell-unix-command-complex-p): Return t if a given command name
2273 may result in external processes being invoked.
2274
2275 * eshell/em-glob.el (eshell-glob-show-progress): Make this
2276 variable nil by default, since it slows down glob processing by a
2277 factor of two or more, and increases memory consumption.
2278
2279 * eshell/em-smart.el: Added a note about how memory consumptive
2280 smart display mode can be (at least this is true in Emacs 21).
2281 (eshell-smart-initialize): Whitespace fix.
2282 (eshell-refresh-windows): Use `if' instead of `when'.
2283 (eshell-smart-scroll-window): Calling `save-current-buffer' was
2284 not necessary.
2285 (eshell-currently-handling-window): Added a missing global
2286 variable.
2287
2288 * eshell/em-ls.el (eshell-do-ls): Code simplification.
2289 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
2290 Whitespace fix.
2291 (eshell-ls-exclude-hidden): Added this variable in addition to
2292 `eshell-ls-exclude-regexp'. This one prevents files beginning
2293 with . from even being read, which can improve memory consumption
2294 quite a bit.
2295 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
2296 read file entries beginning with a dot. In home directories with
2297 lots of hidden files, fully two-thirds of the time spent in ls is
2298 used to read directory entries that are immediately thrown away.
2299 (eshell-ls-initial-args): Added back this configuration variable,
2300 for specifying default initial arguments to every call to ls.
2301 Much faster than using an alias to do the same thing.
2302 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
2303 (eshell-ls-dir): Whitespace change.
2304
2305 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
2306
2307 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
2308 available.
2309 (eshell-stringify-t): Added a customization variable, to indicate
2310 whether `t' should be rendered as a string at all. If not, one
2311 can still determine if the result of an expression is true using
2312 "file-exists-p FILE && echo true".
2313 (eshell-stringify): If `eshell-stringify-t' is nil, don't
2314 stringify t!
2315
2316 * eshell/esh-module.el: Whitespace fix.
2317
2318 * eshell/em-alias.el (eshell-alias-initialize): Added
2319 `eshell-command-aliased-p' to `eshell-complex-commands'.
2320 (eshell-command-aliased-p): New function that returns t if a
2321 command name names an aliased.
2322
657f9cb8 23232000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 2324
0467b076 2325 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 2326 redrawing the screen when changing cursor color.
0467b076
EZ
2327 (viper-insert-state-pre-command-sentinel)
2328 (viper-replace-state-pre-command-sentinel)
70c825df
SM
2329 (viper-replace-state-post-command-sentinel):
2330 Use viper-preserve-cursor-color.
657f9cb8
MK
2331 Many functions changed to use viper= instead of = when comparing
2332 characters.
0467b076 2333 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 2334 working with characters.
0467b076 2335 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
2336 Many functions changed to use viper= instead of = when comparing
2337 characters.
0467b076 2338 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 2339
0467b076 2340 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 2341 Several typos fixed in various docstrings.
0467b076
EZ
2342 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
2343 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 2344 hook.
0467b076
EZ
2345 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
2346 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
2347 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
2348 (ediff-get-selected-buffers): New function.
2349 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
2350 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 2351 save-window-excursion.
0467b076 2352 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 2353 termination check in while loop.
0467b076 2354 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 2355 dired buffer.
0467b076
EZ
2356 (ediff-files,ediff-merge-files,ediff-files3)
2357 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 2358
4f490d99
DL
23592000-10-28 Dave Love <fx@gnu.org>
2360
2361 * info.el (Info-fontify-node): Add help-echo for menu items.
2362
45b84006
EZ
23632000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
2364
5ebc02b3
EZ
2365 * startup.el (normal-top-level): If the value of $TERM indicates
2366 we are running from xterm or one of its work-alikes, default to a
2367 light background mode.
2368
45b84006
EZ
2369 Support for -fg, -bg, and -rv command-line arguments for TTYs:
2370 * faces.el (tty-handle-reverse-video): New function.
2371 (tty-create-frame-with-faces): Call it.
2372
2373 * frame.el (frame-notice-user-settings): Don't apply
2374 default-frame-alist and initial-frame-alist to MS-DOS frames.
2375 Call tty-handle-reverse-video, frame-set-background-mode, and
2376 face-set-after-frame-default for non-MS-DOS frames.
2377
2378 * startup.el (tty-long-option-alist): New variable.
2379 (tty-handle-args): New function.
2380 (command-line): Call tty-handle-args.
2381
2382 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
2383 startup.el now does that for all character-terminal frames.
2384
eab6e8b9
MB
23852000-10-28 Miles Bader <miles@gnu.org>
2386
2387 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
2388 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
2389 global. If :global is followed by a non-nil but non-t value,
2390 make the mode buffer-local, but also generate a `global-MODE'
2391 version using `easy-mmode-define-global-mode'. Add
2392 :conditional-turn-on keyword argument.
2393
51a29efc
DL
23942000-10-28 Dave Love <fx@gnu.org>
2395
2396 * international/latin1-disp.el (latin1-char-displayable-p): Don't
2397 use window-system.
2398
d71d7114
EZ
23992000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
2400
2401 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2402 Don't call find-buffer-file-type-coding-system. Instead, just
2403 set eol-type to -unix if inhibit-eol-conversion is in effect, or
2404 if the file is on an untranslated filesystem.
2405 (add-untranslated-filesystem): Use "D" instead of "f" inside
2406 interactive.
2407
1f9cab4b
DL
24082000-10-27 Dave Love <fx@gnu.org>
2409
70c825df 2410 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
2411 (refill-mode): Use it.
2412
70c825df
SM
24132000-10-27 Stefan Monnier <monnier@cs.yale.edu>
2414
2415 * international/quail.el (quail-activate): Don't make-local-hook.
2416
7432cf10
AS
24172000-10-27 Andre Spiegel <spiegel@gnu.org>
2418
4836835a 2419 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 2420 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
2421 (vc-make-version-backup): Don't do it on MS-DOS without long file
2422 names.
4836835a 2423
7432cf10
AS
2424 * vc.el (vc-version-other-window): If an automatic backup of the
2425 desired version exists, rename it instead of copying it.
2426
4836835a
TTN
2427 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
2428 after command. If there's an unexpected error, signal it instead
7432cf10 2429 of being silent.
e1483c38 2430 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 2431
05ea7ef2
MB
24322000-10-27 Miles Bader <miles@lsi.nec.co.jp>
2433
fd1035aa
MB
2434 * shell.el (shell): Add BUFFER argument.
2435 * comint.el (make-comint-in-buffer): New function.
2436 (make-comint): Use it.
2437
05ea7ef2
MB
2438 * faces.el (face-spec-choose): Change syntax so that the list of
2439 attribute-value pairs is now the cdr of each clause, not the cadr.
2440 Detect old-style entries, and handle them. Use pop.
2441
835a55fe
SM
24422000-10-26 Stefan Monnier <monnier@cs.yale.edu>
2443
f5ab1cdd
SM
2444 * cus-edit.el (custom-mode-map): Use a sparse map.
2445 (custom-mode): Don't bother with make-local-hook.
2446
2447 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
2448
835a55fe
SM
2449 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
2450
c13b0ec8
GM
24512000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2452
2453 * ps-print.el: Avoid compilation gripes.
2454 (ps-print-version): New version number (6.2.1).
4836835a 2455
e9f63196
DL
24562000-10-26 Dave Love <fx@gnu.org>
2457
0b95284b
DL
2458 * menu-bar.el: Modify some menu item help strings.
2459 (menu-bar-help-menu): Add link to MORE.STUFF.
2460
e9f63196
DL
2461 * cus-edit.el (custom-mode): Add `special' mode-class property.
2462
2463 * wid-browse.el (widget-browse-mode): Likewise.
2464
2465 * wid-edit.el (widget-specify-field): Revert to using local-map
2466 property, not keymap.
2467
e276a14a
MB
24682000-10-26 Miles Bader <miles@lsi.nec.co.jp>
2469
c1545d88
MB
2470 * wid-edit.el (widget-field-end): When checking for a `boundary'
2471 field, do so in the correct buffer.
2472
3c1b77ca
MB
2473 * simple.el (undo): Correctly distinguish between numeric and
2474 non-numeric prefix args in non-transient-mark-mode, as per the doc
2475 string. When in transient-mark-mode, treat all prefix-args as
2476 numeric.
2477
f5ab1cdd
SM
2478 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
2479 Position point on match. Handle N == 0 correctly.
22626d9d
MB
2480
2481 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
2482 (comint-mode-map): Reverse order of `comint-write-output' and
2483 `comint-append-output-to-file'.
2484 (comint-append-output-to-file): Reinstate this function, for the
2485 benefit of the menu.
2486
d97151cb
SM
24872000-10-25 Stefan Monnier <monnier@cs.yale.edu>
2488
2489 * vc.el (vc-version-other-window): Bind `file'.
2490
ea7d6f5b
GM
24912000-10-25 Gerd Moellmann <gerd@gnu.org>
2492
f5ab1cdd 2493 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
2494
2495 * emacs-lisp/authors.el (batch-update-authors): New function.
2496 (authors-fixed-entries): New defconst.
2497 (authors-add-fixed-entries): New function.
2498 (authors): Call it.: Don't process lispref/.
2499
17c25cea
JR
25002000-10-25 Jason Rumney <jasonr@gnu.org>
2501
2502 * cus-edit.el (custom-button-face, custom-button-pressed-face):
2503 Merge x w32 and mac definitions.
2504
4ecda532
GM
25052000-10-25 Gerd Moellmann <gerd@gnu.org>
2506
2507 * menu-bar.el (menu-bar-options-menu): Add a help string for
2508 `uniquify'.
2509
b6735035
GM
25102000-10-25 Stephen Gildea <gildea@alum.mit.edu>
2511
f5ab1cdd
SM
2512 * time-stamp.el (time-stamp-string-preprocess):
2513 Fix a wrong type argument error.
b6735035 2514
f4cbc7a0
MB
25152000-10-25 Miles Bader <miles@gnu.org>
2516
2517 * recentf.el (recentf-mode): Variable removed.
2518 (recentf-mode): Use `define-minor-mode'.
2519
2520 * mwheel.el (mouse-wheel-mode): New global minor mode.
2521 (mwheel-install): Use `mouse-wheel-mode'.
2522
f4b020f6
DL
25232000-10-25 Dave Love <fx@gnu.org>
2524
f5ab1cdd
SM
2525 * progmodes/cperl-mode.el (cperl-mode):
2526 Set normal-auto-fill-function correctly.
072cb6f9 2527
f4b020f6
DL
2528 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
2529 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 2530 bindings.
f4b020f6 2531
ebe2a441
MB
25322000-10-25 Miles Bader <miles@lsi.nec.co.jp>
2533
ff4dcd4b
MB
2534 * wid-edit.el (widget-field-at): New function.
2535 (widget-at, widget-field-activate): Use it.
2536 (widget-tabable-at): Use `widget-at'.
2537 (widget-specify-field): If the terminating character of the widget
2538 field (which is read-only) is a newline, put it into a special
2539 `boundary' field so that C-n/C-p act more naturally.
2540 (widget-field-end): Also don't subtract one if a special
2541 `boundary' field has been added after the widget field.
2542
ebe2a441
MB
2543 * comint.el (comint-output-filter, comint-send-input): Don't
2544 bother adding stickiness fields to overlays to fool the field
2545 code, since it should notice the overlay insertion-types now.
ff4dcd4b 2546
ebe2a441
MB
2547 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
2548 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
2549 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
2550
fe50b6ab
GM
25512000-10-24 Gerd Moellmann <gerd@gnu.org>
2552
53df4dda
GM
2553 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
2554 (authors): Set file coding system to iso-2022-7bit. Add
2555 file-local variables to output buffer.
2556
4836835a 2557 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
2558 WARN is nil.
2559
53df4dda
GM
25602000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2561
2562 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
2563
2564 * delim-col.el: Now there is a column formatting mechanism.
2565 Modified to customization mechanisms convention. Doc fix.
2566 (columns): New group for delim-col.
2567 (delimit-columns-before, delimit-columns-after)
2568 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
2569 (delimit-columns-end): New vars.
2570 (delimit-columns-customize, delimit-columns-format): New funs.
2571 (delimit-columns-region, delimit-columns-rectangle)
2572 (delimit-columns-rectangle-line): Modified to support column
2573 formatting.
4836835a 2574
a9839779
DL
25752000-10-24 Dave Love <fx@gnu.org>
2576
2577 * log-edit.el (log-edit): Add :version and a :group for vc.
2578
df0267b8
GM
25792000-10-24 Gerd Moellmann <gerd@gnu.org>
2580
9acc3873
GM
2581 * files.el (after-find-file): Don't print a message ``New file''
2582 if WARN is nil.
2583
63e1b552
GM
2584 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
2585 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
2586 get duplicate tool-bar entries because we'll see the global ones
2587 on more than one path through keymaps.
2588
1946f901
GM
2589 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
2590
df0267b8
GM
2591 * progmodes/cmacexp.el: Change Francesco's email address.
2592
ae3b264b
KH
25932000-10-24 Kenichi Handa <handa@etl.go.jp>
2594
2595 * window.el (fit-window-to-buffer): Adjust point of the window
2596 buffer, not that of the current buffer.
2597
23afac01
EZ
25982000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
2599
2600 * progmodes/cmacexp.el: Update the euthor's email address.
2601
22d1a4ed
MB
26022000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2603
2604 * faces.el (face-spec-set-match-display): Add `graphic' display
2605 type (the inverse of `tty'). Use `display-graphic-p' instead of
2606 the window-system variable.
2607
f408aa48
KH
26082000-10-24 Kenichi Handa <handa@etl.go.jp>
2609
2610 * international/isearch-x.el (isearch-with-input-method): Call
2611 input-method-function with the first event in
2612 unread-command-events.
2613
94fe8a31
MB
26142000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2615
2616 * faces.el (face-default-spec, face-user-default-spec): Make
2617 defsubsts.
2618
8f47302e
AC
26192000-10-24 Andrew Choi <akochoi@i-cable.com>
2620
2621 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
2622 New charsets.
2623
2624 * term/mac-win.el: Remove definitions of mac-roman-lower and
2625 mac-roman-upper, require dired, and define instead of set
2626 mac-ready-for-drag-n-drop to avoid compilation error.
2627
446c097e
AI
26282000-10-23 Andrew Innes <andrewi@gnu.org>
2629
2630 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
2631 superfluous calls to subst-char-in-string; instead apply
2632 expand-file-name after convert-standard-filename to ensure
2633 expected directory separators are used.
2634
379b70e7
EZ
26352000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
2636
2637 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
2638
85c766e9
DL
26392000-10-23 Dave Love <fx@gnu.org>
2640
b7e03a67
DL
2641 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2642 (tool-bar-add-item): Set foreground and background for XBM icons.
2643
2644 * international/latin1-disp.el (latin1-char-displayable-p): New
2645 function (from Handa).
2646 (latin1-display-check-font): Use it.
2647
0dcf8835
DL
2648 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
2649 using :key-sequence, making it much more usable. Use nconc, not
2650 append.
2651 (imenu--create-keymap-1): Avoid append.
2652
85c766e9 2653 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 2654
cb3069bb
MB
26552000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2656
2657 [the following changes fix a bug where `define-minor-mode' didn't
2658 correctly generate :require clauses for defcustoms in compiled files]
2659 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
2660 (byte-compile-log-file, byte-compile-log-1): Don't set
2661 `byte-compile-current-file' to nil. Instead set
2662 `byte-compile-last-logged-file' to it. Test whether
2663 byte-compile-current-file equals byte-compile-last-logged-file
2664 instead of whether its nil.
3b6542ba 2665 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 2666
6db6243b
SM
26672000-10-23 Stefan Monnier <monnier@cs.yale.edu>
2668
2669 * textmodes/refill.el: Fix var names in doc.
2670 (refill-mode): Don't bother with make-local-hook anymore.
2671
98490598
MB
26722000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2673
e01cd227
MB
2674 * faces.el (face-user-default-spec, face-default-spec): New functions.
2675 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 2676 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
2677 Use `face-user-default-spec'. Simplify code slightly.
2678
4836835a 2679 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
2680 (woman-unknown-face): Add dark-background variants.
2681 (woman-default-faces): Renamed from `woman-colour-faces'.
2682 Set using the stored defaults, rather than using hard-wired colors.
2683 (woman-monochrome-faces): Renamed from `woman-black-faces'.
2684 Just make the foreground `unspecified' rather than "black".
2685 (woman-menu): Rename menu entries accordingly.
2686
98490598
MB
2687 * faces.el (header-line): Make more reasonable on mono/grayscale
2688 displays.
2689
1a578e9b
AC
26902000-10-23 Andrew Choi <akochoi@i-cable.com>
2691
2692 * cus-edit.el (custom-button-face): Use 3D look for mac.
2693 (custom-button-pressed-face): Likewise.
2694
2695 * faces.el (set-face-attributes-from-resources): Handle mac frames
2696 in the same way as x and w32 frames.
2697 (face-valid-attribute-values): Likewise.
2698 (read-face-attribute): Likewise.
2699 (defined-colors): Likewise.
2700 (color-defined-p): Likewise.
2701 (color-values): Likewise.
2702 (display-grayscale-p): Likewise.
2703 (face-set-after-frame-default): Likewise.
2704 (mode-line): Same default face as for x and w32.
2705 (tool-bar): Likewise.
2706
2707 * frame.el: Remove call to frame-notice-user-settings at end of
2708 the file.
2709
2710 * info.el (Info-fontify-node): make underlines invisible for mac
2711 as for x, pc, and w32 frame types.
2712
2713 * term/mac-win.el: New file.
2714
aaaf7be7
DL
27152000-10-22 Dave Love <fx@gnu.org>
2716
2717 * textmodes/refill.el: New file.
2718
5392d654
AS
27192000-10-22 Andre Spiegel <spiegel@gnu.org>
2720
4836835a 2721 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 2722 MANUAL and REGEXP.
4836835a 2723 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
2724 New functions.
2725 (vc-before-save): Use the latter.
2726 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
2727 confusion.
2728
4836835a 2729 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
2730 expected by vc[-hooks].el.
2731
2732 * vc.el (vc-checkout): Added `-p' suffix in call to
2733 vc-make-version-backups-p; use vc-make-version-backup to actually
2734 make the backup.
2735 (vc-version-other-window, vc-version-backup-file): Handle both
2736 automatic and manual backups.
2737 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
2738 of all of them.
2739
1e221c16
MB
27402000-10-22 Miles Bader <miles@gnu.org>
2741
7ff4fda5
MB
2742 * comint.el (comint-highlight-input, comint-highlight-prompt):
2743 Renamed, `-face' at end removed.
2744 (comint-send-input, comint-output-filter): Use renamed faces.
2745
3511cde8
MB
2746 * window.el (fit-window-to-buffer): Change defaulting of
2747 MAX-HEIGHT slightly.
2748
1e221c16
MB
2749 * faces.el (color-values, color-defined-p): Use `member', not
2750 `memq', because it works correctly for strings.
2751 (frame-set-background-mode): Actually, "unspecified-fg" and
2752 "unspecified-bg" *are* strings. Use `member', not `memq', and
2753 `equal', not `eq', when a string value is possible.
2754
b6ef4898
EZ
27552000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2756
2757 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
2758
34939e2c
SM
27592000-10-21 Stefan Monnier <monnier@cs.yale.edu>
2760
2761 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
2762 sh-electric-rparen, sh-electric-less and sh-electric-hash.
2763 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
2764 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
2765 (sh-font-lock-syntactic-keywords): Use them.
2766 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
2767 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
2768 (sh-mode): Don't override font-lock-unfontify-region-function.
2769 Use a copy of sh-font-lock-syntactic-keywords.
2770 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
2771 Don't call sh-scan-buffer since font-lock does it on the fly.
2772 (sh-get-indent-info): Use `face' rather than `syntax-table'
2773 text-property to detect here-documents.
2774 Replace sh-special-syntax with sh-st-punc.
2775 (sh-prev-line): Use `face' rather than `syntax-table'
2776 text-property to skip over here-documents.
2777 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
2778 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
2779 (sh-electric-less, sh-set-here-doc-region)
4836835a 2780 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
2781 (sh-scan-buffer, sh-rescan-buffer): Remove.
2782
f3d3c491
AI
27832000-10-21 Andrew Innes <andrewi@gnu.org>
2784
2785 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
2786 remote (ange-ftp) file names.
2787
b86c791c
MB
27882000-10-21 Miles Bader <miles@gnu.org>
2789
d9c30bdf
MB
2790 * window.el (fit-window-to-buffer): New function.
2791 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
2792 (window-text-height): Don't expect minibuffers to have mode-lines.
2793
d9c30bdf 2794 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
2795 * international/quail.el (quail-update-guidance): Use
2796 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 2797
617fee5a
MB
2798 * international/quail.el (quail-show-guidance-buf): Make sure
2799 guidance window really has enough room.
2800 (quail-update-guidance): If quail-guidance-win is already shown,
2801 make sure its height is OK.
2802
b86c791c
MB
2803 * window.el (window-text-height, set-window-text-height):
2804 New functions.
2805 (shrink-window-if-larger-than-buffer): Use `window-text-height'
2806 instead of `window-height' & `mode-line-window-height-fudge'.
2807 (mode-line-window-height-fudge): Add FACE parameter.
2808 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
2809 instead of `enlarge-window' & `mode-line-window-height-fudge'.
2810
e34850d1
MB
28112000-10-20 Miles Bader <miles@gnu.org>
2812
2813 * window.el (height-affecting-face-attributes): Use `defconst'.
2814
2815 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
2816 New function, conditionally aliased to `mode-line-window-height-fudge'.
2817 (ispell-help): Use it.
2818 (ispell-choices-win-default-height): Don't include mode-line fudge.
2819 (ispell-choices-win-default-height): New function.
2820 (ispell-show-choices, ispell-command-loop): Use function
2821 `ispell-choices-win-default-height' instead of variable.
2822
a8b883c2
MB
28232000-10-20 Miles Bader <miles@lsi.nec.co.jp>
2824
8c6e4a58
MB
2825 * window.el (mode-line-window-height-fudge): New variable.
2826 (height-affecting-face-attributes): New variable.
2827 (mode-line-window-height-fudge): New function.
2828 (shrink-window-if-larger-than-buffer): Use it.
2829 * help.el (resize-temp-buffer-window): Likewise.
2830
a8b883c2
MB
2831 * info.el (Info-fontify-node): Add support for @subsubsection
2832 titles, which use `Info-title-4-face'.
2833 (Info-title-4-face): New face.
2834 (Info-title-3-face): Inherit from Info-title-4-face instead of
2835 variable-pitch.
2836
e64c3a75
JR
28372000-10-19 Jason Rumney <jasonr@gnu.org>
2838
2839 * dired.el (dired-insert-directory): Do not let errors signalled by
2840 attempt to run dired-free-space-program prevent dired from working.
2841
c70fe852
SM
28422000-10-19 Stefan Monnier <monnier@cs.yale.edu>
2843
2844 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
2845
877cf6b4
GM
28462000-10-19 Gerd Moellmann <gerd@gnu.org>
2847
5de037e0
GM
2848 * dirtrack.el (dirtrack): Fix call to run-hooks.
2849
6deb9af9
GM
2850 * cmuscheme.el (cmuscheme-program-name): Renamed from
2851 scheme-program-name because xscheme.el contains a defcustom with
2852 the same name. As a consequence, customizing group `cmuscheme'
2853 loaded `xscheme' which redefined run-scheme.
2854 (run-scheme): Use cmuscheme-program-name.
2855
877cf6b4
GM
2856 * ps-print.el (ps-print-emacs-type): Move into the
2857 eval-and-compile.
2858
e597d8fb 2859 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 2860 anonymous address, and add a website for Befrienders International.
4836835a 2861
3e9cb08f
GM
28622000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2863
c70fe852
SM
2864 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
2865 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
2866 (ps-print-version): New version number (6.2).
2867 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
2868 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
2869 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
2870 (ps-x-extent-priority, ps-x-extent-start-position)
2871 (ps-x-face-font-instance, ps-x-find-coding-system)
2872 (ps-x-font-instance-properties, ps-x-make-color-instance)
2873 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
2874 avoid compilation gripes without defining functions.
2875 (ps-e-find-composition): Alias for function find-composition, to have a
2876 suitable function depending on Emacs version.
2877 (ps-color-device, ps-color-values, ps-face-foreground-name)
2878 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
2879 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
2880 (ps-print-ensure-fontified): Function definitions surrounded by
2881 `eval-and-compile' to avoid compilation gripes.
2882 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
2883 by symbol-value to avoid compilation gripes.
2884 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
2885 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
2886
d8abcd91
MB
28872000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2888
13ab33c4
MB
2889 * startup.el (normal-top-level): Call `frame-set-background-mode'
2890 after `frame-notice-user-settings' because the latter doesn't call
2891 the former on a tty.
2892
d8abcd91
MB
2893 * faces.el (frame-set-background-mode): `unspecified' &c are
2894 symbols, not strings.
2895
e8bce0a9
EZ
28962000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2897
c70fe852
SM
2898 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
2899 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 2900
c70fe852
SM
2901 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
2902 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 2903
773272d8
KH
29042000-10-19 Kenichi Handa <handa@etl.go.jp>
2905
c70fe852 2906 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
2907 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
2908 for ISO10646-1 fonts.
2909 (x-font-name-charset-alist): Add an entry for "iso10646-1".
2910
772139c0
EZ
29112000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2912
2913 * faces.el (frame-set-background-mode): If a tty frame defines a
2914 background color, use that to compute the background mode, instead
2915 of always defaulting to "dark".
2916
d134a19f
MB
29172000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2918
8bb84cb2
MB
2919 * comint.el (comint-write-output): New function.
2920 (comint-mode-map): Add it to the menu.
e40a778f 2921 Bind `C-c C-s' to comint-write-output.
d134a19f 2922
dada41e1
GM
29232000-10-18 Gerd Moellmann <gerd@gnu.org>
2924
2925 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
2926 Use fancy-splash-delay.
2927
9b5360aa
GM
29282000-10-18 Alex Schroeder <alex@gnu.org>
2929
2930 * progmodes/sql.el (sql-sybase-options): New option.
2931 (sql-sybase): Use it. Add sql-database to the list of parameters
2932 provided for login. The options -w 2048 -n are not used any more.
2933
9035a35a
GM
2934 * comint.el (comint-read-input-ring): Bugfix such that the first
2935 and the last entry of the input ring file are not lost.
2936
3556c6dd
GM
29372000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2938
2939 * ps-print.el: Internal variable changes to defcustom,
2940 make-local-hook changes to defvar. Doc fix.
2941 (ps-print-version): New version number (6.1).
2942 (ps-setup, ps-do-despool): Code fix.
2943 (ps-printer-name): Customization fix.
2944 (ps-printer-name-option): Now is a defcustom instead of an
2945 internal variable.
2946 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
2947 (ps-print-begin-column-hook): Now are defvar instead of
2948 make-local-hook.
4836835a 2949
4e217e50
MB
29502000-10-18 Miles Bader <miles@gnu.org>
2951
2952 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
2953 (comint-kill-output): Changed into an alias for `comint-delete-output',
2954 and made obsolete.
2955 (comint-mode-map): Rename references to comint-kill-output.
2956
34460354
EZ
29572000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
2958
2959 * diff-mode.el (diff-header-face, diff-file-header-face)
2960 (diff-changed-face): Add bold and italic attributes to tty faces.
2961 (diff-function-face): New face.
2962 (diff-font-lock-keywords): Use it.
2963
17ea3cdb
MB
29642000-10-18 Miles Bader <miles@lsi.nec.co.jp>
2965
2966 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
2967 Remove commented-out call to force-mode-line-update.
2968 (comint-kill-output): Use `forward-line 0' instead of
2969 beginning-of-line to make sure we get past the prompt.
2970
9244f2c7
SM
29712000-10-17 Stefan Monnier <monnier@cs.yale.edu>
2972
2973 * diff-mode.el (diff-header-face, diff-file-header-face):
2974 Add specific setting for dark background.
2975 (diff-context-face): Renamed from diff-comment-face.
2976 Set explicitly rather than inheriting from font-lock-comment-face.
2977
1592c1ef
EZ
29782000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2979
2980 * startup.el (command-line): Move the code which sets the default
2981 TTY colors to before before-init-hook.
2982
f86292a9
GM
29832000-10-17 Gerd Moellmann <gerd@gnu.org>
2984
2985 * jit-lock.el (jit-lock-stealth-time): Doc fix.
2986
f7f2e883
EZ
29872000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2988
e854cc22
EZ
2989 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
2990 extensions, for MS-DOS.
2991
f7f2e883
EZ
2992 * diff-mode.el (diff-header-face, diff-file-header-face)
2993 (diff-changed-face): Define tty-specific colors.
2994
c7b4f0f9
GM
29952000-10-17 Gerd Moellmann <gerd@gnu.org>
2996
2997 * startup.el (fancy-splash-text): Realign the text.
2998
12a72271
EZ
29992000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3000
3001 * font-lock.el (font-lock-comment-face): Define a separate default
3002 for dark-background tty's.
3003
61dfccfd
MB
30042000-10-17 Miles Bader <miles@gnu.org>
3005
3006 * help.el (resize-temp-buffer-window): Add hack to avoid last line
3007 being obscured by whizzy mode-lines on graphics displays.
3008
333cd59e
EZ
30092000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3010
3011 * info.el (Info-title-1-face, Info-title-2-face)
3012 (Info-title-3-face): Define colors for tty's.
dada41e1 3013 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 3014
dbf1fcc1
EZ
30152000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
3016
3017 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
3018 reverse from the frame parameters, and don't invert foreground and
3019 background colors.
3020
ac629823
MB
30212000-10-16 Miles Bader <miles@gnu.org>
3022
3023 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
3024 string "*Info*". Call propertized-buffer-identification to spruce
3025 up the result.
3026
76eebffc
GM
30272000-10-16 Gerd Moellmann <gerd@gnu.org>
3028
3a6b59d9
GM
3029 * help.el: Provide `help' for the sake of define-minor-mode
3030 which generates defcustoms with requires.
3031
6569c3d3
GM
3032 * jit-lock.el (jit-lock-after-change): If we're in text that
3033 matches a multi-line font-lock pattern, make sure the whole text
3034 will be redisplayed.
3035
c2e0a611
GM
3036 * emacs-lisp/authors.el (authors-add): Don't add an entry if
3037 author's name is unknown.
3038
76eebffc
GM
3039 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
3040 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
3041 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
3042 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
3043 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
3044 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
3045 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
3046 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
3047 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
3048 Add author information.
3049
cf1e7b12
MB
30502000-10-16 Miles Bader <miles@lsi.nec.co.jp>
3051
3052 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
3053 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
3054 full-color version (using the Gimp) to eliminate dithering artifacts.
3055
5586f3eb
SM
30562000-10-15 Stefan Monnier <monnier@cs.yale.edu>
3057
3058 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
3059
3060 * simple.el (syntax-flag-table, string-to-syntax): Remove.
3061
ad64a888
DL
30622000-10-15 Dave Love <fx@gnu.org>
3063
3064 * progmodes/sh-script.el: Require skeleton and comint when
3065 compiling.
3066
3067 * pcomplete.el (pcomplete) <defgroup>: Add :version.
3068
3069 * whitespace.el: Doc fixes.
3070 (top-level): Don't add hooks here.
3071 (whitespace-running-emacs): Deleted.
3072 (timer): Don't require.
3073 (whitespace): Add back :version conditional on xemacs test.
3074 (whitespace-spacetab-regexp, whitespace-indent-regexp)
3075 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
3076 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
3077 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
3078 Avoid specific xemacs test.
3079 (whitespace-global-mode): New option.
3080 (whitespace-global-mode): New command.
3081 (whitespace-unload-hook): New function.
3082
3083 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 3084 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
3085 (Info-fontify-node): `Goto' goes to `Go to'.
3086 (Info-fontify-node): Add help-echo to xref links.
3087
1ef49fc6
EZ
30882000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
3089
3090 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
3091
8b7707e1
SM
30922000-10-15 Stefan Monnier <monnier@cs.yale.edu>
3093
b3b7f42f
SM
3094 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
3095 Use plist-get and allow :inherit.
3096
3097 * emacs-lisp/cl-macs.el (cl-do-arglist):
3098 Use plist-get and plist-member instead of memq.
3099
3c7fafc7
SM
3100 * emacs-lisp/ewoc.el (ewoc-location): New function.
3101 (ewoc-enter-after, ewoc-enter-before): Document return value.
3102 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
3103 Don't need make-local-hook any more.
3104 (cvs-addto-collection): Return the new tin.
3105 (cvs-mode-insert): Jump to the new line.
3106
8b7707e1
SM
3107 * jit-lock.el (jit-lock-fontify-buffer): Remove.
3108
3109 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
3110
3111 * font-lock.el (font-lock-syntactically-fontified): New var.
3112 (font-lock-fontify-syntactic-keywords-region): Use it.
3113 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
3114
3115 * diff-mode.el (diff-find-file-name): Fix regexp.
3116
3117 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
3118 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
3119
3120 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
3121 (sh-mode-syntax-table): Add punctuation syntax for < and >.
3122 (sh-mode): Don't make all vars local here.
3123 (sh-kw): Reformat.
3124 (sh-set-shell): Use dolist. Don't set indent-region-function.
3125 (sh-mode-syntax-table): Use pop.
3126 (sh-remember-variable): Use push.
3127 (sh-help-string-for-variable): Use memq.
3128 (sh-safe-backward-sexp): Remove.
3129 (sh-safe-forward-sexp): Add ARG.
3130 (sh-get-indent-info, sh-prev-stmt): Use it.
3131 (sh-prev-line): Simplify by using forward-comment.
3132 (sh-this-is-a-continuation): Simplify.
3133 (sh-learn-buffer-indent): Use dolist.
3134 (sh-do-nothing): Remove.
3135 (sh-set-char-syntax, sh-set-here-doc-region):
3136 Use inhibit-modification-hooks.
3137 (sh-name-style): Use mapcar and push.
3138 (sh-load-style): Use dolist.
3139 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
3140 (sh-case, sh-while-getopts): Use propertize directly rather
3141 than sh-electric-rparen.
3142
31432000-10-14 Stefan Monnier <monnier@cs.yale.edu>
3144
3145 * textmodes/tex-mode.el: Require CL when compiling.
3146 (tex-mode-syntax-table): Init immediately.
3147 (tex-mode-map): Bind M-RET to latex-insert-item.
3148 (latex-mode): Set indent-line-function to latex-indent.
3149 (tex-common-initialization): Don't setup the syntax-table any more.
3150 (latex-insert-item): New skeleton.
3151 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 3152 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 3153 (latex-indent, latex-find-indent): New functions.
4836835a 3154 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
3155 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
3156 (tex-compilation-parse-errors): Use with-syntax-table.
3157
86b7fcbb
MB
31582000-10-15 Miles Bader <miles@gnu.org>
3159
3160 * font-lock.el (font-lock-comment-face): Change dark-background,
3161 color, non-tty, default to `chocolate1'.
3162
57a24508
JW
31632000-10-13 John Wiegley <johnw@gnu.org>
3164
3165 * eshell/esh-util.el (require): Added a missing `require' form,
3166 needed when compiling (for an ange-ftp macro definition).
3167
40ad3db4
DL
31682000-10-13 Dave Love <fx@gnu.org>
3169
3170 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
3171
db460189
GM
31722000-10-13 Gerd Moellmann <gerd@gnu.org>
3173
b41c9501
GM
3174 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
3175 fix.
3176
4836835a 3177 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
3178 transparent -colors 8).
3179
3b5e21df
GM
31802000-10-13 Stephen Gildea <gildea@alum.mit.edu>
3181
3182 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
3183 that breaks with old list format timestamps.
3184 (time-stamp-warn-inactive, time-stamp-old-format-warn)
3185 (time-stamp-count, time-stamp-conversion-warn): Improved doc
3186 strings.
3187
16908a3f
JW
31882000-10-13 John Wiegley <johnw@gnu.org>
3189
d7103dda
JW
3190 * align.el, pcomplete.el, calendar/timeclock.el,
3191 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
3192
dace60cf 3193 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
3194 faulty math, where holiday hours were being computing as seconds.
3195
b6b70cda
JW
31962000-10-13 John Wiegley <johnw@gnu.org>
3197
3198 * desktop.el (desktop-buffer-modes-to-save): Added a global for
3199 specifying what "other" kinds of buffers should be saved. This
3200 used to be hard-coded.
3201 (desktop-buffer-misc-functions): A global for specifying how
3202 auxiliary data should be determined for special buffer types.
3203 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
3204 instead of hard-coding the special buffer types.
3205 (desktop-save): Run `desktop-buffer-misc-functions' to gather
3206 auxiliary data, instead of hard-coding for Info buffers and dired.
3207 (desktop-buffer-info-misc-data): Aux function for determining Info
3208 buffer auxiliary info.
3209 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
3210 (desktop-buffer-info): Changed this function to use the info
3211 gathered above.
3212 (desktop-create-buffer): Be a little more careful about what
3213 `minor-mode' means before calling it. This is important for some
3214 buffer types.
3215
8c6b1d83
JW
32162000-10-13 John Wiegley <johnw@gnu.org>
3217
3218 * eshell/esh-util.el: Added a global form which declares an
3219 autoload for `parse-time-string', if that function is not already
3220 defined, and if parse-time.el is available on the user's system.
3221
3222 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
3223 to be aware of ange-ftp user info.
3224 (eshell-do-ls): Bind `ange-cache'. Also, use
3225 `eshell-file-attributes'.
3226 (eshell-ls-annotate): Use `eshell-file-attributes'.
3227 (eshell-ls-file): Made the user-id printing code a bit smarter.
3228
3229 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
3230 allow identification of alias user ids in remote directories.
3231 It's manual, but there's no other way to know when the current
3232 user on the local machine, is also the owning user on the remote
3233 machine.
3234 (fboundp): Bind `ange-cache'.
3235 (eshell-directory-files-and-attributes): Re-organized the logic a
3236 bit to use `eshell-file-attributes' instead of `file-attributes'.
3237 The former is more sensitive to directories that are read via FTP,
3238 and knows how to use ange-ftp to determine full attribute
3239 information, instead of just the name and last modtime.
3240 (eshell-current-ange-uids): Return the current user id when in a
3241 remote directory.
3242 (eshell-parse-ange-ls): Parse a full directory listing that has
3243 been returned by ange-ftp.
3244 (eshell-file-attributes): This beefed up version of
3245 `file-attributes' is only special if the user is currently in a
3246 remote directory, in which case it does a lot of work to find out
3247 what the real attributes of a file are, as they appear on the
3248 remote machine. This makes usage of remote directories (i.e.,
3249 ange-ftp pathnames) much more useful. You can now use Eshell as a
3250 full-fledged FTP client, with much more manipulation ability than
3251 most other clients.
3252
3253 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
3254 variable, which means that Eshell's du should always be preferred
3255 in remote directories.
3256 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
3257 just `file-attributes'.
3258 (eshell-mvcp-template): Bind `ange-cache', to improve performance
3259 when reading remote directories. This is an Eshell-specific
3260 variable (not part of ange-ftp).
3261 (eshell/ln): Bind `ange-cache'.
3262 (eshell/du): Added some extra logic for determining when to use
3263 Eshell's du (which is slow), and when to use the external version
3264 (which may or may not exist).
3265
3266 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
3267 `eshell-interactive-process', rather than using
3268 `get-buffer-process', since backgrounded processes don't count in
3269 the context of this function's logic.
3270
3271 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
3272 `forward-char', so that null strings are parsed correctly.
3273
87730e84 32742000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
3275
3276 * eshell/em-pred.el (eshell-pred-file-type,
3277 eshell-pred-file-links, eshell-pred-file-size): Use
3278 `eshell-file-attributes'. This is more correct over ange-ftp.
3279
3280 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
3281 that remote file globbing is more efficient.
3282
3283 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
3284 gathering the files and attributes within a directory.
3285
3286 * eshell/em-unix.el (eshell/cat): If any of the files passed on
3287 the command line is a special file (not a regular file, directory
3288 or symlink), always attempt to call the external version of cat.
3289
87730e84 32902000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
3291
3292 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
3293 Eshell-friendly version of find-tag.
3294
1c7e37a9
MB
32952000-10-13 Miles Bader <miles@lsi.nec.co.jp>
3296
4836835a 3297 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
3298 (image-file-name-regexps): Add autoload cookies.
3299
11a7f341
KH
33002000-10-13 Kenichi Handa <handa@etl.go.jp>
3301
3302 * international/mule-cmds.el (select-safe-coding-system): If FROM
3303 is string, show it in *Warning* buffer.
3304
8ddddcb0
EZ
33052000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
3306
3307 * startup.el (normal-top-level): Use display-popup-menus-p instead
3308 of window-system.
3309 (command-line): Use display-graphic-p instead of window-system.
3310 (command-line-1): Use display-popup-menus-p and display-mouse-p
3311 instead of window-system.
3312
72200f89
SS
33132000-10-12 Sam Steingold <sds@gnu.org>
3314
3315 * tooltip.el (tooltip-use-echo-area): New user variable.
3316 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
3317
8661c643
DL
33182000-10-12 Dave Love <fx@gnu.org>
3319
d0b40dc1
DL
3320 * recentf.el: Maintainer's checkdoc fixes.
3321
a622451f
DL
3322 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
3323 character class, not ASCII when matching file names.
3324 (fancy-splash-head): Add trailing slash to URL.
3325 (command-line): Don't require XPM support for toolbar.
3326
8661c643
DL
3327 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
3328 (cperl-invalid-face): Revert last change.
3329 (cperl-init-faces): Quote cperl-invalid-face.
3330
ef2ed8ab
KH
33312000-10-12 Kenichi Handa <handa@etl.go.jp>
3332
3333 * startup.el (fancy-splash-text): Remove superfluous quote.
3334
b0da379e
GM
33352000-10-12 Gerd Moellmann <gerd@gnu.org>
3336
dbeb499b
GM
3337 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
3338 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
3339 (command-line-1): Don't use fancy-splash-pending-command.
3340 (fancy-splash-screens-1): Goto point-min after inserting text.
3341
d861718a
GM
3342 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
3343
b0da379e
GM
3344 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
3345 instead of shared-lisp-mode-map.
3346
4fb2ad98
MB
33472000-10-12 Miles Bader <miles@lsi.nec.co.jp>
3348
1cb4393e
MB
3349 * faces.el (header-line): Change tty-variant to use underlining.
3350
4fb2ad98
MB
3351 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
3352 (isearch-highlight): Restore lazy-isearch face properties at old
3353 position, and suppress them at new position.
3354 (isearch-dehighlight): Restore lazy-isearch face properties.
3355 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
3356 over the real isearch overlay, but in that case, don't give it a
3357 face property. Use `push'.
3358
eb991b25
KH
33592000-10-12 Kenichi Handa <handa@etl.go.jp>
3360
3361 * man.el (Man-getpage-in-background): Fix previous change.
3362 Decode the process output only when we are in multibyte mode.
3363
a818c1c0
DL
33642000-10-11 Dave Love <fx@gnu.org>
3365
c990f53a
DL
3366 * info.el (Info-mode-menu): Fix some help.
3367 (info-tool-bar-map): Add entry for Info-last.
3368
a818c1c0
DL
3369 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
3370 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
3371 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
3372 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
3373 * toolbar/search-replace.xpm, toolbar/exit.xpm:
3374 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
3375 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
3376 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
3377 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
3378 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
3379 Reduce colour requirements to 25 overall. (Probably wants
3380 revisiting from the originals to reduce further.)
3381
c1b096cb
EZ
33822000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
3383
3384 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
3385 buffer-file-coding-system, instead of raw-text.
3386 (dehexlify-buffer): Bind coding-system-for-read to
3387 buffer-file-coding-system, instead of raw-text.
3388
5c8b7eaf
SS
33892000-10-11 Sam Steingold <sds@gnu.org>
3390
3391 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
3392 `underline' - fixes the bug introduced on 2000-09-21.
3393
2cfbdb7a
DL
33942000-10-11 Dave Love <fx@gnu.org>
3395
3396 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
3397 compiler warnings.
3398 (scheme-mode): Doc fix.
3399 (scheme-font-lock-keywords-1): Match `define-syntax'.
3400
34012000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
3402
3403 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
3404 face specs as well as default ones. Only do anything if the
3405 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 3406 (region): Make dark-background `region' face less in-your-face.
4b33f290 3407
690ec649
SS
34082000-10-10 Sam Steingold <sds@gnu.org>
3409
3410 * chistory.el, ielm.el, ledit.el:
3411 * progmodes/inf-lisp.el, progmodes/scheme.el:
3412 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
3413
3b95d6bb
SM
34142000-10-10 Stefan Monnier <monnier@cs.yale.edu>
3415
3416 * textmodes/texinfo.el: Update copyright and fix typo.
3417
3418 * desktop.el (desktop-modes-not-to-save): New var.
3419 (desktop-save-buffer-p): Use it.
3420 Also, obey desktop-buffers-not-to-save even for non-file buffers.
3421 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
3422
d646c828
DL
34232000-10-10 Dave Love <fx@gnu.org>
3424
3425 * toolbar/tool-bar.el (tool-bar-add-item)
3426 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
3427 display.
3428
d646c828
DL
3429 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
3430 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
3431 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
3432 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
3433 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
3434 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
3435 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
3436 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
3437 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
3438 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
3439 the .xpms; probably need retouching.
3440
862a7e28
MB
34412000-10-10 Miles Bader <miles@lsi.nec.co.jp>
3442
3443 * subr.el (add-to-list): Add optional argument APPEND.
3444 * battery.el (display-battery): Use `add-to-list'.
3445
46e33aee
TTN
34462000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
3447
930baf47
TTN
3448 * play/zone.el (zone-timer, zone-wc-tbl): Rework
3449 these vars as symbol properties.
2cfbdb7a
DL
3450 (zone, zone-when-idle, zone-leave-me-alone)
3451 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 3452
5a430f9c
TTN
3453 * battery.el (display-battery): Doc spelling fix.
3454
46e33aee
TTN
3455 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
3456 property.
3457
adf7d3a8
DL
34582000-10-09 Dave Love <fx@gnu.org>
3459
3460 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
3461 has been initialized before calling tool-bar-setup.
c2156508 3462 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 3463
06a8c9f8
EZ
34642000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
3465
e4ca8f8c
EZ
3466 * menu-bar.el (send-mail-item-name): New function.
3467 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
3468 of mail-user-agent in the menu. Don't display the "Send Mail"
3469 item if mail-user-agent is nil or its value is ignore.
3470 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
3471 if read-mail-command is nil or its value is ignore.
3472
06a8c9f8
EZ
3473 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
3474
7dbc9c8a
MB
34752000-10-09 Miles Bader <miles@gnu.org>
3476
29e0814b
MB
3477 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
3478 Correct image size.
3479 * toolbar/left_arrow.xpm: Correct image size.
3480
7dbc9c8a
MB
3481 * jka-compr.el: Don't call `jka-compr-install' when loading (it
3482 will be done by the definition of `auto-compression-mode' if
3483 necessary. Move code to uninstall existing file-name handler
3484 before definition of `auto-compression-mode'.
3485
3486 * image-file.el (auto-image-file-mode): Move to the end of the
3487 file, because `define-minor-mode' actually calls the mode-function
3488 if the associated variable is non-nil, which requires that all
3489 needed functions be already defined.
3490
65b61266
MB
3491 * mouse.el (popup-menu): Balance parens.
3492
d6b8c85b
SM
34932000-10-08 Stefan Monnier <monnier@cs.yale.edu>
3494
3495 * mouse.el (popup-menu): Move the command call outside the loop
3496 so that popup-menu returns whatever the command returns.
3497
3498 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
3499 (initialize-new-tags-table): Use run-hook-with-args-until-success.
3500 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
3501 (tags-table-format-functions): Renamed from tags-table-format-hooks.
3502
3503 * vc.el (vc-version-diff): diff-switches can be a list.
3504 Use relative filenames for prettier output.
3505
46e33aee 3506 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
3507 (vc-post-command-functions): Remove old-VC compatibility code.
3508
3509 * newcomment.el (comment-indent-default): Autoload.
3510
3511 * font-lock.el (font-lock-defaults): Make buffer-local.
3512 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
3513 (font-lock-choose-keywords):
3514 Ignore LEVEL unless KEYWORDS is a list of syms.
3515 (c-keywords, c++-keywords, objc-keywords, java-keywords):
3516 Don't wrap regexp-opt things in \(...\) unnecessarily.
3517
3518 * jit-lock.el: Don't require font-lock any more.
3519 (jit-lock-functions): Make buffer-local.
3520 (jit-lock-saved-fontify-buffer-function): Remove.
3521 (jit-lock-mode): Remove autoload cookie.
3522 Remove font-lock specific code.
3523 (jit-lock-unregister): Don't bother handling complex hooks any more.
3524 (jit-lock-refontify): New function.
3525 (jit-lock-fontify-buffer): Use it.
3526 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
3527 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
3528 Add optional args START and END.
3529 Never call font-lock-fontify-region directly.
3530 (jit-lock-function, jit-lock-stealth-fontify): Use it.
3531
3532 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
3533
a30ed6ac
DL
35342000-10-08 Dave Love <fx@gnu.org>
3535
4e7c7ca9
DL
3536 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
3537
3538 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
3539
3540 * play/studly.el (studlify-region, studlify-word): Add autoload
3541 cookie.
3542
3543 * play/morse.el (morse-region, unmorse-region): Add autoload
3544 cookie.
3545
3546 * play/spook.el (spook-phrases-file): Use expand-file-name, not
3547 concat.
3548
3549 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
3550 insist on symbols starting with word syntax.
3551 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
3552 (eval-defun-1): Doc fix.
3553 (indent-sexp): Use nconc to build up indent-stack.
3554
3555 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
3556 Gnus with little use.
3557 (mail-setup-hook): Add mail-abbrevs-setup to options.
3558
968f7c4a
DL
3559 * recentf.el: Doc fixes.
3560
3561 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
3562 Clean up remainder.
3563
3564 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
3565 without timezone and (8) with timezone to enforce some whitespace.
3566 Simplify code somewhat.
3567
3568 * options.el (list-options): Doc that you should use customize.
3569
3570 * iswitchb.el (iswitchb-mode): Add :require.
3571
a30ed6ac
DL
3572 * info.el (Info-goto-node, Info-menu): Doc fix.
3573 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
3574 (info-tool-bar-map): New variable.
3575 (Info-mode): Use it.
3576 (Info-edit-map): Define all in defvar.
3577 (speedbar-attached-frame): Avoid compiler warning.
3578
3579 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
3580 (global-map): Bind [tool-bar] to a filtered map.
3581 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
3582 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
3583 Allow PBM icons.
3584 (tool-bar-setup): Adjust calls of tool-bar-add-item.
3585
3586 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
3587 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
3588 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
3589 icons, except up_arrow, which is left-arrow rotated.
3590
3591 * imenu.el (imenu-add-to-menubar): Fix last change.
3592
4e953aff
PB
35932000-10-08 Peter Breton <pbreton@ne.mediaone.net>
3594
3595 * generic-x.el (rul-generic-mode): Remove eval-when-compile
3596 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
3597
739e92a7
EZ
35982000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3599
d20faceb
EZ
3600 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
3601 typos in doc strings.
3602
a640322e
EZ
3603 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
3604 the doc strings how to customize Font Lock faces.
3605
739e92a7
EZ
3606 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
3607 computing growth when dragging the header line.
3608
8be7408c
EZ
36092000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3610
3611 * simple.el (kill-line): Doc fix.
3612
6fee86a3
MB
36132000-10-08 Miles Bader <miles@gnu.org>
3614
445a653e
MB
3615 * faces.el (secondary-selection): Make foreground visible on tty.
3616
6fee86a3
MB
3617 * jka-compr.el (auto-compression-mode): Move to the end of the
3618 file, because `define-minor-mode' actually calls the mode-function
3619 if the associated variable is non-nil, which requires that all
3620 needed functions be already defined.
3621 (with-auto-compression-mode): Add autoload cookie.
3622
a115794c
EZ
36232000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
3624
3625 * files.el (find-backup-file-name) [ms-dos]: If support for long
3626 file names is not available, behave as if version-control were set
3627 to never.
3628
b12e6de3
DL
36292000-10-07 Dave Love <fx@gnu.org>
3630
3631 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
3632 (browse-url-gnome-moz): New function.
3633 (browse-url-browser-function): Use it.
3634 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
3635
20b1d079
SM
36362000-10-07 Stefan Monnier <monnier@cs.yale.edu>
3637
3638 * indent.el (tab-always-indent): New var.
3639 (indent-for-tab-command): Use it.
39250ec3 3640
9ee45b2c 3641 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 3642 raise an error. This way it can still default to a sane value.
9ee45b2c 3643
8c6b1d83
JW
36442000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3645
39250ec3
SM
3646 * startup.el (fancy-splash-screens): Use local rather than global map.
3647 Don't use `update-menu-bindings' any more.
3648 Get rid of assumptions about keymap representation.
3649
a23ccdf2
DL
36502000-10-06 Dave Love <fx@gnu.org>
3651
814299a7 3652 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
3653 (sentence-end-without-period): Doc fix.
3654 (adaptive-fill-regexp): Purecopy.
3655 (unjustify-current-line): Use line-end-position.
3656 (fill-individual-paragraphs-prefix): Use line-beginning-position.
3657
3658 * net/eudc-vars.el (eudc): Add :version, :link.
3659
39250ec3 3660 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
3661
3662 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
3663 Fix for define-minor-mode.
3664 (function-at-point): Alias to function-called-at-point.
3665
3666 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
3667
3668 * simple.el (backward-word): Doc fix.
3669
a23ccdf2
DL
3670 * image-file.el (image-file-name-regexp): image-file-regexps ->
3671 image-file-name-regexps.
742c1822 3672 (image-file-name-extensions): Add pbm.
a23ccdf2 3673
39250ec3
SM
36742000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3675
3676 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
3677 and add filename to the names so that diff-mode can jump to source.
3678
3679 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 3680 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
3681 (tex-font-lock-keywords-1): Remove.
3682 (font-lock-turn-on-thing-lock): Use jit-lock-register.
3683 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
3684 (font-lock-default-fontify-region):
3685 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
3686 (font-lock-fontify-anchored-keywords):
3687 Include the anchor text as part of the multiline.
3688
8d5dfacd
GM
36892000-10-06 Gerd Moellmann <gerd@gnu.org>
3690
3691 * loadup.el (toplevel): Load `loaddefs' before `help' because the
3692 latter needs the autoloaded define-minor-mode macro during the
3693 bootstrap.
3694
3695 * startup.el (command-line): For now, activate tool-bar-mode only
3696 if XPM images are supported.
3697
3698 * mouse.el (mouse-drag-header-line): Don't allow resizing a
3699 window by dragging a header-line at the top of the frame; that's
4c19fbce 3700 confusing because the header-line doesn't move.
8d5dfacd
GM
3701 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
3702 of treating the event as a list. Some cleanup.
3703
f69aad2b 37042000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 3705
f69aad2b
MB
3706 * simple.el (display-message-or-buffer): New function.
3707 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 3708
09cb7646
MB
3709 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
3710 docstring parts.
3711
814299a7 3712 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
3713 (smbclient-prompt-regexp): Add usage note to doc string.
3714 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
3715 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
3716 Use add-hook for adding the comint filter function, and only do so
3717 if it's not already in the global hook list.
3718 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
3719 to `make-local-variable'.
3720 (nslookup-font-lock-keywords): Remove prompt entry.
3721 (nslookup): Don't set the process-filter.
3722 (finger): Exit the loop correctly when the regexps list runs out.
3723 (ftp, smbclient, smbclient-list-shares):
3724 Set the real major mode immediately, not after execing.
3725 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
3726
3727 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
3728
4c19fbce
SM
37292000-10-05 Stefan Monnier <monnier@cs.yale.edu>
3730
3731 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
3732
3733 * which-func.el (which-func-format): Remove spurious space.
3734 (which-func-mode): Don't make it permanent-local.
3735 (which-func-ff-hook): Allow which-func-maxout to be nil.
3736 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
3737 (which-func-mode): Simplify.
3738 Use post-command-idle-hook rather than post-command-hook.
3739 Go through all buffers and update their state.
3740 (which-function): Also try add-log-current-defun-function.
3741
3742 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
3743 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
3744 Update call to with-vc-properties accordingly.
3745 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
3746 (vc-revert-buffer): More careful about window selection and deletion.
3747 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
3748
3749 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
3750 (cvs-retrieve-revision): Reuse a pre-existing buffer.
3751 (cvs-dired-action): Change the default to quickdir.
3752
3753 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
3754 if comment-indent-function returns nil.
3755 (comment-indent-default): New function.
3756 (comment-indent-function): Use it and document the new semantics.
3757
3758 * image-file.el: Docstring fixes.
3759
3760 * help.el (help-xref-on-pp): Use match-string.
3761 (describe-variable): New arg BUFFER.
3762 Store the current buffer in the help-xref-stack.
3763 (temp-buffer-resize-mode): Use define-minor-mode.
3764
3765 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
3766 consistently with its docstring.
3767 Set jit-lock-first-unfontify-pos in an idempotent way.
3768 (jit-lock-register): Autoload and add arg CONTEXTUAL.
3769
542c6552
GM
37702000-10-05 Alex Schroeder <alex@gnu.org>
3771
3772 * sql.el (sql-mysql-options): New variable.
3773 (sql-mysql): Use it.
3774
a3489ece
MB
37752000-10-05 Miles Bader <miles@lsi.nec.co.jp>
3776
77f6105c
MB
3777 * image.el (image): New group.
3778
814299a7 3779 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
3780 (smerge-base-face, smerge-markers-face): Add dark-background variants.
3781
3478046b
PB
37822000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3783
3784 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 3785 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
3786 Ignore the value of wqindow-system; always define keywords
3787
22aca186
KH
37882000-10-05 Kenichi Handa <handa@etl.go.jp>
3789
3790 * startup.el (fancy-splash-screens): Remove the code for
3791 debugging; `(trace-to-stderr "EXITTT\n")'.
3792
55d5d717
MB
37932000-10-05 Miles Bader <miles@gnu.org>
3794
3795 * diff-mode.el (diff-goto-source): Update call to
3796 `diff-hunk-status-msg' to reflect new REV variable.
3797
41fa7178
SM
37982000-10-04 Stefan Monnier <monnier@cs.yale.edu>
3799
3800 * progmodes/icon.el (icon-mode):
3801 Don't gratuitously override the default for comment-column.
3802
3803 * vc-hooks.el (vc-mode-line): Fix interactive spec.
3804
3805 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
3806 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
3807 (jit-lock-functions): New var.
3808 (jit-lock-function-1): Use it if non-nil.
3809 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
3810 Set the `fontified' property before doing the fontification to avoid
3811 repeatedly going through the same error.
3812 Don't turn errors into messages.
3813 (jit-lock-register, jit-lock-unregister): New functions.
3814
3815 * dired.el (dired-mark-pop-up): Turn comment into docstring.
3816 Use with-current-buffer.
3817
3818 * dired-aux.el (dired-do-create-files, dired-kill-tree):
3819 Turn comment into docstring.
3820
3821 * apropos.el (apropos-mode): Use define-derived-mode.
3822
3dc78168
GM
38232000-10-04 Gerd Moellmann <gerd@gnu.org>
3824
3825 * startup.el (fancy-splash-pending-command): New variable.
3826 (fancy-splash-pre-command): New function.
3827 (fancy-splash-screens): Rewritten.
3828 (command-line-1): If fancy-splash-pending-command is set, call it
3829 interactively.
3830
dae9dc56
DL
38312000-10-04 Dave Love <fx@gnu.org>
3832
3833 * toolbar/tool-bar.el (tool-bar-setup): New function.
3834 (tool-bar-mode): Use it.
3835
3836 * subr.el (substitute-key-definition): Doc fix.
3837 (play-sound-file): New command.
3838
3388f0a5
AS
38392000-10-04 Andre Spiegel <spiegel@gnu.org>
3840
814299a7 3841 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
3842 vc-version-backup-file-name): New functions.
3843
3844 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
3845
3846 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
3847 vc-cvs-stay-local-p.
3848
3849 * vc.el (vc-revert-buffer): Handle empty diff properly.
3850 (vc-version-backup-file): New function.
3851 (vc-checkout): Create a version backup if necessary.
3852 (vc-checkin): If a version backup file exists, delete it.
3853 (vc-version-diff): Diff locally using version backups, if available.
3854 (vc-revert-file): If there's a version backup, revert locally.
3855 (vc-transfer-file): Use version backup for base version, if
3856 available. If not, ask for confirmation whether to get it from the
3857 server. Update mode line before check-in.
3858
ebd4825d
DL
38592000-10-04 Dave Love <fx@gnu.org>
3860
3861 * toolbar/tool-bar.el (tool-bar-setup): New function.
3862 (tool-bar-mode): Use it.
3863
1b24f4b7
PB
38642000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3865
3dc78168 3866 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 3867 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
3868 Only set if window-system is non-nil
3869 (net-utils-run-program): Returns buffer.
3870 (network-connection-reconnect): Added this function.
3871
814299a7
MB
3872 * generic.el:
3873 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
3874 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
3875 Uses cl compile-time macros.
3dc78168
GM
3876 (generic-mode-name, generic-comment-list)
3877 (generic-keywords-list, generic-font-lock-expressions)
3878 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
3879 Removed variables.
3880 (generic-mode-alist): Renamed to generic-mode-list.
3881 (generic-find-file-regexp): Default changed to "^#".
3882 (generic-read-type): Uses completing read on generic-mode-list.
3883 (generic-mode-sanity-check): removed this function.
3884 (generic-add-to-auto-mode): Removed this function
3dc78168 3885 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
3886 into function instead of putting them in alist.
3887 (generic-mode-set-comments): Reworked extensively.
3888 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 3889 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 3890
814299a7 3891 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
3892 Make sure directory name ends with "/".
3893
814299a7 3894 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
3895 Regexp now allows leading whitespace.
3896 (rc-generic-mode): Added eval-when-compile
3897 around generic-make-keywords-list.
3898 Deleted duplicate regexp
3899 (rul-generic-mode): Added eval-when-compile
3900 around generic-make-keywords-list.
3901 (etc-fstab-generic-mode): New generic mode.
3902 (rul-generic-mode): Removed one eval-when-compile
814299a7 3903 which caused a max-specpdl-size exceeded error.
1b24f4b7 3904
a7bf5cf3
MB
39052000-10-04 Miles Bader <miles@gnu.org>
3906
3907 * simple.el (minibuffer-temporary-goal-position): New variable.
3908 (next-history-element): Try to keep the position of point in the
3909 input string constant.
3910
3911 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
3912 (dired-do-create-files): If there's only one file, pass it in as
3913 the DEFAULT arg to dired-mark-read-file-name.
3914
ce1087a9
SM
39152000-10-03 Stefan Monnier <monnier@cs.yale.edu>
3916
3917 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
3918 (diff-goto-source): Be smarter when choosing REVERSE or not.
3919
3920 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
3921 (texinfo-mode-menu): Add an explicit shortcut for update all.
3922
0e41e1d6
AS
39232000-10-03 Andre Spiegel <spiegel@gnu.org>
3924
814299a7 3925 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
3926 factorize backend-specific code cleanly (this was essentially
3927 conceived by Stefan Monnier).
3928 (vc-unregister): Function removed.
814299a7 3929 (vc-revert-file): New function.
858f7cb4
AS
3930 (vc-revert-buffer): Delegate some of the work to it.
3931
0e41e1d6
AS
3932 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
3933 default branch unconditionally.
3934 (vc-rcs-set-default-branch): New function.
3935 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
3936 (vc-rcs-checkin): If an appropriate default branch has been set,
3937 force creation of that branch.
858f7cb4
AS
3938 (vc-rcs-receive-file): Rewritten to contain only backend-specific
3939 code (as suggested by Stefan Monnier).
0e41e1d6 3940
01c86c56
GM
39412000-10-02 Gerd Moellmann <gerd@gnu.org>
3942
45c477b4
GM
3943 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
3944 highlighting overlay with a different face over the overlay
3945 isearch uses to highlight the current match because that can lead
3946 to bad face combinations.
3947
01c86c56
GM
3948 * loadup.el (toplevel): Load faces before isearch.
3949
3950 * isearch.el (isearch-faces): New custom group.
3951 (isearch): New defface; was already tested for in the code.
3952 (isearch-lazy-highlight-face): Changed to defface from defcustom.
3953 (isearch-highlight): Always use face `isearch'.
3954
944425c0
DL
39552000-10-02 Dave Love <fx@gnu.org>
3956
3957 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
3958 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
3959 comparison of opcode with operand.
3960
2a099bcc
MB
39612000-10-03 Miles Bader <miles@gnu.org>
3962
3963 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
3964 buffer, since the echo area will now grow to accommodate them.
3965
4300ecb8
AS
39662000-10-02 Andre Spiegel <spiegel@gnu.org>
3967
3968 * vc-hooks.el (vc-registered): If FILE used to be registered under
3969 a certain backend, try that one first.
3970
814299a7 3971 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
3972 argument list. Handle multiple backends correctly.
3973 (vc-find-new-backend): Function removed.
3974 (vc-register): Use vc-responsible-backend, as before.
3975 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
3976
64e6cc18
GM
39772000-10-02 Gerd Moellmann <gerd@gnu.org>
3978
3979 * startup.el (fancy-splash-head): Change message below the
3980 logo.
3981
00df919e
MB
39822000-10-02 Miles Bader <miles@lsi.nec.co.jp>
3983
3984 * diff-mode.el (diff-goto-source): Emit a status message.
3985 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 3986 (diff-test-hunk): Fix doc string.
00df919e
MB
3987 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
3988 (diff-advance-after-apply-hunk): New variable.
4eaa6852 3989 (diff-apply-hunk): Don't return a value.
00df919e 3990
ceec5a0c
SM
39912000-10-01 Stefan Monnier <monnier@cs.yale.edu>
3992
3993 * vc.el (vc-editable-p): Minor optimization.
3994 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
3995 (vc-find-new-backend): New function split from vc-responsible-backend.
3996 (vc-register): Use it.
3997 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
3998 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
3999 (vc-default-unregister, vc-revert-buffer): Docstring fix.
4000 (vc-clear-headers): Don't use find-file.
4001 (vc-revert-buffer): Use `and' again (must have been a braino).
4002 (vc-switch-backend): Only prompt if requested.
4003 Short circuit if nothing is to be done.
4004 Don't use vc-resynch-buffer which could lose unsaved editing.
4005 (vc-default-receive-file): Update call to vc-unregister.
4006 (with-vc-file, vc-next-action-on-file):
4007 Use vc-backend rather than vc-registered.
4008 (vc-next-action-on-file): Use intern-soft.
4009 Deal with read-only *vc-diff* buffer.
4010 (vc-transfer-file): Docstring fix.
4011
4012 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
4013 (vc-rcs-receive-file): Avoid with-vc-properties.
4014 Update call to vc-unregister.
4015 Use constant `RCS' rather than (dynamically bound) var `backend'.
4016
4ad5da8f
AS
40172000-10-01 Andre Spiegel <spiegel@gnu.org>
4018
814299a7 4019 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
4020 is visited.
4021 (vc-start-entry): New argument initial-contents. Don't visit the file
4022 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
4023 (vc-next-action, vc-register): Updated calls to vc-start-entry.
4024 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
4025 vc-start-entry.
4026 (vc-finish-logentry): Make sure to bury log buffer only if there
4027 really is one. Call `vc-resynch-buffer' on log-file, not
4028 buffer-file-name.
4029 (vc-default-comment-history, vc-default-wash-log): New functions.
4030 (vc-index-of): Removed.
4031 (vc-transfer-file): Make do without the above.
4032 (vc-default-receive-file): Call comment-history unconditionally. Pass
4033 the resulting string to vc-checkin, instead of inserting it into the
4034 comment ring.
4035
4036 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
4037 unconditionally. Use the comments as initial contents of the log
814299a7 4038 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
4039 changes.
4040
aa0c3dca
MB
40412000-10-01 Miles Bader <miles@gnu.org>
4042
4043 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
4044 `recenter' with an arg to prevent redrawing the display.
4045
d5f5a2c5
SM
40462000-09-30 Stefan Monnier <monnier@cs.yale.edu>
4047
4048 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
4049
4050 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
4051
814299a7 4052 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
4053 Don't gratuitously override the default for comment-column.
4054
4055 * textmodes/tex-mode.el (latex-metasection-list): New var.
4056 (latex-imenu-create-index): Use it.
4057 Move the regexp construction outside loops (and use push).
814299a7 4058 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
4059 (tex-font-lock-keywords): Moved from font-lock.el.
4060 (tex-comment-indent): Remove.
4061 (tex-common-initialization): Don't set comment-indent-function.
4062 (latex-block-default): New var.
4063 (tex-latex-block): Use it to provide a default choice.
4064 Add any unknown choice to latex-block-names.
4065 Insert [...] after {...}.
4066 (tex-last-unended-begin): Simplify regexp.
4067 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
4068 (latex-forward-sexp-1, latex-forward-sexp): New functions.
4069 (latex-mode): Set forward-sexp-function.
4070
4071 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
4072 Add regexp for @ignore ... @end ignore.
4073 (texinfo-heading-face): New face.
4074 (texinfo-font-lock-keywords): Use it.
4075 (texinfo-mode-menu): New menu.
4076 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
4077 New functions.
4078 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 4079 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
4080 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
4081 Remove declaration.
4082 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
4083
4084 * delsel.el (delete-selection-mode): Use define-minor-mode.
4085
4086 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
4087
40882000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4089
4090 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
4091
8a5506f2
GM
40922000-09-30 Gerd Moellmann <gerd@gnu.org>
4093
068127d6
GM
4094 * replace.el (keep-lines-read-args): New function.
4095 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
4096 read arguments interactively. Add parameters RSTART and REND.
4097 Operate on the active region in Transient Mark mode.
4098
d777bb8f
GM
4099 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
4100
8a5506f2
GM
4101 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
4102 (authors-obsolete-files-regexps): New variable.
4103 (authors-add): Don't record changes in obsolete files.
4104
3fa87bfc
SM
41052000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4106
4107 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
4108
4109 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
4110 (comment-indent): Make sure there's a space between code and comment.
4111 Shift comments left to avoid going past fill-column.
4112
f02149ce
GM
41132000-09-29 Gerd Moellmann <gerd@gnu.org>
4114
4115 * startup.el (startup-echo-area-message): New function.
4116 (display-startup-echo-area-message): Use it.
4117 (fancy-splash-screens): Rewritten to use keymaps and a timer.
4118 (fancy-splash-default-action): New function.
4119 (fancy-splash-screens-1): New function.
4120 (fancy-splash-head): Put a help-echo and a keymap under the image.
4121
a3ef6569
SM
41222000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4123
4124 * diff-mode.el (diff-add-log-file-name): Remove.
4125 (diff-mode): Use add-log-buffer-file-name-function.
4126
4127 * add-log.el (find-change-log): New arg BUFFER-FILE.
4128 (add-log-file-name): Obey add-log-file-name-function.
4129 (add-log-buffer-file-name-function): New var.
4130 (add-change-log-entry): Use it.
4131
75e5b373
MB
41322000-09-29 Miles Bader <miles@gnu.org>
4133
4134 * image-file.el (image-file-name-extensions): New variable.
4135 (image-file-name-regexps): Renamed from `image-file-regexps'.
4136 New default value is nil. Call `auto-image-file-mode'.
4137 (image-file-name-regexp): New function.
4138 (auto-image-file-mode): New minor mode.
4139 (insert-image-file): Don't make conditional on the image-file
4140 handler being enabled.
4141 (image-file-handler): Make the call here conditional instead.
4142 (set-image-file-handler-enabled, enable-image-file-handler)
4143 (disable-image-file-handler): Functions removed.
4144
4145 * emacs-lisp/authors.el (authors-print): Rephrase many-files
4146 string.
4147
de6e1f7c
GM
41482000-09-29 Gerd Moellmann <gerd@gnu.org>
4149
4150 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
4151 it's a function from CL.
4152 (latex-imenu-create-index): Replace eval-when-compile with progn
4153 because latex-section-alist is not bound while compiling.
4154
d8c201f5
SM
41552000-09-28 Stefan Monnier <monnier@cs.yale.edu>
4156
4157 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
4158 (outline-mode): Use define-derived-mode.
4159
814299a7 4160 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
4161 * progmodes/awk-mode.el (awk-mode):
4162 * progmodes/asm-mode.el (asm-mode):
4163 Don't gratuitously override the default for comment-column.
4164
4165 * emacs-lisp/lisp.el (lisp-complete-symbol):
4166 Distinguish the let-binding case from the funcall case.
4167 (forward-sexp-function): New variable.
4168 (forward-sexp): Use it.
4169
4170 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
4171 (easy-mmode-defmap): Remove the now useless autoload.
4172
4173 * time.el (display-time-mode): Use define-minor-mode.
4174
4175 * subr.el (add-minor-mode): Don't eval NAME.
4176 Don't depend on the presence of TOGGLE-FUN for any special behavior.
4177 Use if rather than cond.
4178
4179 * simple.el (read-expression-map): Define more properly.
4180 (comment-indent-hook): Remove.
4181 (string-to-syntax): Bug fix.
4182
4183 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
4184 (cvs-ediff-diff): Fix typo.
4185 (cvs-revert-if-needed): Don't bother preserving read-only.
4186
4187 * paren.el (show-paren-mode): Use define-minor-mode.
4188
4189 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
4190 (toggle-auto-compression): Remove.
4191 (jka-compr-build-file-regexp): Remove useless grouping.
4192
4193 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
4194 Avoid user-reserved bindings.
4195 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
4196 (diff-header-face): Revert to grey85.
4197
4198 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
4199
4200 * complete.el (partial-completion-mode) <defcustom>: Remove.
4201 (partial-completion-mode): Use define-minor-mode.
4202 (PC-do-completion): Understand `completion-auto-help = delay'
4203 to mean to popup the completion buffer only the second time.
814299a7 4204 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
4205 (PC-include-file-all-completions): Don't quote lambda.
4206
4207 * comint.el (comint-mode-hook): Docstring fix.
4208 (comint-mode): Use define-derived-mode.
4209 (comint-mode-map): Remove obsolete comment.
4210 (make-comint): Minor stylistic change.
4211 (comint-insert-clicked-input): Be more careful to find the overlay.
4212 Use this-command-keys rather than hardcoding mouse-2.
4213
4214 * font-lock.el: Replace confusing (,@ with ,
4215 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4216 Don't use regexp-opt-depth. Spice up the regexp for args.
4217 Don't distinguish between cmds that can take an opt arg or not.
4218 Use `append' and `prepend' rather than `keep'.
4219
4220 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
4221 (latex-outline-regexp): New var.
4222 (latex-outline-level): New fun.
4223 (latex-section-alist): New var.
4224 (latex-imenu-create-index): Use it. Use `push' as well.
4225 (tex-shell-map): Initialize it properly.
4226 (tex-mode): Minor stylistic change.
4227 (plain-tex-mode): Use define-derived-mode.
4228 (latex-mode): Use define-derived-mode.
4229 Construct the paragraph regexps in a more readable way.
4230 Set the buffer-local outline-{level,regexp} vars.
4231 (slitex-mode): Derive from latex-mode.
4232 (tex-common-initialization): Don't kill-all-vars anymore.
4233 Add setting for comment-add and font-lock-defaults.
4234 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
4235 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
4236 (tex-start-tex): New arg DIR (and send a chdir command for it).
4237 Also display the shell buffer and save it in tex-last-buffer-texed.
4238 (tex-region): Use expand-file-name rather than concat.
4239 Remove code made useless by changes in tex-start-tex.
4240 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
4241
4242 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
4243
ff398532
DL
42442000-09-28 Dave Love <fx@gnu.org>
4245
4246 * eshell/eshell.el (eshell) <defgroup>: Add :version.
4247
f9415d5b
GM
42482000-09-28 Gerd Moellmann <gerd@gnu.org>
4249
4250 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
4251 `append'.
4252
fa003899
SM
42532000-09-28 Stefan Monnier <monnier@cs.yale.edu>
4254
4255 * info.el (Info-extract-pointer): Undo last change.
4256 Instead, fix the position of the `bound' arg to re-search-backward.
4257
42582000-09-27 Stefan Monnier <monnier@cs.yale.edu>
4259
4260 * info.el (Info-extract-pointer):
4261 Widen more carefully, to avoid finding pointers in other nodes.
4262 (Info-index): Use push.
4263
f9415d5b 42642000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
4265
4266 * frame.el (set-frame-font): Remove call to obsolete function
4267 frame-update-faces.
4268 (set-foreground-color, set-background-color): Likewise for
4269 frame-update-face-colors.
4270
5538b8ba
MB
42712000-09-27 Miles Bader <miles@gnu.org>
4272
4273 * image-file.el: New file.
4274
60536eea
GM
42752000-09-27 Gerd Moellmann <gerd@gnu.org>
4276
5b551d58
GM
4277 * frame.el (frame-notice-user-settings): Don't call
4278 frame-update-faces, which is a no-op now.
814299a7 4279
60536eea
GM
4280 * ediff-wind.el (ediff-control-frame-parameters): Add zero
4281 tool-bar-lines.
4282
36f1966f
DL
42832000-09-27 Dave Love <fx@gnu.org>
4284
4285 * mouse.el: Fix last change.
4286
c5785b73
MB
42872000-09-27 Miles Bader <miles@lsi.nec.co.jp>
4288
4289 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
4290
672172d9
KH
42912000-09-22 Kenichi Handa <handa@etl.go.jp>
4292
4293 * international/quail.el (quail-help): The output message is
4294 improved.
4295
4653b4ea
DL
42962000-09-26 Dave Love <fx@gnu.org>
4297
4298 * mouse.el (popup-menu): If POSITION is nil, set it using
4299 mouse-position.
4300
63900fcf
SS
43012000-09-25 Sam Steingold <sds@gnu.org>
4302
4303 * net/browse-url.el (browse-url-file-url): Check for null maps.
4304
cd3b81be
GM
43052000-09-26 Gerd Moellmann <gerd@gnu.org>
4306
876512ab 4307 * frame.el (frame-notice-user-settings): Don't add a
fa003899 4308 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 4309
fa003899
SM
4310 * frame.el (frame-notice-user-settings):
4311 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 4312
cd3b81be
GM
4313 * toolbar/tool-bar.el (tool-bar-help): New function.
4314
d8b4516f
GM
43152000-09-25 Gerd Moellmann <gerd@gnu.org>
4316
6567e9b5
GM
4317 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
4318 current-load-list in top-level forms. Else this leaks a cons cell
4319 every time a defun is called.
63900fcf 4320
d8b4516f 4321 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 4322
a461758e
DL
43232000-09-25 Dave Love <fx@gnu.org>
4324
7df6adc3
DL
4325 * startup.el (fancy-splash-head): Check XPM is available.
4326
a461758e
DL
4327 * autoinsert.el (auto-insert): Doc fix.
4328 (auto-insert-alist): Following GNU notices, don't say `copyright
4329 _by_'. Use line-beginning-position.
4330 (auto-insert): Check buffer-file-name is non-nil before use.
4331
b11af2dd
GM
43322000-09-25 Gerd Moellmann <gerd@gnu.org>
4333
4334 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
4335 starting with `@def' or `@multitable', in addition to ones
4336 specified by the user in auto-fill-inhibit-regexp.
4337
5f9f981b
GM
43382000-09-25 Markus Rost <rost@math.ohio-state.edu>
4339
4340 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
4341 rmail-dont-reply-to-names matches the empty string.
63900fcf 4342
8ff16b4e
GM
43432000-09-25 Gerd Moellmann <gerd@gnu.org>
4344
63900fcf 4345 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
4346 text to sound more friendly.
4347
9b4a7800
TTN
43482000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
4349
4350 * progmodes/hideshow.el: Update author email address.
4351 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
4352 (hs-hide-all-non-comment-function): New var.
4353 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
4354 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
4355 (hs-show-region): Delete this command.
4356 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
4357
4c7c1f3f
DL
43582000-09-22 Dave Love <fx@gnu.org>
4359
4360 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
4361 (hl-line-highlight): Specify buffer when moving overlay.
4362
4363 * progmodes/fortran.el (fortran-mode): Locally set
4364 normal-auto-fill-function.
4365 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
4366 (fortran-mode-map): Adjust auto-fill menu entry.
4367
13f93dee
GM
43682000-09-22 Gerd Moellmann <gerd@gnu.org>
4369
36eb0a91
GM
4370 * vc-rcs.el (toplevel): Require `vc' when compiling.
4371
fa003899 4372 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 4373
36a03bf9
AS
43742000-09-22 Andre Spiegel <spiegel@gnu.org>
4375
9b4a7800 4376 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
4377 registered under the new backend.
4378
9b4a7800 4379 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
4380 without explicit revision number.
4381
6e4e8a3b
SM
43822000-09-21 Stefan Monnier <monnier@cs.yale.edu>
4383
4384 * diff-mode.el (diff-file-header-face): Reset to its previous value.
4385 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
4386 (diff-xor): New function.
4387 (diff-find-source-location): Use it. Fix a stupid name clash.
4388 (diff-hunk-status-msg): New function.
4389 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
4390 (diff-test-hunk): Use diff-find-source-location.
4391 (diff-goto-source): Favor the `reverse'.
4392 (diff-hunk-text): Properly handle one-sided context diffs.
4393 (diff-apply-hunk): When done, advance to the next hunk.
4394
1b24b888
GM
43952000-09-21 Gerd Moellmann <gerd@gnu.org>
4396
623a0aae
GM
4397 * startup.el (command-line): If frame was created with a non-zero
4398 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 4399
1b24b888
GM
4400 * add-log.el (change-log-date-face, change-log-name-face)
4401 (change-log-email-face, change-log-file-face)
4402 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
4403 (change-log-function-face, change-log-acknowledgement-face):
4404 New faces, inheriting from font-lock faces.
1b24b888 4405 (change-log-font-lock-keywords): Use them.
9b4a7800 4406
93b3a1c8
DL
44072000-09-21 Dave Love <fx@gnu.org>
4408
80585273
DL
4409 * progmodes/cperl-mode.el (top-level): Clean up
4410 `eval-when-compile's and assorted defvars.
4411 (cperl-invalid-face): Don't double-quote value. Change custom
4412 type.
4413 (cperl-mode): Set normal-auto-fill-function and don't zap
4414 auto-fill-function.
4415 (cperl-imenu--function-name-regexp-perl): Renamed from
4416 imenu-example--function-name-regexp-perl.
4417 (cperl-imenu--create-perl-index): Renamed from
4418 imenu-example--create-perl-index.
4419 (cperl-xsub-scan): Don't require cl.
4420
93b3a1c8
DL
4421 * msb.el (msb-mode-map): Use substitute-key-definition.
4422 (msb-mode): Use msb-mode-map.
4423
43ccb598
AS
44242000-09-21 Andre Spiegel <spiegel@gnu.org>
4425
4426 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
4427 New functions.
fa003899 4428 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
4429 (vc-switch-backend): New function.
4430 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
4431 (vc-register): Fix prompt.
4432 (vc-unregister, vc-default-unregister): New functions.
4433 (vc-version-diff): Handle empty buffer in sentinel.
4434
4435 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
4436 (vc-rcs-state-heuristic): Use it to guess the state of files with
4437 non-strict locking.
4438 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
4439 been set with -b, but not created yet.
4440 (vc-rcs-fetch-master-state): With non-strict locking, compare file
4441 contents in order to find the state.
4442 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
4443 (vc-rcs-unregister, vc-rcs-receive-file)
4444 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 4445
9b4a7800 4446 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 4447 in case it is missing.
9b4a7800 4448
95fadcca
GM
44492000-09-21 Gerd Moellmann <gerd@gnu.org>
4450
4451 * startup.el (fancy-splash-tail): Use a different foreground
4452 color on a dark frame background.
4453
470f23e1
MB
44542000-09-21 Miles Bader <miles@lsi.nec.co.jp>
4455
4456 * info.el: Use the correct capitalization when making Info-mode
4457 and Info-edit-mode `special' modes.
4458
281096ed
SM
44592000-09-20 Stefan Monnier <monnier@cs.yale.edu>
4460
4461 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
4462 (diff-mode): Add support for add-log.el.
4463 (diff-hunk-text): Use char offsets rather than line offsets.
4464 (diff-find-source-location): Replace LINE with line-offset (nil
4465 if not found) and always set POS to a meaningful position.
4466 Adapt to the new char-offsets.
4467 (diff-apply-hunk): Drop support for the unused `select' POPUP.
4468 Adapt to the new diff-find-source-location.
4469 (diff-goto-source): Adapt to the new diff-find-source-location.
4470
4471 * add-log.el (add-log-file-name): New function (split out of
4472 add-change-log-entry).
4473 (add-change-log-entry): Use it.
4474 Call add-log-file-name-function with the changelog file name if
4475 the current buffer is not associated with any file.
4476 Avoid find-file if the selected window is dedicated.
4477
4478 * diff-mode.el (diff-find-source-location):
4479 Move code from diff-apply-hunk. Return buffer rather than file.
4480 (diff-apply-hunk): Use the new result from diff-find-source-location.
4481 (diff-goto-source): Use the new diff-find-source-location.
4482
c29d77c4
DL
44832000-09-20 Dave Love <fx@gnu.org>
4484
4485 * iswitchb.el: Some doc fixes.
4486 (iswitchb-mode-map): Define completely initially. Inherit
4487 minibuffer-local-map.
4488 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
4489 fundamental-mode.
4490 (iswitchb-global-map): New variable.
4491 (iswitchb-summaries-to-end): Amalgamate regexps.
4492 (iswitchb-mode): New.
4493 (iswitchb-mode-hook): New variable.
4494 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
4495 `extensions'.
4496
49939379
GM
44972000-09-20 Gerd Moellmann <gerd@gnu.org>
4498
d05c87ac
GM
4499 * ehelp.el (electric-help): New defgroup.
4500 (electric-help-shrink-window): New user-option.
4501 (with-electric-help): Use it.
4502
1ec082d4
GM
4503 * window.el (shrink-window-if-larger-than-buffer): If face
4504 `mode-line' has a :box, and we're on a graphical frame, add 1
4505 to the needed window height.
4506
f46c275e
GM
4507 * frame.el (frame-notice-user-settings): Add a last parameter nil
4508 to a call to `append', because the last list passed to `append' is
4509 not copied, and so subsequent calls to assq-delete-all will modify
4510 default-frame-alist.
4511
b7e11c5b
GM
4512 * startup.el (fancy-splash-image): Change :type.
4513 (fancy-splash-head): Use an XBM image if appropriate.
4514 (command-line-1): Show splash screens in more cases.
4515
26ff68aa
GM
4516 * startup.el (fancy-splash-text): Don't quote faces.
4517
8320414c
GM
4518 * dired.el (dired-font-lock-keywords): Undo last change.
4519 (dired-readin): Bind indent-tabs-mode to nil.
4520
49939379
GM
4521 * startup.el (fancy-splash-head): If frame's background mode
4522 is `dark', change the black background of the image to gray.
4523 (fancy-splash-screens): Display startup echo area message.
4524 (display-startup-echo-area-message): New function.
4525
c3b27206
MB
45262000-09-20 Miles Bader <miles@lsi.nec.co.jp>
4527
55a3d2a1
MB
4528 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
4529
4530 * info.el (info-header-node): Tweak for color ttys.
4531
37a99821
MB
4532 * faces.el (face-valid-attribute-values): Make sure directories we
4533 search for stipples both exist and are readable before trying to
4534 search them.
4535
0415d0d0
MB
4536 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
4537 in the dry-run case.
4538
523b128c
MB
4539 * jka-compr.el (with-auto-compression-mode): New macro.
4540
c3b27206
MB
4541 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
4542 (custom-group-tag-face, custom-variable-tag-face): Use relative
4543 :height and inherit from `variable-pitch' face instead of
4544 hardwiring :family.
4545 * hi-lock.el (hi-black-hb): Likewise.
4546
ddba99ad
MB
4547 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
4548 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
4549 toolbar-add-item, if image doesn't have a mask add a `:mask
4550 heuristic'.
4551
7e99fbde
SM
45522000-09-19 Stefan Monnier <monnier@cs.yale.edu>
4553
4554 * diff-mode.el: Docstring fixes.
4555 (diff-header-face, diff-comment-face): New faces.
4556 (diff-font-lock-keywords): Highlight a bit differently.
4557 (diff-find-source-location): Don't return SPAN any more.
4558 (diff-hunk-text): Don't bother erasing the temp buffer.
4559 (diff-find-text): Drop argument LINE.
4560 (diff-apply-hunk): Update calls to diff-find-text.
4561 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
4562
4563 * calendar/calendar.el: Docstring fixes.
4564 (calendar-make-alist): Don't quote lambda.
4565 (calendar-star-date): Use make-local-variable.
4566
fb275c02
DL
45672000-09-19 Dave Love <fx@gnu.org>
4568
7e99fbde
SM
4569 * toolbar/tool-bar.el: Renamed from toolbar.el.
4570 Change `toolbar' to `tool-bar' generally in symbols.
4571 Make some items invisible in `special' major modes.
4572 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
4573 Add arg PROPS.
532cb34d 4574
7e99fbde
SM
4575 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
4576 Add :version here.
fb275c02
DL
4577 (fancy-splash-delay, fancy-splash-image): Remove :version here.
4578
8f4ca9a5
GM
45792000-09-19 Gerd Moellmann <gerd@gnu.org>
4580
8b7707e1 4581 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 4582
8b7707e1 4583 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
4584 (find-file-noselect): Use it.
4585
8b7707e1 4586 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
4587 (fancy-splash-screen): Defgroup.
4588
8f4ca9a5
GM
4589 * add-log.el (change-log-font-lock-keywords): Match names
4590 more exactly for the case that font-lock-constant-face is
4591 underlined.
4592
ba9eeda1 45932000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 4594
8b7707e1 4595 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 4596
289eaef9
AS
45972000-09-19 Andre Spiegel <spiegel@gnu.org>
4598
4599 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
4600
ce9ded5d
GM
46012000-09-19 Gerd Moellmann <gerd@gnu.org>
4602
c113de23
GM
4603 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
4604 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
4605 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
4606 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
4607 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
4608 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
4609 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
4610 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
4611 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
4612 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
4613 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 4614 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 4615
ce9ded5d
GM
4616 * startup.el (fancy-splash-text): New variable.
4617 (fancy-splash-delay, fancy-splash-image): New user-options.
4618 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
4619 (fancy-splash-screens): New functions.
4620 (command-line-1): If display has a `display' frame parameter, has
4621 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 4622
b9b1c3a9
DL
46232000-09-19 Dave Love <fx@gnu.org>
4624
4625 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
4626 with null `help'. Use modern backquote syntax.
4627
1af25534
GM
46282000-09-19 Gerd Moellmann <gerd@gnu.org>
4629
afd3c8cd
GM
4630 * font-lock.el (font-lock-mode): Change message telling the user
4631 that ``the buffer is too big''.
4632
1af25534
GM
4633 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
4634 for instance for the case that tab-width is 2.
4635
05b1f851
GM
46362000-09-18 Gerd Moellmann <gerd@gnu.org>
4637
4638 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
4639 toolbar-add-item, if image doesn't have a mask add a `:mask
4640 heuristic'.
4641
8ec8f673
MB
46422000-09-18 Miles Bader <miles@lsi.nec.co.jp>
4643
2b612b1f
MB
4644 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
4645 and return a cons if it's non-nil.
4646 (diff-apply-hunk): Try to jump to the line in the source text
4647 corresponding to the position of point in the in the hunk.
4648
9b4a7800 4649 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
4650 (Info-title-1-face): Use face inheritance and relative sizes
4651 instead of hard-wiring things.
4652
4653 * faces.el (secondary-selection): Make dark-background variant sane.
4654
5eedab4d
AI
46552000-09-16 Andrew Innes <andrewi@gnu.org>
4656
5eedab4d
AI
4657 * makefile.w32-in (compile-files-CMD): No need to make .elc files
4658 read-only, since they aren't under VC now.
4659
6a142f26
DL
46602000-09-17 Dave Love <fx@gnu.org>
4661
e07436e1
DL
4662 * tmm.el: Replace mapcar with mapc in several places.
4663
4664 * loadhist.el (unload-feature): Maybe call elp-restore-list and
4665 ad-unadvise.
4666
7d354dd5
DL
4667 * international/latin1-disp.el: New file.
4668
6a142f26
DL
4669 * calendar/cal-move.el (scroll-calendar-left)
4670 (scroll-calendar-right): Make arg optional (for active mode line).
4671
4672 * calendar/calendar.el (calendar-mode-line-format): Make fields
4673 mouse-sensitive.
4674 (calendar-read-date, calendar-read-date, calendar-window-list):
4675 Unquote lambda.
4676 (calendar-month-name): Use aref, not sref.
4677
4678 * view.el (minor-mode-alist): Propertize the string.
4679
4680 * international/characters.el (standard-case-table): Add entries
4681 for Greek.
4682
50ac70af
MB
46832000-09-18 Miles Bader <miles@gnu.org>
4684
53c9ab4f
MB
4685 * info.el (info-node, info-xref): Add dark-background variants.
4686
a114b1ca
MB
4687 * faces.el (header-line): Change defaults to be less confusing
4688 when mixed with mode-lines.
4689
50ac70af
MB
4690 * info.el (Info-fontify-node): Make a few cleanups.
4691 Add extra `help-echo' and `local-map' props to node xrefs.
4692 Use header-specific faces for node-names & xrefs.
4693 (Info-use-header-line): New variable.
53c9ab4f 4694 (info-header-xref, info-header-node): New faces.
50ac70af
MB
4695 (Info-setup-header-line): New function.
4696 (Info-select-node): Call Info-setup-header-line when enabled.
4697 (Info-extract-pointer): Work even if the header line is hidden.
4698 (Info-header-line): New variable.
4699
729927ff
SM
47002000-09-16 Stefan Monnier <monnier@cs.yale.edu>
4701
4702 * vms-patch.el (print-region-function): Don't quote lambda.
4703
4704 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
4705
4706 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
4707 (lm-get-header-re): Allow spaces between the header and the colon.
4708 (lm-header): Allow $ in non-RCS headers.
4709 (lm-header-multiline): Put the strings back into order.
4710 Stop at an empty line. Don't require two space chars if the
4711 line is clearly not another header line.
4712
4713 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
4714 (popup-menu-popup): Remove.
4715
7a98d821
GM
47162000-09-15 Gerd Moellmann <gerd@gnu.org>
4717
7f8f1edc
GM
4718 * toolbar/toolbar.el (toolbar-add-item): Use the same image
4719 specification if or if not tool-bar item contains an `:enabled'
4720 property.
4721
7a98d821
GM
4722 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
4723 current buffer has no file name.
4724
a7bc704b
DL
47252000-09-15 Dave Love <fx@gnu.org>
4726
4727 * strokes.el: Sync with maintainer's current version with changes
4728 for Emacs, but avoid runtime cl and levents.
4729 (toplevel): Change autoloads and compilation requires.
4730 (strokes-version, strokes-bug-address, strokes-lift): Values
4731 changed.
4732 (strokes-xpm-header, strokes-insinuated): New variable.
4733 (strokes): Add :link.
4734 (strokes-mode): Customized.
4735 (strokes-while-inhibiting-garbage-collector): New macro.
4736 (strokes-remassoc): Avoid remove-if.
4737 (strokes-fix-button2-command): Don't use ad-do-it.
4738 (strokes-insinuate): New function.
4739 (strokes-button-press-event-p, strokes-button-release-event-p):
4740 New functions, used instead of non-`strokes-' versions..
4741 (strokes-mouse-event-p): Rewritten.
4742 (strokes-event-closest-point): Avoid event-point.
4743 (strokes-get-grid-position): Avoid cdadr, caadr
4744 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
4745 functions.
4746 (strokes-help): Use with-output-to-temp-buffer.
4747 (strokes-window-configuration-changed-p): New function.
4748 (strokes-update-window-configuration): Use buffer-live-p,
4749 strokes-window-configuration-changed-p.
4750 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
4751 (strokes-char-face): New face.
4752 (strokes-char-table, strokes-base64-chars): New variable.
4753 (strokes-xpm-for-stroke, strokes-list-strokes)
4754 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
4755 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
4756 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4757 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
4758 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
4759 functions.
4760
47e351a3
GM
47612000-09-15 Gerd Moellmann <gerd@gnu.org>
4762
ebb8f116
GM
4763 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
4764
47e351a3
GM
4765 * image.el (create-image): Doc fix.
4766
4767 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
4768 instead of `:heuristic-mask t'.
4769
fe83b953
AI
47702000-09-14 Andrew Innes <andrewi@gnu.org>
4771
4772 * makefile.w32-in: Revert to Unix line endings.
4773
52481729
AI
47742000-09-14 Andrew Innes <andrewi@gnu.org>
4775
3021e816
AI
4776 * makefile.w32-in: Add bootstrap support. Also copy lisp source
4777 when installing.
4778
52481729
AI
4779 * makefile.nt (DONTCOMPILE): Fix typo.
4780
4781 * shell.el (shell-write-history-on-exit): New function.
4782 (shell-dumb-shell-regexp): New custom variable.
4783 (shell-mode): Make shell-write-history-on-exit the process
4784 sentinel if shell name matches shell-dumb-shell-regexp.
4785
4786 * w32-fns.el: Comment out before-init-hook function which resets
4787 source-directory based; this breaks bootstrap.
4788
f8034e41
DL
47892000-09-14 Dave Love <fx@gnu.org>
4790
4791 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
4792 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
4793 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
4794 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
4795 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
4796 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
4797 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
4798 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
4799 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
4800
4801 * toolbar/toolbar.el: New.
4802
4803 * subdirs.el: Add toolbar.
4804
b9ce5694
GM
48052000-09-14 Gerd Moellmann <gerd@gnu.org>
4806
4807 * indent.el (indent-for-tab-command): Doc fix.
4808
986b7dee
GM
48092000-09-14 Alex Schroeder <alex@gnu.org>
4810
4811 * ansi-color.el (ansi-colors): Doc change.
4812 (ansi-color-get-face): Simplified regexp.
4813 (ansi-color-faces-vector): Added more faces, doc change.
4814 (ansi-color-names-vector): Doc change.
4815 (ansi-color-regexp): Simplified regexp.
4816 (ansi-color-parameter-regexp): New regexp.
4817 (ansi-color-filter-apply): Doc change.
4818 (ansi-color-filter-region): Doc change.
4819 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
4820 deal with zero length parameters.
4821 (ansi-color-apply-on-region): Doc change.
4822 (ansi-color-map): Doc change.
4823 (ansi-color-map-update): Removed debugging message.
4824 (ansi-color-get-face-1): Added condition-case to trap
4825 args-out-of-range errors.
4826 (ansi-color-get-face): Doc change.
4827 (ansi-color-make-face): Removed.
4828 (ansi-color-for-shell-mode): New option.
9b4a7800 4829
076ff911
KH
48302000-09-13 Kenichi Handa <handa@etl.go.jp>
4831
4832 * international/quail.el (quail-start-translation): Translate KEY
4833 if necessary even if it doesn't have any mapping in the current
4834 input method.
4835 (quail-start-conversion): Likewise.
4836 (quail-help): The output message is improved.
4837
bdf08678
MB
48382000-09-13 Miles Bader <miles@gnu.org>
4839
4840 * comint.el (comint-output-filter): Revert to using
4841 `insert-before-markers'. Add bletcherous hack to undo damage
4842 caused by `insert-before-markers'. Put `front-sticky' property on
4843 overlays created here so that the field code understands how the
4844 overlay works. Use a let when making comint-last-prompt-overlay,
4845 so that the code is easier to read.
4846
ffb8db8d
DL
48472000-09-13 Dave Love <fx@gnu.org>
4848
4849 * wid-edit.el (widget-default-format-handler): DTRT when
4850 doc-property is a function.
4851
5dd05f61
GM
48522000-09-12 Francesco Potorti` <pot@gnu.org>
4853
4854 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
4855 filed name if it's not there.
4856
35177617
DL
48572000-09-12 Dave Love <fx@gnu.org>
4858
9023837e
DL
4859 * simple.el (read-mail-command): Doc fix.
4860 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
4861
35177617
DL
4862 * vc.el (vc-dired-listing-switches): Fix :version.
4863
4864 * vc-hooks.el: Doc fixes.
4865
4866 * subr.el (add-minor-mode): Use toggle-fun arg.
4867
4868 * speedbar.el: Add :version to several defcustoms.
4869
4870 * imenu.el (imenu--truncate-items, imenu--cleanup)
4871 (imenu--generic-function): Avoid mapcar.
4872 (imenu--replace-spaces): Function removed.
4873 (imenu--completion-buffer): Use subst-char-in-string.
4874 (imenu-add-to-menubar): Use keymap inheritance.
4875
1afaae94
MB
48762000-09-12 Miles Bader <miles@gnu.org>
4877
4878 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
4879 (diff-mode-map): Bind `diff-test-hunk'.
4880 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
4881
48822000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
4883
4884 * bytecomp.el (byte-compile-defvar): Undo last change
4885 because it breaks '(make-variable-buffer-local (defvar ...)'
4886 which is used at least in dired.
4887
63c36c3c
KH
48882000-09-12 Kenichi Handa <handa@etl.go.jp>
4889
4890 * international/quail.el (quail-define-package): Docstring
4891 modified.
4892
1ad24be1
KH
48932000-09-12 Kenichi Handa <handa@etl.go.jp>
4894
362a8065
KH
4895 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
4896 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
4897 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
4898 docstring of "chinese-py".
4899
1ad24be1
KH
4900 * international/quail.el (quail-translation-docstring): New
4901 variable.
4902 (quail-show-keyboard-layout): Docstring modified.
4903 (quail-select-current): Likewise.
4904 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
4905 infinite recursive call.
4906 (quail-help): Check quail-translation-docstring. Format of the
4907 output changed.
4908 (quail-help-insert-keymap-description): Adjusted for the above
4909 change.
4910
cc0f95a4
GM
49112000-09-11 Gerd Moellmann <gerd@gnu.org>
4912
4913 * bytecomp.el (byte-compile-defvar): Only cons onto
4914 current-load-list in top-level forms. Else this leaks a cons cell
4915 every time a defun is called.
4916
7530b6da
MB
49172000-09-11 Miles Bader <miles@lsi.nec.co.jp>
4918
4919 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
4920 Now understands non-unified diffs. Some functionality moved into
4921 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
4922 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
4923 modify anything. Only reposition point in the patched file if the
4924 patch succeeds. Only pop up another window if POPUP is true.
4925 Emit a message describing what happened if successful, and at what
4926 line-offset. Automatically detect reversed hunks and do something
4927 appropriate.
4928 (diff-hunk-text, diff-find-text): New functions.
4929 (diff-filter-lines): Function removed.
4930 (diff-test-hunk): New function.
4931 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
4932
6b124390
DL
49332000-09-10 Dave Love <fx@gnu.org>
4934
4935 * textmodes/tildify.el: Minor doc/commentary fixes.
4936 (tildify) <defgroup>: Add :version.
4937
4938 * faces.el (face-x-resources): Make custom type more specific.
4939 (frame-background-mode): Use mapc.
4940 (region) <defcustom>: Add :version.
4941
7f8b6551
SM
49422000-09-08 Stefan Monnier <monnier@cs.yale.edu>
4943
9b4a7800
TTN
4944 * vc-sccs.el (vc-sccs-register):
4945 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
4946 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
4947 * vc.el (vc-register): Clear file's properties.
4948
c454aac1
GM
49492000-09-08 Gerd Moellmann <gerd@gnu.org>
4950
4951 * faces.el (face-spec-set): Only face-spec-reset-face when
4952 ATTRS is non-nil.
4953
bb934822
EZ
49542000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
4955
4956 * help.el (help-insert-xref-button): Fix a typo in doc string.
4957
03419440
EZ
49582000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
4959
7f8b6551
SM
4960 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4961 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
4962 methods.
4963
03419440
EZ
4964 * menu-bar.el (read-mail-item-name): New function.
4965 (menu-bar-tools-menu): Use it to compute and display the package
4966 used to read email.
4967 (menu-bar-tools-menu): Fix typo in GUD's help string.
4968
dbcee71a
DL
49692000-09-07 Dave Love <fx@gnu.org>
4970
19e713d8
DL
4971 * diff-mode.el (diff-mouse-goto-source): New function.
4972
a7cafade 4973 * vc-sccs.el: Doc fixes.
7f8b6551 4974 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
4975
4976 * vc-rcs.el: Doc fixes.
7f8b6551
SM
4977 (vc-rcs-register-switches, vc-rcs-checkin-switches)
4978 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
4979 (vc-rcs-master-templates): Add or change :version.
4980
7f8b6551 4981 * vc-cvs.el: Doc fixes.
a7cafade
DL
4982 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
4983 (vc-cvs-stay-local): Add :version.
4984
dbcee71a
DL
4985 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
4986
ed254191
KH
49872000-09-07 Kenichi Handa <handa@etl.go.jp>
4988
4989 * international/quail.el (quail-help): Fix previous change.
4990
ab0ee409
GM
49912000-09-07 Gerd Moellmann <gerd@gnu.org>
4992
f46f845b 4993 * faces.el (color-values): Doc fix.
9b4a7800 4994
ab0ee409
GM
4995 * faces.el (frame-set-background-mode): Use frame-parameter
4996 instead of frame-parameters.
4997
4998 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 4999 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 5000 frame-parameters.
9b4a7800 5001
f7246ac7
KH
50022000-09-07 Kenichi Handa <handa@etl.go.jp>
5003
5004 * language/devan-util.el (devanagari-to-indian-region): In the
5005 loop, change the following char, not preceding char.
5006
96889af2
GM
50072000-09-07 Gerd Moellmann <gerd@gnu.org>
5008
1091dd67
GM
5009 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
5010 instead of frame-parameters.
5011
9b4a7800 5012 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
5013 internal-set-lisp-face-attribute with FRAME being 0.
5014
5015 * vc.el: Remove `Id' version control keyword.
96889af2 5016
0fddd0dc
KH
50172000-09-07 Kenichi Handa <handa@etl.go.jp>
5018
5019 * help.el (help-make-xrefs): Adjusted for the change of
5020 help-xref-mule-regexp.
5021 (help-insert-xref-button): New function.
5022
5023 * international/mule-cmds.el (help-xref-mule-regexp-template):
5024 Include the pattern for character set.
5025 (leim): New group.
5026
5027 * international/quail.el: Don't require face.
5028 (quail): New group.
7f8b6551 5029 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
5030 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
5031 (quail-keyboard-layout-substitution): New variable.
5032 (quail-update-keyboard-layout): New function.
5033 (quail-keyboard-layout-type): New customizable variable.
5034 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
5035 (quail-keyboard-translate): Pay attention to
5036 quail-keyboard-layout-substitution.
5037 (quail-insert-kbd-layout): New function.
5038 (quail-show-keyboard-layout): New function.
5039 (quail-get-translation): If the definition is a vector of length
7f8b6551 5040 1, and the element is a string of length 1, return the character
0fddd0dc
KH
5041 in that string.
5042 (quail-update-current-translations): Fix the case of
5043 relative-index out of range.
5044 (quail-build-decode-map, quail-insert-decode-map): New Functions.
5045 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 5046 Show key sequences for all available characters.
0fddd0dc
KH
5047 (quail-help-insert-keymap-description): Don't show such verbose
5048 key bindings as quail-self-insert-command.
5049
5050 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5051 Format changed, and each element now have extra documentations.
5052 (tit-process-header): Delete invalid characters from TIT-PROMPT.
5053 Adjusted for the change of quail-cxterm-package-ext-info.
5054
8ddceaf1
GM
50552000-09-06 Gerd Moellmann <gerd@gnu.org>
5056
5057 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
5058 requiring it leads to a recursive loading of vc.el and vc-hooks.el
5059 during bootstrap.
5060
099bd78a
SM
50612000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5062
5063 * vc.el: (toplevel): Don't require `dired' at run-time.
5064 (vc-dired-resynch-file): Remove autoload cookie.
5065
50662000-09-05 Andre Spiegel <spiegel@gnu.org>
5067
5068 * vc.el: Made several backend functions optional.
5069 (vc-default-responsible-p): New function.
5070 (vc-merge): Use RET for first version to trigger merge-news, not
5071 prefix arg.
5072 (vc-annotate): Handle backends that do not support annotation.
5073 (vc-default-merge-news): Removed. The existence of a merge-news
5074 implementation is now checked on caller sites.
5075
9b4a7800 5076 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
5077 case.
5078
9b4a7800 5079 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
5080 special case that has been removed from the default in vc-hooks.el.
5081
50822000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5083
5084 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
5085
50862000-09-05 Andre Spiegel <spiegel@gnu.org>
5087
5088 * vc-hooks.el: Require vc during compilation.
5089 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
5090 macro `with-vc-properties' in vc.el.
5091 (vc-file-getprop): Doc fix.
5092 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 5093
099bd78a
SM
5094 * vc.el: Require dired-aux during compilation.
5095 (vc-name-assoc-file): Moved to vc-sccs.el.
5096 (with-vc-properties): New macro.
9b4a7800 5097 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
5098 vc-finish-steal): Use it.
5099 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
5100 to the backend-specific function is now supposed to do the checkout,
5101 too.
5102 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
5103
9b4a7800 5104 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
5105 set file properties; that gets done in the generic code now.
5106
5107 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
5108 Changed parameter list, added code from vc.el that does the
5109 checkout, possibly with a double-take.
5110
5111 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
5112 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
5113 the above under the new name.
5114 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
5115 parameter list, added checkout command.
5116 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
5117 properties; that gets done in the generic code now.
5118
51192000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5120
5121 * vc.el: Docstring fixes (courtesy of checkdoc).
5122
51232000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5124
5125 * vc.el (vc-checkout-writable-buffer-hook)
5126 (vc-checkout-writable-buffer): Remove.
5127 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
5128 (vc-log-mode): Make it into a clean derived major mode.
5129 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
5130 vc-log-mode if log-edit is not available.
5131 (vc-dired-mode-map): Don't set-keymap-parent yet.
5132 (vc-dired-mode): Do set-keymap-parent here.
5133 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
5134
08ba3862
GM
51352000-09-05 Gerd Moellmann <gerd@gnu.org>
5136
5137 * faces.el (set-face-attribute, face-spec-reset-face)
5138 (face-spec-set): Avoid consing by removing calls to `apply'.
5139
5140 * frame.el (frame-parameter): Move to C code.
5141
3b4429b4
DL
51422000-09-05 Dave Love <fx@gnu.org>
5143
5144 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
5145 insert-before-markers-and-inherit. Now checked systematically!
5146
877055f6
GM
51472000-09-05 Alex Schroeder <alex@gnu.org>
5148
5149 * sql.el (sql-postgres): Use sql-postgres-options.
5150 (sql-postgres-options): New variable.
5151
51522000-09-05 Alex Schroeder <alex@gnu.org>
5153
5154 * sql.el (sql-mode-menu): Work around missing variable mark-active
5155 in XEmacs.
5156 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
5157 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
5158 compatibility.
5159
7a004b71
GM
51602000-09-04 Gerd Moellmann <gerd@gnu.org>
5161
54baed30 5162 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 5163
7a004b71
GM
5164 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
5165
5166 * Makefile.in (DONTCOMPILE): Fix typo in file name.
5167
51682000-09-04 Andre Spiegel <spiegel@gnu.org>
5169
5170 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
5171 don't support anything else under SCCS yet.
5172
5173 * vc-hooks.el: Minor doc fixes.
5174
51752000-09-04 Andre Spiegel <spiegel@gnu.org>
5176
5177 * vc.el (vc-next-action-on-file): Do not visit the file if it's
5178 not necessary. If verbose in state `needs-patch', do the same as
5179 under `up-to-date'. When NOT verbose and `needs-patch', check out
5180 latest version instead of `merge-news'.
5181 (vc-next-action-dired): Don't mess with default-directory here; it
5182 breaks other parts of dired. It is the job of the
099bd78a 5183 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
5184 (vc-next-action): Remove a special CVS case.
5185 (vc-clear-headers): New optional arg FILE.
5186 (vc-checkin, vc-checkout): Set properties vc-state and
5187 vc-checkout-time properly.
099bd78a 5188 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
5189 (vc-print-log): Use new backend function `show-log-entry'.
5190 (vc-cancel-version): Do the checks in a different order. Added a
5191 FIXME concerning RCS-only code.
5192
5193 * vc-rcs.el (vc-rcs-show-log-entry): New function.
5194 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
5195
5196 * vc-cvs.el (vc-cvs-show-log-entry): New function.
5197
9b4a7800 5198 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
5199 `needs-patch' as a `-' too.
5200
52012000-09-04 Andre Spiegel <spiegel@gnu.org>
5202
5203 * vc.el (vc-responsible-backend): New optional arg REGISTER.
5204 (vc-default-could-register): New function.
5205 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
5206 (vc-resynch-buffer): Call vc-dired-resynch-file.
5207 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
5208 vc-resynch-buffer instead of vc-resynch-window.
5209 (vc-next-action-dired): Don't redisplay here, that gets done as a
5210 result of the individual file operations.
5211 (vc-retrieve-snapshot): Corrected prompt order.
5212
5213 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 5214
7a004b71
GM
5215 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
5216 as well.
5217 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
5218 hostname regexps. Updated all callers.
5219 (vc-cvs-responsible-p): Handle directories as well.
5220 (vc-cvs-could-register): New function.
5221 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
5222 properties up-to-date.
9b4a7800 5223
7a004b71
GM
5224 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
5225 user whether to create one.
5226
52272000-09-04 Andre Spiegel <spiegel@gnu.org>
5228
5229 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
5230 check out a non-existing file.
5231
5232 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
5233 workfile does not exist.
5234
5235 * vc.el (vc-version-diff): Use `require' to check for existence of
5236 diff-mode.
5237
52382000-09-04 Andre Spiegel <spiegel@gnu.org>
5239
5240 * vc-cvs.el (vc-cvs-registered): Use new function
5241 vc-cvs-parse-entry to do the actual work.
5242
52432000-09-04 Andre Spiegel <spiegel@gnu.org>
5244
5245 * vc-hooks.el (vc-find-backend-function): If function doesn't
5246 exist, return nil instead of error.
5247 (vc-call-backend): Doc fix.
5248
5249 * vc.el (vc-do-command): Doc fix.
5250 (vc-finish-logentry): When checking in from vc-dired, choose the
5251 right backend for logentry check.
5252 (vc-dired-mode-map): Inherit from dired-mode-map.
5253 (vc-dired-mode): Local value of dired-move-to-filename-regexp
5254 simplified.
5255 (vc-dired-state-info): Removed, updated caller.
5256 (vc-default-dired-state-info): Use parentheses instead of hyphens.
5257 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
5258 (vc-dired-listing-switches): New variable.
5259 (vc-directory): Use it, instead of dired-listing-switches.
5260
5261 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
5262 (vc-cvs-dir-state): New function.
7f8b6551 5263 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
5264 (vc-cvs-parse-entry): New function, also to be used in
5265 vc-cvs-registered.
9b4a7800 5266
7a004b71
GM
52672000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5268
5269 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
5270 *or* single-window-frames.
5271
52722000-09-04 Andre Spiegel <spiegel@gnu.org>
5273
5274 * vc.el (vc-update-changelog): Split into generic part and default
5275 implementation. Doc string adapted.
5276 (vc-default-update-changelog): New function. Call the `rcs2log'
5277 script in exec-directory, to fix a long-standing nuisance.
5278
5279 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
5280 simply signals an error.
9b4a7800 5281
7a004b71
GM
52822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5283
5284 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
5285 control-flow more clear and to avoid running `cvs' twice.
5286
5287 * vc.el (vc-next-action-on-file): Doc fix.
5288 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
5289 (vc-print-log): Eval `file' before constructing the continuation.
5290
52912000-09-04 Andre Spiegel <spiegel@gnu.org>
5292
5293 * vc.el (vc-next-action-on-file): Corrected several messages.
5294 (vc-merge): Add prefix arg `merge-news'; handle it.
5295
5296 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
5297 is not reached. It is.
5298 (vc-cvs-merge): Set state to 'edited after merge.
5299 (vc-cvs-merge-news): Set workfile version to nil if not known.
5300 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
5301
5302 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
5303 via stdout. (Merge from main line.)
9b4a7800 5304
7a004b71
GM
53052000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5306
5307 * vc.el (vc-finish-logentry): Thinko in the "same comment"
5308 detection.
5309
53102000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5311
5312 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
5313 against kill-all-local-variables.
5314 (vc-log-edit): Don't save vc-parent-buffer any more.
5315 (vc-last-comment-match): Initialize to an empty string.
5316 (vc-post-command-functions): New hook.
5317 (vc-do-command): Run it.
5318 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
5319 (vc-finish-logentry): Only add the comment to the ring if it's
5320 different from the last comment entered.
5321 (vc-new-comment-index): New function.
5322 (vc-previous-comment): Use it. Make the minibuffer message
5323 slightly less terse.
5324 (vc-comment-search-reverse): Make it work forward as well. Don't
5325 set vc-comment-ring-index if no match is found. Use
5326 vc-new-comment-index.
5327 (vc-comment-search-forward): Use vc-comment-search-reverse.
5328 (vc-dired-mode-map): Don't inherit from dired-mode-map since
5329 define-derived-mode will do it for us. Bind `v' to a keymap that
5330 inherits from vc-prefix-map so that we can bind `vt' without
5331 binding C-x v t.
5332 (vc-retrieve-snapshot): Parenthesis typo.
5333
5334 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
5335 to 1. Make sure to switch to *vc* before looking for an error
5336 message. Use vc-parse-buffer.
5337
53382000-09-04 Andre Spiegel <spiegel@gnu.org>
5339
5340 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
5341 and NAME.
5342 (vc-retrieve-snapshot): Split into two parts.
5343 (vc-default-retrieve-snapshot): New function.
5344
5345 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
5346 (vc-cvs-retrieve-snapshot): New function (untested).
5347 (vc-cvs-stay-local): Default to t.
5348 (vc-cvs-remote-p): New function and property.
5349 (vc-cvs-state): Stay local only if the above is t.
5350 (vc-handle-cvs): Removed.
5351 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
5352 done via vc-handled-backends now.
5353 (vc-cvs-header): Escape Id.
5354
53552000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5356
5357 * vc.el (vc-do-command): Remove unused commands.
5358 (vc-version-diff): Make sure default-directory ends with a slash.
5359 Move the window commands into a vc-exec-after.
5360 (vc-print-log): Move more of the code into the `vc-exec-after'.
5361
53622000-09-04 Andre Spiegel <spiegel@gnu.org>
5363
5364 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
5365 (vc-print-log): Search current revision from beginning of buffer.
5366 (vc-revert-buffer): Clear echo area after the diff is finished.
5367 (vc-prefix-map): Removed definition of "t" for terse display in vc
5368 dired.
5369 (vc-dired-mode-map): Inherit from dired-mode-map. Added
5370 definition of "vt" for terse display.
5371 (vc-dired-mode): Fix dired-move-to-filename-regexp.
5372
53732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5374
5375 * vc.el (vc-exec-after): Avoid caddr.
5376
53772000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5378
5379 * vc.el (vc-exec-after): New function.
5380 (vc-do-command): Use it to add a termination message for async
5381 procs.
5382 (vc-checkout): Try to handle a missing-backend situation.
5383 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
5384 of a directory with a backend using async diffs.
5385 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
5386 present.
5387
5388 * vc-sccs.el (vc-sccs-state-heuristic): Use
5389 file-ownership-preserved-p.
5390
5391 * vc-rcs.el (vc-rcs-state-heuristic): Use
5392 file-ownership-preserved-p.
5393 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
5394
53952000-09-04 Andre Spiegel <spiegel@gnu.org>
5396
5397 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
5398 vc-do-command.
5399
5400 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
5401 when there are no changes.
5402
54032000-09-04 Andre Spiegel <spiegel@gnu.org>
5404
5405 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
5406
5407 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
5408
54092000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5410
5411 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
5412
5413 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
5414 the `fset' outside of the defvar so that it works even if
5415 vc-prefix-map was already defined.
5416 (vc-setup-buffer): New function, split out of vc-do-command.
5417 (vc-do-command): Allow BUFFER to be t to mean `just use the
5418 current buffer without any fuss'.
5419 (vc-version-diff): Change the `diff' backend operation to just put
5420 the diff in the current buffer without erasing it. Always use
5421 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
5422 shrink-window-if-larger-than-buffer.
5423 (vc-print-log): Change the `print-log' backend operation to just
5424 put the log in the current buffer without erasing it. Protect
5425 shrink-window-if-larger-than-buffer.
5426 (vc-update-change-log): Fix setd typo.
5427
5428 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
5429 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
5430
5431 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
5432 (vc-rcs-diff): Insert in the current buffer and remove unused arg
5433 CMP.
5434
5435 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
5436 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
5437 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
5438
54392000-09-04 Andre Spiegel <spiegel@gnu.org>
5440
5441 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
5442 not possible, use vc-BACKEND-workfile-unchanged-p.
5443 (vc-default-workfile-unchanged-p): New function. Delegates to a
5444 full vc-BACKEND-diff.
5445
5446 * vc-hooks.el (vc-simple-command): Removed.
5447
5448 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
5449 instead of vc-simple-command.
5450 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
5451 avoid doing a diff when opening a file.
5452 (vc-rcs-state): Added check for unlocked-changes.
5453 (vc-rcs-header): Escape Id.
5454 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
5455 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
5456 version.
5457
5458 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
5459 (vc-sccs-diff): Remove optional arg CMP.
5460 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
5461 SCCS-specific function.
5462
5463 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
5464 vc-simple-command.
5465
54662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5467
5468 * vc.el (vc-editable-p): Renamed from vc-writable-p.
5469 (with-vc-file, vc-merge): Use vc-editable-p.
5470 (vc-do-command): Remove unused var vc-file and fix the
5471 doubly-defined `status' var. Add a user message when starting an
5472 async command.
5473 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
5474 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
5475 Use with-current-buffer.
5476 (vc-buffer-sync): Use unless.
5477 (vc-next-action-on-file): If the file is 'edited by read-only,
5478 make it read-write instead of trying to commit.
5479 (vc-version-diff, vc-update-change-log): Use `setq
5480 default-directory' rather than `cd'.
5481 (vc-log-edit): Don't forget to set default-directory in the
5482 buffer.
5483
5484 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
5485 (vc-sccs-state-heuristic): Use file-writable-p instead of
5486 comparing userids.
5487 (vc-sccs-checkout): Use `unless'.
5488
5489 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
5490 of comparing userids.
5491 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
5492 Simplify the logic by eliminating unreachable code.
5493 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
5494 just do a recursive call if we need to retry.
5495 (vc-rcs-checkout): Handle the case where rcs is missing by making
5496 the buffer read-write if requested and re-signalling the error.
5497
5498 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
5499
55002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5501
5502 * vc-hooks.el (vc-handled-backends): Docstring change.
5503 (vc-ignore-vc-files): Mark obsolete.
5504 (vc-registered): Check vc-ignore-vc-files.
5505 (vc-find-file-hook, vc-file-not-found-hook): Don't check
5506 vc-ignore-vc-files.
5507
5508 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
5509
55102000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5511
5512 * vc.el (vc-checkout): Don't do anything special for ange-ftp
5513 files since ange-ftp already has vc-registered return nil.
5514
5515 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
5516 (vc-sccs-workfile-version): Use with-temp-buffer and new
5517 vc-parse-buffer and don't bother setting the property.
5518 (vc-sccs-add-triple): Use with-current-buffer and
5519 find-file-noselect.
5520 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
5521
5522 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
5523 derives from the old vc-parse-buffer but uses the revision number
5524 rather than the date (much easier to compare robustly).
5525 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
5526 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
5527 locking-user more directly. Check strict locking and set
5528 checkout-model appropriately.
5529 (vc-rcs-parse-locks): Remove.
5530 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
5531 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
5532 (vc-rcs-system-release): Use with-current-buffer and
5533 vc-parse-buffer.
5534 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
5535
5536 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
5537 (vc-simple-command): Docstring fix.
5538 (vc-registered): Align the way the file-handler is called with the
5539 way the function itself works.
5540 (vc-file-owner): Remove.
5541
5542 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
5543 extraction of fields and call to file-attributes because of a
5544 temporary bug in rcp.el.
5545 (vc-cvs-fetch-status): Use with-current-buffer.
5546
55472000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5548
5549 * vc.el (vc-do-command): Use file-relative-name.
5550 (vc-responsible-backend): Use vc-backend if possible.
5551 (vc-create-snapshot): Improve the `interactive' spec. Add support
5552 for branches and dispatch to backend-specific `create-snapshot'.
5553 (vc-default-create-snapshot): New function, containing the bulk of
5554 the old vc-create-snapshot.
5555 (vc-retrieve-snapshot): Improve the interactive spec.
5556
5557 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
5558 (vc-backend-hook-functions): Remove.
5559 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
5560 (vc-backend): Reintroduce the test for `file = nil' now that I
5561 know why it was there (and added a comment to better remember).
5562
5563 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
5564 code from vc-sccs-hooks.el.
5565 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
5566 'vc anymore.
5567 (vc-sccs-responsible-p): Use expand-file-name instead of concat
5568 and file-directory-p instead of file-exists-p.
5569 (vc-sccs-check-headers): Simplify the regexp.
5570
5571 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
5572 from vc-rcs-hooks.el. Don't require 'vc anymore.
5573 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
5574 file-directory-p instead of file-exists-p.
5575
5576 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
5577 from vc-cvs-hooks.el.
5578 (proto vc-cvs-registered): Require 'vc-cvs instead of
5579 'vc-cvs-hooks. Don't require 'vc anymore.
5580 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
5581 file-directory-p instead of file-exists-p.
5582 (vc-cvs-create-snapshot): New function, replacing
5583 vc-cvs-assign-name.
5584 (vc-cvs-assign-name): Remove.
5585
55862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5587
5588 * vc-cvs.el (vc-cvs-header): New var.
5589
5590 * vc-rcs.el (vc-rcs-exists): Remove.
5591 (vc-rcs-header): New var.
5592
5593 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
5594 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
5595 (vc-sccs-header): New var.
5596
5597 * vc.el (vc-do-command): Get rid of the `last' argument.
5598 (vc-header-alist): Remove, replaced by vc-X-header.
5599 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
5600 (vc-dired-hook): Use expand-file-name instead of concat.
5601 (vc-directory): Use file-name-as-directory.
5602 (vc-snapshot-precondition, vc-create-snapshot)
5603 (vc-retrieve-snapshot): Allow the command to operate on any
5604 directory.
5605
5606 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
5607 just removing the 'WORKFILE argument or by removing the 'MASTER
5608 argument and replacing `file' with (vc-name file).
5609
56102000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5611
5612 * vc.el: Update Copyright and add a crude list of backend funs.
5613 (vc-writable-p): New function.
5614 (with-vc-file): Use vc-writable-p.
7f8b6551 5615 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
5616 (vc-register): Avoid vc-name.
5617 (vc-locking-user): Remove.
5618 (vc-steal-lock): Make the `owner' arg non-optional.
5619 (vc-merge): Use vc-writable-p instead of vc-locking-user and
5620 vc-checkout-model.
5621 (vc-default-dired-state-info): Use vc-state instead of
5622 vc-locking-user and return special strings for special states.
5623 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
5624 and get rid of one of the special CVS cases.
5625 (vc-cancel-version): prettify error message with \\[...].
5626 (vc-rename-master): New function.
5627 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
5628 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
5629 the CVS special case generic.
5630 (vc-default-record-rename): Remove.
5631 (vc-file-tree-walk-internal): Only call FUNC for files that are
5632 under control of some VC backend and replace `concat' with
5633 expand-file-name.
5634 (vc-file-tree-walk): Update docstring.
5635 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
5636 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
5637
5638 * vc-sccs.el (vc-sccs-rename-file): Renamed from
5639 vc-sccs-record-rename. Use `find-file-noselect' rather than
5640 `find-file' and call `vc-rename-master' to do the actual move.
5641 (vc-sccs-diff): Remove unused `backend' variable.
5642
5643 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
5644 to delay loading of vc-sccs until it is really used.
5645 (vc-sccs-master-templates): Preload.
5646 (vc-sccs-state): Update call to vc-sccs-parse-locks.
5647 (vc-sccs-project-dir): Remove (merged into
5648 vc-sccs-search-project-dir).
5649 (vc-sccs-search-project-dir): Rewrite using file name handling ops
5650 rather than `concat', make sure it is preloaded and don't bother
5651 to check that the file actually exists.
5652 (vc-sccs-parse-locks): Remove unused `file' argument, remove
5653 `locks' argument (use buffer's content instead) and eliminate n^2
5654 behavior.
5655
5656 * vc-rcs.el: Update Copyright.
5657 (vc-rcs-rename-file): New function.
5658 (vc-rcs-diff): Remove unused `backend' variable.
5659
5660 * vc-hooks.el: Update Copyright.
5661 (vc-backend): Don't accept a nil argument any more.
5662 (vc-up-to-date-p): Turn into a defsubst.
5663 (vc-possible-master): New function.
5664 (vc-check-master-templates): Use `vc-possible-master' and allow
5665 funs in vc-X-master-templates to return a non-existent file.
5666
5667 * vc-cvs.el: Update Copyright.
5668 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 5669 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
5670
5671 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
5672
56732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5674
5675 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
5676 since it can be called from vc-rcs.el.
5677 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
5678
56792000-09-04 Andre Spiegel <spiegel@gnu.org>
5680
5681 * vc.el (vc-version-diff): Expand file name read from the
5682 minibuffer. Handle the case when a previous version number can't
5683 be guessed. Give suitable messages when there were no differences
5684 found.
5685 (vc-clear-headers): Call backend-specific implementation, if one
5686 exists.
5687 (vc-cancel-version): Made error checks generic. When done, clear
5688 headers generically, too.
5689
5690 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
5691 from vc-clear-headers in vc.el.
5692
5693 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
5694 correctly.
5695 (vc-rcs-latest-on-branch-p): Made second argument VERSION
5696 optional. Handle the case when it's not there.
5697
56982000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5699
5700 * vc.el (vc-locking-user): Moved from vc-hooks.el.
5701
57022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5703
5704 * vc-hooks.el (vc-loadup): Remove.
5705 (vc-find-backend-function): Use `require'. Also, handle the case
5706 where vc-BACKEND-hooks.el doesn't exist.
5707 (vc-call-backend): Cleanup.
5708
57092000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5710
5711 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
5712 vc-rcs-grab-templates)
5713 (vc-rcs-registered): Remove. The default function works as well.
5714 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
5715 vc-sccs-grab-templates)
5716 (vc-sccs-registered): Remove. The default function works as well.
5717
5718 * vc.el (vc-version-diff): Left out a vc- in call to
5719 vc-call-backend.
5720 (vc-default-dired-state-info, vc-default-record-rename)
5721 (vc-default-merge-news): Update for the new backend argument.
5722
5723 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
5724 using the default function.
5725 (vc-call-backend): If calling the default function, pass it the
5726 backend as first argument. Update the docstring accordingly.
5727 (vc-default-state-heuristic, vc-default-mode-line-string): Update
5728 for the new backend argument.
5729 (vc-make-backend-sym): Renamed from vc-make-backend-function.
5730 (vc-find-backend-function): Use the new name.
5731 (vc-default-registered): New function.
5732
57332000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5734
5735 * vc.el (vc-merge): Use vc-find-backend-function.
5736
5737 * vc-hooks.el (vc-backend-functions): Remove.
5738 (vc-loadup): Don't setup 'vc-functions.
5739 (vc-find-backend-function): New function.
5740 (vc-call-backend): Use above fun and populate 'vc-functions
5741 lazily.
5742 (vc-backend-defines): Remove.
5743
57442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5745
5746 * vc.el (vc-register): Put a FIXME note for a newly found bug.
5747 Call vc-call-backend without the leading vc-.
5748 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
5749 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 5750 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
5751 (vc-annotate-display): Replace confusing use of `cond' with `or'.
5752 Call vc-call-backend without the leading vc-.
5753
5754 * vc-cvs.el (tail): Provide vc-cvs.
5755 * vc-sccs.el (tail): Provide vc-sccs.
5756 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
5757
5758 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
5759 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 5760 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
5761 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
5762 (vc-call-backend): Always try to load vc-X-hooks.
5763 (vc-registered): Remove vc- in call to vc-call-backend.
5764
57652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5766
5767 * vc.el (vc-process-filter): New function.
5768 (vc-do-command): Setup `vc-process-filter' for the async process.
5769 (vc-maybe-resolve-conflicts): New function to reduce
5770 code-duplication. Additionally, it puts the buffer in
5771 `smerge-mode' if applicable.
5772 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
5773 calling `merge-news'.
7f8b6551 5774 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
5775 (vc-log-edit): New function. Replacement for `vc-log-mode' by
5776 interfacing to log-edit.el.
5777 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
5778 log-edit is available.
5779 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
5780
57812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5782
5783 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
5784 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
5785 defvar and the initialization.
5786 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
5787
5788 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
5789 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
5790
7f8b6551 5791 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
5792
57932000-09-04 Andre Spiegel <spiegel@gnu.org>
5794
5795 * vc.el (vc-file-clear-masterprops): Removed.
5796 (vc-checkin, vc-revert-buffer): Removed calls to the above.
5797 (vc-version-diff): Use buffer-size without argument.
5798 (vc-register): Heed vc-initial-comment.
5799
5800 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
5801 default branch.
5802
5803 * vc-rcs.el (vc-rcs-register): Parse command output to find master
5804 file name and workfile version.
5805 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
5806
5807 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
5808 vc-file-clear-masterprops.
5809
5810 * vc-sccs.el (vc-sccs-checkout): Removed call to
5811 vc-file-clear-masterprops. If writable, set vc-state to 'edited
5812 rather than user login name.
5813
5814
58152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5816
5817 * vc.el (vc-workfile-unchanged-p): Remove unused argument
5818 `want-differences-if-changed' and simplify.
5819 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
5820 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
5821 output (which is invalid for async vc-diff) to decide whether to
5822 do the revert silently or not.
5823
58242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5825
5826 * vc-hooks.el (vc-loadup): Load files quietly.
5827 (vc-call-backend): Oops, brain fart.
5828
58292000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5830
5831 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 5832 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
5833
58342000-09-04 Andre Spiegel <spiegel@gnu.org>
5835
5836 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
5837 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
5838 vc-state or vc-up-to-date-p.
5839 (vc-merge): Use vc-backend-defines to check whether merging is
5840 possible. Set state to 'edited after successful merge.
5841
5842 * vc-hooks.el (vc-locking-user): If locked by the calling user,
5843 return that name. Redocumented.
5844
58452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5846
5847 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
5848 new `vc-state' semantics.
5849 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
5850 'vc-locking-user to the current user.
5851 (vc-merge): Inline vc-backend-merge. Comment out code that I
5852 don't understand and hence can't adapt to the new `vc-state' and
5853 `vc-locking-user' semantics.
5854 (vc-backend-merge): Remove.
5855
5856 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
5857 rather than 'vc-locking-user.
5858
5859 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
5860
5861 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
5862 (vc-state): Don't use 'reserved any more. Just use the same
5863 convention as the one used for vc-<backend>-state where the
5864 locking user (as a string) is returned.
5865 (vc-locking-user): Update, based on the above convention. The
5866 'vc-locking-user property has disappeared.
7f8b6551 5867 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
5868
5869 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
5870 with a heuristic one.
5871 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
5872 (vc-cvs-checkin): Do a trivial parse to set the state in case of
5873 error. That allows us to get to 'needs-merge even in the
5874 stay-local case. There's still no way to detect 'needs-patch in
5875 such a setup (or to force an update for that matter).
5876 (vc-cvs-logentry-check): Remove, the default works as well.
5877
58782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5879
7f8b6551 5880 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
5881
5882 * vc.el (vc-do-command): kill-all-local-variables, to reset any
5883 major-mode in which the buffer might have been put earlier. Use
5884 `remove' and `when'. Allow `okstatus' to be `async' and use
5885 `start-process' in this case.
5886 (vc-version-diff): Handle the case where the diff looks empty
5887 because of the use of an async process.
5888
58892000-09-04 Andre Spiegel <spiegel@gnu.org>
5890
5891 * vc.el (vc-next-action-on-file): Removed optional parameter
5892 `simple'. Recompute state unconditionally.
5893 (vc-default-toggle-read-only): Removed.
5894
5895 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
5896 (vc-toggle-read-only): Undid prev change.
5897
5898 * vc-cvs.el (vc-cvs-stay-local): Renamed from
5899 vc-cvs-simple-toggle. Redocumented.
5900 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
5901 (vc-cvs-toggle-read-only): Removed.
5902
59032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5904
7f8b6551 5905 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
5906 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
5907 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
5908 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
5909 still is. So maybe it should be removed.
5910 (vc-head-version, vc-find-binary): Remove.
5911 (vc-recompute-state): Move from vc-hooks.el.
5912 (vc-next-action-on-file): Add a `simple' argument to allow
5913 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
5914 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
5915 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
5916 (vc-dired-mode-map): Properly defvar it.
5917 (vc-print-log): Call log-view-mode if available.
5918 (small-temporary-file-directory): defvar instead of use boundp.
5919 (vc-merge-news): Moved to vc-cvs.el.
5920 (vc-default-merge-news): New function.
5921
5922 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
5923 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
5924 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
5925 unknown `vc-latest-version' function. It should probably refer to
5926 vc-workfile-version or somesuch, but it's very unclear to me and I
5927 don't have SCCS to test things.
5928
5929 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
5930 (vc-sccs-state-heuristic): Fix typo.
5931 (vc-sccs-workfile-unchanged-p): Add missing argument.
5932
5933 * vc-rcs.el: Require vc and vc-rcs-hooks.
5934 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
5935 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
5936 (vc-release-greater-or-equal-p): Move from vc.
5937 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
5938 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
5939 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 5940 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
5941
5942 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
5943 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
5944 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
5945 than the apparently unbound `workfile-version'.
5946
5947 * vc-hooks.el (vc-master-templates): Def the obsolete var.
5948 (vc-file-prop-obarray): Use `make-vector'.
5949 (vc-backend-functions): Add new hookable functions
5950 vc-toggle-read-only, vc-record-rename and vc-merge-news.
5951 (vc-loadup): If neither backend nor default functions exist, use
5952 the backend function rather than nil.
5953 (vc-call-backend): If the function if not bound yet, try to load
5954 the non-hook file to see if it provides it.
5955 (vc-call): New macro plus use it wherever possible.
5956 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
5957 nor `vc-find-binary' since it's only called from
7f8b6551 5958 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
5959 (vc-checkout-model): Fix parenthesis.
5960 (vc-recompute-state, vc-prefix-map): Move to vc.el.
5961
7f8b6551 5962 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
5963 (vc-cvs-release, vc-cvs-system-release): Remove.
5964 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
5965 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
5966 status symbols.
5967 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
5968 (vc-cvs-toggle-read-only): First cut at a function to allow a
5969 cvs-status-free vc-toggle-read-only.
5970 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
5971 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
5972 vc-cvs-status. Also set vc-state rather than vc-locking-user.
5973 (vc-cvs-checkout): Modify access rights directly if the user
5974 requested not to use `cvs edit'. And refresh the mode line.
5975
5976 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
5977 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
5978
59792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5980
5981 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
5982 workfile' that got lost when the code was extracted from vc.el.
5983 And merged the tail with the rest of the code (not possible in the
5984 old vc.el where the tail was shared among all backends). And
5985 explicitly set the state to 'edited if `writable' is set.
5986
5987 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
5988 (vc-cvs-state): Be careful to return the value from
5989 vc-cvs-parse-state.
5990 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
5991 property but return it instead. Also be careful to handle a nil
5992 or "" `rev' when workfile is non-nil (it was handled properly when
5993 workfile was nil).
5994
5995 * vc.el: Removed those pesky unnecessary `(function' quotes.
5996 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
5997 directly in the defvar.
5998 (vc-do-command): Bind inhibit-read-only so as to properly handle
5999 the case where the destination buffer has been made read-only.
6000 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 6001 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
6002 (vc-annotate-mode-variables): Removed (code moved partly to
6003 defvars and partly to vc-annotate-add-menu).
6004 (vc-annotate-mode): Turned into a derived-mode.
6005 (vc-annotate-add-menu): Moved in code in
6006 vc-annotate-mode-variables.
6007 (vc-update-change-log): Use make-temp-file if available.
6008
60092000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
6010
6011 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
6012 `vc-checkout-model' updated to `vc-cvs-update-model'.
6013
60142000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6015
6016 * vc.el (vc-next-action-on-file): Added handling of state
6017 `unlocked-changes'.
6018 (vc-checkout-carefully): Is now practically obsolete, unless the
6019 above is too slow to be enabled unconditionally.
6020 (vc-update-change-log): Fixed typo.
6021
6022 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
6023
7f8b6551
SM
6024 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
6025 Now handles state `unlocked-changes'.
6026 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
6027
6028 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
6029
6030 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
6031 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
6032 `unlocked-changes'.
6033 (vc-rcs-workfile-unchanged-p): Renamed from
6034 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
6035 function yet, but supposed to become one soon.
6036
6037 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
6038 `vc-steal-lock'.
6039 (vc-call-backend): Changed error message.
6040 (vc-state): Added description of state `unlocked-changes'.
6041
60422000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6043
6044 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
6045 always return t in CVS-controlled directories.
6046
6047 * vc.el (vc-responsible-backend): New function.
6048 (vc-register): Largely rewritten.
6049 (vc-admin): Removed (implementation moved into vc-register).
6050 (vc-checkin): Redocumented.
6051 (vc-finish-logentry): If no backend defined yet (because we are in
6052 the process of registering), use the responsible backend.
6053
6054 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6055 Updated function lists.
6056 (vc-call-backend): Fixed typo.
6057
7f8b6551
SM
6058 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
6059 New functions.
6060 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
6061 Removed query option. Redocumented.
7a004b71
GM
6062
60632000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6064
6065 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
6066
6067 * vc.el: Updated callers of `vc-checkout-required' to use
6068 `vc-checkout-model'.
6069
60702000-09-04 Martin Lorentzson <martinl@gnu.org>
6071
6072 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
6073 stuff updated to reference this function instead of the old
6074 `vc-backend-release-p'.
6075
60762000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6077
6078 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
6079 vc-checkout-model. Return appropriate values. Updated callers.
6080
60812000-09-04 Martin Lorentzson <martinl@gnu.org>
6082
7f8b6551 6083 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
6084 (vc-backend-revert): Function moved into `vc-revert';
6085 `vc-next-action' must be updated to accomodate this change.
6086 (vc-backend-steal): Function moved into `vc-finish-steal'.
6087 (vc-backend-logentry-check): Function moved into
6088 `vc-finish-logentry'.
6089 (vc-backend-printlog): Function moved into `vc-print-log'.
6090 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
6091 (vc-backend-assign-name): Function moved into
6092 `vc-create-snapshot'.
6093
60942000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6095
6096 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
6097 Rename to vc-checkout-model. Return appropriate values.
6098 Update callers.
7a004b71 6099
7f8b6551 6100 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 6101 to vc-checkout-model.
7f8b6551
SM
6102 (vc-checkout-required): Rename to vc-checkout-model.
6103 Re-implement and re-comment.
7a004b71
GM
6104 (vc-after-save): Use vc-checkout-model.
6105
61062000-09-04 Martin Lorentzson <martinl@gnu.org>
6107
7f8b6551
SM
6108 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
6109 Update to use the vc-BACKEND-diff functions instead.
6110 `vc-diff' is now working.
7a004b71 6111
7f8b6551 6112 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 6113
7f8b6551 6114 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
6115
6116 * vc-sccs.el (vc-sccs-diff): Function changed name from
6117 `vc-backend-diff'. This makes `vc-diff' work.
6118
7f8b6551 6119 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 6120 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 6121 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
6122 signaled during `vc-after-save'.
6123
7f8b6551
SM
6124 * vc.el: Fix typo.
6125 This checkin is made with our new VC code base for the very first time.
6126 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
6127
6128 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
6129 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
6130
6131 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
6132 updated to `vc-uses-locking'.
7f8b6551 6133 (vc-checkout-required): Call to backend function.
7a004b71
GM
6134 `vc-checkout-required' updated to `vc-uses-locking' instead.
6135
6136 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
6137 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
6138
7f8b6551 6139 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 6140 to match the split into various backends.
7f8b6551 6141 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
6142 (vc-retrieve-snapshot): Bug fix.
6143
61442000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6145
6146 * vc-sccs.el (vc-sccs-release): Doc fix.
6147
61482000-09-04 Martin Lorentzson <martinl@gnu.org>
6149
6150 * vc.el (vc-next-action-on-file): Bug found and fixed.
6151 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
6152 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
6153
6154 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
6155 (vc-rcs-checkout): Name space cleaned up. No more revision number
6156 crunching function names that are not prefixed with vc-rcs.
6157 (vc-rcs-checkout-model): Function added. References to
6158 `vc-checkout-model' replaced.
6159
61602000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6161
6162 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
6163 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
6164 still need to be split, and implemented for RCS).
6165
61662000-09-04 Martin Lorentzson <martinl@gnu.org>
6167
6168 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
6169
6170 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
6171 required by the vc.el file.
6172
6173 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
6174 required by the vc.el file.
6175 (vc-rcs-exists): Function added.
6176
6177 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
6178 required by the vc.el file.
6179
6180 * vc.el (vc-admin): Updated to handle selection of appropriate
6181 backend. Current implementation is crufty and need re-thinking.
6182
6183 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
6184
61852000-09-04 Martin Lorentzson <martinl@gnu.org>
6186
6187 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
6188 beginning of annotate buffers correctly.
6189
6190 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
6191 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
6192 functionality updated quite a lot to support multiple backends.
6193 Variables `vc-annotate-mode', `vc-annotate-buffers',
6194 `vc-annotate-backend' added.
6195
6196 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
6197 `vc-annotate-difference' added to supported backend functions.
6198
61992000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6200
6201 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
6202 Use with-temp-file instead of /bin/sh. Merged from mainline
6203
62042000-09-04 Martin Lorentzson <martinl@gnu.org>
6205
6206 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
6207
6208 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
6209
6210 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
6211
62122000-09-04 Martin Lorentzson <martinl@gnu.org>
6213
6214 * vc-hooks.el: vc-state-heuristic added to
6215 vc-backend-hook-functions.
6216
6217 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
6218
6219 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
6220
7f8b6551
SM
6221 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
6222 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
6223 state to `reserved'.
6224
6225 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
6226 `vc-checkout-required'. Rename the `locked' state to `reserved'.
6227
62282000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6229
7f8b6551 6230 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
6231 untouched.
6232
7f8b6551 6233 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 6234
7f8b6551 6235 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
6236 if defined. (Merged from main line, slightly adapted.)
6237
6238 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
6239 millenium problem (merged from mainline).
6240
62412000-09-04 Martin Lorentzson <martinl@gnu.org>
6242
6243 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
6244 part and moved the non-BACKEND stuff to vc.el.
6245
6246 * vc.el: Split the annotate feature into a BACKEND specific part
6247 and moved it from the vc-cvs.el file to this one.
6248
62492000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6250
7f8b6551
SM
6251 * vc-hooks.el: Implement new state model.
6252 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
6253 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 6254 locked by somebody else.
7f8b6551 6255 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
6256 vc-sccs-hooks.el and vc-rcs-hooks.el now.
6257 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 6258 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 6259
7f8b6551
SM
6260 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
6261 Various simplifications and adaptations all over the place.
7a004b71 6262
7f8b6551
SM
6263 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
6264 Simplify and adapt the rest.
7a004b71 6265
7f8b6551 6266 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 6267 interaction with view mode according to recent RCS change.
7f8b6551 6268 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
6269
62702000-09-04 Martin Lorentzson <martinl@gnu.org>
6271
7f8b6551 6272 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
6273
62742000-09-04 Martin Lorentzson <martinl@gnu.org>
6275
6276 * vc.el (vc-backend-release, vc-release-greater-or-equal)
6277 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
6278 (vc-minor-part, vc-previous-version): Functions that operate and
6279 compare revision numbers got proper documentation. Comments added
6280 about their possible removal.
6281
62822000-09-04 Martin Lorentzson <martinl@gnu.org>
6283
6284 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
6285 the vc-backend.el files.
6286
6287 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
6288
6289 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
6290 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
6291 (vc-rcs-previous-version): Functions added.
6292
6293 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
6294
6295 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
6296
62972000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6298
6299 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 6300 Comment out the definition for now. What is the right procedure
7a004b71
GM
6301 to get rid of it?
6302 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
6303 rewritten.
7f8b6551 6304 (vc-default-registered): Remove.
7a004b71
GM
6305 (vc-check-master-templates): New function; does mostly what the
6306 above did before.
6307 (vc-locking-user): Don't rely on the backend to set the property.
6308
6309 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 6310 Rewrite documentation.
7a004b71
GM
6311 (vc-rcs-templates-grabbed): New variable.
6312 (vc-rcs-grab-templates): New function.
7f8b6551 6313 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
6314
6315 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 6316 Rewrite documentation.
7a004b71
GM
6317 (vc-sccs-templates-grabbed): New variable.
6318 (vc-sccs-grab-templates): New function.
7f8b6551
SM
6319 (vc-sccs-registered): Rewrite to use above mechanism.
6320 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
6321 Don't throw the result, simply return it.
7a004b71 6322
7f8b6551
SM
6323 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
6324 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
6325 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 6326
7f8b6551 6327 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
6328 from main line.
6329
63302000-09-04 Martin Lorentzson <martinl@gnu.org>
6331
7f8b6551 6332 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 6333
7f8b6551 6334 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 6335
7f8b6551
SM
6336 * vc-rcs.el (vc-rcs-diff): New function.
6337 (vc-rcs-checkout): Bug (typo) found and fixed.
6338 (vc-rcs-register-switches): New variable.
7a004b71
GM
6339
6340 * vc.el (vc-backend-diff): Function removed and placed in the
6341 backend files.
6342
63432000-09-04 Martin Lorentzson <martinl@gnu.org>
6344
6345 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
6346
6347 * vc.el (vc-backend-checkout): Function removed and replaced in
6348 the vc-backend.el files.
6349
6350 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
6351
6352 * vc.el (vc-backend-admin): Removed and replaced in the
6353 vc-backend.el files.
6354
6355 * vc.el (Martin): Removed all the annotate functionality since it
6356 is CVS backend specific.
6357
63582000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6359
6360 * spec.txt: Added specification of vc-state.
6361
6362 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 6363 Remove handling of vc-latest-version and
7a004b71
GM
6364 vc-your-latest-version. What used to be vc-latest-version, is now
6365 returned as vc-workfile-version.
7f8b6551 6366 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
6367
63682000-09-04 Dave Love <fx@gnu.org>
6369
6370 * vc.el: [Merged from mainline.]
6371 (vc-dired-mode): Make the dired-move-to-filename-regexp
6372 regexp match the date, to avoid treating date as file size.
6373 Add YYYY S option to WESTERN/
6374
63752000-09-04 Dave Love <fx@gnu.org>
6376
6377 * vc.el: Require `compile' when compiling.
6378 (vc-logentry-check-hook): New option.
6379 (vc-steal-lock): Use compose-mail.
6380 (vc-dired-mode-map): Defvar when compiling.
6381 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
6382 vc-sccs.el and renamed. Callers changed.
6383 (vc-backend-checkout, vc-backend-logentry-check)
6384 (vc-backend-merge-news): Doc fix.
6385 (vc-default-logentry-check): New function.
6386 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
6387 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
6388 (vc-backend-merge): Doc fix. Use backend functions.
6389 (vc-check-headers): Use backend functions.
6390
6391 * vc-cvs.el: Require vc when compiling.
6392 (vc-cvs-register-switches): Doc fix.
6393 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
6394 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
6395 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
6396 New functions (code from vc.el).
6397 (vc-annotate-display-default): Fix interactive spec.
6398 (vc-annotate-time-span): Doc fix.
6399
6400 * vc-rcs.el: Require vc when compiling.
6401 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
6402 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
6403 (vc-rcs-checkin): New functions (code from vc.el).
6404 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
6405 Doc fix.
6406 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
6407
6408 * vc-sccs.el: Require vc when compiling.
6409 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
6410 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
6411 (vc-sccs-revert)
6412 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
6413 from vc.el).
6414 (vc-sccs-add-triple, vc-sccs-record-rename)
6415 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
6416 (vc-sccs-admin): Doc fix.
6417
64182000-09-04 Martin Lorentzson <martinl@gnu.org>
6419
6420 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
6421 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
6422 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
6423 from vc.el.
6424
6425 * vc-sccs.el (vc-admin-sccs): Added from vc.el
6426
6427 * vc-cvs.el: Moved the annotate functionality from vc.el.
6428 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
6429
64302000-09-04 Dave Love <fx@gnu.org>
6431
6432 * vc.el (vc-backend-release): Call vc-system-release.
6433
6434 * vc-sccs.el (vc-sccs-system-release):
6435 Renamed from vc-sccs-backend-release.
6436
6437 * vc-rcs.el (vc-rcs-system-release):
6438 Renamed from vc-rcs-backend-release.
6439
6440 * vc-cvs.el (vc-cvs-system-release):
6441 Renamed from vc-cvs-backend-release.
6442
64432000-09-04 Dave Love <fx@gnu.org>
6444
6445 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
6446 backend files.
6447 (vc-backend-release): Dispatch to backend functions.
6448 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
6449 probably needs attention.]
6450
6451 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
6452 (vc-sccs-backend-release): New function.
6453
6454 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
6455 (vc-cvs-backend-release): New function.
6456
6457 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
6458 Doc fix.
6459 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
6460 (vc-default-dired-state-info): New function.
6461 (vc-dired-state-info): Dispatch to backends.
6462 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
6463
6464 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
6465 from vc.el and renamed.
6466
64672000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6468
6469 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
6470 (vc-version-other-window, vc-backend-assign-name): Removed
6471 references to vc-latest-version; sometimes changed into
6472 vc-workfile-version.
6473
6474 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
6475 vc-rcs-master-workfile-version.
6476 (vc-rcs-workfile-version): Use the above. Don't call
6477 vc-latest-version (that was unreachable code, anyway).
6478 (vc-rcs-fetch-master-properties): Doc fix.
6479
6480 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
6481 (vc-backend-hook-functions): Removed them from this list, too.
6482 (vc-fetch-properties): Removed.
6483 (vc-workfile-version): Doc fix.
6484
6485 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
6486 (vc-rcs-workfile-version, vc-rcs-locking-user)
6487 (vc-rcs-uses-locking): Use it.
6488
6489 * vc-hooks.el (vc-consult-rcs-headers):
6490 Moved into vc-rcs-hooks.el, under the name
6491 vc-rcs-consult-headers.
6492
6493 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
6494 headers.
6495 (vc-cvs-find-master): Use this name only; correct different
6496 versions of the name.
6497
6498 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
6499 New functions.
6500 (vc-sccs-locking-user): Use the latter.
6501
6502 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
6503 New functions.
6504
6505 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
6506 Moved into both
6507 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
6508 functions are implementation details of those two backends.
6509
65102000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6511
6512 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
6513 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
6514
6515 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
6516 (vc-sccs-parse-locks): SCCS-specific code moved here from
6517 vc-hooks.
6518
6519 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
6520 code moved here from vc-hooks.
6521
6522 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
6523 into back-end specific parts and removed. Callers not updated
6524 yet; because I guess these callers will disappear into back-end
6525 specific files anyway.
6526
65272000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6528
6529 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
6530 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
6531 `vc-uses-locking'.
6532
6533 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
6534 Store yes/no in the property, and return t/nil. Updated all
6535 callers.
6536
6537 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
6538 vc-sccs-uses-locking. Don't set property.
6539 (vc-sccs-locking-user): Don't set property.
6540
6541 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
6542 vc-cvs-uses-locking. Don't set property here; leave that to
6543 vc-hooks.
6544 (vc-cvs-locking-user): Reflect above change. Streamlined.
6545
6546 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
6547 vc-rcs-uses-locking.
6548 (vc-rcs-locking-user): Reflect above change.
6549
65502000-09-04 Dave Love <fx@gnu.org>
6551
6552 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
6553
6554 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
6555
6556 * vc-hooks.el (vc-checkout-model): Punt to backends.
6557
6558 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
6559
6560 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
6561
6562 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
6563 New functions.
6564
6565 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
6566 New functions.
6567
6568 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
6569 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
6570
6571 * vc-hooks.el (vc-default-locking-user): New function.
6572 (vc-locking-user, vc-workfile-version): Punt to backends.
6573
65742000-09-04 Dave Love <fx@gnu.org>
6575
6576 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
6577 (vc-master-workfile-version): Moved from vc-hooks.
6578
6579 * vc-rcs-hooks.el: Fix duplicate code in last change.
6580
6581 * vc-rcs-hooks.el: Require vc-hooks when compiling.
6582 (vc-rcs-master-templates): Improve :type.
6583 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
6584 vc-master-workfile-version): Moved from vc-hooks.
6585
6586 * vc-sccs-hooks.el: Require vc-hooks when compiling.
6587 (vc-sccs-master-templates): Improve :type.
6588 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
6589
6590 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
6591
6592 * vc-cvs-hooks.el: Require vc-hooks when compiling.
6593 (vc-cvs-master-templates): Improve :type. Use
6594 vc-cvs-find-cvs-master.
6595 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
6596 from vc-hooks.
6597 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
6598
6599 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
6600 Moved to vc-cvs-hooks.
6601
6602 * vc-hooks.el: Add doc strings in various places. Simplify the
6603 minor mode setup.
6604 (vc-handled-backends): New user variable.
6605 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
6606 simplification.
6607
66082000-09-04 Dave Love <fx@gnu.org>
6609
6610 * vc.el: Some doc fixes for autoloaded and interactive functions.
6611 Fix compilation warnings from ediff stuff.
6612 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
6613
6614 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
6615
6616 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
6617
6618 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
6619
66202000-09-04 Dave Love <fx@gnu.org>
6621
6622 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6623 New variable.
6624 (vc-make-backend-function, vc-loadup, vc-call-backend)
6625 (vc-backend-defines): New functions.
6626
6627 * vc-hooks.el: Various doc fixes.
6628 (vc-default-back-end, vc-follow-symlinks): Custom fix.
6629 (vc-match-substring): Function removed. Callers changed to use
6630 match-string.
6631 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
6632 Simplify.
6633
66342000-09-04 Dave Love <fx@gnu.org>
6635
6636 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
6637 type.
6638 (vc-sccs-project-dir, vc-search-sccs-project-dir)
6639 (vc-sccs-registered): Doc fix.
6640
6641 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
6642 (vc-cvs-registered): Doc fix.
6643
6644 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
6645 (vc-rcs-registered): Doc fix.
6646
66472000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6648
6649 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
6650
6651 * vc-hooks.el: vc-registered has been renamed
6652 vc-default-registered. Some functions have been moved to the
6653 backend specific files. they all support the
6654 vc-BACKEND-registered functions.
6655
66562000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6657
6658 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
6659
6660 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
6661
a033ea13
DL
66622000-09-04 Dave Love <fx@gnu.org>
6663
179fc9ef
DL
6664 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
6665 menu-bar-update-hook.
6666
6667 * help.el (help-manyarg-func-alist): Add
6668 find-operation-coding-system.
6669
a033ea13
DL
6670 * wid-edit.el (widget-sexp-validate): Fix garbled code.
6671
6672 * custom.el (custom-set-variables): Print message about errors in
6673 setting.
6674
f8803e97
AI
66752000-09-03 Andrew Innes <andrewi@gnu.org>
6676
6677 * makefile.w32-in: Change to DOS line endings.
6678
59836110
EZ
66792000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6680
6681 * mouse.el (mouse-popup-menubar): Supply the prompt string for
6682 minor-mode keymaps, if they don't have one.
6683
5514ba5c
EZ
66842000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6685
6686 * eshell/esh-module.el (eval-when-compile): Don't lose if
6687 esh-module.el's file name is truncated to DOS 8+3 limits.
6688
79cf8e80
JW
66892000-09-01 John Wiegley <johnw@gnu.org>
6690
6691 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
6692 predicate, which caused entries in the completion list to be
6693 doubled.
6694
66952000-08-30 John Wiegley <johnw@gnu.org>
6696
6697 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
6698 sending to subprocesses. Also, hook pre-command-hook if
6699 `eshell-send-direct-to-subprocesses' is non-nil.
6700 (eshell-send-direct-to-subprocesses): New config variable. If t,
6701 subprocess input is send immediately.
6702 (eshell-toggle-direct-send): New function.
6703 (eshell-self-insert-command): New function.
6704 (eshell-intercept-commands): New function.
6705 (eshell-send-input): If direct subprocess sending is enabled,
6706 don't echo any input to the Eshell buffer. Let the subprocess
6707 handle that. This requires "stty echo" in bash, for example.
6708
67092000-08-28 John Wiegley <johnw@gnu.org>
6710
6711 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
6712 completion function for Eshell's implementation of `unset'.
6713
778911b9
EZ
67142000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6715
6716 * info.el (Info-directory-list): Doc fix.
6717
05d07b49
PB
67182000-08-31 Peter Breton <pbreton@ne.mediaone.net>
6719
9b4a7800 6720 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
6721 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
6722
9941d4c7
KH
67232000-08-31 Kenichi Handa <handa@etl.go.jp>
6724
6725 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
6726 coding systems.
6727
af9ba8ad
AI
67282000-08-30 Andrew Innes <andrewi@gnu.org>
6729
6730 * timer.el (run-with-idle-timer): Undo last change, so that timer
6731 is not activated immediately if Emacs is already idle. Some
6732 existing code relies on this behaviour.
6733
caccd8f2
MB
67342000-08-30 Miles Bader <miles@gnu.org>
6735
6736 * frame.el (set-frame-font): Do completion of font-name for
6737 interactive use.
6738
b64c0a1c
KH
67392000-08-30 Kenichi Handa <handa@etl.go.jp>
6740
6741 * international/quail.el (quail-start-translation): Bind locally
6742 last-command-event, last-command, and this-command.
6743 (quail-start-conversion): Likewise.
75cf0095 6744 (quail-self-insert-command): Fix docstring.
b64c0a1c 6745
fd5f61d3
GM
67462000-08-29 Gerd Moellmann <gerd@gnu.org>
6747
6748 * progmodes/executable.el
6749 (executable-make-buffer-file-executable-if-script-p): Check that
6750 buffer contains at least 2 characters.
6751
5b671d04
EZ
67522000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
6753
6754 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
6755
485d9513
DL
67562000-08-29 Dave Love <fx@gnu.org>
6757
a39fb83d
DL
6758 * diff-mode.el (diff-mode) <defgroup>: Add :version.
6759 (diff-mode-shared-map): Bind mouse-2.
6760 (diff-imenu-generic-expression): New variable.
6761 (diff-mode): Use it.
6762
485d9513
DL
6763 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
6764 (mouse-popup-menubar): Add minor mode menus.
6765 (popup-menu): Check for lookup-key returning number.
6766
ba3478d9
MB
67672000-08-29 Miles Bader <miles@gnu.org>
6768
6769 * comint.el (comint-send-input): Create overlays using the proper
6770 front/read-advance arguments.
9b4a7800 6771
c3d6d211
GM
67722000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6773
6774 * ps-print.el: Even/odd pages printing. Doc fix.
6775 (ps-print-version): New version number (6.0).
6776 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
6777 (ps-background, ps-begin-file, ps-begin-job): Code fix.
6778 (ps-print-duplex-feature): Variable eliminated.
6779 (ps-even-or-odd-pages): New variable.
6780
ba087cd7 6781 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
6782 (ebnf-version): New version (3.3).
6783 (ebnf-user-arrow): Change variable customization to sexp.
6784 (ebnf-user-arrow): Function eliminated.
6785 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 6786
d313265f
KH
67872000-08-29 Kenichi Handa <handa@etl.go.jp>
6788
cba62b78 6789 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
6790 (help-make-xrefs): Handle help-xref-mule-regexp.
6791
6792 * international/mule-cmds.el (help-xref-mule-regexp-template): New
6793 variable.
6794 (describe-input-method): Temporarily activate the specfied input
6795 method to display the information.
6796 (describe-language-environment): Hyperlinks to mule related items.
6797
6798 * international/mule-diag.el (charset-multibyte-form-string): New
6799 function.
6800 (list-character-sets-1): Use charset-multibyte-form-string.
6801 (describe-character-set): New function.
6802 (describe-coding-system): Hyperlinks to safe character sets.
6803
6804 * international/quail.el (quail-help): New arg PACKAGE.
6805 Hyperlinks to mule related items.
6806 (quail-help-insert-keymap-description): Use
6807 substitute-command-keys instead of describe-bindings.
6808 (quail-translation-help): Hyperlinks to mule related items.
6809
b4bd214e
JW
68102000-08-28 John Wiegley <johnw@gnu.org>
6811
ca7aae91
JW
6812 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
6813 have a defsubst call itself. Made `eshell-flatten-list' back into
6814 a function again.
6815
b4bd214e
JW
6816 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
6817 catch, in case re-centering point at bottom messes up the display.
6818 This happens frequently in Emacs 21, due I believe to variable
6819 line heights.
6820
6821 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
6822 to call `find-tag-interactive'.
6823
6824 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
6825 the list of remember directories.
6826
d44e146b
JW
68272000-08-28 John Wiegley <johnw@gnu.org>
6828
6829 * align.el: Test align-region-separate to see if it's a symbol.
6830
546c0888 68312000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
6832
6833 * eshell/esh-util.el (eshell-flatten-list): Made this function
6834 into a defsubst form. It gets used very frequently, although
6835 calls don't occur all that often.
6836
6837 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
6838 examining it.
6839
6840 * eshell/esh-cmd.el (eshell-rewrite-while-command):
6841 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
6842 `eshell-protect'.
6843 (eshell-copy-handles): Created a new macro for duplicating the
6844 current set of open handles. This is needed by the looping
6845 functions.
6846 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
6847 is not incorrectly stomped on.
6848
6849 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
6850 declaration for pcomplete-use-paring.
6851 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
6852 value of eshell-cmpl-use-paring.
6853 * pcomplete.el (pcomplete-use-paring): New config variable, to
6854 indicate whether paring should be used.
6855 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
6856 completion alternatives that have already been used.
6857
6858 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
6859 bound to C-c C-y, which will repeat the previous N arguments
6860 (based on prefix argument).
6861 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
6862
6863 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
6864 if there is no *Help* buffer. This is for XEmacs, which renames
6865 its help buffers uniquely. TODO: Find out what the current buffer
6866 name to delete is.
6867
6868 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
6869 first entry that correlates to a passwd/group number. Later
6870 entries (used for group/user name aliasing to multiple IDs) are
6871 ignored.
6872
9b4a7800
TTN
6873 * eshell/em-xtra.el (eshell/expr):
6874 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
6875 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
6876 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
6877 argument list, before passing it to the system command.
6878
6879 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
6880 `find-tag' for use at final position in Eshell buffers (which
6881 otherwise triggers an error on Emacs 21).
6882 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
6883 buffer, if it is currently bound to `find-tag'.
6884
6885 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
6886 in the list of matched Makefile names.
6887 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
6888 directory, prefer its contents to Makefile.
6889
6890 * eshell/em-dirs.el (eshell/cd): cd commands that look up
6891 directory parts (like "cd old new", or "cd =regexp"), are now case
6892 sensitive on non-Windows/DOS platforms.
6893
6894 * eshell/esh-mode.el (eshell-parse-command-input): When a user
6895 types RET after an open delimiter (like "), display a message
6896 indicating that Eshell is waiting for the closing delimiter.
6897
6898 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
6899 environment variables.
6900
6901 * eshell/em-unix.el (eshell/diff): Added logic to fail more
6902 gracefully if the user enters incorrect arguments.
6903
6904 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
6905 Eshell buffers.
6906
9b4a7800
TTN
6907 * eshell/esh-var.el (eshell-interpolate-variable):
6908 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
6909 * eshell/em-unix.el (eshell-du-sum-directory):
6910 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6911 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
6912 (not (= ...)).
6913
6914 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
6915 to ensure the `preserve' flag gets propagated when doing recursive
6916 directory copies.
6917
546c0888 69182000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
6919
6920 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
6921 Don't convert \n into \0177 in memory.
6922 (eshell-read-history, eshell-write-history): Convert \n to \0177,
6923 and back again, when reading and writing.
9b4a7800 6924
546c0888 69252000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
6926
6927 * eshell/esh-util.el (eshell-processp): Added to relieve constant
6928 testing of `fboundp' on `processp'.
6929
6930 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
6931 (eshell/jobs): Don't call process-list if it is not bound.
6932 (eshell-gather-process-output): Support systems where async
6933 subprocesses aren't supported.
6934 (eshell-scratch-buffer, eshell-last-sync-output-start): New
6935 variables.
6936
6937 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
6938 eshell-do-eval returns t.
6939 (eshell-do-pipelines-synchronously): New defmacro.
6940 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
6941 when async subprocesses aren't supported.
6942 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
6943 if async subprocesses aren't supported.
6944 (eshell-resume-command): Don't assume STATUS is a string.
6945
6946 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
6947
6948 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
6949 (eshell-close-target, eshell-get-target): Use eshell-processp.
6950 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
6951 fix.
6952 (eshell-get-target, eshell-create-handles): Doc fix.
6953
546c0888 69542000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 6955
546c0888 6956 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
6957 criterion to include commands that output something, as long as it
6958 leaves both the command and the end-of-buffer visible when the
6959 command has exited.
6960 (eshell-review-quick-commands): Adjust the help doc string
6961 accordingly.
6962
2a371c3b
PB
69632000-08-28 Peter Breton <pbreton@ne.mediaone.net>
6964
8348e1f9 6965 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 6966 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 6967
9b4a7800 6968 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
6969 (file-cache-assoc-function): New variable
6970 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
6971 Use file-cache-case-fold-search variable
6972 (file-cache-add-file): Use file-cache-assoc-function
6973 (file-cache-delete-file): likewise
6974 (file-cache-directory-name): likewise
6975 (file-cache-debug-read-from-minibuffer): likewise
6976
95931eb1
GM
69772000-08-28 Gerd Moellmann <gerd@gnu.org>
6978
6979 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
6980 (abbrev-table-name): New function.
6981 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
6982 If non-nil list local abbrev, only.
6983
bb17930d
GM
69842000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
6985
546c0888
EZ
6986 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
6987 from Gnus support code, and use special article copy buffer
bb17930d
GM
6988 `(gnus-original-article-buffer)' instead. This allows to get rid
6989 of article-hide-headers usage (which breaks in the latest Gnus
6990 version). Thanks to Detlev Zundel.
6991
41a68aef
KH
69922000-08-28 Kenichi Handa <handa@etl.go.jp>
6993
6994 * international/quail.el (quail-use-package): Hide "... loaded"
6995 message.
6996 (quail-start-translation, quail-start-conversion): Likewise.
6997
6998 * international/kkc.el (kkc-region): Hide "... loaded" message.
6999
28bb2cef
DL
70002000-08-27 Dave Love <fx@gnu.org>
7001
7002 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
7003
11a1118d
MB
70042000-08-27 Miles Bader <miles@gnu.org>
7005
7006 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
7007
0f85d477
KH
70082000-08-27 Kenichi Handa <handa@etl.go.jp>
7009
7010 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
7011 'ja-dic-cnv), not (require 'skkdic-cnv).
7012
2d73e8d3
MB
70132000-08-26 Miles Bader <miles@gnu.org>
7014
a0e5a5a4
MB
7015 * faces.el (face-x-resources): Add entry for :inherit.
7016 * cus-face.el (custom-face-attributes): Add support for :inherit
7017 attribute. Add support for relative face heights.
7018 (custom-face-attributes-get): Treat `nil' as being a default value
7019 for :inherit (as well as `unspecified').
7020
19feb949
MB
7021 * faces.el (set-face-attribute): Update doc string.
7022 (face-attribute-name-alist): Add :inherit.
7023 (face-valid-attribute-values): Handle :inherit.
7024 (face-read-string): Rephrase prompt to be less confusing.
7025 Assume that DEFAULT is a string, since we must return a string.
7026 (face-read-integer): Use `format' to turn DEFAULT into an
7027 acceptable default for face-read-string. Match NEW-VALUE against
7028 the string "unspecified", not the symbol `unspecified', since
7029 that's what face-read-string returns.
7030 (read-face-attribute): Lookup a name for old-value in valid, and
7031 use it as a default if we find one. Treat all values from
7032 face-read-string as strings. If the default is used, don't do any
7033 more processing on the value, just use the old value directly.
7034 (read-face-and-attribute, modify-face): Tweak prompt.
7035 (read-face-name): Don't assume prompt ends with a space.
7036
2d73e8d3
MB
7037 * faces.el (describe-face): Add support for :inherit attribute.
7038
a1a2e38f
KH
70392000-08-25 Kenichi Handa <handa@etl.go.jp>
7040
e84fa7c5
KH
7041 * terminal.el (terminal-emulator): Fix args to `concat'. Now
7042 concat doesn't accept interger.
7043
a1a2e38f
KH
7044 * international/kkc.el: Remove SKK from Keywords. Require
7045 ja-dic-utl instead of skkdic-utl.
7046
7047 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
7048 Provide ja-dic-cnv instead of skkdic-cnv.
7049 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
7050 (iso-2022-7bit-short): Add safe-charsets property.
7051 (skkdic-convert-postfix): Search Japanese chou-on character in
7052 addition to Hiragana character.
7053 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
7054 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
7055 (batch-skkdic-convert): Likewise.
7056
7057 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
7058 Provide ja-dic-utl instead of skkdic-utl.
7059 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
7060
f6499c03
DL
70612000-08-24 Dave Love <fx@gnu.org>
7062
1c2c3f16
DL
7063 * disp-table.el (standard-display-default): Make the test of `l'
7064 useful.
7065
f6499c03
DL
7066 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
7067 mod sample text.
7068
7069 * international/iso-ascii.el: Make pilcrow convenient string
7070 consistent with section.
7071 (iso-ascii-display): Set up multibyte characters as well as
7072 unibyte.
7073
c543db81
KH
70742000-08-24 Kenichi Handa <handa@etl.go.jp>
7075
7076 * international/mule-cmds.el (reset-language-environment): Set
7077 default-process-coding-system to '(undecided . iso-latin-1), which
7078 makes process I/O almost consistent with file I/O. Call this
7079 function when mule-cmds.el[c] is loaded.
7080
746d9caf
AI
70812000-08-22 Andrew Innes <andrewi@gnu.org>
7082
7083 * makefile.w32-in: New file.
7084
5484005d
MB
70852000-08-22 Miles Bader <miles@lsi.nec.co.jp>
7086
7087 * comint.el (comint-output-filter): Compare end of
7088 comint-last-output-overlay with the start of the newly inserted
7089 text, not the end, when deciding whether to extend it.
9b4a7800 7090 Set saved-point's insertion type to advance after insertion.
5484005d
MB
7091
7092 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
7093 since this is now done independently of font-lock mode.
7094
7a912f63
GM
70952000-08-21 Gerd Moellmann <gerd@gnu.org>
7096
7097 * server.el (server-kill-new-buffers): New user option.
7098 (server-existing-buffer): New buffer-local variable.
7099 (server-visit-files): When using an existing buffer, set
7100 server-existing-buffer to t.
7101 (server-buffer-done): If server-kill-new-buffers is t, kill the
7102 buffer, unless it was already present before visiting it with
7103 Emacs server.
9b4a7800 7104
240301df
EZ
71052000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
7106
7107 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
7108 even if the display doesn't support colors: some displays will
7109 support bold/underline faces.
7110
cbcef616
GM
71112000-08-21 Gerd Moellmann <gerd@gnu.org>
7112
6917e6bb
GM
7113 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
7114
cbcef616
GM
7115 * startup.el (command-line): If user's init file had an error,
7116 add explanatory text to *Messages*.
7117
6922b018
KH
71182000-08-21 Kenichi Handa <handa@etl.go.jp>
7119
7120 * man.el (Man-getpage-in-background): Decode the process output by
7121 the system locale coding system.
7122
e50c4203
DL
71232000-08-20 Dave Love <fx@gnu.org>
7124
96ab6351
DL
7125 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
7126 Don't test x-popup-menu.
7127 (function) <complete-function>: Complete only fbound symbols.
7128 <validate, value>: New.
7129 (variable) <complete-function>: Complete only bound symbols.
7130 (coding-system): Add :base-only, :complete-function, :validate,
7131 :value, :prompt-match.
7132 (widget-coding-system-prompt-value): Use read-coding-system and
7133 act on :base-only.
7134 (editable-field): Add :help-echo.
7135 (widget-push-button-gui, widget-push-button-cache)
7136 (widget-gui-action, widget-editable-list-gui): COmment out, along
7137 with uses.
7138 (widget-at): Make arg optional.
7139 (widget-echo-help): Adjust for current help-echo calling sequence.
7140 (widget-specify-field, widget-specify-button)
7141 (widget-specify-insert, widget-get-sibling, widget-image-find)
7142 (widget-convert, widget-insert, widget-leave-text)
7143 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
7144 (widget-setup, widget-field-find, widget-before-change)
7145 (widget-after-change, widget-default-complete)
7146 (widget-default-create, widget-default-delete)
7147 (widget-push-button-value-create, editable-field)
7148 (widget-field-prompt-value, widget-field-validate)
7149 (widget-choice-value-create, widget-choice-action)
7150 (widget-choice-validate, widget-checklist-add-item)
7151 (widget-radio-add-item, widget-radio-chosen)
7152 (widget-radio-value-inline, widget-editable-list-value-create)
7153 (widget-editable-list-entry-create)
7154 (widget-documentation-link-add)
7155 (widget-documentation-string-value-create)
7156 (widget-regexp-validate, widget-file-complete)
7157 (widget-sexp-validate, widget-plist-convert-widget)
7158 (widget-plist-convert-widget, widget-alist-convert-widget)
7159 (widget-alist-convert-widget, widget-color-complete): Simplify,
7160 particularly to avoid bindings which aren't optimized out.
7161
e50c4203
DL
7162 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
7163 Doc fix.
7164 (down-list, backward-up-list, up-list, kill-sexp)
7165 (backward-kill-sexp, mark-sexp): Make arg optional.
7166 (lisp-complete-symbol): Add optional arg PREDICATE.
7167
7168 * cus-start.el: Add display-buffer-reuse-frames,
7169 file-coding-system-alist.
7170
511bd4eb
GM
71712000-08-20 Gerd Moellmann <gerd@gnu.org>
7172
7173 * startup.el (command-line): Clear realized faces after
7174 modifying TTY color mappings.
7175
a9de7d29
MB
71762000-08-20 Miles Bader <miles@gnu.org>
7177
7178 * faces.el (face-attr-match-p): Don't return true if ATTRS are
7179 merely a subset of FACE's attributes.
7180
8a8023d9
MB
71812000-08-19 Miles Bader <miles@gnu.org>
7182
7183 * comint.el (comint-output-filter): Save the point with a marker,
7184 not just a buffer position.
7185
7186 * international/mule.el (set-buffer-process-coding-system): Make
7187 interactive prompt less confusing.
7188
1433385f
GM
71892000-08-19 Gerd Moellmann <gerd@gnu.org>
7190
7191 * hilit-chg.el: General cleanup of doc strings, comments and
7192 code formatting.
7193
136b4eda
MB
71942000-08-19 Miles Bader <miles@gnu.org>
7195
7196 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
7197 Compiler macro removed; beginning-of-line is no longer always
7198 equivalent to forward-line, in the presence of fields.
7199
7200 * comint.el (comint-output-filter): Remove ad-hoc saving of
7201 restriction, and just use save-restriction, now that it works
7202 correctly. Don't adjust comint-last-input-start to account for
7203 our insertion; it shouldn't have moved because we don't use
7204 insert-before-markers anymore. Comment out call to
7205 `force-mode-line-update'; why is it here?
7206
7207 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
7208 while checking for prompt to delete. Use `forward-line 0'
7209 instead of beginning-of-line.
7210 (gud-filter): Temporarily widen gud comint buffer while
7211 examining output.
7212
cdd0f857
SM
72132000-08-18 Stefan Monnier <monnier@cs.yale.edu>
7214
ebf96bfa
SM
7215 * progmodes/sh-script.el: Big bag of typos.
7216
cdd0f857
SM
7217 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
7218 check since ispell-process is not bound when ispell is not yet loaded.
7219
9bb7a286
DL
72202000-08-18 Dave Love <fx@gnu.org>
7221
7222 * image.el (find-image): Copy `spec' before using plist-put.
7223
74ec6045
GM
72242000-08-18 Gerd Moellmann <gerd@gnu.org>
7225
7226 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
7227 `portugues'.
7228
7229 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
7230 backward-kill-sexp, analogous to kill-sexp.
7231
7232 * progmodes/icon.el (icon-indent-line)
7233 (icon-is-continuation-line): Handle comments specially.
7234
72352000-08-17 Ken Stevens <k.stevens@ieee.org>
7236
7237 * ispell.el: Set to standard author/maintainer/keyword fields.
7238 Fine tuning to menu map appearance and operation, and added help.
7239 Remove `start' and `end' error messages when compiling.
7240 (ispell-choices-win-default-height): Fixed comment string.
7241 (ispell-dictionary-alist-1): Fixed regexp in castellano and
7242 castellano8 dictionaries.
7243 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
7244 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
7245 dictionary, added italiano dictionary.
7246 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
7247 word character
7248 (ispell-tex-skip-alists): Added psfig support.
7249 (ispell-skip-html): Renamed from ispell-skip-sgml.
7250 (ispell-begin-skip-region-regexp, ispell-skip-region)
7251 (ispell-minor-check): Improved html skipping support to skip across
7252 code, and recognize `&' commands without propper `;' syntax;
7253 (ispell-process-line): Fix alignment error when manually
7254 correcting spelling.
7255 (ispell): Fix comment string.
7256 (ispell-add-per-file-word-list): Always put word list on new line.
7257
3787e12e
GM
72582000-08-17 Gerd Moellmann <gerd@gnu.org>
7259
a7b28523
GM
7260 * format.el (format-encode-run-method): Fix error message to say
7261 `encode' instead of `decode'. Use save-window-excursion around
7262 shell-command-on-region as in format-decode-run-method because
7263 shell-command-on-region can display a buffer with error output.
7264 (format-decode): Don't record undo information for the decoding.
7265 (format-annotate-function): Add parameter FORMAT-COUNT. Make
7266 that number part of the temporary buffer name so that more than
7267 one decoding using a temporary buffer can happen safely.
7268
7269 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
7270 of `A-z' in the regexp.
7271
7272 * hilit-chg.el: Fix typos in commentary.
7273
3787e12e
GM
7274 * help.el (view-emacs-news): Rewritten for new naming scheme
7275 for old NEWS files.
7276
7277 * startup.el (command-line): Pop to *Messages* in case an error
7278 is signaled while loading user-init-file.
7279
d2473540
AS
72802000-08-17 Andreas Schwab <schwab@suse.de>
7281
7282 * files.el (insert-directory): Don't lose original file name,
7283 undoing an undocumented change.
7284
c0bbaf57
GM
72852000-08-17 Alex Schroeder <alex@gnu.org>
7286
7287 * sql.el (sql-magic-go): Use comint-bol.
7288 (sql-copy-column): Use comint-line-beginning-position.
7289 (comint-line-beginning-position): Define a replacement for
7290 comint-line-beginning-position if it is not fboundp.
7291
72922000-08-17 Alex Schroeder <alex@gnu.org>
7293
7294 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
7295 it didn't have any effect anyway.
7296
72972000-08-17 Alex Schroeder <alex@gnu.org>
7298
7299 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
7300 --pset and pager=off instead of sending \\o|cat at the beginning
7301 of the session.
7302
9d245da5
MB
73032000-08-17 Miles Bader <miles@gnu.org>
7304
7305 * progmodes/octave-inf.el: Add compatibility definition of
7306 comint-line-beginning-position.
7307
abfdbd2e
KH
73082000-08-17 Kenichi Handa <handa@etl.go.jp>
7309
7310 * startup.el (normal-top-level): Look in each dir in load-path for
7311 a leim-list.el file too. This assures of loading leim-list.el
7312 that is created at Emacs installation time even if a user have his
7313 own leim-list.el.
7314
a0b8c939
MB
73152000-08-17 Miles Bader <miles@gnu.org>
7316
7317 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
7318 foreground color to black if the background is dark.
7319
7382bcae
SM
73202000-08-16 Stefan Monnier <monnier@cs.yale.edu>
7321
7322 * loadhist.el (unload-feature): Typo.
7323
9b4a7800 7324 * finder.el (finder-compile-keywords):
7382bcae
SM
7325 * cus-dep.el (custom-make-dependencies): Add local-variable settings
7326 to the generated file.
7327
7328 * mail/mh-e.el (mh-make-local-vars):
7329 Replace make-variable-buffer-local with make-local-variable.
7330
cdd0f857 7331 * play/landmark.el:
7382bcae 7332 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
7333 * mail/mailabbrev.el (mail-abbrevs-mode):
7334 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
7335 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
7336
7337 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
7338
7339 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
7340 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
7341 Allow going past the last element.
9b4a7800 7342 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
7343 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
7344 (cvs-mouse-toggle-mark): Don't move point.
7345 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
7346
7347 * progmodes/compile.el (grep): Provide a default set of files.
7348 (next-error): Docstring fix.
7349 (compilation-find-file): Avoid find-file (fails in a dedicated window).
7350
7351 * emacs-lisp/easy-mmode.el (define-minor-mode):
7352 Use `symbol-value' to keep the byte-compiler quiet.
7353
7354 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
7355 (diff-find-source-location): New fun, extracted from diff-goto-source.
7356 (diff-goto-source): Use it.
7357 (diff-next-complex-hunk, diff-filter-lines): New function.
7358 (diff-apply-hunk): New command.
7359
7360 * smerge-mode.el (smerge-mode-menu): Doc fix.
7361
7362 * msb.el (msb-mode): Define it in terms of define-minor-mode.
7363
4f00b8c1
DL
73642000-08-16 Dave Love <fx@gnu.org>
7365
2b5198bb
DL
7366 * windmove.el (windmove) <defgroup>: Add :version.
7367
7368 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
7369 (goto-address-fontify-p, goto-address-highlight-p)
7370 (goto-address-url-face, goto-address-url-mouse-face)
7371 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
7372 (goto-address-url-regexp): Use thing-at-point-url-regexp.
7373 (goto-address-fontify, goto-address-at-mouse): Simplify,
7374 (goto-address-at-point): browse-url-url-at-point,
7375 goto-address-find-address-at-point can return nil.
7376 (goto-address-find-address-at-point): Return nil on failure.
7377
7378 * align.el (align) <defgroup>: Add :version.
7379
7380 * calculator.el (calculator): Add :version.
7381 (calculator): Use two lines for calculator window if `modeline'
7382 face is boxed.
7383
4f00b8c1
DL
7384 * play/5x5.el: Doc fixes.
7385 (5x5) <defgroup>: Add :version.
7386
7387 * play/fortune.el (fortune) <defgroup>: Add :version.
7388 (fortune-append): Fix error message.
7389 (fortune-from-region): Doc fix.
7390
7391 * play/pong.el (pong): Doc fix.
7392
7393 * play/morse.el: Keywords, commentary, autoloads.
7394
69db7ee7
EZ
73952000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
7396
7397 * desktop.el (desktop-save): Don't look at symbol-value of a
7398 member of minor-mode-alist, unless it is boundp.
7399
10e1dad9
SS
74002000-08-16 Sam Steingold <sds@gnu.org>
7401
a0b8c939 7402 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
7403 `while'; use `with-current-buffer' instead of `save-excursion'.
7404 Removed unnecessary kludges now that "*Buffer List*" is excluded.
7405
9d7bcb2e
KH
74062000-08-16 Kenichi Handa <handa@etl.go.jp>
7407
7408 * international/ccl.el (declare-ccl-program): Docstring modified.
7409 (ccl-execute-with-args): Likewise.
7410
04231ab8
MB
74112000-08-16 Miles Bader <miles@gnu.org>
7412
9d245da5 7413 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
7414 comint-line-beginning-position.
7415
f68446ef
GM
74162000-08-15 Gerd Moellmann <gerd@gnu.org>
7417
dc28878c
GM
7418 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
7419 'buffer-menu' property.
7420 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
7421 fails.
7422 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
7423 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
7424 wasn't killed.
10e1dad9 7425
58ed0d3b
GM
7426 * buff-menu.el (list-buffers-noselect): Don't display the
7427 *Buffer List* buffer.
7428
32dc52f7
GM
7429 * font-lock.el: Require jit-lock to prevent a very late
7430 `Loading jit-lock' message.
7431
f68446ef 7432 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 7433 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
7434 mail address.
7435
90ac90a2
MB
74362000-08-15 Miles Bader <miles@gnu.org>
7437
7438 * textmodes/ispell.el (ispell-graphic-p): New constant.
7439 (ispell-choices-win-default-height, ispell-help): Use
7440 `ispell-graphic-p' instead of `xemacsp'.
7441
b0a0e263
DL
74422000-08-15 Dave Love <fx@gnu.org>
7443
c1e757e3
DL
7444 * simple.el: Autoload widget-convert when compiling.
7445 (mail-user-agent): Doc fix.
7446
7447 * help.el (function-called-at-point, variable-at-point): Use
7448 with-syntax-table.
7449 (help-manyarg-func-alist): Add insert-and-inherit.
7450
7451 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
7452
7453 * delsel.el (delsel-unload-hook): New function.
7454
7455 * find-file.el: Doc fixes. Move provide to end.
7456 (ff) <defgroup>: Add :link.
7457 (ff-goto-click): Deleted.
7458 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
7459 Use mouse-set-point.
7460
7461 * textmodes/tildify.el: Doc fixes.
7462 (tildify) <defgroup>: Add:version.
7463
7464 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
7465 (glasses-custom-set): Use set-default, not set.
7466 (minor-mode-alist): Propertize the lighter.
7467 (glasses-mode): Provide optional arg.
7468
5f847612
DL
7469 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
7470 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
7471 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
7472 option. Provide :type.
7473 (cwarn-configuration): Provide :type.
7474 (cwarn-mode): Doc fix.
7475
7476 * add-log.el (change-log-merge): Doc fix.
7477 (change-log-redate): New command.
7478
b0a0e263
DL
7479 * net/browse-url.el (browse-url-filename-alist): Add a clause for
7480 Doze and Dog.
7481 (browse-url): Use dolist, not mapcar.
7482 (browse-url-at-point): Check for null url.
7483 (browse-url-event-buffer, browse-url-event-point): Functions
7484 deleted.
7485 (browse-url-at-mouse, browse-url-netscape): Simplify.
7486
7487 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
7488 modes.
7489 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
7490 Fix previous change to mapcan.
7491 (msb--init-file-alist, msb--add-separators)
7492 (msb--make-keymap-menu): Simplify.
7493 (msb--choose-file-menu): Use copy-sequence.
7494 (msb-mode-map): Add title to keymap.
7495 (msb-unload-hook): New function.
7496
7497 * bs.el: Fix indentation.
7498 (bs) <defgroup>: Add :links.
2b5198bb
DL
7499 (bs-show): Doc fix.
7500 (bs-apply-sort-faces): Don't use window-system.
7501 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 7502
70f1b78e
EZ
75032000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
7504
7505 * calendar/timeclock.el (timeclock-file): Run .timelog through
7506 convert-standard-filename.
7507
956777b3
GM
75082000-08-14 Gerd Moellmann <gerd@gnu.org>
7509
3215096c
GM
7510 * emacs-lisp/authors.el: New file.
7511
956777b3
GM
7512 * paren.el (show-paren-priority): New user option.
7513 (show-paren-function): Set overlay priorities to
7514 show-paren-priority.
10e1dad9 7515
0cde1424
MB
75162000-08-14 Miles Bader <miles@gnu.org>
7517
7518 * comint.el (comint-bol): Use `forward-line 0' instead of calling
7519 beginning-of-line with inhibit-field-text-motion bound.
7520
90cbf47e
GM
75212000-08-14 Gerd Moellmann <gerd@gnu.org>
7522
7523 * calendar/timeclock.el: New file.
7524
75252000-08-14 David Ponce <david@dponce.com>
7526
7527 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
7528 `widget-button-click'. so that one can use left mouse button to
7529 click on dialog buttons.
7530
75312000-08-14 Emmanuel Briot <briot@gnat.com>
7532
7533 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 7534 identifiers, since XML is case sensitive
10e1dad9 7535
79e8dca7 75362000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 7537
660394d1
MB
7538 * comint.el (comint-output-filter): Don't bother frobbing
7539 window-start, it doesn't seem to be necessary.
79e8dca7
MB
7540
7541 * comint.el (comint-send-string, comint-send-region): Make into
7542 real functions. Snapshot the prompt before sending.
7543
218c2cc7
EZ
75442000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
7545
7546 * info.el (Info-find-emacs-command-nodes): Rewrite to use
7547 technique similar to Info-index, instead of relying on specific
7548 names of relevant Index nodes.
7549 (Info-goto-emacs-command-node): Bind Info-history to nil when
7550 going to the first node found by Info-find-emacs-command-nodes.
7551
51e066d2 75522000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
7553
7554 * menu-bar.el (menu-bar-help-menu): Add a :help string.
7555
867102f2
MB
75562000-08-10 Miles Bader <miles@gnu.org>
7557
7558 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
7559
af718538
EZ
75602000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7561
7562 * info.el (Info-file-list-for-emacs): More elements for the
7563 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
7564 and woman manuals.
7565
c51bacd6
MB
75662000-08-10 Miles Bader <miles@lsi.nec.co.jp>
7567
7568 * comint.el (comint-send-input): Make the newline boundary overlay
7569 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
7570 (comint-output-filter): Use `insert' instead of
7571 `insert-before-markers'. Extend comint-last-output-overlay when
7572 necessary since we can't rely on insert-before-markers to do it.
7573 * gud.el (gud-filter): Use `with-current-buffer' instead of
7574 save-excursion when inserting the output, so that point gets
7575 updated correctly; the old method relied on a rather dodgy
7576 side-effect of comint-output-filter to avoid the effect of
7577 save-excursion.
7578
98532b12
EZ
75792000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7580
7581 * files.el (recover-file): Call insert-directory instead of
7582 invoking `ls' directly.
7583
3db4b719
MB
75842000-08-10 Miles Bader <miles@gnu.org>
7585
7586 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
7587 (comint-last-prompt-overlay): New variables.
7588 (comint-output-filter): Implement prompt highlighting.
7589 (comint-snapshot-last-prompt): New function.
7590 (comint-send-input): Snapshot the last prompt.
7591 Use comint-highlight-input-face.
7592 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
7593 Use defface instead of defcustom.
7594 (send-invisible, comint-send-eof): Snapshot the last prompt.
7595 (comint-delchar-or-maybe-eof): Use comint-send-eof.
7596 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
7597
96190aa1
SM
75982000-08-09 Stefan Monnier <monnier@cs.yale.edu>
7599
5cda4b07
SM
7600 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
7601 (regexp-opt-group): Use a list of chars for `letters'.
7602 (regexp-opt-charset): `chars' is now a list of chars.
7603 Use a char-table rather than a vector so it works for multibyte chars.
7604
96190aa1
SM
7605 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
7606 Set cvs-minor-current-files to the selected fileinfo.
7607 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
7608 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
7609
7d093d56
EZ
76102000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
7611
7612 * files.el (insert-directory): Don't call access-file on
7613 directories on DOS and Windows.
7614
b24c5811
KH
76152000-08-09 Kenichi Handa <handa@etl.go.jp>
7616
7617 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
7618 longer if necessary.
7619 (ccl-embed-code): Call ccl-embed-data to store CODE in
7620 ccl-program-vector.
7621
0a6fd67e
MB
76222000-08-09 Miles Bader <miles@gnu.org>
7623
7624 * comint.el (comint-output-filter): Properly handle the case where
7625 the text surrounded by comint-last-output-overlay was deleted.
7626
9f6d1a6c
GM
76272000-08-08 Gerd Moellmann <gerd@gnu.org>
7628
25ad1371
GM
7629 * info.el (Info-insert-dir): Use Info-additional-directory-list if
7630 non-nil.
7631 (Info-file-list-for-emacs): Remove "info" from the list because
7632 that leads to trying to use the documentation from file `info'
7633 in various situations where it isn't appropriate, for instance
7634 C-h C-k C-h i.
7635
7636 * ffap.el (ffap-read-file-or-url-internal): Handle case that
7637 DIR and/or STRING are nil.
7638
7639 * progmodes/compile.el (compilation-setup): Make variable
7640 compilation-error-screen-columns buffer-local, as some comment
7641 in the code suggests it should be.
7642
7643 * files.el (auto-mode-interpreter-regexp): New variable.
7644 (set-auto-mode): Use it.
7645
7646 * indent.el (indent-for-tab-command): Doc fix.
7647
7648 * mouse-sel.el (mouse-sel-mode): Doc fix.
7649
9f6d1a6c
GM
7650 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
7651 labels.
7652
7653 * help.el (print-help-return-message): When
7654 display-buffer-reuse-frames is set, let the help window been quit,
7655 instead of deleting it, which might delete a reused frame.
7656
3d819a75
EZ
76572000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
7658
7659 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
7660 rename a directory to a name that differs only by its letter case.
7661
c5a52529
KH
76622000-08-08 Kenichi Handa <handa@etl.go.jp>
7663
7664 * international/quail.el (quail-define-rules): Handle Quail decode
7665 map correctly. Add code for supporting annotations.
7666 (quail-install-decode-map): New function.
7667 (quail-defrule-internal): New optional arguments decode-map and
7668 props.
7669 (quail-advice): New function.
7670
5e9e032a
SS
76712000-08-07 Sam Steingold <sds@gnu.org>
7672
7673 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
7674 `defconst', `define-condition', `with-slots'.
7675 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
7676
46645f4b
MB
76772000-08-03 Miles Bader <miles@gnu.org>
7678
7679 * comint.el (comint-use-prompt-regexp-instead-of-fields):
7680 New variable.
7681 (comint-prompt-regexp, comint-get-old-input): Document dependence on
7682 comint-use-prompt-regexp-instead-of-fields.
7683 (comint-send-input): Add `input' field property to stuff we send to
7684 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
7685 (comint-output-filter): Add `output' field property to process
7686 output, if comint-use-prompt-regexp-instead-of-fields is nil.
7687 (comint-replace-by-expanded-history)
7688 (comint-get-old-input-default, comint-show-output)
7689 (comint-backward-matching-input, comint-forward-matching-input)
7690 (comint-next-prompt, comint-previous-prompt): Use field
7691 properties if comint-use-prompt-regexp-instead-of-fields is nil.
7692 (comint-line-beginning-position): New function.
7693 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
7694 (comint-replace-by-expanded-history-before-point): Use
7695 comint-line-beginning-position and line-end-position.
7696 (comint-last-output-overlay): New variable.
7697 (comint-mode): Make `comint-last-output-overlay' buffer-local.
7698
7699 * shell.el (shell-prompt-pattern): Doc change.
7700 (shell-backward-command): Use line-beginning-position.
7701
7702 * gud.el (gud-gdb-complete-command): Use
7703 comint-line-beginning-position.
7704
7705 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
7706 comint-bol doesn't actually go to the beginning of the line.
7707
7708 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
7709 if comint-use-prompt-regexp-instead-of-fields is non-nil.
7710 (try-expand-line-all-buffers): Likewise.
7711
7712 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
7713 explicitly matching comint-prompt-regexp.
7714 (sql-copy-column): Use comint-line-beginning-position instead of
7715 explicitly matching comint-prompt-regexp.
7716
7717 * progmodes/octave-inf.el (inferior-octave-complete): Use
7718 comint-line-beginning-position.
7719
7720 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
7721
7722 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
7723 looking for a prompt, use `forward-line 0' instead of
7724 `beginning-of-line', to avoid getting caught by an input field.
7725
ff3d9573
GM
77262000-08-07 Gerd Moellmann <gerd@gnu.org>
7727
7728 * files.el (shell-quote-wildcard-pattern): Make sure to return
7729 PATTERN, in the Unix case.
7730
e0d8827b
EZ
77312000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
7732
7733 * play/zone.el (zone): Discard any pending input before running
7734 the randomly-chosen pgm.
7735
24d55b8f
KH
77362000-08-07 Kenichi Handa <handa@etl.go.jp>
7737
7738 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
7739 checking the existence of any multibyte characters.
7740
3d05e1ee
GM
77412000-08-06 Gerd Moellmann <gerd@gnu.org>
7742
6c4a4368
GM
7743 * help.el (describe-mode): Test minor-mode symbol for being
7744 bound before testing its value for being nil.
7745
3d05e1ee
GM
7746 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
7747 `first', `second', and `third'.
7748
7749 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
7750 (second): Make it an alias for `cadr'.
7751
6968a481
EZ
77522000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
7753
7754 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
7755 types of display support faces now.
7756
e49aa397
GM
77572000-08-05 Gerd Moellmann <gerd@gnu.org>
7758
7759 * pcvs.el (require): Require `cl' during compilation, only.
7760
7761 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
7762 (toplevel): Remove `remq' and `remove' from autoloads.
7763 (cl-fake-autoloads): New variable. If set, arrange for an error
7764 when CL functions etc. are autoloaded.
7765
588aca27
EZ
77662000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
7767
2e78d4ab
EZ
7768 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
7769
85628348
EZ
7770 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
7771 popped up, but the user clicks outside the menu, return an empty
7772 regexp (that causes unhighlight-regexp to have no effect).
7773
74f0e552
EZ
7774 * menu-bar.el (menu-bar-games-menu): Add Zone.
7775
588aca27
EZ
7776 * hi-lock.el (toplevel): Require font-lock.
7777
f4988be7
GM
77782000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7779
ba087cd7 7780 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
7781 (ebnf-8-bit-chars): New var for bug fix.
7782 (ebnf-string): Bug fix.
7783
027b73ac
SS
77842000-08-03 Sam Steingold <sds@gnu.org>
7785
7786 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
7787 instead of `buffer-string'.
7788 (require 'cl): Always, not just when compiling.
7789 `ignore-errors' in `interactive', `list*', `defun*' &c make this
7790 necessary.
7791
2f1fa038
EZ
77922000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
7793
7794 * international/mule-cmds.el (select-safe-coding-system): Make
7795 the message text about selecting a safe coding system more clear.
7796
ead53494
GM
77972000-08-02 Gerd Moellmann <gerd@gnu.org>
7798
abb2db1c
GM
7799 * hi-lock.el: New file.
7800
7801 * play/zone.el: New file.
7802
ead53494
GM
7803 * replace.el (occur): Set tab-width in the *Occur* buffer to the
7804 value of tab-width in the original buffer. Choose a line number
7805 format that's a multiple of the original buffer's tab width, so
7806 that lines appear right.
7807
7808 * textmodes/ispell.el (ispell): New function, replacing an alias.
7809 Spell-check active region if in transient-mark-mode and mark
7810 is active; otherwise spell-check buffer.
7811
78122000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7813
7814 * ps-mule.el: Fix a customization problem on
7815 ps-mule-font-info-database-default.
7816
f4a2b0a4
EZ
78172000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
7818
7819 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
7820 display-mouse-p instead of window-system.
7821 (ebrowse-member-mode-map): Ditto.
7822
b685181e
GM
78232000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7824
ba087cd7
EZ
7825 * progmodes/ebnf2ps.el: Update ps-print functions call.
7826 Indentation fix. Doc fix.
b685181e
GM
7827 (ebnf-version): New version number (3.2).
7828 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 7829
3b5fab87
EZ
78302000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
7831
032ebb29
EZ
7832 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
7833 font lock support on window-system.
7834 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
7835
3b5fab87
EZ
7836 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
7837 display-color-p, if fboundp, instead of window-system.
7838
7e2605e7
EZ
78392000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
7840
7841 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
7842 instead of window-system.
7843
7844 * wid-edit.el (widget-choose): Use display-mouse-p instead of
7845 window-system.
7846 (widget-choice-mouse-down-action): Use display-popup-menus-p
7847 instead of window-system.
7848
7849 * strokes.el (strokes-file): Run the file name through
7850 convert-standard-filename.
7851 (strokes-mode): Call display-mouse-p instead of looking at
7852 window-system. Change the error message accordingly.
7853
7854 * progmodes/cpp.el (toplevel): Support faces on tty's.
7855
7856 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
7857 (lm-plot-square, lm-init-display): Don't use window-system.
7858
7859 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
7860 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
7861
7862 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
7863 instead of looking at window-system.
7864
26119624
GM
78652000-07-30 Gerd Moellmann <gerd@gnu.org>
7866
7867 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
7868 of testing if iswitchb-prepost-hooks is bound, because the
7869 latter will always be true when invoking a recursive minibuffer
7870 from an active Iswitchb buffer.
7871
c90596f3
EZ
78722000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
7873
7874 * files.el (shell-quote-wildcard-pattern): New function.
7875 (insert-directory): Call it. Only prepend "\" to command on Unix
7876 and GNU/Linux systems.
7877
18925e78
GM
78782000-07-30 Gerd Moellmann <gerd@gnu.org>
7879
7880 * eshell/esh-groups.el: Change custom :link file names
7881 from `eshell.info' to `eshell'.
7882
78832000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
7884
7885 * dired.el (dired-build-subdir-alist): Expand subdirectory names
7886 correctly in recursive ange-ftp listings.
7887
78882000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7889
7890 * ps-print.el: Fix bug 1: if ps-font-size-internal,
7891 ps-header-font-size-internal and
7892 ps-header-title-font-size-internal variables are not set,
7893 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
7894 face text property is (foreground-color . COLOR) or
7895 `(background-color . COLOR)', ps-print crashes. Doc fix.
7896 (ps-print-version): New version number (5.2.4).
7897 (ps-plot-region): Code fix.
7898 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
7899 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
7900 Bug fix 2.
7901
79022000-07-30 Milan Zamazal <pdm@freesoft.cz>
7903
7904 * glasses.el (glasses-make-readable): Fix uncapitalization of
7905 identifiers like `myXMLDocument'.
7906
aeb4c63e
KF
79072000-07-28 Karl Fogel <kfogel@red-bean.com>
7908
18925e78
GM
7909 * mail/mail-hist.el (mail-hist-previous-input)
7910 (mail-hist-next-input): Do the obvious code factorization.
7911 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
7912 code of above two.
7913 If inserting a message body, leave point at top.
7914
9d453139
SS
79152000-07-28 Sam Steingold <sds@gnu.org>
7916
7917 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
7918 Use `<=', not `<' to compare times!
7919 (ange-ftp-ls): Remove.
9d453139 7920
b548072f
GM
79212000-07-27 Gerd Moellmann <gerd@gnu.org>
7922
27848c01
GM
7923 * play/cookie1.el: Add explanation of how to make cookie.el
7924 compatible with strfile(1) to comment.
7925
7926 * subr.el (remove, remq): New functions.
7927
3ab82477
GM
7928 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
7929 escape `*' in regexps.
7930 (midnight-find): Reverse order of arguments in the funcall of
7931 TEST.
7932
7933 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
7934 and `.class'.
7935
b548072f
GM
7936 * play/meese.el: Add Commentary section.
7937
27848c01
GM
79382000-07-27 Alex Schroeder <alex@gnu.org>
7939
7940 * sql.el (sql-ms): Added autoload cookie.
7941 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
7942 (sql-oracle): Ditto.
7943 (sql-help): Doc change.
7944
7945 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
7946 types and exceptions.
7947
79482000-07-27 Alex Schroeder <alex@gnu.org>
7949
7950 * sql.el (sql-placeholder-history): New variable.
7951 (sql-query-placeholders-and-send): New function that will query
7952 the user and replace placeholders with user input.
7953 (sql-oracle): If running on NT, set comint-input-sender to
7954 sql-query-placeholders-and-send.
7955
7956 (sql-stop): If in the SQLi buffer, insert stop notification, else
7957 present it as a message.
7958
79592000-07-27 Alex Schroeder <alex@gnu.org>
7960
7961 * sql.el (sql-input-ring-separator): Doc change.
7962 (sql-input-ring-file-name): Doc change.
7963 (sql-interactive-mode): Use `sql-input-ring-separator' and
7964 `sql-input-ring-file-name' to set the comint-mode equivalents
7965 without making them local variables.
7966 (sql-stop): Don't bind `sql-input-ring-separator' and
7967 `sql-input-ring-file-name' dynamically to their comint-mode
7968 equivalents.
7969
91ae8751
KH
79702000-07-27 Kenichi Handa <handa@etl.go.jp>
7971
7972 * international/mule.el (register-char-codings): New function.
7973 (make-coding-system): Handle `safe-chars' specification in the arg
7974 PROPERTY.
7975
7976 * international/mule-cmds.el
7977 (find-coding-systems-region-subset-p): This function deleted.
7978 (sort-coding-systems-predicate): New variable.
7979 (sort-coding-systems): New function.
7980 (find-coding-systems-region): Use
7981 find-coding-systems-region-internal.
7982 (find-coding-systems-string): Use find-coding-systems-region.
7983 (find-coding-systems-for-charsets): Check
7984 char-coding-system-table.
7985 (select-safe-coding-system-accept-default-p): New variable.
7986 (select-safe-coding-system): Mostly rewritten. New argument
7987 ACCEPT-DEFAULT-P.
7988 (select-message-coding-system): Call select-safe-coding-system
7989 with ACCEPT-DEFAULT-P arg.
7990 (reset-language-environment): Reset default-sendmail-coding-system
7991 to the default value iso-latin-1.
7992 (set-language-environment): Don't set the obsolete variable
7993 charset-origin-alist.
7994
7995 * international/codepage.el (cp-coding-system-for-codepage-1):
7996 Give `safe-chars' property to make-coding-system.
7997
7998 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
7999 calling select-message-coding-system twice.
8000
8001 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
8002 instead of `safe-charsets'.
8003 (cyrillic-alternativnyj): Likewise.
8004 (ccl-encode-alternativnyj): Don't check the charset
8005 cyrillic-iso8859-5.
8006
90cf4474
KH
80072000-07-27 Kenichi Handa <handa@etl.go.jp>
8008
8009 * composite.el (compose-chars-after): Preserve match data.
8010
a1f84f6d
SS
80112000-07-26 Sam Steingold <sds@gnu.org>
8012
8013 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
8014 (ange-ftp-real-file-newer-than-file-p): New function.
8015 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
8016 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
8017
8018 * tooltip.el (tooltip-float-time): Removed (use `float-time').
8019 * midnight.el (midnight-float-time): Ditto.
8020
e092928e
AS
80212000-07-26 Andreas Schwab <schwab@suse.de>
8022
8023 * files.el (normal-backup-enable-predicate): Correct
8024 interpretation of the return value of compare-strings.
8025
7465ebef
GM
80262000-07-26 Gerd Moellmann <gerd@gnu.org>
8027
3353ef5a
GM
8028 * isearch.el (isearch-resume): New function.
8029 (isearch-done): Add something to command-history to resume
8030 the search.
8031 (isearch-yank-line, isearch-yank-word): Use
8032 buffer-substring-no-properties instead of buffer-substring.
8033
7465ebef
GM
8034 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
8035 of flyspell-mouse-map.
8036
8037 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
8038 duplicate definition.
8039 (makefile-mode): Remove duplicate setting of local-abbrev-table.
8040
8041 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
8042 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
8043
5044b74a
SS
80442000-07-25 Sam Steingold <sds@gnu.org>
8045
25759a92
SS
8046 * net/ange-ftp.el: Get modtime over the net.
8047 (ange-ftp-file-modtime): New function.
a95cb10a
GM
8048 (ange-ftp-write-region, ange-ftp-insert-file-contents)
8049 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
8050 Use it.
8051 (ange-ftp-dot-to-slash): New function.
8052 (ange-ftp-fix-name-for-vms): Use it.
8053
5044b74a
SS
8054 * midnight.el (midnight-buffer-display-time): Use
8055 `with-current-buffer'.
8056
5dcfb3f4
GM
80572000-07-25 Gerd Moellmann <gerd@gnu.org>
8058
8059 * find-dired.el: Update copyright notice.
8060 (find-dired): Offer to kill a running `find'.
8061
8062 * enriched.el (enriched-face-ans): For a `foreground-color'
8063 property, return '(("x-color" COLOR))' so that COLOR will be
8064 output as a parameter of the x-color annotation. Likewise for the
8065 `background-color' property. In the case of normal face
8066 properties, don't return annotations for unspecified foreground
8067 and background face attributes.
8068
8c662166
KH
80692000-07-25 Kenichi Handa <handa@etl.go.jp>
8070
8071 * language/japan-util.el (japanese-katakana-region): Fix handling
8072 HANKAKU argument.
8073
c28da489
MB
80742000-07-25 Miles Bader <miles@gnu.org>
8075
8076 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
8077 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
8078 constrain-to-field.
8079
ad349719
AI
80802000-07-24 Andrew Innes <andrewi@gnu.org>
8081
8082 * timer.el (timer-activate-when-idle): Add optional parameter
8083 DONT-WAIT. Update docstring.
8084 (run-with-idle-timer): Specify extra parameter to
8085 timer-activate-when-idle, so that timer will be activated
8086 immediately if Emacs is already idle.
8087
8088 * w32-fns.el (w32-using-nt): Fix docstring.
8089
c95162f5
DL
80902000-07-24 Dave Love <fx@gnu.org>
8091
8092 * mouse.el (popup-menu): Set last-command-event.
8093 (mouse-major-mode-menu-prefix): Declare.
8094
e3c31fd5
GM
80952000-07-24 Gerd Moellmann <gerd@gnu.org>
8096
8097 * textmodes/flyspell.el: Update to author's version 1.5d.
8098
8099 * progmodes/hideshow.el: Update copyright notice.
8100
8101 * vcursor.el: Set maintainer to FSF, since author cannot
8102 be reached.
8103
7636d2a3
EZ
81042000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
8105
fbe0a958
EZ
8106 * info.el (Info-goto-emacs-key-command-node): Leave a space after
8107 the prompt.
8108
7636d2a3
EZ
8109 * mouse.el (popup-menu): Run the keymap through indirect-function,
8110 in case it was defined with define-prefix-key. If the menu is a
8111 list of keymaps, look up the binding of user's choice in each one
8112 of the keymaps.
8113 (mouse-popup-menubar): If the global and local menu-bar keymaps
8114 don't have a prompt string, create one and insert it into the
8115 keymap. Don't barf if current-local-map returns nil.
8116
e024b101
GM
81172000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
8118
8119 * dired.el (dired-sort-R-check): Added to allow recursive listing
8120 to be undone.
8121 (dired-sort-other): Use it.
8122
7972fcfc
GM
81232000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8124
e024b101 8125 * Release of cc-mode 5.27
7972fcfc
GM
8126
81272000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8128
8129 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
8130 c-beginning-of-statement-1 that caused a bad case of recursion
8131 which could consume a lot of CPU in large classes in languages
8132 that have in-expression classes (i.e. Java and Pike).
8133
8134 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
8135 statements before top level constructs (i.e. case 6 is moved
8136 before case 5 and is now case 4) to catch in-expression
8137 classes in top level expressions correctly.
8138
81392000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8140
8141 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
8142 objc-method-intro. Case 4 removed and case 5I added.
8143
8144 * cc-langs.el (c-append-paragraph-start): New variable used by
8145 c-common-init to get paragraph-start correct.
8146 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
8147 initialize paragraph-start to make it correct both with and
8148 without the javadoc special case.
8149
8150 * cc-mode.el (java-mode): Use c-append-paragraph-start to
8151 initialize paragraph-start for javadoc markup.
8152
8153 * cc-vars.el (c-style-variables-are-local-p): Incompatible
8154 change by defaulting this to t. It's motivated by the
8155 confusing behavior that otherwise arise from the style system
8156 when editing both java and non-java files at the same time
8157 (see the comments about style setting in c-common-init).
8158
81592000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8160
8161 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
8162 similar to the one in c-fill-paragraph to check the fill
8163 prefix from the adaptive fill function for sanity.
8164
81652000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8166
8167 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
8168 defun block.
8169
81702000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8171
5044b74a 8172 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
8173
81742000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8175
8176 * cc-align.el (c-lineup-multi-inher): Handle lines with
8177 leading comma nicely. Extended to handle member initializers
8178 too.
8179
e024b101 8180 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
8181 c-guess-basic-syntax): Fixed recognition of inheritance lists
8182 when the lines begins with a comma.
8183
5044b74a 8184 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
8185
8186 * cc-vars.el (c-offsets-alist): Changed default for
8187 member-init-cont to c-lineup-multi-inher since it now handles
8188 member initializers and indents better for leading commas.
8189
81902000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8191
8192 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
8193 handling that caused class open lines to be recognized as
8194 statement-conts in some cases.
8195
8196 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
8197 guessed by the adaptive fill function unless point is on the
8198 first line of a block comment.
8199
8200 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
8201 when the buffer ends with a macro continuation char.
8202
8203 * cc-engine.el (c-guess-basic-syntax): Added support for
8204 function definitions as statements in Pike. The first
8205 statement in a lambda block is now labeled defun-block-intro
8206 instead of statement-block-intro.
8207
8208 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
8209 so that the class surrounding point is selected, not the one
8210 innermost in the state.
8211
8212 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
8213 recognition of switch labels having hanging multiline
8214 statements.
8215
8216 * cc-engine.el (c-beginning-of-member-init-list): Broke out
8217 some code in c-guess-basic-syntax to a separate function.
8218 * cc-engine.el (c-just-after-func-arglist-p): Fixed
8219 recognition of member inits with multiple line arglists.
8220 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
8221 member-init-cont when the commas are in funny places.
8222
82232000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8224
8225 * cc-defs.el (c-auto-newline): Removed this macro since it's
8226 not used anymore.
8227
8228 * cc-engine.el (c-looking-at-bos): New helper function.
8229 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
8230 inexpr and toplevel classes apart in Pike.
8231
8232 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
8233 of case 9A.
8234
8235 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
8236 constant, since "class" can introduce an in-expression class
8237 in Pike nowadays.
8238
82392000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8240
8241 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
8242 indentation on cpp-macro lines.
8243
8244 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
8245 a syntax modifier like comment-intro, to make it possible to
8246 get syntactic indentation for preprocessor directives. It's
8247 incompatible wrt to lineup functions on cpp-macro, but it has
8248 no observable effect in the 99.9% common case where cpp-macro
8249 is set to -1000.
8250
82512000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8252
8253 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
8254 member-init-cont when the preceding arglist is several lines.
8255
82562000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8257
8258 * cc-styles.el (c-style-alist): The basic offset for the BSD
8259 style corrected to 8.
8260
82612000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8262
8263 * cc-styles.el (c-style-alist): Adjusted the indentation of
8264 brace list openers in the gnu style.
8265
82662000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8267
8268 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
8269
8270 * cc-cmds.el (c-electric-brace, c-electric-slash,
8271 c-electric-star, c-electric-semi&comma, c-electric-colon,
8272 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
8273 when c-syntactic-indentation is nil.
8274
8275 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
8276 we were left at comments preceding the first statement when
8277 reaching the beginning of the buffer.
8278
8279 * cc-vars.el (c-syntactic-indentation): New variable to turn
8280 off all syntactic indentation.
8281
82822000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8283
8284 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
8285 between the text and the block comment ender when it hangs,
8286 depending on how many there are before the fill.
8287
82882000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8289
8290 * cc-engine.el (c-beginning-of-closest-statement): New helper
8291 function to go back to the closest preceding statement start,
8292 which could be inside a conditional statement.
8293 * cc-engine.el (c-guess-basic-syntax): Use
8294 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
8295
8296 * cc-engine.el (c-guess-basic-syntax): Better handling of
8297 arglist-intro, arglist-cont-nonempty and arglist-close when
8298 the arglist is nested inside parens. Cases 7A, 7C and 7F
8299 changed.
8300
8301 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
8302 up-to-date with javadoc 1.2.
8303
83042000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8305
8306 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
8307 multiline Pike type decls.
8308
83092000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8310
8311 * cc-cmds.el (c-indent-new-comment-line): Always break
8312 multiline comments in multiline mode, regardless of
8313 comment-multi-line.
8314
83152000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8316
8317 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
8318 fully::qualified::names in C++ member init lists. Preamble in
8319 case 5D changed.
8320
83212000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8322
8323 * cc-langs.el (c-common-init): Handling of obsolete variables
8324 moved to c-initialize-cc-mode. More compatible style override
8325 when using global style variables.
8326 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
8327 variables moved here.
8328
e024b101 8329 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
8330 c-special-indent-hook as a style variable. Don't talk about
8331 doing (c-make-styles-buffer-local t) in a mode hook, since
8332 that's already too late to work right.
5044b74a 8333
7972fcfc
GM
8334 * cc-styles.el (c-make-styles-buffer-local): Flag style
8335 variable localness in c-style-variables-are-local-p to make
8336 the compatibility measure in c-common-init work well.
8337
8338 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
8339 longer contain set-from-style.
8340 * cc-styles.el (c-initialize-builtin-style): Don't check for
8341 set-from-style on c-special-indent-hook.
8342 * cc-styles.el (c-copy-tree): Obsolete. The standard function
8343 copy-alist is sufficient now.
8344
8345 * cc-styles.el (c-set-style, c-set-style-1,
8346 c-get-style-variables): Fixes to variable initialization so
8347 that duplicate entries in styles have the same effect
8348 regardless of DONT-OVERRIDE.
8349
8350 * cc-styles.el (c-set-style-2): Fixed bug where the
8351 initialization of inheriting styles failed when the
8352 dont-override flag is set.
8353
8354 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
8355 on this.
8356
83572000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8358
8359 * cc-defs.el (c-forward-comment): Removed the workaround
8360 introduced in 5.38 since it had worse side-effects. If a line
8361 contains the string "//\"", it regarded the // as a comment
8362 start since the \ temporarily doesn't have escape syntax.
8363
83642000-07-17 Emmanuel Briot <briot@act-europe.fr>
8365
8366 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
8367 ada-xref.el before ada-prj.el, so that the Project menu is created
8368 when ada-prj tries to add to it.
8369 (ada-activate-keys-for-case): Suppress the characters that are not
8370 part of the Ada syntax. Better compatibility with else-mode
8371 (ada-adjust-case-interactive): When auto-casing is not active,
8372 correctly insert newlines (used to insert only ^M). Prevent the
8373 syntax table from being changed in case of an error
814299a7 8374 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
8375 Do nothing if ada-auto-case is nil.
8376 (ada-after-keyword-p): Ignore keywords that are also attributes
8377 (ada-batch-reformat): Update usage comment
8378 (ada-call-from-contextual-menu): New function
8379 (ada-case-read-exceptions): Reinitialize the casing exception list
8380 first to nil first, so that the casing exception file can be
8381 shared.
8382 (ada-check-defun-name): Handles "configure" keyword for gnatdist
8383 files.
8384 (ada-compile-goto-error): Fix regexp used to detect a file:line
8385 anywhere in the error message
8386 (ada-contextual-menu-last-point): New variable
8387 (ada-create-keymap): If the variable delete-key-deletes-forward is
8388 t on XEmacs, it means that DEL should delete one character
8389 forward.
8390 (ada-create-menu): Use :included instead of :visible for XEmacs.
8391 New submenu "Options".
8392 (ada-end-stmt-re): Correctly indent "select ... then abort"
8393 statements.
8394 (ada-fill-comment-paragraph): Correctly delete all leading '--'
8395 even if they don't match ada-fill-comment-prefix Fix handling of
8396 paragraphs on the first or last line of a file.
8397 (ada-format-paramlist): Fix handling of default parameter values.
8398 (ada-get-body-name): New function.
8399 (ada-get-current-indent): Optimized by searchling directly for an
8400 existing generic part or a statement outside of it. Handle
8401 ada-indent-align-comments when indenting comments Replaced some
8402 regexps by testing directly the next character. This results in a
8403 huge speedup on some files. New indentation scheme for renames
8404 statements. Stop looking for the 'while' or 'for' associated with
8405 a 'loop' at the first semicolon encountered. A "return" can also
8406 match an anonymous access subprogram declaration.
8407 (ada-get-indent-noindent): Ignore strings and comments when
8408 looking for the keywords "record" and "private".
8409 (ada-goto-matching-decl-start): When matching "if", make sure we
8410 are not in fact seeing "end if". Ignore "when" statements except
8411 when initial keyword was "begin". Fix handling of nested
8412 procedures. Add a recursive call to this function to skip over
8413 other 'end' statmts. Fix indentation for "when .. => begin"
8414 (ada-in-open-paren-p): Fix indentation for complex boolean
8415 expressions, where 'and then', 'or else' and parenthesis
8416 statements are mixed up.
8417 (ada-in-paramlist-p): Skip comments while searching for the
8418 beginning Fix handling of operator declarations.
8419 (ada-indent-align-comments): New variable
8420 (ada-indent-current): Change the syntax table only in the
8421 protected section, so that we are sure it is restored correctly.
8422 (ada-indent-on-previous-lines): Use ada-use-indent and
8423 ada-with-indent Correctly indent "select ... then"
8424 (ada-indent-region): Slight speedup.
8425 (ada-indent-renames): New variable.
8426 (ada-last-which-function-subprog, ada-last-which-function-line):
8427 New variables
8428 (ada-looking-at-semi-private): Correctly indent the 'private'
8429 keyword when it is the first word in a package declaration.
8430 (ada-loose-case-word): Stop searching if at the end of the buffer.
8431 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
8432 even if point is not initially at the end of the word.
8433 (ada-matching-decl-start-re): Add "when".
8434 (ada-mode): Add support for abbrev-mode, outline-mode and
8435 which-func-mode Override the old find-file.el entry in
8436 ff-special-constructs since it is using the obsolete
8437 ada-spec-suffix variable
8438 (ada-no-auto-case): New function
8439 (ada-scan-paramlist): When parsing the argument type, accept
8440 spaces (as in "X 'Class", generated by Rational Rose).
8441 (ada-other-file-name): No longer loads the other file.
8442 (ada-popup-menu): Save and restore the current buffer and cursor
8443 position before and after displaying the menu.
8444 (ada-search-ignore-complex-boolean): New function.
8445 (ada-uncomment-region): Emacs21 already knows how to delete
8446 comments not starting in the first column.
8447 (ada-use-indent): New variable
8448 (ada-which-function): New function.
8449 (ada-with-indent): New variable
8450 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
8451 can be batch-compiled from the command line.
8452
8453 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
8454 Add to the menu when the file is loaded, not in ada-mode-hook.
8455 Add -toolbar to the default ddd command Switches moved from
8456 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
8457 ada-prj-default-comp-opt
8458 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
8459 Reference Manual to the menu
8460 (ada-check-current): rewritten as a call to ada-compile-current
8461 (ada-compile): Removed.
8462 (ada-compile-application, ada-compile-current, ada-check-current):
8463 Set the compilation-search-path so that compile.el automatically
8464 finds the sources in src_dir. Automatic scrollong of the
8465 compilation buffer. C-uC-cC-c asks for confirmation before
8466 compiling
8467 (ada-compile-current): New parameter, prj-field
8468 (ada-complete-identifier): Load the .ali file before doing
8469 processing
8470 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
8471 conform to gnatmake's behavior.
8472 (ada-find-file-in-dir): New function
8473 (ada-find-references): Set the environment variables for gnatfind
8474 (ada-find-src-file-in-dir): New function.
8475 (ada-first-non-nil): Removed
8476 (ada-gdb-application): Add support for jdb, the java debugger.
8477 (ada-get-ada-file-name): Load the original-file first if not done
8478 yet.
8479 (ada-get-all-references): Handles the new ali syntax (parent types
8480 are found between <>).
8481 (ada-initialize-runtime-library): New function
8482 (ada-mode-hook): Always load a project file when a file is opened,
8483 so that the casing exceptions are correctly read.
8484 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
8485 (ada-parse-prj-file): Use find-file-noselect instead of find-file
8486 to open the project file, since the latter does not work with
8487 speedbar Get default values before loading the prj file, or the
8488 default executable file name is wrong. Use the absolute value of
8489 src_dir to initialize ada-search-directories and
8490 compilation-search-path,... Add the standard runtime library to
8491 the search path for find-file.
8492 (ada-prj-default-debugger): Was missing an opening '{'
8493 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
8494 variables.
8495 (ada-prj-default-gnatmake-opt): New variable
8496 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
8497 buffers, the project file is the default one Save the windows
8498 configuration before displaying the menu.
8499 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
8500 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
8501 ...) regexp-quote identifiers names to support operators +,
8502 -,... in regexps.
8503 (ada-remote): New function.
8504 (ada-run-application): Erase the output buffer before starting the
8505 run Support remote execution of the application. Use
8506 call-process, or the arguments are incorrectly parsed
8507 (ada-set-default-project-file): Reread the content of the active
8508 project file, not the one from the current buffer When a project
8509 file is set as the default project, all directories are
8510 automatically associated with it.
8511 (ada-set-environment): New function
8512 (ada-treat-cmd-string): New special variable ${current}
8513 (ada-treat-cmd-string): Revised. The substitution is now done for
8514 any ${...} substring
8515 (ada-xref-current): If no body was found, compiles the spec
8516 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
8517 compiler to get rid of command line length limitations.
8518 (ada-xref-get-project-field): New function
8519 (ada-xref-project-files): New variable
8520 (ada-xref-runtime-library-specs-path)
8521 (ada-xref-runtime-library-ali-path): New variables
8522 (ada-xref-set-default-prj-values): Default run command now does a
8523 cd to the build directory. New field: main_unit Provide a default
8524 file name even if the current buffer has no prj file.
8525
8526 * ada-prj.el:
8527 Rewritten to show a tabbed-dialog.
8528 (ada-prj-add-ada-menu): Remove the map and name parameters.
8529 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
8530 New function
8531 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
8532 (ada-prj-load-from-file): New function
8533 (ada-prj-save): Always save fields that depend on the current buffer
8534 (ada-prj-show-value): New function
5044b74a 8535
7972fcfc
GM
8536 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
8537 Ada mode. This will allow us to display the Ada menu in any buffer
8538 we want (for project items).
8539 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
8540 number of spaces in the header.
5044b74a 8541
8730a8da
DL
85422000-07-24 Dave Love <fx@gnu.org>
8543
8544 * ediff-init.el (ediff-region-help-echo): Bind face-help.
8545
db3ca487
NF
85462000-07-23 Noah Friedman <friedman@splode.com>
8547
ad953485
NF
8548 * type-break.el (type-break): perform autosave.
8549 Suggested by Stephen Gildea <gildea@intouchsys.com>.
8550 (type-break-do-query): Cancel query schedule while performing
8551 actual query, to avoid possibility of a second query being made
8552 while first one is already in progress.
8553 (type-break-time-stamp-format): New variable.
8554 (type-break-time-stamp): New function.
8555 (type-break-time-warning): Use it.
8556 (type-break-keystroke-warning): Use it.
8557 (type-break-noninteractive-query): Use it.
8558
03a9c6d0
NF
8559 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
8560 cookie.
8561 Use add-minor-mode to set minor-mode-alist, if available.
8562 (eldoc-echo-area-use-multiline-p): New user option.
8563 (eldoc-echo-area-multiline-supported-p): New variable.
8564 (eldoc-docstring-format-sym-doc): Use them.
8565 (eldoc-mode): If not using idle timers, append to local post and
8566 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
8567 (eldoc-display-message-no-interference-p): Don't interfere with
8568 edebug.
8569 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
8570 (eldoc-function-arglist): New function.
8571 (eldoc-function-argstring): Use it.
8572
db3ca487
NF
8573 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
8574 auto save directory exists before calling directory-files.
8575
f7ad1899
DL
85762000-07-23 Dave Love <fx@gnu.org>
8577
8578 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
8579 ^o, ^u.
8580
43e764c9
DL
85812000-07-21 Dave Love <fx@gnu.org>
8582
475de6f4
DL
8583 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
8584 now passed to the function. It now works properly.
8585
43e764c9
DL
8586 * smerge-mode.el (smerge-mode-menu): Fill it out.
8587
e8bea4c0
GM
85882000-07-20 Gerd Moellmann <gerd@gnu.org>
8589
8590 * info-look.el (info-lookup): If *info* is shown in another frame
8591 on the same display, select that frame, instead of switching to
8592 the Info buffer in another window of the selected frame.
8593
8594 * simple.el (universal-argument-map): Bind numeric keypad keys
8595 kp-0 to kp-9 and kp-subtract.
8596 (digit-argument): Handle these keys.
8597
bc75b4fd
DL
85982000-07-20 Dave Love <fx@gnu.org>
8599
8600 * net/goto-addr.el (goto-address-fontify): Don't bother with
8601 buffer-modified and read-only stuff -- irrelevant with overlays.
8602 Put an extra property on the overlays and use it to clean up in
8603 case goto-address is re-run.
8604
8b7bc628
RS
86052000-07-19 Richard M. Stallman <rms@gnu.org>
8606
18e21ce8
RS
8607 * timer.el (run-with-idle-timer): Doc fix.
8608
db3ca487 8609 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
8610 Handle case where <...> appears inside "...".
8611 Use replace-match to edit the string more simply.
8612 (rmail-dont-reply-to): Cope with an unmatched ".
8613
50575ec2
DL
86142000-07-19 Dave Love <fx@gnu.org>
8615
8616 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
8617 implementation.
8618
8619 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
8620 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
8621 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
8622
4279296d
GM
86232000-07-19 Gerd Moellmann <gerd@gnu.org>
8624
47db06aa
GM
8625 * textmodes/refer.el: Correct maintainer's email address.
8626
8627 * progmodes/hideif.el: Correct author's email address.
8628 Fix typo in comment.
8629
8630 * xml.el: New file.
8631
4279296d
GM
8632 * mail/mailheader.el: Correct author's mail address.
8633
8634 * gnus/parse-time.el: Correct author's mail address.
8635
47db06aa 86362000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
8637
8638 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
8639 New user options.
8640 (comint-input-ring-file-name): Change custom type.
8641 (comint-mode-map): Bind mouse-2.
8642 (comint-insert-clicked-input): New function.
8643 (comint-send-input): Handle input highlighting.
8644
21ad0f7b
SM
86452000-07-18 Stefan Monnier <monnier@cs.yale.edu>
8646
8647 * mouse.el (popup-menu): New function.
8648 (mouse-major-mode-menu): Use it.
8649
3b33a005
DL
86502000-07-18 Dave Love <fx@gnu.org>
8651
8652 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
8653 improvements.
8654
dc1cac59
GM
86552000-07-18 Gerd Moellmann <gerd@gnu.org>
8656
21ad0f7b 8657 * faces.el (face-font-selection-order)
dc1cac59 8658 (face-font-family-alternatives): Add custom type.
db3ca487 8659
f8276b77
DL
86602000-07-18 Dave Love <fx@gnu.org>
8661
8662 * cus-edit.el (custom-variable-reset-saved)
8663 (custom-variable-reset-standard): Remove unused bindings.
8664
8665 * rect.el (open-rectangle-line): Remove unused let.
8666
8667 * hl-line.el (hl-line-highlight): Check hl-line-mode.
8668
3d6cd763
GM
86692000-07-18 Gerd Moellmann <gerd@gnu.org>
8670
8671 * cdl.el: Fix `Maintainer' keyword.
8672
8673 * play/pong.el: Add author's email address.
8674
34342a07
SS
86752000-07-17 Sam Steingold <sds@gnu.org>
8676
8677 * files.el (insert-directory): Call `split-string' instead of
8678 re-implementing it.
8679
088831a6
GM
86802000-07-18 Gerd Moellmann <gerd@gnu.org>
8681
8682 * mail/vms-pmail.el: Change maintainer to FSF.
8683
8684 * net/goto-addr.el: Change maintainer to FSF.
8685
088831a6 8686 * info.el (Info-title-face-alist): Removed.
db3ca487 8687
c152047f
GM
86882000-07-18 David Ponce <david@dponce.com>
8689
8690 * recentf.el (recentf-open-files): New command that works like
8691 `recentf-open-more-files', but shows the whole list of files (not just
8692 those omitted from the menu). Useful if you don't use a menu-bar!
8693 (recentf-open-more-files) Modified to use `recentf-open-files'.
8694
8695 (recentf-open-files, recentf-open-more-files)
8696 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
e04d21aa 8697
c152047f
GM
8698 (recentf-dialog-mode): New mode for dialogs. You can now just type
8699 "q" to cancel the dialogs.
8700
87012000-07-18 David Ponce <david@dponce.com>
8702
8703 * recentf.el: This is a major update of recentf.el. It adds new
8704 features to better organize the recentf menu and "More..." buffer.
8705
8706 Using new provided menu filtering functions you can now organize the
8707 recent files list:
8708
8709 - by major modes
8710 - by directories
8711 - by user defined rules
8712
8713 Finally, with the new `recentf-filter-changer' customizable filter you
8714 can define a ring of filters and dynamically (via the menu) cycle on
8715 each menu organization in the ring (a la msb).
8716
68be2869
EZ
87172000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
8718
8719 * eshell/eshell.el (eshell): Replace links to eshell.info with
8720 links to eshell, to avoid problems on systems where the manual is
8721 installed as `eshell'.
8722 * eshell/esh-cmd.el (eshell-cmd): Ditto.
8723 * eshell/em-smart.el (eshell-smart): Ditto.
8724 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 8725 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
8726
8727 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
8728 same-file check in the MS-DOS version (it does support inodes).
8729
8730 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
8731
21ad0f7b
SM
8732 * eshell/eshell.el (eshell-directory-name):
8733 Run default directory name through convert-standard-filename.
68be2869 8734
269b4dcb
KH
87352000-07-18 Kenichi Handa <handa@etl.go.jp>
8736
21ad0f7b
SM
8737 * international/mule-cmds.el (select-safe-coding-system):
8738 Fix typo in the comment.
240a16cf 8739
21ad0f7b
SM
8740 * language/european.el (compound-text):
8741 Force katakana-jisx0201 to be designated to G1.
aa96c820 8742
21ad0f7b
SM
8743 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
8744 Don't translate some national variant characters of latin-jisx0201.
aa96c820 8745 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 8746
269b4dcb
KH
8747 * international/kkc.el (kkc-after-update-conversion-functions):
8748 New variable.
8749 (kkc-update-conversion): Run functions in it at the tail.
8750
68be2869 87512000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 8752
21ad0f7b
SM
8753 * lisp/align.el (align-newline-and-indent):
8754 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
8755 (align-region): Fixed badly formatted minibuffer message.
8756
7a3fd467
KH
87572000-07-17 Kenichi Handa <handa@etl.go.jp>
8758
21ad0f7b 8759 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
8760 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
8761 the conversion list at first if appropriate.
8762 (kkc-next): Don't update kkc-next-count here.
8763 (kkc-prev): Don't update kkc-prev-count here.
8764 (kkc-show-conversion-list-update): Fix setting up of conversion
8765 list message.
8766
a45423d8
SM
87672000-07-16 Stefan Monnier <monnier@cs.yale.edu>
8768
088831a6 8769 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 8770
91a38db1
DL
87712000-07-16 Dave Love <fx@gnu.org>
8772
8773 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
8774 function to be more specific.
8775
8776 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
8777 non-string help-echo.
8778 (widget-types-convert-widget): Defsubst it.
8779 (widget-echo-help): Try to cope with a help-echo function of two
8780 possible sorts.
8781
3fddcdc3
JR
87822000-07-15 Jason Rumney <jasonr@gnu.org>
8783
8784 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
8785 Declare as obsolete.
8786
8787 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
8788
bd23a692
GM
87892000-07-14 Gerd Moellmann <gerd@gnu.org>
8790
8791 * hilit-chg.el: Fix typo.
8792
d4af987a
DL
87932000-07-14 Dave Love <fx@gnu.org>
8794
8795 * info.el (Info-mode-menu): Fix use of :help, :enable.
8796
3a4f3f86
SM
87972000-07-14 Stefan Monnier <monnier@cs.yale.edu>
8798
8799 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
8800
cf6936a4
DL
88012000-07-13 Dave Love <fx@gnu.org>
8802
4d6d04b5
DL
8803 * emacs-lisp/easymenu.el: Doc fixes.
8804 (easy-menu-remove): Defalias to ignore.
8805
cf6936a4
DL
8806 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
8807 Call throw correctly.
8808
56437999
GM
88092000-07-13 Gerd Moellmann <gerd@gnu.org>
8810
8811 * faces.el (frame-background-mode): Doc fix.
8812
8813 * simple.el (eval-expression-print-length): Change custom type to
8814 allow entering nil as value.
8815
d04a3972
DL
88162000-07-13 Dave Love <fx@gnu.org>
8817
3a4f3f86
SM
8818 * progmodes/fortran.el (fortran-imenu-generic-expression):
8819 Change definition layout.
a8189dfe
DL
8820 (fortran-mode-menu): Reinstate customize entries.
8821
d04a3972
DL
8822 * cus-edit.el (custom-group-menu-create, customize-menu-create):
8823 Use :filter, per old XEmacs code.
8824
4bf4fb05
GM
88252000-07-12 Gerd Moellmann <gerd@gnu.org>
8826
8827 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
8828 event when deciding what to send to the terminal.
8829
37328bcd
DL
88302000-07-12 Dave Love <fx@gnu.org>
8831
8832 * cus-start.el: Add optional version as 4th element of specs and
8833 use it for several things new in v21. Remove load-path. Fix type
8834 of line-number-display-limit.
8835
89492072
DL
88362000-07-11 Dave Love <fx@gnu.org>
8837
3a4f3f86
SM
8838 * progmodes/fortran.el: Don't require easymenu.
8839 Use repeat counts in various regexps.
315aa1de
DL
8840 (fortran-mode-syntax-table): Defvar directly.
8841 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
8842 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
8843 Use defvar, not defconst.
8844 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
8845 (fortran-mode): Set fortran-comment-line-start-skip,
8846 fortran-comment-line-start-skip, dabbrev-case-fold-search.
8847 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
8848 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
8849 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
8850 (fortran-comment-region, fortran-electric-line-number): Simplify.
8851 (fortran-auto-fill): New function.
8852 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
8853 (fortran-find-comment-start-skip):
8854 Check for non-null comment-start-skip.
8855 (fortran-auto-fill-mode, fortran-fill-statement):
8856 Use fortran-auto-fill.
315aa1de 8857 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 8858 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 8859
89492072
DL
8860 * widget.el (widget-plist-member): New alias.
8861
d55ead18
EZ
88622000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
8863
8864 * eshell/esh-module.el (toplevel): Reference
8865 byte-compile-current-file only if it is bound.
8866
e82a2a05
GM
88672000-07-10 Gerd Moellmann <gerd@gnu.org>
8868
8869 * dired.el: Don't require `dired-aux'.
8870
1fc7fb2b
MB
88712000-07-10 Miles Bader <miles@lsi.nec.co.jp>
8872
8873 * dired-aux.el (dired-show-file-type): New function.
8874 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
8875 (dired-show-file-type): Add autoload.
8876
ab49ce15
KH
88772000-07-10 Kenichi Handa <handa@etl.go.jp>
8878
8879 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 8880 change of fontset-info.
ab49ce15
KH
8881 (print-fontset): Likewise.
8882
f45aab65
SM
88832000-07-09 Stefan Monnier <monnier@cs.yale.edu>
8884
8885 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
8886
2f72fd2f
GM
88872000-07-07 Gerd Moellmann <gerd@gnu.org>
8888
e82a2a05 8889 * bindings.el: Bind `[delete]' to delete-char.
965522f5 8890
2f72fd2f
GM
8891 * dired.el (dired-find-alternate-file): New function.
8892 (dired-mode-map): Bind `a' to dired-find-alternate-file.
8893 (toplevel): Require dired-aux when compiling.
8894 (dired-buffers): Move defvar within file to avoid compiler warning.
8895
8896 * info.el (Info-last-search): Variable removed.
8897 (Info-search-history): New variable.
8898 (Info-search): New Info-search-history.
8899
8900 * battery.el, info-look.el: Change author's mail address.
8901
965522f5 89022000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 8903
965522f5
GM
8904 * mail/rmail.el (rmail-clear-headers): Don't throw an error
8905 if rmail-ignored-headers is nil.
8906 (rmail-retry-failure): Bind rmail-ignored-headers and
8907 rmail-displayed-headers to nil.
8908
dd8888a1
GM
89092000-07-06 Gerd Moellmann <gerd@gnu.org>
8910
e5c81191
GM
8911 * lpr.el (lpr-page-header-switches): Add `-h' switch.
8912 (print-region-1): Don't hard code `-h' here.
8913
dd8888a1
GM
8914 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
8915
e5c81191
GM
89162000-07-01 Francesco Potorti` <pot@gnu.org>
8917
8918 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
8919 exim can use "your message" instead of "the message".
34342a07 8920
f45aab65
SM
89212000-07-06 Stefan Monnier <monnier@cs.yale.edu>
8922
8923 * facemenu.el: Docstrings fixes.
8924 (facemenu-get-face): Don't use internal-find-face.
8925 (facemenu-iterate): Rename arg to match the docstring.
8926
8927 * newcomment.el (uncomment-region): Be more careful when skipping
8928 backwards over `=' not to bump into BOBP.
8929
d396e521 89302000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 8931
dd8888a1
GM
8932 * ediff-diff.el (ediff-wordify): Use syntax table.
8933 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 8934 ediff-color-display-p.
dd8888a1 8935 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
8936 from defsubst.
8937 Got rid of special cases for NeXT and OS/2.
dd8888a1 8938 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 8939 face.
34342a07 8940
5e2dfaa4
SM
89412000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8942
8943 * emacs-lisp/lucid.el: Require CL.
8944 (copy-tree, remprop): Remove, it's provided by CL.
8945 (map-keymap): Define in terms of cl-map-keymap.
8946 (extent-property, set-extent-end-glyph): New functions.
8947
8948 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
8949
d5c5cddd
GM
89502000-07-05 Gerd Moellmann <gerd@gnu.org>
8951
485266d0
GM
8952 * Makefile.in (DONTCOMPILE): Add comment that the name may
8953 not be changed without changing the make-dist script.
8954
5e2dfaa4 8955 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 8956 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 8957
e2c46326
AI
89582000-07-05 Andrew Innes <andrewi@gnu.org>
8959
8960 * makefile.nt: Add support for `bootstrap' and related targets.
8961
a027a91b
SM
89622000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8963
8964 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
8965 (easy-menu-do-define): Use `menu-item' format.
8966 Handle case where easy-menu-create-menu returns a symbol.
8967 Manually call the potential top-level filter in the function binding.
8968 (easy-menu-filter-return): New arg NAME.
8969 Convert to a keymap if MENU is an XEmacs menu.
8970 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
8971 (easy-menu-converted-items-table, easy-menu-convert-item):
8972 New var and fun to memoize easy-menu-convert-item-1.
8973 (easy-menu-do-add-item): Use it.
8974 (easy-menu-create-menu): Use easy-menu-convert-item.
8975 Wrap easy-menu-filter-return around any :filter specification.
8976 Don't convert the menu if a filter was specified.
8977 Tell easy-menu-make-symbol not to check for MENU being an expression.
8978 (easy-menu-make-symbol): New arg NOEXP.
8979
5e03eb84
GM
89802000-07-05 Gerd Moellmann <gerd@gnu.org>
8981
8982 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
8983 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
8984 (eval-defun): If called with prefix arg, instrument code for
8985 Edebug.
8986
8987 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
8988 similar to that of eval-defun.
8989
fca68a95
DL
89902000-07-04 Dave Love <fx@gnu.org>
8991
7ccbba4c
DL
8992 * hl-line.el (hl-line-overlay): Make it permanent-local.
8993
fca68a95
DL
8994 * calendar/todo-mode.el: Replaced with a working version, based on
8995 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
8996
89972000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
8998
8999 * paths.el (prune-directory-list): New function.
9000 (Info-default-directory-list): Rewritten to more methodically
9001 enumerate a big list of possible info directories (based on the
9002 list used by the standalone info reader).
fca68a95 9003
78e7e8a0 9004 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 9005 non-existent directories from Info-directory-list.
78e7e8a0 9006
78e7e8a0
MB
9007 * paths.el (Info-default-directory-list): Try a list of possible
9008 info-directories instead of a single one. Add the possible
9009 info directory "/usr/share/info".
9010
9011 * woman.el (woman-man.conf-path): Explicitly include the debian
9012 man-db config file "/etc/manpath.config".
9013 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
9014 are present in `manpath.config'.
9015 (woman-manpath): Include "/usr/share/man".
9016
67c9a1d2
GM
90172000-07-03 Gerd Moellmann <gerd@gnu.org>
9018
6753393b
GM
9019 * frame.el (blink-cursor-mode): Don't hide cursor initially.
9020
9021 * startup.el (command-line): Initialize blink-cursor based
9022 on window-system.
9023
e4f98ad3
GM
9024 * frame.el (blink-cursor): Default to nil if not running under
9025 a window-system.
9026
2f516940
GM
9027 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
9028 (face-x-resources): Remove duplicate entry for :font.
9029
67c9a1d2
GM
9030 * textmodes/refer.el (refer-find-entry-internal): Use some-window
9031 instead of cycling through windows with next-window.
9032
9033 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
9034 of cycling through windows with next-window.
9035
9036 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
9037 of cycling through windows with next-window.
9038
9039 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
9040 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
9041 instead of cycling through windows with next-window.
9042
9043 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
9044 instead of cycling through windows with next-window.
9045
9046 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
9047 of cycling through windows with next-window.
9048
9049 * terminal.el (te-process-output): Use walk-windows instead of
9050 cycling through windows with next-window.
9051
9052 * server.el (server-switch-buffer): Use some-window instead of
9053 cycling through windows with next-window.
9054
9055 * window.el (some-window): New function.
9056 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 9057
3a4f3f86 9058 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 9059
8b7bc628 90602000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
9061
9062 * window.el (walk-windows): Guarantee termination by keeping a list
9063 of all the windows already handled.
9064
d0d57043
EZ
90652000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
9066
9067 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
9068 window-system.
9069
9070 * man.el (Man-notify-when-ready): Don't use window-system. If
9071 Man-notify-method is newframe, and the display is not
9072 multi-frame, select the frame created for the man page.
9073 (Man-init-defvars): Doc fix.
9074
d5483ab1
GM
90752000-06-28 Gerd Moellmann <gerd@gnu.org>
9076
af5c25e1
GM
9077 * faces.el (region): Change background color for light background.
9078
9079 * ediff-wind.el (ediff-setup-control-frame): Remove :box
9080 attribute from mode-line face of Ediff control frame.
9081
d5483ab1
GM
9082 * replace.el (query-replace-map): Bind `e' like `E'.
9083
9d47450f
EZ
90842000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
9085
3a4f3f86
SM
9086 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
9087 Change name to "Select All".
496b7491 9088
9d47450f
EZ
9089 * dos-fns.el (convert-standard-filename): Fix last change.
9090
0b431deb
GM
90912000-06-27 Gerd Moellmann <gerd@gnu.org>
9092
4fa9f636
GM
9093 * help.el (describe-variable): Don't insert a second `'s' in front
9094 of the string `value is shown below'. Since the syntax-table is
9095 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
9096 an existing `'s', so that this won't be deleted.
9097
0b431deb
GM
9098 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
9099 * pcmpl-unix.el: New files.
9100
32cad0aa
SM
91012000-06-26 Stefan Monnier <monnier@cs.yale.edu>
9102
9103 * wid-edit.el (widget-member): Use the new plist-member.
9104
2c69ced2
GM
91052000-06-26 Gerd Moellmann <gerd@gnu.org>
9106
44c0f771
GM
9107 * replace.el (perform-replace): Undo change of 2000-04-04.
9108 Instead, move backward 1 character at the end of the loop when
9109 necessary.
34342a07 9110
1d36487c
GM
9111 * faces.el (fringe): Change face for different backgrounds.
9112
9113 * eshell/esh-module.el (toplevel): Load defgroup's differently;
9114 patch from John.
9115
2c69ced2
GM
9116 * eshell/*.el: Change spelling of the Free Software Foundation.
9117
9118 * eshell/esh-toggle.el: Removed.
9119
9120 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
9121
9122 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
9123 interactively.
9124
91252000-06-26 Alex Schroeder <alex@gnu.org>
9126
9127 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
9128 `define-key'; instead of checking `(emacs-version)' check for
9129 `set-keymap-parent' and `set-keymap-name' directly. Add entries
9130 for `;' and `o' which might be electric.
9131
9132 (sql-electric-stuff): New user option.
9133 (sql-magic-go): New function which uses `sql-electric-stuff'.
9134 (sql-magic-semicolon): New function which uses
9135 `sql-electric-stuff'.
9136
9137 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
9138 is not fboundp.
9139
9140 (sql-oracle-options): New variable.
9141 (sql-oracle): Use it.
9142
9143 (sql-imenu-generic-expression): Doc change.
9144 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
9145 is used.
9146
9147 (sql-informix): Added command line parameter "-" to force
9148 sql-informix-program to use stdout.
9149
db1306d8
EZ
91502000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
9151
3a4f3f86 9152 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
9153 (cp864-decode-table): Doc fix.
9154 (cp720-decode-table): New variable, supports the Arabic OEM
9155 codepage used by Windows.
9156 (cp737-decode-table): New, Greek OEM codepage used by Windows.
9157
c69e5fcd
DL
91582000-06-23 Dave Love <fx@gnu.org>
9159
9160 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
9161 (font-lock-fontify-anchored-keywords): Use
9162 line-beginning-position.
9163 (global-font-lock-mode): Use mapc.
9164
30ad8f23
SM
91652000-06-23 Stefan Monnier <monnier@cs.yale.edu>
9166
9167 * eshell/esh-module.el: Require CL when compiling.
9168
26b4dc84
GM
91692000-06-23 Gerd Moellmann <gerd@gnu.org>
9170
78c56e70
GM
9171 * comint.el (comint-substitute-in-file-name): Call replace-match
9172 with second and third arg t.
9173
34342a07 9174 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
9175 Specify foreground color.
9176
9177 * faces.el (tool-bar, mode-line, header-line): Specify foreground
9178 color.
9179
affbf647
GM
9180 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
9181
9182 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
9183 cddr instead of cdddr.
9184
25fffb31
GM
9185 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
9186 instead of copy-list.
9187
9188 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
9189 of copy-list.
9190
26b4dc84
GM
9191 * subdirs.el: Add eshell subdirectory.
9192
9193 * eshell: New subdirectory containing the Eshell package.
9194
9195 * pcomplete.el: New file.
9196
78c56e70
GM
91972000-06-23 Paul Eggert <eggert@twinsun.com>
9198
ea055732
GM
9199 * mail/mailpost.el (post-mail-send-it): Make sure file has
9200 proper permissions from birth.
9201
9202 * files.el (basic-save-buffer-2): When temporarily setting
9203 file modes, set them to current modes plus 0200, not to 0777.
9204
78c56e70
GM
9205 * emerge.el (emerge-make-temp-file): Make sure file has proper
9206 permissions from birth.
9207
a3a7ff33
EZ
92082000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
9209
9210 * files.el (make-backup-file-name-1): On DOS/Windows, run the
9211 backup file name through convert-standard-filename.
9212
9213 * dos-fns.el (convert-standard-filename): Convert leading
9214 directories as well. When long file names are supported, convert
9215 characters that are invalid in Windows file names.
9216
1fd9b7fe
GM
92172000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9218
9219 * ps-print.el: Fix bug: if ^L is the very first buffer character,
9220 ps-print crashes. New feature: page selection for printing. Create
9221 raw-text-unix coding system for XEmacs. Doc fix.
9222 (ps-print-version): New version number (5.2.3).
9223 (ps-plot-region): Bug fix.
9224 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
9225 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
9226 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
9227 funs.
9228 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
9229 (ps-last-page): New vars.
9230
16ed8416
GM
92312000-06-21 Gerd Moellmann <gerd@gnu.org>
9232
9233 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
9234 empty option string.
9235
4fbee715
EZ
92362000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
9237
9238 * man.el (man): Doc fix.
9239
eaecfc94
KH
92402000-06-21 Kenichi Handa <handa@etl.go.jp>
9241
9242 * international/mule-cmds.el (set-language-info-alist): Docstring
9243 fixed.
9244
4a27bdfb
GM
92452000-06-20 Gerd Moellmann <gerd@gnu.org>
9246
9247 * version.el (emacs-version): Use ISO date format.
9248
9249 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
9250 instead of `M-backspace'.
9251
9252 * simple.el (turn-off-auto-fill): New function.
9253
8972fe79
SM
92542000-06-20 Stefan Monnier <monnier@cs.yale.edu>
9255
9256 * jit-lock.el (with-buffer-prepared-for-jit-lock):
9257 Renamed from with-buffer-prepared-for-font-lock and use
9258 inhibit-modification-hooks rather than setting *-change-functions.
9259 Update all functions to use the new name.
9260 (jit-lock-first-unfontify-pos): New semantics (and doc).
9261 (jit-lock-mode): Make non-interactive.
9262 Don't automatically turn on font-lock.
9263 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
9264 Always use jit-lock-after-change.
9265 Remove and restore font-lock-after-change-function.
9266 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
9267 (jit-lock-after-unfontify-buffer): Remove.
9268 (jit-lock-stealth-fontify):
9269 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
9270 (jit-lock-after-change): Set the `fontified' text-prop to nil.
9271
5d80cc9c
SS
92722000-06-20 Sam Steingold <sds@gnu.org>
9273
9274 * emacs-lisp/cl-indent.el (toplevel): Indent
9275 `print-unreadable-object' properly. Untabify.
9276
f54e4d13
CD
92772000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
9278
9279 * textmodes/reftex.el (reftex-find-citation-regexp-format):
9280 Support for bibentry.
9281 (reftex-compile-variables): Fixed problem with end of section-re.
9282
9283 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
9284 reftex-view-crossref-from-bibtex):
9285 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
9286 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
9287 Replaced `remprop' with `put'.
8972fe79
SM
9288 (reftex-view-crossref, reftex-view-crossref-when-idle):
9289 Support for bibentry.
f54e4d13 9290
8972fe79
SM
9291 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9292 New entry for bibentry package.
f54e4d13 9293
8972fe79
SM
9294 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
9295 Regexp also matches "\nobibliography".
f54e4d13 9296
8972fe79
SM
9297 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
9298 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
9299 (reftex-ensure-write-access): New function.
9300
f54e4d13
CD
93012000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
9302
9303 * progmodes/idlwave.el: File re-installed (update to version 4.2)
9304
9305 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
9306
9307 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
9308
9309 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
9310
9311
560c43f4
DL
93122000-06-20 Dave Love <fx@gnu.org>
9313
9314 * faces.el (frame-background-mode): Use set-default, not set, in
9315 setter.
9316 (frame-update-faces, frame-update-face-colors): Define with
9317 defalias.
9318
9319 * enriched.el (enriched-decode-foreground)
9320 (enriched-decode-background): Don't use internal-find-face.
9321
9322 * apropos.el: Doc fixes.
9323
9324 * cus-edit.el (customize-changed-options): Check arg.
9325 (customize-version-lessp): Don't require decimal point.
9326
9327 * custom.el (defcustom, defgroup): Doc fix.
9328
9329 * newcomment.el (comment) <defgroup>: Add :version.
9330 (comment-multi-line): Doc fix.
9331
9332 * emulation/mlsupport.el (define-hooked-local-abbrev,
9333 define-hooked-global-abbrev): Fix, using define-abbrev.
9334
cdf0357b
GM
93352000-06-19 Gerd Moellmann <gerd@gnu.org>
9336
9337 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
9338 the whole buffer.
9339
10013d74
DL
93402000-06-19 Dave Love <fx@gnu.org>
9341
9342 * menu-bar.el (menu-bar-options-save): New function.
9343 (menu-bar-options-menu): Use it.
9344 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
9345 Simplify.
9346
6922f208
AS
93472000-06-19 Andreas Schwab <schwab@suse.de>
9348
9349 * progmodes/etags.el (tags-query-replace): Put new parameters
9350 START and END at the end, for backward compatibility.
9351
10d7bf84
KH
93522000-06-19 Kenichi Handa <handa@etl.go.jp>
9353
9354 * international/codepage.el:
9355 (cp-coding-system-for-codepage-1): Delete special codes for
9356 generating xxx-dos coding system because now a CCL based coding
9357 system can handle EOL conversion by default.
9358
9359 * international/mule.el (make-coding-system): Generate subsidiary
9360 coding systems for EOL handling variants even for a CCL based
9361 coding system.
9362
8f3c9a3d
KH
93632000-06-19 Kenichi Handa <handa@etl.go.jp>
9364
9365 * international/isearch-x.el (isearch-minibuffer-input-method)
9366 (isearch-minibuffer-input-method-function): These variables
9367 deleted.
9368 (isearch-with-input-method): Don't use the above variables.
9369 (isearch-process-search-multibyte-characters): Likewise. Call
9370 read-string with the arg INHERIT-INPUT-METHOD t.
9371
c2acf685
SM
93722000-06-17 Stefan Monnier <monnier@cs.yale.edu>
9373
13f0d185
SM
9374 * font-lock.el (font-lock-after-fontify-buffer)
9375 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
9376
9377 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
9378 Use consistent make-local-variable style for font-lock-fontified.
9379 (jit-lock-fontify-buffer):
9380 Don't bother checking for font-lock-mode and jit-lock-mode.
9381
c2acf685
SM
9382 * time.el: Remove trailing ^M that prevent CVS-merging.
9383
a9021acd
GM
93842000-06-16 Gerd Moellmann <gerd@gnu.org>
9385
9386 * Makefile.in (distclean): New target.
5d80cc9c 9387
0df68e9f
SM
93882000-06-16 Stefan Monnier <monnier@cs.yale.edu>
9389
9390 * Makefile.in (srcdir): Define for update-subdirs.
9391
6344985d
GM
93922000-06-16 Gerd Moellmann <gerd@gnu.org>
9393
9394 * find-lisp.el: New file.
9395
63239267
AI
93962000-06-16 Andrew Innes <andrewi@gnu.org>
9397
9398 * time.el (display-time-mail-function): New variable, to allow
9399 external packages to indicate when new mail is available.
9400 (display-time-update): Use it.
9401
1699f991
KH
94022000-06-16 Kenichi Handa <handa@etl.go.jp>
9403
a3b37893
KH
9404 * international/mule.el (mule-version): Change version name to
9405 SAKAKI. AOI has already been used by Meadow.
9406
1699f991
KH
9407 * international/quail.el (quail-show-guidance-buf): To find the
9408 bottom window (but minibuffer), pay attention to the height of
9409 minibuffer.
9410
228b083e
EZ
94112000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
9412
7d5c8691
EZ
9413 * arc-mode.el (archive-mode-map): Use the new menu-item format for
9414 menu-bar menus. Add help strings. Don't remove the Edit menu
9415 from the menu bar, as the menu bar has enough space now.
9416
261f3289
EZ
9417 * Makefile.in (SHELL): Make sure /bin/sh is used.
9418
228b083e
EZ
9419 * woman.el (woman-man-buffer): Fix bold and underlined CJK
9420 characters, which use series of two ^H characters instead of one.
9421
e27e8d71
GM
94222000-06-15 Gerd Moellmann <gerd@gnu.org>
9423
5d80cc9c 9424 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 9425 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 9426 functions.
451ec4e3
GM
9427 (Info-find-node-2): Try a case-sensitive search first, then
9428 do a case-insensitive search.
9429
9430 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
9431 tutorials.
9432
b675095c
GM
9433 * complete.el (PC-env-vars-alist): New variable.
9434 (PC-complete-as-file-name): New function.
9435 (partial-completion-mode): Initialize PC-env-vars-alist from
9436 process-environment.
9437 (PC-do-completion): Handle completion of env vars.
9438
9439 * info.el (Info-set-mode-line): Show file name in mode line,
9440 use `*Info*' instead of `Info:'.
9441
e27e8d71
GM
9442 * startup.el (command-line-1): Change copyright messages to year
9443 2000.
9444
28223a7e
DL
94452000-06-15 Dave Love <fx@gnu.org>
9446
9447 * net/goto-addr.el (goto-address-fontify): Use keymap property,
9448 not local-map.
9449
32684631
KH
94502000-06-15 Kenichi Handa <handa@etl.go.jp>
9451
9452 * international/mule.el (set-buffer-file-coding-system): Almost
9453 rewritten to handle `undecided' as no-op.
9454
9f817ea4
GM
94552000-06-14 Gerd Moellmann <gerd@gnu.org>
9456
e27e8d71 9457 * Makefile.in: New file.
dce6b995
GM
9458
9459 * Makefile: Removed.
9460
9f817ea4
GM
9461 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
9462 (goto-address-highlight-keymap): Bind C-c RET.
9463
2de33f94
KH
94642000-06-14 Kenichi Handa <handa@etl.go.jp>
9465
bbf1e8a5
KH
9466 * mail/sendmail.el (sendmail-send-it): The temporary buffer
9467 inherits buffer-file-coding-system of the current buffer.
725a6897 9468
02891cc3
KH
9469 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
9470 0. Give correct argument to set-auto-coding-function.
9471 (tar-expunge): For goto-char, use (point-min), not 0.
9472 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
9473 (tar-subfile-save-buffer): Likewize.
9474
2de33f94
KH
9475 * international/mule.el
9476 (after-insert-file-set-buffer-file-coding-system): Call
9477 set-buffer-file-coding-system with the arg FORCE t.
9478
1681ead6
GM
94792000-06-13 Gerd Moellmann <gerd@gnu.org>
9480
9481 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
9482 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 9483 the sender is set with `-f'.
1681ead6 9484
fdf4b680
DL
94852000-06-13 Dave Love <fx@gnu.org>
9486
9c50afce
DL
9487 * help.el (describe-function-1): Kluge around cases of functions
9488 fset to subrs whose doc doesn't match their symbol-name.
9489
0ad550ba 9490 * image.el (insert-image): Default STRING to a space.
f290ca08 9491
fdf4b680 9492 * info.el Doc fixes.
5d80cc9c 9493 (Info-build-node-completions): Match Ref tags.
fdf4b680 9494
9b6610db
EZ
94952000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
9496
a704139d
EZ
9497 * frame.el (display-multi-frame-p, display-multi-font-p): New
9498 defaliases for display-graphic-p.
9499
9b6610db
EZ
9500 * hl-line.el: Fixed a typo in commentary.
9501
7a5ea398
KH
95022000-06-13 Kenichi Handa <handa@etl.go.jp>
9503
9504 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
9505 fixed.
9506
0dc91c57
DL
95072000-06-12 Dave Love <fx@gnu.org>
9508
9509 * image.el (insert-image): Save a little consing.
9510
0bd5914b
KH
95112000-06-12 Kenichi Handa <handa@etl.go.jp>
9512
9513 * language/tibet-util.el: Convert all tibetan-1-column characters
9514 to the corresponding tibetan characters.
9515 (tibetan-add-components): Delete code for the special treatment of
9516 'a chung.
9517
9518 * language/tibetan.el (tibetan-composable-pattern): Fix previous
9519 change.
9520 (tibetan-vowel-transcription-alist): More rules added.
9521 (tibetan-composite-vowel-alist): New variable.
9522 (tibetan-precomposition-rule-alist): More rules added.
9523
6dc7d3d5
SM
95242000-06-12 Stefan Monnier <monnier@cs.yale.edu>
9525
9c04c393
SM
9526 * startup.el (command-line): Only call menu-bar-mode if interactive.
9527
9528 * thingatpt.el (toplevel symbol-properties):
9529 * textmodes/makeinfo.el (makeinfo-compile):
9530 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 9531 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 9532 (hide-ifdef-use-define-alist):
5d80cc9c 9533 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
9534 (ange-ftp-vms-add-file-entry):
9535 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
9536 * man.el (Man-build-man-command):
9537 * mail/rnewspost.el (news-reply-header-hook):
9538 * info.el (Info-insert-dir):
9539 * emulation/mlconvert.el (backward-word, forward-word, setq):
9540 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
9541 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
9542 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
9543 (byte-optimize-apply, end of file):
9544 * emacs-lisp/advice.el (ad-advice-class-completion-table)
9545 (ad-make-freeze-definition):
9546 * startup.el (command-line, command-line-1): Don't quote lambdas.
9547
6dc7d3d5
SM
9548 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
9549 (cvs-cleanup-removed): New function.
9550 (cvs-cleanup-functions): New var.
9551 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
9552 some flexibility in specifying additional entries to auto-cleanup.
9553 (cvs-quickdir): New function.
9554 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
9555 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
9556 (cvs-mode-find-file): Check that we are on a filename or dirname
9557 when invoked through a mouse-click.
9558 (cvs-full-path): Remove.
9559 (cvs-dired-action): Re-introduced.
9560 (cvs-dired-noselect): Use it.
9561 (vc-post-command-functions): use this new hook if available.
9562
9563 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
9564 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
9565 (cvs-filename-map, cvs-dirname-map): Remove.
9566 (cvs-default-action): Remove.
9567 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
9568 if the arg is really a keymap.
9569 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
9570 Don't hardcode the mapping from state (aka type) to face, but check
9571 the var cvs-fi-<type>-face instead.
9572 (cvs-fileinfo-from-entries): New function.
9573
9574 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
9575 Docstring fix.
9576 (cvs-find-file-and-jump): Change default to be safer.
9577 (cvs-mode-diff-map): Define it as a function as well.
9578 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
9579 Bind mouse-2 in this global map rather than with text-properties.
9580
9581 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
9582 file to resolve the ambiguity between C(conflict) and C(need-merge).
9583
5050a2ef
KH
95842000-06-12 Kenichi Handa <handa@etl.go.jp>
9585
9586 * international/mule.el (set-buffer-file-coding-system): If
9587 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
9588 unconditionally.
9589
35a7ac84
DL
95902000-06-12 Dave Love <fx@gnu.org>
9591
9592 * wid-edit.el (widget-specify-button): Really suppress the face if
9593 required.
9594
db8eeecd
GM
95952000-06-11 Gerd Moellmann <gerd@gnu.org>
9596
9597 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
9598
70223ca4
SM
95992000-06-11 Stefan Monnier <monnier@cs.yale.edu>
9600
9601 * imenu.el (imenu-generic-expression): Docstring fix.
9602
9603 * composite.el (composition-function-table): Move the `put'
9604 below the autoload cookie so we can load the file before loaddefs.
9605
9606 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
9607
9608 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
9609 Handle easy-mmode-define-global-mode.
9610 For complex macros like define-minor-mode that can generate
9611 several autoload entries, try to autoload entries in the
9612 macroexpanded code.
9613
9614 * emacs-lisp/easy-mmode.el (define-minor-mode):
9615 If KEYMAP is a symbol, just use it.
9616 Use byte-compile-current-file and load-file-name to infer the
9617 proper :require to pass to defcustom.
9618 Wrap the hook var into `progn' so as not to autoload it.
9619 Add a :autoload-end cookie.
9620 Be more careful about the evaluation of KEYMAP.
9621 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
9622 (define-derived-mode): Move define-abbrev-table outside of defvar.
9623
96242000-06-10 Stefan Monnier <monnier@cs.yale.edu>
9625
9626 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
9627 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
9628 (backup-compiled-files): Ignore errors during `tar'.
9629 (bootstrap): Make autoloads before elc files.
9630
9c53b34e
KH
96312000-06-10 Kenichi Handa <handa@etl.go.jp>
9632
9633 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 9634 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
9635
9636 * international/mule-conf.el (unix): New alias for the coding
9637 system undecided-unix.
9638
22ddd299
DL
96392000-06-09 Dave Love <fx@gnu.org>
9640
5ee42746
DL
9641 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
9642
70223ca4 9643 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
9644 (executable-insert): Change custom type.
9645 (executable-find): Add autoload cookie.
cc7e1d18
DL
9646 (executable-make-buffer-file-executable-if-script-p): New
9647 function. After Noah Friedman.
22ddd299
DL
9648
9649 * files.el (after-save-hook): Customize, with
cc7e1d18 9650 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 9651
41ea3794
KH
96522000-06-09 Kenichi Handa <handa@etl.go.jp>
9653
f89437e3
KH
9654 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
9655 "tib24p-mule.bdf" for Tibetan.
9656
7a4ee259
KH
9657 * composite.el (decompose-composite-char): Declare it as obsolete.
9658
ff6a65c2
KH
9659 * man.el (Man-fontify-manpage): Pay attention to underline and
9660 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 9661
f83fe4b4
GM
96622000-06-08 Gerd Moellmann <gerd@gnu.org>
9663
9664 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
9665 Set maintainer to FSF since author isn't reachable.
9666
e56d7900
DL
96672000-06-08 Dave Love <fx@gnu.org>
9668
9669 * international/mule-cmds.el (select-safe-coding-system): If
9670 DEFAULT-CODING-SYSTEM is not specified, also check the most
9671 preferred coding-system if buffer-file-coding-system is
9672 `undecided'. From Handa.
9673
d3981b49
KH
96742000-06-08 Kenichi Handa <handa@etl.go.jp>
9675
9676 * international/mule.el
9677 (after-insert-file-set-buffer-file-coding-system): If the buffer
9678 size is greater than INSERTED, judget that we are not visiting.
9679
bff71087
RV
96802000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
9681
9682 * whitespace.el (defgroup whitespace): Comment out `:version'.
9683 XEmacs 20.4 has problems defining the group with this present.
9684 We'll have this commented out till get resolve the problem.
9685
fd9ac94c 96862000-06-07 John Wiegley <johnw@gnu.org>
e04d21aa 9687
fd9ac94c
GM
9688 * align.el (align-dq-string-modes, align-sq-string-modes)
9689 (align-open-comment-modes): Add pyhton-mode.
9690 (align-rules-list): Use get-text-property instead of
9691 text-properties-at.
9692 (align-rules-list): Add python-assignment.
9693 (align-rules-list): Change perl-comma-delimiter to
9694 basic-comma-delimiter. Use if for Perl modes and python-mode.
9695 (align-rules-list): Add python-chain-logic and
9696 basic-line-continuation.
45f485a6
GM
9697
96982000-06-07 Jari Aalto <jari.aalto@poboxes.com>
9699
9700 * apropos.el (apropos-mode-hook): New user variable.
9701 (apropos-mode): Run apropos-mode-hook.
bff71087 9702
45f485a6
GM
97032000-06-07 David Ponce <david@dponce.com>
9704
9705 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
9706 commands. Require `wid-edit' at run-time.
9707
97082000-06-07 David Ponce <david@dponce.com>
9709
9710 * recentf.el: Added some "Commentary".
9711 (recentf-open-more-files, recentf-edit-list): Minor changes to
9712 move the point at the top of the file list. This behaviour is
9713 consistent with the menu one when the list contains a lot of
9714 files.
9715 (recentf-cleanup): Now displays the number of items removed from
9716 the list.
9717 (recentf-relative-filter) New menu filter to show filenames
9718 relative to `default-directory'.
bff71087 9719
45f485a6
GM
97202000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9721
9722 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
9723 with/without giving an error if PostScript printer doesn't have this
9724 kind of page size. Zebra Stripe continues or restarts on next page.
9725 Manual/automatic paper feeding. Switch or not the header.
9726 (ps-print-version): New version number (5.2.2).
9727 (ps-windows-system): Include emx as a Windows system.
9728 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
9729 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
9730 (ps-background-text): Code fix.
9731 (ps-error-handler-message, ps-user-defined-prologue)
9732 (ps-print-prologue-header, ps-printer-name)
9733 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
9734 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
9735 (ps-use-face-background): Customization fix.
9736 (ps-n-up-database): Data fix.
9737 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
9738 (ps-switch-header): New vars.
9739 (ps-xemacs-color-name, ps-face-foreground-name)
9740 (ps-face-background-name, ps-boolean-constant): New funs.
9741
c14dcd22
DL
97422000-06-07 Dave Love <fx@gnu.org>
9743
9744 * allout.el: New version from Manheimer.
9745
e4044bb0
KH
97462000-06-07 Kenichi Handa <handa@etl.go.jp>
9747
9748 * textmodes/fill.el (fill-find-break-point): Check the validity of
9749 charset.
9750
59cfe8b9
KF
97512000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9752
9753 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9754 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9755 Call display-color-p and display-mouse-p instead of looking at
9756 window-system.
9757
bb2337f5
DL
97582000-06-06 Dave Love <fx@gnu.org>
9759
9760 * image.el (find-image): Doc fix. Return nil if image not found.
9761 (put-image, insert-image): Make STRING arg optional.
9762
8e624fa2
KH
97632000-06-06 Kenichi Handa <handa@etl.go.jp>
9764
9765 * language/vietnamese.el: Remove eval-when-compile.
9766 (viet-viscii-nonascii-translation-table): Define it as a
9767 translation table made from viet-viscii-decode-table.
9768 (viet-viscii-encode-table): Define it as a translation table made
9769 from the reverse map of above.
9770 (viet-vscii-nonascii-translation-table): Define it as a
9771 translation table made from viet-vscii-decode-table.
9772 (viet-vscii-encode-table): Define it as a translation table made
9773 from the reverse map of above.
9774 (ccl-decode-viscii): Use translate-character.
9775 (ccl-encode-viscii, ccl-encode-viscii-font)
9776 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
9777 Likewize.
bff71087 9778
8e624fa2
KH
9779 * language/cyrillic.el: Remove eval-when-compile.
9780 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
9781 translation table made from cyrillic-koi8-r-decode-table.
9782 (cyrillic-koi8-r-encode-table): Define it as a translation table
9783 made from the reverse map of above.
9784 (ccl-decode-koi8): Use translate-character.
9785 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
9786 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
9787 a translation table made from cyrillic-alternativnyj-decode-table.
9788 (cyrillic-alternativnyj-encode-table): Define it as a translation
9789 table made from the reverse map of above.
9790 (ccl-decode-alternativnyj): Use translate-character.
9791 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
9792 Likewize
9793
9794 * international/mule-diag.el (non-iso-charset-alist): Specify
9795 translation table symbol instead of translation table itself.
9796 (list-block-of-chars): CHARSET may be a translation table symbol.
9797
9798 * international/mule.el (make-coding-system): If CODING-SYSTEM
9799 already exists, override it.
9800
9801 * international/fontset.el: Use family `proportional' for Tibetan
9802 fonts.
9803
9804 * international/ccl.el (ccl-compile-translate-character): Don't
9805 check if Rrr has property translation-table.
9806 (ccl-compile-map-multiple): Modified to avoid compiler warning.
9807
1969fae2
GM
98082000-06-05 Gerd Moellmann <gerd@gnu.org>
9809
9810 * info.el: Bind case-fold-search to t when searching in case
9811 a user sets it to nil in a hook.
9812
d5b037c5
SM
98132000-06-05 Stefan Monnier <monnier@cs.yale.edu>
9814
d3d02e65
SM
9815 * autoarg.el (autoarg-mode, autoarg-kp-mode):
9816 * hl-line.el (hl-line-mode): Use the new :global key argument.
9817
9818 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
9819 (tar-clip-time-string): Prepend a space.
9820 (tar-grind-file-mode): Construct a string rather than modifying one.
9821 (tar-header-block-summarize): Fix docstring.
9822 Use `format' rather than an error-prone set of copy-loops.
9823
9824 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
9825 (diff-goto-source, diff-unified->context, diff-context->unified)
9826 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
9827 understand the format output by the `-p' argument to diff.
9828
bff71087 9829 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
9830 (sh-re-done): Use defconst.
9831 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
9832 (sh-help-string-for-variable, sh-guess-basic-offset):
9833 Don't quote lambdas.
9834 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
9835 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
9836
f7c4478f
SM
9837 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
9838 (mh-letter-mode): Derive from text-mode.
9839 This implicitly means that it now calls kill-all-local-variables.
9840 Also remove the Emacs-18 compatibility code.
9841
a8add29d
SM
9842 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
9843 Make use of symbol-property doc-string-elt.
9844 Use memq rather than a sequence of eq.
9845 (doc-string-elt): Fix the wrong or missing previously unused values.
9846 (autoload-print-form): New function extracted from
9847 generate-file-autoloads to allow recursion when handling progn
9848 so that defvar's and defun's docstrings are properly printed.
9849 (generate-file-autoloads): Use it.
9850
d5b037c5
SM
9851 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
9852 Use find-file-hooks in the minor-mode function.
9853 Be careful not to loop indefinitely in the post-command-hook function.
9854
560ef11a 98552000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 9856
1969fae2 9857 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 9858 tty's.
1969fae2 9859 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 9860 differences whenever appropriate.
1969fae2
GM
9861 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
9862 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
9863 wildcards.
9864
b5bbbb76
SM
98652000-06-04 Stefan Monnier <monnier@cs.yale.edu>
9866
d5b037c5
SM
9867 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
9868 (jit-lock-fontify-buffer): New function for JIT refontification.
9869 (jit-lock-mode): Fix docstring.
9870 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
9871 Remove jit-lock-after-change from the _local_ hook.
9872 (jit-lock-function-1): Fix docstring.
9873
9874 * info.el (Info-on-current-buffer): Initialize info.
9875
9876 * newcomment.el (comment-indent): Ignore comment-indent-hook.
9877
9878 * progmodes/tcl.el (tcl-indent-for-comment):
9879 Ignore comment-indent-hook.
9880
9881 * emacs-lisp/easy-mmode.el: Require CL during compilation.
9882 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
9883 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
9884 and improve to use the lighter to guess the capitalization.
9885 (define-minor-mode): Inline code from easy-mmode-define-toggle.
9886 Add keyword arguments to specify global-ness or the custom group.
9887 Add local-map and help-echo properties to the lighter.
9888 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 9889 (easy-mmode-define-global-mode): New macro.
b5bbbb76 9890
bfa6c260
DL
98912000-06-02 Dave Love <fx@gnu.org>
9892
9893 * wid-edit.el: byte-compile-dynamic since we typically don't use
9894 all the widgets. Don't require cl or widget. Remove
9895 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
9896 (widget-read-event): Removed. Callers changed to use read-event.
9897 (widget-button-release-event-p): Renamed from
9898 button-release-event-p.
9899 (widget-field-add-space, widget-field-use-before-change):
9900 Uncustomize.
9901 (widget-specify-field): Use keymap property, not local-map.
9902 (widget-specify-button): Obey :suppress-face.
9903 (widget-specify-insert): Use modern backquote syntax.
9904 (widget-image-directory): Renamed from widget-glyph-directory.
9905 (widget-image-enable): Renamed from widget-glyph-enable.
9906 (widget-image-find): Replaces widget-glyph-find.
9907 (widget-button-pressed-face): Move defvar.
9908 (widget-image-insert): Replaces widget-glyph-insert.
9909 (widget-convert): Use keywordp.
9910 (widget-leave-text, widget-children-value-delete): Use mapc.
9911 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 9912 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
9913 (widget-button-click): Don't set point at the click, but re-centre
9914 if we scroll out of window. Rewritten for images v. glyphs &c.
9915 (widget-tabable-at): Use POS arg, not point.
9916 (widget-beginning-of-line, widget-end-of-line)
9917 (widget-item-value-create, widget-sublist, widget-princ-to-string)
9918 (widget-sexp-prompt-value, widget-echo-help): Simplify.
9919 (widget-default-create): Use widget-image-insert; some rewriting.
9920 (widget-visibility-value-create)
9921 (widget-push-button-value-create, widget-toggle-value-create): Use
9922 widget-image-insert.
9923 (checkbox): Create on and off images dynamically.
9924 (documentation-link): Change :help-echo.
9925 (widget-documentation-link-echo-help): Remove.
9926
3837de12
SM
99272000-06-02 Stefan Monnier <monnier@cs.yale.edu>
9928
9929 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
9930
9931 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
9932 (easy-mmode-define-toggle, define-minor-mode): Use it.
9933 (easy-mmode-define-keymap): Docstring fix.
9934 (define-derived-mode): Default PARENT to fundamental-mode.
9935 Add the derived-mode-parent symbol-property.
9936 (easy-mmode-derived-mode-p): New function.
9937
90aa4ea8
DL
99382000-06-02 Dave Love <fx@gnu.org>
9939
37193ee6
DL
9940 * files.el (convert-standard-filename): Doc fix.
9941 (normal-backup-enable-predicate): New function.
9942 (backup-enable-predicate): Use it to replace the lambda form.
9943
9944 * calendar/todo-mode.el: [This needs more work on the outline
9945 stuff.] Doc fixes.
9946 (todo) <defgroup>: Add :version.
9947 (todo-add-category): Don't use pushnew.
9948 (todo-cmd-raise): Fix typo.
9949 (todo-top-priorities): Change temp buffer name.
9950 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
9951 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
9952 Use outline-next-heading.
37193ee6 9953
90aa4ea8
DL
9954 * autoarg.el: Rewritten to use define-minor-mode.
9955 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
9956 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
9957
2e54623a
KH
99582000-06-02 Kenichi Handa <handa@etl.go.jp>
9959
9960 * isearch.el (isearch-other-meta-char): Fix previous change.
9961
c5def0db
SM
99622000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9963
3837de12
SM
9964 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
9965 (log-edit-done): Only add the comment to the ring if it's different
9966 from the last comment entered.
9967
c5def0db
SM
9968 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
9969
2330c9d4
DL
99702000-06-01 Dave Love <fx@gnu.org>
9971
9972 * hl-line.el: Rewritten using define-minor-mode.
9973
9974 * help.el (describe-function-1): Distinguish special form from
9975 builtin function. Sanity-check presence of arglist for builtins.
9976
6e5dfc31
KH
99772000-06-01 Kenichi Handa <handa@etl.go.jp>
9978
4dc1225b
KH
9979 * international/characters.el: Fix syntax/category setting of
9980 Tibetan characters.
9981
9982 * language/tibet-util.el (tibetan-add-components): Fixes for new
9983 encoding of Tibetan characters.
9984 (tibetan-decompose-precomposition-alist): New variable.
9985 (tibetan-decompose-region): Convert precomposed characters to
9986 non-precomposed characters.
9987 (tibetan-decompose-string): Likewise.
9988 (tibetan-composition-function): Fix args to
9989 thibetan-compose-string.
9990
9991 * language/tibetan.el (tibetan-composable-pattern): More
9992 characters included.
9993 (tibetan-consonant-transcription-alist): Rule for "R" added.
9994 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
9995 "+R" added.
9996 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
9997
eadef5e6
KH
9998 * language/lao-util.el (lao-composition-function): Fix args to
9999 compose-string.
10000
10001 * language/thai-util.el (thai-composition-function): Fix args to
10002 compose-string.
10003
6e5dfc31 10004 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
10005 to prevent the point moving to the end of a composition when a
10006 part of a composition is searched.
6e5dfc31
KH
10007 (isearch-other-meta-char): If the key invoking this command can be
10008 mapped by function-key-map to a printing char, call
10009 isearch-process-search-char directly.
10010
2598a293
SM
100112000-06-01 Stefan Monnier <monnier@cs.yale.edu>
10012
10013 * emacs-lisp/bytecomp.el:
10014 * frame.el:
10015 * international/mule-cmds.el:
10016 * international/mule-util.el:
10017 * international/mule.el:
10018 * mouse.el:
10019 * subr.el:
10020 * faces.el: Update calls to make-obsolete with a WHEN argument.
10021
10022 * byte-run.el (make-obsolete, make-obsolete-variable):
10023 Add an optional WHEN argument and change the format of the
bff71087 10024 symbol-property information.
2598a293
SM
10025 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
10026 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
10027 new obsolete-symbol-property format and print WHEN if it is provided.
10028
28d8dff1
DL
100292000-05-31 Dave Love <fx@gnu.org>
10030
10031 * loadhist.el (loadhist-hook-functions): Remove
10032 before-change-function, after-change-function.
10033 (unload-feature): Deal with symbols which are both bound and
10034 fbound.
10035
10036 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
10037 before-change-function, after-change-function.
10038
10039 * simple.el (newline): Don't bind before-change-function,
10040 after-change-function.
10041
7f565d87
RV
100422000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
10043
10044 * whitespace.el (whitespace-rescan-timer-time): Update interval
10045 set to 600 seconds (10 minutes) instead of 60 seconds since
10046 a large number of whitespace buffers causes emacs to `freeze'
10047 for a considerable amount of time.
10048
bff71087 10049 * whitespace.el: Updated email address
7f565d87 10050
a8d693d8
DL
100512000-05-31 Dave Love <fx@gnu.org>
10052
10053 * add-log.el (change-log-font-lock-keywords) <function>: Add
10054 pattern for function of change.
10055 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
10056 acknowledgements patterns.
10057
a50192e7
KH
100582000-05-31 Kenichi Handa <handa@etl.go.jp>
10059
10060 * isearch.el (isearch-printing-char): If keyboard coding system is
10061 being used, call isearch-process-search-multibyte-characters.
10062
10063 * international/isearch-x.el: Mostly rewritten.
10064
10065 * international/quail.el (quail-start-conversion): Don't include
10066 unhandled events in the returned events, but set them in
10067 unread-command-events. Exit if all inputs are deleted.
10068
7e492772
JR
100692000-05-30 Jason Rumney <jasonr@gnu.org>
10070
10071 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
10072
10073 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
10074 Reenable code to create initial fontsets.
10075 Use set-fontset-font in place of put-charset-property.
10076
10fc3187
GM
100772000-05-30 Gerd Moellmann <gerd@gnu.org>
10078
79148ea7
GM
10079 * progmodes/perl-mode.el (perl-indent-line): When looking for a
10080 label, ensure that the first colon isn't followed by another.
10081
10082 * paths.el (Info-default-directory-list): Doc fix.
10083
086d5b87
GM
10084 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
10085 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
10086 send a query containing USER only, not USER@HOST.
10087
10fc3187
GM
10088 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
10089 and rmail-msgend to compute the restriction at the end, instead of
10090 computing it.
10091
49e70dec
GM
100922000-05-29 Gerd Moellmann <gerd@gnu.org>
10093
66254a13
GM
10094 * dabbrev.el (dabbrev-expand): Don't display messages in the
10095 echo area if the minibuffer window is active.
10096
49e70dec
GM
10097 * jit-lock.el (jit-lock-mode): Add after change function to
10098 local hook.
10099
101002000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
10101
10102 * antlr-mode.el: New commands: hide/unhide actions,
10103 upcase/downcase literals.
10104 (antlr-tiny-action-length): New user option.
10105 (antlr-hide-actions): New command. Suggested by
10106 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 10107 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
10108 (antlr-mode-menu): New entries.
10109 (antlr-downcase-literals): New command.
10110 (antlr-upcase-literals): Ditto.
10111
10112 * antlr-mode.el: Minor changes: indendation, mode-name.
10113 (antlr-indent-line): Indent cpp directive at column 0.
10114 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
10115
10116 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
10117 (antlr-font-lock-additional-keywords): Workaround for intentional
10118 bug in XEmacs version of font-lock.
10119 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
10120 be used by a smarter version of `buffers-menu-grouping-function'.
10121
101222000-05-29 Gerd Moellmann <gerd@gnu.org>
10123
10124 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
10125 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
10126
49f93684
KH
101272000-05-29 Kenichi Handa <handa@etl.go.jp>
10128
10129 * international/encoded-kb.el
10130 (encoded-kbd-iso2022-designation-map): Pay attention to that
10131 charset-iso-final-char return -1 for eight-bit-control and
10132 eight-bit-graphic.
10133
5b1ae051
EZ
101342000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
10135
10136 * speedbar.el (speedbar-use-images, speedbar-update-flag)
10137 (speedbar-easymenu-definition-base): Use display-graphic-p where
10138 available, instead of window-system.
10139
a205e32a
EZ
101402000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
10141
10142 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10143 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
10144 coding systems.
10145
dd854dc2
DL
101462000-05-26 Dave Love <fx@gnu.org>
10147
c88a85d5
DL
10148 * disp-table.el (standard-display-underline): Don't use
10149 internal-find-face.
10150
dd854dc2
DL
10151 * mail/reporter.el: Maintainer change. Doc fixes.
10152 (reporter-version): Deleted.
10153
10154 * emacs-lisp/elp.el: Maintainer change.
10155 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
10156
dc29aa6c
SM
101572000-05-26 Stefan Monnier <monnier@cs.yale.edu>
10158
10159 * add-log.el (add-change-log-entry): Merge the current entry with the
10160 previous one if the previous one is empty.
10161
ed62683d
DL
101622000-05-26 Dave Love <fx@gnu.org>
10163
4370a375
DL
10164 * loadhist.el (unload-feature): Fix interactive spec [from
10165 lijnzaad@ebi.ac.uk].
10166
ed62683d
DL
10167 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
10168 subr-arity to check primitives.
10169 (byte-compile-flush-pending, byte-compile-file-form-progn)
10170 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
10171 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
10172 mapcar.
10173
ba9f8f95
KH
101742000-05-26 Kenichi Handa <handa@etl.go.jp>
10175
0f3e0672
KH
10176 * international/fontset.el: Set family names of non-latin charsets
10177 in default fontset to "*".
10178
cebefb44
KH
10179 * international/mule-diag.el (print-fontset): Combine family part
10180 and registry part of the fontname by "-*-" instead of "-".
10181
ba9f8f95
KH
10182 * international/mule-cmds.el (encode-coding-char): Make strings
10183 multibyte before calling encode-coding-string.
10184
931d0724
SM
101852000-05-25 Stefan Monnier <monnier@cs.yale.edu>
10186
10187 * derived.el: Fix keywords.
8ccce2b0 10188 (define-derived-mode): Only define if needed.
931d0724
SM
10189
10190 * simple.el (fill-comment, comment-column, comment-start)
10191 (comment-start-skip, comment-end, comment-indent-function)
10192 (block-comment-start, block-comment-end, indent-for-comment)
10193 (set-comment-column, kill-comment, comment-padding, comment-region)
10194 (comment-multi-line, indent-new-comment-line): Remove.
10195
10196 * bindings.el (esc-map): Change ; to comment-dwim and use the new
10197 function names for comment operations.
10198
10199 * newcomment.el: Add abundant autoload cookies.
10200 (comment-style): Don't depend on runtime data at compile-time.
10201 (comment-indent-hook): Remove.
10202 (comment-indent): Check if comment-indent-hook is bound.
10203 (comment-region): Docstring fix.
10204
6fc596cf
DL
102052000-05-25 Dave Love <fx@gnu.org>
10206
10207 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
10208 byte-code-function-p.
10209
10210 * mail/rmailsum.el: Add provide.
10211
10212 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
10213
10214 * smerge-mode.el (smerge-diff-switches): Don't use list* in
10215 defcustom.
10216
7997f1ca 102172000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 10218
7997f1ca
MK
10219 * ediff-diff.el (ediff-exec-process): delete --binary option from
10220 non-buffer ediff jobs.
7f565d87 10221
e7a903e8
EZ
102222000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10223
10224 * hilit-chg.el (highlight-changes-mode): Ask about color or
10225 grayscale support, not about window-system.
10226
10227 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
10228 window-system.
10229 (ffap-highlight): Always default to t.
10230
10231 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
10232 display-popup-menus-p instead of looking at window-system.
10233
10234 * disp-table.el (standard-display-g1, standard-display-graphic):
10235 Only refuse to use string glyphs on X and MS-Windows.
10236
10237 * avoid.el: Remove window-system from commentary, suggest to use
10238 display-*-p instead.
10239
10240 * apropos.el (apropos-print): Use display-mouse-p instead of
10241 window-system.
10242
14028d57
EZ
102432000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10244
10245 * international/codepage.el (cp-decoding-vector-for-codepage):
10246 Fill up unsupported characters with their own codes. From Kenichi
10247 Handa.
10248
1a4f9cc1
EZ
102492000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10250
10251 * international/mule-diag.el (describe-char-after): Use
10252 display-graphic-p instead of window-system, so that this function
10253 works on MS-DOS.
10254
89f6ca4e
EZ
102552000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10256
10257 * international/codepage.el (cp-make-coding-systems-for-codepage):
10258 Remove the eight-bit-graphic and eight-bit-control charsets from
10259 the list of charsets which we convert into `?'.
10260
eacfd7fe
KH
102612000-05-25 Kenichi Handa <handa@etl.go.jp>
10262
10263 * international/mule-conf.el: Specify CHARSET-ID explicitely for
10264 private charsets.
10265 (mule-unicode-0100-24ff, japanese-jisx0213-1,
10266 japanese-jisx0213-2): New charsets.
10267
10268 * international/fontset.el: Setup default fontset for new charsets.
10269
deadf7e3
DL
102702000-05-24 Dave Love <fx@gnu.org>
10271
10272 * info.el (Info-find-node-2): Restructure [following "Vadim
10273 S. Solomin" <sovs@uic.nnov.ru>].
10274
10275 * icomplete.el: Fix header for Finder.
10276
102772000-05-24 Eric M. Ludlam <zappo@ultranet.com>
10278
10279 * rmailout.el (rmail-output-to-rmail-file): Added optional param
10280 STAY.
10281
10282 * rmail.el (rmail-automatic-folder-directives): New user variable.
10283 (rmail-show-message): Add call to `rmail-auto-file' during
10284 display.
10285 (rmail-auto-file): New function.
10286
6de3983f 102872000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 10288
fc6a6a4e 10289 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 10290 account.
fc6a6a4e
GM
10291 (ediff-test-utility,ediff-diff-mandatory-option)
10292 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 10293 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 10294
fc6a6a4e 10295 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 10296 variable.
7f565d87 10297
fc6a6a4e 10298 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
10299 ediff-merge-filename-prefix.
10300
fc290d1d
MK
103012000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
10302
fc6a6a4e 10303 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 10304
273182b8
EZ
103052000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
10306
10307 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
10308 aliases for hebrew-iso-8bit.
10309
f471ea57
EZ
103102000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
10311
10312 * woman.el: New version from Francis J. Wright
10313 <F.J.Wright@Maths.QMW.ac.uk>.
10314 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
10315 names in environment variables regardless of the path separator.
10316 (woman-topic-all-completions-1): Don't call file-name-directory-p
10317 on all files, since woman-file-regexp already filters out any
10318 directories.
10319
01162f24
KH
103202000-05-24 Kenichi Handa <handa@etl.go.jp>
10321
48e3df76
KH
10322 * international/quail.el (quail-start-translation): Don't change
10323 modified-p of the current buffer.
10324 (quail-start-conversion): Likewise.
10325
10326 * international/kkc.el (kkc-region): Don't change modified-p of
10327 the current buffer.
10328
747d90ea
KH
10329 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
10330 conform to RFC1468.
10331 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 10332
17a223ff
EL
103332000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
10334
10335 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
10336 (speedbar-insert-button): Invisible text property fix.
10337 (speedbar-directory-plus): Renamed from speedbar-directory-+
10338 (speedbar-directory-minus): Renamed from speedbar-directory--
10339 (speedbar-page-plus): Renamed from speedbar-file-+
10340 (speedbar-page-minus): Renamed from speedbar-file--
10341 (speedbar-page): Renamed from speedbar-file-
10342 (speedbar-tag): Renamed from speedbar-tag-
10343 (speedbar-tag-plus): Renamed from speedbar-tag-+
10344 (speedbar-tag-minus): Renamed from speedbar-tag--
10345 (speedbar-expand-image-button-alist): Use above renames.
10346
10347 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
10348 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
10349 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
10350 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
10351 * sb-pg.xpm: Renamed from sb-file.xpm
10352 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
10353 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 10354
e6b6fc18
KH
103552000-05-24 Kenichi Handa <handa@etl.go.jp>
10356
10357 * international/quail.el (quail-show-guidance-buf): Set
10358 current-input-method of the guidance buffer to the name of the
10359 curren input method.
10360
a1a336eb
SM
103612000-05-23 Stefan Monnier <monnier@cs.yale.edu>
10362
10363 * progmodes/compile.el (compile-internal): Style typo.
10364
10365 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
10366 quote vars and functions in the docstring.
10367
10368 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
10369
10370 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
10371 Don't quote lambdas.
10372
10373 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
10374
9695b783
GM
103752000-05-23 Gerd Moellmann <gerd@gnu.org>
10376
716e3b88
GM
10377 * startup.el (command-line): Determine source file of compiled
10378 user init file differently. Warn if compiled user init file
10379 is older than its source file.
10380
9695b783 10381 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 10382
41ac433f
EZ
103832000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
10384
10385 * files.el (make-backup-file-name-1): Replace slashes with `!'
10386 rather than `|' (which is not allowed on Windows). Replace the
10387 drive letters with a string "drive_X".
10388
46600ab1
GM
103892000-05-23 Gerd Moellmann <gerd@gnu.org>
10390
10391 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
10392
10393 * files.el (interpreter-mode-alist): Add `bash2'.
10394
79a64d87
DL
103952000-05-22 Dave Love <fx@gnu.org>
10396
10397 * loadhist.el (feature-symbols, file-provides, file-requires): Use
10398 mapc.
10399 (feature-file): Avoid calling symbol-name. Doc fix.
10400 (file-set-intersect, file-dependents): Use dolist, not mapcar.
10401 (loadhist-hook-functions): Add mouse-position-function.
10402 (unload-feature): Change uses of mapcar.
10403
10404 * files.el (parse-colon-path): Doc fix.
10405 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
10406 (set-auto-mode): Use mapc.
10407
10408 * complete.el (PC-look-for-include-file): Use :alnum: character
10409 class.
10410 (partial-completion-mode): Add autoload cookie.
10411
0e8c11d8
SS
104122000-05-22 Sam Steingold <sds@gnu.org>
10413
ce75fd23 10414 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
10415 `add-text-properties' (bug introduced on 2000-05-18).
10416
d8d0fa6c
DL
104172000-05-22 Dave Love <fx@gnu.org>
10418
10419 * bindings.el: Remove debug-ignored-errors set in other files.
10420
10421 * progmodes/etags.el: Add to debug-ignored-errors.
10422 (visit-tags-table-buffer): Clear out buffers holding old tables
10423 when making a new list.
10424 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
10425 mapc.
10426
10427 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
10428 quote keywords.
10429 (cmpl-string-case-type): Use character classes.
10430
0e8c11d8
SS
10431 * comint.el:
10432 * textmodes/ispell.el:
10433 * imenu.el:
d8d0fa6c
DL
10434 * mail/mh-e.el:
10435 * progmodes/compile.el: Add to debug-ignored-errors.
10436
10437 * dabbrev.el: Add to debug-ignored-errors.
10438 (dabbrev-completion): Use mapc.
10439
1edbbf8a
EZ
104402000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
10441
10442 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
10443 (woman-mapcan, woman-parse-man.conf)
10444 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
10445 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
10446 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
10447 path syntax better.
10448 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
10449 (woman-manpath): Call woman-parse-man.conf.
10450 (woman-emulation): New defcustom, defaults to nroff.
10451 (woman-font-support): New defconst.
10452 (woman-use-symbol-font): New defcustom.
10453 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
10454 "Emulation".
10455 Many functions: Doc fix.
10456
5bd2148c
KH
104572000-05-22 Kenichi Handa <handa@etl.go.jp>
10458
10459 * international/quail.el (quail-simple-translation-keymap): Map
10460 128..255 to quail-self-insert-command.
10461 (quail-keyboard-layout-alist): Add definition for "pc102-de".
10462
4125ec7e
SM
104632000-05-22 Stefan Monnier <monnier@cs.yale.edu>
10464
a1a336eb
SM
10465 * help.el (help-manyarg-func-alist): Typo.
10466
40aeecad
SM
10467 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
10468 intervals which makes it heaps simpler.
10469
4125ec7e
SM
10470 * newcomment.el (comment-region-internal): Go back to BEG after quoting
10471 the nested comment markers.
e4da9c1c
SM
10472
10473 * subr.el (remove-hook): Don't turn the hook's value into a list.
10474
cb7216a7
DL
104752000-05-21 Dave Love <fx@gnu.org>
10476
ac266581
DL
10477 * edmacro.el (edmacro-parse-keys): Return vector if any elements
10478 are invalid characters.
10479
cb7216a7
DL
10480 * international/mule-util.el (detect-coding-with-priority): Use
10481 mapc. Remove redundant lambda.
10482
10483 * international/mule-diag.el (list-non-iso-charset-chars)
10484 (describe-fontset): Remove redundant lambda.
10485
10486 * emulation/crisp.el (brief-mode): New alias.
10487
10488 * emacs-lisp/ring.el (ring-elements): New function.
10489
10490 * emacs-lisp/easymenu.el (easy-menu-create-menu)
10491 (easy-menu-do-add-item): Use keywordp.
10492
10493 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
10494
10495 * replace.el: Doc and error message fixes.
10496 (replace-highlight): Use facep, not internal-find-face.
10497
9b0d1d6e
SM
104982000-05-20 Stefan Monnier <monnier@cs.yale.edu>
10499
b2d2cf58
SM
10500 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
10501
ffe7dc64
SM
10502 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
10503 (log-edit-insert-changelog): Drop `:' as well.
10504
10505 * log-view.el: Fix file description.
10506 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
10507 available.
10508 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
10509 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
10510
c8c21615
SM
10511 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
10512 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
10513 Print a status message if the toggle is called interactively.
10514 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
10515 for global minor modes and use `defcustom' for them.
10516 Use add-minor-mode.
10517 (easy-mmode-define-derived-mode): Remove.
10518 (define-derived-mode): Fancier default docstring.
10519 (easy-mmode-define-navigation): Signal an error rather than (ding).
10520
9b0d1d6e
SM
10521 * newcomment.el (comment-styles): New `box-multi'.
10522 (comment-normalize-vars): Better default for comment-continue to
10523 avoid whitespace-only continuations.
10524 (comment-search-forward): Always move even in the no-syntax case.
10525 (comment-padright): Only obey N if it's only obeyed for padleft.
10526 (comment-make-extra-lines): Better handling of empty continuations.
10527 Use `=' for the filler if comment-start has only one character.
10528 (uncomment-region): Try handling the special `=' filler.
10529 (comment-region): Allow LINES even if MULTI is nil.
10530 (comment-box): Choose box style based on comment-style.
10531
f5ee6d0f
KH
105322000-05-20 Kenichi Handa <handa@etl.go.jp>
10533
9b0d1d6e 10534 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
10535 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
10536
c9671f81
KH
105372000-05-20 Kenichi HANDA <handa@etl.go.jp>
10538
10539 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
10540 and insert, not subst-char-in-region.
10541
10542 * international/mule-diag.el (list-character-sets-1): Handle
10543 charsets eight-bit-control and eight-bit-graphic.
10544 (list-iso-charset-chars): Likewise.
10545 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
10546 charactes as is. Use indent-to to align characters.
10547
10548 * international/mule-cmds.el (find-multibyte-characters): Never
10549 exclude charsets eight-bit-control and eight-bit-graphic.
10550
1426aa5c
SM
105512000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10552
10553 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
10554 Don't quote lambdas.
10555
10556 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
10557
2b63d473
GM
105582000-05-19 Gerd Moellmann <gerd@gnu.org>
10559
10560 * gud.el (gud-jdb-directories): Doc fix.
10561
f1355756
SM
105622000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10563
10564 * newcomment.el: New file.
10565
5f64c9e0
GM
105662000-05-19 Gerd Moellmann <gerd@gnu.org>
10567
2b63d473 10568 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 10569
db7314bd
AS
105702000-05-18 Andreas Schwab <schwab@suse.de>
10571
10572 * dired.el (dired-between-files): Also skip lines beginning with
10573 `used'.
10574
25bb0401
GM
105752000-05-18 Gerd Moellmann <gerd@gnu.org>
10576
10577 * msb.el (msb-menu-cond): Add choice `user'.
10578
a199a865 105792000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 10580
a199a865
GM
10581 * ps-print.el: Compatibility, customization and doc fix.
10582 (ps-printer-name-option): Replace defconst by defvar.
10583 (ps-postscript-code-directory): XEmacs compatibility.
10584 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
10585 fix.
10586 (ps-user-defined-prologue, ps-print-prologue-header)
10587 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
10588 compatibility and code fix.
10589 (ps-print-background-image, ps-print-background-text):
10590 Customization fix.
10591 (ps-line-number-start, ps-n-up-on): New vars.
10592
25bb0401
GM
105932000-05-18 Espen Skoglund <esk@ira.uka.de>
10594
10595 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
10596 the indent-comment function to just return the appropriate indent.
10597
68e6c83a
EL
105982000-05-18 Eric M. Ludlam <zappo@ultranet.com>
10599
10600 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
10601 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
10602 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
10603
dae6cb9f
DL
106042000-05-18 Dave Love <fx@gnu.org>
10605
10606 * info.el (Info-fontify-node): Add intangible property as well as
10607 invisible.
10608
10609 * calendar/appt.el (appt-make-list): Match all lines of entry.
10610 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
10611
813086ea
KH
106122000-05-18 Kenichi Handa <handa@etl.go.jp>
10613
10614 * international/mule-diag.el (describe-char-after): Call
10615 internal-char-font, not char-font. If internal-char-font returns
10616 nil, display "-- none --".
10617
24978190
EZ
106182000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10619
10620 * image.el (image-type-available-p): Don't reference image-types
10621 if it isn't bound.
10622
2fca2d5d
SM
106232000-05-17 Stefan Monnier <monnier@cs.yale.edu>
10624
10625 * autoarg.el (autoarg-mode): Typo in the :set argument.
10626
cfc75d05
EZ
106272000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10628
10629 * startup.el (command-line-1): Don't signal an error if the
10630 directory for auto-save-list files does not yet exist.
10631
c4e30387
KH
106322000-05-17 Kenichi Handa <handa@etl.go.jp>
10633
10634 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
10635
dd6b8ea7
SM
106362000-05-16 Stefan Monnier <monnier@cs.yale.edu>
10637
10638 * subr.el (remove-hook): `setq' hook-value, not `set'.
10639
399c88ad
SS
106402000-05-16 Sam Steingold <sds@gnu.org>
10641
a199a865 10642 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 10643
01651f07
DL
106442000-05-16 Dave Love <fx@gnu.org>
10645
10646 * cus-edit.el: Don't require cl or easymenu.
10647 (custom-variable-prompt): Test standard-value property, not
10648 user-variable-p.
10649
2248c40d
SS
106502000-05-16 Sam Steingold <sds@gnu.org>
10651
10652 * subr.el (add-hook): `setq' hook-value, not `set'.
10653
b15f3b77
GM
106542000-05-16 Gerd Moellmann <gerd@gnu.org>
10655
10656 * startup.el (command-line-1): Mention the FAQ in the startup
10657 message.
10658
10659 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
10660
10661 * progmodes/compile.el (compilation-parse-errors): Collect
10662 `nomessage' regexps last.
10663
10664 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
10665
10666 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
10667 to the function name.
10668
f9bbcfac
EL
106692000-05-15 Dave Love <fx@gnu.org>
10670
10671 * speedbar.el (speedbar-recenter): Typo.
10672 (speedbar-expand-line): Make arg optional.
10673 (speedbar-mode): Avoid a compiler warning.
10674
119b42eb
GM
106752000-05-15 Gerd Moellmann <gerd@gnu.org>
10676
10677 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
10678 user-specified option string is empty.
10679
10680 * mouse.el (mouse-yank-at-click): Doc fix.
10681
f685bea9
EZ
106822000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
10683
10684 * term/internal.el (IT-character-translations): More updates of
10685 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
10686 documents.
10687
a1b8d58b
GM
106882000-05-15 Gerd Moellmann <gerd@gnu.org>
10689
10690 * env.el (getenv): New function, interactively callable.
10691 (setenv, getenv): Remove autoload cookies.
10692
10693 * loadup.el: Load `env'.
10694
10695 * progmodes/f90.el: Change author's mail address.
10696
c9bba7ed
DL
106972000-05-14 Dave Love <fx@gnu.org>
10698
e5c83697
DL
10699 * mail/rmail.el (rmail-show-message-hook): Customize and offer
10700 goto-addr as an option.
10701
10702 * help.el (help-xref-stack): Doc fix.
10703 (help-xref-following): New variable.
10704 (help-make-xrefs): Use it.
10705 (help-xref-go-back): Use position information from stack element.
10706 (help-follow): Make position in stack element a pair. Use
10707 help-xref-following.
399c88ad 10708
e5c83697
DL
10709 * autoarg.el: New file.
10710
10711 * faces.el: Declare more functions obsolete.
10712
c9bba7ed
DL
10713 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
10714 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
10715 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
10716 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
10717 Remove all the setup-...-environment functions.
10718
b6389bfb
EL
107192000-05-13 Eric M. Ludlam <zappo@ultranet.com>
10720
a1b8d58b
GM
10721 * speedbar.el: Updated the commentary section. xemacs20p now uses
10722 >= when detecting. Require `defimage' safely.
b6389bfb
EL
10723 (speedbar-easymenu-definition-base): Add toggle for images.
10724 (speedbar-easymenu-definition-special): Add flush cache & expand.
10725 (speedbar-visiting-tag-hook): Set new defaults. Added options.
10726 (speedbar-reconfigure-keymaps-hook): New variable.
10727 (speedbar-frame-parameters): Updated documentation.
10728 (speedbar-use-imenu-flag): Updated custom tag
10729 (speedbar-dynamic-tags-function-list): New variable.
10730 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
10731 (speedbar-indentation-width, speedbar-indentation-width) New
10732 variables.
10733 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
10734 (speedbar-vc-indicator): Doc update.
10735 (speedbar-ignored-path-expressions): Updated default value.
10736 (speedbar-supported-extension-expressions): Updated default value.
10737 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
10738 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
10739 as "+". Added overlay aliases.
10740 (speedbar-mode): Use `speedbar-mode-line-update' instead of
10741 `force-mode-line-update'.
10742 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
10743 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
10744 `mouse-set-point'
b6389bfb 10745 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
10746 (speedbar-item-info-tag-helper): Revamped to handle a wider range
10747 of arbitrary text, and new helper functions.
10748 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
10749 filename finder.
b6389bfb
EL
10750 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
10751 (speedbar-directory-buttons): Update path search/expansion.
10752 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
10753 `speedbar-indentation-width'. Use more care w/ invisible
10754 properties.
b6389bfb
EL
10755 (speedbar-change-expand-button-char): Call
10756 `speedbar-insert-image-button-maybe'.
10757 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
10758 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
10759 (speedbar-trim-words-tag-hierarchy)
10760 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 10761 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
10762 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
10763 functions.
b6389bfb
EL
10764 (speedbar-mouse-set-point): New function
10765 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
10766 (speedbar-line-token, speedbar-goto-this-file): Handle more types
10767 of tag prefix text.
10768 (speedbar-expand-line, speedbar-contract-line): Make more robust
10769 to strange text.
10770 (speedbar-expand-line): Takes universal argument to flush the
10771 cache.
b6389bfb
EL
10772 (speedbar-flush-expand-line): New function.
10773 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
10774 Use new generator insertion method.
10775 (speedbar-fetch-dynamic-tags): New function.
10776 (speedbar-fetch-dynamic-imenu): Removed code now handled in
10777 `speedbar-fetch-dynamic-imenu'.
10778 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
10779 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
10780 "Revert Buffer" menu items.
10781 (speedbar-buffer-buttons-engine): Be smarter when creating a
10782 filename tag (for expansion purposes.).
a1b8d58b
GM
10783 (speedbar-highlight-one-tag-line,
10784 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
10785 (speedbar-recenter): New functions.
b6389bfb 10786 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
10787 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
10788 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
10789 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
10790 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
10791 (speedbar-expand-image-button-alist): New variable.
10792 (speedbar-insert-image-button-maybe): Insert an image over some
10793 buttons.
10794
43fe9244
KH
107952000-05-13 Kenichi Handa <handa@etl.go.jp>
10796
10797 * international/mule-cmds.el (encode-coding-char): An ASCII
10798 character is always encodable.
10799
10800 * international/mule-conf.el: Add more information in descriptions
10801 of character sets.
10802
813086ea 10803 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
10804 (describe-font-internal): Adjusted for the change of font-info.
10805 (describe-font): Likewise.
10806 (print-fontset): Rewritten for the new fontset implementation.
10807 (describe-fontset): Include fontset alias names in completion.
10808 (list-fontsets): Adjusted for the change of print-fontset.
10809
10810 * simple.el (what-cursor-position): If DETAIL is non-nil, call
10811 describe-char-after instead of displaying the detail in the echo
10812 area.
813086ea
KH
10813 (syntax-code-table): Format changed.
10814 (string-to-syntax): Adjusted for the above change.
0e8c11d8 10815
e8564f57
SM
108162000-05-12 Stefan Monnier <monnier@cs.yale.edu>
10817
10818 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
10819
9278c60d
DL
108202000-05-12 Dave Love <fx@gnu.org>
10821
10822 * calendar/todo-mode.el: Remove some compatibility stuff and CL
10823 dependence. Use line-{beginning,end}-position, not
10824 point-at{b,e}ol. Some doc fixes.
10825 (todo-position): New function. Fix callers of position to use it.
10826 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
10827
be0505fe
GM
108282000-05-12 Gerd Moellmann <gerd@gnu.org>
10829
10830 * time.el (display-time-mail-icon): Use `:ascent center'.
10831
a8a3541c
GM
10832 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
10833 handling FTP security extensions.
399c88ad 10834
44d5f148
DL
108352000-05-11 Dave Love <fx@gnu.org>
10836
33d0c179 10837 * calendar/todo-mode.el: New file.
44d5f148 10838
da4496b6
GM
108392000-05-11 Gerd Moellmann <gerd@gnu.org>
10840
cdc4401d
GM
10841 * comint.el (comint-read-input-ring): Move reference to
10842 comint-input-ring-size outside of the save-excursion. It was
10843 causing the default value to be the only one ever seen.
399c88ad 10844
0279f991
GM
10845 * font-lock.el: Update copyright. Remove Simon Marshall's email
10846 address on request from him.
10847
da4496b6
GM
10848 * subr.el (substitute-key-definition): Add comment describing
10849 the meaning of PREFIX.
10850
ac5cb26d
SM
108512000-05-10 Stefan Monnier <monnier@cs.yale.edu>
10852
10853 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
10854
10855 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
10856 (add-minor-mode): Don't make the variable buffer-local and add a
10857 reference to define-minor-mode in the docstring.
10858
10859 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
10860 HEADER/FOOTER and fix bug with trailing empty directory.
10861 (cvs-append-to-ignore): Use vc-editable-p if available.
10862 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
10863 (vc-do-command): Tweak advice to handle the new VC.
10864
10865 * log-view.el (log-view-goto-rev): New function for the new VC.
10866 (log-view-minor-wrap): Use mark-active.
10867
10868 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
10869 (log-edit-changelog-full-paragraphs): New var.
10870 (log-edit-insert-changelog): Remove a lonely leading `* file'.
10871 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
10872 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
10873 (log-edit-changelog-ours-p, log-edit-changelog-entries)
10874 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
10875 Replace the `cvs' prefix with `log-edit'.
10876
10877 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
10878
10879 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
10880 (diff-font-lock-defaults): Explicitly turn off multiline.
10881 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
10882 (diff-ediff-patch): Fix call to ediff-patch-file.
10883 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
10884 Handle comments.
10885
10886 * frame.el (automatic-hscrolling): Typo.
10887
10888 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
10889
21c34da3
DL
108902000-05-09 Sam Steingold <sds@goems.com>
10891
10892 * apropos.el (apropos-print): use `describe-face' instead of
10893 `customize-face-other-window'.
10894
950cf06f
DL
108952000-05-09 Dave Love <fx@gnu.org>
10896
10897 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
10898
10899 * help.el (describe-variable): Have customize button pop the
10900 help-xref stack when invoked.
10901 (help-xref-symbol-regexp): Add `face'.
10902 (help-make-xrefs): Check for quoted face names and adapt regexp
10903 submatch numbers to cope.
10904 (help-xref-interned): Maybe insert face doc too. Separate
10905 sections with a line of hyphens.
10906
0623e40f 10907 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
10908 (describe-face): Add customize button. Return the help
10909 text. Fix prompt.
10910
82e2ca9d
EZ
109112000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
10912
10913 * term/internal.el (IT-character-translations): Fix last change.
10914
10c00b5c
EZ
109152000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10916
10917 * woman.el: New file
10918 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
10919
9deed82f
EZ
109202000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10921
001ad319
EZ
10922 * term/internal.el (IT-character-translations): Update ASCII
10923 simulations for greek-iso8859-7, add latin-iso8859-14 and
10924 latin-iso8859-15.
10925
9deed82f
EZ
10926 * international/mule-cmds.el (set-language-info-alist): Call
10927 define-prefix-command with 3 arguments, to make the map suitable
10928 for a menu.
10929
4f37b78a
DL
109302000-05-07 Dave Love <fx@gnu.org>
10931
1ec321a7 10932 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 10933
64a4c526
DL
109342000-05-05 Dave Love <fx@gnu.org>
10935
10936 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
10937 list in doc string. Don't quote keyword symbols.
10938 * emacs-lisp/cl.el: Likewise
10939 * emacs-lisp/cl-seq.el: Likewise
10940
056565f7
GM
109412000-05-05 Gerd Moellmann <gerd@gnu.org>
10942
10943 * abbrev.el (abbrev-mode): Make ARG optional.
10944
4656b314
GM
109452000-05-04 Gerd Moellmann <gerd@gnu.org>
10946
ec82fb2f
GM
10947 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
10948
10949 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
10950
4656b314
GM
10951 * subr.el (substitute-key-definition): Clarify documentation.
10952
109532000-05-04 Milan Zamazal <pdm@freesoft.cz>
10954
10955 * glasses.el (glasses-convert-to-unreadable): Use
10956 `glasses-separator' instead of the hard-wired "_".
10957 (glasses-mode): Call `glasses-make-unreadable' only in a single
10958 place.
10959
7b081c78
EZ
109602000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
10961
10962 * term/internal.el (cjk-codepages-alist): Add associations for
10963 Chinese and Korean codepages. Remove FIXME comment.
10964
baa5536e
DL
109652000-05-03 Dave Love <fx@gnu.org>
10966
10967 * time.el (display-time-mail-face, display-time-use-mail-icon):
10968 New option.
10969 (display-time-mail-icon): New variable.
10970 (display-time-string-forms): Use the above. Fix the local-map.
10971
cbf18892
GM
109722000-05-03 Gerd Moellmann <gerd@gnu.org>
10973
4ff40dd0
GM
10974 * replace.el (query-replace-map): Add binding for `E'.
10975 (query-replace-help): Extend help text.
10976 (perform-replace): Allow editing the replacement string.
10977
10978 * make-mode.el (makefile-mode-abbrev-table): New variable.
10979 (makefile-mode): Set local abbrev table to
10980 makefile-mode-abbrev-table.
10981 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 10982
cbf18892
GM
10983 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
10984 set TOGGLE's value.
10985
4ff40dd0
GM
10986 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
10987 mail-interactive-insert-alias.
10988 (mail-abbrev-complete-alias): New command.
10989 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 10990
ffec4d9f
KH
109912000-05-03 Kenichi Handa <handa@etl.go.jp>
10992
10993 * language/lao-util.el (lao-compose-region): New function.
10994
1b0672c3
GM
109952000-05-02 Gerd Moellmann <gerd@gnu.org>
10996
576da55d
GM
10997 * files.el (recover-session): Make directories as necessary
10998 if they don't exist yet.
10999
399c88ad
SS
11000 * calendar/cal-french.el
11001 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
11002 (french-calendar-special-days-array): Change French text.
11003 (calendar-french-date-string): Change output.
11004 (calendar-goto-french-date): Likewise.
11005
110062000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
11007
11008 * wid-edit.el (widget-default-active): Obey `:always-active'.
11009 (widget-documentation-string-value-create): Set `:always-active'.
11010
4b33deaa
EZ
110112000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
11012
11013 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
11014 default prefix to `~/_emacs.d/auto-save.list/_s'.
11015 (normal-top-level): Create the directory for auto-save files, if
11016 it doesn't already exist (in the ms-dos case only).
11017
5c922ea7
EZ
110182000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
11019
11020 * international/mule-cmds.el (set-language-environment): Don't
11021 concat an integer (dos-codepage), use format instead.
11022
820ad5e7
DL
110232000-05-02 Dave Love <fx@gnu.org>
11024
11025 * help.el (help-xref-on-pp): Check for constant symbols.
11026
57cb56f5
GM
110272000-04-29 Gerd Moellmann <gerd@gnu.org>
11028
11029 * startup.el (normal-top-level): Put a condition-case around
11030 the code loading subdirs.el.
11031
110322000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 11033
57cb56f5
GM
11034 * ps-print.el: Upside-down and face background color printing,
11035 line number step, doc fix.
11036 (ps-print-version): New version number (5.2).
11037 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
11038 (ps-face-attribute-list, ps-plot-with-face): Code fix.
11039 (ps-spool-config): Var fix.
11040 (ps-printer-name-option): Const fix.
11041 (ps-print-upside-down, ps-use-face-background)
11042 (ps-line-number-step): New vars.
11043 (ps-window-system, ps-lp-system): New consts.
11044 (ps-face-background): New fun.
11045
084cec2f
GM
110462000-04-28 Richard Stallman <rms@gnu.org>
11047
11048 * files.el (make-auto-save-file-name):
11049 Apply auto-save-file-name-transforms to visited file name
11050 before generating auto save file name.
11051 (auto-save-file-name-transforms): New variable.
11052
399c88ad 11053 * files.el (backup-enable-predicate):
084cec2f
GM
11054 Correctly test for a file under a temporary directory.
11055
c94f4677
GM
110562000-04-28 Gerd Moellmann <gerd@gnu.org>
11057
11058 * subr.el (add-minor-mode): Rewritten.
11059
7b211df5
KH
110602000-04-28 Kenichi Handa <handa@etl.go.jp>
11061
11062 * mail/sendmail.el (sendmail-send-it): Set
11063 buffer-file-coding-system to the selected coding system for MIME
11064 header.
11065
c76e04a8 110662000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 11067
c76e04a8
GM
11068 * dired.el (dired-move-to-filename-regexp): Allow format where
11069 YYYY is followed by two spaces.
e3e36d74 11070
c76e04a8
GM
11071 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
11072 in the second character class of the regexp.
11073
11074 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
11075 mh-etc, too.
353964e3 11076
c76e04a8
GM
11077 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
11078 nil.
399c88ad 11079
353964e3
GM
11080 * subr.el (add-minor-mode): Use `set' instead of `setq'.
11081
11082 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
11083 argument.
11084
c76e04a8 110852000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 11086
c76e04a8
GM
11087 * emacs-lisp/crm.el (crm-completion-table): New variable.
11088 (crm-collection-fn, crm-test-completion)
11089 (completing-read-multiple): Use it.
11090
110912000-04-27 Dave Love <fx@gnu.org>
11092
11093 * help.el (locate-library): Use mapc.
11094 (help-manyarg-func-alist): Add call-process-region.
11095
7464346d
GM
110962000-04-26 Gerd Moellmann <gerd@gnu.org>
11097
b35bd33d
GM
11098 * subr.el (add-minor-mode): Make argument MAP optional.
11099
7464346d
GM
11100 * desktop.el (desktop-save): Save list of minor modes.
11101 (desktop-create-buffer): Restore minor modes.
11102 (desktop-minor-mode-table): New user-option.
11103
11104 * subr.el (add-minor-mode): New function.
11105
11106 * image.el (find-image): New function.
11107 (defimage): Rewritten to find image at load time.
11108
11109 * startup.el (normal-top-level-add-to-load-path): Handle
11110 case that the default directory is not in load-path.
11111
11112 * help.el: Old patch from Stefan Monnier.
11113 (help-xref-on-pp): New function.
11114 (describe-variable): Use it to display xrefs in a symbol's value.
11115
23c0fb21
SM
111162000-04-26 Stefan Monnier <monnier@cs.yale.edu>
11117
11118 * cus-edit.el (custom-face): Fix parenthesis.
11119
fad95037
KH
111202000-04-26 Kenichi Handa <handa@etl.go.jp>
11121
f03392a1
KH
11122 * mail/rmail.el (rmail-expunge): When there are no deleted
11123 messages, do nothing.
fad95037 11124
0d7c5bb9
DL
111252000-04-26 Dave Love <fx@gnu.org>
11126
11127 * international/mule-cmds.el (locale-translation-file-name):
11128 Defvar to nil.
11129 (set-locale-environment): Set it here (at runtime).
11130
612839b6
GM
111312000-04-25 Gerd Moellmann <gerd@gnu.org>
11132
11133 * replace.el (perform-replace): Add parameters START and END. Use
11134 them instead of the check for a region in Transient Mark mode.
11135 (query-replace-read-args): Return two more list elements for the
11136 start and end of the region in Transient Mark mode.
11137 (query-replace, query-replace-regexp, query-replace-regexp-eval)
11138 (map-query-replace-regexp, replace-string, replace-regexp): Add
11139 optional last arguments START and END and pass them to
11140 perform-replace.
11141
11142 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
11143 form with additional arguments for perform-replace.
11144
11145 * progmodes/etags.el (tags-query-replace): Add parameters START
11146 and END. Construct a form with additional arguments for
11147 perform-replace.
11148
11149 * simple.el (shell-command): Set default directory for "*Shell
11150 Command Output" buffer.
11151
11152 * language/european.el (iso-latin-4): Fix typo.
11153
11154 * emacs-lisp/crm.el: New file.
11155
2917cc05
DL
111562000-04-24 Dave Love <fx@gnu.org>
11157
11158 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
11159 (Custom-reset-saved, Custom-reset-standard)
11160 (custom-group-value-create, custom-group-set, custom-group-save)
11161 (custom-group-reset-current, custom-group-reset-saved)
11162 (custom-group-reset-standard): Use mapc.
11163 (custom-buffer-create-internal): Disable undo when creating items.
11164 Use mapc.
11165 (custom-face): Avoid redundant lambda.
11166
abfcc168
GM
111672000-04-24 Gerd Moellmann <gerd@gnu.org>
11168
11169 * startup.el (auto-save-list-file-prefix): Set default to
11170 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
11171
fa78f71b
SS
111722000-04-24 Sam Steingold <sds@gnu.org>
11173
11174 * time-stamp.el (time-stamp-string-preprocess): Always convert
11175 `field-result' to a string.
11176
cc181e95
GM
111772000-04-24 Gerd Moellmann <gerd@gnu.org>
11178
11179 * frame.el (scrolling): New group.
11180 (automatic-hscrolling): New user-option.
11181
11182 * startup.el (command-line-x-option-alist): Add `-lsp' and
11183 `--line-spacing'.
11184
6142fdcb
DL
111852000-04-19 Dave Love <fx@gnu.org>
11186
11187 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
11188 (cl-mapc): Rename from mapc. Fix the funcall.
11189
5e3dac3f
GM
111902000-04-19 Gerd Moellmann <gerd@gnu.org>
11191
1c459486
GM
11192 * simple.el (clone-indirect-buffer-other-window): New command.
11193 (clone-indirect-buffer): Add optional arg NORECROD.
11194 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
11195
271b4185
GM
11196 * help.el (resize-temp-buffer-window): Use count-screen-lines.
11197
11198 * window.el (count-screen-lines): New function.
11199 (shrink-window-if-larger-than-buffer): Use count-screen-lines
11200 instead of window-buffer-height.
11201
11202 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
11203 non-existing variable comint-input-sentinel.
11204 (inferior-lisp-args-to-list): Removed.
11205 (inferior-lisp): Use split-string instead of
11206 inferior-lisp-args-to-list.
11207
11208 * hexl.el (hexl-insert-hex-string): New command.
11209
5e3dac3f
GM
11210 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
11211 instead of concat.
11212
f6d3257b
GM
112132000-04-18 Gerd Moellmann <gerd@gnu.org>
11214
11215 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
11216 at the start of an existing but empty folder.
11217
112182000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11219
11220 * ps-mule.el: Customization fix, doc fix.
11221 (ps-multibyte-buffer): Customization fix.
11222
8b7bc628 112232000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
11224
11225 * subr.el (read-passwd): Use read-char-exclusive.
11226
0daee095
GM
112272000-04-17 Gerd Moellmann <gerd@gnu.org>
11228
11229 * textmodes/texinfo.el (texinfo-insert-@email)
11230 (texinfo-insert-@emph, texinfo-insert-@quotation)
11231 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
11232 (texinfo-mode-map): Add key bindings for them.
11233
11234 * files.el (basic-save-buffer-2): Use a template with `$'
11235 instead of `#' for VMS.
11236
11237 * simple.el (clone-indirect-buffer): New function.
11238
e10f64e7
GM
112392000-04-16 Stephen Eglen <stephen@gnu.org>
11240
11241 * iswitchb.el (iswitchb-case): New function. If the user input
11242 contains any upper-case characters, the search is made
11243 case-sensitive.
11244
e3721db1
SM
112452000-04-17 Stefan Monnier <monnier@cs.yale.edu>
11246
e10f64e7
GM
11247 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
11248 comment-end.
e3721db1
SM
11249 (texinfo-font-lock-syntactic-keywords): New var.
11250 (texinfo-font-lock-keywords): Remove comment regexp.
11251 (texinfo-insert-block): New function.
11252 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
11253 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
11254 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 11255 (texinfo-environments): New var.
e10f64e7
GM
11256 (texinfo-environment-regexp): Use regexp-opt and
11257 texinfo-environments.
e3721db1 11258
e10f64e7
GM
11259 * textmodes/ispell.el (ispell-menu-map-needed): Check that
11260 ispell-process is bound since this might be eval'd before ispell
11261 is loaded.
11262 (ispell-message): Use a tiny bit less magic and a bit more hard
11263 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
11264
11265 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
11266
11267 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
11268 (insert-cyclic-diary-entry): Unquote the lambda.
11269
11270 * gud.el (gud-jdb-build-source-files-list): Fix typo.
11271
11272 * files.el (backup-enable-predicate): Unquote the lambda.
11273
11274 * cus-edit.el (custom-face, face): Unquote the lambda.
11275
712dc9e0
GM
112762000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11277
11278 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 11279
712dc9e0
GM
11280 * ps-print.el: Fix counting lines in a region.
11281 (ps-print-version): New version number (5.1.5).
11282 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
11283 (ps-printing-region): Fun code fix.
11284
ffc50f2a
GM
112852000-04-15 Gerd Moellmann <gerd@gnu.org>
11286
11287 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
11288 to file-directory-p.
11289
a2522dca
GM
112902000-04-14 Gerd Moellmann <gerd@gnu.org>
11291
11292 * gud.el (gud-jdb-build-source-files-list): Check that directory
11293 exists before calling directory-files.
11294
6e883610
DL
112952000-04-13 Dave Love <fx@gnu.org>
11296
11297 * emacs-lisp/trace.el: Change maintainer. Use new backquote
11298 syntax.
11299
11300 * emacs-lisp/cl-specs.el: Remove when, unless.
11301
11302 * emacs-lisp/cl-extra.el: Don't quote keywords.
11303 (cl-old-mapc): New variable.
11304 (mapc): Use it.
11305 (cl-map-intervals): Use with-current-buffer. Don't check for
11306 next-property-change.
11307 (cl-map-overlays): Use with-current-buffer.
11308 (cl-expt): Remove.
11309 (copy-tree, remprop): Define unconditionally.
11310
11311 * emacs-lisp/cl-compat.el (keywordp): Remove.
11312
11313 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
11314 to use keywordp.
11315 (edebug-spec): Enable keywordp.
11316
11317 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
11318 string-lessp.
11319
11320 * cus-start.el: Use keywordp.
11321
198e3c7a
GM
113222000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11323
11324 * diary-lib.el (include-other-diary-files): Fix the fix of
11325 2000-02-18 by doing a save-excursion.
11326
113272000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11328
11329 * ps-print.el: Customization fix, doc fix.
11330 (ps-print-version): New version number (5.1.4).
11331 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
11332 (ps-print-preprint): Adjust code.
11333 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
11334 (ps-print-prologue-header, ps-print-control-characters)
11335 (ps-spool-config): Customization fix.
fa78f71b 11336
8eba343c
EZ
113372000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
11338
11339 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
11340 converted to the new menu-item format, names silightly changed,
11341 help strings added.
11342
11343 Support for spelling without async subprocesses:
11344
11345 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
11346 (ispell-session-buffer): New variables.
11347 (ispell-start-process, ispell-process-status,
11348 ispell-accept-output, ispell-send-string): New functions, for
11349 Ispell invocation when async subprocesses aren't supported.
11350 (ispell-word, ispell-pdict-save, ispell-command-loop,
11351 ispell-process-line, ispell-buffer-local-parsing): Replace calls
11352 to process-send-string with calls to ispell-send-string, and
11353 accept-process-output with ispell-accept-output.
11354 (ispell-init-process): Call ispell-process-status instead of
11355 process-status with.
11356 (ispell-init-process): Call ispell-start-process. Call
11357 ispell-accept-output and ispell-send-string. Don't call
11358 process-kill-without-query and kill-process if they are unbound.
11359 (ispell-async-processp): New function.
11360
3d30065d
DL
113612000-04-12 Dave Love <fx@gnu.org>
11362
11363 * info.el: Add debug-ignored-errors.
11364 (Info-mode-menu): Add some items.
11365 (Info-directory): Add autoload cookie.
11366
11367 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
11368 Modify `truncate-lines'. Make `describe-language-environment'
11369 always visible and add help. Modify `describe-key' help. Invoke
11370 Info-directory from `info'. New entry `emacs-manual'.
11371
1a1b1895
GM
113722000-04-10 Gerd Moellmann <gerd@gnu.org>
11373
8b2affc5
GM
11374 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
11375 propertized-buffer-identification.
11376 (ebrowse-update-member-buffer-mode-line): Likewise.
11377 (ebrowse--mode-strings): Removed.
11378 (ebrowse--mode-line-props): Removed.
11379
1a1b1895
GM
11380 * files.el (auto-mode-alist): Add `EBROWSE'.
11381
11382 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
11383 space before testing for end of buffer.
11384 (ebrowse-load): Removed.
11385 (ebrowse-revert-tree-buffer-from-file): Rewritten.
11386 (ebrowse-create-tree-buffer): Rewritten.
11387 (ebrowse-tree-mode): Read tree from buffer.
11388
11389 * progmodes/ebrowse-ffh.el: Removed.
11390
223f3c91
KH
113912000-04-10 Kenichi Handa <handa@etl.go.jp>
11392
11393 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
11394
25fbf2c4
GM
113952000-04-10 Gerd Moellmann <gerd@gnu.org>
11396
11397 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
11398 at the wrong place.
11399
92c13173
DL
114002000-04-09 Dave Love <fx@gnu.org>
11401
11402 * files.el (backup-enable-predicate): Use
11403 temporary-file-directory, small-temporary-file-directory.
11404 (make-backup-file-name-function, backup-directory-alist): New
11405 variables.
11406 (make-backup-file-name-1): New function.
11407 (make-backup-file-name): Use it.
11408 (find-backup-file-name): Likewise. Use format for clarity, not
11409 concat.
11410 (file-newest-backup): Use make-backup-file-name.
11411
be0dbdab
GM
114122000-04-09 Gerd Moellmann <gerd@gnu.org>
11413
c45be9ac 11414 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 11415
c45be9ac
GM
11416 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
11417 to ebrowse-ffh.el.
11418 (ebrowse-load): Add autoload.
11419
11420 * finder.el (finder-commentary): Add autoload cookie.
11421
be0dbdab
GM
11422 * mail/rfc2368.el: Correct author's email address.
11423
11424 * progmodes/ebrowse.el: New file.
11425
11426 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
11427 item help string.
11428 (easy-menu-do-add-item): Ditto.
11429 (easy-menu-define): Extend doc string.
11430
11431 * jit-lock.el (with-buffer-unmodified): Use
11432 restore-buffer-modified-p.
11433 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
11434 (jit-lock-function, jit-lock-stealth-fontify): Don't use
11435 with-buffer-unmodified.
11436
3f923efe
DL
114372000-04-08 Dave Love <fx@gnu.org>
11438
11439 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
11440 unless, when.
11441
d35bee0e
MK
114422000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
11443
11444 * viper-util.el (viper-put-on-search-overlay): New subroutine.
11445 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 11446 doesn't support face.
d35bee0e 11447 Use `viper-put-on-search-overlay'.
fa78f71b 11448
c407c570
GM
114492000-04-04 Gerd Moellmann <gerd@gnu.org>
11450
11451 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
11452 like C-r.
11453
11454 * progmodes/make-mode.el: Some doc fixes.
11455 (makefile-mode-abbrev-table): New variable.
11456 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
11457 (makefile-font-lock-keywords): Fontify includes and conditionals.
11458 (toplevel): Require `dabbrev' and `add-log' when compiling.
11459
11460 * replace.el (perform-replace): Don't move forward one char
11461 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
11462 to do that because it leaves point 1 position after the last
11463 replacement, after everything has been replaced.
11464
11465 * jit-lock.el (with-buffer-unmodified): New macro.
11466 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
11467 modified state.
11468 (jit-lock-function-1): Extracted from jit-lock-function; not
11469 preserving buffer's modified state.
11470 (jit-lock-function, jit-lock-stealth-fontify): Call
11471 jit-lock-function-1.
11472
11473 * mail/rfc2368.el: Remove supernumerary copyright line.
11474
685e5ed2
GM
114752000-04-04 Milan Zamazal <pdm@freesoft.cz>
11476
11477 * glasses.el: Provide facilities for inserting space before left
11478 parentheses and uncapitalization of identifiers.
11479 (glasses-mode): Try to remove old overlays in all cases.
11480
0166aed1
GM
114812000-04-03 Gerd Moellmann <gerd@gnu.org>
11482
62f20204
GM
11483 * progmodes/compile.el (compile-internal): Display the compilation
11484 buffer in a different frame, if it's already displayed there.
11485
6460c400
GM
11486 * mail/rfc2368.el: New file.
11487
c0510d27
GM
11488 * simple.el (sendmail-user-agent-compose): Recognize a `body'
11489 header and insert its value as mail body.
11490
11491 * subr.el (member-ignore-case): New function.
11492
11493 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
11494 (dabbrev--find-expansion): Ignore buffers matching a regexp
11495 from dabbrev-ignored-regexps.
11496
0166aed1
GM
11497 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
11498 to extensions handled by gzip.
11499
c0510d27
GM
115002000-04-03 Richard M. Stallman <rms@gnu.org>
11501
11502 * files.el (insert-directory): List the total free space
11503 along with the used space.
fa78f71b 11504
c0510d27
GM
11505 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
11506 line is followed by one that matches CITATION-REGEXP, end the
11507 paragraph.
11508
115092000-04-03 Markus Rost <rost@delysid.gnu.org>
11510
11511 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
11512 (rmail-make-basic-summary-line): Use that option.
fa78f71b 11513
14c04384
KH
115142000-04-03 Kenichi Handa <handa@etl.go.jp>
11515
11516 * international/mule-cmds.el (encoded-string-description):
11517 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
11518 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
11519 for hexadecimal format.
14c04384 11520
ccf5869a
DL
115212000-04-01 Dave Love <fx@gnu.org>
11522
11523 * cpp.el: Change customization group to `c' from `C'.
11524
11525 * vcursor.el (vcursor-move): Use display-color-p.
11526
11527 * international/mule-util.el: Provide mule-utils.
11528 (string-to-sequence): Simplify and speed up.
11529
11530 * international/mule.el (make-coding-system): Purecopy doc-string.
11531
11532 * international/mule-cmds.el: Various menu changes.
11533 (describe-specified-language-support): Handle `Default'.
11534 (set-language-info): Purecopy `info'.
11535
610d841e
GM
115362000-03-31 Andrew Innes <andrewi@gnu.org>
11537
11538 * vc.el (vc-backend-diff): Return the correct status if we had to
11539 retry the rcsdiff command without the --brief option.
fa78f71b 11540
7f9de034
DL
115412000-03-31 Dave Love <fx@gnu.org>
11542
2de47765
DL
11543 * help.el (help-manyarg-func-alist): Correct several omissions.
11544
72838819
DL
11545 * add-log.el: Don't require cl, fortran.
11546 (add-log-current-defun-function): Doc fix.
11547 (change-log-version-number-regexp-list): Remove SCCS part. Doc
11548 fix.
11549 (change-log-version-rcs): Function deleted.
11550 (change-log-version-number-search): Doc fix. Use
11551 vc-workfile-version. Avoid CL dolist.
11552 (add-change-log-entry): Just call add-log-current-defun to get
11553 defun. Simplify somewhat.
11554 (change-log-get-method-definition-1): Likewise.
11555 (add-log-current-defun): Return nil if calling
11556 add-log-current-defun-function does so. Move Fortran stuff to
11557 fortran.el. Return string without properties.
11558
7f9de034
DL
11559 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
11560 and :alpha: char classes.
11561
11562 * mail/supercite.el: Defvar curline when compiling.
11563 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
11564 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
11565 rather than a-zA-Z0-9 to allow non-ASCII characters.
11566
aa110c0c
GM
115672000-03-31 Gerd Moellmann <gerd@gnu.org>
11568
11569 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
11570
11571 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11572 Re-enable new code.
11573
11574 * lpr.el (print-region-1): Use -d to specify printer name for
11575 systems `usg-unix-v*, `dgux', `hpux', `irix'.
11576
115772000-03-31 Dave Love <fx@gnu.org>
fa78f71b 11578
aa110c0c
GM
11579 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
11580 for function definition in symbol's function value slot first
11581 instead of first consulting byte-compile-function-environment.
fa78f71b 11582
6733d074
KH
115832000-03-31 Kenichi Handa <handa@etl.go.jp>
11584
11585 * language/european.el ("Polish"): New language environment.
11586 (setup-polish-environment): New function.
11587
63fcfa04
GM
115882000-03-30 Gerd Moellmann <gerd@gnu.org>
11589
11590 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11591 Disable new code.
11592
11593 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
11594 trying to `load' the symbol of an autoload instead of the file
11595 recorded in the autoload. Fix error messages.
11596
7438c86b
GM
115972000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11598
11599 * ps-print.el: PostScript programming fix for ghostview, doc fix.
11600 (ps-print-version): New version number (5.1.3).
11601 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
11602 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
11603 (ps-generate-postscript-with-faces): Code fix.
11604 (ps-color-values): XEmacs compatibility.
11605 (ps-print-background-image, ps-print-background-text, ps-printer-name)
11606 (ps-default-fg, ps-default-bg): Adjust customization.
11607 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
11608 (ps-color-scale): Renaming old ps-color-value fun.
11609 (ps-print-headers): Replace ps-print-header group to avoid conflict
11610 with ps-print-header variable.
11611 (ps-print-miscellany): New group.
11612 (ps-format-color, ps-rgb-color): New funs.
11613 (ps-default-foreground): New var.
11614 (ps-printer-name-option): New const.
fa78f71b 11615
326855a0
PB
116162000-03-30 Peter Breton <pbreton@ne.mediaone.net>
11617
1f56ba73
PB
11618 * net/net-utils.el:
11619 (network-connection-host, network-connection-service): New variables
11620 (network-connection-mode): New mode, derived from comint-mode
11621 (network-connection-mode-setup): New function, saves host and
fa78f71b 11622 service information in local variables.
1f56ba73 11623
326855a0
PB
11624 * lisp/locate.el:
11625 (locate-word-at-point): Added this function
11626 (locate): Default to using locate-word-at-point as input
11627 Run dired-mode-hook
11628
141384bd
DL
116292000-03-29 Dave Love <fx@gnu.org>
11630
11631 * calendar/appt.el: Doc fixes.
11632 (appt-check): Convert min-to-app to a string before passing to
11633 appt-disp-window-function or concat.
11634 (appt-delete-window): Remove test for frame-root-window.
11635 (appt-select-lowest-window, appt-convert-time): Simplify.
11636
11637 * emacs-lisp/bytecomp.el: Doc fixes.
11638 (byte-compile-file-form-autoload): Update
11639 byte-compile-function-environment.
11640
c5aa0fc2
AS
116412000-03-29 Andreas Schwab <schwab@suse.de>
11642
11643 * emacs-lisp/autoload.el: Also print defsubst doc string
11644 specially.
11645
11646 * dired.el (dired-insert-directory): If dired-free-space-program
11647 failed just delete its output.
11648
f1d6fe69
DL
116492000-03-29 Dave Love <fx@gnu.org>
11650
11651 * international/iso-cvt.el: Move provide to end. Doc fixes.
11652 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
11653 (iso-iso2sgml, iso-sgml2iso): New functions.
11654 (iso-cvt-define-menu): Fix some entries and use backquote for
11655 clarity.
11656
11657 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
11658
b61f1215
GM
116592000-03-28 Gerd Moellmann <gerd@gnu.org>
11660
11661 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
11662 ISO-DATE. If non-nil, return date in ISO 8601 format.
11663
ea4b0ca3
SM
116642000-03-26 Stefan Monnier <monnier@cs.yale.edu>
11665
3831af62
SM
11666 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
11667 if it ever becomes used.
11668 (log-edit-mode-hook): Default to vc-log-mode-hook.
11669 (log-edit-mode): Fix the docstring.
11670
ea4b0ca3
SM
11671 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
11672 the code.
11673
08f8b1cc
DL
116742000-03-26 Dave Love <fx@gnu.org>
11675
082527fe
DL
11676 * net/browse-url.el (browse-url): Re-fix case of
11677 browse-url-browser-function being an alist.
11678 (browse-url): Add :link to defgroup.
11679
08f8b1cc
DL
11680 * files.el: Doc fixes.
11681 (file-truename): Include `[' in wildcard characters.
11682 (automount-dir-prefix): Customize.
11683 (find-file-wildcards): Add :version.
11684 (find-file-noselect): Simplify a mapcar call.
11685
11686 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
11687 compatible with inf-lisp version.
11688 (eval-defun-1): Fix custom-declare-variable case.
11689
ea4b0ca3
SM
116902000-03-25 Stefan Monnier <monnier@cs.yale.edu>
11691
11692 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
11693
9a0dd3dc
GM
116942000-03-24 Gerd Moellmann <gerd@gnu.org>
11695
b68c375f
GM
11696 * Makefile (COMPILE_FIRST): New macro.
11697 (compile-files): Compile files from COMPILE_FIRST first.
11698
11699 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
11700 code.
11701
9a0dd3dc
GM
11702 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
11703 matching open parenthesis in column 0 to defun-prompt-regexp
11704 only if open-paren-in-column-0-is-defun-start is set.
11705
11706 * sun-curs.el: Require CL at compile-time only.
11707
11708 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
11709 instead of copy-list which is a function from CL.
11710 (msb--choose-menu, msb--mode-menu-cond)
11711 (msb--create-buffer-menu-2): Use dolist instead of mapc.
11712 (msb--init-file-alist): Use mapcar instead of mapcan.
11713 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
11714 `(' in column 0 in doc string.
11715 (msb--add-separators): Use mapcar instead of mapcan.
11716
11717 * cus-dep.el: Require CL at compile-time only.
11718
c7dcadb5
SM
117192000-03-24 Stefan Monnier <monnier@cs.yale.edu>
11720
11721 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11722 (byte-compile-warnings): New warning `noruntime'.
11723 (byte-compile-constants, byte-compile-variables): Fix docstring.
11724 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
11725 execute `eval-whenc-compile's body.
11726 (byte-compile-unresolved-functions): Fix docstring.
11727 (byte-compile-eval): New function.
11728 (byte-compile-callargs-warn): Check if the function will be available
11729 at runtime (via property `byte-compile-noruntime').
11730 (byte-compile-print-syms): New function.
11731 (byte-compile-warn-about-unresolved-functions): Also warn about
11732 `noruntime' functions (and use `byte-compile-print-syms').
11733 (byte-compile-file): Capitalize the message.
11734
3b55acc9
GM
117352000-03-24 Gerd Moellmann <gerd@gnu.org>
11736
11737 * mail/rmail.el (rmail-confirm-expunge): New user-option.
11738 (rmail-expunge): Ask for confirmation depending on the setting
11739 of rmail-confirm-expunge.
11740
117412000-03-23 Gerd Moellmann <gerd@gnu.org>
11742
11743 * Makefile (bootstrap-clean): If $(emacs) exists, build
11744 loaddefs.el first. A loaddefs.el that's not up-to-date might
11745 cause a bootstrap failure because things don't autoload as
11746 expected.
11747
02c76af4
DL
117482000-03-23 Dave Love <fx@gnu.org>
11749
11750 * net/browse-url.el: Restore previous use of
11751 browse-url-maybe-new-window.
11752
1a3199d9
GM
117532000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11754
11755 * ps-print.el: Skip banner page fix.
11756 (ps-print-version): New version number (5.1.2).
11757 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 11758
1a3199d9
GM
117592000-03-23 Dave Pearson <davep@davep.org>
11760
11761 * net/quickurl.el Changed the type of parameter passed to the
11762 function defined by `quickurl-format-function'. Before only the
11763 text of the URL was passed. Now the whole URL structure is passed
11764 and the function is responsible for extracting the parts it
11765 requires. Changed the default of `quickurl-format-function'
11766 accordingly.
11767 (quickurl-insert): Changed the `funcall' of
11768 `quickurl-format-function' to match the above change.
11769 (quickurl-list-insert): Changed the `url' case so that it makes
11770 use of `quickurl-format-function', previous to this the format was
11771 hard wired.
fa78f71b 11772
72db3ab5
GM
117732000-03-22 Gerd Moellmann <gerd@gnu.org>
11774
11775 * startup.el: Change some spellings for the X Window System.
11776
68049bfa
SM
117772000-03-22 Stefan Monnier <monnier@cs.yale.edu>
11778
11779 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
11780 up the code and the regexp and make sure the cursor is temporarily
11781 moved to the suspicious line while querying the user.
11782
ff4df011
JR
117832000-03-22 Jason Rumney <jasonr@gnu.org>
11784
11785 * w32-fns.el (w32-charset-info-alist): Initialize.
11786
ee1c5b21
GM
117872000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11788
11789 * ps-print.el: N-up last page fix.
11790 (ps-print-version): New version number (5.1.1).
11791 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 11792
d2cbfba0
SM
117932000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11794
bfb857d8
SM
11795 * files.el (find-file-run-dired): Update docstring.
11796 (find-directory-functions): New hook.
11797 (find-file-noselect): Run find-directory-functions rather than
11798 calling dired directly.
11799
11800 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
11801
cb3430a1
SM
11802 * pcvs.el: Add a minimal leading commentary.
11803 (cvs-make-cvs-buffer): Change the header part by removing the startup
11804 message and adding a `Module' entry. Also replace the FOOTER and
11805 HEADER special fileinfos with the new support in ewoc for updating
11806 its own footer and header.
11807 (cvs-update-header): Update to use the header/footer of the ewoc.
11808 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
11809 (cvs-is-within-p): New function.
11810 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
11811 to only examine some subset of the buffers.
11812
11813 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
11814 `format' instead of our own ad-hoc functions.
11815 Remove HEADER and FOOTER cases, now handled in the EWOC.
11816 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
11817
11818 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
11819 output to avoid scaring the user.
11820 (cvs-parse-table): Catch message for non-up-to-date commits.
11821
11822 * pcvs-defs.el (cvs-startup-message): Remove.
11823 (cvs-global-menu): New autoloaded menu.
11824
11825 * pcvs-util.el (cvs-string-fill): Remove.
11826
11827 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
11828 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
11829 PP part of it and also make it work for footers and headers.
11830 (ewoc-create): Drop POS and BUFFER arguments.
11831 Use the DLL's dummy node to store the end-of-footer position.
11832 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
11833 (ewoc-refresh): Remove unused `header' variable.
11834 (ewoc-(get|set)-hf): New functions.
11835
d2cbfba0
SM
11836 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
11837 log-view-*-(message|file) and use easy-mmode-define-navigation.
11838 (log-view-message-re): Match SCCS format as well.
11839 And match the revision line rather than the dashed separator line.
11840 (log-view-mode): Use the new define-derived-mode.
11841 (log-view-current-tag): Fill in with an actual implementation.
11842
11843 * cvs-status.el (cvs-status-(prev|next)): Rename from
11844 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
11845 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
11846 to let the output "breathe" a little more (more readable).
11847 (cvs-status-mode): Use the new define-derived-mode.
11848
11849 * smerge-mode.el (smerge-auto-leave): New function and variable.
11850 (smerge-basic-map): Rename from smerge-basic-keymap.
11851 Change the bindings for smerge-diff-*.
11852 (smerge-*-map): Use easy-mmode-defmap.
11853 (smerge-(next|prev)): Use easy-mmode-define-navigation.
11854 (smerge-keep-*): Use smerge-auto-leave.
11855
51663132
JR
118562000-03-21 Jason Rumney <jasonr@gnu.org>
11857
11858 * cus-edit.el (custom-button-face): Use 3D look for w32.
11859 (custom-button-pressed-face): Likewise.
11860
3f6e4b8b
GM
118612000-03-21 Gerd Moellmann <gerd@gnu.org>
11862
11863 * progmodes/etags.el (tags-case-fold-search): New user-option.
11864 (tags-loop-eval): New function. Bind case-fold-search around eval
11865 depending on the value of tags-case-fold-search.
11866 (tags-loop-continue): Use tags-loop-eval.
11867 (find-tag-in-order): Bind case-fold-search depending on the value
11868 of tags-case-fold-search.
11869
c7ea3acc
SM
118702000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11871
0ae39f53
SM
11872 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
11873 (diff-end-of-hunk): Return the end position for use in
11874 `easy-mmode-define-navigation'.
11875 (diff-recenter): Remove.
11876 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
11877 of `easy-mmode-define-navigation'.
11878 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
11879 previous renaming) and fix to use new names.
11880 (diff-merge-strings): Use \n as separator: simpler, faster.
11881 (diff-mode): Use `define-derived-mode'.
11882
c7ea3acc
SM
11883 * derived.el (define-derived-mode): Don't autoload anymore.
11884 Prefer the macro-only version provided by easy-mmode.el.
11885
11886 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
11887 `easy-mmode-define-derived-mode'.
11888 Use `combine-run-hooks'.
11889 (easy-mmode-define-navigation): New macro.
11890
11891 * subr.el (combine-run-hooks): New function.
11892
6c4bfdc0
KH
118932000-03-21 Kenichi HANDA <handa@etl.go.jp>
11894
11895 * term/x-win.el: Fontsets related initialization is simplified.
11896
11897 * international/mule-diag.el (describe-font): Don't refer to
11898 global-fontset-alist, instead call font-list.
11899 (describe-fontset, list-fontsets, mule-diag): Likewise.
11900 (print-fontset): Adjusted for the change of fontset
11901 implementation.
11902
11903 * international/fontset.el (x-charset-registries): Variable
11904 removed, instead the corresponding data is stored in the default
11905 fontset.
11906 (register-alternate-fontnames): Function removed.
11907 (resolved-ascii-font): Variable removed.
11908 (x-compose-font-name): Ignore the second argument REDOCE.
11909 (x-complement-fontset-spec): Complement only an ASCII font and
11910 element for those charsets than can use that ASCII font.
11911 (generate-fontset-menu): Don't refer to global-fontset-alist,
11912 instead call fontset-list.
11913 (uninstantiated-fontset-alist): Variable removed.
11914 (x-style-funcs-alist): Likewise.
11915 (fontset-default-styles): Likewise.
11916 (x-modify-font-name): Function removed.
11917 (create-fontset-from-fontset-spec): Ignore the argument
11918 STYLE-VARIANT.
11919 (create-fontset-from-ascii-font): Docsting adjusted for the above
11920 change.
11921 (instantiate-fontset, resolve-fontset-name): Functions removed.
11922 (fontset-list): Now implemented by C code.
fa78f71b 11923
6c4bfdc0
KH
11924 * faces.el (read-face-font): Fix TABLE arg to completing-read.
11925 (describe-face): Include `font' attribute in the description.
11926
9111d4b5
KH
119272000-03-21 Kenichi Handa <handa@etl.go.jp>
11928
11929 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
11930
b33dd3b0
GM
119312000-03-20 Gerd Moellmann <gerd@gnu.org>
11932
a25bbe00
GM
11933 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
11934 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
11935 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 11936
b33dd3b0
GM
11937 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
11938 about behavior of set-buffer-modified-p wrt redisplay.
11939
8b7bc628 119402000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
11941
11942 * view.el (view-mode-disable): Kill local binding of view-read-only.
11943
d7b511c4
GM
119442000-03-18 Gerd Moellmann <gerd@gnu.org>
11945
11946 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
11947 is a string, convert it to a syntax cell using string-to-syntax.
11948
11949 * simple.el (syntax-code-table, syntax-flag-table): New variables.
11950 (string-to-syntax): New function.
11951
11952 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
11953 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 11954 try to use passive ftp mode.
d7b511c4 11955
998ecc60
GM
119562000-03-17 Gerd Moellmann <gerd@gnu.org>
11957
b33dd3b0 11958 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
11959
11960 * simple.el (append-to-buffer): Update point of windows after
11961 insertion.
11962
11963 * abbrev.el (inverse-add-abbrev): Identify word by first moving
11964 forward then moving backward. Reindent.
11965
11966 * frame.el (other-frame): Call x-focus-frame only if
11967 focus-follows-mouse is off.
11968
235d6821
DL
119692000-03-17 Dave Love <fx@gnu.org>
11970
11971 * pcvs-util.el (cvs-strings->string): Rename
11972 replace-regexps-in-string.
11973
a29a2cd1
SM
119742000-03-17 Stefan Monnier <monnier@cs.yale.edu>
11975
af595444
SM
11976 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
11977 regexp for labels cannot span several lines.
11978
11979 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 11980 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 11981
a9be2843
DL
119822000-03-16 Dave Love <fx@gnu.org>
11983
11984 * progmodes/f90.el (f90): Put custom group under `languages', not
11985 `fortran'.
11986 (f90-mode-hook): Customize.
11987 (f90-mode): Set add-log-current-defun-function.
11988 (f90-current-defun): New function.
11989
d0ab3e9d
GM
119902000-03-16 Gerd Moellmann <gerd@gnu.org>
11991
16b20ed9
GM
11992 * cus-edit.el (custom-variable-tag-face): Handle case that
11993 default face's height is not a number.
11994 (custom-face-tag-face, custom-group-tag-face-1)
11995 (custom-group-tag-face): Ditto.
11996 (custom-group-tag-face-1): Add :group.
fa78f71b 11997
d0ab3e9d
GM
11998 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
11999
ae8ab422
GM
120002000-03-15 Gerd Moellmann <gerd@gnu.org>
12001
12002 * pcvs-defs.el (toplevel): Remove autoload cookie for form
12003 requiring easymenu.
12004
81c7ca69
GM
120052000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12006
12007 * ps-print.el: PostScript user-defined prologue, PostScript error
12008 handler, doc fix.
12009 (ps-print-version): New version number (5.1).
12010 (ps-user-defined-prologue, ps-error-handler-message)
12011 (ps-print-prologue-0, ps-error-handler-alist): New vars.
12012 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
12013 (ps-insert-string): New function.
fa78f71b 12014
dcf1003d
KH
120152000-03-15 Kenichi Handa <handa@etl.go.jp>
12016
12017 * international/ccl.el (ccl-compile-expression): Don't generate
12018 invalid self-assignment code.
12019
73825616
DL
120202000-03-14 Dave Love <fx@gnu.org>
12021
12022 * subr.el (replace-regexp-in-string): Renamed from
12023 replace-regexps-in-string. Doc fix.
12024
031020ac
DL
120252000-03-12 Dave Love <fx@gnu.org>
12026
12027 * cus-edit.el: Doc fixes.
12028 (customize-set-variable, customize-save-variable): Rename args for
12029 doc.
12030 (custom-variable-tag-face, custom-face-tag-face)
12031 (custom-group-tag-face-1, custom-group-tag-face): Modify from
12032 style which user identify as hyperlink.
12033 (hook): Don't add undefined functions to the hook.
12034 (debug-ignored-errors): Transfer message from bindings.el.
12035
9b2f3c38
GM
120362000-03-12 Gerd Moellmann <gerd@gnu.org>
12037
12038 * recentf.el (recentf-keep-non-readable-files-p): Remove
12039 double/nested definition.
12040
0d6e23cf
DL
120412000-03-12 Dave Love <fx@gnu.org>
12042
12043 * facemenu.el (facemenu-get-face): Use display-color-p.
12044 * enriched.el (enriched-decode-foreground): Likewise.
12045 (enriched-decode-background): Likewise.
12046 * isearch.el (isearch-highlight): Likewise.
12047 * info-look.el (info-lookup): Likewise.
12048 * simple.el (completion-setup-function): Likewise.
12049
12050 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
12051 :options.
12052
12053 * bindings.el (mode-line-format): Fix line-number and
12054 column-number items. Add help-echo for the background.
12055 (mode-line-mule-info): Modify help-echo.
12056
1598a961 12057 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
0d6e23cf
DL
12058
12059 * files.el (load-file): Allow completion to .elc.
12060
12061 * man.el: Doc fixes.
12062 (Man-init-defvars): Use display-color-p to set fontification.
12063
12064 * play/hanoi.el (hanoi-internal): Don't use oddp.
12065
e1cff360
GM
120662000-03-12 Gerd Moellmann <gerd@gnu.org>
12067
12068 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
12069
12070 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
12071
5e5dff44
GM
120722000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
12073
12074 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
12075 Fix comment.
12076
5b467bf4
SM
120772000-03-10 Stefan Monnier <monnier@cs.yale.edu>
12078
83fef604
SM
12079 * font-lock.el (font-lock-keywords): Fix the doc now that
12080 regexp-opt-depth is unnecessary.
12081 (save-buffer-state): Set an edebug spec.
12082 (font-lock-fontify-anchored-keywords): Properly handle the case when
12083 the matcher goes past the limit.
12084
5b467bf4
SM
12085 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
12086 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
12087
83fef604
SM
12088 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
12089 dll.el and cookie.el (from Elib) with heavy renaming and other
12090 massaging.
5b467bf4
SM
12091
12092 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
12093 Autoload the functions used.
12094 (easy-mmode-define-syntax): Fix CL typo.
12095 (easy-mmode-define-derived-mode): Improve the docstring generation.
12096
d407456c
GM
120972000-03-10 Gerd Moellmann <gerd@gnu.org>
12098
12099 * textmodes/texinfo.el (texinfo-version): Variable and function
12100 removed.
12101
5a7a545c
SM
121022000-03-09 Stefan Monnier <monnier@cs.yale.edu>
12103
0d6e23cf
DL
12104 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
12105 allow more flexibility.
12106 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
12107 fns.
12108 (easy-mmode-defmap, easy-mmode-defsyntax)
12109 (easy-mmode-define-derived-mode): New macros.
5a7a545c 12110
d407456c 121112000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
12112
12113 * rect.el (replace-rectangle): New function.
12114
121152000-03-09 Dave Love <fx@gnu.org>
12116
12117 * progmodes/fortran.el (fortran-comment-line-start): Define as
12118 "C".
12119 (fortran-comment-line-start-skip): Don't match cpp stuff.
12120 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
12121 (fortran-mode-map): Remove over-eager custom-menu-create for now.
12122 (fortran-mode): Don't set fortran-comment-line-start-skip,
12123 fortran-comment-line-start here. Set comment-start,
12124 add-log-current-defun.
12125 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
12126 (fortran-current-defun): New function.
12127
80460654
GM
121282000-03-09 Gerd Moellmann <gerd@gnu.org>
12129
d1221ea9
GM
12130 * emacs-lisp/re-builder.el: New file.
12131
1853aa6b
GM
12132 * mouse.el (mouse-drag-region): Don't run up-event handler
12133 if hscroll has changed.
12134
80460654
GM
12135 * octave-mod.el (octave-font-lock-keywords): To font-lock the
12136 builtin operators, use `font-lock-builtin-face' for Emacs and
12137 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
12138
12139 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
12140 `(defun (setf foo)' differently.
12141
c0056275
SM
121422000-03-08 Stefan Monnier <monnier@cs.yale.edu>
12143
12144 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
12145 (regexp-opt): Update comment and adapt the code the new meaning of
12146 the `paren' argument of regex-opt-group for shy-groups.
12147 (regexp-opt-depth): Handle shy groups as well as backslashed
12148 backslashes.
c0056275
SM
12149 (regexp-opt-group): Turn the leading comment into a docstring.
12150 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
12151 Remove open-presuf and close-presuf. Instead of checking for `all
12152 one-char' and then later on check for `several one-char', handle
12153 both cases close together. Also apply a more generic algorithm
12154 for suffixes (the mirror image of the algorithm used for
12155 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
12156 (regexp-opt-try-suffix): Removed.
12157
12158 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
12159 from comint-mode-map, so we can just inherit from it. Also, move
12160 the initialization into the `defvar' since there's no docstring
12161 anyway and it's fairly short.
12162 (inferior-scheme-mode): Define it as derived-mode: the code is
12163 shorter and this way we inherit from comint-mode-map rather than
12164 copying it.
c0056275 12165
80460654
GM
12166 * subr.el (replace-regexps-in-string): Properly handle the case
12167 where we match an empty string.
c0056275 12168
80460654
GM
12169 * comint.el (comint-exec-1): Add the current-dir to the exec-path
12170 when the command has a directory component (such as "./testml").
c0056275
SM
12171 Also fix a typo in the comment.
12172
5e91ff9e
GM
121732000-03-08 Gerd Moellmann <gerd@gnu.org>
12174
feab4fba
GM
12175 * Makefile (compile-files): Compile files one by one because
12176 that's the only way to ensure a clean compilation environment for
12177 each individual file.
12178
5e91ff9e
GM
12179 * frame.el (other-frame): Call x-focus-frame.
12180
76162e12
DL
121812000-03-07 Dave Love <fx@gnu.org>
12182
f64ce788
DL
12183 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
12184 :require to defcustom.
12185
76162e12
DL
12186 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
12187 lists.
12188
12189 * files.el (auto-mode-alist): Add configure.in.
12190
12191 * progmodes/autoconf.el: New file.
12192
f7daf1e1
GM
121932000-03-07 Gerd Moellmann <gerd@gnu.org>
12194
12195 * mail/mh-e.el: Change maintainer to `none'.
12196
12197 * recentf.el (recentf-keep-non-readable-files-p): Quote args
12198 to remove-hook and add-hook.
12199
122002000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
12201
12202 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
12203 it as the default.
12204 (mail-send): Test mail-send-nonascii also for the new `mime' value.
12205 (sendmail-send-it): Conditionally add MIME headers specifying the
12206 used character set.
fa78f71b 12207
63f6b2c4
DL
122082000-03-07 Dave Love <fx@gnu.org>
12209
12210 * winner.el: Fix keywords, autoload cookies. Split
12211 eval-when-compile form to avoid compilation failure.
12212
8330e2f9
KH
122132000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
12214
12215 * international/mule.el: Modify comment about coding system
12216 property `coding-category'.
12217 (make-coding-system): New argument EOL-TYPE. Pay attention to
12218 coding-category property of PROPERTIES.
12219
12220 * international/mule-conf.el (coding-category-utf-8,
12221 coding-category-utf-16-be, coding-category-utf-16-le): New coding
12222 categories. Include them in the argument for set-coding-priority.
12223
12224 * international/mule-cmds.el (reset-language-environment): Include
12225 coding-category-utf-8, coding-category-utf-16-be, and
12226 coding-category-utf-16-le in the argument for set-coding-priority.
12227 (reset-language-environment): Initialize coding-category-utf-8,
12228 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
12229
18bb0684
GM
122302000-03-06 Karl Fogel <kfogel@red-bean.com>
12231
12232 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
12233 code abstracted out of `bookmark-jump-noselect'. Now tries info
12234 extensions as well as compression extensions.
12235 (bookmark-jump-noselect): Use above new func.
fa78f71b 12236
71a6ba55
GM
122372000-03-03 Gerd Moellmann <gerd@gnu.org>
12238
12239 * strokes.el: Change maintainer's mail address.
12240
0d56cdff
KH
122412000-03-03 Kenichi Handa <handa@etl.go.jp>
12242
12243 * international/mule-diag.el (list-character-sets): Make help-echo
12244 string by substitute-command-keys.
12245 (list-character-sets): Likewise.
12246 (sort-listed-character-sets): Call help-setup-xref.
12247
900fa1f1
GM
122482000-03-02 Gerd Moellmann <gerd@gnu.org>
12249
12250 * time.el (display-time-mail-file): Add `none' to the list of
12251 choices.
12252
54d04320
DL
122532000-03-01 Dave Love <fx@gnu.org>
12254
43f3fa09
DL
12255 * help.el (help-xref-go-back): Don't try to set position.
12256
54d04320
DL
12257 * international/mule-diag.el (list-character-sets): Call
12258 help-setup-xref. Add help-echo to xrefs.
12259 (list-character-sets-1): Add help-echo to xrefs.
12260
d054101f
GM
122612000-03-02 Gerd Moellmann <gerd@gnu.org>
12262
12263 * frame.el (blink-cursor-mode): Switch cursor on when turning
12264 the mode off.
12265
12266 * add-log.el (add-log-current-defun): Add support for
12267 Autoconf mode.
12268
12269 * mail/rmail.el (rmail-quit-hook): New variable.
12270
d77dae5c
DL
122712000-03-01 Dave Love <fx@gnu.org>
12272
e5f597f0
DL
12273 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
12274
d77dae5c
DL
12275 * help.el (help-xref-button): Add help-echo arg.
12276 (describe-function-1, describe-variable, help-make-xrefs): Use it.
12277
12278 * faces.el (list-faces-display): Supply help-echo with
12279 help-make-xrefs.
12280
12281 * facemenu.el (list-text-properties-at): Set help-xref-stack to
12282 nil.
12283
72d19d75
GM
122842000-03-01 Gerd Moellmann <gerd@gnu.org>
12285
2df636f4
GM
12286 * image.el (defimage): Look for image files in load-path.
12287
fa78f71b 12288 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
12289 `number'.
12290
2df636f4
GM
122912000-03-01 David Ponce <david.ponce@wanadoo.fr>
12292
12293 * recentf.el (recentf): Added version tag to the defgroup of
12294 recentf.
12295
122962000-03-01 David Ponce <david.ponce@wanadoo.fr>
12297
12298 * recentf.el (recentf-cleanup): Changed to remove excluded file
12299 too.
12300 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
12301 action to select/unselect a file.
12302 (recentf-edit-list): Code cleanup and improvement.
12303 (recentf-open-more-files-action): `recentf-open-more-files' button
12304 widget action to open a file.
12305 (recentf-open-more-files): No more use standard completion but
12306 widgets.
12307 (recentf-more-collection): Deleted.
12308 (recentf-more-history): Deleted.
12309 (recentf-setup-more-completion): Deleted.
12310
123112000-03-01 David Ponce <david.ponce@wanadoo.fr>
12312
12313 * recentf.el (recentf-mode): No more needs that Emacs is running
12314 under a window-system.
12315
123161999-03-01 David Ponce <david.ponce@wanadoo.fr>
12317
12318 * recentf.el (recentf-edit-list): New command to edit the recent
12319 list which allow the user to remove files.
12320 (recentf-edit-selected-items): New global variable, used by
12321 `recentf-edit-list' to hold the list of files to be removed from
12322 the recent list.
12323 (recentf-make-menu-items): Updated to display a "Edit list..."
12324 menu item. Minor code cleanup.
12325
123261999-03-01 David Ponce <david.ponce@wanadoo.fr>
12327
12328 * recentf.el (recentf-open-more-files): New command to open files
12329 that are not displayed in the menu.
12330 (recentf-more-collection): New global variable holding the set of
12331 permissible completions used by `recentf-open-more-files'.
12332 (recentf-more-history): New global variable holding the history list
12333 used by `recentf-open-more-files' completion.
12334 (recentf-setup-more-completion): New function to setup completion for
12335 `recentf-open-more-files'.
12336 (recentf-make-menu-items): Updated to display a "More..." menu item.
12337
123381999-03-01 David Ponce <david.ponce@wanadoo.fr>
12339
12340 * recentf.el (recentf-menu-action): Doc fixed.
12341
123421999-03-01 David Ponce <david.ponce@wanadoo.fr>
12343
12344 * recentf.el (recentf-menu-filter): Doc updated.
12345 (recentf-update-menu-hook): Allow menu filters to force menu update.
12346 (recentf-make-menu-items): New menu filter handling.
12347 (recentf-make-menu-item): New helper function.
12348 (recentf-menu-elements): New menu handling function.
12349 (recentf-sort-ascending): Updated to new menu filter handling.
12350 (recentf-sort-descending): Updated to new menu filter handling.
12351 (recentf-sort-basenames-ascending): New menu filter function.
12352 (recentf-sort-basenames-descending): New menu filter function.
12353 (recentf-show-basenames): New menu filter function.
12354 (recentf-show-basenames-ascending): New menu filter function.
12355 (recentf-show-basenames-descending): New menu filter function.
12356
72d19d75
GM
123572000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12358
12359 * diary-lib.el (list-diary-entries): Don't try to go forward at
12360 the end of the buffer.
12361
1ac1c836
KH
123622000-02-29 Kenichi Handa <handa@etl.go.jp>
12363
12364 * international/mule-diag.el (list-character-sets): Completely
12365 rewritten.
12366 (sort-listed-character-sets): New function.
12367 (list-character-sets-1): Completely rewritten.
12368 (list-character-sets-2): New function.
12369 (non-iso-charset-alist): New variable.
12370 (decode-codepage-char): New function.
12371 (charset-history): New variable.
12372 (read-charset) (list-block-of-chars)
12373 (list-iso-charset-chars)
12374 (list-non-iso-charset-chars)
12375 (list-charset-chars): New functions.
12376 (mule-diag): Call list-character-sets-2, not
12377 list-character-sets-2.
12378 (dump-charsets): Likewise.
12379
ed4d0512
GM
123802000-02-29 Gerd Moellmann <gerd@gnu.org>
12381
72d19d75
GM
12382 * dired-x.el (dired-filename-at-point): Add `@' to valid
12383 file name characters.
12384 (dired-filename-at-point): Handle ange-ftp file names.
12385
ed4d0512
GM
12386 * frame.el (frame-notice-user-settings): Use assq-delete-all
12387 instead of assoc-delete-all.
12388 (frame-notice-user-settings): Ditto.
12389
12390 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
12391 Don't copy alist.
12392
32038c7a
GM
123932000-02-28 Eli Barzilay <eli@cs.cornell.edu>
12394
12395 * calculator.el (calculator-use-menu): New option.
12396 (calculator-initial-bindings): Changed some bindings to work as
12397 macros.
12398 (calculator-forced-input): Removed.
12399 (calculator-restart-other-mode): New variable.
12400 (calculator-mode-map): Set up menu.
fa78f71b 12401
32038c7a
GM
124022000-02-28 Jari Aalto <jari.aalto@poboxes.com>
12403
12404 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
12405 tags.
fa78f71b 12406
55d7ff38 124072000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 12408
55d7ff38
MK
12409 * viper-cmd.el (viper-envelop-ESC-key): added the option to
12410 translate all ESC key sequences.
12411 (viper-goto-mark-subr): restore markers for files for which
12412 they were saved.
12413 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
12414 * viper-util.el (viper-set-replace-overlay-glyphs,
12415 viper-set-replace-overlay): always check if the replacement
12416 overlay is live.
12417 * viper.el (viper-vi-state-mode-list): added major modes.
12418 * ediff-wind.el: minor comment changes.
12419 * ediff.el: copyright notice date fix.
fa78f71b 12420
387023ee
JR
124212000-02-27 Jason Rumney <jasonr@gnu.org>
12422
12423 * faces.el (face-font-family-alternatives): Add arial to helv.
12424 (mode-line, header-line, tool-bar): Same default as x for w32.
12425 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
12426 face-font-family-alternatives from working.
12427 * term/w32-win.el (mouse-set-font): Do not build fontset from
12428 chosen font.
12429
f43d79c1
GM
124302000-02-25 Sam Steingold <sds@goems.com>
12431
5d80cc9c 12432 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 12433 properly.
fa78f71b 12434
8b7bc628 124352000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
12436
12437 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
12438
4eb8436f
GM
124392000-02-25 Gerd Moellmann <gerd@gnu.org>
12440
12441 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
12442 writable.
12443
449c3c52 12444 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 12445
42088c12
GM
124462000-02-24 Gerd Moellmann <gerd@gnu.org>
12447
12448 * frame.el (show-cursor-in-non-selected-windows): New option.
12449
c60ea02e
GM
124502000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12451
12452 * diary-lib.el (include-other-diary-files): Undo the selective
12453 display in any included file and don't kill it.
12454
d066de8e
EZ
124552000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
12456
12457 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
12458 bar. Menu items converted to (menu-item format, help strings
12459 added.
12460 [downcase, upcase]: Don't enable on MS-DOS.
12461 [symlink, symlinks]: Don't show if make-symbolic-link is not
12462 bound.
12463 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
12464
b6906b38
DL
124652000-02-23 Dave Love <fx@gnu.org>
12466
275cf1b2
DL
12467 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
12468 (backward-kill-word): Revert addition of * to interactive spec --
12469 it's a feature.
12470
12471 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
12472 (backward-kill-sentence, kill-sentence): Likewise.
12473
99d48056
DL
12474 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
12475 scratch buffer name.
12476 (gud-format-command): Use int-to-string in ?l case. Simplify
12477 slightly.
12478
12479 * term/w32-win.el (internal-face-interactive): Update prompt for
12480 new read-face-name.
12481
12482 * mail/footnote.el (footnote): Add :version to defgroup.
12483 (footnote-section-tag-regexp): Customize.
12484 (footnote-start-tag, footnote-end-tag): New option.
12485 (footnote-latin-regexp): New variable.
12486 (Footnote-latin): New function.
12487 (footnote-style-alist): Add element for latin style.
12488 (footnote-style): Moved.
12489 (Footnote-goto-footnote): Use eq to test arg.
12490
12491 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
12492
b6906b38
DL
12493 * emacs-lisp/byte-opt.el: Change old backquote syntax.
12494 (byte-compile-trueconstp): Include keywords.
12495 (byte-optimize-quote, byte-optimize-lapcode): Use
12496 byte-compile-const-symbol-p.
12497 (byte-optimize-char-before): New optimization.
12498
12499 * emacs-lisp/bytecomp.el: Change old backquote syntax.
12500 (byte-compile-const-symbol-p): New function.
12501 (byte-compile-constp, byte-compile-out-toplevel)
12502 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
12503 Use it.
12504
12505 * subr.el (define-key-after): Default AFTER to t. Doc fix.
12506
214f877f
KH
125072000-02-23 Kenichi Handa <handa@etl.go.jp>
12508
c709bcf1
KH
12509 * international/encoded-kb.el: Be sure to update minor-mode-alist
12510 and minor-mode-map-alist.
12511 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
12512 codes SS2 and SS3 correctly.
12513 (encoded-kbd-self-insert-ccl): New function.
12514 (encoded-kbd-setup-keymap): New function.
12515 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
12516 by calling encoded-kbd-setup-keymap.
12517
214f877f
KH
12518 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
12519 characters.
12520 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
12521 locally.
12522
b021ef18
DL
125232000-02-22 Dave Love <fx@gnu.org>
12524
12525 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
12526 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
12527 defvar.
12528 (lisp-mode-syntax-table): Set up for #|...|# comments.
12529 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
12530 classes. Match `defface'.
12531 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
12532 (eval-defun-1): Fix for defcustom.
12533 (lisp-indent-region): Doc fix.
12534
12535 * subr.el (when, unless, split-string): Doc fix.
12536 (read-passwd): Move call of clear-this-command-keys to the right
12537 place.
12538 (replace-regexps-in-string): New function.
12539
14cc00ad
GM
125402000-02-22 Gerd Moellmann <gerd@gnu.org>
12541
12542 * help.el (describe-variable): Set syntax table to
12543 emacs-lisp-mode-syntax-table when moving forward over the
12544 symbol's name.
12545
47da5efa
DL
125462000-02-22 Dave Love <fx@gnu.org>
12547
12548 * xt-mouse.el: Doc fixes.
12549 (xterm-mouse-position-function): New function, replacing advice of
12550 mouse-position.
12551 (xterm-mouse-mode): Use it. Don't turn on under a window system.
12552
12553 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
12554
f0a6c717
GM
125552000-02-21 Gerd Moellmann <gerd@gnu.org>
12556
12557 * format.el (format-annotate-single-property-change): Handle
12558 properties.with dotted-list values.
12559 (format-proper-list-p): New function.
12560
12561 * enriched.el (enriched-face-ans): Handle '(foreground-color
12562 . COLOR) and (background-color . COLOR).
12563
2be80b63
DL
125642000-02-20 Dave Love <fx@gnu.org>
12565
12566 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
12567 and assignments to it.
12568 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
12569 current local map.
12570 (make-flyspell-overlay): Use it.
12571 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
12572
12573 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
12574 (lm-get-header-re): Defun, not defsubst.
12575 (lm-get-package-name): Defun, not defsubst. Simplify.
12576 (lm-version): Doc fix. Simplify.
12577 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
12578 (lm-crack-address, lm-last-modified-date, lm-commentary)
12579 (lm-verify, lm-synopsis): Simplify.
12580 (lm-report-bug): Require emacsbug. Use compose-mail.
12581
329eed9f
GM
125822000-02-20 Gerd Moellmann <gerd@gnu.org>
12583
12584 * dired.el (dired-mode): Call propertized-buffer-identification
12585 to set mode-line-buffer-identification to something having
12586 the right text properties.
12587
12588 * bindings.el (propertized-buffer-identification): New function.
12589
be5bb146
DL
125902000-02-20 Dave Love <fx@gnu.org>
12591
12592 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
12593 check for t-mouse too.
12594
12595 * cus-start.el: Make echo-keystrokes `number'.
12596
1d4311c3
EZ
125972000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
12598
12599 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
12600 Don't call ring-empty-p unless tags-location-ring is bound.
12601 From Noah Friedman <friedman@splode.com>.
12602
a23c5037
TTN
126032000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
12604
12605 * progmodes/hideshow.el (hs-flag-region): No longer use
12606 `intangible' overlay property.
12607
12608 (hs-toggle-hiding): New command.
12609 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
12610
12611 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
12612 Fix omission bug: Run `hs-minor-mode-hook' for both activation
12613 and deactivation.
12614
b6a22bf8
GM
126152000-02-18 Gerd Moellmann <gerd@gnu.org>
12616
12617 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
12618
d621caf7
GM
126192000-02-17 Gerd Moellmann <gerd@gnu.org>
12620
3c0ed7ce
GM
12621 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
12622
d621caf7
GM
12623 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
12624 of `*' to handle `(* ... *)' comments.
12625
538d88fb
EZ
126262000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
12627
53c80cf6 12628 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 12629 window-system.
53c80cf6 12630
538d88fb
EZ
12631 * menu-bar.el (global-map): Menu-bar items converted to the new
12632 format (menu-item..., rearranged for better CUA compliance, and
12633 their names changed for better clarity. Help strings added.
12634
12635 * international/mule-cmds.el (mule-menu-keymap)
12636 (describe-language-environment-map, set-coding-system-map)
12637 (setup-language-environment-map): Convert to new (menu-item...
12638 form, add help strings. Change names of menu items for better
12639 clarity. "Mule" menu-bar item removed (it's now in the "Options"
12640 submenu).
12641
8389e1e2 126422000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 12643
a23c5037 12644 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 12645 within the code.
a23c5037 12646
8389e1e2 126472000-02-16 Dave Love <fx@gnu.org>
a23c5037 12648
84fe35f0
DL
12649 * faces.el: Don't require custom. Add more specific :groups to
12650 various deffaces.
12651 (set-face-attribute): Purecopy args.
12652 (read-face-name): Default to name at point and use it in prompt.
12653 Remove colon from arg in all callers.
12654 (list-faces-display): Hyperlink to face descriptions and customize
12655 buffers.
12656
b2aeee30
DL
126572000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
12658
12659 * wid-edit.el (widget-match-inline): An atom never matches a
12660 list.
12661
99e95407
GM
126622000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12663
82d2c7c5
DL
12664 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12665 at ':' characters by call to split-string.
99e95407
GM
12666
126672000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12668
82d2c7c5 12669 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
12670
126712000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12672
82d2c7c5
DL
12673 * textmodes/bibtex.el: Some temporary comments removed.
12674 (bibtex-field-name, bibtex-entry-type): Made the relationship
12675 explicit.
12676 (bibtex-field-const): Allow capital letters.
12677 (bibtex-start-of-string): Deleted because unused.
12678
12679 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12680 use the term 'reference' to describe a bibtex entry as a whole.
12681 Further, reference keys are no longer called 'labels'.
12682 (bibtex-keys): Renamed to bibtex-reference-keys.
12683 (bibtex-reformat-previous-labels): Renamed to
12684 bibtex-reformat-previous-reference-keys.
12685 (bibtex-reference-type): Renamed to bibtex-entry-type.
12686 (bibtex-reference-head): Renamed to bibtex-entry-head.
12687 (bibtex-reference-maybe-empty-head): Renamed to
12688 bibtex-entry-maybe-empty-head.
12689 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12690 (bibtex-search-reference): Renamed to bibtex-search-entry.
12691 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12692 bibtex-enclosing-entry-maybe-empty-head.
12693 (bibtex-entry-field-alist, bibtex-entry-head,
12694 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12695 bibtex-map-entries, bibtex-search-entry,
12696 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12697 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12698 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12699 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12700 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12701 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12702 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
12703
127042000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12705
82d2c7c5
DL
12706 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12707 comment.
12708 (bibtex-format-field-delimiters): New function, functionality
12709 extracted from bibtex-format-entry.
12710 (bibtex-autokey-get-yearfield-digits): New function, functionality
12711 extracted from bibtex-autokey-get-yearfield.
12712
12713 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12714 entries in order to avoid stack overflow in the regexp matcher if
12715 field contents become large.
12716 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12717 bibtex-field-string-part-not-braced,
12718 bibtex-field-string-part-no-inner-braces,
12719 bibtex-field-string-part-1-inner-brace,
12720 bibtex-field-string-part-2-inner-braces,
12721 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12722 bibtex-field-string-quoted, bibtex-field-string,
12723 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12724 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12725 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12726 as parsing is now performed by the following functions.
12727 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12728 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12729 bibtex-parse-field-string, bibtex-search-forward-field-string,
12730 bibtex-parse-association, bibtex-field-name-for-parsing,
12731 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12732 bibtex-search-forward-field, bibtex-search-backward-field,
12733 bibtex-start-of-field, bibtex-end-of-field,
12734 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12735 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12736 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12737 bibtex-parse-string, bibtex-search-forward-string,
12738 bibtex-search-backward-string, bibtex-start-of-string,
12739 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12740 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12741 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12742 entries. Instead of reporting the results of the parsing by
12743 match-beginning or match-end, these functions return data structures
12744 that hold the corresponding positions.
12745 (bibtex-enclosing-field): Changed to also report field boundaries by
12746 return values rather than by match-beginning or match-end. The
12747 following functions have been adapted to use the new parsing
12748 functions.
12749 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12750 bibtex-enclosing-field, bibtex-format-entry,
12751 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12752 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12753 bibtex-print-help-message, bibtex-end-of-entry,
12754 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12755 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12756 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12757 method for parsing.
12758 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12759 bibtex-map-entries, bibtex-flash-head,
12760 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12761 bibtex-autokey-change, bibtex-autokey-get-namefield,
12762 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12763 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12764 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12765 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12766 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12767 order to make the new binding of case-fold-search immediately
12768 visible.
99e95407
GM
12769
127702000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12771
82d2c7c5
DL
12772 * textmodes/bibtex.el: Copyright notice is up to date.
12773 Added constant 'bibtex-maintainer-salutation.
99e95407 12774
82d2c7c5
DL
12775 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12776 than make-temp-name, use match-string-no-properties and eliminate
12777 a quadratic behavior when building bibtex-strings.
99e95407 12778
82d2c7c5
DL
12779 * bibtex.el (bibtex-reference-key): Accept string entries whose
12780 reference key contains upper case letters.
99e95407
GM
12781
127822000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12783
82d2c7c5
DL
12784 * bibtex.el (bibtex-reference-head): Allow entries to start with
12785 a new line.
99e95407
GM
12786
127872000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12788
82d2c7c5
DL
12789 * bibtex.el: Hiding of entry bodies is not longer provided by
12790 bibtex.el directly. Instead the hideshow package can be used.
12791 Added a special bibtex entry to hs-special-modes-alist.
12792 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
12793
127942000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12795
f24fef2f
SM
12796 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12797 at ':' characters by call to split-string.
8389e1e2
GM
12798
127992000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12800
f24fef2f 12801 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
12802
128032000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12804
f24fef2f
SM
12805 * textmodes/bibtex.el: Some temporary comments removed.
12806 (bibtex-field-name, bibtex-entry-type): Made the relationship
12807 explicit.
12808 (bibtex-field-const): Allow capital letters.
12809 (bibtex-start-of-string): Deleted because unused.
fa78f71b 12810
f24fef2f
SM
12811 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12812 use the term 'reference' to describe a bibtex entry as a whole.
12813 Further, reference keys are no longer called 'labels'.
12814 (bibtex-keys): Renamed to bibtex-reference-keys.
12815 (bibtex-reformat-previous-labels): Renamed to
12816 bibtex-reformat-previous-reference-keys.
12817 (bibtex-reference-type): Renamed to bibtex-entry-type.
12818 (bibtex-reference-head): Renamed to bibtex-entry-head.
12819 (bibtex-reference-maybe-empty-head): Renamed to
12820 bibtex-entry-maybe-empty-head.
12821 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12822 (bibtex-search-reference): Renamed to bibtex-search-entry.
12823 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12824 bibtex-enclosing-entry-maybe-empty-head.
12825 (bibtex-entry-field-alist, bibtex-entry-head,
12826 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12827 bibtex-map-entries, bibtex-search-entry,
12828 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12829 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12830 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12831 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12832 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12833 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12834 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
12835
128362000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12837
f24fef2f
SM
12838 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12839 comment.
12840 (bibtex-format-field-delimiters): New function, functionality
12841 extracted from bibtex-format-entry.
12842 (bibtex-autokey-get-yearfield-digits): New function, functionality
12843 extracted from bibtex-autokey-get-yearfield.
fa78f71b 12844
f24fef2f
SM
12845 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12846 entries in order to avoid stack overflow in the regexp matcher if
12847 field contents become large.
12848 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12849 bibtex-field-string-part-not-braced,
12850 bibtex-field-string-part-no-inner-braces,
12851 bibtex-field-string-part-1-inner-brace,
12852 bibtex-field-string-part-2-inner-braces,
12853 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12854 bibtex-field-string-quoted, bibtex-field-string,
12855 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12856 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12857 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12858 as parsing is now performed by the following functions.
12859 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12860 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12861 bibtex-parse-field-string, bibtex-search-forward-field-string,
12862 bibtex-parse-association, bibtex-field-name-for-parsing,
12863 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12864 bibtex-search-forward-field, bibtex-search-backward-field,
12865 bibtex-start-of-field, bibtex-end-of-field,
12866 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12867 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12868 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12869 bibtex-parse-string, bibtex-search-forward-string,
12870 bibtex-search-backward-string, bibtex-start-of-string,
12871 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12872 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12873 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12874 entries. Instead of reporting the results of the parsing by
12875 match-beginning or match-end, these functions return data structures
12876 that hold the corresponding positions.
12877 (bibtex-enclosing-field): Changed to also report field boundaries by
12878 return values rather than by match-beginning or match-end. The
12879 following functions have been adapted to use the new parsing
12880 functions.
12881 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12882 bibtex-enclosing-field, bibtex-format-entry,
12883 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12884 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12885 bibtex-print-help-message, bibtex-end-of-entry,
12886 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12887 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12888 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12889 method for parsing.
12890 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12891 bibtex-map-entries, bibtex-flash-head,
12892 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12893 bibtex-autokey-change, bibtex-autokey-get-namefield,
12894 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12895 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12896 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12897 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12898 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12899 order to make the new binding of case-fold-search immediately
12900 visible.
8389e1e2
GM
12901
129022000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12903
f24fef2f
SM
12904 * textmodes/bibtex.el: Copyright notice is up to date.
12905 Added constant 'bibtex-maintainer-salutation.
fa78f71b 12906
f24fef2f
SM
12907 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12908 than make-temp-name, use match-string-no-properties and eliminate
12909 a quadratic behavior when building bibtex-strings.
fa78f71b 12910
f24fef2f
SM
12911 * bibtex.el (bibtex-reference-key): Accept string entries whose
12912 reference key contains upper case letters.
8389e1e2
GM
12913
129142000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12915
f24fef2f
SM
12916 * bibtex.el (bibtex-reference-head): Allow entries to start with
12917 a new line.
8389e1e2
GM
12918
129192000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12920
f24fef2f
SM
12921 * bibtex.el: Hiding of entry bodies is not longer provided by
12922 bibtex.el directly. Instead the hideshow package can be used.
12923 Added a special bibtex entry to hs-special-modes-alist.
12924 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
12925
129262000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12927
82d2c7c5 12928 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
12929 proceedings entry type (for cross referencing). Thanks to Wagner
12930 Toledo Correa for the suggestion.
12931
82d2c7c5 12932 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 12933
eae61d8f
KH
129342000-02-14 Kenichi Handa <handa@etl.go.jp>
12935
12936 * international/characters.el: Setup case table for Vietnamese.
12937
fb07a302
GM
129382000-02-12 Gerd Moellmann <gerd@gnu.org>
12939
12940 * uniquify.el (toplevel): Require CL at compile time.
12941 (uniquify-push): Removed.
12942
12943 * shadowfile.el (shadow-when): Removed.
12944
12945 * tempo.el (tempo-dolist, tempo-mapc): Removed.
12946 (tempo-process-and-insert-string): Use dolist instead of
12947 tempo-dolist.
12948
12949 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
12950 regexp for paragraph-start.
12951
12952 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
12953 commas as well.
12954
a0eddf92
DL
129552000-02-10 Dave Love <fx@gnu.org>
12956
12957 * wid-edit.el: (widgets) [defgroup]: Remove url link.
12958 (widget-color-choice-list, widget-color-history, widget-mouse-help):
12959 Deleted.
12960 (widget-specify-field, widget-specify-button): Don't use
12961 widget-mouse-help as help-echo property.
12962 (default): Use #'ignore for :validate and :mouse-down-action.
12963 (checkbox): Add help-echo.
12964 (widget-sexp-validate): Rewritten to clarify error messages.
12965 (character): Use char-valid-p in :match function.
12966 (widget-color-complete): Use facemenu-color-alist.
12967 (widget-color-action): Use facemenu-read-color.
12968
12969 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
12970 set up `caar' &c that we now have.
12971
82d2c7c5
DL
129722000-02-09 Ray Blaak <blaak@gnu.org>
12973
12974 * delphi.el: Make resourcestring a declaration region, like const
12975 and var.
12976
6cbc1482
DL
129772000-02-09 Dave Love <fx@gnu.org>
12978
12979 * bindings.el (mode-line-input-method-map): New variable.
12980 (mode-line-mule-info): Use it; fix last change.
12981 (mode-line-mode-menu): Move definition.
12982 (mode-line-mouse-sensitive-p): Deleted.
12983 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
12984 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
12985 level.
12986
12987 * startup.el (command-line-1): Don't call
12988 make-mode-line-mouse-sensitive.
12989
f7136ee8
GM
129902000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
12991
12992 * mail/rmail.el (rmail-retry-failure): Use
12993 rmail-beginning-of-message before rmail-toggle-header, because the
12994 former toggles headers.
12995
6e1d0d15
SM
129962000-02-06 Stefan Monnier <monnier@cs.yale.edu>
12997
fef8c55b
SM
12998 * diff-mode.el (diff-kill-junk): New interactive function.
12999 (diff-reverse-direction): Use delete-and-extract-region.
13000 (diff-post-command-hook): Restrict the area so that the hook also works
13001 outside of any diff hunk. This is necessary for the minor-mode.
13002 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
13003 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
13004
6e1d0d15
SM
13005 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
13006 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
13007 so that it can be used more easily in <foo>-mode-hook. Also make sure
13008 to avoid duplicate entries.
13009 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
13010 (font-lock-remove-keywords): Just as was done for `add', allow it to
13011 work even if font-lock-mode is nil. Also make sure we don't modify
13012 any pre-existing list by forcing a copy-sequence. Finally rename
13013 `major-mode' to `mode'.
13014 (font-lock-fontify-syntactic-anchored-keywords)
13015 (font-lock-fontify-anchored-keywords)
13016 (font-lock-fontify-keywords-region): Use line-end-position.
13017 Don't make `font-lock-multiline' local (it's now done in
13018 font-lock-set-defaults).
13019 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
13020 move the `font-lock-fontified' creation to inside the `unless'.
13021
a75dfea0
AI
130222000-02-06 Andrew Innes <andrewi@gnu.org>
13023
13024 * term/w32-win.el (x-handle-args): Comment out call to message,
13025 which occurs before window system is initialized.
13026
13027 * makefile.nt: Add support for recompiling lisp code.
13028
b85e9462
DL
130292000-02-04 Dave Love <fx@gnu.org>
13030
9ff33afb
DL
13031 * bindings.el (mode-line-mule-info): Fix/extend last change.
13032
b85e9462
DL
13033 * completion.el: Replace completion-dolist with dolist.
13034
13035 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
13036 dotimes.
13037
44dff075
CD
130382000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
13039
13040 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
13041 environment names before they go into the section regexp.
13042
13043 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
13044 char class in regexp.
13045
13046 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
13047 `case-fold-search' to nil.
13048
13049 * progmodes/idlwave.el (idlwave-template): Respect
13050 `idlwave-abbrev-change-case'.
13051 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
13052 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
13053 idlwave-while): respect `idlwave-reserved-word-upcase'.
13054 (idlwave-rw-case): New function.
13055 (idlwave-statement-match): Fixed problem with assignment regexp.
13056 (idlwave-font-lock-keywords): Improved regexp for keyword
13057 parameters.
a23c5037 13058 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
13059 operators longer than 1 char.
13060
13061 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
13062 idlwave-shell-expression-overlay. Implemented printing of
13063 expressions on higher levels of the calling stack.
13064 (idlwave-shell-display-level-in-calling-stack): Restore stack
13065 level.
13066 (idlwave-retrieve-expression-from-level): New function.
13067 (idlwave-shell-last-calling-stack): Variable removed.
13068 (idlwave-shell-reset): Argument action reversed (`visible' to
13069 `hidden'). Also remove stop-line overlay.
13070 (idlwave-shell-calling-stack-routine): New variable.
13071 (idlwave-shell-parse-stack-and-display): Messages now display
13072 negative level numbers.
13073 (idlwave-shell-mode): Set `modeline-format'.
13074 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
13075 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
13076 21.
13077 (idlwave-shell-print-expression-function): New option.
a23c5037 13078
44dff075
CD
13079 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
13080 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
13081 `tool-bar' instead of `toolbar'.
13082
f26c34fd
DL
130832000-02-02 Dave Love <fx@gnu.org>
13084
13085 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
13086 emacs-lisp-mode-hook. Don't check for defalias being defined.
13087
13088 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
13089 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
13090 the new builtins directly.
13091
13092 * whitespace.el (whitespace): Add :version to defgroup.
13093
13094 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
13095 Doc fix.
13096
13097 * thingatpt.el (sexp-at-point, symbol-at-point)
13098 (number-at-point, list-at-point): Add autoload cookie.
13099
13100 * recentf.el (recentf): Add :version to defgroup.
13101
13102 * quickurl.el (quickurl): Add :version to defgroup.
13103
13104 * elide-head.el (elide-head): Use point-marker more.
13105
13106 * bs.el (bs): Add :version to defgroup.
13107
13108 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
13109
13110 * progmodes/delphi.el (delphi): Add :version to defgroup.
13111
d240a249
GM
131122000-02-02 Gerd Moellmann <gerd@gnu.org>
13113
13114 * ange-ftp.el (ange-ftp-write-region): Handle case that
13115 succeeding process operation sets a different coding system.
13116
13117 * calculator.el: New file.
13118
d5179a01
EZ
131192000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
13120
13121 * frame.el (frames-on-display-list, framep-on-display): New
13122 functions.
13123 (display-mouse-p, display-popup-menus-p, display-graphic-p)
13124 (display-selections-p, display-screens, display-pixel-width)
13125 (display-pixel-height, display-mm-width, display-mm-height)
13126 (display-backing-store, display-save-under, display-planes)
13127 (display-color-cells, display-visual-class): New functions.
13128
13129 * term/tty-colors.el (tty-color-gray-shades): New function.
13130
13131 * faces.el (display-color-p): Use framep-on-display.
13132 (display-grayscale-p): New function.
13133
968e00f0
DL
131342000-01-31 Dave Love <fx@gnu.org>
13135
13136 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
13137 (create-fontset-from-x-resource): Don't concat integers.
13138
2cb750ba
GM
131392000-01-31 Inge Frick <inge@nada.kth.se>
13140
13141 * view.el: Some changes in documentation. Removed some trailing
13142 whitespace. Changed some parameter names to agree with
13143 documentation.
13144 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
13145 window is not deleted. Modifies change 1998-04-26.
a23c5037 13146
74e9213b
GM
131472000-01-31 Gerd Moellmann <gerd@gnu.org>
13148
47569935
GM
13149 * windmove.el: New file.
13150
74e9213b
GM
13151 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
13152 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 13153 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 13154
74e9213b
GM
13155 * jit-lock.el (jit-lock-function): Widen before calculating end
13156 position.
13157 (jit-lock-stealth-chunk-start): Rewritten.
13158
13159 * info.el (Info-title-face-alist): Removed.
13160 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
13161 faces.
13162 (Info-fontify-node): Use these faces.
13163
994c5afe
GM
131642000-01-30 Gerd Moellmann <gerd@gnu.org>
13165
13166 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
13167 (cl-macro-list1): Recognize `&allow-other-keys' instead of
13168 `&allow-other-keywords'.
13169
13170 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
13171 the list of directories scanned heuristically.
13172
13173 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
13174 exist.
13175
f00276e3
JR
131762000-01-30 Jason Rumney <jasonr@gnu.org>
13177
13178 * w32-fns.el: Define w32-tty-standard-colors.
13179
13180 * startup.el (command-line): Use w32-tty-standard-colors when in
13181 w32 console mode.
13182
cc4dfff0
DL
131832000-01-30 Dave Love <fx@gnu.org>
13184
e645e77b
DL
13185 * jka-compr.el (jka-compr-load): Fix up load-history.
13186
cc4dfff0
DL
13187 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
13188
13189 * emacs-lisp/cl-macs.el: Revert previous change.
13190
16215eb0
DL
131912000-01-29 Dave Love <fx@gnu.org>
13192
13193 * facemenu.el: Purecopy various strings.
13194
13195 * timezone.el (timezone-fix-time): Window against 69 for two-digit
13196 years. Deal with three-digit years.
13197
13198 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
13199 defconst, purecopy.
13200 (help-back-label): Purecopy it.
13201
bbd9b566
GM
132022000-01-18 Gerd Moellmann <gerd@gnu.org>
13203
13204 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
13205 variable. If non-nil, order the buffer list according to the
13206 currently selected frame.
13207 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
13208 non-nil, pass the selected frame to function buffer-list.
a23c5037 13209
887448e1
GM
132102000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13211
13212 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
13213
7df85084
DL
132142000-01-28 Dave Love <fx@gnu.org>
13215
142e109c
DL
13216 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
13217
7df85084
DL
13218 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
13219 Don't use lisp-indent-hook property.
13220 (cl-abs): Remove.
13221
13222 * subr.el: Move out indent and edebug specs for when and unless.
13223
13224 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
13225 when, unless.
13226
13227 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
13228 unless, when.
13229
3b43c01c
GM
132302000-01-28 Gerd Moellmann <gerd@gnu.org>
13231
d060bc9f
GM
13232 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
13233 `collecting' as synonym for `collect'.
13234
13235 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
13236 for the case it contains spaces.
13237
13238 * simple.el (what-cursor-position): Change formatting of
13239 messages.
13240
b02786f9
GM
13241 * frame.el (delete-other-frames): New function.
13242 (toplevel): Bind it to C-x 5 1.
13243
efd68b8a
GM
13244 * sort.el (sort-numeric-base): New option.
13245 (sort-numeric-fields): If number starts with `0' or `0[xX[',
13246 interpret it as octal or hexadecimal. Use sort-numeric-base
13247 as default base.
13248
3b43c01c
GM
13249 * progmodes/glasses.el: New file.
13250
984ae001
GM
132512000-01-27 Gerd Moellmann <gerd@gnu.org>
13252
a0b796e3
GM
13253 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
13254 userids differently.
13255
984ae001
GM
13256 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
13257 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
13258 progmodes/ebnf-yac.el: New files.
13259
6c67ddee
DL
132602000-01-26 Dave Love <fx@gnu.org>
13261
13262 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
13263 on a function with an empty body. [From Eric Ludlam.]
13264
4e6473c8
GM
132652000-01-25 Andre Spiegel <spiegel@gnu.org>
13266
13267 * vc.el (vc-version-diff): Make sure file name is expanded.
13268
e12489f9
GM
132692000-01-25 Gerd Moellmann <gerd@gnu.org>
13270
13271 * scroll-bar.el (scroll-bar-timer): Variable removed.
13272 (scroll-bar-toolkit-scroll): Don't use a timer.
13273
8dbe2b07
KH
132742000-01-25 Kenichi Handa <handa@etl.go.jp>
13275
13276 * language/thai-util.el (thai-composition-function): Delete
13277 superfluous `a'.
13278
26ef1c87
DL
132792000-01-24 Dave Love <fx@gnu.org>
13280
13281 * fortran.el (fortran-mode): Use beginning-of-defun-function,
13282 end-of-defun-function.
13283
13284 * font-lock.el (turn-on-font-lock): Don't depend on window-system
13285 &c.
13286
7ed4e9a7
JR
132872000-01-22 Jason Rumney <jasonr@gnu.org>
13288
13289 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
13290 conflicts with new face support.
13291
8b7bc628 132922000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
13293
13294 * replace.el (query-replace): Rename last arg to DELIMITED.
13295 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
13296 (query-replace-regexp): Likewise.
13297
8b7bc628 132982000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 13299
02b14400
RS
13300 * subr.el (with-syntax-table): Use make-symbol, not gensym.
13301
5bb6f079
RS
13302 * emacs-lisp/lisp.el (beginning-of-defun-function):
13303 Variable renamed from beginning-of-defun.
13304 Do not call make-variable-buffer-local.
13305 (beginning-of-defun-raw): Use new variable name; doc fix.
13306 (beginning-of-defun): Doc fix.
13307 (end-of-defun-function): Variable renamed from end-of-defun.
13308 Do not call make-variable-buffer-local.
13309 (end-of-defun): Use new variable name; doc fix.
13310
02b14400
RS
13311 * subr.el (dolist, dotimes): Copied from cl-macs.el
13312 and made to work.
2d5e9b54 13313
a23c5037 13314 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
13315 Variable replaces rmail-digest-end-regexp.
13316 Allows multiple regexps for detecting the end line.
13317 (undigestify-rmail-message): Corresponding changes.
13318
60af03f1
DL
133192000-01-19 Dave Love <fx@gnu.org>
13320
fe5d99e1
DL
13321 * files.el (user-init-file): Don't declare here -- is primitive.
13322
60af03f1
DL
13323 * startup.el (command-line): Check for compiled user-init-file and
13324 set to uncompiled version if necessary.
13325
72dbbc7d
GM
133262000-01-18 Gerd Moellmann <gerd@gnu.org>
13327
6a1950ec
GM
13328 * mail/undigest.el (rmail-digest-end-regexp): New user option.
13329 (undigestify-rmail-message): Use it.
13330
72dbbc7d
GM
13331 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
13332
fbe91bbd
GM
133332000-01-17 Gerd Moellmann <gerd@gnu.org>
13334
13335 * tmm.el (tmm-goto-completions): Adapt to prompt being part
13336 of mini-buffer.
13337
33a6685b
GM
133382000-01-14 Gerd Moellmann <gerd@gnu.org>
13339
b3303df7
GM
13340 * emacs-lisp/copyright.el (copyright-update): Removed the
13341 requirement for a trailing space from `copyright-regexp', to
13342 support copyrights with owner specified on a separate line..
a23c5037 13343
3c4c8064
GM
13344 * align.el: New file.
13345
33a6685b
GM
13346 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
13347
13348 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
13349
044a4975
DL
133502000-01-13 Dave Love <fx@gnu.org>
13351
13352 * ph.el: Removed. (Obsoleted by EUDC.)
13353
0a352cd7
GM
133542000-01-13 Gerd Moellmann <gerd@gnu.org>
13355
13356 * net/eudc.el (toplevel): Remove autoloaded code installing
13357 menu with easymenu, because that causes build problems.
13358
13359 * frame.el (frame-notice-user-settings): New variable.
13360 (frame-notice-user-settings): Don't modify frame parameters
13361 if called a second time.
13362
8b7bc628 133632000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
13364
13365 * frame.el (frame-notice-user-settings):
13366 Notice default-frame-parameters even for non-window frames.
13367
feb450e0
GM
133682000-01-13 Gerd Moellmann <gerd@gnu.org>
13369
13370 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
13371 for Emacs.
13372 (eudc-bob-can-display-inline-images): Extend for Emacs.
13373 (eudc-bob-toggle-inline-display): Ditto.
13374 (eudc-bob-display-jpeg): Ditto.
13375
99c6d63b
GM
133762000-01-12 Gerd Moellmann <gerd@gnu.org>
13377
7970b229
GM
13378 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
13379 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
13380 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 13381
e4936aa9
GM
13382 * add-log.el (add-change-log-entry): Fix error trying an `(insert
13383 nil)'.
13384
13385 * subdirs.el: Add `net' directory.
13386
133c9e59
GM
13387 * net: New directory.
13388
99c6d63b
GM
13389 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
13390 eval-last-sexp. Don't bind debug-on-error here.
13391 (eval-last-sexp): New function. Bind debug-on-error if
13392 eval-expression-debug-on-error is non-nil.
13393 (eval-defun-2, eval-defun): Likewise.
13394
13395 * simple.el (eval-expression): Don't bind debug-on-error if
13396 eval-expression-debug-on-error is nil. Detect changed
13397 debug-on-error, and propagate new value to global binding, if
13398 eval-expression-debug-on-error is non-nil,
13399 (eval-expression-debug-on-error): Change doc string.
a23c5037 13400
8b7bc628 134012000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
13402
13403 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
13404
13405 * emacs-lisp/lisp-mode.el (with-syntax-table):
13406 Set up lisp-indent-function property.
13407
13408 * subr.el (with-syntax-table): Moved from simple.el.
13409
13410 * simple.el (with-syntax-table): Moved to subr.el.
13411
7e3c74fa
GM
134122000-01-11 Gerd Moellmann <gerd@gnu.org>
13413
1fab1775
GM
13414 * tmm.el (tmm-shortcut): Delete region after prompt instead
13415 of erasing buffer.
13416
7e3c74fa 13417 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
13418 (fill-context-prefix): Use the longest common prefix of first
13419 and second line fill prefix, if there is one.
7e3c74fa 13420
8b7bc628 134212000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
13422
13423 * array.el (array-mode): Don't use make-variable-buffer-local.
13424 Use make-local-variable for `truncate-lines'.
13425
aa705642 134262000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 13427
aa705642
GM
13428 * add-log.el (add-log-current-defun): Handle user-defined
13429 add-log-current-function returning nil,
a23c5037 13430
57df2446 13431 * add-log.el (add-change-log-entry): Insert version number
aa705642 13432 if having found a current function
c1356086
GM
13433
13434 * add-log.el (add-log-current-defun): Call
13435 `add-log-current-defun-function'. Try matches at level 0 and
13436 level 1. Strip whitespace from defun found.
a23c5037 13437
1d8c59e9
RS
134382000-01-10 John Wiegley <johnw@gnu.org>
13439
13440 * allout.el (isearch-done/outline-provisions): Added `edit'
13441 argument to correspond with the current definition of
13442 `isearch-done'.
13443
8cf87e9b
DL
134442000-01-10 Dave Love <fx@gnu.org>
13445
13446 * elide-head.el (elide-head): Use point-marker, not point.
13447
9050446c
GM
134482000-01-10 Gerd Moellmann <gerd@gnu.org>
13449
8321b22a
GM
13450 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
13451 before and after the year 2000.
a23c5037 13452
9050446c
GM
13453 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
13454 Add ispell- prefix.
13455
134562000-01-10 Ken Stevens <k.stevens@ieee.org>
13457
13458 * ispell.el: Only define dictionaries in menus when they exist.
13459 (version18p): New variable.
13460 (version20p): New variable.
13461 (xemacsp): New variable.
13462 (ispell-choices-win-default-height): Fix for XEmacs visibility.
13463 (ispell-dictionary-alist1): Added Brasileiro dictionary.
13464 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 13465 run-together words.
9050446c
GM
13466 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
13467 (ispell-dictionary-alist): Add koi8-r to customize definition.
13468 (check-ispell-version): Added documentation string. Returns
f24fef2f 13469 library path when called non-interactively.
9050446c
GM
13470 (ispell-menu-map-needed): Uses new variables.
13471 (ispell-library-path): New variable.
13472 (ispell-decode-string): XEmacs fix for bogus variable bindings.
13473 (ispell-word): Improved documentation string. Test for valid
13474 character mappings. Correctly check typed in word changes that can
13475 result in single words split into multiple words. Returns
13476 replacement word.
13477 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
13478 replace in recursive query replace mode. Help message for
13479 recursive edit mode.
13480 (ispell-show-choices): Protect against bad framepop bindings.
13481 (ispell-help): Fix to work with XEmacs.
13482 (ispell-highlight-spelling-error): Use new variables.
13483 (ispell-overlay-window): Fix to work with XEmacs.
13484 (ispell-parse-output): Passed and returns location information
13485 tracking spelling corrections. Doesn't recheck same word on
13486 current line.
13487 (ispell-init-process): Protect against bogus XEmacs variable binding.
13488 Fix call to single argument in sleep-for. Use new variables.
13489 (ispell-region): Passed and returns location information tracking
13490 spelling corrections. Doesn't check same word on current line.
13491 Improved documentation string. Doesn't resend a line already
13492 checked to the ispell process - fixes bug in LaTeX parsing.
13493 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
13494 (ispell-skip-region): No longer skips <TT> in SGML.
13495 (ispell-process-line): Tracks location information with spelling
13496 corrections. Added documentation string. Accounts for words
13497 already accepted on this line. Don't allow query-replace on line
13498 starting with math characters. Doesn't resend a line already sent
13499 to ispell process. Fixes alignment error bug.
a23c5037 13500
8b7bc628 135012000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 13502
a23c5037 13503 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
13504 Suggest xloadimage, which is free, not xv, which isn't.
13505
a23c5037 13506 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
13507 Don't ever include the host name or user name in the value.
13508
9ed79f5d
GM
135092000-01-09 Gerd Moellmann <gerd@gnu.org>
13510
13511 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
13512 of a real newline.
13513
b950abb1
GM
135142000-01-09 Stephen Eglen <stephen@gnu.org>
13515
a23c5037 13516 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
13517 for .png files.
13518
3c708e98
GM
135192000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
13520
13521 * cus-edit.el (custom-hook-convert-widget): Fix comment.
13522
bf61662d
GM
135232000-01-09 Gerd Moellmann <gerd@gnu.org>
13524
f1d851ae
GM
13525 * progmodes/cperl-mode.el: Replace ^F with ^L.
13526
bf61662d 13527 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 13528 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
13529 recursion.
13530
c65d14ee
DL
135312000-01-08 Dave Love <fx@gnu.org>
13532
8cf87e9b
DL
13533 * emacs-lisp/backquote.el: Remove inappropriate customization
13534 (allowing custom.el to use backquote).
c65d14ee 13535
83de2ebc
DL
135362000-01-07 Dave Love <fx@gnu.org>
13537
13538 * add-log.el (add-log-debugging): Deleted.
13539 (add-change-log-entry): Treat a backup FILE-NAME as its parent
13540 file. Remove debugging code.
13541 (change-log-get-method-definition, change-log-name): Add doc.
13542 (change-log-sortable-date-at): New function.
13543 (change-log-merge): New command.
13544
13545 * time.el (display-time-string-forms): Make the Mail string active.
13546 (display-time-update): Provide help-echo for load average.
13547
13548 * bindings.el (make-mode-line-mouse2-map): New function.
13549 (mode-line-modified): Use it and simplify.
13550 (mode-line-mule-info): Provide help-echo info.
13551 (minor-mode-alist): Activate the strings.
13552 (make-mode-line-mouse-sensitive): Simplify for
13553 mode-line-buffer-identification.
13554
c1475eae
GM
135552000-01-07 Gerd Moellmann <gerd@gnu.org>
13556
13557 * play/pong.el: New file.
13558
83de2ebc
DL
135592000-01-06 Dave Love <fx@gnu.org>
13560
13561 * array.el: Assorted cleanups for compiler warnings, doc strings,
13562 `array-' prefix for symbols.
13563
135642000-01-05 Dave Love <fx@gnu.org>
13565
13566 * textmodes/outline.el (outline-mode-menu-bar-map): Add
13567 outline-headers-as-kill.
13568 (outline-mode): Define imenu-generic-expression.
13569 (outline-headers-as-kill): New command.
13570
13571 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
13572 from paragraph-start.
13573 (paragraph-indent-minor-mode): New command.
13574
13575 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
13576 M-C-e, M-C-h, C-j, C-xnd, TAB.
13577 (fortran-mode): Set beginning-of-defun, end-of-defun.
13578 (fortran-column-ruler): Simplify.
13579 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
13580 (fortran-with-subprogram-narrowing): Likewise.
13581 (fortran-indent-subprogram): Call mark-defun.
13582 (fortran-check-for-matching-do): Change narrowing.
13583
13584 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
13585 (cl-lucid-hash-tag): Delete.
13586 (cl-hash-table-p): Correct test for native table.
13587 (cl-hash-table-count): Use hash-table-count.
13588
13589 * browse-url.el (browse-url): Fix case of
13590 browse-url-browser-function being an alist.
13591
676ac023
CD
135922000-01-05 Carsten Dominik <cd@gnu.org>
13593
c1475eae
GM
13594 * textmodes/reftex-vars.el (reftex-parse-file-extension)
13595 (reftex-index-phrase-file-extension): New options.
676ac023
CD
13596
13597 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 13598 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
13599
13600 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 13601 `reftex-parse-file-extension'.
eb483e17 13602
88807984
DL
136032000-01-05 Dave Love <fx@gnu.org>
13604
83de2ebc 13605 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
13606 (beginning-of-defun-raw): Use it.
13607 (end-of-defun): New variable.
13608 (end-of-defun): Use it.
13609 (check-parens): New command.
13610
1362aeb4
TTN
136112000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
13612
c1475eae
GM
13613 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
13614 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 13615
7ddafb95
TTN
13616 Fix buglet in local variables initialization.
13617
7334aa99
AS
136182000-01-05 Andreas Schwab <schwab@suse.de>
13619
13620 * hscroll.el (hscroll): Doc fix.
13621
b12e24cd
CD
136222000-01-05 Carsten Dominik <cd@gnu.org>
13623
13624 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
13625 idlw-toolbar.
13626
13627 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
13628 file idlw-rinfo.el.
1362aeb4
TTN
13629 (idlwave-customize): load must read file idlw-shell.el.
13630 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 13631
d6226972
CD
136322000-01-05 Carsten Dominik <dominik@astro.uva.nl>
13633
13634 * progmodes/idlw-shell.el: Also provide idlwave-shell
13635 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
13636 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
13637
13638 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
13639 both reftex-dcr and reftex-vcr.
1362aeb4 13640
d6226972
CD
13641 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
13642
6ddb893f 136432000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
13644
13645 * ps-print.el: PostScript code now is in separate files, doc fix.
13646 (ps-print-version): New version number (5.0.3).
13647 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
13648 local.
13649 (ps-spool-config): Initialization fix.
c1475eae
GM
13650 (ps-print-prologue-1, ps-print-prologue-2)
13651 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
13652 (ps-background-image): Little code reformating.
13653 (ps-begin-file, ps-begin-job): Fix code.
88807984 13654 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
13655 (ps-prologue-file): New fun.
13656
ae833aae
KH
136572000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13658
c1475eae 13659 * ps-vars.el: Eliminated.
ae833aae
KH
13660
13661 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
13662 `;;;###autoload'.
13663
13664 * ps-print.el: ps-vars eliminated, doc fix.
13665 (ps-print-version): New version number (5.0.2).
13666 (ps-spool-config): Initialization fix.
13667 (ps-print-customize): New fun.
13668
560a7bd2
GM
136692000-01-04 Gerd Moellmann <gerd@gnu.org>
13670
13671 * autorevert.el (auto-revert-mode): Return value of
13672 auto-revert-mode.
13673
f45dd0f4
DL
136742000-01-04 Dave Love <fx@gnu.org>
13675
fae2ac05
DL
13676 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
13677 menu items.
f45dd0f4 13678
61255981
DL
136792000-01-03 Dave Love <fx@gnu.org>
13680
88807984 13681 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 13682
83de2ebc 13683 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
13684 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
13685 `cl-hash-table-p', not `hash-table-p'.
13686 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
13687
c182a70f
EZ
136882000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13689
13690 * faces.el (face-read-integer, read-face-attribute)
13691 (color-defined-p, color-values): unspecified-{f,b}g are now
13692 strings.
13693
047f434a
GM
136942000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
13695
13696 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
13697 at comment end, and re-insert them after filling.
13698
bab531e2
EZ
136992000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13700
13701 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
13702 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
13703 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 13704
d684c676
EZ
137052000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13706
13707 * term/x-win.el (xw-defined-colors): Call color-supported-p,
13708 the new name of face-color-supported-p.
13709
13710 * term/w32-win.el (xw-defined-colors): Likewise.
13711
0aad4805
EZ
137122000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13713
13714 * simple.el (completion-setup-function): Count completion-size
13715 from minibuffer-prompt-end, not from point-min.
13716
5fe1d139
EZ
137172000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
13718
13719 * faces.el (read-face-attribute, defined-colors, color-defined-p):
13720 Pass the frame to tty-color-* functions.
13721 (display-color-p, frame-set-background-mode): Pass the frame to
13722 tty-display-color-p.
13723
13724 * term/tty-colors.el (tty-defined-color-alist): Renamed from
13725 tty-color-alist.
13726 (tty-color-alist, tty-modify-color-alist): New functions.
13727 (tty-color-define, tty-color-clear, tty-color-approximate)
13728 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
13729 an optional parameter FRAME.
13730
162dec01
GM
137312000-01-01 Gerd Moellmann <gerd@gnu.org>
13732
27189709
GM
13733 * image.el (create-image, defimage): Don't assume image data is a
13734 string.
13735
162dec01
GM
13736 * image.el (defimage): Handle specifications containing :data
13737 instead of :file.
13738 (image-type-from-data): New function.
13739 (image-type-from-file-header): Use it.
13740 (create-image): Add parameter DATA-P.
1362aeb4 13741
bea56df7 13742See ChangeLog.8 for earlier changes.
25a6fab1
KH
13743
13744;; Local Variables:
e64c3a75 13745;; coding: iso-2022-7bit
25a6fab1 13746;; End: