(mode-line-mode-menu): Add glasses-mode.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
796ecd10
GM
12000-12-07 Gerd Moellmann <gerd@gnu.org>
2
3 * bindings.el (mode-line-mode-menu): Reverse the order
4 of define-keys so that the menu appears in alphabetical order.
5
e2849090
DL
62000-12-07 Dave Love <fx@gnu.org>
7
8 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
9
10 * facemenu.el (facemenu-unlisted-faces): Fix value.
11
5c7f629c
SM
122000-12-07 Stefan Monnier <monnier@cs.yale.edu>
13
14 * font-lock.el (font-lock-default-fontify-region):
15 Include the terminating \n (off-by-one error).
16 (font-lock-set-defaults): Use dolist.
17
18 * derived.el (define-derived-mode): Don't use combine-run-hooks.
19
73481ae3
KH
202000-12-07 Kenichi Handa <handa@etl.go.jp>
21
ffbaa122
KH
22 * international/mule-cmds.el (describe-language-environment): Fix
23 for the case that an input method title is not string but a list.
24
73481ae3
KH
25 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
26 of wrong SIZE record.
27
e2896b22
DL
282000-12-06 Dave Love <fx@gnu.org>
29
67292061
DL
30 * newcomment.el (comment-region, comment-dwim): Doc fix.
31
32 * textmodes/texinfo.el: Require tex-mode when compiling.
33 (texinfo-update-node): Doc fix.
34 (texinfo-imenu-generic-expression): Add @anchor.
35 (texinfo-font-lock-keywords): Add @uref.
36 (texinfo-inside-macro-p): Don't use ignore-errors.
37 (texinfo-insert-quote): Match more contexts.
38
e76938e7
DL
39 * international/mule.el (decode-char, encode-char): Doc fix.
40 (auto-coding-alist): Customize.
41
42 * files.el (load-file): Fix change of 2000-03-12.
43
e2896b22
DL
44 * wid-edit.el (widget-text-keymap): Doc fix.
45
6610f4b2
AI
462000-12-06 Andrew Innes <andrewi@gnu.org>
47
48 * makefile.w32-in (lisp): Set to an absolute directory, namely
49 $(CURDIR).
50
9e3366e4
EZ
512000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
52
53 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
54 read generated-autoload-file, and set buffer-file-coding-system to
55 raw-text-unix after reading the file.
56
57 * international/mule-conf.el (file-coding-system-alist): Use
58 raw-text for reading loaddefs.el and raw-text-unix for writing
59 it.
60
d94d636f
GM
612000-12-06 Gerd Moellmann <gerd@gnu.org>
62
384333ee
GM
63 * replace.el (occur): Make line-number-width 1 smaller for the
64 colon following the line number.
65
347d0813
GM
66 * startup.el (fancy-splash-text, command-line-1): Use
67 `File' for the menu name instead of `Files'.
68
d4b72d58
GM
69 * tmm.el: Update copyright.
70
d94d636f
GM
71 * cus-start.el: Add entry for even-window-heights.
72
6e424019
MB
732000-12-06 Miles Bader <miles@gnu.org>
74
75 * faces.el (frame-set-background-mode): Avoid stomping on
76 locally modified faces.
77
e6477b58
KH
782000-12-06 Kenichi Handa <handa@etl.go.jp>
79
80 * international/fontset.el: Correct the font registries for
81 japanese-jisx0213-1 and japanese-jisx0213-2.
82
21999ab9
GM
832000-12-05 Gerd Moellmann <gerd@gnu.org>
84
57d6e381
GM
85 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
86
21999ab9
GM
87 * iswitchb.el: Update customization commentary.
88
7422819c
GM
892000-12-05 Rob Riepel <riepel@Stanford.EDU>
90
91 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
92 (tpu-search-highlight): Fixed comparison of overlay end positions.
93 (tpu-trim-line-ends): Implemented trimming logic locally.
94
95 * emulation/tpu-extras.el (tpu-write-file-hook)
96 (tpu-set-cursor-bound): Replaced picture-clean with
97 tpu-trim-line-ends.
98
73daff18
KH
992000-12-05 Kenichi Handa <handa@etl.go.jp>
100
101 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
102 to cn-gb.
103 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
104
6a4cd002
DL
1052000-12-04 Dave Love <fx@gnu.org>
106
107 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
108
6452929e
GM
1092000-12-04 Gerd Moellmann <gerd@gnu.org>
110
111 * mail/rmailsum.el (rmail-summary-expunge)
112 (rmail-summary-expunge-and-save): Ask for confirmation with
113 rmail-expunge-confirmed.
114
115 * mail/rmail.el (rmail-expunge-confirmed): New function.
116 (rmail-expunge): Use it.
117
0c68ce6f
GM
118 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
119 (etags-recognize-tags-table, find-tag-in-order): New
120 functionality: interpret file names as tags.
121
7a53d8c8
EZ
1222000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
123
124 * info.el (Info-scroll-prefer-subnodes): New defcustom.
125 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
126 visit the first subnode until the bottom of the current node is
127 visible.
128
caa15ef7
GM
1292000-12-04 Gerd Moellmann <gerd@gnu.org>
130
131 * format.el (format-decode): Don't change buffer's undo list.
132
e225faa7
KH
1332000-12-04 Kenichi Handa <handa@etl.go.jp>
134
135 * faces.el (face-font-registry-alternatives): Add entries for CJK
136 fonts. Doc-string adjusted for the actual usage of this data.
137
138 * international/fontset.el: Change the font registries for CJK
139 fonts in the default fontset. Don't append '*' to registries.
140
8b262a65
SM
1412000-12-03 Stefan Monnier <monnier@cs.yale.edu>
142
143 * emacs-lisp/easy-mmode.el (define-derived-mode)
144 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
145
146 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
147 (derived-mode-p): New function.
148 (derived-mode-make-docstring): Add `docstring' argument.
149 Use it if available and complete it if necessary.
150
33c4460b
AS
1512000-12-03 Andreas Schwab <schwab@suse.de>
152
153 * type-break.el (type-break): Don't make parent of itself.
154
5c9b3fac
MB
1552000-12-03 Miles Bader <miles@gnu.org>
156
157 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
158
27ce741e
SM
1592000-12-02 Stefan Monnier <monnier@cs.yale.edu>
160
07c16ec4
SM
161 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
162 (tex-main-file, tex-file): Simplify.
163 (tex-generate-zap-file-name): Use subst-char-in-string.
164 (tex-strip-dots): Remove.
165
c19cc275
SM
166 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
167
27ce741e
SM
168 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
169 to check if the match succeeded.
170
285991dc
GM
1712000-12-02 Gerd Moellmann <gerd@gnu.org>
172
173 * startup.el (use-fancy-splash-screens-p): New function.
174 (command-line-1): Use it to determine whether or not to use
175 a fancy splash screen.
176
52dca1b2
AS
1772000-12-02 Andreas Schwab <schwab@suse.de>
178
179 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
180
d3e7e7cf
EZ
1812000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
182
2dce2360
EZ
183 * international/mule.el (make-char): Fix last change.
184
9768eaa7
EZ
185 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
186 New defcustoms.
187 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
188 autoloading tex-mode; instead, do the same manually. Use
189 texinfo-open-quote and texinfo-close-quote. Insert literal quote
190 with numeric argument. Docstring fix.
191 (toplevel): Require cl when compiling.
192
285991dc 193 * international/mule.el (make-char): Doc fix.
d3e7e7cf 194
0dd5e255
JR
1952000-12-02 Jason Rumney <jasonr@gnu.org>
196
197 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
198 the Emacs Lisp manual)
199
fbb87147
EZ
2002000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
201
5cbb3e93
EZ
202 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
203
fbb87147
EZ
204 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
205 the Emacs Lisp manual).
206
1636ca09
GM
2072000-12-02 Gerd Moellmann <gerd@gnu.org>
208
209 * simple.el (next-line-add-newlines): Change default to nil.
210
68875f0e
EZ
2112000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
212
213 * files.el (revert-buffer, recover-file): Bind
214 coding-system-for-read to emacs-mule-unix, not to no-conversion.
215
fd9ac94c
GM
2162000-12-01 Gerd Moellmann <gerd@gnu.org>
217
218 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
219
220 * play/5x5.el (5x5-play-solution):
221
45450dd5
MB
2222000-12-01 Miles Bader <miles@gnu.org>
223
224 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
225
09df8881
KH
2262000-12-01 Kenichi Handa <handa@etl.go.jp>
227
228 * international/mule-diag.el (describe-char-after): Fix typo.
229 (describe-character-set, non-iso-charset-alist): Fix typo.
230
dea0a87d
MB
2312000-12-01 Miles Bader <miles@gnu.org>
232
b170205b
MB
233 * image-file.el (image-file-name-regexp): Automatically add
234 upper-case variants of each filename extension in
235 `image-file-name-extensions', since they seem to be common.
236
dea0a87d
MB
237 * simple.el (minibuffer-contents)
238 (minibuffer-contents-no-properties, delete-minibuffer-contents):
239 New functions.
240 * filecache.el (file-cache-directory-name)
241 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
242
2b69bc11
GM
2432000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
244
dea0a87d
MB
245 * filecache.el (file-cache-minibuffer-complete): Don't try to
246 delete the minibuffer prompt.
247
a8a1b05d
DL
2482000-11-30 Dave Love <fx@gnu.org>
249
250 * cus-start.el: Fix read-buffer-function type.
251
693c4692
GM
2522000-11-30 Gerd Moellmann <gerd@gnu.org>
253
254 * md5.el: Removed. There's a built-in function, now.
255
2c0b1898
GM
2562000-11-30 Markus Rost <rost@math.ohio-state.edu>
257
258 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
259 as dummy 0-th char of rmail-deleted-vector.
260
63dfcf4b
EZ
2612000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
262
263 * ps-print.el (ps-end-job): Bind case-fold-search only after
264 switching to ps-spool-buffer.
265
2662000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
267
268 * ps-print.el: Line number font customization. PostScript: Lines and
269 PageCount are initialized on each page. Doc Fix.
270 (ps-print-version): New version number (6.3.2).
271 (ps-lpr-switches, ps-font-info-database, ps-font-size)
272 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
273 (ps-right-header): Customization fix.
274 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
275 Fix code.
276 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
277 New vars.
278
df3aedcf
GM
2792000-11-30 Gerd Moellmann <gerd@gnu.org>
280
edfb795e
GM
281 * bs.el: Fix typos and spelling errors.
282 (bs-appearance) <defgroup>: Renamed from bs-appearence.
283 (bs-configuration): Doc fix.
284
df3aedcf
GM
285 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
286
8b8a7f01
GM
2872000-11-30 Rob Riepel <riepel@Stanford.EDU>
288
289 * emulation/tpu-edt.el (tpu-version): New version.
290 (tpu-search-overlay, tpu-replace-overlay): New initial range.
291 (tpu-original-mode-line): Variable deleted.
292 (tpu-mark-flag): New initial value.
293 (tpu-set-mode-line): Don't redefine mode-line-format. Add
294 tpu-mark-flag to minor-mode-alist.
295 (tpu-update-mode-line): New mark flag logic.
296 (tpu-get): Use find-file-wildcards.
297 (tpu-search-highlight): Move overlay less, reset overlay properly.
298 (tpu-unselect): Deactivate mark.
299 (tpu-lm-replace): Reset overlay properly.
300 (tpu-forward-line): Use forward-visible-line.
301 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
302
303 * emulation/tpu-extras.el (tpu-forward-line): Use
304 forward-visible-line.
305
c069a9d3
GM
3062000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
307
308 * cus-edit.el (custom-face-value-create): Always emphasize tag.
309
b02cd40b
GM
3102000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
311
312 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
313 and skip whitespace and newlines.
314
b7a90344
SM
3152000-11-30 Stefan Monnier <monnier@cs.yale.edu>
316
317 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
318
be6bbb55
GM
3192000-11-29 Gerd Moellmann <gerd@gnu.org>
320
0383ed60
GM
321 * help.el (describe-function-1): Regexp-quote function name
322 when used as part of a regexp.
323
c7957947
GM
324 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
325 face-attribute instead of face-foreground and face-background.
326 (tool-bar-add-item): Likewise, and handle unspecified colors.
327
328 * enriched.el (enriched-face-ans): Use face-attribute instead
329 of face-foreground and face-background.
330
331 * faces.el (face-foreground, face-background, face-stipple):
332 Return nil if attribute is unspecified, for backward
333 compatibility.
334
7423978d
GM
335 * files.el (auto-mode-alist): Add an entry for antlr-mode.
336
ef128c78
GM
337 * play/5x5.el: Remove version info.
338
a81fc510
GM
339 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
340
be6bbb55
GM
341 * frame.el (blink-cursor-mode): Doc fix.
342
f9396e03
GM
3432000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
344
345 * antlr-mode.el: New commands to run ANTLR from within Emacs and
346 to create Makefile rules.
347 (antlr-tool-command): New user option.
348 (antlr-ask-about-save): New user option.
349 (antlr-makefile-specification): New user option.
350 (antlr-file-formats-alist): New variable.
351 (antlr-special-file-formats): New variable.
352 (antlr-unknown-file-formats): New user option.
353 (antlr-help-unknown-file-text): New variable.
354 (antlr-help-rules-intro): New variable.
355 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
356 (antlr-mode-menu): Add entries.
357 (antlr-file-dependencies): New function.
358 (antlr-directory-dependencies): New function.
359 (antlr-superclasses-glibs): New function.
360 (antlr-run-tool): New command.
361 (antlr-makefile-insert-variable): New function.
362 (antlr-insert-makefile-rules): New function.
363 (antlr-show-makefile-rules): New command.
364
365 * antlr-mode.el: More Emacs/XEmacs stuff.
366 (antlr-no-action-keywords): New constant with value nil.
367 (antlr-font-lock-keywords-alist): Use it. Old value would break
368 syntax highlighting in Emacs-21.0.
369 (antlr-default-directory): Emacs/XEmacs dependend function.
370 (antlr-read-shell-command): Ditto.
371 (antlr-with-displaying-help-buffer): Ditto.
372
3732000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
374
375 * antlr-mode.el: imenu, parsing and highlighting changes.
376 (antlr-imenu-create-index-function): Don't create extra submenus
377 for definitions in different grammar classes. It is not necessary
378 for the menu and would make command `imenu' awkward to use.
379 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
380 header actions and more than one.
381 (antlr-font-lock-tokendef-face): Changed color.
382 (antlr-font-lock-tokenref-face): Changed color.
383 (antlr-font-lock-additional-keywords): Also highlight lowercase.
384 (antlr-mode-syntax-table): New variable.
385 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
386 (antlr-with-syntax-table): Don't copy syntax table.
387
3882000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
389
390 * antlr-mode.el: Minor changes: language setting.
391 (antlr-language-alist): The value for file option "language" can
392 be both an identifier and a string.
393 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
394 (antlr-language-limit-n-regexp): Change accordingly.
395
3962000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
397
398 * antlr-mode.el: Minor changes: tabs, hiding.
399 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
400 (antlr-action-visibility): Also allow value nil to also hide the
401 braces. Renamed from `antlr-tiny-action-length'.
402 Suggested by Jay@aol.com.
403 (antlr-hide-actions): Change accordingly. Hide line if completely
404 hidden action is on a line of its own.
405
6ad948eb
SM
4062000-11-29 Stefan Monnier <monnier@cs.yale.edu>
407
408 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
409
410 * sort.el (sort-columns): Don't concat strings with numbers.
411
9c6a4107
DL
4122000-11-29 Dave Love <fx@gnu.org>
413
414 * cus-edit.el (face): Fix :format.
415
416 * mail/feedmail.el: Require smtpmail when compiling.
417 (mail-do-fcc): Autoload.
418 (feedmail) <defgroup>: Fix :link.
419 (feedmail-nuke-body-in-fcc): Fix :type.
420 (feedmail-send-it): Add autoload cookie.
421
053b8d35
SM
4222000-11-29 Stefan Monnier <monnier@cs.yale.edu>
423
424 * newcomment.el (comment-indent): Save excursion around call to
425 comment-indent-function.
426
242c13e8
MB
4272000-11-29 Miles Bader <miles@gnu.org>
428
429 * subr.el (member-ignore-case): Return the tail of the list who's
430 car matches, like `member', not the matching element itself.
431
8f4b5f28
KH
4322000-11-29 Kenichi Handa <handa@etl.go.jp>
433
434 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
435 should not contain `\n'.
436
bebe4a2c
GM
4372000-11-28 Gerd Moellmann <gerd@gnu.org>
438
fd9ac94c 439 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 440
ba7e40eb
GM
441 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
442
75ab0c79
GM
443 * dired-aux.el (dired-do-create-files): Construct default file
444 name for dired-mark-read-file-name so that when the user enters
445 just RET, the target file will end up in the target directory.
446
bebe4a2c
GM
447 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
448 local-abbrev-table before changing buffers because it might
449 have a buffer-local binding.
450
fa6d1ca8
MB
4512000-11-28 Miles Bader <miles@gnu.org>
452
453 * simple.el (delete-horizontal-space): Handle fields more generally.
454
8d2c2642
GM
4552000-11-28 Gerd Moellmann <gerd@gnu.org>
456
457 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
458
8b31236d
DL
4592000-11-28 Dave Love <fx@gnu.org>
460
3cbd02d2
DL
461 * progmodes/ps-mode.el (ps-mode): Set comment-start and
462 comment-start-skip locally.
463
8b31236d
DL
464 * progmodes/fortran.el (fortran-mode): Don't set
465 fortran-comment-line-start-skip. Set comment-start to
466 fortran-comment-line-start.
467 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
468 (fortran-comment-line-start-skip): Simplify slightly.
469
ae4bf56d
GM
4702000-11-28 Gerd Moellmann <gerd@gnu.org>
471
17ef7534
GM
472 * play/5x5.el: Remove RCS keyword.
473
fd9ac94c 474 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 475
665b27a6
GM
4762000-11-28 Milan Zamazal <pdm@freesoft.cz>
477
478 * textmodes/tildify.el (tildify-string-alist): Add
479 `plain-tex-mode' here.
480
fe3c2ae3
GM
4812000-11-28 Colin Walters <walters@cis.ohio-state.edu>
482
483 * chistory.el (Command-history-setup): Remove extraneous `keymap'
484 reference.
485
d970106b
MB
4862000-11-28 Miles Bader <miles@gnu.org>
487
36b80a0d
MB
488 * cus-face.el (custom-face-attributes): Add post-filter function
489 for :box. Make pre-filter function for :box handle all cases.
490
d970106b
MB
491 * wid-edit.el (widget-choose): Make sure pop-up window is large
492 enough to display all the choices, as there's no way to scroll it.
493
5a2bae6c
KH
4942000-11-28 Kenichi Handa <handa@etl.go.jp>
495
496 * international/mule-conf.el: Make the coding system no-conversion
497 safe for all characters.
498
9e836e23
DL
4992000-11-27 Dave Love <fx@gnu.org>
500
8b31236d
DL
501 * net/ldap.el (ldap) <defgroup>: Add :version.
502
9e836e23
DL
503 * tooltip.el (tooltip-use-echo-area): Doc fix.
504
505 * cus-start.el <minibuffer-prompt-properties>: Add version.
506 <read-buffer-function>: Add.
507
508 * apropos.el (apropos-print): Add help-echo to active text.
509
510 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
511
4a74d071
GM
5122000-11-27 Gerd Moellmann <gerd@gnu.org>
513
514 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
515 type, group and version.
516
76058c27
EZ
5172000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
518
4a74d071 519 * select.el (x-get-selection): Docstring fix.
76058c27 520
fd9ac94c 5212000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 522
fd9ac94c 523 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 524
49060c51
AI
5252000-11-27 Andrew Innes <andrewi@gnu.org>
526
527 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
528
529 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
530
b2a8e429
MB
5312000-11-27 Miles Bader <miles@gnu.org>
532
533 * dired.el (dired-get-filename): Return filename verbatim if
534 LOCALP is `verbatim'.
535 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
536 `verbatim' so that we don't inadvertently delete a non-existant
537 directory name.
538
5ac0366d
KH
5392000-11-27 Kenichi Handa <handa@etl.go.jp>
540
541 * international/characters.el: Specify cases and syntaxes for
542 mule-unicode-0100-24ff.
543
67f1cf4c
GM
5442000-11-27 Gerd Moellmann <gerd@gnu.org>
545
546 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
547 that foreground and/or background colors of the face `tool-bar'
548 are unspecified.
549
46c56972
MB
5502000-11-27 Miles Bader <miles@gnu.org>
551
ec725166
MB
552 * wid-edit.el (widget-field-buffer, widget-field-start)
553 (widget-field-end): Handle widget field `pseudo-overlays'.
554 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
555 if it's there instead of in `widget-field-list'.
556
46c56972 557 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
558 (help-make-xrefs): Delete extraneous newlines at the end of the
559 docstring.
46c56972 560
640a9cdd
JR
5612000-11-25 Jason Rumney <jasonr@gnu.org>
562
563 * startup.el (command-line): Call set-locale-environment after
564 Window System init file is read, as it can result in a call to
565 redraw-frame.
566
0b3f96d4
EZ
5672000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
568
569 * simple.el (shell-command): Mention the effect of the prefix
570 argument in the doc string.
571
8da6e2a1
MB
5722000-11-25 Miles Bader <miles@gnu.org>
573
a658d039
MB
574 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
575
8da6e2a1 576 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 577 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 578
d3416cca
JR
5792000-11-24 Jason Rumney <jasonr@gnu.org>
580
581 * international/mule-cmds.el (locale-language-names): Add "jp" as
582 a non-standard alternative for Japanese.
583
17e37f53
AS
5842000-11-24 Andre Spiegel <spiegel@gnu.org>
585
586 * vc-hooks.el: Require 'cl during compilation.
587
9aa5f148
GM
5882000-11-24 Gerd Moellmann <gerd@gnu.org>
589
ba193890
GM
590 * faces.el (face-set-after-frame-default): Let face attributes
591 specified for new frames override frame parameters.
592
9aa5f148
GM
593 * startup.el (command-line): Fix computation of the source file
594 for user-init-file when user-init-file is a compiled file.
595
51a1edab
MB
5962000-11-24 Miles Bader <miles@gnu.org>
597
598 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
599 (custom-post-filter-face-spec): New functions.
600 (custom-face-set, custom-face-value-create): Filter the face spec
601 before and after customization.
602 (custom-face-set): If VALUE specifies a null face, pass a
603 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
604 * cus-face.el (custom-face-attributes): Remove SET and GET
605 functions. Add some IN-FILTER and OUT-FILTER functions in the few
606 cases they're needed.
607
1ed74431
MB
608 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
609 that it's distinguishable from the :off-glyph on dark-background
610 displays. Set its background color too.
611
67ee1125
MB
612 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
613 so that people can easily turn it off.
614
7d027816
MK
6152000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
616
617 * ediff-diff.el: Moved variables around to have it compile under NT.
618
9aa5f148 619 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
7d027816 620
9aa5f148 621 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
7d027816 622
9aa5f148 623 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816
MK
624 redundant skip-small-frames test.
625
9aa5f148 626 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816
MK
627 (viper-downgrade-to-insert): protect against errors in hooks.
628
9aa5f148
GM
629 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
630 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
631 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816
MK
632 functions.
633
9aa5f148 634 * viper-util.el (viper-memq-char): Bug fixes.
7d027816 635
9aa5f148 636 * viper.el (viper-mode): Fix cursor handling.
7d027816 637
f07fa1b8
KH
6382000-11-24 Kenichi Handa <handa@etl.go.jp>
639
640 * international/mule-diag.el (list-iso-charset-chars): For
641 two-byte charset, fix the `while' condition.
642 (list-non-iso-charset-chars): Fix the `while' condition.
643
ba8299ff
SM
6442000-11-23 Stefan Monnier <monnier@cs.yale.edu>
645
79372165
SM
646 * subr.el (add-hook, remove-hook): Don't call make-local-hook
647 if the variable is make-variable-buffer-local.
648
ba8299ff
SM
649 * progmodes/ada-stmt.el (ada-template-map): Initialize
650 and bind it to C-c t in ada-mode-map.
651 (ada-stmt-mode-hook): New function extracted from old code.
652 Only change the buffer-local side of skeleton-*.
653 (ada-mode-hook): Use it.
654
68a887fa
EZ
6552000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
656
657 * iswitchb.el (iswitchb-minibuf-depth): New variable.
658 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
659 we expect to be returned by minibuffer-depth once we prompt the
660 user in the minibuffer.
661 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
662 as recorded in iswitchb-minibuf-depth, return non-nil.
663
3b345582
EZ
6642000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
665
666 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
667 (hscroll-window-maybe): Docstring fix.
668
595dead2
DL
6692000-11-23 Dave Love <fx@gnu.org>
670
671 * rect.el (string-rectangle): Don't test delete-selection-mode.
672
1e66b27a
GM
6732000-11-23 Gerd Moellmann <gerd@gnu.org>
674
02790ce2
GM
675 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
676 is in the tool bar.
677
1e66b27a
GM
678 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
679 with `no-dir'; we want the directory part to be able to remove
680 it.
681
a4caa65d
SM
6822000-11-22 Stefan Monnier <monnier@cs.yale.edu>
683
684 * textmodes/outline.el (outline-flag-region):
685 Don't bind inhibit-read-only since we don't modify the buffer.
686 (outline-isearch-open-invisible): Don't jump to overlay-start
687 since we're trying to unhide text around point.
688 (outline-discard-overlays): Use dolist.
689
690 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
691
03e757c1
GM
6922000-11-22 Gerd Moellmann <gerd@gnu.org>
693
694 * mail/rmail.el (rmail-confirm-expunge): Default to
695 y-or-n-p.
696
1598a961
SM
6972000-11-22 Stefan Monnier <monnier@cs.yale.edu>
698
699 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
700 Fix ARG regexp to skip quoted braces.
701 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
702 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
703 are (correctly) handled separately).
704 Remove `caption' and `footnote' from `citations': they contain text.
705 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
706 (latex-skeleton-end-hook): New function.
707 (latex-mode): Use it.
708 (tex-start-tex-marker): Remove.
709 (tex-send-tex-command): Don't set tex-start-tex-marker.
710 (tex-error-parse-syntax-table): New var.
711 (tex-compilation-parse-errors): Use it.
712 Ignore tex-start-tex-marker. Don't bother with marker-position.
713 (tex-validate-buffer): Don't bother with marker-position.
714
715 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 716 (flyspell-generic-progmode-verify): Use it.
1598a961 717
eaae8106
SS
7182000-11-22 Sam Steingold <sds@gnu.org>
719
03e757c1
GM
720 * simple.el (delete-trailing-whitespace): New interactive
721 function.
722
eaae8106 723 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 724 `ada-remove-trailing-spaces'.
eaae8106 725 (ada-remove-trailing-spaces): Removed.
03e757c1 726
eaae8106 727 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
03e757c1 728
1598a961
SM
729 * textmodes/picture.el (picture-clean): Removed.
730 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 731
a41d49e9
GM
7322000-11-22 Gerd Moellmann <gerd@gnu.org>
733
e053c60f
GM
734 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
735
a41d49e9
GM
736 * hi-lock.el (hi-lock-refontify): Don't call non-existent
737 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 738 do anything special when jit-lock is active.
a41d49e9
GM
739 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
740
197615f3
DL
7412000-11-22 Dave Love <fx@gnu.org>
742
ddbfaa9f
DL
743 * calendar/todo-mode.el (todo-top-priorities): Use
744 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
745
ddc3c695
DL
746 * language/chinese.el, language/cyrillic.el:
747 * language/devanagari.el, language/ethiopic.el, language/greek.el:
748 * language/hebrew.el, language/indian.el, language/japanese.el:
749 * language/korean.el, language/lao.el, language/misc-lang.el:
750 * language/thai.el, language/tibetan.el, language/vietnamese.el:
751 Use provide.
752
fb9fa98d
DL
753 * cus-edit.el (custom-buffer-create-internal): Save some consing.
754 (custom-variable-set): Improve validation error mesage.
755
197615f3
DL
756 * rect.el (string-rectangle): Revert last change.
757 (string-rectangle-line): New arg DELETE.
758 (string-rectangle): Check delete-selection-mode.
759
760 * emacs-lisp/edebug.el (edebug-version)
761 (edebug-maintainer-address): Deleted.
762 (edebug-submit-bug-report): Just alias to report-emacs-bug.
763 (edebug-read-function): Account for other `'#' read forms.
764 (edebug-mode-menus): Make some items toggles.
765 (edebug-outside-unread-command-event, unread-command-event):
766 Remove these to avoid warnings.
767
f4117c4d
GM
7682000-11-22 David Ponce <david@dponce.com>
769
770 * recentf.el (recentf-menu-items-for-commands)
771 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 772 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 773
f4117c4d
GM
774 (recentf-build-dir-rules, recentf-dump-variable)
775 (recentf-edit-list, recentf-open-files-item)
776 (recentf-open-files): Replaced unnecessary `mapcar' with new
777 built-in `mapc'.
eaae8106 778
f8e2f3f2
MB
7792000-11-23 Miles Bader <miles@gnu.org>
780
781 * faces.el (menu): Make inverse-video on ttys too.
782
4c4a541d
SM
7832000-11-22 Stefan Monnier <monnier@cs.yale.edu>
784
785 * simple.el (comment-line-break-function): Use the new name
786 indent-new-comment-line -> comment-indent-new-line.
787 (clone-indirect-buffer): Don't ignore NORECORD.
788 (next-completion): Properly handle the case where items are adjacent.
789
790 * mouse.el (popup-menu): Stupid typo.
791
980d836e
GM
7922000-11-22 Gerd Moellmann <gerd@gnu.org>
793
60e8e0a5
GM
794 * emacs-lisp/authors.el: Remove autoload cookies, add author,
795 maintainer, keywords tags.
796
980d836e
GM
797 * rect.el (replace-rectangle): Don't call string-rectangle-line
798 with too many arguments.
799
e08b2069
AS
8002000-11-22 Andre Spiegel <spiegel@gnu.org>
801
60e8e0a5 802 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 803 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
804 vc-locking-user, which no longer exists.
805
806 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
807
c6779d8d
DL
8082000-11-22 Dave Love <fx@gnu.org>
809
810 * md5.el (md5): Provide.
811 (md5): Fix error call.
812
e672fdce
MB
8132000-11-22 Miles Bader <miles@gnu.org>
814
eaae8106 815 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
816 (refill-fill-paragraph-at): Remove debugging code.
817
80e24c04
MB
818 * calendar/calendar.el (generate-calendar-window): When we don't
819 call `fit-window-to-buffer', make sure the top line is fully visible.
820
3a17d6cc
MB
821 * image-file.el (insert-image-file): Don't make `read-only'
822 property rear-nonsticky.
823
ae1a21c6
MB
824 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
825 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
826 stashing away its original value.
827 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
828 in the recursive edit.
829 Bind `isearch-original-minibuffer-message-timeout' to protect it.
830 (isearch-done): Restore `minibuffer-message-timeout'.
831
e672fdce
MB
832 * cus-start.el: Remove entry for `mode-line-inverse-video'.
833
3ea79df8
SM
8342000-11-21 Stefan Monnier <monnier@cs.yale.edu>
835
836 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
837
838 * find-lisp.el (find-lisp-find-files-internal):
839 Use dolist, when and file-name-as-directory.
840
980d836e 841 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
842 (define-derived-mode, define-minor-mode): Add specs.
843
844 * window.el: General comment and spacing fixes.
845 (save-selected-window): Use backquotes.
846 (window-safely-shrinkable-p): New function.
847 (shrink-window-if-larger-than-buffer): Use it.
848
849 * subr.el (make-local-hook): Docstring fix.
850
851 * shell.el (shell-mode): Use define-derived-mode.
852
853 * newcomment.el (comment-indent): Insert comment before calling
854 comment-indent-function. Don't insert in column 0.
855 (comment-dwim): Indent before inserting comment.
856
857 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
858 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
859 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
860 Use mapc rather than map.
861
862 * files.el (find-buffer-visiting): Compare all attributes before
863 declaring two files identical (rather than just their inode-no).
864 (auto-mode-alist): Use \' rather than $.
865
866 * which-func.el: Update maintainer line.
867
868 * pcvs.el (uniquify-buffer-file-name): Remove advice.
869 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
870 (uniquify-buffer-file-name): Use it.
871
8f62f2b8
MB
8722000-11-22 Miles Bader <miles@gnu.org>
873
874 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
875 * simple.el (minibuffer-avoid-prompt): New function.
876
fb279a6d
GM
8772000-11-21 Gerd Moellmann <gerd@gnu.org>
878
879 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
880
867092e9
MB
8812000-11-21 Miles Bader <miles@gnu.org>
882
ef860850
MB
883 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
884 inclusion of `track-mouse'.
885
867092e9
MB
886 * textmodes/refill.el (refill-ignorable-overlay): New variable.
887 (refill-adjust-ignorable-overlay): New function.
888 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
889 only the paragraph's tail if possible.
890 Update `refill-ignorable-overlay'.
891 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
892
893 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
894 point inside the fill-prefix.
895
896 * textmodes/refill.el (refill-post-command-function): Don't reset
897 refill-doit in the case where a self-insertion command doesn't
898 case a refill. Use `refill-fill-paragraph-at', getting position
899 from `refill-doit'.
900 (refill-after-change-function): Set `refill-doit' to END.
901 (refill-fill-paragraph-at): New function, mostly from old
902 refill-fill-paragraph.
903 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
904 (refill-pre-command-function): New function.
905 (refill-mode): Add it to `pre-command-hook'.
906
ff9ab414
GM
9072000-11-20 Gerd Moellmann <gerd@gnu.org>
908
29a01b72
GM
909 * textmodes/artist.el (artist-mode): Fix autoload cookie.
910
ff9ab414
GM
911 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
912 javadoc tags.
eaae8106 913
885b211b
AS
9142000-11-20 Andre Spiegel <spiegel@gnu.org>
915
916 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
917 vc.el).
918
eaae8106 919 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 920 require vc.
eaae8106
SS
921
922 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 923 checkouts.
eaae8106 924
d1838556
DL
9252000-11-20 Dave Love <fx@gnu.org>
926
927 * Makefile.in (DONTCOMPILE): Omit bindings.el.
928
2b69bc11 9292000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 930
2b69bc11
GM
931 * calculator.el (calculator-paste): Use `if' instead of `and'
932 and `or'.
933 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 934
b95b34e5
GM
9352000-11-19 Gerd Moellmann <gerd@gnu.org>
936
030de92f
GM
937 * info.el (info-menu-5): Doc fix.
938
b95b34e5
GM
939 * textmodes/artist.el: New file.
940
54970452
AS
9412000-11-19 Andre Spiegel <spiegel@gnu.org>
942
eaae8106 943 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
944 and differentiate according to checkout model.
945 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
946 since this function is only concerned with master state.
947
eaae8106 948 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
949 vc-default-workfile-unchanged-p): Moved here from vc.el.
950
eaae8106 951 * vc.el (vc-workfile-unchanged-p,
54970452
AS
952 vc-default-workfile-unchanged-p): See above.
953
e5a9dabf
MB
9542000-11-19 Miles Bader <miles@gnu.org>
955
956 * image-file.el (insert-image-file): Make `intangible' and
957 `read-only' properties rear-nonsticky too.
958
24127af0
GM
9592000-11-18 Gerd Moellmann <gerd@gnu.org>
960
d392e9c5 961 * ps-print.el: Update copyright notice.
eaae8106 962
d392e9c5
GM
963 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
964 (tooltip-show): Use the offsets.
965
24127af0 966 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 967 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
968 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
969
2b69bc11 9702000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 971
2b69bc11
GM
972 * ps-print.el (toplevel): Test for find-coding-system being
973 fboundp before calling ps-x-find-coding-system.
08ea6f17 974
66321b2f
SM
9752000-11-16 Stefan Monnier <monnier@cs.yale.edu>
976
977 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
978 (vc-version-backup-file): Docstring fix.
979
046110c6
GM
9802000-11-16 Gerd Moellmann <gerd@gnu.org>
981
4104194e
GM
982 * files.el (basic-save-buffer): Don't add a newline if
983 find-file-literally is non-nil.
984 (find-file-literally): Extend doc string.
985
046110c6
GM
986 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
987 sort(1) with the `-f' argument.
988
6505c16e
AS
9892000-11-16 Andre Spiegel <spiegel@gnu.org>
990
fd063975
AS
991 * vc.el: Updated backend documentation.
992 (vc-default-check-headers): New function.
993
3d02dd81 994 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
995
996 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 997 up-to-date.
eaae8106 998 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 999 the minibuffer is not active.
fd063975 1000
eaae8106 1001 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 1002 `vc-cvs-use-edit' is on.
eaae8106
SS
1003 (vc-cvs-checkout): When this is used for reverting the workfile,
1004 make a backup of the original contents and revert to that in case
8791d617 1005 of error.
eaae8106 1006 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 1007 remote repositories.
eaae8106 1008
6505c16e
AS
1009 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
1010 for both version and ratio in the minibuffer.
fd063975 1011
eaae8106 1012 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 1013 Use vc-do-command to perform the annotation, not call-process.
6505c16e 1014
a13f0660
KH
10152000-11-16 Kenichi Handa <handa@etl.go.jp>
1016
1017 * international/quail.el (quail-start-translation): Don't call
1018 `message' before reading key sequence.
1019
1389a414
MB
10202000-11-16 Miles Bader <miles@lsi.nec.co.jp>
1021
1022 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
1023
9256a532
KH
10242000-11-16 Kenichi Handa <handa@etl.go.jp>
1025
1026 * window.el (fit-window-to-buffer): Be sure to acquire at least
1027 one text line even if the buffer is empty.
1028
0e14fe9f
GM
10292000-11-16 Gerd Moellmann <gerd@gnu.org>
1030
eaae8106 1031 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
1032 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
1033 ange-ftp-process-verbose to nil.
1034
da645c53
DL
10352000-11-15 Dave Love <fx@gnu.org>
1036
233d5cde
DL
1037 * wid-edit.el (widget-specify-field, widget-specify-button): If
1038 :help-echo is a function, set help-echo of overlay to
1039 widget-mouse-help.
1040 (widget-mouse-help): New function.
1041 (widget-echo-help): Rewritten for :help-echo functions only taking
1042 a widget arg.
1043
b12057b9
DL
1044 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
1045 display-graphic-p.
1046 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
1047 and that JPEG is available.
1048 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
1049
da645c53
DL
1050 * international/mule-cmds.el (locale-charset-language-names):
1051 Match @euro.
1052
6d133d1f
GM
10532000-11-15 Gerd Moellmann <gerd@gnu.org>
1054
1055 * faces.el (face-set-after-frame-default): If
0e14fe9f 1056 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
1057 default face from X resources.
1058
49ac2ac5
EZ
10592000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1060
1061 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
1062 Don't set EMACSLOADPATH.
1063
4fb0a34c
EZ
10642000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1065
1066 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
1067 texinfo-insert-@url.
1068 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
1069 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
1070
bb304a7a
SM
10712000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1072
82bc80bf
SM
1073 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
1074 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
1075 (checkdoc-minor-keymap): Backward compatibility.
1076 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
1077 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
1078 (checkdoc-this-string-valid-engine): Be a bit more strict
1079 to avoid matching substrings of `...' quoted vars/funs.
1080 (checkdoc-defun-info): Only look for `interactive' if alone.
1081 (debug-ignored-errors): Add "arg doesn't appear in docstring".
1082
e8c87124
SM
1083 * progmodes/compile.el (grep): `tag-default' can be nil.
1084
bb304a7a
SM
1085 * newcomment.el (comment-indent): Paren typo.
1086
8628686a
DL
10872000-11-14 Dave Love <fx@gnu.org>
1088
25c269ef
DL
1089 * calculator.el: New maintainer version.
1090
66321b2f 1091 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 1092
8628686a
DL
1093 * cmuscheme.el: Doc fixes.
1094 (cmuscheme) <defgroup>: Use `scheme' as parent.
1095 (cmuscheme-program-name): Remove. Change uses to
1096 scheme-program-name.
1097
1098 * xscheme.el (scheme-program-name): Don't define here.
1099
1100 * progmodes/scheme.el (scheme-program-name): New variable
1101 (originally in cmuscheme).
1102
88f0a1eb
MB
11032000-11-14 Miles Bader <miles@gnu.org>
1104
1105 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
1106 Handle header-lines. Don't loop forever if we can't enlarge the
1107 window anymore. Simplify a bit.
1108
cd9a000c
KH
11092000-11-14 Kenichi Handa <handa@etl.go.jp>
1110
1111 * window.el (fit-window-to-buffer): Don't check
1112 window-text-height. Assure that the last line is fully visible.
1113
1114 * international/quail.el (quail-show-guidance-buf): Call
1115 fit-window-to-buffer to assure the enough height of the guidance
1116 buffer.
1117 (quail-update-guidance): Avoid making the guidance buffer shorter.
1118
d3fcda22
SM
11192000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1120
bdbd9606
SM
1121 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
1122 rather than `prepend' and add an interesting comment.
1123 (tex-math-face, tex-font-lock-syntactic-face-function):
1124 New face and function to use it.
1125 (tex-define-common-keys, tex-mode-map): Use menu-item rather
1126 than `menu-enable' symbol property.
1127 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
1128 (tex-mode): Add some latex-mode commands for auto-selection.
1129 Use tex-font-lock-syntactic-face-function.
1130 (tex-insert-quote): Simplify.
1131 (tex-shell): New mode.
1132 (tex-start-shell): Use it.
1133 (tex-shell-proc, tex-shell-buf): New functions.
1134 (tex-send-command): Use it.
1135 (tex-main-file): Fix the meaning of the new arg REALFILE.
1136 (tex-send-tex-command): New function split from `tex-start-tex'.
1137 Set compilation-last-buffer and compilation-parsing-end.
1138
d3fcda22
SM
1139 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
1140 when it follows non-comment text on the line.
1141
1142 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1143 Set font-lock-defaults.
1144 (lisp-mode-shared-map): Init inside the defvar.
1145 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
1146 Use define-derived-mode.
1147
bdab1d43
MB
11482000-11-14 Miles Bader <miles@lsi.nec.co.jp>
1149
1150 * faces.el (header-line): Use `:box nil' for color/gs displays too.
1151
936ae731
GM
11522000-11-14 Gerd Moellmann <gerd@gnu.org>
1153
1154 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
1155 recursively optimize body because that can lead to infinite
1156 recursion; see comment there.
1157
1695ca2b
EZ
11582000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
1159
1160 * faces.el (face-spec-set-match-display): Revert the change from
1161 2000-10-24. Add a FIXME for after v21.1.
1162
9d348294
MB
11632000-11-13 Miles Bader <miles@gnu.org>
1164
1165 * textmodes/fill.el (skip-line-prefix): New function.
1166 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
1167 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
1168 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1169 point inside the fill-prefix.
9d348294 1170
b85fa13c
MB
11712000-11-13 Miles Bader <miles@lsi.nec.co.jp>
1172
1173 * calendar/calendar.el (generate-calendar-window): Use
1174 `fit-window-to-buffer'.
1175
a0b47716
SM
11762000-11-12 Stefan Monnier <monnier@cs.yale.edu>
1177
1178 * gud.el (gud-minor-mode): New var.
1179 (gud-symbol, gud-val): New functions.
1180 (gud-find-file): Copy gud-minor-mode to the new buffer.
1181 (gud-menu-map): Include entries for commands that are not always
1182 available, using :enable to (de)activate them.
1183 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
1184 (gud-mode-map): New map.
eaae8106 1185 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
1186 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
1187 Don't set up gud's menu (it's done by the minor-mode).
1188 (gud-minibuffer-local-map): New.
1189 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
1190 (gud-query-cmdline): New function.
1191 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
1192 (gud-mode): Use define-derived-mode.
1193 Don't set up gud's menu (it's done by the minor-mode).
1194 (gud-chop-words): Remove.
1195 (gud-common-init): Use split-string instead.
1196 (gud-new-keymap, gud-make-debug-menu): Eradicate.
1197
1198 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
1199 Add keyword arg :name.
1200
1201 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
1202 (diff-count-matches, diff-split-hunk): New functions.
1203 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
1204
1205 * pcvs-info.el (cvs-fi-conflict-face): New var.
1206
1207 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
1208 Make it into a simple syntax-table, shared among all submodes.
1209 (sh-heredoc-face): Re-introduce.
1210 (sh-font-lock-syntactic-face-function): New function.
1211 (sh-mode): Use it. Also use define-derived-mode.
1212 Remove old bogus setting of indent-region-function.
1213 (sh-set-shell): Don't set the syntax-table any more.
1214 (sh-mode-syntax-table) <defun>: Remove.
1215
f5ed37df
MB
12162000-11-12 Miles Bader <miles@gnu.org>
1217
1218 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
1219 message if interactive.
1220
0b074c2f
DL
12212000-11-12 Dave Love <fx@gnu.org>
1222
1223 * mail/feedmail.el: Fix header,
1224 (feedmail) <defgroup>: Add :link.
1225
1226 * view.el: Use local-map property, not keymap on mode-line string.
1227
1228 * scroll-all.el (scroll-all-mode): Customize variable. Add
1229 autoload cookie to function.
1230
1231 * lazy-lock.el: Remove compatibility code.
1232
1233 * finder.el (finder-known-keywords): Add `files', remove `vms'.
1234 (finder-help-echo): New variable.
1235 (finder-mouse-face-on-line): Add help-echo stuff.
1236 (finder-list-keywords, finder-list-matches): Use mapc.
1237
1238 * faces.el (face-font-registry-alternatives): Add :version.
1239
1240 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
1241 tags-table-list.
1242
a0b47716 1243 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 1244
a0b47716 1245 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
1246 (mail-mode): Use [:alnum:] in some regexps.
1247
6d502396
DL
12482000-11-10 Dave Love <fx@gnu.org>
1249
1250 * ediff.el (ediff-regions-internal, ediff-documentation):
1251 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
1252 fundamental mode.
1253
1254 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
1255 buffer into fundamental mode.
1256 (ediff-set-difference): Use copy-sequence if available.
1257
1258 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
1259 ediff-patch-map non-nil.
1260 (ediff-fixup-patch-map, ediff-fixup-patch-map)
1261 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
1262 buffer into fundamental mode.
1263
1264 * ediff-merg.el (state-or-merge): Defvar when compiling.
1265
a82fe213
JR
12662000-11-10 Jason Rumney <jasonr@gnu.org>
1267
1268 * w32-fns.el (w32-add-charset-info): New function.
1269 (w32-charset-info-alist): Use it.
1270
52d89894
GM
12712000-11-10 Gerd Moellmann <gerd@gnu.org>
1272
1273 * faces.el (face-font-registry-alternatives): New user-option.
1274
178932de
SM
12752000-11-10 Stefan Monnier <monnier@cs.yale.edu>
1276
d7fa3319
SM
1277 * textmodes/texinfo.el (texinfo-block-default): New var.
1278 (texinfo-insert-block): Use it. Insert a newline if needed.
1279
178932de
SM
1280 * textmodes/fill.el (fill-indent-according-to-mode): New var.
1281 (fill-region-as-paragraph): Use it.
1282
1283 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
1284 (latex-mode): Tweak tex-*-(head|trail)er regexps.
1285 Tweak paragraph regexps to allow a leading [ \t]*.
1286 (tex-latex-block): Insert a newline if necessary.
1287 (latex-insert-item): Only insert a newline if necessary.
1288 (tex-guess-main-file): New function.
1289 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
1290 Set tex-main-file if TeX-master is provided.
1291 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
1292
bd02b8e0
GM
12932000-11-10 Gerd Moellmann <gerd@gnu.org>
1294
1295 * startup.el (command-line): Set the default tooltip-mode
1296 to t for graphical displays which implement x-show-tip.
1297
1298 * tooltip.el (tooltip-mode): Add a comment about startup.el
1299 setting the default value of this user-option.
1300
b29b03eb
SM
13012000-11-09 Stefan Monnier <monnier@cs.yale.edu>
1302
1303 * font-lock.el (font-lock-*-face) <defvar>: Move.
1304 (font-lock-defaults-alist): Mark obsolete.
1305 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
1306 (font-lock-mode): Use define-minor-mode.
1307 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
1308 (font-lock-turn-off-thing-lock): Be more explicit.
1309 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
1310 (font-lock-syntactic-face-function): New var.
1311 (font-lock-fontify-syntactically-region): Use it.
1312 (font-lock-doc-face): New.
1313
1314 * pcvs.el (cvs-enabledp): Ignore errors.
1315 (cvs-commit-filelist): Never query.
1316 (cvs-mode-insert): Always add a terminating / in the initial prompt.
1317 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
1318 (cvs-do-removal): Use cvs-partition rather than delete-if.
1319 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
1320 cvs-bury-buffer.
1321
1322 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1323 Allow `next' to jump to after the end of the last match.
1324
778fbc46
GM
13252000-11-09 Gerd Moellmann <gerd@gnu.org>
1326
730c746c
GM
1327 * simple.el (byte-compiling-files-p): New function.
1328
1329 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
1330 if it is there.
1331
1332 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
1333 nil again.
1334
778fbc46
GM
1335 * textmodes/ispell.el (ispell-library-path): Don't call
1336 check-ispell-version when byte-compiling because that starts
1337 an ispell process, and ispell might not be installed.
1338 (toplevel): Don't set up a menu when byte-compiling.
1339
1340 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
1341 it, so that a boundp test can be used to determine if we're
1342 currently byte-compiling.
1343
5912c5bb
DL
13442000-11-09 Dave Love <fx@gnu.org>
1345
1346 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
1347 eval-after-load.
1348
7bb054a5
GM
13492000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1350
1351 * ps-print.el: Patch for variable initialization when spooling. Doc
1352 fix.
1353 (ps-output-list): Fun eliminated.
1354 (ps-begin-file, ps-begin-job): Code fix.
1355
9db2706e
DL
13562000-11-08 Dave Love <fx@gnu.org>
1357
1358 * ediff-wind.el (ediff-control-frame-parameters): Zero
1359 tool-bar-lines.
1360
f7eb32aa
GM
13612000-11-08 Gerd Moellmann <gerd@gnu.org>
1362
1363 * simple.el (shell-command, display-message-or-buffer)
1364 (shell-command-on-region): Mention resize-mini-windows in the doc
1365 string.
1366 (display-message-or-buffer): Take the value of resize-mini-windows
1367 into account.
1368
7b01b08c
GM
13692000-11-07 Gerd Moellmann <gerd@gnu.org>
1370
acad3c0b
GM
1371 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
1372
7b01b08c
GM
1373 * dired.el (dired-between-files): Add `^. find' as an alternative
1374 to the regular expression, for find-dired.
1375
6f602bd0
SM
13762000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1377
1378 * textmodes/texnfo-upd.el: Require texinfo.
1379 (defmacro, defgroup): Remove.
1380 (texinfo-section-to-generic-alist): Remove.
1381 Use texinfo-section-list instead (i.e. level is changed string->int).
1382 (texinfo-filter): New function.
1383 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
1384 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
1385 Use it. And use regexp-opt.
1386 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
1387 (texinfo-update-menu-region-beginning)
1388 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
1389 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
1390 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 1391 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
1392 (texinfo-sequential-node-update): Remove autoload cookie.
1393
1394 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
1395 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
1396 (texinfo-chapter-level-regexp): Remove.
1397 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
1398
bb216218
DL
13992000-11-06 Dave Love <fx@gnu.org>
1400
6f602bd0 1401 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 1402
6f602bd0
SM
1403 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1404 Match defun*.
bb216218 1405
ff8dd5d5
KH
14062000-11-06 Kenichi Handa <handa@etl.go.jp>
1407
1408 * composite.el (composition-function-table): Variable declaration
1409 moved to src/composite.c.
1410 (compose-chars-after): New optional arg object.
1411
e9da51a1
GM
14122000-11-06 Gerd Moellmann <gerd@gnu.org>
1413
e0c12c68
GM
1414 * bindings.el (mode-line-toggle-read-only)
1415 (mode-line-toggle-modified, mode-line-widen)
1416 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
1417 (make-mode-line-mouse2-map): Rewritten.
1418 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
1419 functions so that C-h k can show something with a doc string.
eaae8106 1420
e9da51a1
GM
1421 * startup.el (fancy-splash-delay): Set to 10 seconds.
1422 (fancy-splash-max-time): New user-option.
1423 (fancy-splash-stop-time): New variable.
1424 (fancy-splash-screens): Set it. Catch `stop-splashing'.
1425 (fancy-splash-screens-1): Throw `stop-splashing' when current
1426 time is greater than fancy-splash-stop-time.
1427
611dbdf0
SM
14282000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1429
4d2806e2
SM
1430 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
1431
611dbdf0
SM
1432 * pcvs.el (cvs-mode-marked): New arg `noquery'.
1433 Prompt user for a file rather than raising an error.
1434 (cvs-enabledp): Fix call to cvs-mode-marked.
1435 (cvs-insert-file): New function (extracted from cvs-mode-insert).
1436 (cvs-mode-insert): Use it. Change the init prompt' value.
1437 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
1438
1439 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
1440 Don't pass default arg to ewoc-locate.
1441 (ewoc-collect): Return result in the right order.
1442
1443 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
1444
1445 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
1446 (cvs-status-get-tags): Fix regexp.
1447 (cvs-status-trees, cvs-status-cvstrees):
1448 Combine after change hooks and don't sit-for.
4d2806e2
SM
1449 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
1450 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
1451 Use make-char rather than hard-coded cryptic data.
1452 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
1453
1454 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
1455
1456 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
1457 (cvs-insert-strings): New function.
1458
937b2877
MB
14592000-11-06 Miles Bader <miles@lsi.nec.co.jp>
1460
1461 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
1462 `mwheel-scroll-amount'.
1463 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
1464 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
1465 string-matching against the version string.
1466
c6c97763
KH
14672000-11-06 Kenichi Handa <handa@etl.go.jp>
1468
6eaec747
KH
1469 * language/thai.el ("Thai"): Set a lisp form that produces
1470 composed string in `sample-text' language info.
1471
1472 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
1473 composed string in `sample-text' language info.
1474
1475 * international/mule-cmds.el (describe-language-environment): Eval
1476 `sample-text' data and insert the result.
1477
c6c97763
KH
1478 * international/mule-conf.el (compound-text): Define this coding
1479 system here. Make x-ctext and ctext aliases of it.
1480
1481 * language/european.el (compound-text, ctext): Moved to
1482 international/mule-conf.el.
1483
d1145f85
AI
14842000-11-05 Andrew Innes <andrewi@gnu.org>
1485
1486 * w32-fns.el (w32-version): New function.
1487
178a6a45
SM
14882000-11-05 Stefan Monnier <monnier@cs.yale.edu>
1489
1490 * progmodes/awk-mode.el: Update copyright.
1491 (awk-mode-abbrev-table): Remove.
1492 (awk-font-lock-keywords): Use regexp-opt.
1493 (awk-mode): Use define-derived-mode.
1494
1495 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
1496 when extracting a suffix.
1497
1ba90166
AS
14982000-11-04 Andre Spiegel <spiegel@gnu.org>
1499
1500 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
1501 auto-save-mode.
1502
546790cb
JR
15032000-11-04 Jason Rumney <jasonr@gnu.org>
1504
1505 * language/european.el (decode-mac-roman): Test against r1 not r0.
1506
d247e32d
SM
15072000-11-03 Stefan Monnier <monnier@cs.yale.edu>
1508
fbf44f44
SM
1509 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
1510 (icon-mode): Define indent-line-function.
1511 (icon-comment-indent): Simplify.
1512 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
1513
1514 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
1515
1516 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
1517 Bind change-log-default-mode to defeat the caching done on it.
1518 Don't bother saving excursion any more.
1519
1520 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
1521
1522 * frame.el (after-setting-font-hook): Rename hooks -> hook.
1523 (set-frame-font): Use the new name (and the old for compatibility).
1524
eaae8106
SS
1525 * toolbar/tool-bar.el (tool-bar-mode):
1526 * time.el (display-time-mode):
1527 * recentf.el (recentf-mode):
1528 * paren.el (show-paren-mode):
1529 * mwheel.el (mouse-wheel-mode):
1530 * msb.el (msb-mode):
1531 * jka-compr.el (auto-compression-mode):
1532 * image-file.el (auto-image-file-mode):
1533 * hl-line.el (hl-line-mode):
1534 * delsel.el (delete-selection-mode):
1535 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
1536 * complete.el (partial-completion-mode): Drop unneeded positional args.
1537
eaae8106 1538 * info.el (Info-mode):
79372165 1539 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 1540
d247e32d
SM
1541 * log-edit.el (log-edit-menu): New menu.
1542
4921558e
MB
15432000-11-03 Miles Bader <miles@gnu.org>
1544
1545 * wid-edit.el (widget-end-of-line): Reinstate, with a new
1546 definition, so that trailing spaces are handled properly.
1547 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
1548
1fc02b3c
GM
15492000-11-03 Gerd Moellmann <gerd@gnu.org>
1550
1551 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
1552 tab character.
1553 (fancy-splash-screens): Set tab-width to 20.
1554
51d001f7
DL
15552000-11-03 Dave Love <fx@gnu.org>
1556
1557 * comint.el (comint-completion-addsuffix): Fix custom type.
1558
ba22aeff
SM
15592000-11-02 Stefan Monnier <monnier@cs.yale.edu>
1560
1561 * font-lock.el (font-lock-buffers): Remove.
1562 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
1563 (font-lock-change-major-mode): Remove.
1564 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
1565 (font-lock-default-fontify-region): Extend the multiline
1566 fontification to whole lines.
1567 (font-lock-fontify-anchored-keywords)
1568 (font-lock-fontify-keywords-region): If matching just one
1569 line (with \n) only mark the \n as multiline.
1570
1571 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
1572 Correctly handle the case where several :group args are supplied.
1573 Allow :extra-args.
1574 (easy-mmode-define-global-mode): Allow :extra-args.
1575 Correctly handle the case where several :group args are supplied.
1576
9c887ada
MB
15772000-11-02 Miles Bader <miles@gnu.org>
1578
eaae8106 1579 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
1580 (holiday-face): Remove dependency on `window-system'.
1581
7f25090d
KR
15822000-11-02 Ken Raeburn <raeburn@gnu.org>
1583
1584 * Makefile.in (emacs): Set EMACSLOADPATH always.
1585 (update-authors, .el.elc, compile-files): Don't do it explicitly
1586 here.
9b911107 1587 (compile-files): Bomb out if compilation of a file fails.
7f25090d 1588
7dd6009c
DL
15892000-11-02 Dave Love <fx@gnu.org>
1590
1591 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
1592
94821e4f
EZ
15932000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
1594
1595 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
1596 punctuation in the warning inserted into the *mail* buffer.
1597
1ac3fc42
GM
15982000-11-02 Gerd Moellmann <gerd@gnu.org>
1599
57731876
GM
1600 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
1601 (authors-public-domain-p): New function.
1602 (authors-print): Use it.
1603
975f82c9
GM
1604 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
1605
1ac3fc42
GM
1606 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
1607
4b3eb10f
GM
16082000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1609
975f82c9 1610 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
1611 (ps-print-version): New version number (6.3.1).
1612 (ps-even-or-odd-pages): Customization fix.
1613 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
1614 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
1615 (ps-page-count): Var replaced by `ps-page-column'.
1616 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
1617 (ps-print-sheet-p): New fun.
1618
7da794df
MB
16192000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1620
1621 * tooltip.el (tooltip-gud-tips-setup): New function.
1622 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
1623 (tooltip-mode): Call tooltip-gud-tips-setup.
1624 (tooltip-gud-tips): Use `gud-basic-call' instead of
1625 process-send-string, so the prompt gets frobbed appropriately.
1626 Handle nil return value from `tooltip-gud-print-command'.
1627
0e40b809
EL
16282000-11-01 Eric M. Ludlam <zappo@ultranet.com>
1629
1630 * comint.el (comint-add-to-input-history): New function.
1631 (comint-send-input): Use `comint-add-to-input-history'.
1632
50ada0db
MB
16332000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1634
973a3104
MB
1635 * info.el (info-menu-header): New face.
1636 (Info-fontify-menu-headers): New function.
1637 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
1638
50ada0db
MB
1639 * info.el (Info-insert-dir): Don't include blank lines at
1640 beginning of additional dir files (one is added automatically).
1641
bff53411
SM
16422000-11-01 Stefan Monnier <monnier@cs.yale.edu>
1643
1644 * emacs-lisp/easy-mmode.el (define-minor-mode):
1645 Revert the latest changes.
1646 Allow the three positional arguments to be skipped and replaced
1647 by keyword arguments.
1648 Add a :toggle argument to determine whether a nil arg means toggle
1649 or means turn-on. The default is unchanged.
1650 Add a call to force-mode-line-update.
1651
6b8a0b2d
DL
16522000-11-01 Dave Love <fx@gnu.org>
1653
1654 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
1655 cookie.
1656
5bf99100
MB
16572000-11-01 Miles Bader <miles@lsi.nec.co.jp>
1658
1659 * calendar/calendar.el (diary-face, holiday-face): Add
1660 dark-background variants.
1661
a4032611
SS
16622000-10-31 Sam Steingold <sds@gnu.org>
1663
1664 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
1665 `tex-main-file' does not have directory in it.
1666
c286608e
SM
16672000-10-31 Stefan Monnier <monnier@cs.yale.edu>
1668
1669 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
1670
4836835a
TTN
16712000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
1672
1673 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
1674 functional change.
1675
26dcb81b
GM
16762000-10-31 Gerd Moellmann <gerd@gnu.org>
1677
1678 * files.el (find-file-noselect): When we expand a wildcard, return
1679 a list of buffers, as we should do according to the doc string.
1680
49fc4500
KR
16812000-10-31 Ken Raeburn <raeburn@gnu.org>
1682
1683 * loadup.el (top level): Adjust load path if program name is
1684 "../src/bootstrap-emacs", in case it's not dumped and thus the
1685 load path adjustment hasn't already been done.
1686
ea0c615d
GM
16872000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1688
1689 * ps-print.el: Fix bug on selected pages for printing. Use
1690 `color-values' for Emacs 21. Ensure fontification when jit-lock
1691 is on. Try to avoid warning messages when compiling. Doc Fix.
1692 (ps-print-version): New version number (6.3).
1693 (ps-color-device): Use `color-values' to determine if device
1694 supports color.
1695 (ps-color-values): Try to use `x-color-values' when using XEmacs.
1696 (ps-print-page-p): Changed from defsubst to defun.
1697 (ps-page-number): Changed from defmacro to defun.
1698 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
1699 printing.
c286608e 1700 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
1701 (ps-end-file, ps-dummy-page): Funs eliminated.
1702 (ps-print-color-scale): Changed default value.
1703 (ps-page-n-up, ps-print-page-p): New internal vars.
1704 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
1705 (ps-plot-region, ps-generate, ps-end-job): Code fix.
1706
9e20722f
GM
1707 * delim-col.el: Little programming improvement.
1708 (delimit-columns-str): New macro.
1709 (delimit-columns-region, delimit-columns-rectangle): Code fix.
1710
d7a0fd00
KH
17112000-10-31 Kenichi Handa <handa@etl.go.jp>
1712
c286608e
SM
1713 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
1714 Moved to european.el.
d7a0fd00
KH
1715 (ccl-encode-mac-roman-font, fontset-mac): Modified for
1716 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
1717 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
1718 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 1719
234be340
DL
17202000-10-30 Dave Love <fx@gnu.org>
1721
1722 * progmodes/cc-menus.el (imenu-generic-expression)
1723 (imenu-progress-message): Only defvar when compiling.
1724
4edc4a39
DL
1725 * emacs-lisp/elp.el (elp-unload-hook): New function.
1726
1727 * loadhist.el (unload-feature): Call elp-restore-function,
1728 checking for symbols; don't use elp-restore-all.
1729 (loadhist-hook-functions): Doc fix.
1730
70c825df
SM
17312000-10-30 Stefan Monnier <monnier@cs.yale.edu>
1732
1733 * log-edit.el (log-edit-confirm): Fix the default.
1734
1d3baf74
GM
17352000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1736
1737 * delim-col.el: Little fix: replace delimit-columns-align-columns by
1738 delimit-columns-format.
1739 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 1740
1ec321a7
MB
17412000-10-30 Miles Bader <miles@lsi.nec.co.jp>
1742
1743 * comint.el (comint-replace-by-expanded-history): Don't use
1744 comint-get-old-input (we're not looking at *old* input).
1745 (comint-get-old-input-default): If using fields, signal an error
1746 when the point is not in an input field.
1747
70737ea9
KH
17482000-10-30 Kenichi Handa <handa@etl.go.jp>
1749
1750 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
1751 and mule-unicode-e000-ffff.
1752
fa0cb51d 1753 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
1754 (make-coding-system): Accept a symbol of translation table as a
1755 value of property `safe-chars'.
1756
1757 * international/mule-cmds.el (encode-coding-char): Check property
1758 safe-chars instead of safe-charsets.
1759
1760 * international/fontset.el (fontset-default): Modified for
1761 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
1762 (x-font-name-charset-alist): Likewise.
1763 (ccl-encode-unicode-font): New CCL program. Record it in
1764 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
1765
70c825df
SM
1766 * language/european.el (mac-roman-decoder, mac-roman-encoder):
1767 New translation tables.
70737ea9
KH
1768 (decode-mac-roman, encode-mac-roman): Definition of these CCL
1769 programs are modified and moved from mac-win.el.
1770 (mac-roman): Definition of this coding system is modified and
1771 moved from mac-win.el.
4836835a 1772
fda2ce24 17732000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 1774
1d3baf74 1775 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 1776 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 1777
dd4d3cb6
MB
17782000-10-29 Miles Bader <miles@gnu.org>
1779
1780 * custom.el (custom-add-to-group): Allow multiple entries for a
1781 given value OPTION, as long as their widget types are different.
1782 * cus-edit.el (custom-face-value-create): If face name doesn't end
1783 with "face", add such here (similar to custom group widgets).
1784
1785 * comint.el (comint-highlight-prompt): Add :type.
1786
dace60cf
JW
17872000-10-28 John Wiegley <johnw@gnu.org>
1788
1789 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
1790 Changed this function to operate on a temporary buffer instead of
1791 the main buffer. This not only keeps flyspell from marking a
1792 buffer as changed that wasn't, but it solves the jumpy cursor
1793 problem when attempts are made to edit incorrect words.
1794 (flyspell-maybe-correct-doubling): Same change as for
1795 `flyspell-maybe-correct-transposition'.
1796
1797 * calendar/timeclock.el (timeclock-log): Doc fix.
1798 (timeclock-last-event): Doc fix.
1799 (timeclock-log): Kill the timelog buffer after appending a new
1800 event.
1801 (timeclock-find-discrep): Use a temp buffer to read in the
1802 timelog, instead of visiting the file.
1803 (timeclock-log-data): A new function, along with a host of helper
1804 functions, for the purpose of making timelog data accessible to
1805 programmers.
1806
1807 * eshell/esh-mode.el (window-height test): Make certain that
1808 `eshell-stringify-t' is non-nil.
1809 (eshell-password-prompt-regexp): Changed to a much simpler
1810 password regexp.
1811 (eshell-send-input): If `eshell-invoke-directly' returns t,
1812 directly invoke the parsed command using `eval'. This improves
1813 turn-around time on simple commands by a factor of three or
1814 greater, such as cd, ls, pwd, etc. -- which get used very often.
1815 It also conserves thousands of cons cells per call (since
1816 `eshell-do-eval' consumes memory like a Cookie Monster set loose
1817 in the Pacific Cookie Company).
1818
1819 * eshell/esh-test.el (eshell-test): Whitespace fix.
1820
1821 * eshell/em-ls.el (eshell-ls-insert-directory): Make
1822 `eshell-ls-initial-args' nil when inserting directory contents.
1823
1824 * eshell/em-script.el (eshell-script-initialize): Add names to
1825 `eshell-complex-commands, since `source' and `.' are complex.
1826
0467b076
EZ
1827 * eshell/esh-cmd.el (eshell-rewrite-for-command)
1828 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
1829 `eshell-copy-handles'.
1830 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
1831 bodies.
1832 (eshell-separate-commands): Whitespace fix.
1833 (eshell-complex-commands): Added a new list of names, for
1834 determining whether a given command is as simple as it looks.
1835 (eshell-invoke-directly): New function. Returns t if a command
1836 should be invoked directly (using `eval'), rather than indirectly
1837 using `eshell-do-eval'.
1838 (eshell-do-eval): Whitespace fix.
1839
1840 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
1841 which provides an emulation of the DOS shell behavior of assuming
1842 that cp/mv/ln should copy/move/link to the current directory.
1843 (eshell-remove-entries): Added a doc string.
1844 (eshell-shuffle-files): Removed the check for `target' being null.
1845 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
1846 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
1847 it to do a smarter check of whether a destination was provided.
1848 (eshell/mv, eshell/cp): Enable `:preserve-args'.
1849 (eshell/ln): Enable `:preserve-args', and use
1850 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
1851 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
1852 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
1853 list after flattening it. This makes it possible to cat files
1854 with numerical names.
1855 (eshell-unix-initialize): Added several names to
1856 `eshell-complex-commands.
1857 (eshell-unix-command-complex-p): Return t if a given command name
1858 may result in external processes being invoked.
1859
1860 * eshell/em-glob.el (eshell-glob-show-progress): Make this
1861 variable nil by default, since it slows down glob processing by a
1862 factor of two or more, and increases memory consumption.
1863
1864 * eshell/em-smart.el: Added a note about how memory consumptive
1865 smart display mode can be (at least this is true in Emacs 21).
1866 (eshell-smart-initialize): Whitespace fix.
1867 (eshell-refresh-windows): Use `if' instead of `when'.
1868 (eshell-smart-scroll-window): Calling `save-current-buffer' was
1869 not necessary.
1870 (eshell-currently-handling-window): Added a missing global
1871 variable.
1872
1873 * eshell/em-ls.el (eshell-do-ls): Code simplification.
1874 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
1875 Whitespace fix.
1876 (eshell-ls-exclude-hidden): Added this variable in addition to
1877 `eshell-ls-exclude-regexp'. This one prevents files beginning
1878 with . from even being read, which can improve memory consumption
1879 quite a bit.
1880 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
1881 read file entries beginning with a dot. In home directories with
1882 lots of hidden files, fully two-thirds of the time spent in ls is
1883 used to read directory entries that are immediately thrown away.
1884 (eshell-ls-initial-args): Added back this configuration variable,
1885 for specifying default initial arguments to every call to ls.
1886 Much faster than using an alias to do the same thing.
1887 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
1888 (eshell-ls-dir): Whitespace change.
1889
1890 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
1891
1892 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
1893 available.
1894 (eshell-stringify-t): Added a customization variable, to indicate
1895 whether `t' should be rendered as a string at all. If not, one
1896 can still determine if the result of an expression is true using
1897 "file-exists-p FILE && echo true".
1898 (eshell-stringify): If `eshell-stringify-t' is nil, don't
1899 stringify t!
1900
1901 * eshell/esh-module.el: Whitespace fix.
1902
1903 * eshell/em-alias.el (eshell-alias-initialize): Added
1904 `eshell-command-aliased-p' to `eshell-complex-commands'.
1905 (eshell-command-aliased-p): New function that returns t if a
1906 command name names an aliased.
1907
657f9cb8 19082000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 1909
0467b076 1910 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 1911 redrawing the screen when changing cursor color.
0467b076
EZ
1912 (viper-insert-state-pre-command-sentinel)
1913 (viper-replace-state-pre-command-sentinel)
70c825df
SM
1914 (viper-replace-state-post-command-sentinel):
1915 Use viper-preserve-cursor-color.
657f9cb8
MK
1916 Many functions changed to use viper= instead of = when comparing
1917 characters.
0467b076 1918 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 1919 working with characters.
0467b076 1920 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
1921 Many functions changed to use viper= instead of = when comparing
1922 characters.
0467b076 1923 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 1924
0467b076 1925 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 1926 Several typos fixed in various docstrings.
0467b076
EZ
1927 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
1928 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 1929 hook.
0467b076
EZ
1930 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
1931 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
1932 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
1933 (ediff-get-selected-buffers): New function.
1934 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
1935 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 1936 save-window-excursion.
0467b076 1937 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 1938 termination check in while loop.
0467b076 1939 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 1940 dired buffer.
0467b076
EZ
1941 (ediff-files,ediff-merge-files,ediff-files3)
1942 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 1943
4f490d99
DL
19442000-10-28 Dave Love <fx@gnu.org>
1945
1946 * info.el (Info-fontify-node): Add help-echo for menu items.
1947
45b84006
EZ
19482000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
1949
5ebc02b3
EZ
1950 * startup.el (normal-top-level): If the value of $TERM indicates
1951 we are running from xterm or one of its work-alikes, default to a
1952 light background mode.
1953
45b84006
EZ
1954 Support for -fg, -bg, and -rv command-line arguments for TTYs:
1955 * faces.el (tty-handle-reverse-video): New function.
1956 (tty-create-frame-with-faces): Call it.
1957
1958 * frame.el (frame-notice-user-settings): Don't apply
1959 default-frame-alist and initial-frame-alist to MS-DOS frames.
1960 Call tty-handle-reverse-video, frame-set-background-mode, and
1961 face-set-after-frame-default for non-MS-DOS frames.
1962
1963 * startup.el (tty-long-option-alist): New variable.
1964 (tty-handle-args): New function.
1965 (command-line): Call tty-handle-args.
1966
1967 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
1968 startup.el now does that for all character-terminal frames.
1969
eab6e8b9
MB
19702000-10-28 Miles Bader <miles@gnu.org>
1971
1972 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
1973 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
1974 global. If :global is followed by a non-nil but non-t value,
1975 make the mode buffer-local, but also generate a `global-MODE'
1976 version using `easy-mmode-define-global-mode'. Add
1977 :conditional-turn-on keyword argument.
1978
51a29efc
DL
19792000-10-28 Dave Love <fx@gnu.org>
1980
1981 * international/latin1-disp.el (latin1-char-displayable-p): Don't
1982 use window-system.
1983
d71d7114
EZ
19842000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
1985
1986 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1987 Don't call find-buffer-file-type-coding-system. Instead, just
1988 set eol-type to -unix if inhibit-eol-conversion is in effect, or
1989 if the file is on an untranslated filesystem.
1990 (add-untranslated-filesystem): Use "D" instead of "f" inside
1991 interactive.
1992
1f9cab4b
DL
19932000-10-27 Dave Love <fx@gnu.org>
1994
70c825df 1995 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
1996 (refill-mode): Use it.
1997
70c825df
SM
19982000-10-27 Stefan Monnier <monnier@cs.yale.edu>
1999
2000 * international/quail.el (quail-activate): Don't make-local-hook.
2001
7432cf10
AS
20022000-10-27 Andre Spiegel <spiegel@gnu.org>
2003
4836835a 2004 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 2005 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
2006 (vc-make-version-backup): Don't do it on MS-DOS without long file
2007 names.
4836835a 2008
7432cf10
AS
2009 * vc.el (vc-version-other-window): If an automatic backup of the
2010 desired version exists, rename it instead of copying it.
2011
4836835a
TTN
2012 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
2013 after command. If there's an unexpected error, signal it instead
7432cf10 2014 of being silent.
e1483c38 2015 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 2016
05ea7ef2
MB
20172000-10-27 Miles Bader <miles@lsi.nec.co.jp>
2018
fd1035aa
MB
2019 * shell.el (shell): Add BUFFER argument.
2020 * comint.el (make-comint-in-buffer): New function.
2021 (make-comint): Use it.
2022
05ea7ef2
MB
2023 * faces.el (face-spec-choose): Change syntax so that the list of
2024 attribute-value pairs is now the cdr of each clause, not the cadr.
2025 Detect old-style entries, and handle them. Use pop.
2026
835a55fe
SM
20272000-10-26 Stefan Monnier <monnier@cs.yale.edu>
2028
f5ab1cdd
SM
2029 * cus-edit.el (custom-mode-map): Use a sparse map.
2030 (custom-mode): Don't bother with make-local-hook.
2031
2032 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
2033
835a55fe
SM
2034 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
2035
c13b0ec8
GM
20362000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2037
2038 * ps-print.el: Avoid compilation gripes.
2039 (ps-print-version): New version number (6.2.1).
4836835a 2040
e9f63196
DL
20412000-10-26 Dave Love <fx@gnu.org>
2042
0b95284b
DL
2043 * menu-bar.el: Modify some menu item help strings.
2044 (menu-bar-help-menu): Add link to MORE.STUFF.
2045
e9f63196
DL
2046 * cus-edit.el (custom-mode): Add `special' mode-class property.
2047
2048 * wid-browse.el (widget-browse-mode): Likewise.
2049
2050 * wid-edit.el (widget-specify-field): Revert to using local-map
2051 property, not keymap.
2052
e276a14a
MB
20532000-10-26 Miles Bader <miles@lsi.nec.co.jp>
2054
c1545d88
MB
2055 * wid-edit.el (widget-field-end): When checking for a `boundary'
2056 field, do so in the correct buffer.
2057
3c1b77ca
MB
2058 * simple.el (undo): Correctly distinguish between numeric and
2059 non-numeric prefix args in non-transient-mark-mode, as per the doc
2060 string. When in transient-mark-mode, treat all prefix-args as
2061 numeric.
2062
f5ab1cdd
SM
2063 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
2064 Position point on match. Handle N == 0 correctly.
22626d9d
MB
2065
2066 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
2067 (comint-mode-map): Reverse order of `comint-write-output' and
2068 `comint-append-output-to-file'.
2069 (comint-append-output-to-file): Reinstate this function, for the
2070 benefit of the menu.
2071
d97151cb
SM
20722000-10-25 Stefan Monnier <monnier@cs.yale.edu>
2073
2074 * vc.el (vc-version-other-window): Bind `file'.
2075
ea7d6f5b
GM
20762000-10-25 Gerd Moellmann <gerd@gnu.org>
2077
f5ab1cdd 2078 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
2079
2080 * emacs-lisp/authors.el (batch-update-authors): New function.
2081 (authors-fixed-entries): New defconst.
2082 (authors-add-fixed-entries): New function.
2083 (authors): Call it.: Don't process lispref/.
2084
17c25cea
JR
20852000-10-25 Jason Rumney <jasonr@gnu.org>
2086
2087 * cus-edit.el (custom-button-face, custom-button-pressed-face):
2088 Merge x w32 and mac definitions.
2089
4ecda532
GM
20902000-10-25 Gerd Moellmann <gerd@gnu.org>
2091
2092 * menu-bar.el (menu-bar-options-menu): Add a help string for
2093 `uniquify'.
2094
b6735035
GM
20952000-10-25 Stephen Gildea <gildea@alum.mit.edu>
2096
f5ab1cdd
SM
2097 * time-stamp.el (time-stamp-string-preprocess):
2098 Fix a wrong type argument error.
b6735035 2099
f4cbc7a0
MB
21002000-10-25 Miles Bader <miles@gnu.org>
2101
2102 * recentf.el (recentf-mode): Variable removed.
2103 (recentf-mode): Use `define-minor-mode'.
2104
2105 * mwheel.el (mouse-wheel-mode): New global minor mode.
2106 (mwheel-install): Use `mouse-wheel-mode'.
2107
f4b020f6
DL
21082000-10-25 Dave Love <fx@gnu.org>
2109
f5ab1cdd
SM
2110 * progmodes/cperl-mode.el (cperl-mode):
2111 Set normal-auto-fill-function correctly.
072cb6f9 2112
f4b020f6
DL
2113 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
2114 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 2115 bindings.
f4b020f6 2116
ebe2a441
MB
21172000-10-25 Miles Bader <miles@lsi.nec.co.jp>
2118
ff4dcd4b
MB
2119 * wid-edit.el (widget-field-at): New function.
2120 (widget-at, widget-field-activate): Use it.
2121 (widget-tabable-at): Use `widget-at'.
2122 (widget-specify-field): If the terminating character of the widget
2123 field (which is read-only) is a newline, put it into a special
2124 `boundary' field so that C-n/C-p act more naturally.
2125 (widget-field-end): Also don't subtract one if a special
2126 `boundary' field has been added after the widget field.
2127
ebe2a441
MB
2128 * comint.el (comint-output-filter, comint-send-input): Don't
2129 bother adding stickiness fields to overlays to fool the field
2130 code, since it should notice the overlay insertion-types now.
ff4dcd4b 2131
ebe2a441
MB
2132 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
2133 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
2134 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
2135
fe50b6ab
GM
21362000-10-24 Gerd Moellmann <gerd@gnu.org>
2137
53df4dda
GM
2138 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
2139 (authors): Set file coding system to iso-2022-7bit. Add
2140 file-local variables to output buffer.
2141
4836835a 2142 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
2143 WARN is nil.
2144
53df4dda
GM
21452000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2146
2147 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
2148
2149 * delim-col.el: Now there is a column formatting mechanism.
2150 Modified to customization mechanisms convention. Doc fix.
2151 (columns): New group for delim-col.
2152 (delimit-columns-before, delimit-columns-after)
2153 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
2154 (delimit-columns-end): New vars.
2155 (delimit-columns-customize, delimit-columns-format): New funs.
2156 (delimit-columns-region, delimit-columns-rectangle)
2157 (delimit-columns-rectangle-line): Modified to support column
2158 formatting.
4836835a 2159
a9839779
DL
21602000-10-24 Dave Love <fx@gnu.org>
2161
2162 * log-edit.el (log-edit): Add :version and a :group for vc.
2163
df0267b8
GM
21642000-10-24 Gerd Moellmann <gerd@gnu.org>
2165
9acc3873
GM
2166 * files.el (after-find-file): Don't print a message ``New file''
2167 if WARN is nil.
2168
63e1b552
GM
2169 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
2170 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
2171 get duplicate tool-bar entries because we'll see the global ones
2172 on more than one path through keymaps.
2173
1946f901
GM
2174 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
2175
df0267b8
GM
2176 * progmodes/cmacexp.el: Change Francesco's email address.
2177
ae3b264b
KH
21782000-10-24 Kenichi Handa <handa@etl.go.jp>
2179
2180 * window.el (fit-window-to-buffer): Adjust point of the window
2181 buffer, not that of the current buffer.
2182
23afac01
EZ
21832000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
2184
2185 * progmodes/cmacexp.el: Update the euthor's email address.
2186
22d1a4ed
MB
21872000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2188
2189 * faces.el (face-spec-set-match-display): Add `graphic' display
2190 type (the inverse of `tty'). Use `display-graphic-p' instead of
2191 the window-system variable.
2192
f408aa48
KH
21932000-10-24 Kenichi Handa <handa@etl.go.jp>
2194
2195 * international/isearch-x.el (isearch-with-input-method): Call
2196 input-method-function with the first event in
2197 unread-command-events.
2198
94fe8a31
MB
21992000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2200
2201 * faces.el (face-default-spec, face-user-default-spec): Make
2202 defsubsts.
2203
8f47302e
AC
22042000-10-24 Andrew Choi <akochoi@i-cable.com>
2205
2206 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
2207 New charsets.
2208
2209 * term/mac-win.el: Remove definitions of mac-roman-lower and
2210 mac-roman-upper, require dired, and define instead of set
2211 mac-ready-for-drag-n-drop to avoid compilation error.
2212
446c097e
AI
22132000-10-23 Andrew Innes <andrewi@gnu.org>
2214
2215 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
2216 superfluous calls to subst-char-in-string; instead apply
2217 expand-file-name after convert-standard-filename to ensure
2218 expected directory separators are used.
2219
379b70e7
EZ
22202000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
2221
2222 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
2223
85c766e9
DL
22242000-10-23 Dave Love <fx@gnu.org>
2225
b7e03a67
DL
2226 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2227 (tool-bar-add-item): Set foreground and background for XBM icons.
2228
2229 * international/latin1-disp.el (latin1-char-displayable-p): New
2230 function (from Handa).
2231 (latin1-display-check-font): Use it.
2232
0dcf8835
DL
2233 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
2234 using :key-sequence, making it much more usable. Use nconc, not
2235 append.
2236 (imenu--create-keymap-1): Avoid append.
2237
85c766e9 2238 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 2239
cb3069bb
MB
22402000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2241
2242 [the following changes fix a bug where `define-minor-mode' didn't
2243 correctly generate :require clauses for defcustoms in compiled files]
2244 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
2245 (byte-compile-log-file, byte-compile-log-1): Don't set
2246 `byte-compile-current-file' to nil. Instead set
2247 `byte-compile-last-logged-file' to it. Test whether
2248 byte-compile-current-file equals byte-compile-last-logged-file
2249 instead of whether its nil.
3b6542ba 2250 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 2251
6db6243b
SM
22522000-10-23 Stefan Monnier <monnier@cs.yale.edu>
2253
2254 * textmodes/refill.el: Fix var names in doc.
2255 (refill-mode): Don't bother with make-local-hook anymore.
2256
98490598
MB
22572000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2258
e01cd227
MB
2259 * faces.el (face-user-default-spec, face-default-spec): New functions.
2260 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 2261 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
2262 Use `face-user-default-spec'. Simplify code slightly.
2263
4836835a 2264 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
2265 (woman-unknown-face): Add dark-background variants.
2266 (woman-default-faces): Renamed from `woman-colour-faces'.
2267 Set using the stored defaults, rather than using hard-wired colors.
2268 (woman-monochrome-faces): Renamed from `woman-black-faces'.
2269 Just make the foreground `unspecified' rather than "black".
2270 (woman-menu): Rename menu entries accordingly.
2271
98490598
MB
2272 * faces.el (header-line): Make more reasonable on mono/grayscale
2273 displays.
2274
1a578e9b
AC
22752000-10-23 Andrew Choi <akochoi@i-cable.com>
2276
2277 * cus-edit.el (custom-button-face): Use 3D look for mac.
2278 (custom-button-pressed-face): Likewise.
2279
2280 * faces.el (set-face-attributes-from-resources): Handle mac frames
2281 in the same way as x and w32 frames.
2282 (face-valid-attribute-values): Likewise.
2283 (read-face-attribute): Likewise.
2284 (defined-colors): Likewise.
2285 (color-defined-p): Likewise.
2286 (color-values): Likewise.
2287 (display-grayscale-p): Likewise.
2288 (face-set-after-frame-default): Likewise.
2289 (mode-line): Same default face as for x and w32.
2290 (tool-bar): Likewise.
2291
2292 * frame.el: Remove call to frame-notice-user-settings at end of
2293 the file.
2294
2295 * info.el (Info-fontify-node): make underlines invisible for mac
2296 as for x, pc, and w32 frame types.
2297
2298 * term/mac-win.el: New file.
2299
aaaf7be7
DL
23002000-10-22 Dave Love <fx@gnu.org>
2301
2302 * textmodes/refill.el: New file.
2303
5392d654
AS
23042000-10-22 Andre Spiegel <spiegel@gnu.org>
2305
4836835a 2306 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 2307 MANUAL and REGEXP.
4836835a 2308 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
2309 New functions.
2310 (vc-before-save): Use the latter.
2311 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
2312 confusion.
2313
4836835a 2314 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
2315 expected by vc[-hooks].el.
2316
2317 * vc.el (vc-checkout): Added `-p' suffix in call to
2318 vc-make-version-backups-p; use vc-make-version-backup to actually
2319 make the backup.
2320 (vc-version-other-window, vc-version-backup-file): Handle both
2321 automatic and manual backups.
2322 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
2323 of all of them.
2324
1e221c16
MB
23252000-10-22 Miles Bader <miles@gnu.org>
2326
7ff4fda5
MB
2327 * comint.el (comint-highlight-input, comint-highlight-prompt):
2328 Renamed, `-face' at end removed.
2329 (comint-send-input, comint-output-filter): Use renamed faces.
2330
3511cde8
MB
2331 * window.el (fit-window-to-buffer): Change defaulting of
2332 MAX-HEIGHT slightly.
2333
1e221c16
MB
2334 * faces.el (color-values, color-defined-p): Use `member', not
2335 `memq', because it works correctly for strings.
2336 (frame-set-background-mode): Actually, "unspecified-fg" and
2337 "unspecified-bg" *are* strings. Use `member', not `memq', and
2338 `equal', not `eq', when a string value is possible.
2339
b6ef4898
EZ
23402000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2341
2342 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
2343
34939e2c
SM
23442000-10-21 Stefan Monnier <monnier@cs.yale.edu>
2345
2346 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
2347 sh-electric-rparen, sh-electric-less and sh-electric-hash.
2348 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
2349 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
2350 (sh-font-lock-syntactic-keywords): Use them.
2351 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
2352 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
2353 (sh-mode): Don't override font-lock-unfontify-region-function.
2354 Use a copy of sh-font-lock-syntactic-keywords.
2355 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
2356 Don't call sh-scan-buffer since font-lock does it on the fly.
2357 (sh-get-indent-info): Use `face' rather than `syntax-table'
2358 text-property to detect here-documents.
2359 Replace sh-special-syntax with sh-st-punc.
2360 (sh-prev-line): Use `face' rather than `syntax-table'
2361 text-property to skip over here-documents.
2362 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
2363 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
2364 (sh-electric-less, sh-set-here-doc-region)
4836835a 2365 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
2366 (sh-scan-buffer, sh-rescan-buffer): Remove.
2367
f3d3c491
AI
23682000-10-21 Andrew Innes <andrewi@gnu.org>
2369
2370 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
2371 remote (ange-ftp) file names.
2372
b86c791c
MB
23732000-10-21 Miles Bader <miles@gnu.org>
2374
d9c30bdf
MB
2375 * window.el (fit-window-to-buffer): New function.
2376 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
2377 (window-text-height): Don't expect minibuffers to have mode-lines.
2378
d9c30bdf 2379 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
2380 * international/quail.el (quail-update-guidance): Use
2381 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 2382
617fee5a
MB
2383 * international/quail.el (quail-show-guidance-buf): Make sure
2384 guidance window really has enough room.
2385 (quail-update-guidance): If quail-guidance-win is already shown,
2386 make sure its height is OK.
2387
b86c791c
MB
2388 * window.el (window-text-height, set-window-text-height):
2389 New functions.
2390 (shrink-window-if-larger-than-buffer): Use `window-text-height'
2391 instead of `window-height' & `mode-line-window-height-fudge'.
2392 (mode-line-window-height-fudge): Add FACE parameter.
2393 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
2394 instead of `enlarge-window' & `mode-line-window-height-fudge'.
2395
e34850d1
MB
23962000-10-20 Miles Bader <miles@gnu.org>
2397
2398 * window.el (height-affecting-face-attributes): Use `defconst'.
2399
2400 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
2401 New function, conditionally aliased to `mode-line-window-height-fudge'.
2402 (ispell-help): Use it.
2403 (ispell-choices-win-default-height): Don't include mode-line fudge.
2404 (ispell-choices-win-default-height): New function.
2405 (ispell-show-choices, ispell-command-loop): Use function
2406 `ispell-choices-win-default-height' instead of variable.
2407
a8b883c2
MB
24082000-10-20 Miles Bader <miles@lsi.nec.co.jp>
2409
8c6e4a58
MB
2410 * window.el (mode-line-window-height-fudge): New variable.
2411 (height-affecting-face-attributes): New variable.
2412 (mode-line-window-height-fudge): New function.
2413 (shrink-window-if-larger-than-buffer): Use it.
2414 * help.el (resize-temp-buffer-window): Likewise.
2415
a8b883c2
MB
2416 * info.el (Info-fontify-node): Add support for @subsubsection
2417 titles, which use `Info-title-4-face'.
2418 (Info-title-4-face): New face.
2419 (Info-title-3-face): Inherit from Info-title-4-face instead of
2420 variable-pitch.
2421
e64c3a75
JR
24222000-10-19 Jason Rumney <jasonr@gnu.org>
2423
2424 * dired.el (dired-insert-directory): Do not let errors signalled by
2425 attempt to run dired-free-space-program prevent dired from working.
2426
c70fe852
SM
24272000-10-19 Stefan Monnier <monnier@cs.yale.edu>
2428
2429 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
2430
877cf6b4
GM
24312000-10-19 Gerd Moellmann <gerd@gnu.org>
2432
5de037e0
GM
2433 * dirtrack.el (dirtrack): Fix call to run-hooks.
2434
6deb9af9
GM
2435 * cmuscheme.el (cmuscheme-program-name): Renamed from
2436 scheme-program-name because xscheme.el contains a defcustom with
2437 the same name. As a consequence, customizing group `cmuscheme'
2438 loaded `xscheme' which redefined run-scheme.
2439 (run-scheme): Use cmuscheme-program-name.
2440
877cf6b4
GM
2441 * ps-print.el (ps-print-emacs-type): Move into the
2442 eval-and-compile.
2443
e597d8fb 2444 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 2445 anonymous address, and add a website for Befrienders International.
4836835a 2446
3e9cb08f
GM
24472000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2448
c70fe852
SM
2449 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
2450 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
2451 (ps-print-version): New version number (6.2).
2452 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
2453 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
2454 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
2455 (ps-x-extent-priority, ps-x-extent-start-position)
2456 (ps-x-face-font-instance, ps-x-find-coding-system)
2457 (ps-x-font-instance-properties, ps-x-make-color-instance)
2458 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
2459 avoid compilation gripes without defining functions.
2460 (ps-e-find-composition): Alias for function find-composition, to have a
2461 suitable function depending on Emacs version.
2462 (ps-color-device, ps-color-values, ps-face-foreground-name)
2463 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
2464 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
2465 (ps-print-ensure-fontified): Function definitions surrounded by
2466 `eval-and-compile' to avoid compilation gripes.
2467 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
2468 by symbol-value to avoid compilation gripes.
2469 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
2470 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
2471
d8abcd91
MB
24722000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2473
13ab33c4
MB
2474 * startup.el (normal-top-level): Call `frame-set-background-mode'
2475 after `frame-notice-user-settings' because the latter doesn't call
2476 the former on a tty.
2477
d8abcd91
MB
2478 * faces.el (frame-set-background-mode): `unspecified' &c are
2479 symbols, not strings.
2480
e8bce0a9
EZ
24812000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2482
c70fe852
SM
2483 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
2484 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 2485
c70fe852
SM
2486 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
2487 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 2488
773272d8
KH
24892000-10-19 Kenichi Handa <handa@etl.go.jp>
2490
c70fe852 2491 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
2492 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
2493 for ISO10646-1 fonts.
2494 (x-font-name-charset-alist): Add an entry for "iso10646-1".
2495
772139c0
EZ
24962000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2497
2498 * faces.el (frame-set-background-mode): If a tty frame defines a
2499 background color, use that to compute the background mode, instead
2500 of always defaulting to "dark".
2501
d134a19f
MB
25022000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2503
8bb84cb2
MB
2504 * comint.el (comint-write-output): New function.
2505 (comint-mode-map): Add it to the menu.
e40a778f 2506 Bind `C-c C-s' to comint-write-output.
d134a19f 2507
dada41e1
GM
25082000-10-18 Gerd Moellmann <gerd@gnu.org>
2509
2510 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
2511 Use fancy-splash-delay.
2512
9b5360aa
GM
25132000-10-18 Alex Schroeder <alex@gnu.org>
2514
2515 * progmodes/sql.el (sql-sybase-options): New option.
2516 (sql-sybase): Use it. Add sql-database to the list of parameters
2517 provided for login. The options -w 2048 -n are not used any more.
2518
9035a35a
GM
2519 * comint.el (comint-read-input-ring): Bugfix such that the first
2520 and the last entry of the input ring file are not lost.
2521
3556c6dd
GM
25222000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2523
2524 * ps-print.el: Internal variable changes to defcustom,
2525 make-local-hook changes to defvar. Doc fix.
2526 (ps-print-version): New version number (6.1).
2527 (ps-setup, ps-do-despool): Code fix.
2528 (ps-printer-name): Customization fix.
2529 (ps-printer-name-option): Now is a defcustom instead of an
2530 internal variable.
2531 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
2532 (ps-print-begin-column-hook): Now are defvar instead of
2533 make-local-hook.
4836835a 2534
4e217e50
MB
25352000-10-18 Miles Bader <miles@gnu.org>
2536
2537 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
2538 (comint-kill-output): Changed into an alias for `comint-delete-output',
2539 and made obsolete.
2540 (comint-mode-map): Rename references to comint-kill-output.
2541
34460354
EZ
25422000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
2543
2544 * diff-mode.el (diff-header-face, diff-file-header-face)
2545 (diff-changed-face): Add bold and italic attributes to tty faces.
2546 (diff-function-face): New face.
2547 (diff-font-lock-keywords): Use it.
2548
17ea3cdb
MB
25492000-10-18 Miles Bader <miles@lsi.nec.co.jp>
2550
2551 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
2552 Remove commented-out call to force-mode-line-update.
2553 (comint-kill-output): Use `forward-line 0' instead of
2554 beginning-of-line to make sure we get past the prompt.
2555
9244f2c7
SM
25562000-10-17 Stefan Monnier <monnier@cs.yale.edu>
2557
2558 * diff-mode.el (diff-header-face, diff-file-header-face):
2559 Add specific setting for dark background.
2560 (diff-context-face): Renamed from diff-comment-face.
2561 Set explicitly rather than inheriting from font-lock-comment-face.
2562
1592c1ef
EZ
25632000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2564
2565 * startup.el (command-line): Move the code which sets the default
2566 TTY colors to before before-init-hook.
2567
f86292a9
GM
25682000-10-17 Gerd Moellmann <gerd@gnu.org>
2569
2570 * jit-lock.el (jit-lock-stealth-time): Doc fix.
2571
f7f2e883
EZ
25722000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2573
e854cc22
EZ
2574 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
2575 extensions, for MS-DOS.
2576
f7f2e883
EZ
2577 * diff-mode.el (diff-header-face, diff-file-header-face)
2578 (diff-changed-face): Define tty-specific colors.
2579
c7b4f0f9
GM
25802000-10-17 Gerd Moellmann <gerd@gnu.org>
2581
2582 * startup.el (fancy-splash-text): Realign the text.
2583
12a72271
EZ
25842000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2585
2586 * font-lock.el (font-lock-comment-face): Define a separate default
2587 for dark-background tty's.
2588
61dfccfd
MB
25892000-10-17 Miles Bader <miles@gnu.org>
2590
2591 * help.el (resize-temp-buffer-window): Add hack to avoid last line
2592 being obscured by whizzy mode-lines on graphics displays.
2593
333cd59e
EZ
25942000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2595
2596 * info.el (Info-title-1-face, Info-title-2-face)
2597 (Info-title-3-face): Define colors for tty's.
dada41e1 2598 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 2599
dbf1fcc1
EZ
26002000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2601
2602 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
2603 reverse from the frame parameters, and don't invert foreground and
2604 background colors.
2605
ac629823
MB
26062000-10-16 Miles Bader <miles@gnu.org>
2607
2608 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
2609 string "*Info*". Call propertized-buffer-identification to spruce
2610 up the result.
2611
76eebffc
GM
26122000-10-16 Gerd Moellmann <gerd@gnu.org>
2613
3a6b59d9
GM
2614 * help.el: Provide `help' for the sake of define-minor-mode
2615 which generates defcustoms with requires.
2616
6569c3d3
GM
2617 * jit-lock.el (jit-lock-after-change): If we're in text that
2618 matches a multi-line font-lock pattern, make sure the whole text
2619 will be redisplayed.
2620
c2e0a611
GM
2621 * emacs-lisp/authors.el (authors-add): Don't add an entry if
2622 author's name is unknown.
2623
76eebffc
GM
2624 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
2625 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
2626 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
2627 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
2628 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
2629 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
2630 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
2631 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
2632 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
2633 Add author information.
2634
cf1e7b12
MB
26352000-10-16 Miles Bader <miles@lsi.nec.co.jp>
2636
2637 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
2638 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
2639 full-color version (using the Gimp) to eliminate dithering artifacts.
2640
5586f3eb
SM
26412000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2642
2643 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
2644
2645 * simple.el (syntax-flag-table, string-to-syntax): Remove.
2646
ad64a888
DL
26472000-10-15 Dave Love <fx@gnu.org>
2648
2649 * progmodes/sh-script.el: Require skeleton and comint when
2650 compiling.
2651
2652 * pcomplete.el (pcomplete) <defgroup>: Add :version.
2653
2654 * whitespace.el: Doc fixes.
2655 (top-level): Don't add hooks here.
2656 (whitespace-running-emacs): Deleted.
2657 (timer): Don't require.
2658 (whitespace): Add back :version conditional on xemacs test.
2659 (whitespace-spacetab-regexp, whitespace-indent-regexp)
2660 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
2661 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
2662 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
2663 Avoid specific xemacs test.
2664 (whitespace-global-mode): New option.
2665 (whitespace-global-mode): New command.
2666 (whitespace-unload-hook): New function.
2667
2668 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 2669 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
2670 (Info-fontify-node): `Goto' goes to `Go to'.
2671 (Info-fontify-node): Add help-echo to xref links.
2672
1ef49fc6
EZ
26732000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
2674
2675 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
2676
8b7707e1
SM
26772000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2678
b3b7f42f
SM
2679 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
2680 Use plist-get and allow :inherit.
2681
2682 * emacs-lisp/cl-macs.el (cl-do-arglist):
2683 Use plist-get and plist-member instead of memq.
2684
3c7fafc7
SM
2685 * emacs-lisp/ewoc.el (ewoc-location): New function.
2686 (ewoc-enter-after, ewoc-enter-before): Document return value.
2687 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
2688 Don't need make-local-hook any more.
2689 (cvs-addto-collection): Return the new tin.
2690 (cvs-mode-insert): Jump to the new line.
2691
8b7707e1
SM
2692 * jit-lock.el (jit-lock-fontify-buffer): Remove.
2693
2694 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
2695
2696 * font-lock.el (font-lock-syntactically-fontified): New var.
2697 (font-lock-fontify-syntactic-keywords-region): Use it.
2698 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
2699
2700 * diff-mode.el (diff-find-file-name): Fix regexp.
2701
2702 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2703 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
2704
2705 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
2706 (sh-mode-syntax-table): Add punctuation syntax for < and >.
2707 (sh-mode): Don't make all vars local here.
2708 (sh-kw): Reformat.
2709 (sh-set-shell): Use dolist. Don't set indent-region-function.
2710 (sh-mode-syntax-table): Use pop.
2711 (sh-remember-variable): Use push.
2712 (sh-help-string-for-variable): Use memq.
2713 (sh-safe-backward-sexp): Remove.
2714 (sh-safe-forward-sexp): Add ARG.
2715 (sh-get-indent-info, sh-prev-stmt): Use it.
2716 (sh-prev-line): Simplify by using forward-comment.
2717 (sh-this-is-a-continuation): Simplify.
2718 (sh-learn-buffer-indent): Use dolist.
2719 (sh-do-nothing): Remove.
2720 (sh-set-char-syntax, sh-set-here-doc-region):
2721 Use inhibit-modification-hooks.
2722 (sh-name-style): Use mapcar and push.
2723 (sh-load-style): Use dolist.
2724 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
2725 (sh-case, sh-while-getopts): Use propertize directly rather
2726 than sh-electric-rparen.
2727
27282000-10-14 Stefan Monnier <monnier@cs.yale.edu>
2729
2730 * textmodes/tex-mode.el: Require CL when compiling.
2731 (tex-mode-syntax-table): Init immediately.
2732 (tex-mode-map): Bind M-RET to latex-insert-item.
2733 (latex-mode): Set indent-line-function to latex-indent.
2734 (tex-common-initialization): Don't setup the syntax-table any more.
2735 (latex-insert-item): New skeleton.
2736 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 2737 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 2738 (latex-indent, latex-find-indent): New functions.
4836835a 2739 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
2740 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
2741 (tex-compilation-parse-errors): Use with-syntax-table.
2742
86b7fcbb
MB
27432000-10-15 Miles Bader <miles@gnu.org>
2744
2745 * font-lock.el (font-lock-comment-face): Change dark-background,
2746 color, non-tty, default to `chocolate1'.
2747
57a24508
JW
27482000-10-13 John Wiegley <johnw@gnu.org>
2749
2750 * eshell/esh-util.el (require): Added a missing `require' form,
2751 needed when compiling (for an ange-ftp macro definition).
2752
40ad3db4
DL
27532000-10-13 Dave Love <fx@gnu.org>
2754
2755 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
2756
db460189
GM
27572000-10-13 Gerd Moellmann <gerd@gnu.org>
2758
b41c9501
GM
2759 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
2760 fix.
2761
4836835a 2762 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
2763 transparent -colors 8).
2764
3b5e21df
GM
27652000-10-13 Stephen Gildea <gildea@alum.mit.edu>
2766
2767 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
2768 that breaks with old list format timestamps.
2769 (time-stamp-warn-inactive, time-stamp-old-format-warn)
2770 (time-stamp-count, time-stamp-conversion-warn): Improved doc
2771 strings.
2772
16908a3f
JW
27732000-10-13 John Wiegley <johnw@gnu.org>
2774
d7103dda
JW
2775 * align.el, pcomplete.el, calendar/timeclock.el,
2776 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
2777
dace60cf 2778 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
2779 faulty math, where holiday hours were being computing as seconds.
2780
b6b70cda
JW
27812000-10-13 John Wiegley <johnw@gnu.org>
2782
2783 * desktop.el (desktop-buffer-modes-to-save): Added a global for
2784 specifying what "other" kinds of buffers should be saved. This
2785 used to be hard-coded.
2786 (desktop-buffer-misc-functions): A global for specifying how
2787 auxiliary data should be determined for special buffer types.
2788 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
2789 instead of hard-coding the special buffer types.
2790 (desktop-save): Run `desktop-buffer-misc-functions' to gather
2791 auxiliary data, instead of hard-coding for Info buffers and dired.
2792 (desktop-buffer-info-misc-data): Aux function for determining Info
2793 buffer auxiliary info.
2794 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
2795 (desktop-buffer-info): Changed this function to use the info
2796 gathered above.
2797 (desktop-create-buffer): Be a little more careful about what
2798 `minor-mode' means before calling it. This is important for some
2799 buffer types.
2800
8c6b1d83
JW
28012000-10-13 John Wiegley <johnw@gnu.org>
2802
2803 * eshell/esh-util.el: Added a global form which declares an
2804 autoload for `parse-time-string', if that function is not already
2805 defined, and if parse-time.el is available on the user's system.
2806
2807 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
2808 to be aware of ange-ftp user info.
2809 (eshell-do-ls): Bind `ange-cache'. Also, use
2810 `eshell-file-attributes'.
2811 (eshell-ls-annotate): Use `eshell-file-attributes'.
2812 (eshell-ls-file): Made the user-id printing code a bit smarter.
2813
2814 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
2815 allow identification of alias user ids in remote directories.
2816 It's manual, but there's no other way to know when the current
2817 user on the local machine, is also the owning user on the remote
2818 machine.
2819 (fboundp): Bind `ange-cache'.
2820 (eshell-directory-files-and-attributes): Re-organized the logic a
2821 bit to use `eshell-file-attributes' instead of `file-attributes'.
2822 The former is more sensitive to directories that are read via FTP,
2823 and knows how to use ange-ftp to determine full attribute
2824 information, instead of just the name and last modtime.
2825 (eshell-current-ange-uids): Return the current user id when in a
2826 remote directory.
2827 (eshell-parse-ange-ls): Parse a full directory listing that has
2828 been returned by ange-ftp.
2829 (eshell-file-attributes): This beefed up version of
2830 `file-attributes' is only special if the user is currently in a
2831 remote directory, in which case it does a lot of work to find out
2832 what the real attributes of a file are, as they appear on the
2833 remote machine. This makes usage of remote directories (i.e.,
2834 ange-ftp pathnames) much more useful. You can now use Eshell as a
2835 full-fledged FTP client, with much more manipulation ability than
2836 most other clients.
2837
2838 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
2839 variable, which means that Eshell's du should always be preferred
2840 in remote directories.
2841 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
2842 just `file-attributes'.
2843 (eshell-mvcp-template): Bind `ange-cache', to improve performance
2844 when reading remote directories. This is an Eshell-specific
2845 variable (not part of ange-ftp).
2846 (eshell/ln): Bind `ange-cache'.
2847 (eshell/du): Added some extra logic for determining when to use
2848 Eshell's du (which is slow), and when to use the external version
2849 (which may or may not exist).
2850
2851 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
2852 `eshell-interactive-process', rather than using
2853 `get-buffer-process', since backgrounded processes don't count in
2854 the context of this function's logic.
2855
2856 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
2857 `forward-char', so that null strings are parsed correctly.
2858
87730e84 28592000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
2860
2861 * eshell/em-pred.el (eshell-pred-file-type,
2862 eshell-pred-file-links, eshell-pred-file-size): Use
2863 `eshell-file-attributes'. This is more correct over ange-ftp.
2864
2865 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
2866 that remote file globbing is more efficient.
2867
2868 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
2869 gathering the files and attributes within a directory.
2870
2871 * eshell/em-unix.el (eshell/cat): If any of the files passed on
2872 the command line is a special file (not a regular file, directory
2873 or symlink), always attempt to call the external version of cat.
2874
87730e84 28752000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
2876
2877 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
2878 Eshell-friendly version of find-tag.
2879
1c7e37a9
MB
28802000-10-13 Miles Bader <miles@lsi.nec.co.jp>
2881
4836835a 2882 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
2883 (image-file-name-regexps): Add autoload cookies.
2884
11a7f341
KH
28852000-10-13 Kenichi Handa <handa@etl.go.jp>
2886
2887 * international/mule-cmds.el (select-safe-coding-system): If FROM
2888 is string, show it in *Warning* buffer.
2889
8ddddcb0
EZ
28902000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2891
2892 * startup.el (normal-top-level): Use display-popup-menus-p instead
2893 of window-system.
2894 (command-line): Use display-graphic-p instead of window-system.
2895 (command-line-1): Use display-popup-menus-p and display-mouse-p
2896 instead of window-system.
2897
72200f89
SS
28982000-10-12 Sam Steingold <sds@gnu.org>
2899
2900 * tooltip.el (tooltip-use-echo-area): New user variable.
2901 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
2902
8661c643
DL
29032000-10-12 Dave Love <fx@gnu.org>
2904
d0b40dc1
DL
2905 * recentf.el: Maintainer's checkdoc fixes.
2906
a622451f
DL
2907 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
2908 character class, not ASCII when matching file names.
2909 (fancy-splash-head): Add trailing slash to URL.
2910 (command-line): Don't require XPM support for toolbar.
2911
8661c643
DL
2912 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
2913 (cperl-invalid-face): Revert last change.
2914 (cperl-init-faces): Quote cperl-invalid-face.
2915
ef2ed8ab
KH
29162000-10-12 Kenichi Handa <handa@etl.go.jp>
2917
2918 * startup.el (fancy-splash-text): Remove superfluous quote.
2919
b0da379e
GM
29202000-10-12 Gerd Moellmann <gerd@gnu.org>
2921
dbeb499b
GM
2922 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
2923 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
2924 (command-line-1): Don't use fancy-splash-pending-command.
2925 (fancy-splash-screens-1): Goto point-min after inserting text.
2926
d861718a
GM
2927 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
2928
b0da379e
GM
2929 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
2930 instead of shared-lisp-mode-map.
2931
4fb2ad98
MB
29322000-10-12 Miles Bader <miles@lsi.nec.co.jp>
2933
1cb4393e
MB
2934 * faces.el (header-line): Change tty-variant to use underlining.
2935
4fb2ad98
MB
2936 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
2937 (isearch-highlight): Restore lazy-isearch face properties at old
2938 position, and suppress them at new position.
2939 (isearch-dehighlight): Restore lazy-isearch face properties.
2940 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
2941 over the real isearch overlay, but in that case, don't give it a
2942 face property. Use `push'.
2943
eb991b25
KH
29442000-10-12 Kenichi Handa <handa@etl.go.jp>
2945
2946 * man.el (Man-getpage-in-background): Fix previous change.
2947 Decode the process output only when we are in multibyte mode.
2948
a818c1c0
DL
29492000-10-11 Dave Love <fx@gnu.org>
2950
c990f53a
DL
2951 * info.el (Info-mode-menu): Fix some help.
2952 (info-tool-bar-map): Add entry for Info-last.
2953
a818c1c0
DL
2954 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
2955 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
2956 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
2957 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
2958 * toolbar/search-replace.xpm, toolbar/exit.xpm:
2959 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
2960 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
2961 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
2962 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
2963 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
2964 Reduce colour requirements to 25 overall. (Probably wants
2965 revisiting from the originals to reduce further.)
2966
c1b096cb
EZ
29672000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
2968
2969 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
2970 buffer-file-coding-system, instead of raw-text.
2971 (dehexlify-buffer): Bind coding-system-for-read to
2972 buffer-file-coding-system, instead of raw-text.
2973
5c8b7eaf
SS
29742000-10-11 Sam Steingold <sds@gnu.org>
2975
2976 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
2977 `underline' - fixes the bug introduced on 2000-09-21.
2978
2cfbdb7a
DL
29792000-10-11 Dave Love <fx@gnu.org>
2980
2981 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
2982 compiler warnings.
2983 (scheme-mode): Doc fix.
2984 (scheme-font-lock-keywords-1): Match `define-syntax'.
2985
29862000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
2987
2988 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
2989 face specs as well as default ones. Only do anything if the
2990 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 2991 (region): Make dark-background `region' face less in-your-face.
4b33f290 2992
690ec649
SS
29932000-10-10 Sam Steingold <sds@gnu.org>
2994
2995 * chistory.el, ielm.el, ledit.el:
2996 * progmodes/inf-lisp.el, progmodes/scheme.el:
2997 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
2998
3b95d6bb
SM
29992000-10-10 Stefan Monnier <monnier@cs.yale.edu>
3000
3001 * textmodes/texinfo.el: Update copyright and fix typo.
3002
3003 * desktop.el (desktop-modes-not-to-save): New var.
3004 (desktop-save-buffer-p): Use it.
3005 Also, obey desktop-buffers-not-to-save even for non-file buffers.
3006 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
3007
d646c828
DL
30082000-10-10 Dave Love <fx@gnu.org>
3009
3010 * toolbar/tool-bar.el (tool-bar-add-item)
3011 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
3012 display.
3013
d646c828
DL
3014 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
3015 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
3016 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
3017 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
3018 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
3019 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
3020 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
3021 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
3022 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
3023 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
3024 the .xpms; probably need retouching.
3025
862a7e28
MB
30262000-10-10 Miles Bader <miles@lsi.nec.co.jp>
3027
3028 * subr.el (add-to-list): Add optional argument APPEND.
3029 * battery.el (display-battery): Use `add-to-list'.
3030
46e33aee
TTN
30312000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
3032
930baf47
TTN
3033 * play/zone.el (zone-timer, zone-wc-tbl): Rework
3034 these vars as symbol properties.
2cfbdb7a
DL
3035 (zone, zone-when-idle, zone-leave-me-alone)
3036 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 3037
5a430f9c
TTN
3038 * battery.el (display-battery): Doc spelling fix.
3039
46e33aee
TTN
3040 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
3041 property.
3042
adf7d3a8
DL
30432000-10-09 Dave Love <fx@gnu.org>
3044
3045 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
3046 has been initialized before calling tool-bar-setup.
c2156508 3047 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 3048
06a8c9f8
EZ
30492000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
3050
e4ca8f8c
EZ
3051 * menu-bar.el (send-mail-item-name): New function.
3052 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
3053 of mail-user-agent in the menu. Don't display the "Send Mail"
3054 item if mail-user-agent is nil or its value is ignore.
3055 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
3056 if read-mail-command is nil or its value is ignore.
3057
06a8c9f8
EZ
3058 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
3059
7dbc9c8a
MB
30602000-10-09 Miles Bader <miles@gnu.org>
3061
29e0814b
MB
3062 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
3063 Correct image size.
3064 * toolbar/left_arrow.xpm: Correct image size.
3065
7dbc9c8a
MB
3066 * jka-compr.el: Don't call `jka-compr-install' when loading (it
3067 will be done by the definition of `auto-compression-mode' if
3068 necessary. Move code to uninstall existing file-name handler
3069 before definition of `auto-compression-mode'.
3070
3071 * image-file.el (auto-image-file-mode): Move to the end of the
3072 file, because `define-minor-mode' actually calls the mode-function
3073 if the associated variable is non-nil, which requires that all
3074 needed functions be already defined.
3075
65b61266
MB
3076 * mouse.el (popup-menu): Balance parens.
3077
d6b8c85b
SM
30782000-10-08 Stefan Monnier <monnier@cs.yale.edu>
3079
3080 * mouse.el (popup-menu): Move the command call outside the loop
3081 so that popup-menu returns whatever the command returns.
3082
3083 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
3084 (initialize-new-tags-table): Use run-hook-with-args-until-success.
3085 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
3086 (tags-table-format-functions): Renamed from tags-table-format-hooks.
3087
3088 * vc.el (vc-version-diff): diff-switches can be a list.
3089 Use relative filenames for prettier output.
3090
46e33aee 3091 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
3092 (vc-post-command-functions): Remove old-VC compatibility code.
3093
3094 * newcomment.el (comment-indent-default): Autoload.
3095
3096 * font-lock.el (font-lock-defaults): Make buffer-local.
3097 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
3098 (font-lock-choose-keywords):
3099 Ignore LEVEL unless KEYWORDS is a list of syms.
3100 (c-keywords, c++-keywords, objc-keywords, java-keywords):
3101 Don't wrap regexp-opt things in \(...\) unnecessarily.
3102
3103 * jit-lock.el: Don't require font-lock any more.
3104 (jit-lock-functions): Make buffer-local.
3105 (jit-lock-saved-fontify-buffer-function): Remove.
3106 (jit-lock-mode): Remove autoload cookie.
3107 Remove font-lock specific code.
3108 (jit-lock-unregister): Don't bother handling complex hooks any more.
3109 (jit-lock-refontify): New function.
3110 (jit-lock-fontify-buffer): Use it.
3111 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
3112 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
3113 Add optional args START and END.
3114 Never call font-lock-fontify-region directly.
3115 (jit-lock-function, jit-lock-stealth-fontify): Use it.
3116
3117 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
3118
a30ed6ac
DL
31192000-10-08 Dave Love <fx@gnu.org>
3120
4e7c7ca9
DL
3121 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
3122
3123 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
3124
3125 * play/studly.el (studlify-region, studlify-word): Add autoload
3126 cookie.
3127
3128 * play/morse.el (morse-region, unmorse-region): Add autoload
3129 cookie.
3130
3131 * play/spook.el (spook-phrases-file): Use expand-file-name, not
3132 concat.
3133
3134 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
3135 insist on symbols starting with word syntax.
3136 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
3137 (eval-defun-1): Doc fix.
3138 (indent-sexp): Use nconc to build up indent-stack.
3139
3140 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
3141 Gnus with little use.
3142 (mail-setup-hook): Add mail-abbrevs-setup to options.
3143
968f7c4a
DL
3144 * recentf.el: Doc fixes.
3145
3146 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
3147 Clean up remainder.
3148
3149 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
3150 without timezone and (8) with timezone to enforce some whitespace.
3151 Simplify code somewhat.
3152
3153 * options.el (list-options): Doc that you should use customize.
3154
3155 * iswitchb.el (iswitchb-mode): Add :require.
3156
a30ed6ac
DL
3157 * info.el (Info-goto-node, Info-menu): Doc fix.
3158 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
3159 (info-tool-bar-map): New variable.
3160 (Info-mode): Use it.
3161 (Info-edit-map): Define all in defvar.
3162 (speedbar-attached-frame): Avoid compiler warning.
3163
3164 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
3165 (global-map): Bind [tool-bar] to a filtered map.
3166 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
3167 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
3168 Allow PBM icons.
3169 (tool-bar-setup): Adjust calls of tool-bar-add-item.
3170
3171 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
3172 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
3173 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
3174 icons, except up_arrow, which is left-arrow rotated.
3175
3176 * imenu.el (imenu-add-to-menubar): Fix last change.
3177
4e953aff
PB
31782000-10-08 Peter Breton <pbreton@ne.mediaone.net>
3179
3180 * generic-x.el (rul-generic-mode): Remove eval-when-compile
3181 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
3182
739e92a7
EZ
31832000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3184
d20faceb
EZ
3185 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
3186 typos in doc strings.
3187
a640322e
EZ
3188 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
3189 the doc strings how to customize Font Lock faces.
3190
739e92a7
EZ
3191 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
3192 computing growth when dragging the header line.
3193
8be7408c
EZ
31942000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3195
3196 * simple.el (kill-line): Doc fix.
3197
6fee86a3
MB
31982000-10-08 Miles Bader <miles@gnu.org>
3199
445a653e
MB
3200 * faces.el (secondary-selection): Make foreground visible on tty.
3201
6fee86a3
MB
3202 * jka-compr.el (auto-compression-mode): Move to the end of the
3203 file, because `define-minor-mode' actually calls the mode-function
3204 if the associated variable is non-nil, which requires that all
3205 needed functions be already defined.
3206 (with-auto-compression-mode): Add autoload cookie.
3207
a115794c
EZ
32082000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
3209
3210 * files.el (find-backup-file-name) [ms-dos]: If support for long
3211 file names is not available, behave as if version-control were set
3212 to never.
3213
b12e6de3
DL
32142000-10-07 Dave Love <fx@gnu.org>
3215
3216 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
3217 (browse-url-gnome-moz): New function.
3218 (browse-url-browser-function): Use it.
3219 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
3220
20b1d079
SM
32212000-10-07 Stefan Monnier <monnier@cs.yale.edu>
3222
3223 * indent.el (tab-always-indent): New var.
3224 (indent-for-tab-command): Use it.
39250ec3 3225
9ee45b2c 3226 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 3227 raise an error. This way it can still default to a sane value.
9ee45b2c 3228
8c6b1d83
JW
32292000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3230
39250ec3
SM
3231 * startup.el (fancy-splash-screens): Use local rather than global map.
3232 Don't use `update-menu-bindings' any more.
3233 Get rid of assumptions about keymap representation.
3234
a23ccdf2
DL
32352000-10-06 Dave Love <fx@gnu.org>
3236
814299a7 3237 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
3238 (sentence-end-without-period): Doc fix.
3239 (adaptive-fill-regexp): Purecopy.
3240 (unjustify-current-line): Use line-end-position.
3241 (fill-individual-paragraphs-prefix): Use line-beginning-position.
3242
3243 * net/eudc-vars.el (eudc): Add :version, :link.
3244
39250ec3 3245 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
3246
3247 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
3248 Fix for define-minor-mode.
3249 (function-at-point): Alias to function-called-at-point.
3250
3251 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
3252
3253 * simple.el (backward-word): Doc fix.
3254
a23ccdf2
DL
3255 * image-file.el (image-file-name-regexp): image-file-regexps ->
3256 image-file-name-regexps.
742c1822 3257 (image-file-name-extensions): Add pbm.
a23ccdf2 3258
39250ec3
SM
32592000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3260
3261 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
3262 and add filename to the names so that diff-mode can jump to source.
3263
3264 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 3265 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
3266 (tex-font-lock-keywords-1): Remove.
3267 (font-lock-turn-on-thing-lock): Use jit-lock-register.
3268 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
3269 (font-lock-default-fontify-region):
3270 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
3271 (font-lock-fontify-anchored-keywords):
3272 Include the anchor text as part of the multiline.
3273
8d5dfacd
GM
32742000-10-06 Gerd Moellmann <gerd@gnu.org>
3275
3276 * loadup.el (toplevel): Load `loaddefs' before `help' because the
3277 latter needs the autoloaded define-minor-mode macro during the
3278 bootstrap.
3279
3280 * startup.el (command-line): For now, activate tool-bar-mode only
3281 if XPM images are supported.
3282
3283 * mouse.el (mouse-drag-header-line): Don't allow resizing a
3284 window by dragging a header-line at the top of the frame; that's
4c19fbce 3285 confusing because the header-line doesn't move.
8d5dfacd
GM
3286 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
3287 of treating the event as a list. Some cleanup.
3288
f69aad2b 32892000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 3290
f69aad2b
MB
3291 * simple.el (display-message-or-buffer): New function.
3292 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 3293
09cb7646
MB
3294 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
3295 docstring parts.
3296
814299a7 3297 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
3298 (smbclient-prompt-regexp): Add usage note to doc string.
3299 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
3300 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
3301 Use add-hook for adding the comint filter function, and only do so
3302 if it's not already in the global hook list.
3303 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
3304 to `make-local-variable'.
3305 (nslookup-font-lock-keywords): Remove prompt entry.
3306 (nslookup): Don't set the process-filter.
3307 (finger): Exit the loop correctly when the regexps list runs out.
3308 (ftp, smbclient, smbclient-list-shares):
3309 Set the real major mode immediately, not after execing.
3310 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
3311
3312 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
3313
4c19fbce
SM
33142000-10-05 Stefan Monnier <monnier@cs.yale.edu>
3315
3316 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
3317
3318 * which-func.el (which-func-format): Remove spurious space.
3319 (which-func-mode): Don't make it permanent-local.
3320 (which-func-ff-hook): Allow which-func-maxout to be nil.
3321 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
3322 (which-func-mode): Simplify.
3323 Use post-command-idle-hook rather than post-command-hook.
3324 Go through all buffers and update their state.
3325 (which-function): Also try add-log-current-defun-function.
3326
3327 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
3328 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
3329 Update call to with-vc-properties accordingly.
3330 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
3331 (vc-revert-buffer): More careful about window selection and deletion.
3332 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
3333
3334 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
3335 (cvs-retrieve-revision): Reuse a pre-existing buffer.
3336 (cvs-dired-action): Change the default to quickdir.
3337
3338 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
3339 if comment-indent-function returns nil.
3340 (comment-indent-default): New function.
3341 (comment-indent-function): Use it and document the new semantics.
3342
3343 * image-file.el: Docstring fixes.
3344
3345 * help.el (help-xref-on-pp): Use match-string.
3346 (describe-variable): New arg BUFFER.
3347 Store the current buffer in the help-xref-stack.
3348 (temp-buffer-resize-mode): Use define-minor-mode.
3349
3350 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
3351 consistently with its docstring.
3352 Set jit-lock-first-unfontify-pos in an idempotent way.
3353 (jit-lock-register): Autoload and add arg CONTEXTUAL.
3354
542c6552
GM
33552000-10-05 Alex Schroeder <alex@gnu.org>
3356
3357 * sql.el (sql-mysql-options): New variable.
3358 (sql-mysql): Use it.
3359
a3489ece
MB
33602000-10-05 Miles Bader <miles@lsi.nec.co.jp>
3361
77f6105c
MB
3362 * image.el (image): New group.
3363
814299a7 3364 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
3365 (smerge-base-face, smerge-markers-face): Add dark-background variants.
3366
3478046b
PB
33672000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3368
3369 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 3370 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
3371 Ignore the value of wqindow-system; always define keywords
3372
22aca186
KH
33732000-10-05 Kenichi Handa <handa@etl.go.jp>
3374
3375 * startup.el (fancy-splash-screens): Remove the code for
3376 debugging; `(trace-to-stderr "EXITTT\n")'.
3377
55d5d717
MB
33782000-10-05 Miles Bader <miles@gnu.org>
3379
3380 * diff-mode.el (diff-goto-source): Update call to
3381 `diff-hunk-status-msg' to reflect new REV variable.
3382
41fa7178
SM
33832000-10-04 Stefan Monnier <monnier@cs.yale.edu>
3384
3385 * progmodes/icon.el (icon-mode):
3386 Don't gratuitously override the default for comment-column.
3387
3388 * vc-hooks.el (vc-mode-line): Fix interactive spec.
3389
3390 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
3391 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
3392 (jit-lock-functions): New var.
3393 (jit-lock-function-1): Use it if non-nil.
3394 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
3395 Set the `fontified' property before doing the fontification to avoid
3396 repeatedly going through the same error.
3397 Don't turn errors into messages.
3398 (jit-lock-register, jit-lock-unregister): New functions.
3399
3400 * dired.el (dired-mark-pop-up): Turn comment into docstring.
3401 Use with-current-buffer.
3402
3403 * dired-aux.el (dired-do-create-files, dired-kill-tree):
3404 Turn comment into docstring.
3405
3406 * apropos.el (apropos-mode): Use define-derived-mode.
3407
3dc78168
GM
34082000-10-04 Gerd Moellmann <gerd@gnu.org>
3409
3410 * startup.el (fancy-splash-pending-command): New variable.
3411 (fancy-splash-pre-command): New function.
3412 (fancy-splash-screens): Rewritten.
3413 (command-line-1): If fancy-splash-pending-command is set, call it
3414 interactively.
3415
dae9dc56
DL
34162000-10-04 Dave Love <fx@gnu.org>
3417
3418 * toolbar/tool-bar.el (tool-bar-setup): New function.
3419 (tool-bar-mode): Use it.
3420
3421 * subr.el (substitute-key-definition): Doc fix.
3422 (play-sound-file): New command.
3423
3388f0a5
AS
34242000-10-04 Andre Spiegel <spiegel@gnu.org>
3425
814299a7 3426 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
3427 vc-version-backup-file-name): New functions.
3428
3429 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
3430
3431 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
3432 vc-cvs-stay-local-p.
3433
3434 * vc.el (vc-revert-buffer): Handle empty diff properly.
3435 (vc-version-backup-file): New function.
3436 (vc-checkout): Create a version backup if necessary.
3437 (vc-checkin): If a version backup file exists, delete it.
3438 (vc-version-diff): Diff locally using version backups, if available.
3439 (vc-revert-file): If there's a version backup, revert locally.
3440 (vc-transfer-file): Use version backup for base version, if
3441 available. If not, ask for confirmation whether to get it from the
3442 server. Update mode line before check-in.
3443
ebd4825d
DL
34442000-10-04 Dave Love <fx@gnu.org>
3445
3446 * toolbar/tool-bar.el (tool-bar-setup): New function.
3447 (tool-bar-mode): Use it.
3448
1b24f4b7
PB
34492000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3450
3dc78168 3451 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 3452 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
3453 Only set if window-system is non-nil
3454 (net-utils-run-program): Returns buffer.
3455 (network-connection-reconnect): Added this function.
3456
814299a7
MB
3457 * generic.el:
3458 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
3459 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
3460 Uses cl compile-time macros.
3dc78168
GM
3461 (generic-mode-name, generic-comment-list)
3462 (generic-keywords-list, generic-font-lock-expressions)
3463 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
3464 Removed variables.
3465 (generic-mode-alist): Renamed to generic-mode-list.
3466 (generic-find-file-regexp): Default changed to "^#".
3467 (generic-read-type): Uses completing read on generic-mode-list.
3468 (generic-mode-sanity-check): removed this function.
3469 (generic-add-to-auto-mode): Removed this function
3dc78168 3470 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
3471 into function instead of putting them in alist.
3472 (generic-mode-set-comments): Reworked extensively.
3473 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 3474 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 3475
814299a7 3476 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
3477 Make sure directory name ends with "/".
3478
814299a7 3479 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
3480 Regexp now allows leading whitespace.
3481 (rc-generic-mode): Added eval-when-compile
3482 around generic-make-keywords-list.
3483 Deleted duplicate regexp
3484 (rul-generic-mode): Added eval-when-compile
3485 around generic-make-keywords-list.
3486 (etc-fstab-generic-mode): New generic mode.
3487 (rul-generic-mode): Removed one eval-when-compile
814299a7 3488 which caused a max-specpdl-size exceeded error.
1b24f4b7 3489
a7bf5cf3
MB
34902000-10-04 Miles Bader <miles@gnu.org>
3491
3492 * simple.el (minibuffer-temporary-goal-position): New variable.
3493 (next-history-element): Try to keep the position of point in the
3494 input string constant.
3495
3496 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
3497 (dired-do-create-files): If there's only one file, pass it in as
3498 the DEFAULT arg to dired-mark-read-file-name.
3499
ce1087a9
SM
35002000-10-03 Stefan Monnier <monnier@cs.yale.edu>
3501
3502 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
3503 (diff-goto-source): Be smarter when choosing REVERSE or not.
3504
3505 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
3506 (texinfo-mode-menu): Add an explicit shortcut for update all.
3507
0e41e1d6
AS
35082000-10-03 Andre Spiegel <spiegel@gnu.org>
3509
814299a7 3510 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
3511 factorize backend-specific code cleanly (this was essentially
3512 conceived by Stefan Monnier).
3513 (vc-unregister): Function removed.
814299a7 3514 (vc-revert-file): New function.
858f7cb4
AS
3515 (vc-revert-buffer): Delegate some of the work to it.
3516
0e41e1d6
AS
3517 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
3518 default branch unconditionally.
3519 (vc-rcs-set-default-branch): New function.
3520 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
3521 (vc-rcs-checkin): If an appropriate default branch has been set,
3522 force creation of that branch.
858f7cb4
AS
3523 (vc-rcs-receive-file): Rewritten to contain only backend-specific
3524 code (as suggested by Stefan Monnier).
0e41e1d6 3525
01c86c56
GM
35262000-10-02 Gerd Moellmann <gerd@gnu.org>
3527
45c477b4
GM
3528 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
3529 highlighting overlay with a different face over the overlay
3530 isearch uses to highlight the current match because that can lead
3531 to bad face combinations.
3532
01c86c56
GM
3533 * loadup.el (toplevel): Load faces before isearch.
3534
3535 * isearch.el (isearch-faces): New custom group.
3536 (isearch): New defface; was already tested for in the code.
3537 (isearch-lazy-highlight-face): Changed to defface from defcustom.
3538 (isearch-highlight): Always use face `isearch'.
3539
944425c0
DL
35402000-10-02 Dave Love <fx@gnu.org>
3541
3542 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
3543 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
3544 comparison of opcode with operand.
3545
2a099bcc
MB
35462000-10-03 Miles Bader <miles@gnu.org>
3547
3548 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
3549 buffer, since the echo area will now grow to accommodate them.
3550
4300ecb8
AS
35512000-10-02 Andre Spiegel <spiegel@gnu.org>
3552
3553 * vc-hooks.el (vc-registered): If FILE used to be registered under
3554 a certain backend, try that one first.
3555
814299a7 3556 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
3557 argument list. Handle multiple backends correctly.
3558 (vc-find-new-backend): Function removed.
3559 (vc-register): Use vc-responsible-backend, as before.
3560 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
3561
64e6cc18
GM
35622000-10-02 Gerd Moellmann <gerd@gnu.org>
3563
3564 * startup.el (fancy-splash-head): Change message below the
3565 logo.
3566
00df919e
MB
35672000-10-02 Miles Bader <miles@lsi.nec.co.jp>
3568
3569 * diff-mode.el (diff-goto-source): Emit a status message.
3570 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 3571 (diff-test-hunk): Fix doc string.
00df919e
MB
3572 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
3573 (diff-advance-after-apply-hunk): New variable.
4eaa6852 3574 (diff-apply-hunk): Don't return a value.
00df919e 3575
ceec5a0c
SM
35762000-10-01 Stefan Monnier <monnier@cs.yale.edu>
3577
3578 * vc.el (vc-editable-p): Minor optimization.
3579 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
3580 (vc-find-new-backend): New function split from vc-responsible-backend.
3581 (vc-register): Use it.
3582 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
3583 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
3584 (vc-default-unregister, vc-revert-buffer): Docstring fix.
3585 (vc-clear-headers): Don't use find-file.
3586 (vc-revert-buffer): Use `and' again (must have been a braino).
3587 (vc-switch-backend): Only prompt if requested.
3588 Short circuit if nothing is to be done.
3589 Don't use vc-resynch-buffer which could lose unsaved editing.
3590 (vc-default-receive-file): Update call to vc-unregister.
3591 (with-vc-file, vc-next-action-on-file):
3592 Use vc-backend rather than vc-registered.
3593 (vc-next-action-on-file): Use intern-soft.
3594 Deal with read-only *vc-diff* buffer.
3595 (vc-transfer-file): Docstring fix.
3596
3597 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
3598 (vc-rcs-receive-file): Avoid with-vc-properties.
3599 Update call to vc-unregister.
3600 Use constant `RCS' rather than (dynamically bound) var `backend'.
3601
4ad5da8f
AS
36022000-10-01 Andre Spiegel <spiegel@gnu.org>
3603
814299a7 3604 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
3605 is visited.
3606 (vc-start-entry): New argument initial-contents. Don't visit the file
3607 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
3608 (vc-next-action, vc-register): Updated calls to vc-start-entry.
3609 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
3610 vc-start-entry.
3611 (vc-finish-logentry): Make sure to bury log buffer only if there
3612 really is one. Call `vc-resynch-buffer' on log-file, not
3613 buffer-file-name.
3614 (vc-default-comment-history, vc-default-wash-log): New functions.
3615 (vc-index-of): Removed.
3616 (vc-transfer-file): Make do without the above.
3617 (vc-default-receive-file): Call comment-history unconditionally. Pass
3618 the resulting string to vc-checkin, instead of inserting it into the
3619 comment ring.
3620
3621 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
3622 unconditionally. Use the comments as initial contents of the log
814299a7 3623 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
3624 changes.
3625
aa0c3dca
MB
36262000-10-01 Miles Bader <miles@gnu.org>
3627
3628 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
3629 `recenter' with an arg to prevent redrawing the display.
3630
d5f5a2c5
SM
36312000-09-30 Stefan Monnier <monnier@cs.yale.edu>
3632
3633 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
3634
3635 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
3636
814299a7 3637 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
3638 Don't gratuitously override the default for comment-column.
3639
3640 * textmodes/tex-mode.el (latex-metasection-list): New var.
3641 (latex-imenu-create-index): Use it.
3642 Move the regexp construction outside loops (and use push).
814299a7 3643 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
3644 (tex-font-lock-keywords): Moved from font-lock.el.
3645 (tex-comment-indent): Remove.
3646 (tex-common-initialization): Don't set comment-indent-function.
3647 (latex-block-default): New var.
3648 (tex-latex-block): Use it to provide a default choice.
3649 Add any unknown choice to latex-block-names.
3650 Insert [...] after {...}.
3651 (tex-last-unended-begin): Simplify regexp.
3652 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
3653 (latex-forward-sexp-1, latex-forward-sexp): New functions.
3654 (latex-mode): Set forward-sexp-function.
3655
3656 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
3657 Add regexp for @ignore ... @end ignore.
3658 (texinfo-heading-face): New face.
3659 (texinfo-font-lock-keywords): Use it.
3660 (texinfo-mode-menu): New menu.
3661 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
3662 New functions.
3663 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 3664 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
3665 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
3666 Remove declaration.
3667 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
3668
3669 * delsel.el (delete-selection-mode): Use define-minor-mode.
3670
3671 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
3672
36732000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3674
3675 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
3676
8a5506f2
GM
36772000-09-30 Gerd Moellmann <gerd@gnu.org>
3678
068127d6
GM
3679 * replace.el (keep-lines-read-args): New function.
3680 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
3681 read arguments interactively. Add parameters RSTART and REND.
3682 Operate on the active region in Transient Mark mode.
3683
d777bb8f
GM
3684 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
3685
8a5506f2
GM
3686 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
3687 (authors-obsolete-files-regexps): New variable.
3688 (authors-add): Don't record changes in obsolete files.
3689
3fa87bfc
SM
36902000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3691
3692 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
3693
3694 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
3695 (comment-indent): Make sure there's a space between code and comment.
3696 Shift comments left to avoid going past fill-column.
3697
f02149ce
GM
36982000-09-29 Gerd Moellmann <gerd@gnu.org>
3699
3700 * startup.el (startup-echo-area-message): New function.
3701 (display-startup-echo-area-message): Use it.
3702 (fancy-splash-screens): Rewritten to use keymaps and a timer.
3703 (fancy-splash-default-action): New function.
3704 (fancy-splash-screens-1): New function.
3705 (fancy-splash-head): Put a help-echo and a keymap under the image.
3706
a3ef6569
SM
37072000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3708
3709 * diff-mode.el (diff-add-log-file-name): Remove.
3710 (diff-mode): Use add-log-buffer-file-name-function.
3711
3712 * add-log.el (find-change-log): New arg BUFFER-FILE.
3713 (add-log-file-name): Obey add-log-file-name-function.
3714 (add-log-buffer-file-name-function): New var.
3715 (add-change-log-entry): Use it.
3716
75e5b373
MB
37172000-09-29 Miles Bader <miles@gnu.org>
3718
3719 * image-file.el (image-file-name-extensions): New variable.
3720 (image-file-name-regexps): Renamed from `image-file-regexps'.
3721 New default value is nil. Call `auto-image-file-mode'.
3722 (image-file-name-regexp): New function.
3723 (auto-image-file-mode): New minor mode.
3724 (insert-image-file): Don't make conditional on the image-file
3725 handler being enabled.
3726 (image-file-handler): Make the call here conditional instead.
3727 (set-image-file-handler-enabled, enable-image-file-handler)
3728 (disable-image-file-handler): Functions removed.
3729
3730 * emacs-lisp/authors.el (authors-print): Rephrase many-files
3731 string.
3732
de6e1f7c
GM
37332000-09-29 Gerd Moellmann <gerd@gnu.org>
3734
3735 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
3736 it's a function from CL.
3737 (latex-imenu-create-index): Replace eval-when-compile with progn
3738 because latex-section-alist is not bound while compiling.
3739
d8c201f5
SM
37402000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3741
3742 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
3743 (outline-mode): Use define-derived-mode.
3744
814299a7 3745 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
3746 * progmodes/awk-mode.el (awk-mode):
3747 * progmodes/asm-mode.el (asm-mode):
3748 Don't gratuitously override the default for comment-column.
3749
3750 * emacs-lisp/lisp.el (lisp-complete-symbol):
3751 Distinguish the let-binding case from the funcall case.
3752 (forward-sexp-function): New variable.
3753 (forward-sexp): Use it.
3754
3755 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
3756 (easy-mmode-defmap): Remove the now useless autoload.
3757
3758 * time.el (display-time-mode): Use define-minor-mode.
3759
3760 * subr.el (add-minor-mode): Don't eval NAME.
3761 Don't depend on the presence of TOGGLE-FUN for any special behavior.
3762 Use if rather than cond.
3763
3764 * simple.el (read-expression-map): Define more properly.
3765 (comment-indent-hook): Remove.
3766 (string-to-syntax): Bug fix.
3767
3768 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
3769 (cvs-ediff-diff): Fix typo.
3770 (cvs-revert-if-needed): Don't bother preserving read-only.
3771
3772 * paren.el (show-paren-mode): Use define-minor-mode.
3773
3774 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
3775 (toggle-auto-compression): Remove.
3776 (jka-compr-build-file-regexp): Remove useless grouping.
3777
3778 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
3779 Avoid user-reserved bindings.
3780 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
3781 (diff-header-face): Revert to grey85.
3782
3783 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
3784
3785 * complete.el (partial-completion-mode) <defcustom>: Remove.
3786 (partial-completion-mode): Use define-minor-mode.
3787 (PC-do-completion): Understand `completion-auto-help = delay'
3788 to mean to popup the completion buffer only the second time.
814299a7 3789 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
3790 (PC-include-file-all-completions): Don't quote lambda.
3791
3792 * comint.el (comint-mode-hook): Docstring fix.
3793 (comint-mode): Use define-derived-mode.
3794 (comint-mode-map): Remove obsolete comment.
3795 (make-comint): Minor stylistic change.
3796 (comint-insert-clicked-input): Be more careful to find the overlay.
3797 Use this-command-keys rather than hardcoding mouse-2.
3798
3799 * font-lock.el: Replace confusing (,@ with ,
3800 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
3801 Don't use regexp-opt-depth. Spice up the regexp for args.
3802 Don't distinguish between cmds that can take an opt arg or not.
3803 Use `append' and `prepend' rather than `keep'.
3804
3805 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
3806 (latex-outline-regexp): New var.
3807 (latex-outline-level): New fun.
3808 (latex-section-alist): New var.
3809 (latex-imenu-create-index): Use it. Use `push' as well.
3810 (tex-shell-map): Initialize it properly.
3811 (tex-mode): Minor stylistic change.
3812 (plain-tex-mode): Use define-derived-mode.
3813 (latex-mode): Use define-derived-mode.
3814 Construct the paragraph regexps in a more readable way.
3815 Set the buffer-local outline-{level,regexp} vars.
3816 (slitex-mode): Derive from latex-mode.
3817 (tex-common-initialization): Don't kill-all-vars anymore.
3818 Add setting for comment-add and font-lock-defaults.
3819 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
3820 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
3821 (tex-start-tex): New arg DIR (and send a chdir command for it).
3822 Also display the shell buffer and save it in tex-last-buffer-texed.
3823 (tex-region): Use expand-file-name rather than concat.
3824 Remove code made useless by changes in tex-start-tex.
3825 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
3826
3827 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
3828
ff398532
DL
38292000-09-28 Dave Love <fx@gnu.org>
3830
3831 * eshell/eshell.el (eshell) <defgroup>: Add :version.
3832
f9415d5b
GM
38332000-09-28 Gerd Moellmann <gerd@gnu.org>
3834
3835 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
3836 `append'.
3837
fa003899
SM
38382000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3839
3840 * info.el (Info-extract-pointer): Undo last change.
3841 Instead, fix the position of the `bound' arg to re-search-backward.
3842
38432000-09-27 Stefan Monnier <monnier@cs.yale.edu>
3844
3845 * info.el (Info-extract-pointer):
3846 Widen more carefully, to avoid finding pointers in other nodes.
3847 (Info-index): Use push.
3848
f9415d5b 38492000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
3850
3851 * frame.el (set-frame-font): Remove call to obsolete function
3852 frame-update-faces.
3853 (set-foreground-color, set-background-color): Likewise for
3854 frame-update-face-colors.
3855
5538b8ba
MB
38562000-09-27 Miles Bader <miles@gnu.org>
3857
3858 * image-file.el: New file.
3859
60536eea
GM
38602000-09-27 Gerd Moellmann <gerd@gnu.org>
3861
5b551d58
GM
3862 * frame.el (frame-notice-user-settings): Don't call
3863 frame-update-faces, which is a no-op now.
814299a7 3864
60536eea
GM
3865 * ediff-wind.el (ediff-control-frame-parameters): Add zero
3866 tool-bar-lines.
3867
36f1966f
DL
38682000-09-27 Dave Love <fx@gnu.org>
3869
3870 * mouse.el: Fix last change.
3871
c5785b73
MB
38722000-09-27 Miles Bader <miles@lsi.nec.co.jp>
3873
3874 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
3875
672172d9
KH
38762000-09-22 Kenichi Handa <handa@etl.go.jp>
3877
3878 * international/quail.el (quail-help): The output message is
3879 improved.
3880
4653b4ea
DL
38812000-09-26 Dave Love <fx@gnu.org>
3882
3883 * mouse.el (popup-menu): If POSITION is nil, set it using
3884 mouse-position.
3885
63900fcf
SS
38862000-09-25 Sam Steingold <sds@gnu.org>
3887
3888 * net/browse-url.el (browse-url-file-url): Check for null maps.
3889
cd3b81be
GM
38902000-09-26 Gerd Moellmann <gerd@gnu.org>
3891
876512ab 3892 * frame.el (frame-notice-user-settings): Don't add a
fa003899 3893 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 3894
fa003899
SM
3895 * frame.el (frame-notice-user-settings):
3896 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 3897
cd3b81be
GM
3898 * toolbar/tool-bar.el (tool-bar-help): New function.
3899
d8b4516f
GM
39002000-09-25 Gerd Moellmann <gerd@gnu.org>
3901
6567e9b5
GM
3902 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
3903 current-load-list in top-level forms. Else this leaks a cons cell
3904 every time a defun is called.
63900fcf 3905
d8b4516f 3906 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 3907
a461758e
DL
39082000-09-25 Dave Love <fx@gnu.org>
3909
7df6adc3
DL
3910 * startup.el (fancy-splash-head): Check XPM is available.
3911
a461758e
DL
3912 * autoinsert.el (auto-insert): Doc fix.
3913 (auto-insert-alist): Following GNU notices, don't say `copyright
3914 _by_'. Use line-beginning-position.
3915 (auto-insert): Check buffer-file-name is non-nil before use.
3916
b11af2dd
GM
39172000-09-25 Gerd Moellmann <gerd@gnu.org>
3918
3919 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
3920 starting with `@def' or `@multitable', in addition to ones
3921 specified by the user in auto-fill-inhibit-regexp.
3922
5f9f981b
GM
39232000-09-25 Markus Rost <rost@math.ohio-state.edu>
3924
3925 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
3926 rmail-dont-reply-to-names matches the empty string.
63900fcf 3927
8ff16b4e
GM
39282000-09-25 Gerd Moellmann <gerd@gnu.org>
3929
63900fcf 3930 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
3931 text to sound more friendly.
3932
9b4a7800
TTN
39332000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
3934
3935 * progmodes/hideshow.el: Update author email address.
3936 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
3937 (hs-hide-all-non-comment-function): New var.
3938 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
3939 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
3940 (hs-show-region): Delete this command.
3941 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
3942
4c7c1f3f
DL
39432000-09-22 Dave Love <fx@gnu.org>
3944
3945 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
3946 (hl-line-highlight): Specify buffer when moving overlay.
3947
3948 * progmodes/fortran.el (fortran-mode): Locally set
3949 normal-auto-fill-function.
3950 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
3951 (fortran-mode-map): Adjust auto-fill menu entry.
3952
13f93dee
GM
39532000-09-22 Gerd Moellmann <gerd@gnu.org>
3954
36eb0a91
GM
3955 * vc-rcs.el (toplevel): Require `vc' when compiling.
3956
fa003899 3957 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 3958
36a03bf9
AS
39592000-09-22 Andre Spiegel <spiegel@gnu.org>
3960
9b4a7800 3961 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
3962 registered under the new backend.
3963
9b4a7800 3964 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
3965 without explicit revision number.
3966
6e4e8a3b
SM
39672000-09-21 Stefan Monnier <monnier@cs.yale.edu>
3968
3969 * diff-mode.el (diff-file-header-face): Reset to its previous value.
3970 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
3971 (diff-xor): New function.
3972 (diff-find-source-location): Use it. Fix a stupid name clash.
3973 (diff-hunk-status-msg): New function.
3974 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
3975 (diff-test-hunk): Use diff-find-source-location.
3976 (diff-goto-source): Favor the `reverse'.
3977 (diff-hunk-text): Properly handle one-sided context diffs.
3978 (diff-apply-hunk): When done, advance to the next hunk.
3979
1b24b888
GM
39802000-09-21 Gerd Moellmann <gerd@gnu.org>
3981
623a0aae
GM
3982 * startup.el (command-line): If frame was created with a non-zero
3983 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 3984
1b24b888
GM
3985 * add-log.el (change-log-date-face, change-log-name-face)
3986 (change-log-email-face, change-log-file-face)
3987 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
3988 (change-log-function-face, change-log-acknowledgement-face):
3989 New faces, inheriting from font-lock faces.
1b24b888 3990 (change-log-font-lock-keywords): Use them.
9b4a7800 3991
93b3a1c8
DL
39922000-09-21 Dave Love <fx@gnu.org>
3993
80585273
DL
3994 * progmodes/cperl-mode.el (top-level): Clean up
3995 `eval-when-compile's and assorted defvars.
3996 (cperl-invalid-face): Don't double-quote value. Change custom
3997 type.
3998 (cperl-mode): Set normal-auto-fill-function and don't zap
3999 auto-fill-function.
4000 (cperl-imenu--function-name-regexp-perl): Renamed from
4001 imenu-example--function-name-regexp-perl.
4002 (cperl-imenu--create-perl-index): Renamed from
4003 imenu-example--create-perl-index.
4004 (cperl-xsub-scan): Don't require cl.
4005
93b3a1c8
DL
4006 * msb.el (msb-mode-map): Use substitute-key-definition.
4007 (msb-mode): Use msb-mode-map.
4008
43ccb598
AS
40092000-09-21 Andre Spiegel <spiegel@gnu.org>
4010
4011 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
4012 New functions.
fa003899 4013 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
4014 (vc-switch-backend): New function.
4015 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
4016 (vc-register): Fix prompt.
4017 (vc-unregister, vc-default-unregister): New functions.
4018 (vc-version-diff): Handle empty buffer in sentinel.
4019
4020 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
4021 (vc-rcs-state-heuristic): Use it to guess the state of files with
4022 non-strict locking.
4023 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
4024 been set with -b, but not created yet.
4025 (vc-rcs-fetch-master-state): With non-strict locking, compare file
4026 contents in order to find the state.
4027 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
4028 (vc-rcs-unregister, vc-rcs-receive-file)
4029 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 4030
9b4a7800 4031 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 4032 in case it is missing.
9b4a7800 4033
95fadcca
GM
40342000-09-21 Gerd Moellmann <gerd@gnu.org>
4035
4036 * startup.el (fancy-splash-tail): Use a different foreground
4037 color on a dark frame background.
4038
470f23e1
MB
40392000-09-21 Miles Bader <miles@lsi.nec.co.jp>
4040
4041 * info.el: Use the correct capitalization when making Info-mode
4042 and Info-edit-mode `special' modes.
4043
281096ed
SM
40442000-09-20 Stefan Monnier <monnier@cs.yale.edu>
4045
4046 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
4047 (diff-mode): Add support for add-log.el.
4048 (diff-hunk-text): Use char offsets rather than line offsets.
4049 (diff-find-source-location): Replace LINE with line-offset (nil
4050 if not found) and always set POS to a meaningful position.
4051 Adapt to the new char-offsets.
4052 (diff-apply-hunk): Drop support for the unused `select' POPUP.
4053 Adapt to the new diff-find-source-location.
4054 (diff-goto-source): Adapt to the new diff-find-source-location.
4055
4056 * add-log.el (add-log-file-name): New function (split out of
4057 add-change-log-entry).
4058 (add-change-log-entry): Use it.
4059 Call add-log-file-name-function with the changelog file name if
4060 the current buffer is not associated with any file.
4061 Avoid find-file if the selected window is dedicated.
4062
4063 * diff-mode.el (diff-find-source-location):
4064 Move code from diff-apply-hunk. Return buffer rather than file.
4065 (diff-apply-hunk): Use the new result from diff-find-source-location.
4066 (diff-goto-source): Use the new diff-find-source-location.
4067
c29d77c4
DL
40682000-09-20 Dave Love <fx@gnu.org>
4069
4070 * iswitchb.el: Some doc fixes.
4071 (iswitchb-mode-map): Define completely initially. Inherit
4072 minibuffer-local-map.
4073 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
4074 fundamental-mode.
4075 (iswitchb-global-map): New variable.
4076 (iswitchb-summaries-to-end): Amalgamate regexps.
4077 (iswitchb-mode): New.
4078 (iswitchb-mode-hook): New variable.
4079 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
4080 `extensions'.
4081
49939379
GM
40822000-09-20 Gerd Moellmann <gerd@gnu.org>
4083
d05c87ac
GM
4084 * ehelp.el (electric-help): New defgroup.
4085 (electric-help-shrink-window): New user-option.
4086 (with-electric-help): Use it.
4087
1ec082d4
GM
4088 * window.el (shrink-window-if-larger-than-buffer): If face
4089 `mode-line' has a :box, and we're on a graphical frame, add 1
4090 to the needed window height.
4091
f46c275e
GM
4092 * frame.el (frame-notice-user-settings): Add a last parameter nil
4093 to a call to `append', because the last list passed to `append' is
4094 not copied, and so subsequent calls to assq-delete-all will modify
4095 default-frame-alist.
4096
b7e11c5b
GM
4097 * startup.el (fancy-splash-image): Change :type.
4098 (fancy-splash-head): Use an XBM image if appropriate.
4099 (command-line-1): Show splash screens in more cases.
4100
26ff68aa
GM
4101 * startup.el (fancy-splash-text): Don't quote faces.
4102
8320414c
GM
4103 * dired.el (dired-font-lock-keywords): Undo last change.
4104 (dired-readin): Bind indent-tabs-mode to nil.
4105
49939379
GM
4106 * startup.el (fancy-splash-head): If frame's background mode
4107 is `dark', change the black background of the image to gray.
4108 (fancy-splash-screens): Display startup echo area message.
4109 (display-startup-echo-area-message): New function.
4110
c3b27206
MB
41112000-09-20 Miles Bader <miles@lsi.nec.co.jp>
4112
55a3d2a1
MB
4113 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
4114
4115 * info.el (info-header-node): Tweak for color ttys.
4116
37a99821
MB
4117 * faces.el (face-valid-attribute-values): Make sure directories we
4118 search for stipples both exist and are readable before trying to
4119 search them.
4120
0415d0d0
MB
4121 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
4122 in the dry-run case.
4123
523b128c
MB
4124 * jka-compr.el (with-auto-compression-mode): New macro.
4125
c3b27206
MB
4126 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
4127 (custom-group-tag-face, custom-variable-tag-face): Use relative
4128 :height and inherit from `variable-pitch' face instead of
4129 hardwiring :family.
4130 * hi-lock.el (hi-black-hb): Likewise.
4131
ddba99ad
MB
4132 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
4133 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
4134 toolbar-add-item, if image doesn't have a mask add a `:mask
4135 heuristic'.
4136
7e99fbde
SM
41372000-09-19 Stefan Monnier <monnier@cs.yale.edu>
4138
4139 * diff-mode.el: Docstring fixes.
4140 (diff-header-face, diff-comment-face): New faces.
4141 (diff-font-lock-keywords): Highlight a bit differently.
4142 (diff-find-source-location): Don't return SPAN any more.
4143 (diff-hunk-text): Don't bother erasing the temp buffer.
4144 (diff-find-text): Drop argument LINE.
4145 (diff-apply-hunk): Update calls to diff-find-text.
4146 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
4147
4148 * calendar/calendar.el: Docstring fixes.
4149 (calendar-make-alist): Don't quote lambda.
4150 (calendar-star-date): Use make-local-variable.
4151
fb275c02
DL
41522000-09-19 Dave Love <fx@gnu.org>
4153
7e99fbde
SM
4154 * toolbar/tool-bar.el: Renamed from toolbar.el.
4155 Change `toolbar' to `tool-bar' generally in symbols.
4156 Make some items invisible in `special' major modes.
4157 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
4158 Add arg PROPS.
532cb34d 4159
7e99fbde
SM
4160 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
4161 Add :version here.
fb275c02
DL
4162 (fancy-splash-delay, fancy-splash-image): Remove :version here.
4163
8f4ca9a5
GM
41642000-09-19 Gerd Moellmann <gerd@gnu.org>
4165
8b7707e1 4166 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 4167
8b7707e1 4168 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
4169 (find-file-noselect): Use it.
4170
8b7707e1 4171 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
4172 (fancy-splash-screen): Defgroup.
4173
8f4ca9a5
GM
4174 * add-log.el (change-log-font-lock-keywords): Match names
4175 more exactly for the case that font-lock-constant-face is
4176 underlined.
4177
ba9eeda1 41782000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 4179
8b7707e1 4180 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 4181
289eaef9
AS
41822000-09-19 Andre Spiegel <spiegel@gnu.org>
4183
4184 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
4185
ce9ded5d
GM
41862000-09-19 Gerd Moellmann <gerd@gnu.org>
4187
c113de23
GM
4188 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
4189 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
4190 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
4191 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
4192 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
4193 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
4194 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
4195 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
4196 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
4197 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
4198 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 4199 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 4200
ce9ded5d
GM
4201 * startup.el (fancy-splash-text): New variable.
4202 (fancy-splash-delay, fancy-splash-image): New user-options.
4203 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
4204 (fancy-splash-screens): New functions.
4205 (command-line-1): If display has a `display' frame parameter, has
4206 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 4207
b9b1c3a9
DL
42082000-09-19 Dave Love <fx@gnu.org>
4209
4210 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
4211 with null `help'. Use modern backquote syntax.
4212
1af25534
GM
42132000-09-19 Gerd Moellmann <gerd@gnu.org>
4214
afd3c8cd
GM
4215 * font-lock.el (font-lock-mode): Change message telling the user
4216 that ``the buffer is too big''.
4217
1af25534
GM
4218 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
4219 for instance for the case that tab-width is 2.
4220
05b1f851
GM
42212000-09-18 Gerd Moellmann <gerd@gnu.org>
4222
4223 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
4224 toolbar-add-item, if image doesn't have a mask add a `:mask
4225 heuristic'.
4226
8ec8f673
MB
42272000-09-18 Miles Bader <miles@lsi.nec.co.jp>
4228
2b612b1f
MB
4229 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
4230 and return a cons if it's non-nil.
4231 (diff-apply-hunk): Try to jump to the line in the source text
4232 corresponding to the position of point in the in the hunk.
4233
9b4a7800 4234 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
4235 (Info-title-1-face): Use face inheritance and relative sizes
4236 instead of hard-wiring things.
4237
4238 * faces.el (secondary-selection): Make dark-background variant sane.
4239
5eedab4d
AI
42402000-09-16 Andrew Innes <andrewi@gnu.org>
4241
5eedab4d
AI
4242 * makefile.w32-in (compile-files-CMD): No need to make .elc files
4243 read-only, since they aren't under VC now.
4244
6a142f26
DL
42452000-09-17 Dave Love <fx@gnu.org>
4246
e07436e1
DL
4247 * tmm.el: Replace mapcar with mapc in several places.
4248
4249 * loadhist.el (unload-feature): Maybe call elp-restore-list and
4250 ad-unadvise.
4251
7d354dd5
DL
4252 * international/latin1-disp.el: New file.
4253
6a142f26
DL
4254 * calendar/cal-move.el (scroll-calendar-left)
4255 (scroll-calendar-right): Make arg optional (for active mode line).
4256
4257 * calendar/calendar.el (calendar-mode-line-format): Make fields
4258 mouse-sensitive.
4259 (calendar-read-date, calendar-read-date, calendar-window-list):
4260 Unquote lambda.
4261 (calendar-month-name): Use aref, not sref.
4262
4263 * view.el (minor-mode-alist): Propertize the string.
4264
4265 * international/characters.el (standard-case-table): Add entries
4266 for Greek.
4267
50ac70af
MB
42682000-09-18 Miles Bader <miles@gnu.org>
4269
53c9ab4f
MB
4270 * info.el (info-node, info-xref): Add dark-background variants.
4271
a114b1ca
MB
4272 * faces.el (header-line): Change defaults to be less confusing
4273 when mixed with mode-lines.
4274
50ac70af
MB
4275 * info.el (Info-fontify-node): Make a few cleanups.
4276 Add extra `help-echo' and `local-map' props to node xrefs.
4277 Use header-specific faces for node-names & xrefs.
4278 (Info-use-header-line): New variable.
53c9ab4f 4279 (info-header-xref, info-header-node): New faces.
50ac70af
MB
4280 (Info-setup-header-line): New function.
4281 (Info-select-node): Call Info-setup-header-line when enabled.
4282 (Info-extract-pointer): Work even if the header line is hidden.
4283 (Info-header-line): New variable.
4284
729927ff
SM
42852000-09-16 Stefan Monnier <monnier@cs.yale.edu>
4286
4287 * vms-patch.el (print-region-function): Don't quote lambda.
4288
4289 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
4290
4291 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
4292 (lm-get-header-re): Allow spaces between the header and the colon.
4293 (lm-header): Allow $ in non-RCS headers.
4294 (lm-header-multiline): Put the strings back into order.
4295 Stop at an empty line. Don't require two space chars if the
4296 line is clearly not another header line.
4297
4298 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
4299 (popup-menu-popup): Remove.
4300
7a98d821
GM
43012000-09-15 Gerd Moellmann <gerd@gnu.org>
4302
7f8f1edc
GM
4303 * toolbar/toolbar.el (toolbar-add-item): Use the same image
4304 specification if or if not tool-bar item contains an `:enabled'
4305 property.
4306
7a98d821
GM
4307 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
4308 current buffer has no file name.
4309
a7bc704b
DL
43102000-09-15 Dave Love <fx@gnu.org>
4311
4312 * strokes.el: Sync with maintainer's current version with changes
4313 for Emacs, but avoid runtime cl and levents.
4314 (toplevel): Change autoloads and compilation requires.
4315 (strokes-version, strokes-bug-address, strokes-lift): Values
4316 changed.
4317 (strokes-xpm-header, strokes-insinuated): New variable.
4318 (strokes): Add :link.
4319 (strokes-mode): Customized.
4320 (strokes-while-inhibiting-garbage-collector): New macro.
4321 (strokes-remassoc): Avoid remove-if.
4322 (strokes-fix-button2-command): Don't use ad-do-it.
4323 (strokes-insinuate): New function.
4324 (strokes-button-press-event-p, strokes-button-release-event-p):
4325 New functions, used instead of non-`strokes-' versions..
4326 (strokes-mouse-event-p): Rewritten.
4327 (strokes-event-closest-point): Avoid event-point.
4328 (strokes-get-grid-position): Avoid cdadr, caadr
4329 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
4330 functions.
4331 (strokes-help): Use with-output-to-temp-buffer.
4332 (strokes-window-configuration-changed-p): New function.
4333 (strokes-update-window-configuration): Use buffer-live-p,
4334 strokes-window-configuration-changed-p.
4335 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
4336 (strokes-char-face): New face.
4337 (strokes-char-table, strokes-base64-chars): New variable.
4338 (strokes-xpm-for-stroke, strokes-list-strokes)
4339 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
4340 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
4341 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4342 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
4343 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
4344 functions.
4345
47e351a3
GM
43462000-09-15 Gerd Moellmann <gerd@gnu.org>
4347
ebb8f116
GM
4348 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
4349
47e351a3
GM
4350 * image.el (create-image): Doc fix.
4351
4352 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
4353 instead of `:heuristic-mask t'.
4354
fe83b953
AI
43552000-09-14 Andrew Innes <andrewi@gnu.org>
4356
4357 * makefile.w32-in: Revert to Unix line endings.
4358
52481729
AI
43592000-09-14 Andrew Innes <andrewi@gnu.org>
4360
3021e816
AI
4361 * makefile.w32-in: Add bootstrap support. Also copy lisp source
4362 when installing.
4363
52481729
AI
4364 * makefile.nt (DONTCOMPILE): Fix typo.
4365
4366 * shell.el (shell-write-history-on-exit): New function.
4367 (shell-dumb-shell-regexp): New custom variable.
4368 (shell-mode): Make shell-write-history-on-exit the process
4369 sentinel if shell name matches shell-dumb-shell-regexp.
4370
4371 * w32-fns.el: Comment out before-init-hook function which resets
4372 source-directory based; this breaks bootstrap.
4373
f8034e41
DL
43742000-09-14 Dave Love <fx@gnu.org>
4375
4376 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
4377 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
4378 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
4379 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
4380 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
4381 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
4382 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
4383 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
4384 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
4385
4386 * toolbar/toolbar.el: New.
4387
4388 * subdirs.el: Add toolbar.
4389
b9ce5694
GM
43902000-09-14 Gerd Moellmann <gerd@gnu.org>
4391
4392 * indent.el (indent-for-tab-command): Doc fix.
4393
986b7dee
GM
43942000-09-14 Alex Schroeder <alex@gnu.org>
4395
4396 * ansi-color.el (ansi-colors): Doc change.
4397 (ansi-color-get-face): Simplified regexp.
4398 (ansi-color-faces-vector): Added more faces, doc change.
4399 (ansi-color-names-vector): Doc change.
4400 (ansi-color-regexp): Simplified regexp.
4401 (ansi-color-parameter-regexp): New regexp.
4402 (ansi-color-filter-apply): Doc change.
4403 (ansi-color-filter-region): Doc change.
4404 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
4405 deal with zero length parameters.
4406 (ansi-color-apply-on-region): Doc change.
4407 (ansi-color-map): Doc change.
4408 (ansi-color-map-update): Removed debugging message.
4409 (ansi-color-get-face-1): Added condition-case to trap
4410 args-out-of-range errors.
4411 (ansi-color-get-face): Doc change.
4412 (ansi-color-make-face): Removed.
4413 (ansi-color-for-shell-mode): New option.
9b4a7800 4414
076ff911
KH
44152000-09-13 Kenichi Handa <handa@etl.go.jp>
4416
4417 * international/quail.el (quail-start-translation): Translate KEY
4418 if necessary even if it doesn't have any mapping in the current
4419 input method.
4420 (quail-start-conversion): Likewise.
4421 (quail-help): The output message is improved.
4422
bdf08678
MB
44232000-09-13 Miles Bader <miles@gnu.org>
4424
4425 * comint.el (comint-output-filter): Revert to using
4426 `insert-before-markers'. Add bletcherous hack to undo damage
4427 caused by `insert-before-markers'. Put `front-sticky' property on
4428 overlays created here so that the field code understands how the
4429 overlay works. Use a let when making comint-last-prompt-overlay,
4430 so that the code is easier to read.
4431
ffb8db8d
DL
44322000-09-13 Dave Love <fx@gnu.org>
4433
4434 * wid-edit.el (widget-default-format-handler): DTRT when
4435 doc-property is a function.
4436
5dd05f61
GM
44372000-09-12 Francesco Potorti` <pot@gnu.org>
4438
4439 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
4440 filed name if it's not there.
4441
35177617
DL
44422000-09-12 Dave Love <fx@gnu.org>
4443
9023837e
DL
4444 * simple.el (read-mail-command): Doc fix.
4445 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
4446
35177617
DL
4447 * vc.el (vc-dired-listing-switches): Fix :version.
4448
4449 * vc-hooks.el: Doc fixes.
4450
4451 * subr.el (add-minor-mode): Use toggle-fun arg.
4452
4453 * speedbar.el: Add :version to several defcustoms.
4454
4455 * imenu.el (imenu--truncate-items, imenu--cleanup)
4456 (imenu--generic-function): Avoid mapcar.
4457 (imenu--replace-spaces): Function removed.
4458 (imenu--completion-buffer): Use subst-char-in-string.
4459 (imenu-add-to-menubar): Use keymap inheritance.
4460
1afaae94
MB
44612000-09-12 Miles Bader <miles@gnu.org>
4462
4463 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
4464 (diff-mode-map): Bind `diff-test-hunk'.
4465 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
4466
44672000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
4468
4469 * bytecomp.el (byte-compile-defvar): Undo last change
4470 because it breaks '(make-variable-buffer-local (defvar ...)'
4471 which is used at least in dired.
4472
63c36c3c
KH
44732000-09-12 Kenichi Handa <handa@etl.go.jp>
4474
4475 * international/quail.el (quail-define-package): Docstring
4476 modified.
4477
1ad24be1
KH
44782000-09-12 Kenichi Handa <handa@etl.go.jp>
4479
362a8065
KH
4480 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
4481 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
4482 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
4483 docstring of "chinese-py".
4484
1ad24be1
KH
4485 * international/quail.el (quail-translation-docstring): New
4486 variable.
4487 (quail-show-keyboard-layout): Docstring modified.
4488 (quail-select-current): Likewise.
4489 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
4490 infinite recursive call.
4491 (quail-help): Check quail-translation-docstring. Format of the
4492 output changed.
4493 (quail-help-insert-keymap-description): Adjusted for the above
4494 change.
4495
cc0f95a4
GM
44962000-09-11 Gerd Moellmann <gerd@gnu.org>
4497
4498 * bytecomp.el (byte-compile-defvar): Only cons onto
4499 current-load-list in top-level forms. Else this leaks a cons cell
4500 every time a defun is called.
4501
7530b6da
MB
45022000-09-11 Miles Bader <miles@lsi.nec.co.jp>
4503
4504 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
4505 Now understands non-unified diffs. Some functionality moved into
4506 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
4507 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
4508 modify anything. Only reposition point in the patched file if the
4509 patch succeeds. Only pop up another window if POPUP is true.
4510 Emit a message describing what happened if successful, and at what
4511 line-offset. Automatically detect reversed hunks and do something
4512 appropriate.
4513 (diff-hunk-text, diff-find-text): New functions.
4514 (diff-filter-lines): Function removed.
4515 (diff-test-hunk): New function.
4516 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
4517
6b124390
DL
45182000-09-10 Dave Love <fx@gnu.org>
4519
4520 * textmodes/tildify.el: Minor doc/commentary fixes.
4521 (tildify) <defgroup>: Add :version.
4522
4523 * faces.el (face-x-resources): Make custom type more specific.
4524 (frame-background-mode): Use mapc.
4525 (region) <defcustom>: Add :version.
4526
7f8b6551
SM
45272000-09-08 Stefan Monnier <monnier@cs.yale.edu>
4528
9b4a7800
TTN
4529 * vc-sccs.el (vc-sccs-register):
4530 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
4531 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
4532 * vc.el (vc-register): Clear file's properties.
4533
c454aac1
GM
45342000-09-08 Gerd Moellmann <gerd@gnu.org>
4535
4536 * faces.el (face-spec-set): Only face-spec-reset-face when
4537 ATTRS is non-nil.
4538
bb934822
EZ
45392000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
4540
4541 * help.el (help-insert-xref-button): Fix a typo in doc string.
4542
03419440
EZ
45432000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
4544
7f8b6551
SM
4545 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4546 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
4547 methods.
4548
03419440
EZ
4549 * menu-bar.el (read-mail-item-name): New function.
4550 (menu-bar-tools-menu): Use it to compute and display the package
4551 used to read email.
4552 (menu-bar-tools-menu): Fix typo in GUD's help string.
4553
dbcee71a
DL
45542000-09-07 Dave Love <fx@gnu.org>
4555
19e713d8
DL
4556 * diff-mode.el (diff-mouse-goto-source): New function.
4557
a7cafade 4558 * vc-sccs.el: Doc fixes.
7f8b6551 4559 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
4560
4561 * vc-rcs.el: Doc fixes.
7f8b6551
SM
4562 (vc-rcs-register-switches, vc-rcs-checkin-switches)
4563 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
4564 (vc-rcs-master-templates): Add or change :version.
4565
7f8b6551 4566 * vc-cvs.el: Doc fixes.
a7cafade
DL
4567 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
4568 (vc-cvs-stay-local): Add :version.
4569
dbcee71a
DL
4570 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
4571
ed254191
KH
45722000-09-07 Kenichi Handa <handa@etl.go.jp>
4573
4574 * international/quail.el (quail-help): Fix previous change.
4575
ab0ee409
GM
45762000-09-07 Gerd Moellmann <gerd@gnu.org>
4577
f46f845b 4578 * faces.el (color-values): Doc fix.
9b4a7800 4579
ab0ee409
GM
4580 * faces.el (frame-set-background-mode): Use frame-parameter
4581 instead of frame-parameters.
4582
4583 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 4584 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 4585 frame-parameters.
9b4a7800 4586
f7246ac7
KH
45872000-09-07 Kenichi Handa <handa@etl.go.jp>
4588
4589 * language/devan-util.el (devanagari-to-indian-region): In the
4590 loop, change the following char, not preceding char.
4591
96889af2
GM
45922000-09-07 Gerd Moellmann <gerd@gnu.org>
4593
1091dd67
GM
4594 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
4595 instead of frame-parameters.
4596
9b4a7800 4597 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
4598 internal-set-lisp-face-attribute with FRAME being 0.
4599
4600 * vc.el: Remove `Id' version control keyword.
96889af2 4601
0fddd0dc
KH
46022000-09-07 Kenichi Handa <handa@etl.go.jp>
4603
4604 * help.el (help-make-xrefs): Adjusted for the change of
4605 help-xref-mule-regexp.
4606 (help-insert-xref-button): New function.
4607
4608 * international/mule-cmds.el (help-xref-mule-regexp-template):
4609 Include the pattern for character set.
4610 (leim): New group.
4611
4612 * international/quail.el: Don't require face.
4613 (quail): New group.
7f8b6551 4614 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
4615 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
4616 (quail-keyboard-layout-substitution): New variable.
4617 (quail-update-keyboard-layout): New function.
4618 (quail-keyboard-layout-type): New customizable variable.
4619 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
4620 (quail-keyboard-translate): Pay attention to
4621 quail-keyboard-layout-substitution.
4622 (quail-insert-kbd-layout): New function.
4623 (quail-show-keyboard-layout): New function.
4624 (quail-get-translation): If the definition is a vector of length
7f8b6551 4625 1, and the element is a string of length 1, return the character
0fddd0dc
KH
4626 in that string.
4627 (quail-update-current-translations): Fix the case of
4628 relative-index out of range.
4629 (quail-build-decode-map, quail-insert-decode-map): New Functions.
4630 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 4631 Show key sequences for all available characters.
0fddd0dc
KH
4632 (quail-help-insert-keymap-description): Don't show such verbose
4633 key bindings as quail-self-insert-command.
4634
4635 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4636 Format changed, and each element now have extra documentations.
4637 (tit-process-header): Delete invalid characters from TIT-PROMPT.
4638 Adjusted for the change of quail-cxterm-package-ext-info.
4639
8ddceaf1
GM
46402000-09-06 Gerd Moellmann <gerd@gnu.org>
4641
4642 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
4643 requiring it leads to a recursive loading of vc.el and vc-hooks.el
4644 during bootstrap.
4645
099bd78a
SM
46462000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4647
4648 * vc.el: (toplevel): Don't require `dired' at run-time.
4649 (vc-dired-resynch-file): Remove autoload cookie.
4650
46512000-09-05 Andre Spiegel <spiegel@gnu.org>
4652
4653 * vc.el: Made several backend functions optional.
4654 (vc-default-responsible-p): New function.
4655 (vc-merge): Use RET for first version to trigger merge-news, not
4656 prefix arg.
4657 (vc-annotate): Handle backends that do not support annotation.
4658 (vc-default-merge-news): Removed. The existence of a merge-news
4659 implementation is now checked on caller sites.
4660
9b4a7800 4661 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
4662 case.
4663
9b4a7800 4664 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
4665 special case that has been removed from the default in vc-hooks.el.
4666
46672000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4668
4669 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
4670
46712000-09-05 Andre Spiegel <spiegel@gnu.org>
4672
4673 * vc-hooks.el: Require vc during compilation.
4674 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
4675 macro `with-vc-properties' in vc.el.
4676 (vc-file-getprop): Doc fix.
4677 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 4678
099bd78a
SM
4679 * vc.el: Require dired-aux during compilation.
4680 (vc-name-assoc-file): Moved to vc-sccs.el.
4681 (with-vc-properties): New macro.
9b4a7800 4682 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
4683 vc-finish-steal): Use it.
4684 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
4685 to the backend-specific function is now supposed to do the checkout,
4686 too.
4687 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
4688
9b4a7800 4689 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
4690 set file properties; that gets done in the generic code now.
4691
4692 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
4693 Changed parameter list, added code from vc.el that does the
4694 checkout, possibly with a double-take.
4695
4696 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
4697 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
4698 the above under the new name.
4699 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
4700 parameter list, added checkout command.
4701 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
4702 properties; that gets done in the generic code now.
4703
47042000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4705
4706 * vc.el: Docstring fixes (courtesy of checkdoc).
4707
47082000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4709
4710 * vc.el (vc-checkout-writable-buffer-hook)
4711 (vc-checkout-writable-buffer): Remove.
4712 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
4713 (vc-log-mode): Make it into a clean derived major mode.
4714 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
4715 vc-log-mode if log-edit is not available.
4716 (vc-dired-mode-map): Don't set-keymap-parent yet.
4717 (vc-dired-mode): Do set-keymap-parent here.
4718 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
4719
08ba3862
GM
47202000-09-05 Gerd Moellmann <gerd@gnu.org>
4721
4722 * faces.el (set-face-attribute, face-spec-reset-face)
4723 (face-spec-set): Avoid consing by removing calls to `apply'.
4724
4725 * frame.el (frame-parameter): Move to C code.
4726
3b4429b4
DL
47272000-09-05 Dave Love <fx@gnu.org>
4728
4729 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
4730 insert-before-markers-and-inherit. Now checked systematically!
4731
877055f6
GM
47322000-09-05 Alex Schroeder <alex@gnu.org>
4733
4734 * sql.el (sql-postgres): Use sql-postgres-options.
4735 (sql-postgres-options): New variable.
4736
47372000-09-05 Alex Schroeder <alex@gnu.org>
4738
4739 * sql.el (sql-mode-menu): Work around missing variable mark-active
4740 in XEmacs.
4741 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
4742 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
4743 compatibility.
4744
7a004b71
GM
47452000-09-04 Gerd Moellmann <gerd@gnu.org>
4746
54baed30 4747 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 4748
7a004b71
GM
4749 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
4750
4751 * Makefile.in (DONTCOMPILE): Fix typo in file name.
4752
47532000-09-04 Andre Spiegel <spiegel@gnu.org>
4754
4755 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
4756 don't support anything else under SCCS yet.
4757
4758 * vc-hooks.el: Minor doc fixes.
4759
47602000-09-04 Andre Spiegel <spiegel@gnu.org>
4761
4762 * vc.el (vc-next-action-on-file): Do not visit the file if it's
4763 not necessary. If verbose in state `needs-patch', do the same as
4764 under `up-to-date'. When NOT verbose and `needs-patch', check out
4765 latest version instead of `merge-news'.
4766 (vc-next-action-dired): Don't mess with default-directory here; it
4767 breaks other parts of dired. It is the job of the
099bd78a 4768 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
4769 (vc-next-action): Remove a special CVS case.
4770 (vc-clear-headers): New optional arg FILE.
4771 (vc-checkin, vc-checkout): Set properties vc-state and
4772 vc-checkout-time properly.
099bd78a 4773 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
4774 (vc-print-log): Use new backend function `show-log-entry'.
4775 (vc-cancel-version): Do the checks in a different order. Added a
4776 FIXME concerning RCS-only code.
4777
4778 * vc-rcs.el (vc-rcs-show-log-entry): New function.
4779 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
4780
4781 * vc-cvs.el (vc-cvs-show-log-entry): New function.
4782
9b4a7800 4783 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
4784 `needs-patch' as a `-' too.
4785
47862000-09-04 Andre Spiegel <spiegel@gnu.org>
4787
4788 * vc.el (vc-responsible-backend): New optional arg REGISTER.
4789 (vc-default-could-register): New function.
4790 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
4791 (vc-resynch-buffer): Call vc-dired-resynch-file.
4792 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
4793 vc-resynch-buffer instead of vc-resynch-window.
4794 (vc-next-action-dired): Don't redisplay here, that gets done as a
4795 result of the individual file operations.
4796 (vc-retrieve-snapshot): Corrected prompt order.
4797
4798 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 4799
7a004b71
GM
4800 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
4801 as well.
4802 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
4803 hostname regexps. Updated all callers.
4804 (vc-cvs-responsible-p): Handle directories as well.
4805 (vc-cvs-could-register): New function.
4806 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
4807 properties up-to-date.
9b4a7800 4808
7a004b71
GM
4809 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
4810 user whether to create one.
4811
48122000-09-04 Andre Spiegel <spiegel@gnu.org>
4813
4814 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
4815 check out a non-existing file.
4816
4817 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
4818 workfile does not exist.
4819
4820 * vc.el (vc-version-diff): Use `require' to check for existence of
4821 diff-mode.
4822
48232000-09-04 Andre Spiegel <spiegel@gnu.org>
4824
4825 * vc-cvs.el (vc-cvs-registered): Use new function
4826 vc-cvs-parse-entry to do the actual work.
4827
48282000-09-04 Andre Spiegel <spiegel@gnu.org>
4829
4830 * vc-hooks.el (vc-find-backend-function): If function doesn't
4831 exist, return nil instead of error.
4832 (vc-call-backend): Doc fix.
4833
4834 * vc.el (vc-do-command): Doc fix.
4835 (vc-finish-logentry): When checking in from vc-dired, choose the
4836 right backend for logentry check.
4837 (vc-dired-mode-map): Inherit from dired-mode-map.
4838 (vc-dired-mode): Local value of dired-move-to-filename-regexp
4839 simplified.
4840 (vc-dired-state-info): Removed, updated caller.
4841 (vc-default-dired-state-info): Use parentheses instead of hyphens.
4842 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
4843 (vc-dired-listing-switches): New variable.
4844 (vc-directory): Use it, instead of dired-listing-switches.
4845
4846 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
4847 (vc-cvs-dir-state): New function.
7f8b6551 4848 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
4849 (vc-cvs-parse-entry): New function, also to be used in
4850 vc-cvs-registered.
9b4a7800 4851
7a004b71
GM
48522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4853
4854 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
4855 *or* single-window-frames.
4856
48572000-09-04 Andre Spiegel <spiegel@gnu.org>
4858
4859 * vc.el (vc-update-changelog): Split into generic part and default
4860 implementation. Doc string adapted.
4861 (vc-default-update-changelog): New function. Call the `rcs2log'
4862 script in exec-directory, to fix a long-standing nuisance.
4863
4864 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
4865 simply signals an error.
9b4a7800 4866
7a004b71
GM
48672000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4868
4869 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
4870 control-flow more clear and to avoid running `cvs' twice.
4871
4872 * vc.el (vc-next-action-on-file): Doc fix.
4873 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
4874 (vc-print-log): Eval `file' before constructing the continuation.
4875
48762000-09-04 Andre Spiegel <spiegel@gnu.org>
4877
4878 * vc.el (vc-next-action-on-file): Corrected several messages.
4879 (vc-merge): Add prefix arg `merge-news'; handle it.
4880
4881 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
4882 is not reached. It is.
4883 (vc-cvs-merge): Set state to 'edited after merge.
4884 (vc-cvs-merge-news): Set workfile version to nil if not known.
4885 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
4886
4887 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
4888 via stdout. (Merge from main line.)
9b4a7800 4889
7a004b71
GM
48902000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4891
4892 * vc.el (vc-finish-logentry): Thinko in the "same comment"
4893 detection.
4894
48952000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4896
4897 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
4898 against kill-all-local-variables.
4899 (vc-log-edit): Don't save vc-parent-buffer any more.
4900 (vc-last-comment-match): Initialize to an empty string.
4901 (vc-post-command-functions): New hook.
4902 (vc-do-command): Run it.
4903 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
4904 (vc-finish-logentry): Only add the comment to the ring if it's
4905 different from the last comment entered.
4906 (vc-new-comment-index): New function.
4907 (vc-previous-comment): Use it. Make the minibuffer message
4908 slightly less terse.
4909 (vc-comment-search-reverse): Make it work forward as well. Don't
4910 set vc-comment-ring-index if no match is found. Use
4911 vc-new-comment-index.
4912 (vc-comment-search-forward): Use vc-comment-search-reverse.
4913 (vc-dired-mode-map): Don't inherit from dired-mode-map since
4914 define-derived-mode will do it for us. Bind `v' to a keymap that
4915 inherits from vc-prefix-map so that we can bind `vt' without
4916 binding C-x v t.
4917 (vc-retrieve-snapshot): Parenthesis typo.
4918
4919 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
4920 to 1. Make sure to switch to *vc* before looking for an error
4921 message. Use vc-parse-buffer.
4922
49232000-09-04 Andre Spiegel <spiegel@gnu.org>
4924
4925 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
4926 and NAME.
4927 (vc-retrieve-snapshot): Split into two parts.
4928 (vc-default-retrieve-snapshot): New function.
4929
4930 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
4931 (vc-cvs-retrieve-snapshot): New function (untested).
4932 (vc-cvs-stay-local): Default to t.
4933 (vc-cvs-remote-p): New function and property.
4934 (vc-cvs-state): Stay local only if the above is t.
4935 (vc-handle-cvs): Removed.
4936 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
4937 done via vc-handled-backends now.
4938 (vc-cvs-header): Escape Id.
4939
49402000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4941
4942 * vc.el (vc-do-command): Remove unused commands.
4943 (vc-version-diff): Make sure default-directory ends with a slash.
4944 Move the window commands into a vc-exec-after.
4945 (vc-print-log): Move more of the code into the `vc-exec-after'.
4946
49472000-09-04 Andre Spiegel <spiegel@gnu.org>
4948
4949 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
4950 (vc-print-log): Search current revision from beginning of buffer.
4951 (vc-revert-buffer): Clear echo area after the diff is finished.
4952 (vc-prefix-map): Removed definition of "t" for terse display in vc
4953 dired.
4954 (vc-dired-mode-map): Inherit from dired-mode-map. Added
4955 definition of "vt" for terse display.
4956 (vc-dired-mode): Fix dired-move-to-filename-regexp.
4957
49582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4959
4960 * vc.el (vc-exec-after): Avoid caddr.
4961
49622000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4963
4964 * vc.el (vc-exec-after): New function.
4965 (vc-do-command): Use it to add a termination message for async
4966 procs.
4967 (vc-checkout): Try to handle a missing-backend situation.
4968 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
4969 of a directory with a backend using async diffs.
4970 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
4971 present.
4972
4973 * vc-sccs.el (vc-sccs-state-heuristic): Use
4974 file-ownership-preserved-p.
4975
4976 * vc-rcs.el (vc-rcs-state-heuristic): Use
4977 file-ownership-preserved-p.
4978 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
4979
49802000-09-04 Andre Spiegel <spiegel@gnu.org>
4981
4982 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
4983 vc-do-command.
4984
4985 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
4986 when there are no changes.
4987
49882000-09-04 Andre Spiegel <spiegel@gnu.org>
4989
4990 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
4991
4992 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
4993
49942000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4995
4996 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
4997
4998 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
4999 the `fset' outside of the defvar so that it works even if
5000 vc-prefix-map was already defined.
5001 (vc-setup-buffer): New function, split out of vc-do-command.
5002 (vc-do-command): Allow BUFFER to be t to mean `just use the
5003 current buffer without any fuss'.
5004 (vc-version-diff): Change the `diff' backend operation to just put
5005 the diff in the current buffer without erasing it. Always use
5006 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
5007 shrink-window-if-larger-than-buffer.
5008 (vc-print-log): Change the `print-log' backend operation to just
5009 put the log in the current buffer without erasing it. Protect
5010 shrink-window-if-larger-than-buffer.
5011 (vc-update-change-log): Fix setd typo.
5012
5013 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
5014 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
5015
5016 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
5017 (vc-rcs-diff): Insert in the current buffer and remove unused arg
5018 CMP.
5019
5020 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
5021 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
5022 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
5023
50242000-09-04 Andre Spiegel <spiegel@gnu.org>
5025
5026 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
5027 not possible, use vc-BACKEND-workfile-unchanged-p.
5028 (vc-default-workfile-unchanged-p): New function. Delegates to a
5029 full vc-BACKEND-diff.
5030
5031 * vc-hooks.el (vc-simple-command): Removed.
5032
5033 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
5034 instead of vc-simple-command.
5035 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
5036 avoid doing a diff when opening a file.
5037 (vc-rcs-state): Added check for unlocked-changes.
5038 (vc-rcs-header): Escape Id.
5039 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
5040 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
5041 version.
5042
5043 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
5044 (vc-sccs-diff): Remove optional arg CMP.
5045 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
5046 SCCS-specific function.
5047
5048 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
5049 vc-simple-command.
5050
50512000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5052
5053 * vc.el (vc-editable-p): Renamed from vc-writable-p.
5054 (with-vc-file, vc-merge): Use vc-editable-p.
5055 (vc-do-command): Remove unused var vc-file and fix the
5056 doubly-defined `status' var. Add a user message when starting an
5057 async command.
5058 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
5059 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
5060 Use with-current-buffer.
5061 (vc-buffer-sync): Use unless.
5062 (vc-next-action-on-file): If the file is 'edited by read-only,
5063 make it read-write instead of trying to commit.
5064 (vc-version-diff, vc-update-change-log): Use `setq
5065 default-directory' rather than `cd'.
5066 (vc-log-edit): Don't forget to set default-directory in the
5067 buffer.
5068
5069 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
5070 (vc-sccs-state-heuristic): Use file-writable-p instead of
5071 comparing userids.
5072 (vc-sccs-checkout): Use `unless'.
5073
5074 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
5075 of comparing userids.
5076 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
5077 Simplify the logic by eliminating unreachable code.
5078 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
5079 just do a recursive call if we need to retry.
5080 (vc-rcs-checkout): Handle the case where rcs is missing by making
5081 the buffer read-write if requested and re-signalling the error.
5082
5083 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
5084
50852000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5086
5087 * vc-hooks.el (vc-handled-backends): Docstring change.
5088 (vc-ignore-vc-files): Mark obsolete.
5089 (vc-registered): Check vc-ignore-vc-files.
5090 (vc-find-file-hook, vc-file-not-found-hook): Don't check
5091 vc-ignore-vc-files.
5092
5093 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
5094
50952000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5096
5097 * vc.el (vc-checkout): Don't do anything special for ange-ftp
5098 files since ange-ftp already has vc-registered return nil.
5099
5100 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
5101 (vc-sccs-workfile-version): Use with-temp-buffer and new
5102 vc-parse-buffer and don't bother setting the property.
5103 (vc-sccs-add-triple): Use with-current-buffer and
5104 find-file-noselect.
5105 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
5106
5107 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
5108 derives from the old vc-parse-buffer but uses the revision number
5109 rather than the date (much easier to compare robustly).
5110 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
5111 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
5112 locking-user more directly. Check strict locking and set
5113 checkout-model appropriately.
5114 (vc-rcs-parse-locks): Remove.
5115 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
5116 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
5117 (vc-rcs-system-release): Use with-current-buffer and
5118 vc-parse-buffer.
5119 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
5120
5121 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
5122 (vc-simple-command): Docstring fix.
5123 (vc-registered): Align the way the file-handler is called with the
5124 way the function itself works.
5125 (vc-file-owner): Remove.
5126
5127 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
5128 extraction of fields and call to file-attributes because of a
5129 temporary bug in rcp.el.
5130 (vc-cvs-fetch-status): Use with-current-buffer.
5131
51322000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5133
5134 * vc.el (vc-do-command): Use file-relative-name.
5135 (vc-responsible-backend): Use vc-backend if possible.
5136 (vc-create-snapshot): Improve the `interactive' spec. Add support
5137 for branches and dispatch to backend-specific `create-snapshot'.
5138 (vc-default-create-snapshot): New function, containing the bulk of
5139 the old vc-create-snapshot.
5140 (vc-retrieve-snapshot): Improve the interactive spec.
5141
5142 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
5143 (vc-backend-hook-functions): Remove.
5144 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
5145 (vc-backend): Reintroduce the test for `file = nil' now that I
5146 know why it was there (and added a comment to better remember).
5147
5148 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
5149 code from vc-sccs-hooks.el.
5150 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
5151 'vc anymore.
5152 (vc-sccs-responsible-p): Use expand-file-name instead of concat
5153 and file-directory-p instead of file-exists-p.
5154 (vc-sccs-check-headers): Simplify the regexp.
5155
5156 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
5157 from vc-rcs-hooks.el. Don't require 'vc anymore.
5158 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
5159 file-directory-p instead of file-exists-p.
5160
5161 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
5162 from vc-cvs-hooks.el.
5163 (proto vc-cvs-registered): Require 'vc-cvs instead of
5164 'vc-cvs-hooks. Don't require 'vc anymore.
5165 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
5166 file-directory-p instead of file-exists-p.
5167 (vc-cvs-create-snapshot): New function, replacing
5168 vc-cvs-assign-name.
5169 (vc-cvs-assign-name): Remove.
5170
51712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5172
5173 * vc-cvs.el (vc-cvs-header): New var.
5174
5175 * vc-rcs.el (vc-rcs-exists): Remove.
5176 (vc-rcs-header): New var.
5177
5178 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
5179 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
5180 (vc-sccs-header): New var.
5181
5182 * vc.el (vc-do-command): Get rid of the `last' argument.
5183 (vc-header-alist): Remove, replaced by vc-X-header.
5184 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
5185 (vc-dired-hook): Use expand-file-name instead of concat.
5186 (vc-directory): Use file-name-as-directory.
5187 (vc-snapshot-precondition, vc-create-snapshot)
5188 (vc-retrieve-snapshot): Allow the command to operate on any
5189 directory.
5190
5191 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
5192 just removing the 'WORKFILE argument or by removing the 'MASTER
5193 argument and replacing `file' with (vc-name file).
5194
51952000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5196
5197 * vc.el: Update Copyright and add a crude list of backend funs.
5198 (vc-writable-p): New function.
5199 (with-vc-file): Use vc-writable-p.
7f8b6551 5200 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
5201 (vc-register): Avoid vc-name.
5202 (vc-locking-user): Remove.
5203 (vc-steal-lock): Make the `owner' arg non-optional.
5204 (vc-merge): Use vc-writable-p instead of vc-locking-user and
5205 vc-checkout-model.
5206 (vc-default-dired-state-info): Use vc-state instead of
5207 vc-locking-user and return special strings for special states.
5208 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
5209 and get rid of one of the special CVS cases.
5210 (vc-cancel-version): prettify error message with \\[...].
5211 (vc-rename-master): New function.
5212 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
5213 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
5214 the CVS special case generic.
5215 (vc-default-record-rename): Remove.
5216 (vc-file-tree-walk-internal): Only call FUNC for files that are
5217 under control of some VC backend and replace `concat' with
5218 expand-file-name.
5219 (vc-file-tree-walk): Update docstring.
5220 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
5221 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
5222
5223 * vc-sccs.el (vc-sccs-rename-file): Renamed from
5224 vc-sccs-record-rename. Use `find-file-noselect' rather than
5225 `find-file' and call `vc-rename-master' to do the actual move.
5226 (vc-sccs-diff): Remove unused `backend' variable.
5227
5228 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
5229 to delay loading of vc-sccs until it is really used.
5230 (vc-sccs-master-templates): Preload.
5231 (vc-sccs-state): Update call to vc-sccs-parse-locks.
5232 (vc-sccs-project-dir): Remove (merged into
5233 vc-sccs-search-project-dir).
5234 (vc-sccs-search-project-dir): Rewrite using file name handling ops
5235 rather than `concat', make sure it is preloaded and don't bother
5236 to check that the file actually exists.
5237 (vc-sccs-parse-locks): Remove unused `file' argument, remove
5238 `locks' argument (use buffer's content instead) and eliminate n^2
5239 behavior.
5240
5241 * vc-rcs.el: Update Copyright.
5242 (vc-rcs-rename-file): New function.
5243 (vc-rcs-diff): Remove unused `backend' variable.
5244
5245 * vc-hooks.el: Update Copyright.
5246 (vc-backend): Don't accept a nil argument any more.
5247 (vc-up-to-date-p): Turn into a defsubst.
5248 (vc-possible-master): New function.
5249 (vc-check-master-templates): Use `vc-possible-master' and allow
5250 funs in vc-X-master-templates to return a non-existent file.
5251
5252 * vc-cvs.el: Update Copyright.
5253 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 5254 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
5255
5256 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
5257
52582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5259
5260 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
5261 since it can be called from vc-rcs.el.
5262 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
5263
52642000-09-04 Andre Spiegel <spiegel@gnu.org>
5265
5266 * vc.el (vc-version-diff): Expand file name read from the
5267 minibuffer. Handle the case when a previous version number can't
5268 be guessed. Give suitable messages when there were no differences
5269 found.
5270 (vc-clear-headers): Call backend-specific implementation, if one
5271 exists.
5272 (vc-cancel-version): Made error checks generic. When done, clear
5273 headers generically, too.
5274
5275 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
5276 from vc-clear-headers in vc.el.
5277
5278 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
5279 correctly.
5280 (vc-rcs-latest-on-branch-p): Made second argument VERSION
5281 optional. Handle the case when it's not there.
5282
52832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5284
5285 * vc.el (vc-locking-user): Moved from vc-hooks.el.
5286
52872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5288
5289 * vc-hooks.el (vc-loadup): Remove.
5290 (vc-find-backend-function): Use `require'. Also, handle the case
5291 where vc-BACKEND-hooks.el doesn't exist.
5292 (vc-call-backend): Cleanup.
5293
52942000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5295
5296 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
5297 vc-rcs-grab-templates)
5298 (vc-rcs-registered): Remove. The default function works as well.
5299 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
5300 vc-sccs-grab-templates)
5301 (vc-sccs-registered): Remove. The default function works as well.
5302
5303 * vc.el (vc-version-diff): Left out a vc- in call to
5304 vc-call-backend.
5305 (vc-default-dired-state-info, vc-default-record-rename)
5306 (vc-default-merge-news): Update for the new backend argument.
5307
5308 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
5309 using the default function.
5310 (vc-call-backend): If calling the default function, pass it the
5311 backend as first argument. Update the docstring accordingly.
5312 (vc-default-state-heuristic, vc-default-mode-line-string): Update
5313 for the new backend argument.
5314 (vc-make-backend-sym): Renamed from vc-make-backend-function.
5315 (vc-find-backend-function): Use the new name.
5316 (vc-default-registered): New function.
5317
53182000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5319
5320 * vc.el (vc-merge): Use vc-find-backend-function.
5321
5322 * vc-hooks.el (vc-backend-functions): Remove.
5323 (vc-loadup): Don't setup 'vc-functions.
5324 (vc-find-backend-function): New function.
5325 (vc-call-backend): Use above fun and populate 'vc-functions
5326 lazily.
5327 (vc-backend-defines): Remove.
5328
53292000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5330
5331 * vc.el (vc-register): Put a FIXME note for a newly found bug.
5332 Call vc-call-backend without the leading vc-.
5333 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
5334 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 5335 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
5336 (vc-annotate-display): Replace confusing use of `cond' with `or'.
5337 Call vc-call-backend without the leading vc-.
5338
5339 * vc-cvs.el (tail): Provide vc-cvs.
5340 * vc-sccs.el (tail): Provide vc-sccs.
5341 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
5342
5343 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
5344 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 5345 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
5346 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
5347 (vc-call-backend): Always try to load vc-X-hooks.
5348 (vc-registered): Remove vc- in call to vc-call-backend.
5349
53502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5351
5352 * vc.el (vc-process-filter): New function.
5353 (vc-do-command): Setup `vc-process-filter' for the async process.
5354 (vc-maybe-resolve-conflicts): New function to reduce
5355 code-duplication. Additionally, it puts the buffer in
5356 `smerge-mode' if applicable.
5357 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
5358 calling `merge-news'.
7f8b6551 5359 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
5360 (vc-log-edit): New function. Replacement for `vc-log-mode' by
5361 interfacing to log-edit.el.
5362 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
5363 log-edit is available.
5364 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
5365
53662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5367
5368 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
5369 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
5370 defvar and the initialization.
5371 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
5372
5373 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
5374 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
5375
7f8b6551 5376 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
5377
53782000-09-04 Andre Spiegel <spiegel@gnu.org>
5379
5380 * vc.el (vc-file-clear-masterprops): Removed.
5381 (vc-checkin, vc-revert-buffer): Removed calls to the above.
5382 (vc-version-diff): Use buffer-size without argument.
5383 (vc-register): Heed vc-initial-comment.
5384
5385 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
5386 default branch.
5387
5388 * vc-rcs.el (vc-rcs-register): Parse command output to find master
5389 file name and workfile version.
5390 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
5391
5392 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
5393 vc-file-clear-masterprops.
5394
5395 * vc-sccs.el (vc-sccs-checkout): Removed call to
5396 vc-file-clear-masterprops. If writable, set vc-state to 'edited
5397 rather than user login name.
5398
5399
54002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5401
5402 * vc.el (vc-workfile-unchanged-p): Remove unused argument
5403 `want-differences-if-changed' and simplify.
5404 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
5405 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
5406 output (which is invalid for async vc-diff) to decide whether to
5407 do the revert silently or not.
5408
54092000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5410
5411 * vc-hooks.el (vc-loadup): Load files quietly.
5412 (vc-call-backend): Oops, brain fart.
5413
54142000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5415
5416 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 5417 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
5418
54192000-09-04 Andre Spiegel <spiegel@gnu.org>
5420
5421 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
5422 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
5423 vc-state or vc-up-to-date-p.
5424 (vc-merge): Use vc-backend-defines to check whether merging is
5425 possible. Set state to 'edited after successful merge.
5426
5427 * vc-hooks.el (vc-locking-user): If locked by the calling user,
5428 return that name. Redocumented.
5429
54302000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5431
5432 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
5433 new `vc-state' semantics.
5434 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
5435 'vc-locking-user to the current user.
5436 (vc-merge): Inline vc-backend-merge. Comment out code that I
5437 don't understand and hence can't adapt to the new `vc-state' and
5438 `vc-locking-user' semantics.
5439 (vc-backend-merge): Remove.
5440
5441 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
5442 rather than 'vc-locking-user.
5443
5444 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
5445
5446 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
5447 (vc-state): Don't use 'reserved any more. Just use the same
5448 convention as the one used for vc-<backend>-state where the
5449 locking user (as a string) is returned.
5450 (vc-locking-user): Update, based on the above convention. The
5451 'vc-locking-user property has disappeared.
7f8b6551 5452 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
5453
5454 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
5455 with a heuristic one.
5456 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
5457 (vc-cvs-checkin): Do a trivial parse to set the state in case of
5458 error. That allows us to get to 'needs-merge even in the
5459 stay-local case. There's still no way to detect 'needs-patch in
5460 such a setup (or to force an update for that matter).
5461 (vc-cvs-logentry-check): Remove, the default works as well.
5462
54632000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5464
7f8b6551 5465 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
5466
5467 * vc.el (vc-do-command): kill-all-local-variables, to reset any
5468 major-mode in which the buffer might have been put earlier. Use
5469 `remove' and `when'. Allow `okstatus' to be `async' and use
5470 `start-process' in this case.
5471 (vc-version-diff): Handle the case where the diff looks empty
5472 because of the use of an async process.
5473
54742000-09-04 Andre Spiegel <spiegel@gnu.org>
5475
5476 * vc.el (vc-next-action-on-file): Removed optional parameter
5477 `simple'. Recompute state unconditionally.
5478 (vc-default-toggle-read-only): Removed.
5479
5480 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
5481 (vc-toggle-read-only): Undid prev change.
5482
5483 * vc-cvs.el (vc-cvs-stay-local): Renamed from
5484 vc-cvs-simple-toggle. Redocumented.
5485 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
5486 (vc-cvs-toggle-read-only): Removed.
5487
54882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5489
7f8b6551 5490 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
5491 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
5492 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
5493 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
5494 still is. So maybe it should be removed.
5495 (vc-head-version, vc-find-binary): Remove.
5496 (vc-recompute-state): Move from vc-hooks.el.
5497 (vc-next-action-on-file): Add a `simple' argument to allow
5498 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
5499 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
5500 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
5501 (vc-dired-mode-map): Properly defvar it.
5502 (vc-print-log): Call log-view-mode if available.
5503 (small-temporary-file-directory): defvar instead of use boundp.
5504 (vc-merge-news): Moved to vc-cvs.el.
5505 (vc-default-merge-news): New function.
5506
5507 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
5508 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
5509 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
5510 unknown `vc-latest-version' function. It should probably refer to
5511 vc-workfile-version or somesuch, but it's very unclear to me and I
5512 don't have SCCS to test things.
5513
5514 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
5515 (vc-sccs-state-heuristic): Fix typo.
5516 (vc-sccs-workfile-unchanged-p): Add missing argument.
5517
5518 * vc-rcs.el: Require vc and vc-rcs-hooks.
5519 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
5520 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
5521 (vc-release-greater-or-equal-p): Move from vc.
5522 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
5523 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
5524 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 5525 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
5526
5527 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
5528 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
5529 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
5530 than the apparently unbound `workfile-version'.
5531
5532 * vc-hooks.el (vc-master-templates): Def the obsolete var.
5533 (vc-file-prop-obarray): Use `make-vector'.
5534 (vc-backend-functions): Add new hookable functions
5535 vc-toggle-read-only, vc-record-rename and vc-merge-news.
5536 (vc-loadup): If neither backend nor default functions exist, use
5537 the backend function rather than nil.
5538 (vc-call-backend): If the function if not bound yet, try to load
5539 the non-hook file to see if it provides it.
5540 (vc-call): New macro plus use it wherever possible.
5541 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
5542 nor `vc-find-binary' since it's only called from
7f8b6551 5543 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
5544 (vc-checkout-model): Fix parenthesis.
5545 (vc-recompute-state, vc-prefix-map): Move to vc.el.
5546
7f8b6551 5547 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
5548 (vc-cvs-release, vc-cvs-system-release): Remove.
5549 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
5550 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
5551 status symbols.
5552 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
5553 (vc-cvs-toggle-read-only): First cut at a function to allow a
5554 cvs-status-free vc-toggle-read-only.
5555 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
5556 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
5557 vc-cvs-status. Also set vc-state rather than vc-locking-user.
5558 (vc-cvs-checkout): Modify access rights directly if the user
5559 requested not to use `cvs edit'. And refresh the mode line.
5560
5561 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
5562 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
5563
55642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5565
5566 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
5567 workfile' that got lost when the code was extracted from vc.el.
5568 And merged the tail with the rest of the code (not possible in the
5569 old vc.el where the tail was shared among all backends). And
5570 explicitly set the state to 'edited if `writable' is set.
5571
5572 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
5573 (vc-cvs-state): Be careful to return the value from
5574 vc-cvs-parse-state.
5575 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
5576 property but return it instead. Also be careful to handle a nil
5577 or "" `rev' when workfile is non-nil (it was handled properly when
5578 workfile was nil).
5579
5580 * vc.el: Removed those pesky unnecessary `(function' quotes.
5581 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
5582 directly in the defvar.
5583 (vc-do-command): Bind inhibit-read-only so as to properly handle
5584 the case where the destination buffer has been made read-only.
5585 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 5586 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
5587 (vc-annotate-mode-variables): Removed (code moved partly to
5588 defvars and partly to vc-annotate-add-menu).
5589 (vc-annotate-mode): Turned into a derived-mode.
5590 (vc-annotate-add-menu): Moved in code in
5591 vc-annotate-mode-variables.
5592 (vc-update-change-log): Use make-temp-file if available.
5593
55942000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
5595
5596 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
5597 `vc-checkout-model' updated to `vc-cvs-update-model'.
5598
55992000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5600
5601 * vc.el (vc-next-action-on-file): Added handling of state
5602 `unlocked-changes'.
5603 (vc-checkout-carefully): Is now practically obsolete, unless the
5604 above is too slow to be enabled unconditionally.
5605 (vc-update-change-log): Fixed typo.
5606
5607 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
5608
7f8b6551
SM
5609 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
5610 Now handles state `unlocked-changes'.
5611 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
5612
5613 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
5614
5615 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
5616 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
5617 `unlocked-changes'.
5618 (vc-rcs-workfile-unchanged-p): Renamed from
5619 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
5620 function yet, but supposed to become one soon.
5621
5622 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
5623 `vc-steal-lock'.
5624 (vc-call-backend): Changed error message.
5625 (vc-state): Added description of state `unlocked-changes'.
5626
56272000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5628
5629 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
5630 always return t in CVS-controlled directories.
5631
5632 * vc.el (vc-responsible-backend): New function.
5633 (vc-register): Largely rewritten.
5634 (vc-admin): Removed (implementation moved into vc-register).
5635 (vc-checkin): Redocumented.
5636 (vc-finish-logentry): If no backend defined yet (because we are in
5637 the process of registering), use the responsible backend.
5638
5639 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5640 Updated function lists.
5641 (vc-call-backend): Fixed typo.
5642
7f8b6551
SM
5643 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
5644 New functions.
5645 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
5646 Removed query option. Redocumented.
7a004b71
GM
5647
56482000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5649
5650 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
5651
5652 * vc.el: Updated callers of `vc-checkout-required' to use
5653 `vc-checkout-model'.
5654
56552000-09-04 Martin Lorentzson <martinl@gnu.org>
5656
5657 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
5658 stuff updated to reference this function instead of the old
5659 `vc-backend-release-p'.
5660
56612000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5662
5663 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
5664 vc-checkout-model. Return appropriate values. Updated callers.
5665
56662000-09-04 Martin Lorentzson <martinl@gnu.org>
5667
7f8b6551 5668 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
5669 (vc-backend-revert): Function moved into `vc-revert';
5670 `vc-next-action' must be updated to accomodate this change.
5671 (vc-backend-steal): Function moved into `vc-finish-steal'.
5672 (vc-backend-logentry-check): Function moved into
5673 `vc-finish-logentry'.
5674 (vc-backend-printlog): Function moved into `vc-print-log'.
5675 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
5676 (vc-backend-assign-name): Function moved into
5677 `vc-create-snapshot'.
5678
56792000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5680
5681 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
5682 Rename to vc-checkout-model. Return appropriate values.
5683 Update callers.
7a004b71 5684
7f8b6551 5685 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 5686 to vc-checkout-model.
7f8b6551
SM
5687 (vc-checkout-required): Rename to vc-checkout-model.
5688 Re-implement and re-comment.
7a004b71
GM
5689 (vc-after-save): Use vc-checkout-model.
5690
56912000-09-04 Martin Lorentzson <martinl@gnu.org>
5692
7f8b6551
SM
5693 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
5694 Update to use the vc-BACKEND-diff functions instead.
5695 `vc-diff' is now working.
7a004b71 5696
7f8b6551 5697 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 5698
7f8b6551 5699 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
5700
5701 * vc-sccs.el (vc-sccs-diff): Function changed name from
5702 `vc-backend-diff'. This makes `vc-diff' work.
5703
7f8b6551 5704 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 5705 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 5706 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
5707 signaled during `vc-after-save'.
5708
7f8b6551
SM
5709 * vc.el: Fix typo.
5710 This checkin is made with our new VC code base for the very first time.
5711 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
5712
5713 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
5714 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
5715
5716 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
5717 updated to `vc-uses-locking'.
7f8b6551 5718 (vc-checkout-required): Call to backend function.
7a004b71
GM
5719 `vc-checkout-required' updated to `vc-uses-locking' instead.
5720
5721 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
5722 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
5723
7f8b6551 5724 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 5725 to match the split into various backends.
7f8b6551 5726 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
5727 (vc-retrieve-snapshot): Bug fix.
5728
57292000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5730
5731 * vc-sccs.el (vc-sccs-release): Doc fix.
5732
57332000-09-04 Martin Lorentzson <martinl@gnu.org>
5734
5735 * vc.el (vc-next-action-on-file): Bug found and fixed.
5736 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
5737 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
5738
5739 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
5740 (vc-rcs-checkout): Name space cleaned up. No more revision number
5741 crunching function names that are not prefixed with vc-rcs.
5742 (vc-rcs-checkout-model): Function added. References to
5743 `vc-checkout-model' replaced.
5744
57452000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5746
5747 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
5748 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
5749 still need to be split, and implemented for RCS).
5750
57512000-09-04 Martin Lorentzson <martinl@gnu.org>
5752
5753 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
5754
5755 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
5756 required by the vc.el file.
5757
5758 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
5759 required by the vc.el file.
5760 (vc-rcs-exists): Function added.
5761
5762 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
5763 required by the vc.el file.
5764
5765 * vc.el (vc-admin): Updated to handle selection of appropriate
5766 backend. Current implementation is crufty and need re-thinking.
5767
5768 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
5769
57702000-09-04 Martin Lorentzson <martinl@gnu.org>
5771
5772 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
5773 beginning of annotate buffers correctly.
5774
5775 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
5776 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
5777 functionality updated quite a lot to support multiple backends.
5778 Variables `vc-annotate-mode', `vc-annotate-buffers',
5779 `vc-annotate-backend' added.
5780
5781 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
5782 `vc-annotate-difference' added to supported backend functions.
5783
57842000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5785
5786 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
5787 Use with-temp-file instead of /bin/sh. Merged from mainline
5788
57892000-09-04 Martin Lorentzson <martinl@gnu.org>
5790
5791 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
5792
5793 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
5794
5795 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
5796
57972000-09-04 Martin Lorentzson <martinl@gnu.org>
5798
5799 * vc-hooks.el: vc-state-heuristic added to
5800 vc-backend-hook-functions.
5801
5802 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
5803
5804 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
5805
7f8b6551
SM
5806 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
5807 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
5808 state to `reserved'.
5809
5810 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
5811 `vc-checkout-required'. Rename the `locked' state to `reserved'.
5812
58132000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5814
7f8b6551 5815 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
5816 untouched.
5817
7f8b6551 5818 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 5819
7f8b6551 5820 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
5821 if defined. (Merged from main line, slightly adapted.)
5822
5823 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
5824 millenium problem (merged from mainline).
5825
58262000-09-04 Martin Lorentzson <martinl@gnu.org>
5827
5828 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
5829 part and moved the non-BACKEND stuff to vc.el.
5830
5831 * vc.el: Split the annotate feature into a BACKEND specific part
5832 and moved it from the vc-cvs.el file to this one.
5833
58342000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5835
7f8b6551
SM
5836 * vc-hooks.el: Implement new state model.
5837 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
5838 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 5839 locked by somebody else.
7f8b6551 5840 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
5841 vc-sccs-hooks.el and vc-rcs-hooks.el now.
5842 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 5843 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 5844
7f8b6551
SM
5845 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
5846 Various simplifications and adaptations all over the place.
7a004b71 5847
7f8b6551
SM
5848 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
5849 Simplify and adapt the rest.
7a004b71 5850
7f8b6551 5851 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 5852 interaction with view mode according to recent RCS change.
7f8b6551 5853 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
5854
58552000-09-04 Martin Lorentzson <martinl@gnu.org>
5856
7f8b6551 5857 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
5858
58592000-09-04 Martin Lorentzson <martinl@gnu.org>
5860
5861 * vc.el (vc-backend-release, vc-release-greater-or-equal)
5862 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
5863 (vc-minor-part, vc-previous-version): Functions that operate and
5864 compare revision numbers got proper documentation. Comments added
5865 about their possible removal.
5866
58672000-09-04 Martin Lorentzson <martinl@gnu.org>
5868
5869 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
5870 the vc-backend.el files.
5871
5872 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
5873
5874 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
5875 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
5876 (vc-rcs-previous-version): Functions added.
5877
5878 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
5879
5880 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
5881
58822000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5883
5884 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 5885 Comment out the definition for now. What is the right procedure
7a004b71
GM
5886 to get rid of it?
5887 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
5888 rewritten.
7f8b6551 5889 (vc-default-registered): Remove.
7a004b71
GM
5890 (vc-check-master-templates): New function; does mostly what the
5891 above did before.
5892 (vc-locking-user): Don't rely on the backend to set the property.
5893
5894 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 5895 Rewrite documentation.
7a004b71
GM
5896 (vc-rcs-templates-grabbed): New variable.
5897 (vc-rcs-grab-templates): New function.
7f8b6551 5898 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
5899
5900 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 5901 Rewrite documentation.
7a004b71
GM
5902 (vc-sccs-templates-grabbed): New variable.
5903 (vc-sccs-grab-templates): New function.
7f8b6551
SM
5904 (vc-sccs-registered): Rewrite to use above mechanism.
5905 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
5906 Don't throw the result, simply return it.
7a004b71 5907
7f8b6551
SM
5908 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
5909 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
5910 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 5911
7f8b6551 5912 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
5913 from main line.
5914
59152000-09-04 Martin Lorentzson <martinl@gnu.org>
5916
7f8b6551 5917 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 5918
7f8b6551 5919 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 5920
7f8b6551
SM
5921 * vc-rcs.el (vc-rcs-diff): New function.
5922 (vc-rcs-checkout): Bug (typo) found and fixed.
5923 (vc-rcs-register-switches): New variable.
7a004b71
GM
5924
5925 * vc.el (vc-backend-diff): Function removed and placed in the
5926 backend files.
5927
59282000-09-04 Martin Lorentzson <martinl@gnu.org>
5929
5930 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
5931
5932 * vc.el (vc-backend-checkout): Function removed and replaced in
5933 the vc-backend.el files.
5934
5935 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
5936
5937 * vc.el (vc-backend-admin): Removed and replaced in the
5938 vc-backend.el files.
5939
5940 * vc.el (Martin): Removed all the annotate functionality since it
5941 is CVS backend specific.
5942
59432000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5944
5945 * spec.txt: Added specification of vc-state.
5946
5947 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 5948 Remove handling of vc-latest-version and
7a004b71
GM
5949 vc-your-latest-version. What used to be vc-latest-version, is now
5950 returned as vc-workfile-version.
7f8b6551 5951 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
5952
59532000-09-04 Dave Love <fx@gnu.org>
5954
5955 * vc.el: [Merged from mainline.]
5956 (vc-dired-mode): Make the dired-move-to-filename-regexp
5957 regexp match the date, to avoid treating date as file size.
5958 Add YYYY S option to WESTERN/
5959
59602000-09-04 Dave Love <fx@gnu.org>
5961
5962 * vc.el: Require `compile' when compiling.
5963 (vc-logentry-check-hook): New option.
5964 (vc-steal-lock): Use compose-mail.
5965 (vc-dired-mode-map): Defvar when compiling.
5966 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
5967 vc-sccs.el and renamed. Callers changed.
5968 (vc-backend-checkout, vc-backend-logentry-check)
5969 (vc-backend-merge-news): Doc fix.
5970 (vc-default-logentry-check): New function.
5971 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
5972 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
5973 (vc-backend-merge): Doc fix. Use backend functions.
5974 (vc-check-headers): Use backend functions.
5975
5976 * vc-cvs.el: Require vc when compiling.
5977 (vc-cvs-register-switches): Doc fix.
5978 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
5979 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
5980 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
5981 New functions (code from vc.el).
5982 (vc-annotate-display-default): Fix interactive spec.
5983 (vc-annotate-time-span): Doc fix.
5984
5985 * vc-rcs.el: Require vc when compiling.
5986 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
5987 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
5988 (vc-rcs-checkin): New functions (code from vc.el).
5989 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
5990 Doc fix.
5991 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
5992
5993 * vc-sccs.el: Require vc when compiling.
5994 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
5995 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
5996 (vc-sccs-revert)
5997 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
5998 from vc.el).
5999 (vc-sccs-add-triple, vc-sccs-record-rename)
6000 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
6001 (vc-sccs-admin): Doc fix.
6002
60032000-09-04 Martin Lorentzson <martinl@gnu.org>
6004
6005 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
6006 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
6007 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
6008 from vc.el.
6009
6010 * vc-sccs.el (vc-admin-sccs): Added from vc.el
6011
6012 * vc-cvs.el: Moved the annotate functionality from vc.el.
6013 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
6014
60152000-09-04 Dave Love <fx@gnu.org>
6016
6017 * vc.el (vc-backend-release): Call vc-system-release.
6018
6019 * vc-sccs.el (vc-sccs-system-release):
6020 Renamed from vc-sccs-backend-release.
6021
6022 * vc-rcs.el (vc-rcs-system-release):
6023 Renamed from vc-rcs-backend-release.
6024
6025 * vc-cvs.el (vc-cvs-system-release):
6026 Renamed from vc-cvs-backend-release.
6027
60282000-09-04 Dave Love <fx@gnu.org>
6029
6030 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
6031 backend files.
6032 (vc-backend-release): Dispatch to backend functions.
6033 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
6034 probably needs attention.]
6035
6036 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
6037 (vc-sccs-backend-release): New function.
6038
6039 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
6040 (vc-cvs-backend-release): New function.
6041
6042 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
6043 Doc fix.
6044 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
6045 (vc-default-dired-state-info): New function.
6046 (vc-dired-state-info): Dispatch to backends.
6047 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
6048
6049 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
6050 from vc.el and renamed.
6051
60522000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6053
6054 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
6055 (vc-version-other-window, vc-backend-assign-name): Removed
6056 references to vc-latest-version; sometimes changed into
6057 vc-workfile-version.
6058
6059 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
6060 vc-rcs-master-workfile-version.
6061 (vc-rcs-workfile-version): Use the above. Don't call
6062 vc-latest-version (that was unreachable code, anyway).
6063 (vc-rcs-fetch-master-properties): Doc fix.
6064
6065 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
6066 (vc-backend-hook-functions): Removed them from this list, too.
6067 (vc-fetch-properties): Removed.
6068 (vc-workfile-version): Doc fix.
6069
6070 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
6071 (vc-rcs-workfile-version, vc-rcs-locking-user)
6072 (vc-rcs-uses-locking): Use it.
6073
6074 * vc-hooks.el (vc-consult-rcs-headers):
6075 Moved into vc-rcs-hooks.el, under the name
6076 vc-rcs-consult-headers.
6077
6078 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
6079 headers.
6080 (vc-cvs-find-master): Use this name only; correct different
6081 versions of the name.
6082
6083 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
6084 New functions.
6085 (vc-sccs-locking-user): Use the latter.
6086
6087 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
6088 New functions.
6089
6090 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
6091 Moved into both
6092 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
6093 functions are implementation details of those two backends.
6094
60952000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6096
6097 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
6098 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
6099
6100 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
6101 (vc-sccs-parse-locks): SCCS-specific code moved here from
6102 vc-hooks.
6103
6104 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
6105 code moved here from vc-hooks.
6106
6107 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
6108 into back-end specific parts and removed. Callers not updated
6109 yet; because I guess these callers will disappear into back-end
6110 specific files anyway.
6111
61122000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6113
6114 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
6115 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
6116 `vc-uses-locking'.
6117
6118 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
6119 Store yes/no in the property, and return t/nil. Updated all
6120 callers.
6121
6122 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
6123 vc-sccs-uses-locking. Don't set property.
6124 (vc-sccs-locking-user): Don't set property.
6125
6126 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
6127 vc-cvs-uses-locking. Don't set property here; leave that to
6128 vc-hooks.
6129 (vc-cvs-locking-user): Reflect above change. Streamlined.
6130
6131 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
6132 vc-rcs-uses-locking.
6133 (vc-rcs-locking-user): Reflect above change.
6134
61352000-09-04 Dave Love <fx@gnu.org>
6136
6137 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
6138
6139 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
6140
6141 * vc-hooks.el (vc-checkout-model): Punt to backends.
6142
6143 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
6144
6145 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
6146
6147 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
6148 New functions.
6149
6150 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
6151 New functions.
6152
6153 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
6154 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
6155
6156 * vc-hooks.el (vc-default-locking-user): New function.
6157 (vc-locking-user, vc-workfile-version): Punt to backends.
6158
61592000-09-04 Dave Love <fx@gnu.org>
6160
6161 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
6162 (vc-master-workfile-version): Moved from vc-hooks.
6163
6164 * vc-rcs-hooks.el: Fix duplicate code in last change.
6165
6166 * vc-rcs-hooks.el: Require vc-hooks when compiling.
6167 (vc-rcs-master-templates): Improve :type.
6168 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
6169 vc-master-workfile-version): Moved from vc-hooks.
6170
6171 * vc-sccs-hooks.el: Require vc-hooks when compiling.
6172 (vc-sccs-master-templates): Improve :type.
6173 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
6174
6175 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
6176
6177 * vc-cvs-hooks.el: Require vc-hooks when compiling.
6178 (vc-cvs-master-templates): Improve :type. Use
6179 vc-cvs-find-cvs-master.
6180 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
6181 from vc-hooks.
6182 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
6183
6184 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
6185 Moved to vc-cvs-hooks.
6186
6187 * vc-hooks.el: Add doc strings in various places. Simplify the
6188 minor mode setup.
6189 (vc-handled-backends): New user variable.
6190 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
6191 simplification.
6192
61932000-09-04 Dave Love <fx@gnu.org>
6194
6195 * vc.el: Some doc fixes for autoloaded and interactive functions.
6196 Fix compilation warnings from ediff stuff.
6197 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
6198
6199 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
6200
6201 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
6202
6203 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
6204
62052000-09-04 Dave Love <fx@gnu.org>
6206
6207 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6208 New variable.
6209 (vc-make-backend-function, vc-loadup, vc-call-backend)
6210 (vc-backend-defines): New functions.
6211
6212 * vc-hooks.el: Various doc fixes.
6213 (vc-default-back-end, vc-follow-symlinks): Custom fix.
6214 (vc-match-substring): Function removed. Callers changed to use
6215 match-string.
6216 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
6217 Simplify.
6218
62192000-09-04 Dave Love <fx@gnu.org>
6220
6221 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
6222 type.
6223 (vc-sccs-project-dir, vc-search-sccs-project-dir)
6224 (vc-sccs-registered): Doc fix.
6225
6226 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
6227 (vc-cvs-registered): Doc fix.
6228
6229 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
6230 (vc-rcs-registered): Doc fix.
6231
62322000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6233
6234 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
6235
6236 * vc-hooks.el: vc-registered has been renamed
6237 vc-default-registered. Some functions have been moved to the
6238 backend specific files. they all support the
6239 vc-BACKEND-registered functions.
6240
62412000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6242
6243 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
6244
6245 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
6246
a033ea13
DL
62472000-09-04 Dave Love <fx@gnu.org>
6248
179fc9ef
DL
6249 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
6250 menu-bar-update-hook.
6251
6252 * help.el (help-manyarg-func-alist): Add
6253 find-operation-coding-system.
6254
a033ea13
DL
6255 * wid-edit.el (widget-sexp-validate): Fix garbled code.
6256
6257 * custom.el (custom-set-variables): Print message about errors in
6258 setting.
6259
f8803e97
AI
62602000-09-03 Andrew Innes <andrewi@gnu.org>
6261
6262 * makefile.w32-in: Change to DOS line endings.
6263
59836110
EZ
62642000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6265
6266 * mouse.el (mouse-popup-menubar): Supply the prompt string for
6267 minor-mode keymaps, if they don't have one.
6268
5514ba5c
EZ
62692000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6270
6271 * eshell/esh-module.el (eval-when-compile): Don't lose if
6272 esh-module.el's file name is truncated to DOS 8+3 limits.
6273
79cf8e80
JW
62742000-09-01 John Wiegley <johnw@gnu.org>
6275
6276 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
6277 predicate, which caused entries in the completion list to be
6278 doubled.
6279
62802000-08-30 John Wiegley <johnw@gnu.org>
6281
6282 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
6283 sending to subprocesses. Also, hook pre-command-hook if
6284 `eshell-send-direct-to-subprocesses' is non-nil.
6285 (eshell-send-direct-to-subprocesses): New config variable. If t,
6286 subprocess input is send immediately.
6287 (eshell-toggle-direct-send): New function.
6288 (eshell-self-insert-command): New function.
6289 (eshell-intercept-commands): New function.
6290 (eshell-send-input): If direct subprocess sending is enabled,
6291 don't echo any input to the Eshell buffer. Let the subprocess
6292 handle that. This requires "stty echo" in bash, for example.
6293
62942000-08-28 John Wiegley <johnw@gnu.org>
6295
6296 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
6297 completion function for Eshell's implementation of `unset'.
6298
778911b9
EZ
62992000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6300
6301 * info.el (Info-directory-list): Doc fix.
6302
05d07b49
PB
63032000-08-31 Peter Breton <pbreton@ne.mediaone.net>
6304
9b4a7800 6305 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
6306 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
6307
9941d4c7
KH
63082000-08-31 Kenichi Handa <handa@etl.go.jp>
6309
6310 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
6311 coding systems.
6312
af9ba8ad
AI
63132000-08-30 Andrew Innes <andrewi@gnu.org>
6314
6315 * timer.el (run-with-idle-timer): Undo last change, so that timer
6316 is not activated immediately if Emacs is already idle. Some
6317 existing code relies on this behaviour.
6318
caccd8f2
MB
63192000-08-30 Miles Bader <miles@gnu.org>
6320
6321 * frame.el (set-frame-font): Do completion of font-name for
6322 interactive use.
6323
b64c0a1c
KH
63242000-08-30 Kenichi Handa <handa@etl.go.jp>
6325
6326 * international/quail.el (quail-start-translation): Bind locally
6327 last-command-event, last-command, and this-command.
6328 (quail-start-conversion): Likewise.
75cf0095 6329 (quail-self-insert-command): Fix docstring.
b64c0a1c 6330
fd5f61d3
GM
63312000-08-29 Gerd Moellmann <gerd@gnu.org>
6332
6333 * progmodes/executable.el
6334 (executable-make-buffer-file-executable-if-script-p): Check that
6335 buffer contains at least 2 characters.
6336
5b671d04
EZ
63372000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
6338
6339 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
6340
485d9513
DL
63412000-08-29 Dave Love <fx@gnu.org>
6342
a39fb83d
DL
6343 * diff-mode.el (diff-mode) <defgroup>: Add :version.
6344 (diff-mode-shared-map): Bind mouse-2.
6345 (diff-imenu-generic-expression): New variable.
6346 (diff-mode): Use it.
6347
485d9513
DL
6348 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
6349 (mouse-popup-menubar): Add minor mode menus.
6350 (popup-menu): Check for lookup-key returning number.
6351
ba3478d9
MB
63522000-08-29 Miles Bader <miles@gnu.org>
6353
6354 * comint.el (comint-send-input): Create overlays using the proper
6355 front/read-advance arguments.
9b4a7800 6356
c3d6d211
GM
63572000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6358
6359 * ps-print.el: Even/odd pages printing. Doc fix.
6360 (ps-print-version): New version number (6.0).
6361 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
6362 (ps-background, ps-begin-file, ps-begin-job): Code fix.
6363 (ps-print-duplex-feature): Variable eliminated.
6364 (ps-even-or-odd-pages): New variable.
6365
ba087cd7 6366 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
6367 (ebnf-version): New version (3.3).
6368 (ebnf-user-arrow): Change variable customization to sexp.
6369 (ebnf-user-arrow): Function eliminated.
6370 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 6371
d313265f
KH
63722000-08-29 Kenichi Handa <handa@etl.go.jp>
6373
cba62b78 6374 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
6375 (help-make-xrefs): Handle help-xref-mule-regexp.
6376
6377 * international/mule-cmds.el (help-xref-mule-regexp-template): New
6378 variable.
6379 (describe-input-method): Temporarily activate the specfied input
6380 method to display the information.
6381 (describe-language-environment): Hyperlinks to mule related items.
6382
6383 * international/mule-diag.el (charset-multibyte-form-string): New
6384 function.
6385 (list-character-sets-1): Use charset-multibyte-form-string.
6386 (describe-character-set): New function.
6387 (describe-coding-system): Hyperlinks to safe character sets.
6388
6389 * international/quail.el (quail-help): New arg PACKAGE.
6390 Hyperlinks to mule related items.
6391 (quail-help-insert-keymap-description): Use
6392 substitute-command-keys instead of describe-bindings.
6393 (quail-translation-help): Hyperlinks to mule related items.
6394
b4bd214e
JW
63952000-08-28 John Wiegley <johnw@gnu.org>
6396
ca7aae91
JW
6397 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
6398 have a defsubst call itself. Made `eshell-flatten-list' back into
6399 a function again.
6400
b4bd214e
JW
6401 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
6402 catch, in case re-centering point at bottom messes up the display.
6403 This happens frequently in Emacs 21, due I believe to variable
6404 line heights.
6405
6406 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
6407 to call `find-tag-interactive'.
6408
6409 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
6410 the list of remember directories.
6411
d44e146b
JW
64122000-08-28 John Wiegley <johnw@gnu.org>
6413
6414 * align.el: Test align-region-separate to see if it's a symbol.
6415
546c0888 64162000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
6417
6418 * eshell/esh-util.el (eshell-flatten-list): Made this function
6419 into a defsubst form. It gets used very frequently, although
6420 calls don't occur all that often.
6421
6422 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
6423 examining it.
6424
6425 * eshell/esh-cmd.el (eshell-rewrite-while-command):
6426 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
6427 `eshell-protect'.
6428 (eshell-copy-handles): Created a new macro for duplicating the
6429 current set of open handles. This is needed by the looping
6430 functions.
6431 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
6432 is not incorrectly stomped on.
6433
6434 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
6435 declaration for pcomplete-use-paring.
6436 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
6437 value of eshell-cmpl-use-paring.
6438 * pcomplete.el (pcomplete-use-paring): New config variable, to
6439 indicate whether paring should be used.
6440 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
6441 completion alternatives that have already been used.
6442
6443 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
6444 bound to C-c C-y, which will repeat the previous N arguments
6445 (based on prefix argument).
6446 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
6447
6448 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
6449 if there is no *Help* buffer. This is for XEmacs, which renames
6450 its help buffers uniquely. TODO: Find out what the current buffer
6451 name to delete is.
6452
6453 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
6454 first entry that correlates to a passwd/group number. Later
6455 entries (used for group/user name aliasing to multiple IDs) are
6456 ignored.
6457
9b4a7800
TTN
6458 * eshell/em-xtra.el (eshell/expr):
6459 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
6460 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
6461 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
6462 argument list, before passing it to the system command.
6463
6464 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
6465 `find-tag' for use at final position in Eshell buffers (which
6466 otherwise triggers an error on Emacs 21).
6467 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
6468 buffer, if it is currently bound to `find-tag'.
6469
6470 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
6471 in the list of matched Makefile names.
6472 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
6473 directory, prefer its contents to Makefile.
6474
6475 * eshell/em-dirs.el (eshell/cd): cd commands that look up
6476 directory parts (like "cd old new", or "cd =regexp"), are now case
6477 sensitive on non-Windows/DOS platforms.
6478
6479 * eshell/esh-mode.el (eshell-parse-command-input): When a user
6480 types RET after an open delimiter (like "), display a message
6481 indicating that Eshell is waiting for the closing delimiter.
6482
6483 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
6484 environment variables.
6485
6486 * eshell/em-unix.el (eshell/diff): Added logic to fail more
6487 gracefully if the user enters incorrect arguments.
6488
6489 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
6490 Eshell buffers.
6491
9b4a7800
TTN
6492 * eshell/esh-var.el (eshell-interpolate-variable):
6493 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
6494 * eshell/em-unix.el (eshell-du-sum-directory):
6495 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6496 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
6497 (not (= ...)).
6498
6499 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
6500 to ensure the `preserve' flag gets propagated when doing recursive
6501 directory copies.
6502
546c0888 65032000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
6504
6505 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
6506 Don't convert \n into \0177 in memory.
6507 (eshell-read-history, eshell-write-history): Convert \n to \0177,
6508 and back again, when reading and writing.
9b4a7800 6509
546c0888 65102000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
6511
6512 * eshell/esh-util.el (eshell-processp): Added to relieve constant
6513 testing of `fboundp' on `processp'.
6514
6515 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
6516 (eshell/jobs): Don't call process-list if it is not bound.
6517 (eshell-gather-process-output): Support systems where async
6518 subprocesses aren't supported.
6519 (eshell-scratch-buffer, eshell-last-sync-output-start): New
6520 variables.
6521
6522 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
6523 eshell-do-eval returns t.
6524 (eshell-do-pipelines-synchronously): New defmacro.
6525 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
6526 when async subprocesses aren't supported.
6527 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
6528 if async subprocesses aren't supported.
6529 (eshell-resume-command): Don't assume STATUS is a string.
6530
6531 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
6532
6533 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
6534 (eshell-close-target, eshell-get-target): Use eshell-processp.
6535 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
6536 fix.
6537 (eshell-get-target, eshell-create-handles): Doc fix.
6538
546c0888 65392000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 6540
546c0888 6541 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
6542 criterion to include commands that output something, as long as it
6543 leaves both the command and the end-of-buffer visible when the
6544 command has exited.
6545 (eshell-review-quick-commands): Adjust the help doc string
6546 accordingly.
6547
2a371c3b
PB
65482000-08-28 Peter Breton <pbreton@ne.mediaone.net>
6549
8348e1f9 6550 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 6551 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 6552
9b4a7800 6553 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
6554 (file-cache-assoc-function): New variable
6555 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
6556 Use file-cache-case-fold-search variable
6557 (file-cache-add-file): Use file-cache-assoc-function
6558 (file-cache-delete-file): likewise
6559 (file-cache-directory-name): likewise
6560 (file-cache-debug-read-from-minibuffer): likewise
6561
95931eb1
GM
65622000-08-28 Gerd Moellmann <gerd@gnu.org>
6563
6564 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
6565 (abbrev-table-name): New function.
6566 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
6567 If non-nil list local abbrev, only.
6568
bb17930d
GM
65692000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
6570
546c0888
EZ
6571 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
6572 from Gnus support code, and use special article copy buffer
bb17930d
GM
6573 `(gnus-original-article-buffer)' instead. This allows to get rid
6574 of article-hide-headers usage (which breaks in the latest Gnus
6575 version). Thanks to Detlev Zundel.
6576
41a68aef
KH
65772000-08-28 Kenichi Handa <handa@etl.go.jp>
6578
6579 * international/quail.el (quail-use-package): Hide "... loaded"
6580 message.
6581 (quail-start-translation, quail-start-conversion): Likewise.
6582
6583 * international/kkc.el (kkc-region): Hide "... loaded" message.
6584
28bb2cef
DL
65852000-08-27 Dave Love <fx@gnu.org>
6586
6587 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
6588
11a1118d
MB
65892000-08-27 Miles Bader <miles@gnu.org>
6590
6591 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
6592
0f85d477
KH
65932000-08-27 Kenichi Handa <handa@etl.go.jp>
6594
6595 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
6596 'ja-dic-cnv), not (require 'skkdic-cnv).
6597
2d73e8d3
MB
65982000-08-26 Miles Bader <miles@gnu.org>
6599
a0e5a5a4
MB
6600 * faces.el (face-x-resources): Add entry for :inherit.
6601 * cus-face.el (custom-face-attributes): Add support for :inherit
6602 attribute. Add support for relative face heights.
6603 (custom-face-attributes-get): Treat `nil' as being a default value
6604 for :inherit (as well as `unspecified').
6605
19feb949
MB
6606 * faces.el (set-face-attribute): Update doc string.
6607 (face-attribute-name-alist): Add :inherit.
6608 (face-valid-attribute-values): Handle :inherit.
6609 (face-read-string): Rephrase prompt to be less confusing.
6610 Assume that DEFAULT is a string, since we must return a string.
6611 (face-read-integer): Use `format' to turn DEFAULT into an
6612 acceptable default for face-read-string. Match NEW-VALUE against
6613 the string "unspecified", not the symbol `unspecified', since
6614 that's what face-read-string returns.
6615 (read-face-attribute): Lookup a name for old-value in valid, and
6616 use it as a default if we find one. Treat all values from
6617 face-read-string as strings. If the default is used, don't do any
6618 more processing on the value, just use the old value directly.
6619 (read-face-and-attribute, modify-face): Tweak prompt.
6620 (read-face-name): Don't assume prompt ends with a space.
6621
2d73e8d3
MB
6622 * faces.el (describe-face): Add support for :inherit attribute.
6623
a1a2e38f
KH
66242000-08-25 Kenichi Handa <handa@etl.go.jp>
6625
e84fa7c5
KH
6626 * terminal.el (terminal-emulator): Fix args to `concat'. Now
6627 concat doesn't accept interger.
6628
a1a2e38f
KH
6629 * international/kkc.el: Remove SKK from Keywords. Require
6630 ja-dic-utl instead of skkdic-utl.
6631
6632 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
6633 Provide ja-dic-cnv instead of skkdic-cnv.
6634 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
6635 (iso-2022-7bit-short): Add safe-charsets property.
6636 (skkdic-convert-postfix): Search Japanese chou-on character in
6637 addition to Hiragana character.
6638 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
6639 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
6640 (batch-skkdic-convert): Likewise.
6641
6642 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
6643 Provide ja-dic-utl instead of skkdic-utl.
6644 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
6645
f6499c03
DL
66462000-08-24 Dave Love <fx@gnu.org>
6647
1c2c3f16
DL
6648 * disp-table.el (standard-display-default): Make the test of `l'
6649 useful.
6650
f6499c03
DL
6651 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
6652 mod sample text.
6653
6654 * international/iso-ascii.el: Make pilcrow convenient string
6655 consistent with section.
6656 (iso-ascii-display): Set up multibyte characters as well as
6657 unibyte.
6658
c543db81
KH
66592000-08-24 Kenichi Handa <handa@etl.go.jp>
6660
6661 * international/mule-cmds.el (reset-language-environment): Set
6662 default-process-coding-system to '(undecided . iso-latin-1), which
6663 makes process I/O almost consistent with file I/O. Call this
6664 function when mule-cmds.el[c] is loaded.
6665
746d9caf
AI
66662000-08-22 Andrew Innes <andrewi@gnu.org>
6667
6668 * makefile.w32-in: New file.
6669
5484005d
MB
66702000-08-22 Miles Bader <miles@lsi.nec.co.jp>
6671
6672 * comint.el (comint-output-filter): Compare end of
6673 comint-last-output-overlay with the start of the newly inserted
6674 text, not the end, when deciding whether to extend it.
9b4a7800 6675 Set saved-point's insertion type to advance after insertion.
5484005d
MB
6676
6677 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
6678 since this is now done independently of font-lock mode.
6679
7a912f63
GM
66802000-08-21 Gerd Moellmann <gerd@gnu.org>
6681
6682 * server.el (server-kill-new-buffers): New user option.
6683 (server-existing-buffer): New buffer-local variable.
6684 (server-visit-files): When using an existing buffer, set
6685 server-existing-buffer to t.
6686 (server-buffer-done): If server-kill-new-buffers is t, kill the
6687 buffer, unless it was already present before visiting it with
6688 Emacs server.
9b4a7800 6689
240301df
EZ
66902000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
6691
6692 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
6693 even if the display doesn't support colors: some displays will
6694 support bold/underline faces.
6695
cbcef616
GM
66962000-08-21 Gerd Moellmann <gerd@gnu.org>
6697
6917e6bb
GM
6698 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
6699
cbcef616
GM
6700 * startup.el (command-line): If user's init file had an error,
6701 add explanatory text to *Messages*.
6702
6922b018
KH
67032000-08-21 Kenichi Handa <handa@etl.go.jp>
6704
6705 * man.el (Man-getpage-in-background): Decode the process output by
6706 the system locale coding system.
6707
e50c4203
DL
67082000-08-20 Dave Love <fx@gnu.org>
6709
96ab6351
DL
6710 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
6711 Don't test x-popup-menu.
6712 (function) <complete-function>: Complete only fbound symbols.
6713 <validate, value>: New.
6714 (variable) <complete-function>: Complete only bound symbols.
6715 (coding-system): Add :base-only, :complete-function, :validate,
6716 :value, :prompt-match.
6717 (widget-coding-system-prompt-value): Use read-coding-system and
6718 act on :base-only.
6719 (editable-field): Add :help-echo.
6720 (widget-push-button-gui, widget-push-button-cache)
6721 (widget-gui-action, widget-editable-list-gui): COmment out, along
6722 with uses.
6723 (widget-at): Make arg optional.
6724 (widget-echo-help): Adjust for current help-echo calling sequence.
6725 (widget-specify-field, widget-specify-button)
6726 (widget-specify-insert, widget-get-sibling, widget-image-find)
6727 (widget-convert, widget-insert, widget-leave-text)
6728 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
6729 (widget-setup, widget-field-find, widget-before-change)
6730 (widget-after-change, widget-default-complete)
6731 (widget-default-create, widget-default-delete)
6732 (widget-push-button-value-create, editable-field)
6733 (widget-field-prompt-value, widget-field-validate)
6734 (widget-choice-value-create, widget-choice-action)
6735 (widget-choice-validate, widget-checklist-add-item)
6736 (widget-radio-add-item, widget-radio-chosen)
6737 (widget-radio-value-inline, widget-editable-list-value-create)
6738 (widget-editable-list-entry-create)
6739 (widget-documentation-link-add)
6740 (widget-documentation-string-value-create)
6741 (widget-regexp-validate, widget-file-complete)
6742 (widget-sexp-validate, widget-plist-convert-widget)
6743 (widget-plist-convert-widget, widget-alist-convert-widget)
6744 (widget-alist-convert-widget, widget-color-complete): Simplify,
6745 particularly to avoid bindings which aren't optimized out.
6746
e50c4203
DL
6747 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
6748 Doc fix.
6749 (down-list, backward-up-list, up-list, kill-sexp)
6750 (backward-kill-sexp, mark-sexp): Make arg optional.
6751 (lisp-complete-symbol): Add optional arg PREDICATE.
6752
6753 * cus-start.el: Add display-buffer-reuse-frames,
6754 file-coding-system-alist.
6755
511bd4eb
GM
67562000-08-20 Gerd Moellmann <gerd@gnu.org>
6757
6758 * startup.el (command-line): Clear realized faces after
6759 modifying TTY color mappings.
6760
a9de7d29
MB
67612000-08-20 Miles Bader <miles@gnu.org>
6762
6763 * faces.el (face-attr-match-p): Don't return true if ATTRS are
6764 merely a subset of FACE's attributes.
6765
8a8023d9
MB
67662000-08-19 Miles Bader <miles@gnu.org>
6767
6768 * comint.el (comint-output-filter): Save the point with a marker,
6769 not just a buffer position.
6770
6771 * international/mule.el (set-buffer-process-coding-system): Make
6772 interactive prompt less confusing.
6773
1433385f
GM
67742000-08-19 Gerd Moellmann <gerd@gnu.org>
6775
6776 * hilit-chg.el: General cleanup of doc strings, comments and
6777 code formatting.
6778
136b4eda
MB
67792000-08-19 Miles Bader <miles@gnu.org>
6780
6781 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
6782 Compiler macro removed; beginning-of-line is no longer always
6783 equivalent to forward-line, in the presence of fields.
6784
6785 * comint.el (comint-output-filter): Remove ad-hoc saving of
6786 restriction, and just use save-restriction, now that it works
6787 correctly. Don't adjust comint-last-input-start to account for
6788 our insertion; it shouldn't have moved because we don't use
6789 insert-before-markers anymore. Comment out call to
6790 `force-mode-line-update'; why is it here?
6791
6792 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
6793 while checking for prompt to delete. Use `forward-line 0'
6794 instead of beginning-of-line.
6795 (gud-filter): Temporarily widen gud comint buffer while
6796 examining output.
6797
cdd0f857
SM
67982000-08-18 Stefan Monnier <monnier@cs.yale.edu>
6799
ebf96bfa
SM
6800 * progmodes/sh-script.el: Big bag of typos.
6801
cdd0f857
SM
6802 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
6803 check since ispell-process is not bound when ispell is not yet loaded.
6804
9bb7a286
DL
68052000-08-18 Dave Love <fx@gnu.org>
6806
6807 * image.el (find-image): Copy `spec' before using plist-put.
6808
74ec6045
GM
68092000-08-18 Gerd Moellmann <gerd@gnu.org>
6810
6811 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
6812 `portugues'.
6813
6814 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
6815 backward-kill-sexp, analogous to kill-sexp.
6816
6817 * progmodes/icon.el (icon-indent-line)
6818 (icon-is-continuation-line): Handle comments specially.
6819
68202000-08-17 Ken Stevens <k.stevens@ieee.org>
6821
6822 * ispell.el: Set to standard author/maintainer/keyword fields.
6823 Fine tuning to menu map appearance and operation, and added help.
6824 Remove `start' and `end' error messages when compiling.
6825 (ispell-choices-win-default-height): Fixed comment string.
6826 (ispell-dictionary-alist-1): Fixed regexp in castellano and
6827 castellano8 dictionaries.
6828 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
6829 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
6830 dictionary, added italiano dictionary.
6831 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
6832 word character
6833 (ispell-tex-skip-alists): Added psfig support.
6834 (ispell-skip-html): Renamed from ispell-skip-sgml.
6835 (ispell-begin-skip-region-regexp, ispell-skip-region)
6836 (ispell-minor-check): Improved html skipping support to skip across
6837 code, and recognize `&' commands without propper `;' syntax;
6838 (ispell-process-line): Fix alignment error when manually
6839 correcting spelling.
6840 (ispell): Fix comment string.
6841 (ispell-add-per-file-word-list): Always put word list on new line.
6842
3787e12e
GM
68432000-08-17 Gerd Moellmann <gerd@gnu.org>
6844
a7b28523
GM
6845 * format.el (format-encode-run-method): Fix error message to say
6846 `encode' instead of `decode'. Use save-window-excursion around
6847 shell-command-on-region as in format-decode-run-method because
6848 shell-command-on-region can display a buffer with error output.
6849 (format-decode): Don't record undo information for the decoding.
6850 (format-annotate-function): Add parameter FORMAT-COUNT. Make
6851 that number part of the temporary buffer name so that more than
6852 one decoding using a temporary buffer can happen safely.
6853
6854 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
6855 of `A-z' in the regexp.
6856
6857 * hilit-chg.el: Fix typos in commentary.
6858
3787e12e
GM
6859 * help.el (view-emacs-news): Rewritten for new naming scheme
6860 for old NEWS files.
6861
6862 * startup.el (command-line): Pop to *Messages* in case an error
6863 is signaled while loading user-init-file.
6864
d2473540
AS
68652000-08-17 Andreas Schwab <schwab@suse.de>
6866
6867 * files.el (insert-directory): Don't lose original file name,
6868 undoing an undocumented change.
6869
c0bbaf57
GM
68702000-08-17 Alex Schroeder <alex@gnu.org>
6871
6872 * sql.el (sql-magic-go): Use comint-bol.
6873 (sql-copy-column): Use comint-line-beginning-position.
6874 (comint-line-beginning-position): Define a replacement for
6875 comint-line-beginning-position if it is not fboundp.
6876
68772000-08-17 Alex Schroeder <alex@gnu.org>
6878
6879 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
6880 it didn't have any effect anyway.
6881
68822000-08-17 Alex Schroeder <alex@gnu.org>
6883
6884 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
6885 --pset and pager=off instead of sending \\o|cat at the beginning
6886 of the session.
6887
9d245da5
MB
68882000-08-17 Miles Bader <miles@gnu.org>
6889
6890 * progmodes/octave-inf.el: Add compatibility definition of
6891 comint-line-beginning-position.
6892
abfdbd2e
KH
68932000-08-17 Kenichi Handa <handa@etl.go.jp>
6894
6895 * startup.el (normal-top-level): Look in each dir in load-path for
6896 a leim-list.el file too. This assures of loading leim-list.el
6897 that is created at Emacs installation time even if a user have his
6898 own leim-list.el.
6899
a0b8c939
MB
69002000-08-17 Miles Bader <miles@gnu.org>
6901
6902 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
6903 foreground color to black if the background is dark.
6904
7382bcae
SM
69052000-08-16 Stefan Monnier <monnier@cs.yale.edu>
6906
6907 * loadhist.el (unload-feature): Typo.
6908
9b4a7800 6909 * finder.el (finder-compile-keywords):
7382bcae
SM
6910 * cus-dep.el (custom-make-dependencies): Add local-variable settings
6911 to the generated file.
6912
6913 * mail/mh-e.el (mh-make-local-vars):
6914 Replace make-variable-buffer-local with make-local-variable.
6915
cdd0f857 6916 * play/landmark.el:
7382bcae 6917 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
6918 * mail/mailabbrev.el (mail-abbrevs-mode):
6919 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
6920 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
6921
6922 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
6923
6924 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
6925 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
6926 Allow going past the last element.
9b4a7800 6927 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
6928 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
6929 (cvs-mouse-toggle-mark): Don't move point.
6930 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
6931
6932 * progmodes/compile.el (grep): Provide a default set of files.
6933 (next-error): Docstring fix.
6934 (compilation-find-file): Avoid find-file (fails in a dedicated window).
6935
6936 * emacs-lisp/easy-mmode.el (define-minor-mode):
6937 Use `symbol-value' to keep the byte-compiler quiet.
6938
6939 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
6940 (diff-find-source-location): New fun, extracted from diff-goto-source.
6941 (diff-goto-source): Use it.
6942 (diff-next-complex-hunk, diff-filter-lines): New function.
6943 (diff-apply-hunk): New command.
6944
6945 * smerge-mode.el (smerge-mode-menu): Doc fix.
6946
6947 * msb.el (msb-mode): Define it in terms of define-minor-mode.
6948
4f00b8c1
DL
69492000-08-16 Dave Love <fx@gnu.org>
6950
2b5198bb
DL
6951 * windmove.el (windmove) <defgroup>: Add :version.
6952
6953 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
6954 (goto-address-fontify-p, goto-address-highlight-p)
6955 (goto-address-url-face, goto-address-url-mouse-face)
6956 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
6957 (goto-address-url-regexp): Use thing-at-point-url-regexp.
6958 (goto-address-fontify, goto-address-at-mouse): Simplify,
6959 (goto-address-at-point): browse-url-url-at-point,
6960 goto-address-find-address-at-point can return nil.
6961 (goto-address-find-address-at-point): Return nil on failure.
6962
6963 * align.el (align) <defgroup>: Add :version.
6964
6965 * calculator.el (calculator): Add :version.
6966 (calculator): Use two lines for calculator window if `modeline'
6967 face is boxed.
6968
4f00b8c1
DL
6969 * play/5x5.el: Doc fixes.
6970 (5x5) <defgroup>: Add :version.
6971
6972 * play/fortune.el (fortune) <defgroup>: Add :version.
6973 (fortune-append): Fix error message.
6974 (fortune-from-region): Doc fix.
6975
6976 * play/pong.el (pong): Doc fix.
6977
6978 * play/morse.el: Keywords, commentary, autoloads.
6979
69db7ee7
EZ
69802000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
6981
6982 * desktop.el (desktop-save): Don't look at symbol-value of a
6983 member of minor-mode-alist, unless it is boundp.
6984
10e1dad9
SS
69852000-08-16 Sam Steingold <sds@gnu.org>
6986
a0b8c939 6987 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
6988 `while'; use `with-current-buffer' instead of `save-excursion'.
6989 Removed unnecessary kludges now that "*Buffer List*" is excluded.
6990
9d7bcb2e
KH
69912000-08-16 Kenichi Handa <handa@etl.go.jp>
6992
6993 * international/ccl.el (declare-ccl-program): Docstring modified.
6994 (ccl-execute-with-args): Likewise.
6995
04231ab8
MB
69962000-08-16 Miles Bader <miles@gnu.org>
6997
9d245da5 6998 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
6999 comint-line-beginning-position.
7000
f68446ef
GM
70012000-08-15 Gerd Moellmann <gerd@gnu.org>
7002
dc28878c
GM
7003 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
7004 'buffer-menu' property.
7005 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
7006 fails.
7007 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
7008 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
7009 wasn't killed.
10e1dad9 7010
58ed0d3b
GM
7011 * buff-menu.el (list-buffers-noselect): Don't display the
7012 *Buffer List* buffer.
7013
32dc52f7
GM
7014 * font-lock.el: Require jit-lock to prevent a very late
7015 `Loading jit-lock' message.
7016
f68446ef 7017 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 7018 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
7019 mail address.
7020
90ac90a2
MB
70212000-08-15 Miles Bader <miles@gnu.org>
7022
7023 * textmodes/ispell.el (ispell-graphic-p): New constant.
7024 (ispell-choices-win-default-height, ispell-help): Use
7025 `ispell-graphic-p' instead of `xemacsp'.
7026
b0a0e263
DL
70272000-08-15 Dave Love <fx@gnu.org>
7028
c1e757e3
DL
7029 * simple.el: Autoload widget-convert when compiling.
7030 (mail-user-agent): Doc fix.
7031
7032 * help.el (function-called-at-point, variable-at-point): Use
7033 with-syntax-table.
7034 (help-manyarg-func-alist): Add insert-and-inherit.
7035
7036 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
7037
7038 * delsel.el (delsel-unload-hook): New function.
7039
7040 * find-file.el: Doc fixes. Move provide to end.
7041 (ff) <defgroup>: Add :link.
7042 (ff-goto-click): Deleted.
7043 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
7044 Use mouse-set-point.
7045
7046 * textmodes/tildify.el: Doc fixes.
7047 (tildify) <defgroup>: Add:version.
7048
7049 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
7050 (glasses-custom-set): Use set-default, not set.
7051 (minor-mode-alist): Propertize the lighter.
7052 (glasses-mode): Provide optional arg.
7053
5f847612
DL
7054 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
7055 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
7056 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
7057 option. Provide :type.
7058 (cwarn-configuration): Provide :type.
7059 (cwarn-mode): Doc fix.
7060
7061 * add-log.el (change-log-merge): Doc fix.
7062 (change-log-redate): New command.
7063
b0a0e263
DL
7064 * net/browse-url.el (browse-url-filename-alist): Add a clause for
7065 Doze and Dog.
7066 (browse-url): Use dolist, not mapcar.
7067 (browse-url-at-point): Check for null url.
7068 (browse-url-event-buffer, browse-url-event-point): Functions
7069 deleted.
7070 (browse-url-at-mouse, browse-url-netscape): Simplify.
7071
7072 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
7073 modes.
7074 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
7075 Fix previous change to mapcan.
7076 (msb--init-file-alist, msb--add-separators)
7077 (msb--make-keymap-menu): Simplify.
7078 (msb--choose-file-menu): Use copy-sequence.
7079 (msb-mode-map): Add title to keymap.
7080 (msb-unload-hook): New function.
7081
7082 * bs.el: Fix indentation.
7083 (bs) <defgroup>: Add :links.
2b5198bb
DL
7084 (bs-show): Doc fix.
7085 (bs-apply-sort-faces): Don't use window-system.
7086 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 7087
70f1b78e
EZ
70882000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
7089
7090 * calendar/timeclock.el (timeclock-file): Run .timelog through
7091 convert-standard-filename.
7092
956777b3
GM
70932000-08-14 Gerd Moellmann <gerd@gnu.org>
7094
3215096c
GM
7095 * emacs-lisp/authors.el: New file.
7096
956777b3
GM
7097 * paren.el (show-paren-priority): New user option.
7098 (show-paren-function): Set overlay priorities to
7099 show-paren-priority.
10e1dad9 7100
0cde1424
MB
71012000-08-14 Miles Bader <miles@gnu.org>
7102
7103 * comint.el (comint-bol): Use `forward-line 0' instead of calling
7104 beginning-of-line with inhibit-field-text-motion bound.
7105
90cbf47e
GM
71062000-08-14 Gerd Moellmann <gerd@gnu.org>
7107
7108 * calendar/timeclock.el: New file.
7109
71102000-08-14 David Ponce <david@dponce.com>
7111
7112 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
7113 `widget-button-click'. so that one can use left mouse button to
7114 click on dialog buttons.
7115
71162000-08-14 Emmanuel Briot <briot@gnat.com>
7117
7118 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 7119 identifiers, since XML is case sensitive
10e1dad9 7120
79e8dca7 71212000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 7122
660394d1
MB
7123 * comint.el (comint-output-filter): Don't bother frobbing
7124 window-start, it doesn't seem to be necessary.
79e8dca7
MB
7125
7126 * comint.el (comint-send-string, comint-send-region): Make into
7127 real functions. Snapshot the prompt before sending.
7128
218c2cc7
EZ
71292000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
7130
7131 * info.el (Info-find-emacs-command-nodes): Rewrite to use
7132 technique similar to Info-index, instead of relying on specific
7133 names of relevant Index nodes.
7134 (Info-goto-emacs-command-node): Bind Info-history to nil when
7135 going to the first node found by Info-find-emacs-command-nodes.
7136
51e066d2 71372000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
7138
7139 * menu-bar.el (menu-bar-help-menu): Add a :help string.
7140
867102f2
MB
71412000-08-10 Miles Bader <miles@gnu.org>
7142
7143 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
7144
af718538
EZ
71452000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7146
7147 * info.el (Info-file-list-for-emacs): More elements for the
7148 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
7149 and woman manuals.
7150
c51bacd6
MB
71512000-08-10 Miles Bader <miles@lsi.nec.co.jp>
7152
7153 * comint.el (comint-send-input): Make the newline boundary overlay
7154 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
7155 (comint-output-filter): Use `insert' instead of
7156 `insert-before-markers'. Extend comint-last-output-overlay when
7157 necessary since we can't rely on insert-before-markers to do it.
7158 * gud.el (gud-filter): Use `with-current-buffer' instead of
7159 save-excursion when inserting the output, so that point gets
7160 updated correctly; the old method relied on a rather dodgy
7161 side-effect of comint-output-filter to avoid the effect of
7162 save-excursion.
7163
98532b12
EZ
71642000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7165
7166 * files.el (recover-file): Call insert-directory instead of
7167 invoking `ls' directly.
7168
3db4b719
MB
71692000-08-10 Miles Bader <miles@gnu.org>
7170
7171 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
7172 (comint-last-prompt-overlay): New variables.
7173 (comint-output-filter): Implement prompt highlighting.
7174 (comint-snapshot-last-prompt): New function.
7175 (comint-send-input): Snapshot the last prompt.
7176 Use comint-highlight-input-face.
7177 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
7178 Use defface instead of defcustom.
7179 (send-invisible, comint-send-eof): Snapshot the last prompt.
7180 (comint-delchar-or-maybe-eof): Use comint-send-eof.
7181 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
7182
96190aa1
SM
71832000-08-09 Stefan Monnier <monnier@cs.yale.edu>
7184
5cda4b07
SM
7185 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
7186 (regexp-opt-group): Use a list of chars for `letters'.
7187 (regexp-opt-charset): `chars' is now a list of chars.
7188 Use a char-table rather than a vector so it works for multibyte chars.
7189
96190aa1
SM
7190 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
7191 Set cvs-minor-current-files to the selected fileinfo.
7192 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
7193 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
7194
7d093d56
EZ
71952000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
7196
7197 * files.el (insert-directory): Don't call access-file on
7198 directories on DOS and Windows.
7199
b24c5811
KH
72002000-08-09 Kenichi Handa <handa@etl.go.jp>
7201
7202 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
7203 longer if necessary.
7204 (ccl-embed-code): Call ccl-embed-data to store CODE in
7205 ccl-program-vector.
7206
0a6fd67e
MB
72072000-08-09 Miles Bader <miles@gnu.org>
7208
7209 * comint.el (comint-output-filter): Properly handle the case where
7210 the text surrounded by comint-last-output-overlay was deleted.
7211
9f6d1a6c
GM
72122000-08-08 Gerd Moellmann <gerd@gnu.org>
7213
25ad1371
GM
7214 * info.el (Info-insert-dir): Use Info-additional-directory-list if
7215 non-nil.
7216 (Info-file-list-for-emacs): Remove "info" from the list because
7217 that leads to trying to use the documentation from file `info'
7218 in various situations where it isn't appropriate, for instance
7219 C-h C-k C-h i.
7220
7221 * ffap.el (ffap-read-file-or-url-internal): Handle case that
7222 DIR and/or STRING are nil.
7223
7224 * progmodes/compile.el (compilation-setup): Make variable
7225 compilation-error-screen-columns buffer-local, as some comment
7226 in the code suggests it should be.
7227
7228 * files.el (auto-mode-interpreter-regexp): New variable.
7229 (set-auto-mode): Use it.
7230
7231 * indent.el (indent-for-tab-command): Doc fix.
7232
7233 * mouse-sel.el (mouse-sel-mode): Doc fix.
7234
9f6d1a6c
GM
7235 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
7236 labels.
7237
7238 * help.el (print-help-return-message): When
7239 display-buffer-reuse-frames is set, let the help window been quit,
7240 instead of deleting it, which might delete a reused frame.
7241
3d819a75
EZ
72422000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
7243
7244 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
7245 rename a directory to a name that differs only by its letter case.
7246
c5a52529
KH
72472000-08-08 Kenichi Handa <handa@etl.go.jp>
7248
7249 * international/quail.el (quail-define-rules): Handle Quail decode
7250 map correctly. Add code for supporting annotations.
7251 (quail-install-decode-map): New function.
7252 (quail-defrule-internal): New optional arguments decode-map and
7253 props.
7254 (quail-advice): New function.
7255
5e9e032a
SS
72562000-08-07 Sam Steingold <sds@gnu.org>
7257
7258 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
7259 `defconst', `define-condition', `with-slots'.
7260 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
7261
46645f4b
MB
72622000-08-03 Miles Bader <miles@gnu.org>
7263
7264 * comint.el (comint-use-prompt-regexp-instead-of-fields):
7265 New variable.
7266 (comint-prompt-regexp, comint-get-old-input): Document dependence on
7267 comint-use-prompt-regexp-instead-of-fields.
7268 (comint-send-input): Add `input' field property to stuff we send to
7269 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
7270 (comint-output-filter): Add `output' field property to process
7271 output, if comint-use-prompt-regexp-instead-of-fields is nil.
7272 (comint-replace-by-expanded-history)
7273 (comint-get-old-input-default, comint-show-output)
7274 (comint-backward-matching-input, comint-forward-matching-input)
7275 (comint-next-prompt, comint-previous-prompt): Use field
7276 properties if comint-use-prompt-regexp-instead-of-fields is nil.
7277 (comint-line-beginning-position): New function.
7278 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
7279 (comint-replace-by-expanded-history-before-point): Use
7280 comint-line-beginning-position and line-end-position.
7281 (comint-last-output-overlay): New variable.
7282 (comint-mode): Make `comint-last-output-overlay' buffer-local.
7283
7284 * shell.el (shell-prompt-pattern): Doc change.
7285 (shell-backward-command): Use line-beginning-position.
7286
7287 * gud.el (gud-gdb-complete-command): Use
7288 comint-line-beginning-position.
7289
7290 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
7291 comint-bol doesn't actually go to the beginning of the line.
7292
7293 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
7294 if comint-use-prompt-regexp-instead-of-fields is non-nil.
7295 (try-expand-line-all-buffers): Likewise.
7296
7297 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
7298 explicitly matching comint-prompt-regexp.
7299 (sql-copy-column): Use comint-line-beginning-position instead of
7300 explicitly matching comint-prompt-regexp.
7301
7302 * progmodes/octave-inf.el (inferior-octave-complete): Use
7303 comint-line-beginning-position.
7304
7305 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
7306
7307 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
7308 looking for a prompt, use `forward-line 0' instead of
7309 `beginning-of-line', to avoid getting caught by an input field.
7310
ff3d9573
GM
73112000-08-07 Gerd Moellmann <gerd@gnu.org>
7312
7313 * files.el (shell-quote-wildcard-pattern): Make sure to return
7314 PATTERN, in the Unix case.
7315
e0d8827b
EZ
73162000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
7317
7318 * play/zone.el (zone): Discard any pending input before running
7319 the randomly-chosen pgm.
7320
24d55b8f
KH
73212000-08-07 Kenichi Handa <handa@etl.go.jp>
7322
7323 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
7324 checking the existence of any multibyte characters.
7325
3d05e1ee
GM
73262000-08-06 Gerd Moellmann <gerd@gnu.org>
7327
6c4a4368
GM
7328 * help.el (describe-mode): Test minor-mode symbol for being
7329 bound before testing its value for being nil.
7330
3d05e1ee
GM
7331 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
7332 `first', `second', and `third'.
7333
7334 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
7335 (second): Make it an alias for `cadr'.
7336
6968a481
EZ
73372000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
7338
7339 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
7340 types of display support faces now.
7341
e49aa397
GM
73422000-08-05 Gerd Moellmann <gerd@gnu.org>
7343
7344 * pcvs.el (require): Require `cl' during compilation, only.
7345
7346 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
7347 (toplevel): Remove `remq' and `remove' from autoloads.
7348 (cl-fake-autoloads): New variable. If set, arrange for an error
7349 when CL functions etc. are autoloaded.
7350
588aca27
EZ
73512000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
7352
2e78d4ab
EZ
7353 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
7354
85628348
EZ
7355 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
7356 popped up, but the user clicks outside the menu, return an empty
7357 regexp (that causes unhighlight-regexp to have no effect).
7358
74f0e552
EZ
7359 * menu-bar.el (menu-bar-games-menu): Add Zone.
7360
588aca27
EZ
7361 * hi-lock.el (toplevel): Require font-lock.
7362
f4988be7
GM
73632000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7364
ba087cd7 7365 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
7366 (ebnf-8-bit-chars): New var for bug fix.
7367 (ebnf-string): Bug fix.
7368
027b73ac
SS
73692000-08-03 Sam Steingold <sds@gnu.org>
7370
7371 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
7372 instead of `buffer-string'.
7373 (require 'cl): Always, not just when compiling.
7374 `ignore-errors' in `interactive', `list*', `defun*' &c make this
7375 necessary.
7376
2f1fa038
EZ
73772000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
7378
7379 * international/mule-cmds.el (select-safe-coding-system): Make
7380 the message text about selecting a safe coding system more clear.
7381
ead53494
GM
73822000-08-02 Gerd Moellmann <gerd@gnu.org>
7383
abb2db1c
GM
7384 * hi-lock.el: New file.
7385
7386 * play/zone.el: New file.
7387
ead53494
GM
7388 * replace.el (occur): Set tab-width in the *Occur* buffer to the
7389 value of tab-width in the original buffer. Choose a line number
7390 format that's a multiple of the original buffer's tab width, so
7391 that lines appear right.
7392
7393 * textmodes/ispell.el (ispell): New function, replacing an alias.
7394 Spell-check active region if in transient-mark-mode and mark
7395 is active; otherwise spell-check buffer.
7396
73972000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7398
7399 * ps-mule.el: Fix a customization problem on
7400 ps-mule-font-info-database-default.
7401
f4a2b0a4
EZ
74022000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
7403
7404 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
7405 display-mouse-p instead of window-system.
7406 (ebrowse-member-mode-map): Ditto.
7407
b685181e
GM
74082000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7409
ba087cd7
EZ
7410 * progmodes/ebnf2ps.el: Update ps-print functions call.
7411 Indentation fix. Doc fix.
b685181e
GM
7412 (ebnf-version): New version number (3.2).
7413 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 7414
3b5fab87
EZ
74152000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
7416
032ebb29
EZ
7417 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
7418 font lock support on window-system.
7419 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
7420
3b5fab87
EZ
7421 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
7422 display-color-p, if fboundp, instead of window-system.
7423
7e2605e7
EZ
74242000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
7425
7426 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
7427 instead of window-system.
7428
7429 * wid-edit.el (widget-choose): Use display-mouse-p instead of
7430 window-system.
7431 (widget-choice-mouse-down-action): Use display-popup-menus-p
7432 instead of window-system.
7433
7434 * strokes.el (strokes-file): Run the file name through
7435 convert-standard-filename.
7436 (strokes-mode): Call display-mouse-p instead of looking at
7437 window-system. Change the error message accordingly.
7438
7439 * progmodes/cpp.el (toplevel): Support faces on tty's.
7440
7441 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
7442 (lm-plot-square, lm-init-display): Don't use window-system.
7443
7444 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
7445 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
7446
7447 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
7448 instead of looking at window-system.
7449
26119624
GM
74502000-07-30 Gerd Moellmann <gerd@gnu.org>
7451
7452 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
7453 of testing if iswitchb-prepost-hooks is bound, because the
7454 latter will always be true when invoking a recursive minibuffer
7455 from an active Iswitchb buffer.
7456
c90596f3
EZ
74572000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
7458
7459 * files.el (shell-quote-wildcard-pattern): New function.
7460 (insert-directory): Call it. Only prepend "\" to command on Unix
7461 and GNU/Linux systems.
7462
18925e78
GM
74632000-07-30 Gerd Moellmann <gerd@gnu.org>
7464
7465 * eshell/esh-groups.el: Change custom :link file names
7466 from `eshell.info' to `eshell'.
7467
74682000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
7469
7470 * dired.el (dired-build-subdir-alist): Expand subdirectory names
7471 correctly in recursive ange-ftp listings.
7472
74732000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7474
7475 * ps-print.el: Fix bug 1: if ps-font-size-internal,
7476 ps-header-font-size-internal and
7477 ps-header-title-font-size-internal variables are not set,
7478 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
7479 face text property is (foreground-color . COLOR) or
7480 `(background-color . COLOR)', ps-print crashes. Doc fix.
7481 (ps-print-version): New version number (5.2.4).
7482 (ps-plot-region): Code fix.
7483 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
7484 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
7485 Bug fix 2.
7486
74872000-07-30 Milan Zamazal <pdm@freesoft.cz>
7488
7489 * glasses.el (glasses-make-readable): Fix uncapitalization of
7490 identifiers like `myXMLDocument'.
7491
aeb4c63e
KF
74922000-07-28 Karl Fogel <kfogel@red-bean.com>
7493
18925e78
GM
7494 * mail/mail-hist.el (mail-hist-previous-input)
7495 (mail-hist-next-input): Do the obvious code factorization.
7496 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
7497 code of above two.
7498 If inserting a message body, leave point at top.
7499
9d453139
SS
75002000-07-28 Sam Steingold <sds@gnu.org>
7501
7502 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
7503 Use `<=', not `<' to compare times!
7504 (ange-ftp-ls): Remove.
9d453139 7505
b548072f
GM
75062000-07-27 Gerd Moellmann <gerd@gnu.org>
7507
27848c01
GM
7508 * play/cookie1.el: Add explanation of how to make cookie.el
7509 compatible with strfile(1) to comment.
7510
7511 * subr.el (remove, remq): New functions.
7512
3ab82477
GM
7513 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
7514 escape `*' in regexps.
7515 (midnight-find): Reverse order of arguments in the funcall of
7516 TEST.
7517
7518 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
7519 and `.class'.
7520
b548072f
GM
7521 * play/meese.el: Add Commentary section.
7522
27848c01
GM
75232000-07-27 Alex Schroeder <alex@gnu.org>
7524
7525 * sql.el (sql-ms): Added autoload cookie.
7526 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
7527 (sql-oracle): Ditto.
7528 (sql-help): Doc change.
7529
7530 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
7531 types and exceptions.
7532
75332000-07-27 Alex Schroeder <alex@gnu.org>
7534
7535 * sql.el (sql-placeholder-history): New variable.
7536 (sql-query-placeholders-and-send): New function that will query
7537 the user and replace placeholders with user input.
7538 (sql-oracle): If running on NT, set comint-input-sender to
7539 sql-query-placeholders-and-send.
7540
7541 (sql-stop): If in the SQLi buffer, insert stop notification, else
7542 present it as a message.
7543
75442000-07-27 Alex Schroeder <alex@gnu.org>
7545
7546 * sql.el (sql-input-ring-separator): Doc change.
7547 (sql-input-ring-file-name): Doc change.
7548 (sql-interactive-mode): Use `sql-input-ring-separator' and
7549 `sql-input-ring-file-name' to set the comint-mode equivalents
7550 without making them local variables.
7551 (sql-stop): Don't bind `sql-input-ring-separator' and
7552 `sql-input-ring-file-name' dynamically to their comint-mode
7553 equivalents.
7554
91ae8751
KH
75552000-07-27 Kenichi Handa <handa@etl.go.jp>
7556
7557 * international/mule.el (register-char-codings): New function.
7558 (make-coding-system): Handle `safe-chars' specification in the arg
7559 PROPERTY.
7560
7561 * international/mule-cmds.el
7562 (find-coding-systems-region-subset-p): This function deleted.
7563 (sort-coding-systems-predicate): New variable.
7564 (sort-coding-systems): New function.
7565 (find-coding-systems-region): Use
7566 find-coding-systems-region-internal.
7567 (find-coding-systems-string): Use find-coding-systems-region.
7568 (find-coding-systems-for-charsets): Check
7569 char-coding-system-table.
7570 (select-safe-coding-system-accept-default-p): New variable.
7571 (select-safe-coding-system): Mostly rewritten. New argument
7572 ACCEPT-DEFAULT-P.
7573 (select-message-coding-system): Call select-safe-coding-system
7574 with ACCEPT-DEFAULT-P arg.
7575 (reset-language-environment): Reset default-sendmail-coding-system
7576 to the default value iso-latin-1.
7577 (set-language-environment): Don't set the obsolete variable
7578 charset-origin-alist.
7579
7580 * international/codepage.el (cp-coding-system-for-codepage-1):
7581 Give `safe-chars' property to make-coding-system.
7582
7583 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
7584 calling select-message-coding-system twice.
7585
7586 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
7587 instead of `safe-charsets'.
7588 (cyrillic-alternativnyj): Likewise.
7589 (ccl-encode-alternativnyj): Don't check the charset
7590 cyrillic-iso8859-5.
7591
90cf4474
KH
75922000-07-27 Kenichi Handa <handa@etl.go.jp>
7593
7594 * composite.el (compose-chars-after): Preserve match data.
7595
a1f84f6d
SS
75962000-07-26 Sam Steingold <sds@gnu.org>
7597
7598 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
7599 (ange-ftp-real-file-newer-than-file-p): New function.
7600 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
7601 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
7602
7603 * tooltip.el (tooltip-float-time): Removed (use `float-time').
7604 * midnight.el (midnight-float-time): Ditto.
7605
e092928e
AS
76062000-07-26 Andreas Schwab <schwab@suse.de>
7607
7608 * files.el (normal-backup-enable-predicate): Correct
7609 interpretation of the return value of compare-strings.
7610
7465ebef
GM
76112000-07-26 Gerd Moellmann <gerd@gnu.org>
7612
3353ef5a
GM
7613 * isearch.el (isearch-resume): New function.
7614 (isearch-done): Add something to command-history to resume
7615 the search.
7616 (isearch-yank-line, isearch-yank-word): Use
7617 buffer-substring-no-properties instead of buffer-substring.
7618
7465ebef
GM
7619 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
7620 of flyspell-mouse-map.
7621
7622 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
7623 duplicate definition.
7624 (makefile-mode): Remove duplicate setting of local-abbrev-table.
7625
7626 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
7627 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
7628
5044b74a
SS
76292000-07-25 Sam Steingold <sds@gnu.org>
7630
25759a92
SS
7631 * net/ange-ftp.el: Get modtime over the net.
7632 (ange-ftp-file-modtime): New function.
a95cb10a
GM
7633 (ange-ftp-write-region, ange-ftp-insert-file-contents)
7634 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
7635 Use it.
7636 (ange-ftp-dot-to-slash): New function.
7637 (ange-ftp-fix-name-for-vms): Use it.
7638
5044b74a
SS
7639 * midnight.el (midnight-buffer-display-time): Use
7640 `with-current-buffer'.
7641
5dcfb3f4
GM
76422000-07-25 Gerd Moellmann <gerd@gnu.org>
7643
7644 * find-dired.el: Update copyright notice.
7645 (find-dired): Offer to kill a running `find'.
7646
7647 * enriched.el (enriched-face-ans): For a `foreground-color'
7648 property, return '(("x-color" COLOR))' so that COLOR will be
7649 output as a parameter of the x-color annotation. Likewise for the
7650 `background-color' property. In the case of normal face
7651 properties, don't return annotations for unspecified foreground
7652 and background face attributes.
7653
8c662166
KH
76542000-07-25 Kenichi Handa <handa@etl.go.jp>
7655
7656 * language/japan-util.el (japanese-katakana-region): Fix handling
7657 HANKAKU argument.
7658
c28da489
MB
76592000-07-25 Miles Bader <miles@gnu.org>
7660
7661 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
7662 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
7663 constrain-to-field.
7664
ad349719
AI
76652000-07-24 Andrew Innes <andrewi@gnu.org>
7666
7667 * timer.el (timer-activate-when-idle): Add optional parameter
7668 DONT-WAIT. Update docstring.
7669 (run-with-idle-timer): Specify extra parameter to
7670 timer-activate-when-idle, so that timer will be activated
7671 immediately if Emacs is already idle.
7672
7673 * w32-fns.el (w32-using-nt): Fix docstring.
7674
c95162f5
DL
76752000-07-24 Dave Love <fx@gnu.org>
7676
7677 * mouse.el (popup-menu): Set last-command-event.
7678 (mouse-major-mode-menu-prefix): Declare.
7679
e3c31fd5
GM
76802000-07-24 Gerd Moellmann <gerd@gnu.org>
7681
7682 * textmodes/flyspell.el: Update to author's version 1.5d.
7683
7684 * progmodes/hideshow.el: Update copyright notice.
7685
7686 * vcursor.el: Set maintainer to FSF, since author cannot
7687 be reached.
7688
7636d2a3
EZ
76892000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
7690
fbe0a958
EZ
7691 * info.el (Info-goto-emacs-key-command-node): Leave a space after
7692 the prompt.
7693
7636d2a3
EZ
7694 * mouse.el (popup-menu): Run the keymap through indirect-function,
7695 in case it was defined with define-prefix-key. If the menu is a
7696 list of keymaps, look up the binding of user's choice in each one
7697 of the keymaps.
7698 (mouse-popup-menubar): If the global and local menu-bar keymaps
7699 don't have a prompt string, create one and insert it into the
7700 keymap. Don't barf if current-local-map returns nil.
7701
e024b101
GM
77022000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
7703
7704 * dired.el (dired-sort-R-check): Added to allow recursive listing
7705 to be undone.
7706 (dired-sort-other): Use it.
7707
7972fcfc
GM
77082000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7709
e024b101 7710 * Release of cc-mode 5.27
7972fcfc
GM
7711
77122000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7713
7714 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
7715 c-beginning-of-statement-1 that caused a bad case of recursion
7716 which could consume a lot of CPU in large classes in languages
7717 that have in-expression classes (i.e. Java and Pike).
7718
7719 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
7720 statements before top level constructs (i.e. case 6 is moved
7721 before case 5 and is now case 4) to catch in-expression
7722 classes in top level expressions correctly.
7723
77242000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7725
7726 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
7727 objc-method-intro. Case 4 removed and case 5I added.
7728
7729 * cc-langs.el (c-append-paragraph-start): New variable used by
7730 c-common-init to get paragraph-start correct.
7731 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
7732 initialize paragraph-start to make it correct both with and
7733 without the javadoc special case.
7734
7735 * cc-mode.el (java-mode): Use c-append-paragraph-start to
7736 initialize paragraph-start for javadoc markup.
7737
7738 * cc-vars.el (c-style-variables-are-local-p): Incompatible
7739 change by defaulting this to t. It's motivated by the
7740 confusing behavior that otherwise arise from the style system
7741 when editing both java and non-java files at the same time
7742 (see the comments about style setting in c-common-init).
7743
77442000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7745
7746 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
7747 similar to the one in c-fill-paragraph to check the fill
7748 prefix from the adaptive fill function for sanity.
7749
77502000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7751
7752 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
7753 defun block.
7754
77552000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7756
5044b74a 7757 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
7758
77592000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7760
7761 * cc-align.el (c-lineup-multi-inher): Handle lines with
7762 leading comma nicely. Extended to handle member initializers
7763 too.
7764
e024b101 7765 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
7766 c-guess-basic-syntax): Fixed recognition of inheritance lists
7767 when the lines begins with a comma.
7768
5044b74a 7769 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
7770
7771 * cc-vars.el (c-offsets-alist): Changed default for
7772 member-init-cont to c-lineup-multi-inher since it now handles
7773 member initializers and indents better for leading commas.
7774
77752000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7776
7777 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
7778 handling that caused class open lines to be recognized as
7779 statement-conts in some cases.
7780
7781 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
7782 guessed by the adaptive fill function unless point is on the
7783 first line of a block comment.
7784
7785 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
7786 when the buffer ends with a macro continuation char.
7787
7788 * cc-engine.el (c-guess-basic-syntax): Added support for
7789 function definitions as statements in Pike. The first
7790 statement in a lambda block is now labeled defun-block-intro
7791 instead of statement-block-intro.
7792
7793 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
7794 so that the class surrounding point is selected, not the one
7795 innermost in the state.
7796
7797 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
7798 recognition of switch labels having hanging multiline
7799 statements.
7800
7801 * cc-engine.el (c-beginning-of-member-init-list): Broke out
7802 some code in c-guess-basic-syntax to a separate function.
7803 * cc-engine.el (c-just-after-func-arglist-p): Fixed
7804 recognition of member inits with multiple line arglists.
7805 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
7806 member-init-cont when the commas are in funny places.
7807
78082000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7809
7810 * cc-defs.el (c-auto-newline): Removed this macro since it's
7811 not used anymore.
7812
7813 * cc-engine.el (c-looking-at-bos): New helper function.
7814 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
7815 inexpr and toplevel classes apart in Pike.
7816
7817 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
7818 of case 9A.
7819
7820 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
7821 constant, since "class" can introduce an in-expression class
7822 in Pike nowadays.
7823
78242000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7825
7826 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
7827 indentation on cpp-macro lines.
7828
7829 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
7830 a syntax modifier like comment-intro, to make it possible to
7831 get syntactic indentation for preprocessor directives. It's
7832 incompatible wrt to lineup functions on cpp-macro, but it has
7833 no observable effect in the 99.9% common case where cpp-macro
7834 is set to -1000.
7835
78362000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7837
7838 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
7839 member-init-cont when the preceding arglist is several lines.
7840
78412000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7842
7843 * cc-styles.el (c-style-alist): The basic offset for the BSD
7844 style corrected to 8.
7845
78462000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7847
7848 * cc-styles.el (c-style-alist): Adjusted the indentation of
7849 brace list openers in the gnu style.
7850
78512000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7852
7853 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
7854
7855 * cc-cmds.el (c-electric-brace, c-electric-slash,
7856 c-electric-star, c-electric-semi&comma, c-electric-colon,
7857 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
7858 when c-syntactic-indentation is nil.
7859
7860 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
7861 we were left at comments preceding the first statement when
7862 reaching the beginning of the buffer.
7863
7864 * cc-vars.el (c-syntactic-indentation): New variable to turn
7865 off all syntactic indentation.
7866
78672000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7868
7869 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
7870 between the text and the block comment ender when it hangs,
7871 depending on how many there are before the fill.
7872
78732000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7874
7875 * cc-engine.el (c-beginning-of-closest-statement): New helper
7876 function to go back to the closest preceding statement start,
7877 which could be inside a conditional statement.
7878 * cc-engine.el (c-guess-basic-syntax): Use
7879 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
7880
7881 * cc-engine.el (c-guess-basic-syntax): Better handling of
7882 arglist-intro, arglist-cont-nonempty and arglist-close when
7883 the arglist is nested inside parens. Cases 7A, 7C and 7F
7884 changed.
7885
7886 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
7887 up-to-date with javadoc 1.2.
7888
78892000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7890
7891 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
7892 multiline Pike type decls.
7893
78942000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7895
7896 * cc-cmds.el (c-indent-new-comment-line): Always break
7897 multiline comments in multiline mode, regardless of
7898 comment-multi-line.
7899
79002000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7901
7902 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
7903 fully::qualified::names in C++ member init lists. Preamble in
7904 case 5D changed.
7905
79062000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7907
7908 * cc-langs.el (c-common-init): Handling of obsolete variables
7909 moved to c-initialize-cc-mode. More compatible style override
7910 when using global style variables.
7911 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
7912 variables moved here.
7913
e024b101 7914 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
7915 c-special-indent-hook as a style variable. Don't talk about
7916 doing (c-make-styles-buffer-local t) in a mode hook, since
7917 that's already too late to work right.
5044b74a 7918
7972fcfc
GM
7919 * cc-styles.el (c-make-styles-buffer-local): Flag style
7920 variable localness in c-style-variables-are-local-p to make
7921 the compatibility measure in c-common-init work well.
7922
7923 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
7924 longer contain set-from-style.
7925 * cc-styles.el (c-initialize-builtin-style): Don't check for
7926 set-from-style on c-special-indent-hook.
7927 * cc-styles.el (c-copy-tree): Obsolete. The standard function
7928 copy-alist is sufficient now.
7929
7930 * cc-styles.el (c-set-style, c-set-style-1,
7931 c-get-style-variables): Fixes to variable initialization so
7932 that duplicate entries in styles have the same effect
7933 regardless of DONT-OVERRIDE.
7934
7935 * cc-styles.el (c-set-style-2): Fixed bug where the
7936 initialization of inheriting styles failed when the
7937 dont-override flag is set.
7938
7939 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
7940 on this.
7941
79422000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7943
7944 * cc-defs.el (c-forward-comment): Removed the workaround
7945 introduced in 5.38 since it had worse side-effects. If a line
7946 contains the string "//\"", it regarded the // as a comment
7947 start since the \ temporarily doesn't have escape syntax.
7948
79492000-07-17 Emmanuel Briot <briot@act-europe.fr>
7950
7951 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
7952 ada-xref.el before ada-prj.el, so that the Project menu is created
7953 when ada-prj tries to add to it.
7954 (ada-activate-keys-for-case): Suppress the characters that are not
7955 part of the Ada syntax. Better compatibility with else-mode
7956 (ada-adjust-case-interactive): When auto-casing is not active,
7957 correctly insert newlines (used to insert only ^M). Prevent the
7958 syntax table from being changed in case of an error
814299a7 7959 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
7960 Do nothing if ada-auto-case is nil.
7961 (ada-after-keyword-p): Ignore keywords that are also attributes
7962 (ada-batch-reformat): Update usage comment
7963 (ada-call-from-contextual-menu): New function
7964 (ada-case-read-exceptions): Reinitialize the casing exception list
7965 first to nil first, so that the casing exception file can be
7966 shared.
7967 (ada-check-defun-name): Handles "configure" keyword for gnatdist
7968 files.
7969 (ada-compile-goto-error): Fix regexp used to detect a file:line
7970 anywhere in the error message
7971 (ada-contextual-menu-last-point): New variable
7972 (ada-create-keymap): If the variable delete-key-deletes-forward is
7973 t on XEmacs, it means that DEL should delete one character
7974 forward.
7975 (ada-create-menu): Use :included instead of :visible for XEmacs.
7976 New submenu "Options".
7977 (ada-end-stmt-re): Correctly indent "select ... then abort"
7978 statements.
7979 (ada-fill-comment-paragraph): Correctly delete all leading '--'
7980 even if they don't match ada-fill-comment-prefix Fix handling of
7981 paragraphs on the first or last line of a file.
7982 (ada-format-paramlist): Fix handling of default parameter values.
7983 (ada-get-body-name): New function.
7984 (ada-get-current-indent): Optimized by searchling directly for an
7985 existing generic part or a statement outside of it. Handle
7986 ada-indent-align-comments when indenting comments Replaced some
7987 regexps by testing directly the next character. This results in a
7988 huge speedup on some files. New indentation scheme for renames
7989 statements. Stop looking for the 'while' or 'for' associated with
7990 a 'loop' at the first semicolon encountered. A "return" can also
7991 match an anonymous access subprogram declaration.
7992 (ada-get-indent-noindent): Ignore strings and comments when
7993 looking for the keywords "record" and "private".
7994 (ada-goto-matching-decl-start): When matching "if", make sure we
7995 are not in fact seeing "end if". Ignore "when" statements except
7996 when initial keyword was "begin". Fix handling of nested
7997 procedures. Add a recursive call to this function to skip over
7998 other 'end' statmts. Fix indentation for "when .. => begin"
7999 (ada-in-open-paren-p): Fix indentation for complex boolean
8000 expressions, where 'and then', 'or else' and parenthesis
8001 statements are mixed up.
8002 (ada-in-paramlist-p): Skip comments while searching for the
8003 beginning Fix handling of operator declarations.
8004 (ada-indent-align-comments): New variable
8005 (ada-indent-current): Change the syntax table only in the
8006 protected section, so that we are sure it is restored correctly.
8007 (ada-indent-on-previous-lines): Use ada-use-indent and
8008 ada-with-indent Correctly indent "select ... then"
8009 (ada-indent-region): Slight speedup.
8010 (ada-indent-renames): New variable.
8011 (ada-last-which-function-subprog, ada-last-which-function-line):
8012 New variables
8013 (ada-looking-at-semi-private): Correctly indent the 'private'
8014 keyword when it is the first word in a package declaration.
8015 (ada-loose-case-word): Stop searching if at the end of the buffer.
8016 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
8017 even if point is not initially at the end of the word.
8018 (ada-matching-decl-start-re): Add "when".
8019 (ada-mode): Add support for abbrev-mode, outline-mode and
8020 which-func-mode Override the old find-file.el entry in
8021 ff-special-constructs since it is using the obsolete
8022 ada-spec-suffix variable
8023 (ada-no-auto-case): New function
8024 (ada-scan-paramlist): When parsing the argument type, accept
8025 spaces (as in "X 'Class", generated by Rational Rose).
8026 (ada-other-file-name): No longer loads the other file.
8027 (ada-popup-menu): Save and restore the current buffer and cursor
8028 position before and after displaying the menu.
8029 (ada-search-ignore-complex-boolean): New function.
8030 (ada-uncomment-region): Emacs21 already knows how to delete
8031 comments not starting in the first column.
8032 (ada-use-indent): New variable
8033 (ada-which-function): New function.
8034 (ada-with-indent): New variable
8035 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
8036 can be batch-compiled from the command line.
8037
8038 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
8039 Add to the menu when the file is loaded, not in ada-mode-hook.
8040 Add -toolbar to the default ddd command Switches moved from
8041 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
8042 ada-prj-default-comp-opt
8043 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
8044 Reference Manual to the menu
8045 (ada-check-current): rewritten as a call to ada-compile-current
8046 (ada-compile): Removed.
8047 (ada-compile-application, ada-compile-current, ada-check-current):
8048 Set the compilation-search-path so that compile.el automatically
8049 finds the sources in src_dir. Automatic scrollong of the
8050 compilation buffer. C-uC-cC-c asks for confirmation before
8051 compiling
8052 (ada-compile-current): New parameter, prj-field
8053 (ada-complete-identifier): Load the .ali file before doing
8054 processing
8055 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
8056 conform to gnatmake's behavior.
8057 (ada-find-file-in-dir): New function
8058 (ada-find-references): Set the environment variables for gnatfind
8059 (ada-find-src-file-in-dir): New function.
8060 (ada-first-non-nil): Removed
8061 (ada-gdb-application): Add support for jdb, the java debugger.
8062 (ada-get-ada-file-name): Load the original-file first if not done
8063 yet.
8064 (ada-get-all-references): Handles the new ali syntax (parent types
8065 are found between <>).
8066 (ada-initialize-runtime-library): New function
8067 (ada-mode-hook): Always load a project file when a file is opened,
8068 so that the casing exceptions are correctly read.
8069 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
8070 (ada-parse-prj-file): Use find-file-noselect instead of find-file
8071 to open the project file, since the latter does not work with
8072 speedbar Get default values before loading the prj file, or the
8073 default executable file name is wrong. Use the absolute value of
8074 src_dir to initialize ada-search-directories and
8075 compilation-search-path,... Add the standard runtime library to
8076 the search path for find-file.
8077 (ada-prj-default-debugger): Was missing an opening '{'
8078 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
8079 variables.
8080 (ada-prj-default-gnatmake-opt): New variable
8081 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
8082 buffers, the project file is the default one Save the windows
8083 configuration before displaying the menu.
8084 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
8085 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
8086 ...) regexp-quote identifiers names to support operators +,
8087 -,... in regexps.
8088 (ada-remote): New function.
8089 (ada-run-application): Erase the output buffer before starting the
8090 run Support remote execution of the application. Use
8091 call-process, or the arguments are incorrectly parsed
8092 (ada-set-default-project-file): Reread the content of the active
8093 project file, not the one from the current buffer When a project
8094 file is set as the default project, all directories are
8095 automatically associated with it.
8096 (ada-set-environment): New function
8097 (ada-treat-cmd-string): New special variable ${current}
8098 (ada-treat-cmd-string): Revised. The substitution is now done for
8099 any ${...} substring
8100 (ada-xref-current): If no body was found, compiles the spec
8101 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
8102 compiler to get rid of command line length limitations.
8103 (ada-xref-get-project-field): New function
8104 (ada-xref-project-files): New variable
8105 (ada-xref-runtime-library-specs-path)
8106 (ada-xref-runtime-library-ali-path): New variables
8107 (ada-xref-set-default-prj-values): Default run command now does a
8108 cd to the build directory. New field: main_unit Provide a default
8109 file name even if the current buffer has no prj file.
8110
8111 * ada-prj.el:
8112 Rewritten to show a tabbed-dialog.
8113 (ada-prj-add-ada-menu): Remove the map and name parameters.
8114 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
8115 New function
8116 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
8117 (ada-prj-load-from-file): New function
8118 (ada-prj-save): Always save fields that depend on the current buffer
8119 (ada-prj-show-value): New function
5044b74a 8120
7972fcfc
GM
8121 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
8122 Ada mode. This will allow us to display the Ada menu in any buffer
8123 we want (for project items).
8124 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
8125 number of spaces in the header.
5044b74a 8126
8730a8da
DL
81272000-07-24 Dave Love <fx@gnu.org>
8128
8129 * ediff-init.el (ediff-region-help-echo): Bind face-help.
8130
db3ca487
NF
81312000-07-23 Noah Friedman <friedman@splode.com>
8132
ad953485
NF
8133 * type-break.el (type-break): perform autosave.
8134 Suggested by Stephen Gildea <gildea@intouchsys.com>.
8135 (type-break-do-query): Cancel query schedule while performing
8136 actual query, to avoid possibility of a second query being made
8137 while first one is already in progress.
8138 (type-break-time-stamp-format): New variable.
8139 (type-break-time-stamp): New function.
8140 (type-break-time-warning): Use it.
8141 (type-break-keystroke-warning): Use it.
8142 (type-break-noninteractive-query): Use it.
8143
03a9c6d0
NF
8144 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
8145 cookie.
8146 Use add-minor-mode to set minor-mode-alist, if available.
8147 (eldoc-echo-area-use-multiline-p): New user option.
8148 (eldoc-echo-area-multiline-supported-p): New variable.
8149 (eldoc-docstring-format-sym-doc): Use them.
8150 (eldoc-mode): If not using idle timers, append to local post and
8151 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
8152 (eldoc-display-message-no-interference-p): Don't interfere with
8153 edebug.
8154 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
8155 (eldoc-function-arglist): New function.
8156 (eldoc-function-argstring): Use it.
8157
db3ca487
NF
8158 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
8159 auto save directory exists before calling directory-files.
8160
f7ad1899
DL
81612000-07-23 Dave Love <fx@gnu.org>
8162
8163 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
8164 ^o, ^u.
8165
43e764c9
DL
81662000-07-21 Dave Love <fx@gnu.org>
8167
475de6f4
DL
8168 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
8169 now passed to the function. It now works properly.
8170
43e764c9
DL
8171 * smerge-mode.el (smerge-mode-menu): Fill it out.
8172
e8bea4c0
GM
81732000-07-20 Gerd Moellmann <gerd@gnu.org>
8174
8175 * info-look.el (info-lookup): If *info* is shown in another frame
8176 on the same display, select that frame, instead of switching to
8177 the Info buffer in another window of the selected frame.
8178
8179 * simple.el (universal-argument-map): Bind numeric keypad keys
8180 kp-0 to kp-9 and kp-subtract.
8181 (digit-argument): Handle these keys.
8182
bc75b4fd
DL
81832000-07-20 Dave Love <fx@gnu.org>
8184
8185 * net/goto-addr.el (goto-address-fontify): Don't bother with
8186 buffer-modified and read-only stuff -- irrelevant with overlays.
8187 Put an extra property on the overlays and use it to clean up in
8188 case goto-address is re-run.
8189
8b7bc628
RS
81902000-07-19 Richard M. Stallman <rms@gnu.org>
8191
18e21ce8
RS
8192 * timer.el (run-with-idle-timer): Doc fix.
8193
db3ca487 8194 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
8195 Handle case where <...> appears inside "...".
8196 Use replace-match to edit the string more simply.
8197 (rmail-dont-reply-to): Cope with an unmatched ".
8198
50575ec2
DL
81992000-07-19 Dave Love <fx@gnu.org>
8200
8201 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
8202 implementation.
8203
8204 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
8205 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
8206 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
8207
4279296d
GM
82082000-07-19 Gerd Moellmann <gerd@gnu.org>
8209
47db06aa
GM
8210 * textmodes/refer.el: Correct maintainer's email address.
8211
8212 * progmodes/hideif.el: Correct author's email address.
8213 Fix typo in comment.
8214
8215 * xml.el: New file.
8216
4279296d
GM
8217 * mail/mailheader.el: Correct author's mail address.
8218
8219 * gnus/parse-time.el: Correct author's mail address.
8220
47db06aa 82212000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
8222
8223 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
8224 New user options.
8225 (comint-input-ring-file-name): Change custom type.
8226 (comint-mode-map): Bind mouse-2.
8227 (comint-insert-clicked-input): New function.
8228 (comint-send-input): Handle input highlighting.
8229
21ad0f7b
SM
82302000-07-18 Stefan Monnier <monnier@cs.yale.edu>
8231
8232 * mouse.el (popup-menu): New function.
8233 (mouse-major-mode-menu): Use it.
8234
3b33a005
DL
82352000-07-18 Dave Love <fx@gnu.org>
8236
8237 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
8238 improvements.
8239
dc1cac59
GM
82402000-07-18 Gerd Moellmann <gerd@gnu.org>
8241
21ad0f7b 8242 * faces.el (face-font-selection-order)
dc1cac59 8243 (face-font-family-alternatives): Add custom type.
db3ca487 8244
f8276b77
DL
82452000-07-18 Dave Love <fx@gnu.org>
8246
8247 * cus-edit.el (custom-variable-reset-saved)
8248 (custom-variable-reset-standard): Remove unused bindings.
8249
8250 * rect.el (open-rectangle-line): Remove unused let.
8251
8252 * hl-line.el (hl-line-highlight): Check hl-line-mode.
8253
3d6cd763
GM
82542000-07-18 Gerd Moellmann <gerd@gnu.org>
8255
8256 * cdl.el: Fix `Maintainer' keyword.
8257
8258 * play/pong.el: Add author's email address.
8259
34342a07
SS
82602000-07-17 Sam Steingold <sds@gnu.org>
8261
8262 * files.el (insert-directory): Call `split-string' instead of
8263 re-implementing it.
8264
088831a6
GM
82652000-07-18 Gerd Moellmann <gerd@gnu.org>
8266
8267 * mail/vms-pmail.el: Change maintainer to FSF.
8268
8269 * net/goto-addr.el: Change maintainer to FSF.
8270
088831a6 8271 * info.el (Info-title-face-alist): Removed.
db3ca487 8272
c152047f
GM
82732000-07-18 David Ponce <david@dponce.com>
8274
8275 * recentf.el (recentf-open-files): New command that works like
8276 `recentf-open-more-files', but shows the whole list of files (not just
8277 those omitted from the menu). Useful if you don't use a menu-bar!
8278 (recentf-open-more-files) Modified to use `recentf-open-files'.
8279
8280 (recentf-open-files, recentf-open-more-files)
8281 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
8282
8283 (recentf-dialog-mode): New mode for dialogs. You can now just type
8284 "q" to cancel the dialogs.
8285
82862000-07-18 David Ponce <david@dponce.com>
8287
8288 * recentf.el: This is a major update of recentf.el. It adds new
8289 features to better organize the recentf menu and "More..." buffer.
8290
8291 Using new provided menu filtering functions you can now organize the
8292 recent files list:
8293
8294 - by major modes
8295 - by directories
8296 - by user defined rules
8297
8298 Finally, with the new `recentf-filter-changer' customizable filter you
8299 can define a ring of filters and dynamically (via the menu) cycle on
8300 each menu organization in the ring (a la msb).
8301
68be2869
EZ
83022000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
8303
8304 * eshell/eshell.el (eshell): Replace links to eshell.info with
8305 links to eshell, to avoid problems on systems where the manual is
8306 installed as `eshell'.
8307 * eshell/esh-cmd.el (eshell-cmd): Ditto.
8308 * eshell/em-smart.el (eshell-smart): Ditto.
8309 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 8310 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
8311
8312 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
8313 same-file check in the MS-DOS version (it does support inodes).
8314
8315 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
8316
21ad0f7b
SM
8317 * eshell/eshell.el (eshell-directory-name):
8318 Run default directory name through convert-standard-filename.
68be2869 8319
269b4dcb
KH
83202000-07-18 Kenichi Handa <handa@etl.go.jp>
8321
21ad0f7b
SM
8322 * international/mule-cmds.el (select-safe-coding-system):
8323 Fix typo in the comment.
240a16cf 8324
21ad0f7b
SM
8325 * language/european.el (compound-text):
8326 Force katakana-jisx0201 to be designated to G1.
aa96c820 8327
21ad0f7b
SM
8328 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
8329 Don't translate some national variant characters of latin-jisx0201.
aa96c820 8330 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 8331
269b4dcb
KH
8332 * international/kkc.el (kkc-after-update-conversion-functions):
8333 New variable.
8334 (kkc-update-conversion): Run functions in it at the tail.
8335
68be2869 83362000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 8337
21ad0f7b
SM
8338 * lisp/align.el (align-newline-and-indent):
8339 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
8340 (align-region): Fixed badly formatted minibuffer message.
8341
7a3fd467
KH
83422000-07-17 Kenichi Handa <handa@etl.go.jp>
8343
21ad0f7b 8344 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
8345 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
8346 the conversion list at first if appropriate.
8347 (kkc-next): Don't update kkc-next-count here.
8348 (kkc-prev): Don't update kkc-prev-count here.
8349 (kkc-show-conversion-list-update): Fix setting up of conversion
8350 list message.
8351
a45423d8
SM
83522000-07-16 Stefan Monnier <monnier@cs.yale.edu>
8353
088831a6 8354 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 8355
91a38db1
DL
83562000-07-16 Dave Love <fx@gnu.org>
8357
8358 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
8359 function to be more specific.
8360
8361 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
8362 non-string help-echo.
8363 (widget-types-convert-widget): Defsubst it.
8364 (widget-echo-help): Try to cope with a help-echo function of two
8365 possible sorts.
8366
3fddcdc3
JR
83672000-07-15 Jason Rumney <jasonr@gnu.org>
8368
8369 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
8370 Declare as obsolete.
8371
8372 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
8373
bd23a692
GM
83742000-07-14 Gerd Moellmann <gerd@gnu.org>
8375
8376 * hilit-chg.el: Fix typo.
8377
d4af987a
DL
83782000-07-14 Dave Love <fx@gnu.org>
8379
8380 * info.el (Info-mode-menu): Fix use of :help, :enable.
8381
3a4f3f86
SM
83822000-07-14 Stefan Monnier <monnier@cs.yale.edu>
8383
8384 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
8385
cf6936a4
DL
83862000-07-13 Dave Love <fx@gnu.org>
8387
4d6d04b5
DL
8388 * emacs-lisp/easymenu.el: Doc fixes.
8389 (easy-menu-remove): Defalias to ignore.
8390
cf6936a4
DL
8391 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
8392 Call throw correctly.
8393
56437999
GM
83942000-07-13 Gerd Moellmann <gerd@gnu.org>
8395
8396 * faces.el (frame-background-mode): Doc fix.
8397
8398 * simple.el (eval-expression-print-length): Change custom type to
8399 allow entering nil as value.
8400
d04a3972
DL
84012000-07-13 Dave Love <fx@gnu.org>
8402
3a4f3f86
SM
8403 * progmodes/fortran.el (fortran-imenu-generic-expression):
8404 Change definition layout.
a8189dfe
DL
8405 (fortran-mode-menu): Reinstate customize entries.
8406
d04a3972
DL
8407 * cus-edit.el (custom-group-menu-create, customize-menu-create):
8408 Use :filter, per old XEmacs code.
8409
4bf4fb05
GM
84102000-07-12 Gerd Moellmann <gerd@gnu.org>
8411
8412 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
8413 event when deciding what to send to the terminal.
8414
37328bcd
DL
84152000-07-12 Dave Love <fx@gnu.org>
8416
8417 * cus-start.el: Add optional version as 4th element of specs and
8418 use it for several things new in v21. Remove load-path. Fix type
8419 of line-number-display-limit.
8420
89492072
DL
84212000-07-11 Dave Love <fx@gnu.org>
8422
3a4f3f86
SM
8423 * progmodes/fortran.el: Don't require easymenu.
8424 Use repeat counts in various regexps.
315aa1de
DL
8425 (fortran-mode-syntax-table): Defvar directly.
8426 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
8427 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
8428 Use defvar, not defconst.
8429 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
8430 (fortran-mode): Set fortran-comment-line-start-skip,
8431 fortran-comment-line-start-skip, dabbrev-case-fold-search.
8432 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
8433 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
8434 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
8435 (fortran-comment-region, fortran-electric-line-number): Simplify.
8436 (fortran-auto-fill): New function.
8437 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
8438 (fortran-find-comment-start-skip):
8439 Check for non-null comment-start-skip.
8440 (fortran-auto-fill-mode, fortran-fill-statement):
8441 Use fortran-auto-fill.
315aa1de 8442 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 8443 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 8444
89492072
DL
8445 * widget.el (widget-plist-member): New alias.
8446
d55ead18
EZ
84472000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
8448
8449 * eshell/esh-module.el (toplevel): Reference
8450 byte-compile-current-file only if it is bound.
8451
e82a2a05
GM
84522000-07-10 Gerd Moellmann <gerd@gnu.org>
8453
8454 * dired.el: Don't require `dired-aux'.
8455
1fc7fb2b
MB
84562000-07-10 Miles Bader <miles@lsi.nec.co.jp>
8457
8458 * dired-aux.el (dired-show-file-type): New function.
8459 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
8460 (dired-show-file-type): Add autoload.
8461
ab49ce15
KH
84622000-07-10 Kenichi Handa <handa@etl.go.jp>
8463
8464 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 8465 change of fontset-info.
ab49ce15
KH
8466 (print-fontset): Likewise.
8467
f45aab65
SM
84682000-07-09 Stefan Monnier <monnier@cs.yale.edu>
8469
8470 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
8471
2f72fd2f
GM
84722000-07-07 Gerd Moellmann <gerd@gnu.org>
8473
e82a2a05 8474 * bindings.el: Bind `[delete]' to delete-char.
965522f5 8475
2f72fd2f
GM
8476 * dired.el (dired-find-alternate-file): New function.
8477 (dired-mode-map): Bind `a' to dired-find-alternate-file.
8478 (toplevel): Require dired-aux when compiling.
8479 (dired-buffers): Move defvar within file to avoid compiler warning.
8480
8481 * info.el (Info-last-search): Variable removed.
8482 (Info-search-history): New variable.
8483 (Info-search): New Info-search-history.
8484
8485 * battery.el, info-look.el: Change author's mail address.
8486
965522f5 84872000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 8488
965522f5
GM
8489 * mail/rmail.el (rmail-clear-headers): Don't throw an error
8490 if rmail-ignored-headers is nil.
8491 (rmail-retry-failure): Bind rmail-ignored-headers and
8492 rmail-displayed-headers to nil.
8493
dd8888a1
GM
84942000-07-06 Gerd Moellmann <gerd@gnu.org>
8495
e5c81191
GM
8496 * lpr.el (lpr-page-header-switches): Add `-h' switch.
8497 (print-region-1): Don't hard code `-h' here.
8498
dd8888a1
GM
8499 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
8500
e5c81191
GM
85012000-07-01 Francesco Potorti` <pot@gnu.org>
8502
8503 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
8504 exim can use "your message" instead of "the message".
34342a07 8505
f45aab65
SM
85062000-07-06 Stefan Monnier <monnier@cs.yale.edu>
8507
8508 * facemenu.el: Docstrings fixes.
8509 (facemenu-get-face): Don't use internal-find-face.
8510 (facemenu-iterate): Rename arg to match the docstring.
8511
8512 * newcomment.el (uncomment-region): Be more careful when skipping
8513 backwards over `=' not to bump into BOBP.
8514
d396e521 85152000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 8516
dd8888a1
GM
8517 * ediff-diff.el (ediff-wordify): Use syntax table.
8518 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 8519 ediff-color-display-p.
dd8888a1 8520 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
8521 from defsubst.
8522 Got rid of special cases for NeXT and OS/2.
dd8888a1 8523 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 8524 face.
34342a07 8525
5e2dfaa4
SM
85262000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8527
8528 * emacs-lisp/lucid.el: Require CL.
8529 (copy-tree, remprop): Remove, it's provided by CL.
8530 (map-keymap): Define in terms of cl-map-keymap.
8531 (extent-property, set-extent-end-glyph): New functions.
8532
8533 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
8534
d5c5cddd
GM
85352000-07-05 Gerd Moellmann <gerd@gnu.org>
8536
485266d0
GM
8537 * Makefile.in (DONTCOMPILE): Add comment that the name may
8538 not be changed without changing the make-dist script.
8539
5e2dfaa4 8540 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 8541 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 8542
e2c46326
AI
85432000-07-05 Andrew Innes <andrewi@gnu.org>
8544
8545 * makefile.nt: Add support for `bootstrap' and related targets.
8546
a027a91b
SM
85472000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8548
8549 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
8550 (easy-menu-do-define): Use `menu-item' format.
8551 Handle case where easy-menu-create-menu returns a symbol.
8552 Manually call the potential top-level filter in the function binding.
8553 (easy-menu-filter-return): New arg NAME.
8554 Convert to a keymap if MENU is an XEmacs menu.
8555 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
8556 (easy-menu-converted-items-table, easy-menu-convert-item):
8557 New var and fun to memoize easy-menu-convert-item-1.
8558 (easy-menu-do-add-item): Use it.
8559 (easy-menu-create-menu): Use easy-menu-convert-item.
8560 Wrap easy-menu-filter-return around any :filter specification.
8561 Don't convert the menu if a filter was specified.
8562 Tell easy-menu-make-symbol not to check for MENU being an expression.
8563 (easy-menu-make-symbol): New arg NOEXP.
8564
5e03eb84
GM
85652000-07-05 Gerd Moellmann <gerd@gnu.org>
8566
8567 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
8568 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
8569 (eval-defun): If called with prefix arg, instrument code for
8570 Edebug.
8571
8572 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
8573 similar to that of eval-defun.
8574
fca68a95
DL
85752000-07-04 Dave Love <fx@gnu.org>
8576
7ccbba4c
DL
8577 * hl-line.el (hl-line-overlay): Make it permanent-local.
8578
fca68a95
DL
8579 * calendar/todo-mode.el: Replaced with a working version, based on
8580 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
8581
85822000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
8583
8584 * paths.el (prune-directory-list): New function.
8585 (Info-default-directory-list): Rewritten to more methodically
8586 enumerate a big list of possible info directories (based on the
8587 list used by the standalone info reader).
fca68a95 8588
78e7e8a0 8589 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 8590 non-existent directories from Info-directory-list.
78e7e8a0 8591
78e7e8a0
MB
8592 * paths.el (Info-default-directory-list): Try a list of possible
8593 info-directories instead of a single one. Add the possible
8594 info directory "/usr/share/info".
8595
8596 * woman.el (woman-man.conf-path): Explicitly include the debian
8597 man-db config file "/etc/manpath.config".
8598 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
8599 are present in `manpath.config'.
8600 (woman-manpath): Include "/usr/share/man".
8601
67c9a1d2
GM
86022000-07-03 Gerd Moellmann <gerd@gnu.org>
8603
6753393b
GM
8604 * frame.el (blink-cursor-mode): Don't hide cursor initially.
8605
8606 * startup.el (command-line): Initialize blink-cursor based
8607 on window-system.
8608
e4f98ad3
GM
8609 * frame.el (blink-cursor): Default to nil if not running under
8610 a window-system.
8611
2f516940
GM
8612 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
8613 (face-x-resources): Remove duplicate entry for :font.
8614
67c9a1d2
GM
8615 * textmodes/refer.el (refer-find-entry-internal): Use some-window
8616 instead of cycling through windows with next-window.
8617
8618 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
8619 of cycling through windows with next-window.
8620
8621 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
8622 of cycling through windows with next-window.
8623
8624 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
8625 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
8626 instead of cycling through windows with next-window.
8627
8628 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
8629 instead of cycling through windows with next-window.
8630
8631 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
8632 of cycling through windows with next-window.
8633
8634 * terminal.el (te-process-output): Use walk-windows instead of
8635 cycling through windows with next-window.
8636
8637 * server.el (server-switch-buffer): Use some-window instead of
8638 cycling through windows with next-window.
8639
8640 * window.el (some-window): New function.
8641 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 8642
3a4f3f86 8643 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 8644
8b7bc628 86452000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
8646
8647 * window.el (walk-windows): Guarantee termination by keeping a list
8648 of all the windows already handled.
8649
d0d57043
EZ
86502000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8651
8652 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
8653 window-system.
8654
8655 * man.el (Man-notify-when-ready): Don't use window-system. If
8656 Man-notify-method is newframe, and the display is not
8657 multi-frame, select the frame created for the man page.
8658 (Man-init-defvars): Doc fix.
8659
d5483ab1
GM
86602000-06-28 Gerd Moellmann <gerd@gnu.org>
8661
af5c25e1
GM
8662 * faces.el (region): Change background color for light background.
8663
8664 * ediff-wind.el (ediff-setup-control-frame): Remove :box
8665 attribute from mode-line face of Ediff control frame.
8666
d5483ab1
GM
8667 * replace.el (query-replace-map): Bind `e' like `E'.
8668
9d47450f
EZ
86692000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8670
3a4f3f86
SM
8671 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
8672 Change name to "Select All".
496b7491 8673
9d47450f
EZ
8674 * dos-fns.el (convert-standard-filename): Fix last change.
8675
0b431deb
GM
86762000-06-27 Gerd Moellmann <gerd@gnu.org>
8677
4fa9f636
GM
8678 * help.el (describe-variable): Don't insert a second `'s' in front
8679 of the string `value is shown below'. Since the syntax-table is
8680 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
8681 an existing `'s', so that this won't be deleted.
8682
0b431deb
GM
8683 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
8684 * pcmpl-unix.el: New files.
8685
32cad0aa
SM
86862000-06-26 Stefan Monnier <monnier@cs.yale.edu>
8687
8688 * wid-edit.el (widget-member): Use the new plist-member.
8689
2c69ced2
GM
86902000-06-26 Gerd Moellmann <gerd@gnu.org>
8691
44c0f771
GM
8692 * replace.el (perform-replace): Undo change of 2000-04-04.
8693 Instead, move backward 1 character at the end of the loop when
8694 necessary.
34342a07 8695
1d36487c
GM
8696 * faces.el (fringe): Change face for different backgrounds.
8697
8698 * eshell/esh-module.el (toplevel): Load defgroup's differently;
8699 patch from John.
8700
2c69ced2
GM
8701 * eshell/*.el: Change spelling of the Free Software Foundation.
8702
8703 * eshell/esh-toggle.el: Removed.
8704
8705 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
8706
8707 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
8708 interactively.
8709
87102000-06-26 Alex Schroeder <alex@gnu.org>
8711
8712 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
8713 `define-key'; instead of checking `(emacs-version)' check for
8714 `set-keymap-parent' and `set-keymap-name' directly. Add entries
8715 for `;' and `o' which might be electric.
8716
8717 (sql-electric-stuff): New user option.
8718 (sql-magic-go): New function which uses `sql-electric-stuff'.
8719 (sql-magic-semicolon): New function which uses
8720 `sql-electric-stuff'.
8721
8722 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
8723 is not fboundp.
8724
8725 (sql-oracle-options): New variable.
8726 (sql-oracle): Use it.
8727
8728 (sql-imenu-generic-expression): Doc change.
8729 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
8730 is used.
8731
8732 (sql-informix): Added command line parameter "-" to force
8733 sql-informix-program to use stdout.
8734
db1306d8
EZ
87352000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
8736
3a4f3f86 8737 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
8738 (cp864-decode-table): Doc fix.
8739 (cp720-decode-table): New variable, supports the Arabic OEM
8740 codepage used by Windows.
8741 (cp737-decode-table): New, Greek OEM codepage used by Windows.
8742
c69e5fcd
DL
87432000-06-23 Dave Love <fx@gnu.org>
8744
8745 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
8746 (font-lock-fontify-anchored-keywords): Use
8747 line-beginning-position.
8748 (global-font-lock-mode): Use mapc.
8749
30ad8f23
SM
87502000-06-23 Stefan Monnier <monnier@cs.yale.edu>
8751
8752 * eshell/esh-module.el: Require CL when compiling.
8753
26b4dc84
GM
87542000-06-23 Gerd Moellmann <gerd@gnu.org>
8755
78c56e70
GM
8756 * comint.el (comint-substitute-in-file-name): Call replace-match
8757 with second and third arg t.
8758
34342a07 8759 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
8760 Specify foreground color.
8761
8762 * faces.el (tool-bar, mode-line, header-line): Specify foreground
8763 color.
8764
affbf647
GM
8765 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
8766
8767 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
8768 cddr instead of cdddr.
8769
25fffb31
GM
8770 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
8771 instead of copy-list.
8772
8773 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
8774 of copy-list.
8775
26b4dc84
GM
8776 * subdirs.el: Add eshell subdirectory.
8777
8778 * eshell: New subdirectory containing the Eshell package.
8779
8780 * pcomplete.el: New file.
8781
78c56e70
GM
87822000-06-23 Paul Eggert <eggert@twinsun.com>
8783
ea055732
GM
8784 * mail/mailpost.el (post-mail-send-it): Make sure file has
8785 proper permissions from birth.
8786
8787 * files.el (basic-save-buffer-2): When temporarily setting
8788 file modes, set them to current modes plus 0200, not to 0777.
8789
78c56e70
GM
8790 * emerge.el (emerge-make-temp-file): Make sure file has proper
8791 permissions from birth.
8792
a3a7ff33
EZ
87932000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
8794
8795 * files.el (make-backup-file-name-1): On DOS/Windows, run the
8796 backup file name through convert-standard-filename.
8797
8798 * dos-fns.el (convert-standard-filename): Convert leading
8799 directories as well. When long file names are supported, convert
8800 characters that are invalid in Windows file names.
8801
1fd9b7fe
GM
88022000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8803
8804 * ps-print.el: Fix bug: if ^L is the very first buffer character,
8805 ps-print crashes. New feature: page selection for printing. Create
8806 raw-text-unix coding system for XEmacs. Doc fix.
8807 (ps-print-version): New version number (5.2.3).
8808 (ps-plot-region): Bug fix.
8809 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
8810 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
8811 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
8812 funs.
8813 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
8814 (ps-last-page): New vars.
8815
16ed8416
GM
88162000-06-21 Gerd Moellmann <gerd@gnu.org>
8817
8818 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
8819 empty option string.
8820
4fbee715
EZ
88212000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
8822
8823 * man.el (man): Doc fix.
8824
eaecfc94
KH
88252000-06-21 Kenichi Handa <handa@etl.go.jp>
8826
8827 * international/mule-cmds.el (set-language-info-alist): Docstring
8828 fixed.
8829
4a27bdfb
GM
88302000-06-20 Gerd Moellmann <gerd@gnu.org>
8831
8832 * version.el (emacs-version): Use ISO date format.
8833
8834 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
8835 instead of `M-backspace'.
8836
8837 * simple.el (turn-off-auto-fill): New function.
8838
8972fe79
SM
88392000-06-20 Stefan Monnier <monnier@cs.yale.edu>
8840
8841 * jit-lock.el (with-buffer-prepared-for-jit-lock):
8842 Renamed from with-buffer-prepared-for-font-lock and use
8843 inhibit-modification-hooks rather than setting *-change-functions.
8844 Update all functions to use the new name.
8845 (jit-lock-first-unfontify-pos): New semantics (and doc).
8846 (jit-lock-mode): Make non-interactive.
8847 Don't automatically turn on font-lock.
8848 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
8849 Always use jit-lock-after-change.
8850 Remove and restore font-lock-after-change-function.
8851 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
8852 (jit-lock-after-unfontify-buffer): Remove.
8853 (jit-lock-stealth-fontify):
8854 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
8855 (jit-lock-after-change): Set the `fontified' text-prop to nil.
8856
5d80cc9c
SS
88572000-06-20 Sam Steingold <sds@gnu.org>
8858
8859 * emacs-lisp/cl-indent.el (toplevel): Indent
8860 `print-unreadable-object' properly. Untabify.
8861
f54e4d13
CD
88622000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8863
8864 * textmodes/reftex.el (reftex-find-citation-regexp-format):
8865 Support for bibentry.
8866 (reftex-compile-variables): Fixed problem with end of section-re.
8867
8868 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
8869 reftex-view-crossref-from-bibtex):
8870 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
8871 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
8872 Replaced `remprop' with `put'.
8972fe79
SM
8873 (reftex-view-crossref, reftex-view-crossref-when-idle):
8874 Support for bibentry.
f54e4d13 8875
8972fe79
SM
8876 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8877 New entry for bibentry package.
f54e4d13 8878
8972fe79
SM
8879 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
8880 Regexp also matches "\nobibliography".
f54e4d13 8881
8972fe79
SM
8882 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
8883 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
8884 (reftex-ensure-write-access): New function.
8885
f54e4d13
CD
88862000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8887
8888 * progmodes/idlwave.el: File re-installed (update to version 4.2)
8889
8890 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
8891
8892 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
8893
8894 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
8895
8896
560c43f4
DL
88972000-06-20 Dave Love <fx@gnu.org>
8898
8899 * faces.el (frame-background-mode): Use set-default, not set, in
8900 setter.
8901 (frame-update-faces, frame-update-face-colors): Define with
8902 defalias.
8903
8904 * enriched.el (enriched-decode-foreground)
8905 (enriched-decode-background): Don't use internal-find-face.
8906
8907 * apropos.el: Doc fixes.
8908
8909 * cus-edit.el (customize-changed-options): Check arg.
8910 (customize-version-lessp): Don't require decimal point.
8911
8912 * custom.el (defcustom, defgroup): Doc fix.
8913
8914 * newcomment.el (comment) <defgroup>: Add :version.
8915 (comment-multi-line): Doc fix.
8916
8917 * emulation/mlsupport.el (define-hooked-local-abbrev,
8918 define-hooked-global-abbrev): Fix, using define-abbrev.
8919
cdf0357b
GM
89202000-06-19 Gerd Moellmann <gerd@gnu.org>
8921
8922 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
8923 the whole buffer.
8924
10013d74
DL
89252000-06-19 Dave Love <fx@gnu.org>
8926
8927 * menu-bar.el (menu-bar-options-save): New function.
8928 (menu-bar-options-menu): Use it.
8929 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
8930 Simplify.
8931
6922f208
AS
89322000-06-19 Andreas Schwab <schwab@suse.de>
8933
8934 * progmodes/etags.el (tags-query-replace): Put new parameters
8935 START and END at the end, for backward compatibility.
8936
10d7bf84
KH
89372000-06-19 Kenichi Handa <handa@etl.go.jp>
8938
8939 * international/codepage.el:
8940 (cp-coding-system-for-codepage-1): Delete special codes for
8941 generating xxx-dos coding system because now a CCL based coding
8942 system can handle EOL conversion by default.
8943
8944 * international/mule.el (make-coding-system): Generate subsidiary
8945 coding systems for EOL handling variants even for a CCL based
8946 coding system.
8947
8f3c9a3d
KH
89482000-06-19 Kenichi Handa <handa@etl.go.jp>
8949
8950 * international/isearch-x.el (isearch-minibuffer-input-method)
8951 (isearch-minibuffer-input-method-function): These variables
8952 deleted.
8953 (isearch-with-input-method): Don't use the above variables.
8954 (isearch-process-search-multibyte-characters): Likewise. Call
8955 read-string with the arg INHERIT-INPUT-METHOD t.
8956
c2acf685
SM
89572000-06-17 Stefan Monnier <monnier@cs.yale.edu>
8958
13f0d185
SM
8959 * font-lock.el (font-lock-after-fontify-buffer)
8960 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
8961
8962 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
8963 Use consistent make-local-variable style for font-lock-fontified.
8964 (jit-lock-fontify-buffer):
8965 Don't bother checking for font-lock-mode and jit-lock-mode.
8966
c2acf685
SM
8967 * time.el: Remove trailing ^M that prevent CVS-merging.
8968
a9021acd
GM
89692000-06-16 Gerd Moellmann <gerd@gnu.org>
8970
8971 * Makefile.in (distclean): New target.
5d80cc9c 8972
0df68e9f
SM
89732000-06-16 Stefan Monnier <monnier@cs.yale.edu>
8974
8975 * Makefile.in (srcdir): Define for update-subdirs.
8976
6344985d
GM
89772000-06-16 Gerd Moellmann <gerd@gnu.org>
8978
8979 * find-lisp.el: New file.
8980
63239267
AI
89812000-06-16 Andrew Innes <andrewi@gnu.org>
8982
8983 * time.el (display-time-mail-function): New variable, to allow
8984 external packages to indicate when new mail is available.
8985 (display-time-update): Use it.
8986
1699f991
KH
89872000-06-16 Kenichi Handa <handa@etl.go.jp>
8988
a3b37893
KH
8989 * international/mule.el (mule-version): Change version name to
8990 SAKAKI. AOI has already been used by Meadow.
8991
1699f991
KH
8992 * international/quail.el (quail-show-guidance-buf): To find the
8993 bottom window (but minibuffer), pay attention to the height of
8994 minibuffer.
8995
228b083e
EZ
89962000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
8997
7d5c8691
EZ
8998 * arc-mode.el (archive-mode-map): Use the new menu-item format for
8999 menu-bar menus. Add help strings. Don't remove the Edit menu
9000 from the menu bar, as the menu bar has enough space now.
9001
261f3289
EZ
9002 * Makefile.in (SHELL): Make sure /bin/sh is used.
9003
228b083e
EZ
9004 * woman.el (woman-man-buffer): Fix bold and underlined CJK
9005 characters, which use series of two ^H characters instead of one.
9006
e27e8d71
GM
90072000-06-15 Gerd Moellmann <gerd@gnu.org>
9008
5d80cc9c 9009 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 9010 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 9011 functions.
451ec4e3
GM
9012 (Info-find-node-2): Try a case-sensitive search first, then
9013 do a case-insensitive search.
9014
9015 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
9016 tutorials.
9017
b675095c
GM
9018 * complete.el (PC-env-vars-alist): New variable.
9019 (PC-complete-as-file-name): New function.
9020 (partial-completion-mode): Initialize PC-env-vars-alist from
9021 process-environment.
9022 (PC-do-completion): Handle completion of env vars.
9023
9024 * info.el (Info-set-mode-line): Show file name in mode line,
9025 use `*Info*' instead of `Info:'.
9026
e27e8d71
GM
9027 * startup.el (command-line-1): Change copyright messages to year
9028 2000.
9029
28223a7e
DL
90302000-06-15 Dave Love <fx@gnu.org>
9031
9032 * net/goto-addr.el (goto-address-fontify): Use keymap property,
9033 not local-map.
9034
32684631
KH
90352000-06-15 Kenichi Handa <handa@etl.go.jp>
9036
9037 * international/mule.el (set-buffer-file-coding-system): Almost
9038 rewritten to handle `undecided' as no-op.
9039
9f817ea4
GM
90402000-06-14 Gerd Moellmann <gerd@gnu.org>
9041
e27e8d71 9042 * Makefile.in: New file.
dce6b995
GM
9043
9044 * Makefile: Removed.
9045
9f817ea4
GM
9046 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
9047 (goto-address-highlight-keymap): Bind C-c RET.
9048
2de33f94
KH
90492000-06-14 Kenichi Handa <handa@etl.go.jp>
9050
bbf1e8a5
KH
9051 * mail/sendmail.el (sendmail-send-it): The temporary buffer
9052 inherits buffer-file-coding-system of the current buffer.
725a6897 9053
02891cc3
KH
9054 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
9055 0. Give correct argument to set-auto-coding-function.
9056 (tar-expunge): For goto-char, use (point-min), not 0.
9057 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
9058 (tar-subfile-save-buffer): Likewize.
9059
2de33f94
KH
9060 * international/mule.el
9061 (after-insert-file-set-buffer-file-coding-system): Call
9062 set-buffer-file-coding-system with the arg FORCE t.
9063
1681ead6
GM
90642000-06-13 Gerd Moellmann <gerd@gnu.org>
9065
9066 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
9067 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 9068 the sender is set with `-f'.
1681ead6 9069
fdf4b680
DL
90702000-06-13 Dave Love <fx@gnu.org>
9071
9c50afce
DL
9072 * help.el (describe-function-1): Kluge around cases of functions
9073 fset to subrs whose doc doesn't match their symbol-name.
9074
0ad550ba 9075 * image.el (insert-image): Default STRING to a space.
f290ca08 9076
fdf4b680 9077 * info.el Doc fixes.
5d80cc9c 9078 (Info-build-node-completions): Match Ref tags.
fdf4b680 9079
9b6610db
EZ
90802000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
9081
a704139d
EZ
9082 * frame.el (display-multi-frame-p, display-multi-font-p): New
9083 defaliases for display-graphic-p.
9084
9b6610db
EZ
9085 * hl-line.el: Fixed a typo in commentary.
9086
7a5ea398
KH
90872000-06-13 Kenichi Handa <handa@etl.go.jp>
9088
9089 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
9090 fixed.
9091
0dc91c57
DL
90922000-06-12 Dave Love <fx@gnu.org>
9093
9094 * image.el (insert-image): Save a little consing.
9095
0bd5914b
KH
90962000-06-12 Kenichi Handa <handa@etl.go.jp>
9097
9098 * language/tibet-util.el: Convert all tibetan-1-column characters
9099 to the corresponding tibetan characters.
9100 (tibetan-add-components): Delete code for the special treatment of
9101 'a chung.
9102
9103 * language/tibetan.el (tibetan-composable-pattern): Fix previous
9104 change.
9105 (tibetan-vowel-transcription-alist): More rules added.
9106 (tibetan-composite-vowel-alist): New variable.
9107 (tibetan-precomposition-rule-alist): More rules added.
9108
6dc7d3d5
SM
91092000-06-12 Stefan Monnier <monnier@cs.yale.edu>
9110
9c04c393
SM
9111 * startup.el (command-line): Only call menu-bar-mode if interactive.
9112
9113 * thingatpt.el (toplevel symbol-properties):
9114 * textmodes/makeinfo.el (makeinfo-compile):
9115 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 9116 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 9117 (hide-ifdef-use-define-alist):
5d80cc9c 9118 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
9119 (ange-ftp-vms-add-file-entry):
9120 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
9121 * man.el (Man-build-man-command):
9122 * mail/rnewspost.el (news-reply-header-hook):
9123 * info.el (Info-insert-dir):
9124 * emulation/mlconvert.el (backward-word, forward-word, setq):
9125 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
9126 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
9127 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
9128 (byte-optimize-apply, end of file):
9129 * emacs-lisp/advice.el (ad-advice-class-completion-table)
9130 (ad-make-freeze-definition):
9131 * startup.el (command-line, command-line-1): Don't quote lambdas.
9132
6dc7d3d5
SM
9133 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
9134 (cvs-cleanup-removed): New function.
9135 (cvs-cleanup-functions): New var.
9136 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
9137 some flexibility in specifying additional entries to auto-cleanup.
9138 (cvs-quickdir): New function.
9139 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
9140 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
9141 (cvs-mode-find-file): Check that we are on a filename or dirname
9142 when invoked through a mouse-click.
9143 (cvs-full-path): Remove.
9144 (cvs-dired-action): Re-introduced.
9145 (cvs-dired-noselect): Use it.
9146 (vc-post-command-functions): use this new hook if available.
9147
9148 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
9149 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
9150 (cvs-filename-map, cvs-dirname-map): Remove.
9151 (cvs-default-action): Remove.
9152 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
9153 if the arg is really a keymap.
9154 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
9155 Don't hardcode the mapping from state (aka type) to face, but check
9156 the var cvs-fi-<type>-face instead.
9157 (cvs-fileinfo-from-entries): New function.
9158
9159 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
9160 Docstring fix.
9161 (cvs-find-file-and-jump): Change default to be safer.
9162 (cvs-mode-diff-map): Define it as a function as well.
9163 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
9164 Bind mouse-2 in this global map rather than with text-properties.
9165
9166 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
9167 file to resolve the ambiguity between C(conflict) and C(need-merge).
9168
5050a2ef
KH
91692000-06-12 Kenichi Handa <handa@etl.go.jp>
9170
9171 * international/mule.el (set-buffer-file-coding-system): If
9172 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
9173 unconditionally.
9174
35a7ac84
DL
91752000-06-12 Dave Love <fx@gnu.org>
9176
9177 * wid-edit.el (widget-specify-button): Really suppress the face if
9178 required.
9179
db8eeecd
GM
91802000-06-11 Gerd Moellmann <gerd@gnu.org>
9181
9182 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
9183
70223ca4
SM
91842000-06-11 Stefan Monnier <monnier@cs.yale.edu>
9185
9186 * imenu.el (imenu-generic-expression): Docstring fix.
9187
9188 * composite.el (composition-function-table): Move the `put'
9189 below the autoload cookie so we can load the file before loaddefs.
9190
9191 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
9192
9193 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
9194 Handle easy-mmode-define-global-mode.
9195 For complex macros like define-minor-mode that can generate
9196 several autoload entries, try to autoload entries in the
9197 macroexpanded code.
9198
9199 * emacs-lisp/easy-mmode.el (define-minor-mode):
9200 If KEYMAP is a symbol, just use it.
9201 Use byte-compile-current-file and load-file-name to infer the
9202 proper :require to pass to defcustom.
9203 Wrap the hook var into `progn' so as not to autoload it.
9204 Add a :autoload-end cookie.
9205 Be more careful about the evaluation of KEYMAP.
9206 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
9207 (define-derived-mode): Move define-abbrev-table outside of defvar.
9208
92092000-06-10 Stefan Monnier <monnier@cs.yale.edu>
9210
9211 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
9212 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
9213 (backup-compiled-files): Ignore errors during `tar'.
9214 (bootstrap): Make autoloads before elc files.
9215
9c53b34e
KH
92162000-06-10 Kenichi Handa <handa@etl.go.jp>
9217
9218 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 9219 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
9220
9221 * international/mule-conf.el (unix): New alias for the coding
9222 system undecided-unix.
9223
22ddd299
DL
92242000-06-09 Dave Love <fx@gnu.org>
9225
5ee42746
DL
9226 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
9227
70223ca4 9228 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
9229 (executable-insert): Change custom type.
9230 (executable-find): Add autoload cookie.
cc7e1d18
DL
9231 (executable-make-buffer-file-executable-if-script-p): New
9232 function. After Noah Friedman.
22ddd299
DL
9233
9234 * files.el (after-save-hook): Customize, with
cc7e1d18 9235 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 9236
41ea3794
KH
92372000-06-09 Kenichi Handa <handa@etl.go.jp>
9238
f89437e3
KH
9239 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
9240 "tib24p-mule.bdf" for Tibetan.
9241
7a4ee259
KH
9242 * composite.el (decompose-composite-char): Declare it as obsolete.
9243
ff6a65c2
KH
9244 * man.el (Man-fontify-manpage): Pay attention to underline and
9245 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 9246
f83fe4b4
GM
92472000-06-08 Gerd Moellmann <gerd@gnu.org>
9248
9249 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
9250 Set maintainer to FSF since author isn't reachable.
9251
e56d7900
DL
92522000-06-08 Dave Love <fx@gnu.org>
9253
9254 * international/mule-cmds.el (select-safe-coding-system): If
9255 DEFAULT-CODING-SYSTEM is not specified, also check the most
9256 preferred coding-system if buffer-file-coding-system is
9257 `undecided'. From Handa.
9258
d3981b49
KH
92592000-06-08 Kenichi Handa <handa@etl.go.jp>
9260
9261 * international/mule.el
9262 (after-insert-file-set-buffer-file-coding-system): If the buffer
9263 size is greater than INSERTED, judget that we are not visiting.
9264
bff71087
RV
92652000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
9266
9267 * whitespace.el (defgroup whitespace): Comment out `:version'.
9268 XEmacs 20.4 has problems defining the group with this present.
9269 We'll have this commented out till get resolve the problem.
9270
fd9ac94c
GM
92712000-06-07 John Wiegley <johnw@gnu.org>
9272
9273 * align.el (align-dq-string-modes, align-sq-string-modes)
9274 (align-open-comment-modes): Add pyhton-mode.
9275 (align-rules-list): Use get-text-property instead of
9276 text-properties-at.
9277 (align-rules-list): Add python-assignment.
9278 (align-rules-list): Change perl-comma-delimiter to
9279 basic-comma-delimiter. Use if for Perl modes and python-mode.
9280 (align-rules-list): Add python-chain-logic and
9281 basic-line-continuation.
45f485a6
GM
9282
92832000-06-07 Jari Aalto <jari.aalto@poboxes.com>
9284
9285 * apropos.el (apropos-mode-hook): New user variable.
9286 (apropos-mode): Run apropos-mode-hook.
bff71087 9287
45f485a6
GM
92882000-06-07 David Ponce <david@dponce.com>
9289
9290 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
9291 commands. Require `wid-edit' at run-time.
9292
92932000-06-07 David Ponce <david@dponce.com>
9294
9295 * recentf.el: Added some "Commentary".
9296 (recentf-open-more-files, recentf-edit-list): Minor changes to
9297 move the point at the top of the file list. This behaviour is
9298 consistent with the menu one when the list contains a lot of
9299 files.
9300 (recentf-cleanup): Now displays the number of items removed from
9301 the list.
9302 (recentf-relative-filter) New menu filter to show filenames
9303 relative to `default-directory'.
bff71087 9304
45f485a6
GM
93052000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9306
9307 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
9308 with/without giving an error if PostScript printer doesn't have this
9309 kind of page size. Zebra Stripe continues or restarts on next page.
9310 Manual/automatic paper feeding. Switch or not the header.
9311 (ps-print-version): New version number (5.2.2).
9312 (ps-windows-system): Include emx as a Windows system.
9313 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
9314 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
9315 (ps-background-text): Code fix.
9316 (ps-error-handler-message, ps-user-defined-prologue)
9317 (ps-print-prologue-header, ps-printer-name)
9318 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
9319 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
9320 (ps-use-face-background): Customization fix.
9321 (ps-n-up-database): Data fix.
9322 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
9323 (ps-switch-header): New vars.
9324 (ps-xemacs-color-name, ps-face-foreground-name)
9325 (ps-face-background-name, ps-boolean-constant): New funs.
9326
c14dcd22
DL
93272000-06-07 Dave Love <fx@gnu.org>
9328
9329 * allout.el: New version from Manheimer.
9330
e4044bb0
KH
93312000-06-07 Kenichi Handa <handa@etl.go.jp>
9332
9333 * textmodes/fill.el (fill-find-break-point): Check the validity of
9334 charset.
9335
59cfe8b9
KF
93362000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9337
9338 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9339 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9340 Call display-color-p and display-mouse-p instead of looking at
9341 window-system.
9342
bb2337f5
DL
93432000-06-06 Dave Love <fx@gnu.org>
9344
9345 * image.el (find-image): Doc fix. Return nil if image not found.
9346 (put-image, insert-image): Make STRING arg optional.
9347
8e624fa2
KH
93482000-06-06 Kenichi Handa <handa@etl.go.jp>
9349
9350 * language/vietnamese.el: Remove eval-when-compile.
9351 (viet-viscii-nonascii-translation-table): Define it as a
9352 translation table made from viet-viscii-decode-table.
9353 (viet-viscii-encode-table): Define it as a translation table made
9354 from the reverse map of above.
9355 (viet-vscii-nonascii-translation-table): Define it as a
9356 translation table made from viet-vscii-decode-table.
9357 (viet-vscii-encode-table): Define it as a translation table made
9358 from the reverse map of above.
9359 (ccl-decode-viscii): Use translate-character.
9360 (ccl-encode-viscii, ccl-encode-viscii-font)
9361 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
9362 Likewize.
bff71087 9363
8e624fa2
KH
9364 * language/cyrillic.el: Remove eval-when-compile.
9365 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
9366 translation table made from cyrillic-koi8-r-decode-table.
9367 (cyrillic-koi8-r-encode-table): Define it as a translation table
9368 made from the reverse map of above.
9369 (ccl-decode-koi8): Use translate-character.
9370 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
9371 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
9372 a translation table made from cyrillic-alternativnyj-decode-table.
9373 (cyrillic-alternativnyj-encode-table): Define it as a translation
9374 table made from the reverse map of above.
9375 (ccl-decode-alternativnyj): Use translate-character.
9376 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
9377 Likewize
9378
9379 * international/mule-diag.el (non-iso-charset-alist): Specify
9380 translation table symbol instead of translation table itself.
9381 (list-block-of-chars): CHARSET may be a translation table symbol.
9382
9383 * international/mule.el (make-coding-system): If CODING-SYSTEM
9384 already exists, override it.
9385
9386 * international/fontset.el: Use family `proportional' for Tibetan
9387 fonts.
9388
9389 * international/ccl.el (ccl-compile-translate-character): Don't
9390 check if Rrr has property translation-table.
9391 (ccl-compile-map-multiple): Modified to avoid compiler warning.
9392
1969fae2
GM
93932000-06-05 Gerd Moellmann <gerd@gnu.org>
9394
9395 * info.el: Bind case-fold-search to t when searching in case
9396 a user sets it to nil in a hook.
9397
d5b037c5
SM
93982000-06-05 Stefan Monnier <monnier@cs.yale.edu>
9399
d3d02e65
SM
9400 * autoarg.el (autoarg-mode, autoarg-kp-mode):
9401 * hl-line.el (hl-line-mode): Use the new :global key argument.
9402
9403 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
9404 (tar-clip-time-string): Prepend a space.
9405 (tar-grind-file-mode): Construct a string rather than modifying one.
9406 (tar-header-block-summarize): Fix docstring.
9407 Use `format' rather than an error-prone set of copy-loops.
9408
9409 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
9410 (diff-goto-source, diff-unified->context, diff-context->unified)
9411 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
9412 understand the format output by the `-p' argument to diff.
9413
bff71087 9414 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
9415 (sh-re-done): Use defconst.
9416 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
9417 (sh-help-string-for-variable, sh-guess-basic-offset):
9418 Don't quote lambdas.
9419 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
9420 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
9421
f7c4478f
SM
9422 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
9423 (mh-letter-mode): Derive from text-mode.
9424 This implicitly means that it now calls kill-all-local-variables.
9425 Also remove the Emacs-18 compatibility code.
9426
a8add29d
SM
9427 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
9428 Make use of symbol-property doc-string-elt.
9429 Use memq rather than a sequence of eq.
9430 (doc-string-elt): Fix the wrong or missing previously unused values.
9431 (autoload-print-form): New function extracted from
9432 generate-file-autoloads to allow recursion when handling progn
9433 so that defvar's and defun's docstrings are properly printed.
9434 (generate-file-autoloads): Use it.
9435
d5b037c5
SM
9436 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
9437 Use find-file-hooks in the minor-mode function.
9438 Be careful not to loop indefinitely in the post-command-hook function.
9439
560ef11a 94402000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 9441
1969fae2 9442 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 9443 tty's.
1969fae2 9444 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 9445 differences whenever appropriate.
1969fae2
GM
9446 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
9447 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
9448 wildcards.
9449
b5bbbb76
SM
94502000-06-04 Stefan Monnier <monnier@cs.yale.edu>
9451
d5b037c5
SM
9452 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
9453 (jit-lock-fontify-buffer): New function for JIT refontification.
9454 (jit-lock-mode): Fix docstring.
9455 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
9456 Remove jit-lock-after-change from the _local_ hook.
9457 (jit-lock-function-1): Fix docstring.
9458
9459 * info.el (Info-on-current-buffer): Initialize info.
9460
9461 * newcomment.el (comment-indent): Ignore comment-indent-hook.
9462
9463 * progmodes/tcl.el (tcl-indent-for-comment):
9464 Ignore comment-indent-hook.
9465
9466 * emacs-lisp/easy-mmode.el: Require CL during compilation.
9467 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
9468 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
9469 and improve to use the lighter to guess the capitalization.
9470 (define-minor-mode): Inline code from easy-mmode-define-toggle.
9471 Add keyword arguments to specify global-ness or the custom group.
9472 Add local-map and help-echo properties to the lighter.
9473 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 9474 (easy-mmode-define-global-mode): New macro.
b5bbbb76 9475
bfa6c260
DL
94762000-06-02 Dave Love <fx@gnu.org>
9477
9478 * wid-edit.el: byte-compile-dynamic since we typically don't use
9479 all the widgets. Don't require cl or widget. Remove
9480 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
9481 (widget-read-event): Removed. Callers changed to use read-event.
9482 (widget-button-release-event-p): Renamed from
9483 button-release-event-p.
9484 (widget-field-add-space, widget-field-use-before-change):
9485 Uncustomize.
9486 (widget-specify-field): Use keymap property, not local-map.
9487 (widget-specify-button): Obey :suppress-face.
9488 (widget-specify-insert): Use modern backquote syntax.
9489 (widget-image-directory): Renamed from widget-glyph-directory.
9490 (widget-image-enable): Renamed from widget-glyph-enable.
9491 (widget-image-find): Replaces widget-glyph-find.
9492 (widget-button-pressed-face): Move defvar.
9493 (widget-image-insert): Replaces widget-glyph-insert.
9494 (widget-convert): Use keywordp.
9495 (widget-leave-text, widget-children-value-delete): Use mapc.
9496 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 9497 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
9498 (widget-button-click): Don't set point at the click, but re-centre
9499 if we scroll out of window. Rewritten for images v. glyphs &c.
9500 (widget-tabable-at): Use POS arg, not point.
9501 (widget-beginning-of-line, widget-end-of-line)
9502 (widget-item-value-create, widget-sublist, widget-princ-to-string)
9503 (widget-sexp-prompt-value, widget-echo-help): Simplify.
9504 (widget-default-create): Use widget-image-insert; some rewriting.
9505 (widget-visibility-value-create)
9506 (widget-push-button-value-create, widget-toggle-value-create): Use
9507 widget-image-insert.
9508 (checkbox): Create on and off images dynamically.
9509 (documentation-link): Change :help-echo.
9510 (widget-documentation-link-echo-help): Remove.
9511
3837de12
SM
95122000-06-02 Stefan Monnier <monnier@cs.yale.edu>
9513
9514 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
9515
9516 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
9517 (easy-mmode-define-toggle, define-minor-mode): Use it.
9518 (easy-mmode-define-keymap): Docstring fix.
9519 (define-derived-mode): Default PARENT to fundamental-mode.
9520 Add the derived-mode-parent symbol-property.
9521 (easy-mmode-derived-mode-p): New function.
9522
90aa4ea8
DL
95232000-06-02 Dave Love <fx@gnu.org>
9524
37193ee6
DL
9525 * files.el (convert-standard-filename): Doc fix.
9526 (normal-backup-enable-predicate): New function.
9527 (backup-enable-predicate): Use it to replace the lambda form.
9528
9529 * calendar/todo-mode.el: [This needs more work on the outline
9530 stuff.] Doc fixes.
9531 (todo) <defgroup>: Add :version.
9532 (todo-add-category): Don't use pushnew.
9533 (todo-cmd-raise): Fix typo.
9534 (todo-top-priorities): Change temp buffer name.
9535 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
9536 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
9537 Use outline-next-heading.
37193ee6 9538
90aa4ea8
DL
9539 * autoarg.el: Rewritten to use define-minor-mode.
9540 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
9541 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
9542
2e54623a
KH
95432000-06-02 Kenichi Handa <handa@etl.go.jp>
9544
9545 * isearch.el (isearch-other-meta-char): Fix previous change.
9546
c5def0db
SM
95472000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9548
3837de12
SM
9549 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
9550 (log-edit-done): Only add the comment to the ring if it's different
9551 from the last comment entered.
9552
c5def0db
SM
9553 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
9554
2330c9d4
DL
95552000-06-01 Dave Love <fx@gnu.org>
9556
9557 * hl-line.el: Rewritten using define-minor-mode.
9558
9559 * help.el (describe-function-1): Distinguish special form from
9560 builtin function. Sanity-check presence of arglist for builtins.
9561
6e5dfc31
KH
95622000-06-01 Kenichi Handa <handa@etl.go.jp>
9563
4dc1225b
KH
9564 * international/characters.el: Fix syntax/category setting of
9565 Tibetan characters.
9566
9567 * language/tibet-util.el (tibetan-add-components): Fixes for new
9568 encoding of Tibetan characters.
9569 (tibetan-decompose-precomposition-alist): New variable.
9570 (tibetan-decompose-region): Convert precomposed characters to
9571 non-precomposed characters.
9572 (tibetan-decompose-string): Likewise.
9573 (tibetan-composition-function): Fix args to
9574 thibetan-compose-string.
9575
9576 * language/tibetan.el (tibetan-composable-pattern): More
9577 characters included.
9578 (tibetan-consonant-transcription-alist): Rule for "R" added.
9579 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
9580 "+R" added.
9581 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
9582
eadef5e6
KH
9583 * language/lao-util.el (lao-composition-function): Fix args to
9584 compose-string.
9585
9586 * language/thai-util.el (thai-composition-function): Fix args to
9587 compose-string.
9588
6e5dfc31 9589 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
9590 to prevent the point moving to the end of a composition when a
9591 part of a composition is searched.
6e5dfc31
KH
9592 (isearch-other-meta-char): If the key invoking this command can be
9593 mapped by function-key-map to a printing char, call
9594 isearch-process-search-char directly.
9595
2598a293
SM
95962000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9597
9598 * emacs-lisp/bytecomp.el:
9599 * frame.el:
9600 * international/mule-cmds.el:
9601 * international/mule-util.el:
9602 * international/mule.el:
9603 * mouse.el:
9604 * subr.el:
9605 * faces.el: Update calls to make-obsolete with a WHEN argument.
9606
9607 * byte-run.el (make-obsolete, make-obsolete-variable):
9608 Add an optional WHEN argument and change the format of the
bff71087 9609 symbol-property information.
2598a293
SM
9610 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
9611 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
9612 new obsolete-symbol-property format and print WHEN if it is provided.
9613
28d8dff1
DL
96142000-05-31 Dave Love <fx@gnu.org>
9615
9616 * loadhist.el (loadhist-hook-functions): Remove
9617 before-change-function, after-change-function.
9618 (unload-feature): Deal with symbols which are both bound and
9619 fbound.
9620
9621 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
9622 before-change-function, after-change-function.
9623
9624 * simple.el (newline): Don't bind before-change-function,
9625 after-change-function.
9626
7f565d87
RV
96272000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
9628
9629 * whitespace.el (whitespace-rescan-timer-time): Update interval
9630 set to 600 seconds (10 minutes) instead of 60 seconds since
9631 a large number of whitespace buffers causes emacs to `freeze'
9632 for a considerable amount of time.
9633
bff71087 9634 * whitespace.el: Updated email address
7f565d87 9635
a8d693d8
DL
96362000-05-31 Dave Love <fx@gnu.org>
9637
9638 * add-log.el (change-log-font-lock-keywords) <function>: Add
9639 pattern for function of change.
9640 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
9641 acknowledgements patterns.
9642
a50192e7
KH
96432000-05-31 Kenichi Handa <handa@etl.go.jp>
9644
9645 * isearch.el (isearch-printing-char): If keyboard coding system is
9646 being used, call isearch-process-search-multibyte-characters.
9647
9648 * international/isearch-x.el: Mostly rewritten.
9649
9650 * international/quail.el (quail-start-conversion): Don't include
9651 unhandled events in the returned events, but set them in
9652 unread-command-events. Exit if all inputs are deleted.
9653
7e492772
JR
96542000-05-30 Jason Rumney <jasonr@gnu.org>
9655
9656 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
9657
9658 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
9659 Reenable code to create initial fontsets.
9660 Use set-fontset-font in place of put-charset-property.
9661
10fc3187
GM
96622000-05-30 Gerd Moellmann <gerd@gnu.org>
9663
79148ea7
GM
9664 * progmodes/perl-mode.el (perl-indent-line): When looking for a
9665 label, ensure that the first colon isn't followed by another.
9666
9667 * paths.el (Info-default-directory-list): Doc fix.
9668
086d5b87
GM
9669 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
9670 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
9671 send a query containing USER only, not USER@HOST.
9672
10fc3187
GM
9673 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
9674 and rmail-msgend to compute the restriction at the end, instead of
9675 computing it.
9676
49e70dec
GM
96772000-05-29 Gerd Moellmann <gerd@gnu.org>
9678
66254a13
GM
9679 * dabbrev.el (dabbrev-expand): Don't display messages in the
9680 echo area if the minibuffer window is active.
9681
49e70dec
GM
9682 * jit-lock.el (jit-lock-mode): Add after change function to
9683 local hook.
9684
96852000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
9686
9687 * antlr-mode.el: New commands: hide/unhide actions,
9688 upcase/downcase literals.
9689 (antlr-tiny-action-length): New user option.
9690 (antlr-hide-actions): New command. Suggested by
9691 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 9692 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
9693 (antlr-mode-menu): New entries.
9694 (antlr-downcase-literals): New command.
9695 (antlr-upcase-literals): Ditto.
9696
9697 * antlr-mode.el: Minor changes: indendation, mode-name.
9698 (antlr-indent-line): Indent cpp directive at column 0.
9699 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
9700
9701 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
9702 (antlr-font-lock-additional-keywords): Workaround for intentional
9703 bug in XEmacs version of font-lock.
9704 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
9705 be used by a smarter version of `buffers-menu-grouping-function'.
9706
97072000-05-29 Gerd Moellmann <gerd@gnu.org>
9708
9709 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
9710 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
9711
49f93684
KH
97122000-05-29 Kenichi Handa <handa@etl.go.jp>
9713
9714 * international/encoded-kb.el
9715 (encoded-kbd-iso2022-designation-map): Pay attention to that
9716 charset-iso-final-char return -1 for eight-bit-control and
9717 eight-bit-graphic.
9718
5b1ae051
EZ
97192000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9720
9721 * speedbar.el (speedbar-use-images, speedbar-update-flag)
9722 (speedbar-easymenu-definition-base): Use display-graphic-p where
9723 available, instead of window-system.
9724
a205e32a
EZ
97252000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9726
9727 * international/codepage.el (cp-coding-system-for-codepage-1): Add
9728 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
9729 coding systems.
9730
dd854dc2
DL
97312000-05-26 Dave Love <fx@gnu.org>
9732
c88a85d5
DL
9733 * disp-table.el (standard-display-underline): Don't use
9734 internal-find-face.
9735
dd854dc2
DL
9736 * mail/reporter.el: Maintainer change. Doc fixes.
9737 (reporter-version): Deleted.
9738
9739 * emacs-lisp/elp.el: Maintainer change.
9740 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
9741
dc29aa6c
SM
97422000-05-26 Stefan Monnier <monnier@cs.yale.edu>
9743
9744 * add-log.el (add-change-log-entry): Merge the current entry with the
9745 previous one if the previous one is empty.
9746
ed62683d
DL
97472000-05-26 Dave Love <fx@gnu.org>
9748
4370a375
DL
9749 * loadhist.el (unload-feature): Fix interactive spec [from
9750 lijnzaad@ebi.ac.uk].
9751
ed62683d
DL
9752 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
9753 subr-arity to check primitives.
9754 (byte-compile-flush-pending, byte-compile-file-form-progn)
9755 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
9756 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
9757 mapcar.
9758
ba9f8f95
KH
97592000-05-26 Kenichi Handa <handa@etl.go.jp>
9760
0f3e0672
KH
9761 * international/fontset.el: Set family names of non-latin charsets
9762 in default fontset to "*".
9763
cebefb44
KH
9764 * international/mule-diag.el (print-fontset): Combine family part
9765 and registry part of the fontname by "-*-" instead of "-".
9766
ba9f8f95
KH
9767 * international/mule-cmds.el (encode-coding-char): Make strings
9768 multibyte before calling encode-coding-string.
9769
931d0724
SM
97702000-05-25 Stefan Monnier <monnier@cs.yale.edu>
9771
9772 * derived.el: Fix keywords.
8ccce2b0 9773 (define-derived-mode): Only define if needed.
931d0724
SM
9774
9775 * simple.el (fill-comment, comment-column, comment-start)
9776 (comment-start-skip, comment-end, comment-indent-function)
9777 (block-comment-start, block-comment-end, indent-for-comment)
9778 (set-comment-column, kill-comment, comment-padding, comment-region)
9779 (comment-multi-line, indent-new-comment-line): Remove.
9780
9781 * bindings.el (esc-map): Change ; to comment-dwim and use the new
9782 function names for comment operations.
9783
9784 * newcomment.el: Add abundant autoload cookies.
9785 (comment-style): Don't depend on runtime data at compile-time.
9786 (comment-indent-hook): Remove.
9787 (comment-indent): Check if comment-indent-hook is bound.
9788 (comment-region): Docstring fix.
9789
6fc596cf
DL
97902000-05-25 Dave Love <fx@gnu.org>
9791
9792 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
9793 byte-code-function-p.
9794
9795 * mail/rmailsum.el: Add provide.
9796
9797 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
9798
9799 * smerge-mode.el (smerge-diff-switches): Don't use list* in
9800 defcustom.
9801
7997f1ca 98022000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 9803
7997f1ca
MK
9804 * ediff-diff.el (ediff-exec-process): delete --binary option from
9805 non-buffer ediff jobs.
7f565d87 9806
e7a903e8
EZ
98072000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9808
9809 * hilit-chg.el (highlight-changes-mode): Ask about color or
9810 grayscale support, not about window-system.
9811
9812 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
9813 window-system.
9814 (ffap-highlight): Always default to t.
9815
9816 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
9817 display-popup-menus-p instead of looking at window-system.
9818
9819 * disp-table.el (standard-display-g1, standard-display-graphic):
9820 Only refuse to use string glyphs on X and MS-Windows.
9821
9822 * avoid.el: Remove window-system from commentary, suggest to use
9823 display-*-p instead.
9824
9825 * apropos.el (apropos-print): Use display-mouse-p instead of
9826 window-system.
9827
14028d57
EZ
98282000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9829
9830 * international/codepage.el (cp-decoding-vector-for-codepage):
9831 Fill up unsupported characters with their own codes. From Kenichi
9832 Handa.
9833
1a4f9cc1
EZ
98342000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9835
9836 * international/mule-diag.el (describe-char-after): Use
9837 display-graphic-p instead of window-system, so that this function
9838 works on MS-DOS.
9839
89f6ca4e
EZ
98402000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9841
9842 * international/codepage.el (cp-make-coding-systems-for-codepage):
9843 Remove the eight-bit-graphic and eight-bit-control charsets from
9844 the list of charsets which we convert into `?'.
9845
eacfd7fe
KH
98462000-05-25 Kenichi Handa <handa@etl.go.jp>
9847
9848 * international/mule-conf.el: Specify CHARSET-ID explicitely for
9849 private charsets.
9850 (mule-unicode-0100-24ff, japanese-jisx0213-1,
9851 japanese-jisx0213-2): New charsets.
9852
9853 * international/fontset.el: Setup default fontset for new charsets.
9854
deadf7e3
DL
98552000-05-24 Dave Love <fx@gnu.org>
9856
9857 * info.el (Info-find-node-2): Restructure [following "Vadim
9858 S. Solomin" <sovs@uic.nnov.ru>].
9859
9860 * icomplete.el: Fix header for Finder.
9861
98622000-05-24 Eric M. Ludlam <zappo@ultranet.com>
9863
9864 * rmailout.el (rmail-output-to-rmail-file): Added optional param
9865 STAY.
9866
9867 * rmail.el (rmail-automatic-folder-directives): New user variable.
9868 (rmail-show-message): Add call to `rmail-auto-file' during
9869 display.
9870 (rmail-auto-file): New function.
9871
6de3983f 98722000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 9873
fc6a6a4e 9874 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 9875 account.
fc6a6a4e
GM
9876 (ediff-test-utility,ediff-diff-mandatory-option)
9877 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 9878 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 9879
fc6a6a4e 9880 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 9881 variable.
7f565d87 9882
fc6a6a4e 9883 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
9884 ediff-merge-filename-prefix.
9885
fc290d1d
MK
98862000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
9887
fc6a6a4e 9888 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 9889
273182b8
EZ
98902000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9891
9892 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
9893 aliases for hebrew-iso-8bit.
9894
f471ea57
EZ
98952000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9896
9897 * woman.el: New version from Francis J. Wright
9898 <F.J.Wright@Maths.QMW.ac.uk>.
9899 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
9900 names in environment variables regardless of the path separator.
9901 (woman-topic-all-completions-1): Don't call file-name-directory-p
9902 on all files, since woman-file-regexp already filters out any
9903 directories.
9904
01162f24
KH
99052000-05-24 Kenichi Handa <handa@etl.go.jp>
9906
48e3df76
KH
9907 * international/quail.el (quail-start-translation): Don't change
9908 modified-p of the current buffer.
9909 (quail-start-conversion): Likewise.
9910
9911 * international/kkc.el (kkc-region): Don't change modified-p of
9912 the current buffer.
9913
747d90ea
KH
9914 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
9915 conform to RFC1468.
9916 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 9917
17a223ff
EL
99182000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
9919
9920 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
9921 (speedbar-insert-button): Invisible text property fix.
9922 (speedbar-directory-plus): Renamed from speedbar-directory-+
9923 (speedbar-directory-minus): Renamed from speedbar-directory--
9924 (speedbar-page-plus): Renamed from speedbar-file-+
9925 (speedbar-page-minus): Renamed from speedbar-file--
9926 (speedbar-page): Renamed from speedbar-file-
9927 (speedbar-tag): Renamed from speedbar-tag-
9928 (speedbar-tag-plus): Renamed from speedbar-tag-+
9929 (speedbar-tag-minus): Renamed from speedbar-tag--
9930 (speedbar-expand-image-button-alist): Use above renames.
9931
9932 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
9933 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
9934 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
9935 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
9936 * sb-pg.xpm: Renamed from sb-file.xpm
9937 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
9938 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 9939
e6b6fc18
KH
99402000-05-24 Kenichi Handa <handa@etl.go.jp>
9941
9942 * international/quail.el (quail-show-guidance-buf): Set
9943 current-input-method of the guidance buffer to the name of the
9944 curren input method.
9945
a1a336eb
SM
99462000-05-23 Stefan Monnier <monnier@cs.yale.edu>
9947
9948 * progmodes/compile.el (compile-internal): Style typo.
9949
9950 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
9951 quote vars and functions in the docstring.
9952
9953 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
9954
9955 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
9956 Don't quote lambdas.
9957
9958 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
9959
9695b783
GM
99602000-05-23 Gerd Moellmann <gerd@gnu.org>
9961
716e3b88
GM
9962 * startup.el (command-line): Determine source file of compiled
9963 user init file differently. Warn if compiled user init file
9964 is older than its source file.
9965
9695b783 9966 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 9967
41ac433f
EZ
99682000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
9969
9970 * files.el (make-backup-file-name-1): Replace slashes with `!'
9971 rather than `|' (which is not allowed on Windows). Replace the
9972 drive letters with a string "drive_X".
9973
46600ab1
GM
99742000-05-23 Gerd Moellmann <gerd@gnu.org>
9975
9976 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
9977
9978 * files.el (interpreter-mode-alist): Add `bash2'.
9979
79a64d87
DL
99802000-05-22 Dave Love <fx@gnu.org>
9981
9982 * loadhist.el (feature-symbols, file-provides, file-requires): Use
9983 mapc.
9984 (feature-file): Avoid calling symbol-name. Doc fix.
9985 (file-set-intersect, file-dependents): Use dolist, not mapcar.
9986 (loadhist-hook-functions): Add mouse-position-function.
9987 (unload-feature): Change uses of mapcar.
9988
9989 * files.el (parse-colon-path): Doc fix.
9990 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
9991 (set-auto-mode): Use mapc.
9992
9993 * complete.el (PC-look-for-include-file): Use :alnum: character
9994 class.
9995 (partial-completion-mode): Add autoload cookie.
9996
0e8c11d8
SS
99972000-05-22 Sam Steingold <sds@gnu.org>
9998
ce75fd23 9999 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
10000 `add-text-properties' (bug introduced on 2000-05-18).
10001
d8d0fa6c
DL
100022000-05-22 Dave Love <fx@gnu.org>
10003
10004 * bindings.el: Remove debug-ignored-errors set in other files.
10005
10006 * progmodes/etags.el: Add to debug-ignored-errors.
10007 (visit-tags-table-buffer): Clear out buffers holding old tables
10008 when making a new list.
10009 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
10010 mapc.
10011
10012 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
10013 quote keywords.
10014 (cmpl-string-case-type): Use character classes.
10015
0e8c11d8
SS
10016 * comint.el:
10017 * textmodes/ispell.el:
10018 * imenu.el:
d8d0fa6c
DL
10019 * mail/mh-e.el:
10020 * progmodes/compile.el: Add to debug-ignored-errors.
10021
10022 * dabbrev.el: Add to debug-ignored-errors.
10023 (dabbrev-completion): Use mapc.
10024
1edbbf8a
EZ
100252000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
10026
10027 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
10028 (woman-mapcan, woman-parse-man.conf)
10029 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
10030 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
10031 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
10032 path syntax better.
10033 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
10034 (woman-manpath): Call woman-parse-man.conf.
10035 (woman-emulation): New defcustom, defaults to nroff.
10036 (woman-font-support): New defconst.
10037 (woman-use-symbol-font): New defcustom.
10038 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
10039 "Emulation".
10040 Many functions: Doc fix.
10041
5bd2148c
KH
100422000-05-22 Kenichi Handa <handa@etl.go.jp>
10043
10044 * international/quail.el (quail-simple-translation-keymap): Map
10045 128..255 to quail-self-insert-command.
10046 (quail-keyboard-layout-alist): Add definition for "pc102-de".
10047
4125ec7e
SM
100482000-05-22 Stefan Monnier <monnier@cs.yale.edu>
10049
a1a336eb
SM
10050 * help.el (help-manyarg-func-alist): Typo.
10051
40aeecad
SM
10052 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
10053 intervals which makes it heaps simpler.
10054
4125ec7e
SM
10055 * newcomment.el (comment-region-internal): Go back to BEG after quoting
10056 the nested comment markers.
e4da9c1c
SM
10057
10058 * subr.el (remove-hook): Don't turn the hook's value into a list.
10059
cb7216a7
DL
100602000-05-21 Dave Love <fx@gnu.org>
10061
ac266581
DL
10062 * edmacro.el (edmacro-parse-keys): Return vector if any elements
10063 are invalid characters.
10064
cb7216a7
DL
10065 * international/mule-util.el (detect-coding-with-priority): Use
10066 mapc. Remove redundant lambda.
10067
10068 * international/mule-diag.el (list-non-iso-charset-chars)
10069 (describe-fontset): Remove redundant lambda.
10070
10071 * emulation/crisp.el (brief-mode): New alias.
10072
10073 * emacs-lisp/ring.el (ring-elements): New function.
10074
10075 * emacs-lisp/easymenu.el (easy-menu-create-menu)
10076 (easy-menu-do-add-item): Use keywordp.
10077
10078 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
10079
10080 * replace.el: Doc and error message fixes.
10081 (replace-highlight): Use facep, not internal-find-face.
10082
9b0d1d6e
SM
100832000-05-20 Stefan Monnier <monnier@cs.yale.edu>
10084
b2d2cf58
SM
10085 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
10086
ffe7dc64
SM
10087 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
10088 (log-edit-insert-changelog): Drop `:' as well.
10089
10090 * log-view.el: Fix file description.
10091 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
10092 available.
10093 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
10094 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
10095
c8c21615
SM
10096 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
10097 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
10098 Print a status message if the toggle is called interactively.
10099 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
10100 for global minor modes and use `defcustom' for them.
10101 Use add-minor-mode.
10102 (easy-mmode-define-derived-mode): Remove.
10103 (define-derived-mode): Fancier default docstring.
10104 (easy-mmode-define-navigation): Signal an error rather than (ding).
10105
9b0d1d6e
SM
10106 * newcomment.el (comment-styles): New `box-multi'.
10107 (comment-normalize-vars): Better default for comment-continue to
10108 avoid whitespace-only continuations.
10109 (comment-search-forward): Always move even in the no-syntax case.
10110 (comment-padright): Only obey N if it's only obeyed for padleft.
10111 (comment-make-extra-lines): Better handling of empty continuations.
10112 Use `=' for the filler if comment-start has only one character.
10113 (uncomment-region): Try handling the special `=' filler.
10114 (comment-region): Allow LINES even if MULTI is nil.
10115 (comment-box): Choose box style based on comment-style.
10116
f5ee6d0f
KH
101172000-05-20 Kenichi Handa <handa@etl.go.jp>
10118
9b0d1d6e 10119 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
10120 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
10121
c9671f81
KH
101222000-05-20 Kenichi HANDA <handa@etl.go.jp>
10123
10124 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
10125 and insert, not subst-char-in-region.
10126
10127 * international/mule-diag.el (list-character-sets-1): Handle
10128 charsets eight-bit-control and eight-bit-graphic.
10129 (list-iso-charset-chars): Likewise.
10130 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
10131 charactes as is. Use indent-to to align characters.
10132
10133 * international/mule-cmds.el (find-multibyte-characters): Never
10134 exclude charsets eight-bit-control and eight-bit-graphic.
10135
1426aa5c
SM
101362000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10137
10138 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
10139 Don't quote lambdas.
10140
10141 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
10142
2b63d473
GM
101432000-05-19 Gerd Moellmann <gerd@gnu.org>
10144
10145 * gud.el (gud-jdb-directories): Doc fix.
10146
f1355756
SM
101472000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10148
10149 * newcomment.el: New file.
10150
5f64c9e0
GM
101512000-05-19 Gerd Moellmann <gerd@gnu.org>
10152
2b63d473 10153 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 10154
db7314bd
AS
101552000-05-18 Andreas Schwab <schwab@suse.de>
10156
10157 * dired.el (dired-between-files): Also skip lines beginning with
10158 `used'.
10159
25bb0401
GM
101602000-05-18 Gerd Moellmann <gerd@gnu.org>
10161
10162 * msb.el (msb-menu-cond): Add choice `user'.
10163
a199a865 101642000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 10165
a199a865
GM
10166 * ps-print.el: Compatibility, customization and doc fix.
10167 (ps-printer-name-option): Replace defconst by defvar.
10168 (ps-postscript-code-directory): XEmacs compatibility.
10169 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
10170 fix.
10171 (ps-user-defined-prologue, ps-print-prologue-header)
10172 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
10173 compatibility and code fix.
10174 (ps-print-background-image, ps-print-background-text):
10175 Customization fix.
10176 (ps-line-number-start, ps-n-up-on): New vars.
10177
25bb0401
GM
101782000-05-18 Espen Skoglund <esk@ira.uka.de>
10179
10180 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
10181 the indent-comment function to just return the appropriate indent.
10182
68e6c83a
EL
101832000-05-18 Eric M. Ludlam <zappo@ultranet.com>
10184
10185 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
10186 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
10187 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
10188
dae6cb9f
DL
101892000-05-18 Dave Love <fx@gnu.org>
10190
10191 * info.el (Info-fontify-node): Add intangible property as well as
10192 invisible.
10193
10194 * calendar/appt.el (appt-make-list): Match all lines of entry.
10195 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
10196
813086ea
KH
101972000-05-18 Kenichi Handa <handa@etl.go.jp>
10198
10199 * international/mule-diag.el (describe-char-after): Call
10200 internal-char-font, not char-font. If internal-char-font returns
10201 nil, display "-- none --".
10202
24978190
EZ
102032000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10204
10205 * image.el (image-type-available-p): Don't reference image-types
10206 if it isn't bound.
10207
2fca2d5d
SM
102082000-05-17 Stefan Monnier <monnier@cs.yale.edu>
10209
10210 * autoarg.el (autoarg-mode): Typo in the :set argument.
10211
cfc75d05
EZ
102122000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10213
10214 * startup.el (command-line-1): Don't signal an error if the
10215 directory for auto-save-list files does not yet exist.
10216
c4e30387
KH
102172000-05-17 Kenichi Handa <handa@etl.go.jp>
10218
10219 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
10220
dd6b8ea7
SM
102212000-05-16 Stefan Monnier <monnier@cs.yale.edu>
10222
10223 * subr.el (remove-hook): `setq' hook-value, not `set'.
10224
399c88ad
SS
102252000-05-16 Sam Steingold <sds@gnu.org>
10226
a199a865 10227 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 10228
01651f07
DL
102292000-05-16 Dave Love <fx@gnu.org>
10230
10231 * cus-edit.el: Don't require cl or easymenu.
10232 (custom-variable-prompt): Test standard-value property, not
10233 user-variable-p.
10234
2248c40d
SS
102352000-05-16 Sam Steingold <sds@gnu.org>
10236
10237 * subr.el (add-hook): `setq' hook-value, not `set'.
10238
b15f3b77
GM
102392000-05-16 Gerd Moellmann <gerd@gnu.org>
10240
10241 * startup.el (command-line-1): Mention the FAQ in the startup
10242 message.
10243
10244 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
10245
10246 * progmodes/compile.el (compilation-parse-errors): Collect
10247 `nomessage' regexps last.
10248
10249 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
10250
10251 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
10252 to the function name.
10253
f9bbcfac
EL
102542000-05-15 Dave Love <fx@gnu.org>
10255
10256 * speedbar.el (speedbar-recenter): Typo.
10257 (speedbar-expand-line): Make arg optional.
10258 (speedbar-mode): Avoid a compiler warning.
10259
119b42eb
GM
102602000-05-15 Gerd Moellmann <gerd@gnu.org>
10261
10262 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
10263 user-specified option string is empty.
10264
10265 * mouse.el (mouse-yank-at-click): Doc fix.
10266
f685bea9
EZ
102672000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
10268
10269 * term/internal.el (IT-character-translations): More updates of
10270 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
10271 documents.
10272
a1b8d58b
GM
102732000-05-15 Gerd Moellmann <gerd@gnu.org>
10274
10275 * env.el (getenv): New function, interactively callable.
10276 (setenv, getenv): Remove autoload cookies.
10277
10278 * loadup.el: Load `env'.
10279
10280 * progmodes/f90.el: Change author's mail address.
10281
c9bba7ed
DL
102822000-05-14 Dave Love <fx@gnu.org>
10283
e5c83697
DL
10284 * mail/rmail.el (rmail-show-message-hook): Customize and offer
10285 goto-addr as an option.
10286
10287 * help.el (help-xref-stack): Doc fix.
10288 (help-xref-following): New variable.
10289 (help-make-xrefs): Use it.
10290 (help-xref-go-back): Use position information from stack element.
10291 (help-follow): Make position in stack element a pair. Use
10292 help-xref-following.
399c88ad 10293
e5c83697
DL
10294 * autoarg.el: New file.
10295
10296 * faces.el: Declare more functions obsolete.
10297
c9bba7ed
DL
10298 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
10299 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
10300 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
10301 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
10302 Remove all the setup-...-environment functions.
10303
b6389bfb
EL
103042000-05-13 Eric M. Ludlam <zappo@ultranet.com>
10305
a1b8d58b
GM
10306 * speedbar.el: Updated the commentary section. xemacs20p now uses
10307 >= when detecting. Require `defimage' safely.
b6389bfb
EL
10308 (speedbar-easymenu-definition-base): Add toggle for images.
10309 (speedbar-easymenu-definition-special): Add flush cache & expand.
10310 (speedbar-visiting-tag-hook): Set new defaults. Added options.
10311 (speedbar-reconfigure-keymaps-hook): New variable.
10312 (speedbar-frame-parameters): Updated documentation.
10313 (speedbar-use-imenu-flag): Updated custom tag
10314 (speedbar-dynamic-tags-function-list): New variable.
10315 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
10316 (speedbar-indentation-width, speedbar-indentation-width) New
10317 variables.
10318 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
10319 (speedbar-vc-indicator): Doc update.
10320 (speedbar-ignored-path-expressions): Updated default value.
10321 (speedbar-supported-extension-expressions): Updated default value.
10322 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
10323 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
10324 as "+". Added overlay aliases.
10325 (speedbar-mode): Use `speedbar-mode-line-update' instead of
10326 `force-mode-line-update'.
10327 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
10328 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
10329 `mouse-set-point'
b6389bfb 10330 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
10331 (speedbar-item-info-tag-helper): Revamped to handle a wider range
10332 of arbitrary text, and new helper functions.
10333 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
10334 filename finder.
b6389bfb
EL
10335 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
10336 (speedbar-directory-buttons): Update path search/expansion.
10337 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
10338 `speedbar-indentation-width'. Use more care w/ invisible
10339 properties.
b6389bfb
EL
10340 (speedbar-change-expand-button-char): Call
10341 `speedbar-insert-image-button-maybe'.
10342 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
10343 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
10344 (speedbar-trim-words-tag-hierarchy)
10345 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 10346 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
10347 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
10348 functions.
b6389bfb
EL
10349 (speedbar-mouse-set-point): New function
10350 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
10351 (speedbar-line-token, speedbar-goto-this-file): Handle more types
10352 of tag prefix text.
10353 (speedbar-expand-line, speedbar-contract-line): Make more robust
10354 to strange text.
10355 (speedbar-expand-line): Takes universal argument to flush the
10356 cache.
b6389bfb
EL
10357 (speedbar-flush-expand-line): New function.
10358 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
10359 Use new generator insertion method.
10360 (speedbar-fetch-dynamic-tags): New function.
10361 (speedbar-fetch-dynamic-imenu): Removed code now handled in
10362 `speedbar-fetch-dynamic-imenu'.
10363 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
10364 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
10365 "Revert Buffer" menu items.
10366 (speedbar-buffer-buttons-engine): Be smarter when creating a
10367 filename tag (for expansion purposes.).
a1b8d58b
GM
10368 (speedbar-highlight-one-tag-line,
10369 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
10370 (speedbar-recenter): New functions.
b6389bfb 10371 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
10372 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
10373 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
10374 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
10375 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
10376 (speedbar-expand-image-button-alist): New variable.
10377 (speedbar-insert-image-button-maybe): Insert an image over some
10378 buttons.
10379
43fe9244
KH
103802000-05-13 Kenichi Handa <handa@etl.go.jp>
10381
10382 * international/mule-cmds.el (encode-coding-char): An ASCII
10383 character is always encodable.
10384
10385 * international/mule-conf.el: Add more information in descriptions
10386 of character sets.
10387
813086ea 10388 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
10389 (describe-font-internal): Adjusted for the change of font-info.
10390 (describe-font): Likewise.
10391 (print-fontset): Rewritten for the new fontset implementation.
10392 (describe-fontset): Include fontset alias names in completion.
10393 (list-fontsets): Adjusted for the change of print-fontset.
10394
10395 * simple.el (what-cursor-position): If DETAIL is non-nil, call
10396 describe-char-after instead of displaying the detail in the echo
10397 area.
813086ea
KH
10398 (syntax-code-table): Format changed.
10399 (string-to-syntax): Adjusted for the above change.
0e8c11d8 10400
e8564f57
SM
104012000-05-12 Stefan Monnier <monnier@cs.yale.edu>
10402
10403 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
10404
9278c60d
DL
104052000-05-12 Dave Love <fx@gnu.org>
10406
10407 * calendar/todo-mode.el: Remove some compatibility stuff and CL
10408 dependence. Use line-{beginning,end}-position, not
10409 point-at{b,e}ol. Some doc fixes.
10410 (todo-position): New function. Fix callers of position to use it.
10411 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
10412
be0505fe
GM
104132000-05-12 Gerd Moellmann <gerd@gnu.org>
10414
10415 * time.el (display-time-mail-icon): Use `:ascent center'.
10416
a8a3541c
GM
10417 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
10418 handling FTP security extensions.
399c88ad 10419
44d5f148
DL
104202000-05-11 Dave Love <fx@gnu.org>
10421
33d0c179 10422 * calendar/todo-mode.el: New file.
44d5f148 10423
da4496b6
GM
104242000-05-11 Gerd Moellmann <gerd@gnu.org>
10425
cdc4401d
GM
10426 * comint.el (comint-read-input-ring): Move reference to
10427 comint-input-ring-size outside of the save-excursion. It was
10428 causing the default value to be the only one ever seen.
399c88ad 10429
0279f991
GM
10430 * font-lock.el: Update copyright. Remove Simon Marshall's email
10431 address on request from him.
10432
da4496b6
GM
10433 * subr.el (substitute-key-definition): Add comment describing
10434 the meaning of PREFIX.
10435
ac5cb26d
SM
104362000-05-10 Stefan Monnier <monnier@cs.yale.edu>
10437
10438 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
10439
10440 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
10441 (add-minor-mode): Don't make the variable buffer-local and add a
10442 reference to define-minor-mode in the docstring.
10443
10444 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
10445 HEADER/FOOTER and fix bug with trailing empty directory.
10446 (cvs-append-to-ignore): Use vc-editable-p if available.
10447 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
10448 (vc-do-command): Tweak advice to handle the new VC.
10449
10450 * log-view.el (log-view-goto-rev): New function for the new VC.
10451 (log-view-minor-wrap): Use mark-active.
10452
10453 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
10454 (log-edit-changelog-full-paragraphs): New var.
10455 (log-edit-insert-changelog): Remove a lonely leading `* file'.
10456 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
10457 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
10458 (log-edit-changelog-ours-p, log-edit-changelog-entries)
10459 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
10460 Replace the `cvs' prefix with `log-edit'.
10461
10462 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
10463
10464 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
10465 (diff-font-lock-defaults): Explicitly turn off multiline.
10466 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
10467 (diff-ediff-patch): Fix call to ediff-patch-file.
10468 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
10469 Handle comments.
10470
10471 * frame.el (automatic-hscrolling): Typo.
10472
10473 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
10474
21c34da3
DL
104752000-05-09 Sam Steingold <sds@goems.com>
10476
10477 * apropos.el (apropos-print): use `describe-face' instead of
10478 `customize-face-other-window'.
10479
950cf06f
DL
104802000-05-09 Dave Love <fx@gnu.org>
10481
10482 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
10483
10484 * help.el (describe-variable): Have customize button pop the
10485 help-xref stack when invoked.
10486 (help-xref-symbol-regexp): Add `face'.
10487 (help-make-xrefs): Check for quoted face names and adapt regexp
10488 submatch numbers to cope.
10489 (help-xref-interned): Maybe insert face doc too. Separate
10490 sections with a line of hyphens.
10491
0623e40f 10492 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
10493 (describe-face): Add customize button. Return the help
10494 text. Fix prompt.
10495
82e2ca9d
EZ
104962000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
10497
10498 * term/internal.el (IT-character-translations): Fix last change.
10499
10c00b5c
EZ
105002000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10501
10502 * woman.el: New file
10503 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
10504
9deed82f
EZ
105052000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10506
001ad319
EZ
10507 * term/internal.el (IT-character-translations): Update ASCII
10508 simulations for greek-iso8859-7, add latin-iso8859-14 and
10509 latin-iso8859-15.
10510
9deed82f
EZ
10511 * international/mule-cmds.el (set-language-info-alist): Call
10512 define-prefix-command with 3 arguments, to make the map suitable
10513 for a menu.
10514
4f37b78a
DL
105152000-05-07 Dave Love <fx@gnu.org>
10516
1ec321a7 10517 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 10518
64a4c526
DL
105192000-05-05 Dave Love <fx@gnu.org>
10520
10521 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
10522 list in doc string. Don't quote keyword symbols.
10523 * emacs-lisp/cl.el: Likewise
10524 * emacs-lisp/cl-seq.el: Likewise
10525
056565f7
GM
105262000-05-05 Gerd Moellmann <gerd@gnu.org>
10527
10528 * abbrev.el (abbrev-mode): Make ARG optional.
10529
4656b314
GM
105302000-05-04 Gerd Moellmann <gerd@gnu.org>
10531
ec82fb2f
GM
10532 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
10533
10534 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
10535
4656b314
GM
10536 * subr.el (substitute-key-definition): Clarify documentation.
10537
105382000-05-04 Milan Zamazal <pdm@freesoft.cz>
10539
10540 * glasses.el (glasses-convert-to-unreadable): Use
10541 `glasses-separator' instead of the hard-wired "_".
10542 (glasses-mode): Call `glasses-make-unreadable' only in a single
10543 place.
10544
7b081c78
EZ
105452000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
10546
10547 * term/internal.el (cjk-codepages-alist): Add associations for
10548 Chinese and Korean codepages. Remove FIXME comment.
10549
baa5536e
DL
105502000-05-03 Dave Love <fx@gnu.org>
10551
10552 * time.el (display-time-mail-face, display-time-use-mail-icon):
10553 New option.
10554 (display-time-mail-icon): New variable.
10555 (display-time-string-forms): Use the above. Fix the local-map.
10556
cbf18892
GM
105572000-05-03 Gerd Moellmann <gerd@gnu.org>
10558
4ff40dd0
GM
10559 * replace.el (query-replace-map): Add binding for `E'.
10560 (query-replace-help): Extend help text.
10561 (perform-replace): Allow editing the replacement string.
10562
10563 * make-mode.el (makefile-mode-abbrev-table): New variable.
10564 (makefile-mode): Set local abbrev table to
10565 makefile-mode-abbrev-table.
10566 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 10567
cbf18892
GM
10568 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
10569 set TOGGLE's value.
10570
4ff40dd0
GM
10571 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
10572 mail-interactive-insert-alias.
10573 (mail-abbrev-complete-alias): New command.
10574 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 10575
ffec4d9f
KH
105762000-05-03 Kenichi Handa <handa@etl.go.jp>
10577
10578 * language/lao-util.el (lao-compose-region): New function.
10579
1b0672c3
GM
105802000-05-02 Gerd Moellmann <gerd@gnu.org>
10581
576da55d
GM
10582 * files.el (recover-session): Make directories as necessary
10583 if they don't exist yet.
10584
399c88ad
SS
10585 * calendar/cal-french.el
10586 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
10587 (french-calendar-special-days-array): Change French text.
10588 (calendar-french-date-string): Change output.
10589 (calendar-goto-french-date): Likewise.
10590
105912000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
10592
10593 * wid-edit.el (widget-default-active): Obey `:always-active'.
10594 (widget-documentation-string-value-create): Set `:always-active'.
10595
4b33deaa
EZ
105962000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10597
10598 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
10599 default prefix to `~/_emacs.d/auto-save.list/_s'.
10600 (normal-top-level): Create the directory for auto-save files, if
10601 it doesn't already exist (in the ms-dos case only).
10602
5c922ea7
EZ
106032000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10604
10605 * international/mule-cmds.el (set-language-environment): Don't
10606 concat an integer (dos-codepage), use format instead.
10607
820ad5e7
DL
106082000-05-02 Dave Love <fx@gnu.org>
10609
10610 * help.el (help-xref-on-pp): Check for constant symbols.
10611
57cb56f5
GM
106122000-04-29 Gerd Moellmann <gerd@gnu.org>
10613
10614 * startup.el (normal-top-level): Put a condition-case around
10615 the code loading subdirs.el.
10616
106172000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 10618
57cb56f5
GM
10619 * ps-print.el: Upside-down and face background color printing,
10620 line number step, doc fix.
10621 (ps-print-version): New version number (5.2).
10622 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
10623 (ps-face-attribute-list, ps-plot-with-face): Code fix.
10624 (ps-spool-config): Var fix.
10625 (ps-printer-name-option): Const fix.
10626 (ps-print-upside-down, ps-use-face-background)
10627 (ps-line-number-step): New vars.
10628 (ps-window-system, ps-lp-system): New consts.
10629 (ps-face-background): New fun.
10630
084cec2f
GM
106312000-04-28 Richard Stallman <rms@gnu.org>
10632
10633 * files.el (make-auto-save-file-name):
10634 Apply auto-save-file-name-transforms to visited file name
10635 before generating auto save file name.
10636 (auto-save-file-name-transforms): New variable.
10637
399c88ad 10638 * files.el (backup-enable-predicate):
084cec2f
GM
10639 Correctly test for a file under a temporary directory.
10640
c94f4677
GM
106412000-04-28 Gerd Moellmann <gerd@gnu.org>
10642
10643 * subr.el (add-minor-mode): Rewritten.
10644
7b211df5
KH
106452000-04-28 Kenichi Handa <handa@etl.go.jp>
10646
10647 * mail/sendmail.el (sendmail-send-it): Set
10648 buffer-file-coding-system to the selected coding system for MIME
10649 header.
10650
c76e04a8 106512000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 10652
c76e04a8
GM
10653 * dired.el (dired-move-to-filename-regexp): Allow format where
10654 YYYY is followed by two spaces.
e3e36d74 10655
c76e04a8
GM
10656 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
10657 in the second character class of the regexp.
10658
10659 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
10660 mh-etc, too.
353964e3 10661
c76e04a8
GM
10662 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
10663 nil.
399c88ad 10664
353964e3
GM
10665 * subr.el (add-minor-mode): Use `set' instead of `setq'.
10666
10667 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
10668 argument.
10669
c76e04a8 106702000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 10671
c76e04a8
GM
10672 * emacs-lisp/crm.el (crm-completion-table): New variable.
10673 (crm-collection-fn, crm-test-completion)
10674 (completing-read-multiple): Use it.
10675
106762000-04-27 Dave Love <fx@gnu.org>
10677
10678 * help.el (locate-library): Use mapc.
10679 (help-manyarg-func-alist): Add call-process-region.
10680
7464346d
GM
106812000-04-26 Gerd Moellmann <gerd@gnu.org>
10682
b35bd33d
GM
10683 * subr.el (add-minor-mode): Make argument MAP optional.
10684
7464346d
GM
10685 * desktop.el (desktop-save): Save list of minor modes.
10686 (desktop-create-buffer): Restore minor modes.
10687 (desktop-minor-mode-table): New user-option.
10688
10689 * subr.el (add-minor-mode): New function.
10690
10691 * image.el (find-image): New function.
10692 (defimage): Rewritten to find image at load time.
10693
10694 * startup.el (normal-top-level-add-to-load-path): Handle
10695 case that the default directory is not in load-path.
10696
10697 * help.el: Old patch from Stefan Monnier.
10698 (help-xref-on-pp): New function.
10699 (describe-variable): Use it to display xrefs in a symbol's value.
10700
23c0fb21
SM
107012000-04-26 Stefan Monnier <monnier@cs.yale.edu>
10702
10703 * cus-edit.el (custom-face): Fix parenthesis.
10704
fad95037
KH
107052000-04-26 Kenichi Handa <handa@etl.go.jp>
10706
f03392a1
KH
10707 * mail/rmail.el (rmail-expunge): When there are no deleted
10708 messages, do nothing.
fad95037 10709
0d7c5bb9
DL
107102000-04-26 Dave Love <fx@gnu.org>
10711
10712 * international/mule-cmds.el (locale-translation-file-name):
10713 Defvar to nil.
10714 (set-locale-environment): Set it here (at runtime).
10715
612839b6
GM
107162000-04-25 Gerd Moellmann <gerd@gnu.org>
10717
10718 * replace.el (perform-replace): Add parameters START and END. Use
10719 them instead of the check for a region in Transient Mark mode.
10720 (query-replace-read-args): Return two more list elements for the
10721 start and end of the region in Transient Mark mode.
10722 (query-replace, query-replace-regexp, query-replace-regexp-eval)
10723 (map-query-replace-regexp, replace-string, replace-regexp): Add
10724 optional last arguments START and END and pass them to
10725 perform-replace.
10726
10727 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
10728 form with additional arguments for perform-replace.
10729
10730 * progmodes/etags.el (tags-query-replace): Add parameters START
10731 and END. Construct a form with additional arguments for
10732 perform-replace.
10733
10734 * simple.el (shell-command): Set default directory for "*Shell
10735 Command Output" buffer.
10736
10737 * language/european.el (iso-latin-4): Fix typo.
10738
10739 * emacs-lisp/crm.el: New file.
10740
2917cc05
DL
107412000-04-24 Dave Love <fx@gnu.org>
10742
10743 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
10744 (Custom-reset-saved, Custom-reset-standard)
10745 (custom-group-value-create, custom-group-set, custom-group-save)
10746 (custom-group-reset-current, custom-group-reset-saved)
10747 (custom-group-reset-standard): Use mapc.
10748 (custom-buffer-create-internal): Disable undo when creating items.
10749 Use mapc.
10750 (custom-face): Avoid redundant lambda.
10751
abfcc168
GM
107522000-04-24 Gerd Moellmann <gerd@gnu.org>
10753
10754 * startup.el (auto-save-list-file-prefix): Set default to
10755 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
10756
fa78f71b
SS
107572000-04-24 Sam Steingold <sds@gnu.org>
10758
10759 * time-stamp.el (time-stamp-string-preprocess): Always convert
10760 `field-result' to a string.
10761
cc181e95
GM
107622000-04-24 Gerd Moellmann <gerd@gnu.org>
10763
10764 * frame.el (scrolling): New group.
10765 (automatic-hscrolling): New user-option.
10766
10767 * startup.el (command-line-x-option-alist): Add `-lsp' and
10768 `--line-spacing'.
10769
6142fdcb
DL
107702000-04-19 Dave Love <fx@gnu.org>
10771
10772 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
10773 (cl-mapc): Rename from mapc. Fix the funcall.
10774
5e3dac3f
GM
107752000-04-19 Gerd Moellmann <gerd@gnu.org>
10776
1c459486
GM
10777 * simple.el (clone-indirect-buffer-other-window): New command.
10778 (clone-indirect-buffer): Add optional arg NORECROD.
10779 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
10780
271b4185
GM
10781 * help.el (resize-temp-buffer-window): Use count-screen-lines.
10782
10783 * window.el (count-screen-lines): New function.
10784 (shrink-window-if-larger-than-buffer): Use count-screen-lines
10785 instead of window-buffer-height.
10786
10787 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
10788 non-existing variable comint-input-sentinel.
10789 (inferior-lisp-args-to-list): Removed.
10790 (inferior-lisp): Use split-string instead of
10791 inferior-lisp-args-to-list.
10792
10793 * hexl.el (hexl-insert-hex-string): New command.
10794
5e3dac3f
GM
10795 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
10796 instead of concat.
10797
f6d3257b
GM
107982000-04-18 Gerd Moellmann <gerd@gnu.org>
10799
10800 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
10801 at the start of an existing but empty folder.
10802
108032000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10804
10805 * ps-mule.el: Customization fix, doc fix.
10806 (ps-multibyte-buffer): Customization fix.
10807
8b7bc628 108082000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
10809
10810 * subr.el (read-passwd): Use read-char-exclusive.
10811
0daee095
GM
108122000-04-17 Gerd Moellmann <gerd@gnu.org>
10813
10814 * textmodes/texinfo.el (texinfo-insert-@email)
10815 (texinfo-insert-@emph, texinfo-insert-@quotation)
10816 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
10817 (texinfo-mode-map): Add key bindings for them.
10818
10819 * files.el (basic-save-buffer-2): Use a template with `$'
10820 instead of `#' for VMS.
10821
10822 * simple.el (clone-indirect-buffer): New function.
10823
e10f64e7
GM
108242000-04-16 Stephen Eglen <stephen@gnu.org>
10825
10826 * iswitchb.el (iswitchb-case): New function. If the user input
10827 contains any upper-case characters, the search is made
10828 case-sensitive.
10829
e3721db1
SM
108302000-04-17 Stefan Monnier <monnier@cs.yale.edu>
10831
e10f64e7
GM
10832 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
10833 comment-end.
e3721db1
SM
10834 (texinfo-font-lock-syntactic-keywords): New var.
10835 (texinfo-font-lock-keywords): Remove comment regexp.
10836 (texinfo-insert-block): New function.
10837 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
10838 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
10839 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 10840 (texinfo-environments): New var.
e10f64e7
GM
10841 (texinfo-environment-regexp): Use regexp-opt and
10842 texinfo-environments.
e3721db1 10843
e10f64e7
GM
10844 * textmodes/ispell.el (ispell-menu-map-needed): Check that
10845 ispell-process is bound since this might be eval'd before ispell
10846 is loaded.
10847 (ispell-message): Use a tiny bit less magic and a bit more hard
10848 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
10849
10850 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
10851
10852 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
10853 (insert-cyclic-diary-entry): Unquote the lambda.
10854
10855 * gud.el (gud-jdb-build-source-files-list): Fix typo.
10856
10857 * files.el (backup-enable-predicate): Unquote the lambda.
10858
10859 * cus-edit.el (custom-face, face): Unquote the lambda.
10860
712dc9e0
GM
108612000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10862
10863 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 10864
712dc9e0
GM
10865 * ps-print.el: Fix counting lines in a region.
10866 (ps-print-version): New version number (5.1.5).
10867 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
10868 (ps-printing-region): Fun code fix.
10869
ffc50f2a
GM
108702000-04-15 Gerd Moellmann <gerd@gnu.org>
10871
10872 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
10873 to file-directory-p.
10874
a2522dca
GM
108752000-04-14 Gerd Moellmann <gerd@gnu.org>
10876
10877 * gud.el (gud-jdb-build-source-files-list): Check that directory
10878 exists before calling directory-files.
10879
6e883610
DL
108802000-04-13 Dave Love <fx@gnu.org>
10881
10882 * emacs-lisp/trace.el: Change maintainer. Use new backquote
10883 syntax.
10884
10885 * emacs-lisp/cl-specs.el: Remove when, unless.
10886
10887 * emacs-lisp/cl-extra.el: Don't quote keywords.
10888 (cl-old-mapc): New variable.
10889 (mapc): Use it.
10890 (cl-map-intervals): Use with-current-buffer. Don't check for
10891 next-property-change.
10892 (cl-map-overlays): Use with-current-buffer.
10893 (cl-expt): Remove.
10894 (copy-tree, remprop): Define unconditionally.
10895
10896 * emacs-lisp/cl-compat.el (keywordp): Remove.
10897
10898 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
10899 to use keywordp.
10900 (edebug-spec): Enable keywordp.
10901
10902 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
10903 string-lessp.
10904
10905 * cus-start.el: Use keywordp.
10906
198e3c7a
GM
109072000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10908
10909 * diary-lib.el (include-other-diary-files): Fix the fix of
10910 2000-02-18 by doing a save-excursion.
10911
109122000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10913
10914 * ps-print.el: Customization fix, doc fix.
10915 (ps-print-version): New version number (5.1.4).
10916 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
10917 (ps-print-preprint): Adjust code.
10918 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
10919 (ps-print-prologue-header, ps-print-control-characters)
10920 (ps-spool-config): Customization fix.
fa78f71b 10921
8eba343c
EZ
109222000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
10923
10924 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
10925 converted to the new menu-item format, names silightly changed,
10926 help strings added.
10927
10928 Support for spelling without async subprocesses:
10929
10930 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
10931 (ispell-session-buffer): New variables.
10932 (ispell-start-process, ispell-process-status,
10933 ispell-accept-output, ispell-send-string): New functions, for
10934 Ispell invocation when async subprocesses aren't supported.
10935 (ispell-word, ispell-pdict-save, ispell-command-loop,
10936 ispell-process-line, ispell-buffer-local-parsing): Replace calls
10937 to process-send-string with calls to ispell-send-string, and
10938 accept-process-output with ispell-accept-output.
10939 (ispell-init-process): Call ispell-process-status instead of
10940 process-status with.
10941 (ispell-init-process): Call ispell-start-process. Call
10942 ispell-accept-output and ispell-send-string. Don't call
10943 process-kill-without-query and kill-process if they are unbound.
10944 (ispell-async-processp): New function.
10945
3d30065d
DL
109462000-04-12 Dave Love <fx@gnu.org>
10947
10948 * info.el: Add debug-ignored-errors.
10949 (Info-mode-menu): Add some items.
10950 (Info-directory): Add autoload cookie.
10951
10952 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
10953 Modify `truncate-lines'. Make `describe-language-environment'
10954 always visible and add help. Modify `describe-key' help. Invoke
10955 Info-directory from `info'. New entry `emacs-manual'.
10956
1a1b1895
GM
109572000-04-10 Gerd Moellmann <gerd@gnu.org>
10958
8b2affc5
GM
10959 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
10960 propertized-buffer-identification.
10961 (ebrowse-update-member-buffer-mode-line): Likewise.
10962 (ebrowse--mode-strings): Removed.
10963 (ebrowse--mode-line-props): Removed.
10964
1a1b1895
GM
10965 * files.el (auto-mode-alist): Add `EBROWSE'.
10966
10967 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
10968 space before testing for end of buffer.
10969 (ebrowse-load): Removed.
10970 (ebrowse-revert-tree-buffer-from-file): Rewritten.
10971 (ebrowse-create-tree-buffer): Rewritten.
10972 (ebrowse-tree-mode): Read tree from buffer.
10973
10974 * progmodes/ebrowse-ffh.el: Removed.
10975
223f3c91
KH
109762000-04-10 Kenichi Handa <handa@etl.go.jp>
10977
10978 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
10979
25fbf2c4
GM
109802000-04-10 Gerd Moellmann <gerd@gnu.org>
10981
10982 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
10983 at the wrong place.
10984
92c13173
DL
109852000-04-09 Dave Love <fx@gnu.org>
10986
10987 * files.el (backup-enable-predicate): Use
10988 temporary-file-directory, small-temporary-file-directory.
10989 (make-backup-file-name-function, backup-directory-alist): New
10990 variables.
10991 (make-backup-file-name-1): New function.
10992 (make-backup-file-name): Use it.
10993 (find-backup-file-name): Likewise. Use format for clarity, not
10994 concat.
10995 (file-newest-backup): Use make-backup-file-name.
10996
be0dbdab
GM
109972000-04-09 Gerd Moellmann <gerd@gnu.org>
10998
c45be9ac 10999 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 11000
c45be9ac
GM
11001 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
11002 to ebrowse-ffh.el.
11003 (ebrowse-load): Add autoload.
11004
11005 * finder.el (finder-commentary): Add autoload cookie.
11006
be0dbdab
GM
11007 * mail/rfc2368.el: Correct author's email address.
11008
11009 * progmodes/ebrowse.el: New file.
11010
11011 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
11012 item help string.
11013 (easy-menu-do-add-item): Ditto.
11014 (easy-menu-define): Extend doc string.
11015
11016 * jit-lock.el (with-buffer-unmodified): Use
11017 restore-buffer-modified-p.
11018 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
11019 (jit-lock-function, jit-lock-stealth-fontify): Don't use
11020 with-buffer-unmodified.
11021
3f923efe
DL
110222000-04-08 Dave Love <fx@gnu.org>
11023
11024 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
11025 unless, when.
11026
d35bee0e
MK
110272000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
11028
11029 * viper-util.el (viper-put-on-search-overlay): New subroutine.
11030 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 11031 doesn't support face.
d35bee0e 11032 Use `viper-put-on-search-overlay'.
fa78f71b 11033
c407c570
GM
110342000-04-04 Gerd Moellmann <gerd@gnu.org>
11035
11036 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
11037 like C-r.
11038
11039 * progmodes/make-mode.el: Some doc fixes.
11040 (makefile-mode-abbrev-table): New variable.
11041 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
11042 (makefile-font-lock-keywords): Fontify includes and conditionals.
11043 (toplevel): Require `dabbrev' and `add-log' when compiling.
11044
11045 * replace.el (perform-replace): Don't move forward one char
11046 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
11047 to do that because it leaves point 1 position after the last
11048 replacement, after everything has been replaced.
11049
11050 * jit-lock.el (with-buffer-unmodified): New macro.
11051 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
11052 modified state.
11053 (jit-lock-function-1): Extracted from jit-lock-function; not
11054 preserving buffer's modified state.
11055 (jit-lock-function, jit-lock-stealth-fontify): Call
11056 jit-lock-function-1.
11057
11058 * mail/rfc2368.el: Remove supernumerary copyright line.
11059
685e5ed2
GM
110602000-04-04 Milan Zamazal <pdm@freesoft.cz>
11061
11062 * glasses.el: Provide facilities for inserting space before left
11063 parentheses and uncapitalization of identifiers.
11064 (glasses-mode): Try to remove old overlays in all cases.
11065
0166aed1
GM
110662000-04-03 Gerd Moellmann <gerd@gnu.org>
11067
62f20204
GM
11068 * progmodes/compile.el (compile-internal): Display the compilation
11069 buffer in a different frame, if it's already displayed there.
11070
6460c400
GM
11071 * mail/rfc2368.el: New file.
11072
c0510d27
GM
11073 * simple.el (sendmail-user-agent-compose): Recognize a `body'
11074 header and insert its value as mail body.
11075
11076 * subr.el (member-ignore-case): New function.
11077
11078 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
11079 (dabbrev--find-expansion): Ignore buffers matching a regexp
11080 from dabbrev-ignored-regexps.
11081
0166aed1
GM
11082 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
11083 to extensions handled by gzip.
11084
c0510d27
GM
110852000-04-03 Richard M. Stallman <rms@gnu.org>
11086
11087 * files.el (insert-directory): List the total free space
11088 along with the used space.
fa78f71b 11089
c0510d27
GM
11090 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
11091 line is followed by one that matches CITATION-REGEXP, end the
11092 paragraph.
11093
110942000-04-03 Markus Rost <rost@delysid.gnu.org>
11095
11096 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
11097 (rmail-make-basic-summary-line): Use that option.
fa78f71b 11098
14c04384
KH
110992000-04-03 Kenichi Handa <handa@etl.go.jp>
11100
11101 * international/mule-cmds.el (encoded-string-description):
11102 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
11103 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
11104 for hexadecimal format.
14c04384 11105
ccf5869a
DL
111062000-04-01 Dave Love <fx@gnu.org>
11107
11108 * cpp.el: Change customization group to `c' from `C'.
11109
11110 * vcursor.el (vcursor-move): Use display-color-p.
11111
11112 * international/mule-util.el: Provide mule-utils.
11113 (string-to-sequence): Simplify and speed up.
11114
11115 * international/mule.el (make-coding-system): Purecopy doc-string.
11116
11117 * international/mule-cmds.el: Various menu changes.
11118 (describe-specified-language-support): Handle `Default'.
11119 (set-language-info): Purecopy `info'.
11120
610d841e
GM
111212000-03-31 Andrew Innes <andrewi@gnu.org>
11122
11123 * vc.el (vc-backend-diff): Return the correct status if we had to
11124 retry the rcsdiff command without the --brief option.
fa78f71b 11125
7f9de034
DL
111262000-03-31 Dave Love <fx@gnu.org>
11127
2de47765
DL
11128 * help.el (help-manyarg-func-alist): Correct several omissions.
11129
72838819
DL
11130 * add-log.el: Don't require cl, fortran.
11131 (add-log-current-defun-function): Doc fix.
11132 (change-log-version-number-regexp-list): Remove SCCS part. Doc
11133 fix.
11134 (change-log-version-rcs): Function deleted.
11135 (change-log-version-number-search): Doc fix. Use
11136 vc-workfile-version. Avoid CL dolist.
11137 (add-change-log-entry): Just call add-log-current-defun to get
11138 defun. Simplify somewhat.
11139 (change-log-get-method-definition-1): Likewise.
11140 (add-log-current-defun): Return nil if calling
11141 add-log-current-defun-function does so. Move Fortran stuff to
11142 fortran.el. Return string without properties.
11143
7f9de034
DL
11144 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
11145 and :alpha: char classes.
11146
11147 * mail/supercite.el: Defvar curline when compiling.
11148 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
11149 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
11150 rather than a-zA-Z0-9 to allow non-ASCII characters.
11151
aa110c0c
GM
111522000-03-31 Gerd Moellmann <gerd@gnu.org>
11153
11154 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
11155
11156 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11157 Re-enable new code.
11158
11159 * lpr.el (print-region-1): Use -d to specify printer name for
11160 systems `usg-unix-v*, `dgux', `hpux', `irix'.
11161
111622000-03-31 Dave Love <fx@gnu.org>
fa78f71b 11163
aa110c0c
GM
11164 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
11165 for function definition in symbol's function value slot first
11166 instead of first consulting byte-compile-function-environment.
fa78f71b 11167
6733d074
KH
111682000-03-31 Kenichi Handa <handa@etl.go.jp>
11169
11170 * language/european.el ("Polish"): New language environment.
11171 (setup-polish-environment): New function.
11172
63fcfa04
GM
111732000-03-30 Gerd Moellmann <gerd@gnu.org>
11174
11175 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11176 Disable new code.
11177
11178 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
11179 trying to `load' the symbol of an autoload instead of the file
11180 recorded in the autoload. Fix error messages.
11181
7438c86b
GM
111822000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11183
11184 * ps-print.el: PostScript programming fix for ghostview, doc fix.
11185 (ps-print-version): New version number (5.1.3).
11186 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
11187 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
11188 (ps-generate-postscript-with-faces): Code fix.
11189 (ps-color-values): XEmacs compatibility.
11190 (ps-print-background-image, ps-print-background-text, ps-printer-name)
11191 (ps-default-fg, ps-default-bg): Adjust customization.
11192 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
11193 (ps-color-scale): Renaming old ps-color-value fun.
11194 (ps-print-headers): Replace ps-print-header group to avoid conflict
11195 with ps-print-header variable.
11196 (ps-print-miscellany): New group.
11197 (ps-format-color, ps-rgb-color): New funs.
11198 (ps-default-foreground): New var.
11199 (ps-printer-name-option): New const.
fa78f71b 11200
326855a0
PB
112012000-03-30 Peter Breton <pbreton@ne.mediaone.net>
11202
1f56ba73
PB
11203 * net/net-utils.el:
11204 (network-connection-host, network-connection-service): New variables
11205 (network-connection-mode): New mode, derived from comint-mode
11206 (network-connection-mode-setup): New function, saves host and
fa78f71b 11207 service information in local variables.
1f56ba73 11208
326855a0
PB
11209 * lisp/locate.el:
11210 (locate-word-at-point): Added this function
11211 (locate): Default to using locate-word-at-point as input
11212 Run dired-mode-hook
11213
141384bd
DL
112142000-03-29 Dave Love <fx@gnu.org>
11215
11216 * calendar/appt.el: Doc fixes.
11217 (appt-check): Convert min-to-app to a string before passing to
11218 appt-disp-window-function or concat.
11219 (appt-delete-window): Remove test for frame-root-window.
11220 (appt-select-lowest-window, appt-convert-time): Simplify.
11221
11222 * emacs-lisp/bytecomp.el: Doc fixes.
11223 (byte-compile-file-form-autoload): Update
11224 byte-compile-function-environment.
11225
c5aa0fc2
AS
112262000-03-29 Andreas Schwab <schwab@suse.de>
11227
11228 * emacs-lisp/autoload.el: Also print defsubst doc string
11229 specially.
11230
11231 * dired.el (dired-insert-directory): If dired-free-space-program
11232 failed just delete its output.
11233
f1d6fe69
DL
112342000-03-29 Dave Love <fx@gnu.org>
11235
11236 * international/iso-cvt.el: Move provide to end. Doc fixes.
11237 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
11238 (iso-iso2sgml, iso-sgml2iso): New functions.
11239 (iso-cvt-define-menu): Fix some entries and use backquote for
11240 clarity.
11241
11242 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
11243
b61f1215
GM
112442000-03-28 Gerd Moellmann <gerd@gnu.org>
11245
11246 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
11247 ISO-DATE. If non-nil, return date in ISO 8601 format.
11248
ea4b0ca3
SM
112492000-03-26 Stefan Monnier <monnier@cs.yale.edu>
11250
3831af62
SM
11251 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
11252 if it ever becomes used.
11253 (log-edit-mode-hook): Default to vc-log-mode-hook.
11254 (log-edit-mode): Fix the docstring.
11255
ea4b0ca3
SM
11256 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
11257 the code.
11258
08f8b1cc
DL
112592000-03-26 Dave Love <fx@gnu.org>
11260
082527fe
DL
11261 * net/browse-url.el (browse-url): Re-fix case of
11262 browse-url-browser-function being an alist.
11263 (browse-url): Add :link to defgroup.
11264
08f8b1cc
DL
11265 * files.el: Doc fixes.
11266 (file-truename): Include `[' in wildcard characters.
11267 (automount-dir-prefix): Customize.
11268 (find-file-wildcards): Add :version.
11269 (find-file-noselect): Simplify a mapcar call.
11270
11271 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
11272 compatible with inf-lisp version.
11273 (eval-defun-1): Fix custom-declare-variable case.
11274
ea4b0ca3
SM
112752000-03-25 Stefan Monnier <monnier@cs.yale.edu>
11276
11277 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
11278
9a0dd3dc
GM
112792000-03-24 Gerd Moellmann <gerd@gnu.org>
11280
b68c375f
GM
11281 * Makefile (COMPILE_FIRST): New macro.
11282 (compile-files): Compile files from COMPILE_FIRST first.
11283
11284 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
11285 code.
11286
9a0dd3dc
GM
11287 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
11288 matching open parenthesis in column 0 to defun-prompt-regexp
11289 only if open-paren-in-column-0-is-defun-start is set.
11290
11291 * sun-curs.el: Require CL at compile-time only.
11292
11293 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
11294 instead of copy-list which is a function from CL.
11295 (msb--choose-menu, msb--mode-menu-cond)
11296 (msb--create-buffer-menu-2): Use dolist instead of mapc.
11297 (msb--init-file-alist): Use mapcar instead of mapcan.
11298 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
11299 `(' in column 0 in doc string.
11300 (msb--add-separators): Use mapcar instead of mapcan.
11301
11302 * cus-dep.el: Require CL at compile-time only.
11303
c7dcadb5
SM
113042000-03-24 Stefan Monnier <monnier@cs.yale.edu>
11305
11306 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11307 (byte-compile-warnings): New warning `noruntime'.
11308 (byte-compile-constants, byte-compile-variables): Fix docstring.
11309 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
11310 execute `eval-whenc-compile's body.
11311 (byte-compile-unresolved-functions): Fix docstring.
11312 (byte-compile-eval): New function.
11313 (byte-compile-callargs-warn): Check if the function will be available
11314 at runtime (via property `byte-compile-noruntime').
11315 (byte-compile-print-syms): New function.
11316 (byte-compile-warn-about-unresolved-functions): Also warn about
11317 `noruntime' functions (and use `byte-compile-print-syms').
11318 (byte-compile-file): Capitalize the message.
11319
3b55acc9
GM
113202000-03-24 Gerd Moellmann <gerd@gnu.org>
11321
11322 * mail/rmail.el (rmail-confirm-expunge): New user-option.
11323 (rmail-expunge): Ask for confirmation depending on the setting
11324 of rmail-confirm-expunge.
11325
113262000-03-23 Gerd Moellmann <gerd@gnu.org>
11327
11328 * Makefile (bootstrap-clean): If $(emacs) exists, build
11329 loaddefs.el first. A loaddefs.el that's not up-to-date might
11330 cause a bootstrap failure because things don't autoload as
11331 expected.
11332
02c76af4
DL
113332000-03-23 Dave Love <fx@gnu.org>
11334
11335 * net/browse-url.el: Restore previous use of
11336 browse-url-maybe-new-window.
11337
1a3199d9
GM
113382000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11339
11340 * ps-print.el: Skip banner page fix.
11341 (ps-print-version): New version number (5.1.2).
11342 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 11343
1a3199d9
GM
113442000-03-23 Dave Pearson <davep@davep.org>
11345
11346 * net/quickurl.el Changed the type of parameter passed to the
11347 function defined by `quickurl-format-function'. Before only the
11348 text of the URL was passed. Now the whole URL structure is passed
11349 and the function is responsible for extracting the parts it
11350 requires. Changed the default of `quickurl-format-function'
11351 accordingly.
11352 (quickurl-insert): Changed the `funcall' of
11353 `quickurl-format-function' to match the above change.
11354 (quickurl-list-insert): Changed the `url' case so that it makes
11355 use of `quickurl-format-function', previous to this the format was
11356 hard wired.
fa78f71b 11357
72db3ab5
GM
113582000-03-22 Gerd Moellmann <gerd@gnu.org>
11359
11360 * startup.el: Change some spellings for the X Window System.
11361
68049bfa
SM
113622000-03-22 Stefan Monnier <monnier@cs.yale.edu>
11363
11364 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
11365 up the code and the regexp and make sure the cursor is temporarily
11366 moved to the suspicious line while querying the user.
11367
ff4df011
JR
113682000-03-22 Jason Rumney <jasonr@gnu.org>
11369
11370 * w32-fns.el (w32-charset-info-alist): Initialize.
11371
ee1c5b21
GM
113722000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11373
11374 * ps-print.el: N-up last page fix.
11375 (ps-print-version): New version number (5.1.1).
11376 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 11377
d2cbfba0
SM
113782000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11379
bfb857d8
SM
11380 * files.el (find-file-run-dired): Update docstring.
11381 (find-directory-functions): New hook.
11382 (find-file-noselect): Run find-directory-functions rather than
11383 calling dired directly.
11384
11385 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
11386
cb3430a1
SM
11387 * pcvs.el: Add a minimal leading commentary.
11388 (cvs-make-cvs-buffer): Change the header part by removing the startup
11389 message and adding a `Module' entry. Also replace the FOOTER and
11390 HEADER special fileinfos with the new support in ewoc for updating
11391 its own footer and header.
11392 (cvs-update-header): Update to use the header/footer of the ewoc.
11393 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
11394 (cvs-is-within-p): New function.
11395 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
11396 to only examine some subset of the buffers.
11397
11398 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
11399 `format' instead of our own ad-hoc functions.
11400 Remove HEADER and FOOTER cases, now handled in the EWOC.
11401 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
11402
11403 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
11404 output to avoid scaring the user.
11405 (cvs-parse-table): Catch message for non-up-to-date commits.
11406
11407 * pcvs-defs.el (cvs-startup-message): Remove.
11408 (cvs-global-menu): New autoloaded menu.
11409
11410 * pcvs-util.el (cvs-string-fill): Remove.
11411
11412 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
11413 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
11414 PP part of it and also make it work for footers and headers.
11415 (ewoc-create): Drop POS and BUFFER arguments.
11416 Use the DLL's dummy node to store the end-of-footer position.
11417 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
11418 (ewoc-refresh): Remove unused `header' variable.
11419 (ewoc-(get|set)-hf): New functions.
11420
d2cbfba0
SM
11421 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
11422 log-view-*-(message|file) and use easy-mmode-define-navigation.
11423 (log-view-message-re): Match SCCS format as well.
11424 And match the revision line rather than the dashed separator line.
11425 (log-view-mode): Use the new define-derived-mode.
11426 (log-view-current-tag): Fill in with an actual implementation.
11427
11428 * cvs-status.el (cvs-status-(prev|next)): Rename from
11429 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
11430 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
11431 to let the output "breathe" a little more (more readable).
11432 (cvs-status-mode): Use the new define-derived-mode.
11433
11434 * smerge-mode.el (smerge-auto-leave): New function and variable.
11435 (smerge-basic-map): Rename from smerge-basic-keymap.
11436 Change the bindings for smerge-diff-*.
11437 (smerge-*-map): Use easy-mmode-defmap.
11438 (smerge-(next|prev)): Use easy-mmode-define-navigation.
11439 (smerge-keep-*): Use smerge-auto-leave.
11440
51663132
JR
114412000-03-21 Jason Rumney <jasonr@gnu.org>
11442
11443 * cus-edit.el (custom-button-face): Use 3D look for w32.
11444 (custom-button-pressed-face): Likewise.
11445
3f6e4b8b
GM
114462000-03-21 Gerd Moellmann <gerd@gnu.org>
11447
11448 * progmodes/etags.el (tags-case-fold-search): New user-option.
11449 (tags-loop-eval): New function. Bind case-fold-search around eval
11450 depending on the value of tags-case-fold-search.
11451 (tags-loop-continue): Use tags-loop-eval.
11452 (find-tag-in-order): Bind case-fold-search depending on the value
11453 of tags-case-fold-search.
11454
c7ea3acc
SM
114552000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11456
0ae39f53
SM
11457 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
11458 (diff-end-of-hunk): Return the end position for use in
11459 `easy-mmode-define-navigation'.
11460 (diff-recenter): Remove.
11461 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
11462 of `easy-mmode-define-navigation'.
11463 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
11464 previous renaming) and fix to use new names.
11465 (diff-merge-strings): Use \n as separator: simpler, faster.
11466 (diff-mode): Use `define-derived-mode'.
11467
c7ea3acc
SM
11468 * derived.el (define-derived-mode): Don't autoload anymore.
11469 Prefer the macro-only version provided by easy-mmode.el.
11470
11471 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
11472 `easy-mmode-define-derived-mode'.
11473 Use `combine-run-hooks'.
11474 (easy-mmode-define-navigation): New macro.
11475
11476 * subr.el (combine-run-hooks): New function.
11477
6c4bfdc0
KH
114782000-03-21 Kenichi HANDA <handa@etl.go.jp>
11479
11480 * term/x-win.el: Fontsets related initialization is simplified.
11481
11482 * international/mule-diag.el (describe-font): Don't refer to
11483 global-fontset-alist, instead call font-list.
11484 (describe-fontset, list-fontsets, mule-diag): Likewise.
11485 (print-fontset): Adjusted for the change of fontset
11486 implementation.
11487
11488 * international/fontset.el (x-charset-registries): Variable
11489 removed, instead the corresponding data is stored in the default
11490 fontset.
11491 (register-alternate-fontnames): Function removed.
11492 (resolved-ascii-font): Variable removed.
11493 (x-compose-font-name): Ignore the second argument REDOCE.
11494 (x-complement-fontset-spec): Complement only an ASCII font and
11495 element for those charsets than can use that ASCII font.
11496 (generate-fontset-menu): Don't refer to global-fontset-alist,
11497 instead call fontset-list.
11498 (uninstantiated-fontset-alist): Variable removed.
11499 (x-style-funcs-alist): Likewise.
11500 (fontset-default-styles): Likewise.
11501 (x-modify-font-name): Function removed.
11502 (create-fontset-from-fontset-spec): Ignore the argument
11503 STYLE-VARIANT.
11504 (create-fontset-from-ascii-font): Docsting adjusted for the above
11505 change.
11506 (instantiate-fontset, resolve-fontset-name): Functions removed.
11507 (fontset-list): Now implemented by C code.
fa78f71b 11508
6c4bfdc0
KH
11509 * faces.el (read-face-font): Fix TABLE arg to completing-read.
11510 (describe-face): Include `font' attribute in the description.
11511
9111d4b5
KH
115122000-03-21 Kenichi Handa <handa@etl.go.jp>
11513
11514 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
11515
b33dd3b0
GM
115162000-03-20 Gerd Moellmann <gerd@gnu.org>
11517
a25bbe00
GM
11518 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
11519 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
11520 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 11521
b33dd3b0
GM
11522 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
11523 about behavior of set-buffer-modified-p wrt redisplay.
11524
8b7bc628 115252000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
11526
11527 * view.el (view-mode-disable): Kill local binding of view-read-only.
11528
d7b511c4
GM
115292000-03-18 Gerd Moellmann <gerd@gnu.org>
11530
11531 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
11532 is a string, convert it to a syntax cell using string-to-syntax.
11533
11534 * simple.el (syntax-code-table, syntax-flag-table): New variables.
11535 (string-to-syntax): New function.
11536
11537 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
11538 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 11539 try to use passive ftp mode.
d7b511c4 11540
998ecc60
GM
115412000-03-17 Gerd Moellmann <gerd@gnu.org>
11542
b33dd3b0 11543 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
11544
11545 * simple.el (append-to-buffer): Update point of windows after
11546 insertion.
11547
11548 * abbrev.el (inverse-add-abbrev): Identify word by first moving
11549 forward then moving backward. Reindent.
11550
11551 * frame.el (other-frame): Call x-focus-frame only if
11552 focus-follows-mouse is off.
11553
235d6821
DL
115542000-03-17 Dave Love <fx@gnu.org>
11555
11556 * pcvs-util.el (cvs-strings->string): Rename
11557 replace-regexps-in-string.
11558
a29a2cd1
SM
115592000-03-17 Stefan Monnier <monnier@cs.yale.edu>
11560
af595444
SM
11561 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
11562 regexp for labels cannot span several lines.
11563
11564 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 11565 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 11566
a9be2843
DL
115672000-03-16 Dave Love <fx@gnu.org>
11568
11569 * progmodes/f90.el (f90): Put custom group under `languages', not
11570 `fortran'.
11571 (f90-mode-hook): Customize.
11572 (f90-mode): Set add-log-current-defun-function.
11573 (f90-current-defun): New function.
11574
d0ab3e9d
GM
115752000-03-16 Gerd Moellmann <gerd@gnu.org>
11576
16b20ed9
GM
11577 * cus-edit.el (custom-variable-tag-face): Handle case that
11578 default face's height is not a number.
11579 (custom-face-tag-face, custom-group-tag-face-1)
11580 (custom-group-tag-face): Ditto.
11581 (custom-group-tag-face-1): Add :group.
fa78f71b 11582
d0ab3e9d
GM
11583 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
11584
ae8ab422
GM
115852000-03-15 Gerd Moellmann <gerd@gnu.org>
11586
11587 * pcvs-defs.el (toplevel): Remove autoload cookie for form
11588 requiring easymenu.
11589
81c7ca69
GM
115902000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11591
11592 * ps-print.el: PostScript user-defined prologue, PostScript error
11593 handler, doc fix.
11594 (ps-print-version): New version number (5.1).
11595 (ps-user-defined-prologue, ps-error-handler-message)
11596 (ps-print-prologue-0, ps-error-handler-alist): New vars.
11597 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
11598 (ps-insert-string): New function.
fa78f71b 11599
dcf1003d
KH
116002000-03-15 Kenichi Handa <handa@etl.go.jp>
11601
11602 * international/ccl.el (ccl-compile-expression): Don't generate
11603 invalid self-assignment code.
11604
73825616
DL
116052000-03-14 Dave Love <fx@gnu.org>
11606
11607 * subr.el (replace-regexp-in-string): Renamed from
11608 replace-regexps-in-string. Doc fix.
11609
031020ac
DL
116102000-03-12 Dave Love <fx@gnu.org>
11611
11612 * cus-edit.el: Doc fixes.
11613 (customize-set-variable, customize-save-variable): Rename args for
11614 doc.
11615 (custom-variable-tag-face, custom-face-tag-face)
11616 (custom-group-tag-face-1, custom-group-tag-face): Modify from
11617 style which user identify as hyperlink.
11618 (hook): Don't add undefined functions to the hook.
11619 (debug-ignored-errors): Transfer message from bindings.el.
11620
9b2f3c38
GM
116212000-03-12 Gerd Moellmann <gerd@gnu.org>
11622
11623 * recentf.el (recentf-keep-non-readable-files-p): Remove
11624 double/nested definition.
11625
0d6e23cf
DL
116262000-03-12 Dave Love <fx@gnu.org>
11627
11628 * facemenu.el (facemenu-get-face): Use display-color-p.
11629 * enriched.el (enriched-decode-foreground): Likewise.
11630 (enriched-decode-background): Likewise.
11631 * isearch.el (isearch-highlight): Likewise.
11632 * info-look.el (info-lookup): Likewise.
11633 * simple.el (completion-setup-function): Likewise.
11634
11635 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
11636 :options.
11637
11638 * bindings.el (mode-line-format): Fix line-number and
11639 column-number items. Add help-echo for the background.
11640 (mode-line-mule-info): Modify help-echo.
11641
1598a961 11642 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
0d6e23cf
DL
11643
11644 * files.el (load-file): Allow completion to .elc.
11645
11646 * man.el: Doc fixes.
11647 (Man-init-defvars): Use display-color-p to set fontification.
11648
11649 * play/hanoi.el (hanoi-internal): Don't use oddp.
11650
e1cff360
GM
116512000-03-12 Gerd Moellmann <gerd@gnu.org>
11652
11653 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
11654
11655 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
11656
5e5dff44
GM
116572000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
11658
11659 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
11660 Fix comment.
11661
5b467bf4
SM
116622000-03-10 Stefan Monnier <monnier@cs.yale.edu>
11663
83fef604
SM
11664 * font-lock.el (font-lock-keywords): Fix the doc now that
11665 regexp-opt-depth is unnecessary.
11666 (save-buffer-state): Set an edebug spec.
11667 (font-lock-fontify-anchored-keywords): Properly handle the case when
11668 the matcher goes past the limit.
11669
5b467bf4
SM
11670 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
11671 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
11672
83fef604
SM
11673 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
11674 dll.el and cookie.el (from Elib) with heavy renaming and other
11675 massaging.
5b467bf4
SM
11676
11677 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
11678 Autoload the functions used.
11679 (easy-mmode-define-syntax): Fix CL typo.
11680 (easy-mmode-define-derived-mode): Improve the docstring generation.
11681
d407456c
GM
116822000-03-10 Gerd Moellmann <gerd@gnu.org>
11683
11684 * textmodes/texinfo.el (texinfo-version): Variable and function
11685 removed.
11686
5a7a545c
SM
116872000-03-09 Stefan Monnier <monnier@cs.yale.edu>
11688
0d6e23cf
DL
11689 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
11690 allow more flexibility.
11691 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
11692 fns.
11693 (easy-mmode-defmap, easy-mmode-defsyntax)
11694 (easy-mmode-define-derived-mode): New macros.
5a7a545c 11695
d407456c 116962000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
11697
11698 * rect.el (replace-rectangle): New function.
11699
117002000-03-09 Dave Love <fx@gnu.org>
11701
11702 * progmodes/fortran.el (fortran-comment-line-start): Define as
11703 "C".
11704 (fortran-comment-line-start-skip): Don't match cpp stuff.
11705 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
11706 (fortran-mode-map): Remove over-eager custom-menu-create for now.
11707 (fortran-mode): Don't set fortran-comment-line-start-skip,
11708 fortran-comment-line-start here. Set comment-start,
11709 add-log-current-defun.
11710 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
11711 (fortran-current-defun): New function.
11712
80460654
GM
117132000-03-09 Gerd Moellmann <gerd@gnu.org>
11714
d1221ea9
GM
11715 * emacs-lisp/re-builder.el: New file.
11716
1853aa6b
GM
11717 * mouse.el (mouse-drag-region): Don't run up-event handler
11718 if hscroll has changed.
11719
80460654
GM
11720 * octave-mod.el (octave-font-lock-keywords): To font-lock the
11721 builtin operators, use `font-lock-builtin-face' for Emacs and
11722 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
11723
11724 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
11725 `(defun (setf foo)' differently.
11726
c0056275
SM
117272000-03-08 Stefan Monnier <monnier@cs.yale.edu>
11728
11729 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
11730 (regexp-opt): Update comment and adapt the code the new meaning of
11731 the `paren' argument of regex-opt-group for shy-groups.
11732 (regexp-opt-depth): Handle shy groups as well as backslashed
11733 backslashes.
c0056275
SM
11734 (regexp-opt-group): Turn the leading comment into a docstring.
11735 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
11736 Remove open-presuf and close-presuf. Instead of checking for `all
11737 one-char' and then later on check for `several one-char', handle
11738 both cases close together. Also apply a more generic algorithm
11739 for suffixes (the mirror image of the algorithm used for
11740 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
11741 (regexp-opt-try-suffix): Removed.
11742
11743 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
11744 from comint-mode-map, so we can just inherit from it. Also, move
11745 the initialization into the `defvar' since there's no docstring
11746 anyway and it's fairly short.
11747 (inferior-scheme-mode): Define it as derived-mode: the code is
11748 shorter and this way we inherit from comint-mode-map rather than
11749 copying it.
c0056275 11750
80460654
GM
11751 * subr.el (replace-regexps-in-string): Properly handle the case
11752 where we match an empty string.
c0056275 11753
80460654
GM
11754 * comint.el (comint-exec-1): Add the current-dir to the exec-path
11755 when the command has a directory component (such as "./testml").
c0056275
SM
11756 Also fix a typo in the comment.
11757
5e91ff9e
GM
117582000-03-08 Gerd Moellmann <gerd@gnu.org>
11759
feab4fba
GM
11760 * Makefile (compile-files): Compile files one by one because
11761 that's the only way to ensure a clean compilation environment for
11762 each individual file.
11763
5e91ff9e
GM
11764 * frame.el (other-frame): Call x-focus-frame.
11765
76162e12
DL
117662000-03-07 Dave Love <fx@gnu.org>
11767
f64ce788
DL
11768 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
11769 :require to defcustom.
11770
76162e12
DL
11771 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
11772 lists.
11773
11774 * files.el (auto-mode-alist): Add configure.in.
11775
11776 * progmodes/autoconf.el: New file.
11777
f7daf1e1
GM
117782000-03-07 Gerd Moellmann <gerd@gnu.org>
11779
11780 * mail/mh-e.el: Change maintainer to `none'.
11781
11782 * recentf.el (recentf-keep-non-readable-files-p): Quote args
11783 to remove-hook and add-hook.
11784
117852000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11786
11787 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
11788 it as the default.
11789 (mail-send): Test mail-send-nonascii also for the new `mime' value.
11790 (sendmail-send-it): Conditionally add MIME headers specifying the
11791 used character set.
fa78f71b 11792
63f6b2c4
DL
117932000-03-07 Dave Love <fx@gnu.org>
11794
11795 * winner.el: Fix keywords, autoload cookies. Split
11796 eval-when-compile form to avoid compilation failure.
11797
8330e2f9
KH
117982000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
11799
11800 * international/mule.el: Modify comment about coding system
11801 property `coding-category'.
11802 (make-coding-system): New argument EOL-TYPE. Pay attention to
11803 coding-category property of PROPERTIES.
11804
11805 * international/mule-conf.el (coding-category-utf-8,
11806 coding-category-utf-16-be, coding-category-utf-16-le): New coding
11807 categories. Include them in the argument for set-coding-priority.
11808
11809 * international/mule-cmds.el (reset-language-environment): Include
11810 coding-category-utf-8, coding-category-utf-16-be, and
11811 coding-category-utf-16-le in the argument for set-coding-priority.
11812 (reset-language-environment): Initialize coding-category-utf-8,
11813 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
11814
18bb0684
GM
118152000-03-06 Karl Fogel <kfogel@red-bean.com>
11816
11817 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
11818 code abstracted out of `bookmark-jump-noselect'. Now tries info
11819 extensions as well as compression extensions.
11820 (bookmark-jump-noselect): Use above new func.
fa78f71b 11821
71a6ba55
GM
118222000-03-03 Gerd Moellmann <gerd@gnu.org>
11823
11824 * strokes.el: Change maintainer's mail address.
11825
0d56cdff
KH
118262000-03-03 Kenichi Handa <handa@etl.go.jp>
11827
11828 * international/mule-diag.el (list-character-sets): Make help-echo
11829 string by substitute-command-keys.
11830 (list-character-sets): Likewise.
11831 (sort-listed-character-sets): Call help-setup-xref.
11832
900fa1f1
GM
118332000-03-02 Gerd Moellmann <gerd@gnu.org>
11834
11835 * time.el (display-time-mail-file): Add `none' to the list of
11836 choices.
11837
54d04320
DL
118382000-03-01 Dave Love <fx@gnu.org>
11839
43f3fa09
DL
11840 * help.el (help-xref-go-back): Don't try to set position.
11841
54d04320
DL
11842 * international/mule-diag.el (list-character-sets): Call
11843 help-setup-xref. Add help-echo to xrefs.
11844 (list-character-sets-1): Add help-echo to xrefs.
11845
d054101f
GM
118462000-03-02 Gerd Moellmann <gerd@gnu.org>
11847
11848 * frame.el (blink-cursor-mode): Switch cursor on when turning
11849 the mode off.
11850
11851 * add-log.el (add-log-current-defun): Add support for
11852 Autoconf mode.
11853
11854 * mail/rmail.el (rmail-quit-hook): New variable.
11855
d77dae5c
DL
118562000-03-01 Dave Love <fx@gnu.org>
11857
e5f597f0
DL
11858 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
11859
d77dae5c
DL
11860 * help.el (help-xref-button): Add help-echo arg.
11861 (describe-function-1, describe-variable, help-make-xrefs): Use it.
11862
11863 * faces.el (list-faces-display): Supply help-echo with
11864 help-make-xrefs.
11865
11866 * facemenu.el (list-text-properties-at): Set help-xref-stack to
11867 nil.
11868
72d19d75
GM
118692000-03-01 Gerd Moellmann <gerd@gnu.org>
11870
2df636f4
GM
11871 * image.el (defimage): Look for image files in load-path.
11872
fa78f71b 11873 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
11874 `number'.
11875
2df636f4
GM
118762000-03-01 David Ponce <david.ponce@wanadoo.fr>
11877
11878 * recentf.el (recentf): Added version tag to the defgroup of
11879 recentf.
11880
118812000-03-01 David Ponce <david.ponce@wanadoo.fr>
11882
11883 * recentf.el (recentf-cleanup): Changed to remove excluded file
11884 too.
11885 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
11886 action to select/unselect a file.
11887 (recentf-edit-list): Code cleanup and improvement.
11888 (recentf-open-more-files-action): `recentf-open-more-files' button
11889 widget action to open a file.
11890 (recentf-open-more-files): No more use standard completion but
11891 widgets.
11892 (recentf-more-collection): Deleted.
11893 (recentf-more-history): Deleted.
11894 (recentf-setup-more-completion): Deleted.
11895
118962000-03-01 David Ponce <david.ponce@wanadoo.fr>
11897
11898 * recentf.el (recentf-mode): No more needs that Emacs is running
11899 under a window-system.
11900
119011999-03-01 David Ponce <david.ponce@wanadoo.fr>
11902
11903 * recentf.el (recentf-edit-list): New command to edit the recent
11904 list which allow the user to remove files.
11905 (recentf-edit-selected-items): New global variable, used by
11906 `recentf-edit-list' to hold the list of files to be removed from
11907 the recent list.
11908 (recentf-make-menu-items): Updated to display a "Edit list..."
11909 menu item. Minor code cleanup.
11910
119111999-03-01 David Ponce <david.ponce@wanadoo.fr>
11912
11913 * recentf.el (recentf-open-more-files): New command to open files
11914 that are not displayed in the menu.
11915 (recentf-more-collection): New global variable holding the set of
11916 permissible completions used by `recentf-open-more-files'.
11917 (recentf-more-history): New global variable holding the history list
11918 used by `recentf-open-more-files' completion.
11919 (recentf-setup-more-completion): New function to setup completion for
11920 `recentf-open-more-files'.
11921 (recentf-make-menu-items): Updated to display a "More..." menu item.
11922
119231999-03-01 David Ponce <david.ponce@wanadoo.fr>
11924
11925 * recentf.el (recentf-menu-action): Doc fixed.
11926
119271999-03-01 David Ponce <david.ponce@wanadoo.fr>
11928
11929 * recentf.el (recentf-menu-filter): Doc updated.
11930 (recentf-update-menu-hook): Allow menu filters to force menu update.
11931 (recentf-make-menu-items): New menu filter handling.
11932 (recentf-make-menu-item): New helper function.
11933 (recentf-menu-elements): New menu handling function.
11934 (recentf-sort-ascending): Updated to new menu filter handling.
11935 (recentf-sort-descending): Updated to new menu filter handling.
11936 (recentf-sort-basenames-ascending): New menu filter function.
11937 (recentf-sort-basenames-descending): New menu filter function.
11938 (recentf-show-basenames): New menu filter function.
11939 (recentf-show-basenames-ascending): New menu filter function.
11940 (recentf-show-basenames-descending): New menu filter function.
11941
72d19d75
GM
119422000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11943
11944 * diary-lib.el (list-diary-entries): Don't try to go forward at
11945 the end of the buffer.
11946
1ac1c836
KH
119472000-02-29 Kenichi Handa <handa@etl.go.jp>
11948
11949 * international/mule-diag.el (list-character-sets): Completely
11950 rewritten.
11951 (sort-listed-character-sets): New function.
11952 (list-character-sets-1): Completely rewritten.
11953 (list-character-sets-2): New function.
11954 (non-iso-charset-alist): New variable.
11955 (decode-codepage-char): New function.
11956 (charset-history): New variable.
11957 (read-charset) (list-block-of-chars)
11958 (list-iso-charset-chars)
11959 (list-non-iso-charset-chars)
11960 (list-charset-chars): New functions.
11961 (mule-diag): Call list-character-sets-2, not
11962 list-character-sets-2.
11963 (dump-charsets): Likewise.
11964
ed4d0512
GM
119652000-02-29 Gerd Moellmann <gerd@gnu.org>
11966
72d19d75
GM
11967 * dired-x.el (dired-filename-at-point): Add `@' to valid
11968 file name characters.
11969 (dired-filename-at-point): Handle ange-ftp file names.
11970
ed4d0512
GM
11971 * frame.el (frame-notice-user-settings): Use assq-delete-all
11972 instead of assoc-delete-all.
11973 (frame-notice-user-settings): Ditto.
11974
11975 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
11976 Don't copy alist.
11977
32038c7a
GM
119782000-02-28 Eli Barzilay <eli@cs.cornell.edu>
11979
11980 * calculator.el (calculator-use-menu): New option.
11981 (calculator-initial-bindings): Changed some bindings to work as
11982 macros.
11983 (calculator-forced-input): Removed.
11984 (calculator-restart-other-mode): New variable.
11985 (calculator-mode-map): Set up menu.
fa78f71b 11986
32038c7a
GM
119872000-02-28 Jari Aalto <jari.aalto@poboxes.com>
11988
11989 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
11990 tags.
fa78f71b 11991
55d7ff38 119922000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 11993
55d7ff38
MK
11994 * viper-cmd.el (viper-envelop-ESC-key): added the option to
11995 translate all ESC key sequences.
11996 (viper-goto-mark-subr): restore markers for files for which
11997 they were saved.
11998 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
11999 * viper-util.el (viper-set-replace-overlay-glyphs,
12000 viper-set-replace-overlay): always check if the replacement
12001 overlay is live.
12002 * viper.el (viper-vi-state-mode-list): added major modes.
12003 * ediff-wind.el: minor comment changes.
12004 * ediff.el: copyright notice date fix.
fa78f71b 12005
387023ee
JR
120062000-02-27 Jason Rumney <jasonr@gnu.org>
12007
12008 * faces.el (face-font-family-alternatives): Add arial to helv.
12009 (mode-line, header-line, tool-bar): Same default as x for w32.
12010 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
12011 face-font-family-alternatives from working.
12012 * term/w32-win.el (mouse-set-font): Do not build fontset from
12013 chosen font.
12014
f43d79c1
GM
120152000-02-25 Sam Steingold <sds@goems.com>
12016
5d80cc9c 12017 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 12018 properly.
fa78f71b 12019
8b7bc628 120202000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
12021
12022 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
12023
4eb8436f
GM
120242000-02-25 Gerd Moellmann <gerd@gnu.org>
12025
12026 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
12027 writable.
12028
449c3c52 12029 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 12030
42088c12
GM
120312000-02-24 Gerd Moellmann <gerd@gnu.org>
12032
12033 * frame.el (show-cursor-in-non-selected-windows): New option.
12034
c60ea02e
GM
120352000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12036
12037 * diary-lib.el (include-other-diary-files): Undo the selective
12038 display in any included file and don't kill it.
12039
d066de8e
EZ
120402000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
12041
12042 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
12043 bar. Menu items converted to (menu-item format, help strings
12044 added.
12045 [downcase, upcase]: Don't enable on MS-DOS.
12046 [symlink, symlinks]: Don't show if make-symbolic-link is not
12047 bound.
12048 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
12049
b6906b38
DL
120502000-02-23 Dave Love <fx@gnu.org>
12051
275cf1b2
DL
12052 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
12053 (backward-kill-word): Revert addition of * to interactive spec --
12054 it's a feature.
12055
12056 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
12057 (backward-kill-sentence, kill-sentence): Likewise.
12058
99d48056
DL
12059 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
12060 scratch buffer name.
12061 (gud-format-command): Use int-to-string in ?l case. Simplify
12062 slightly.
12063
12064 * term/w32-win.el (internal-face-interactive): Update prompt for
12065 new read-face-name.
12066
12067 * mail/footnote.el (footnote): Add :version to defgroup.
12068 (footnote-section-tag-regexp): Customize.
12069 (footnote-start-tag, footnote-end-tag): New option.
12070 (footnote-latin-regexp): New variable.
12071 (Footnote-latin): New function.
12072 (footnote-style-alist): Add element for latin style.
12073 (footnote-style): Moved.
12074 (Footnote-goto-footnote): Use eq to test arg.
12075
12076 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
12077
b6906b38
DL
12078 * emacs-lisp/byte-opt.el: Change old backquote syntax.
12079 (byte-compile-trueconstp): Include keywords.
12080 (byte-optimize-quote, byte-optimize-lapcode): Use
12081 byte-compile-const-symbol-p.
12082 (byte-optimize-char-before): New optimization.
12083
12084 * emacs-lisp/bytecomp.el: Change old backquote syntax.
12085 (byte-compile-const-symbol-p): New function.
12086 (byte-compile-constp, byte-compile-out-toplevel)
12087 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
12088 Use it.
12089
12090 * subr.el (define-key-after): Default AFTER to t. Doc fix.
12091
214f877f
KH
120922000-02-23 Kenichi Handa <handa@etl.go.jp>
12093
c709bcf1
KH
12094 * international/encoded-kb.el: Be sure to update minor-mode-alist
12095 and minor-mode-map-alist.
12096 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
12097 codes SS2 and SS3 correctly.
12098 (encoded-kbd-self-insert-ccl): New function.
12099 (encoded-kbd-setup-keymap): New function.
12100 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
12101 by calling encoded-kbd-setup-keymap.
12102
214f877f
KH
12103 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
12104 characters.
12105 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
12106 locally.
12107
b021ef18
DL
121082000-02-22 Dave Love <fx@gnu.org>
12109
12110 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
12111 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
12112 defvar.
12113 (lisp-mode-syntax-table): Set up for #|...|# comments.
12114 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
12115 classes. Match `defface'.
12116 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
12117 (eval-defun-1): Fix for defcustom.
12118 (lisp-indent-region): Doc fix.
12119
12120 * subr.el (when, unless, split-string): Doc fix.
12121 (read-passwd): Move call of clear-this-command-keys to the right
12122 place.
12123 (replace-regexps-in-string): New function.
12124
14cc00ad
GM
121252000-02-22 Gerd Moellmann <gerd@gnu.org>
12126
12127 * help.el (describe-variable): Set syntax table to
12128 emacs-lisp-mode-syntax-table when moving forward over the
12129 symbol's name.
12130
47da5efa
DL
121312000-02-22 Dave Love <fx@gnu.org>
12132
12133 * xt-mouse.el: Doc fixes.
12134 (xterm-mouse-position-function): New function, replacing advice of
12135 mouse-position.
12136 (xterm-mouse-mode): Use it. Don't turn on under a window system.
12137
12138 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
12139
f0a6c717
GM
121402000-02-21 Gerd Moellmann <gerd@gnu.org>
12141
12142 * format.el (format-annotate-single-property-change): Handle
12143 properties.with dotted-list values.
12144 (format-proper-list-p): New function.
12145
12146 * enriched.el (enriched-face-ans): Handle '(foreground-color
12147 . COLOR) and (background-color . COLOR).
12148
2be80b63
DL
121492000-02-20 Dave Love <fx@gnu.org>
12150
12151 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
12152 and assignments to it.
12153 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
12154 current local map.
12155 (make-flyspell-overlay): Use it.
12156 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
12157
12158 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
12159 (lm-get-header-re): Defun, not defsubst.
12160 (lm-get-package-name): Defun, not defsubst. Simplify.
12161 (lm-version): Doc fix. Simplify.
12162 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
12163 (lm-crack-address, lm-last-modified-date, lm-commentary)
12164 (lm-verify, lm-synopsis): Simplify.
12165 (lm-report-bug): Require emacsbug. Use compose-mail.
12166
329eed9f
GM
121672000-02-20 Gerd Moellmann <gerd@gnu.org>
12168
12169 * dired.el (dired-mode): Call propertized-buffer-identification
12170 to set mode-line-buffer-identification to something having
12171 the right text properties.
12172
12173 * bindings.el (propertized-buffer-identification): New function.
12174
be5bb146
DL
121752000-02-20 Dave Love <fx@gnu.org>
12176
12177 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
12178 check for t-mouse too.
12179
12180 * cus-start.el: Make echo-keystrokes `number'.
12181
1d4311c3
EZ
121822000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
12183
12184 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
12185 Don't call ring-empty-p unless tags-location-ring is bound.
12186 From Noah Friedman <friedman@splode.com>.
12187
a23c5037
TTN
121882000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
12189
12190 * progmodes/hideshow.el (hs-flag-region): No longer use
12191 `intangible' overlay property.
12192
12193 (hs-toggle-hiding): New command.
12194 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
12195
12196 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
12197 Fix omission bug: Run `hs-minor-mode-hook' for both activation
12198 and deactivation.
12199
b6a22bf8
GM
122002000-02-18 Gerd Moellmann <gerd@gnu.org>
12201
12202 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
12203
d621caf7
GM
122042000-02-17 Gerd Moellmann <gerd@gnu.org>
12205
3c0ed7ce
GM
12206 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
12207
d621caf7
GM
12208 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
12209 of `*' to handle `(* ... *)' comments.
12210
538d88fb
EZ
122112000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
12212
53c80cf6 12213 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 12214 window-system.
53c80cf6 12215
538d88fb
EZ
12216 * menu-bar.el (global-map): Menu-bar items converted to the new
12217 format (menu-item..., rearranged for better CUA compliance, and
12218 their names changed for better clarity. Help strings added.
12219
12220 * international/mule-cmds.el (mule-menu-keymap)
12221 (describe-language-environment-map, set-coding-system-map)
12222 (setup-language-environment-map): Convert to new (menu-item...
12223 form, add help strings. Change names of menu items for better
12224 clarity. "Mule" menu-bar item removed (it's now in the "Options"
12225 submenu).
12226
8389e1e2 122272000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 12228
a23c5037 12229 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 12230 within the code.
a23c5037 12231
8389e1e2 122322000-02-16 Dave Love <fx@gnu.org>
a23c5037 12233
84fe35f0
DL
12234 * faces.el: Don't require custom. Add more specific :groups to
12235 various deffaces.
12236 (set-face-attribute): Purecopy args.
12237 (read-face-name): Default to name at point and use it in prompt.
12238 Remove colon from arg in all callers.
12239 (list-faces-display): Hyperlink to face descriptions and customize
12240 buffers.
12241
b2aeee30
DL
122422000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
12243
12244 * wid-edit.el (widget-match-inline): An atom never matches a
12245 list.
12246
99e95407
GM
122472000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12248
82d2c7c5
DL
12249 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12250 at ':' characters by call to split-string.
99e95407
GM
12251
122522000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12253
82d2c7c5 12254 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
12255
122562000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12257
82d2c7c5
DL
12258 * textmodes/bibtex.el: Some temporary comments removed.
12259 (bibtex-field-name, bibtex-entry-type): Made the relationship
12260 explicit.
12261 (bibtex-field-const): Allow capital letters.
12262 (bibtex-start-of-string): Deleted because unused.
12263
12264 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12265 use the term 'reference' to describe a bibtex entry as a whole.
12266 Further, reference keys are no longer called 'labels'.
12267 (bibtex-keys): Renamed to bibtex-reference-keys.
12268 (bibtex-reformat-previous-labels): Renamed to
12269 bibtex-reformat-previous-reference-keys.
12270 (bibtex-reference-type): Renamed to bibtex-entry-type.
12271 (bibtex-reference-head): Renamed to bibtex-entry-head.
12272 (bibtex-reference-maybe-empty-head): Renamed to
12273 bibtex-entry-maybe-empty-head.
12274 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12275 (bibtex-search-reference): Renamed to bibtex-search-entry.
12276 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12277 bibtex-enclosing-entry-maybe-empty-head.
12278 (bibtex-entry-field-alist, bibtex-entry-head,
12279 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12280 bibtex-map-entries, bibtex-search-entry,
12281 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12282 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12283 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12284 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12285 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12286 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12287 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
12288
122892000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12290
82d2c7c5
DL
12291 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12292 comment.
12293 (bibtex-format-field-delimiters): New function, functionality
12294 extracted from bibtex-format-entry.
12295 (bibtex-autokey-get-yearfield-digits): New function, functionality
12296 extracted from bibtex-autokey-get-yearfield.
12297
12298 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12299 entries in order to avoid stack overflow in the regexp matcher if
12300 field contents become large.
12301 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12302 bibtex-field-string-part-not-braced,
12303 bibtex-field-string-part-no-inner-braces,
12304 bibtex-field-string-part-1-inner-brace,
12305 bibtex-field-string-part-2-inner-braces,
12306 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12307 bibtex-field-string-quoted, bibtex-field-string,
12308 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12309 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12310 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12311 as parsing is now performed by the following functions.
12312 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12313 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12314 bibtex-parse-field-string, bibtex-search-forward-field-string,
12315 bibtex-parse-association, bibtex-field-name-for-parsing,
12316 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12317 bibtex-search-forward-field, bibtex-search-backward-field,
12318 bibtex-start-of-field, bibtex-end-of-field,
12319 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12320 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12321 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12322 bibtex-parse-string, bibtex-search-forward-string,
12323 bibtex-search-backward-string, bibtex-start-of-string,
12324 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12325 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12326 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12327 entries. Instead of reporting the results of the parsing by
12328 match-beginning or match-end, these functions return data structures
12329 that hold the corresponding positions.
12330 (bibtex-enclosing-field): Changed to also report field boundaries by
12331 return values rather than by match-beginning or match-end. The
12332 following functions have been adapted to use the new parsing
12333 functions.
12334 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12335 bibtex-enclosing-field, bibtex-format-entry,
12336 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12337 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12338 bibtex-print-help-message, bibtex-end-of-entry,
12339 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12340 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12341 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12342 method for parsing.
12343 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12344 bibtex-map-entries, bibtex-flash-head,
12345 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12346 bibtex-autokey-change, bibtex-autokey-get-namefield,
12347 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12348 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12349 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12350 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12351 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12352 order to make the new binding of case-fold-search immediately
12353 visible.
99e95407
GM
12354
123552000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12356
82d2c7c5
DL
12357 * textmodes/bibtex.el: Copyright notice is up to date.
12358 Added constant 'bibtex-maintainer-salutation.
99e95407 12359
82d2c7c5
DL
12360 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12361 than make-temp-name, use match-string-no-properties and eliminate
12362 a quadratic behavior when building bibtex-strings.
99e95407 12363
82d2c7c5
DL
12364 * bibtex.el (bibtex-reference-key): Accept string entries whose
12365 reference key contains upper case letters.
99e95407
GM
12366
123672000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12368
82d2c7c5
DL
12369 * bibtex.el (bibtex-reference-head): Allow entries to start with
12370 a new line.
99e95407
GM
12371
123722000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12373
82d2c7c5
DL
12374 * bibtex.el: Hiding of entry bodies is not longer provided by
12375 bibtex.el directly. Instead the hideshow package can be used.
12376 Added a special bibtex entry to hs-special-modes-alist.
12377 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
12378
123792000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12380
f24fef2f
SM
12381 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12382 at ':' characters by call to split-string.
8389e1e2
GM
12383
123842000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12385
f24fef2f 12386 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
12387
123882000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12389
f24fef2f
SM
12390 * textmodes/bibtex.el: Some temporary comments removed.
12391 (bibtex-field-name, bibtex-entry-type): Made the relationship
12392 explicit.
12393 (bibtex-field-const): Allow capital letters.
12394 (bibtex-start-of-string): Deleted because unused.
fa78f71b 12395
f24fef2f
SM
12396 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12397 use the term 'reference' to describe a bibtex entry as a whole.
12398 Further, reference keys are no longer called 'labels'.
12399 (bibtex-keys): Renamed to bibtex-reference-keys.
12400 (bibtex-reformat-previous-labels): Renamed to
12401 bibtex-reformat-previous-reference-keys.
12402 (bibtex-reference-type): Renamed to bibtex-entry-type.
12403 (bibtex-reference-head): Renamed to bibtex-entry-head.
12404 (bibtex-reference-maybe-empty-head): Renamed to
12405 bibtex-entry-maybe-empty-head.
12406 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12407 (bibtex-search-reference): Renamed to bibtex-search-entry.
12408 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12409 bibtex-enclosing-entry-maybe-empty-head.
12410 (bibtex-entry-field-alist, bibtex-entry-head,
12411 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12412 bibtex-map-entries, bibtex-search-entry,
12413 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12414 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12415 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12416 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12417 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12418 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12419 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
12420
124212000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12422
f24fef2f
SM
12423 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12424 comment.
12425 (bibtex-format-field-delimiters): New function, functionality
12426 extracted from bibtex-format-entry.
12427 (bibtex-autokey-get-yearfield-digits): New function, functionality
12428 extracted from bibtex-autokey-get-yearfield.
fa78f71b 12429
f24fef2f
SM
12430 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12431 entries in order to avoid stack overflow in the regexp matcher if
12432 field contents become large.
12433 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12434 bibtex-field-string-part-not-braced,
12435 bibtex-field-string-part-no-inner-braces,
12436 bibtex-field-string-part-1-inner-brace,
12437 bibtex-field-string-part-2-inner-braces,
12438 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12439 bibtex-field-string-quoted, bibtex-field-string,
12440 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12441 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12442 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12443 as parsing is now performed by the following functions.
12444 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12445 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12446 bibtex-parse-field-string, bibtex-search-forward-field-string,
12447 bibtex-parse-association, bibtex-field-name-for-parsing,
12448 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12449 bibtex-search-forward-field, bibtex-search-backward-field,
12450 bibtex-start-of-field, bibtex-end-of-field,
12451 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12452 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12453 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12454 bibtex-parse-string, bibtex-search-forward-string,
12455 bibtex-search-backward-string, bibtex-start-of-string,
12456 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12457 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12458 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12459 entries. Instead of reporting the results of the parsing by
12460 match-beginning or match-end, these functions return data structures
12461 that hold the corresponding positions.
12462 (bibtex-enclosing-field): Changed to also report field boundaries by
12463 return values rather than by match-beginning or match-end. The
12464 following functions have been adapted to use the new parsing
12465 functions.
12466 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12467 bibtex-enclosing-field, bibtex-format-entry,
12468 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12469 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12470 bibtex-print-help-message, bibtex-end-of-entry,
12471 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12472 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12473 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12474 method for parsing.
12475 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12476 bibtex-map-entries, bibtex-flash-head,
12477 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12478 bibtex-autokey-change, bibtex-autokey-get-namefield,
12479 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12480 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12481 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12482 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12483 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12484 order to make the new binding of case-fold-search immediately
12485 visible.
8389e1e2
GM
12486
124872000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12488
f24fef2f
SM
12489 * textmodes/bibtex.el: Copyright notice is up to date.
12490 Added constant 'bibtex-maintainer-salutation.
fa78f71b 12491
f24fef2f
SM
12492 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12493 than make-temp-name, use match-string-no-properties and eliminate
12494 a quadratic behavior when building bibtex-strings.
fa78f71b 12495
f24fef2f
SM
12496 * bibtex.el (bibtex-reference-key): Accept string entries whose
12497 reference key contains upper case letters.
8389e1e2
GM
12498
124992000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12500
f24fef2f
SM
12501 * bibtex.el (bibtex-reference-head): Allow entries to start with
12502 a new line.
8389e1e2
GM
12503
125042000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12505
f24fef2f
SM
12506 * bibtex.el: Hiding of entry bodies is not longer provided by
12507 bibtex.el directly. Instead the hideshow package can be used.
12508 Added a special bibtex entry to hs-special-modes-alist.
12509 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
12510
125112000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12512
82d2c7c5 12513 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
12514 proceedings entry type (for cross referencing). Thanks to Wagner
12515 Toledo Correa for the suggestion.
12516
82d2c7c5 12517 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 12518
eae61d8f
KH
125192000-02-14 Kenichi Handa <handa@etl.go.jp>
12520
12521 * international/characters.el: Setup case table for Vietnamese.
12522
fb07a302
GM
125232000-02-12 Gerd Moellmann <gerd@gnu.org>
12524
12525 * uniquify.el (toplevel): Require CL at compile time.
12526 (uniquify-push): Removed.
12527
12528 * shadowfile.el (shadow-when): Removed.
12529
12530 * tempo.el (tempo-dolist, tempo-mapc): Removed.
12531 (tempo-process-and-insert-string): Use dolist instead of
12532 tempo-dolist.
12533
12534 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
12535 regexp for paragraph-start.
12536
12537 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
12538 commas as well.
12539
a0eddf92
DL
125402000-02-10 Dave Love <fx@gnu.org>
12541
12542 * wid-edit.el: (widgets) [defgroup]: Remove url link.
12543 (widget-color-choice-list, widget-color-history, widget-mouse-help):
12544 Deleted.
12545 (widget-specify-field, widget-specify-button): Don't use
12546 widget-mouse-help as help-echo property.
12547 (default): Use #'ignore for :validate and :mouse-down-action.
12548 (checkbox): Add help-echo.
12549 (widget-sexp-validate): Rewritten to clarify error messages.
12550 (character): Use char-valid-p in :match function.
12551 (widget-color-complete): Use facemenu-color-alist.
12552 (widget-color-action): Use facemenu-read-color.
12553
12554 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
12555 set up `caar' &c that we now have.
12556
82d2c7c5
DL
125572000-02-09 Ray Blaak <blaak@gnu.org>
12558
12559 * delphi.el: Make resourcestring a declaration region, like const
12560 and var.
12561
6cbc1482
DL
125622000-02-09 Dave Love <fx@gnu.org>
12563
12564 * bindings.el (mode-line-input-method-map): New variable.
12565 (mode-line-mule-info): Use it; fix last change.
12566 (mode-line-mode-menu): Move definition.
12567 (mode-line-mouse-sensitive-p): Deleted.
12568 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
12569 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
12570 level.
12571
12572 * startup.el (command-line-1): Don't call
12573 make-mode-line-mouse-sensitive.
12574
f7136ee8
GM
125752000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
12576
12577 * mail/rmail.el (rmail-retry-failure): Use
12578 rmail-beginning-of-message before rmail-toggle-header, because the
12579 former toggles headers.
12580
6e1d0d15
SM
125812000-02-06 Stefan Monnier <monnier@cs.yale.edu>
12582
fef8c55b
SM
12583 * diff-mode.el (diff-kill-junk): New interactive function.
12584 (diff-reverse-direction): Use delete-and-extract-region.
12585 (diff-post-command-hook): Restrict the area so that the hook also works
12586 outside of any diff hunk. This is necessary for the minor-mode.
12587 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
12588 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
12589
6e1d0d15
SM
12590 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
12591 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
12592 so that it can be used more easily in <foo>-mode-hook. Also make sure
12593 to avoid duplicate entries.
12594 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
12595 (font-lock-remove-keywords): Just as was done for `add', allow it to
12596 work even if font-lock-mode is nil. Also make sure we don't modify
12597 any pre-existing list by forcing a copy-sequence. Finally rename
12598 `major-mode' to `mode'.
12599 (font-lock-fontify-syntactic-anchored-keywords)
12600 (font-lock-fontify-anchored-keywords)
12601 (font-lock-fontify-keywords-region): Use line-end-position.
12602 Don't make `font-lock-multiline' local (it's now done in
12603 font-lock-set-defaults).
12604 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
12605 move the `font-lock-fontified' creation to inside the `unless'.
12606
a75dfea0
AI
126072000-02-06 Andrew Innes <andrewi@gnu.org>
12608
12609 * term/w32-win.el (x-handle-args): Comment out call to message,
12610 which occurs before window system is initialized.
12611
12612 * makefile.nt: Add support for recompiling lisp code.
12613
b85e9462
DL
126142000-02-04 Dave Love <fx@gnu.org>
12615
9ff33afb
DL
12616 * bindings.el (mode-line-mule-info): Fix/extend last change.
12617
b85e9462
DL
12618 * completion.el: Replace completion-dolist with dolist.
12619
12620 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
12621 dotimes.
12622
44dff075
CD
126232000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
12624
12625 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
12626 environment names before they go into the section regexp.
12627
12628 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
12629 char class in regexp.
12630
12631 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
12632 `case-fold-search' to nil.
12633
12634 * progmodes/idlwave.el (idlwave-template): Respect
12635 `idlwave-abbrev-change-case'.
12636 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
12637 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
12638 idlwave-while): respect `idlwave-reserved-word-upcase'.
12639 (idlwave-rw-case): New function.
12640 (idlwave-statement-match): Fixed problem with assignment regexp.
12641 (idlwave-font-lock-keywords): Improved regexp for keyword
12642 parameters.
a23c5037 12643 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
12644 operators longer than 1 char.
12645
12646 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
12647 idlwave-shell-expression-overlay. Implemented printing of
12648 expressions on higher levels of the calling stack.
12649 (idlwave-shell-display-level-in-calling-stack): Restore stack
12650 level.
12651 (idlwave-retrieve-expression-from-level): New function.
12652 (idlwave-shell-last-calling-stack): Variable removed.
12653 (idlwave-shell-reset): Argument action reversed (`visible' to
12654 `hidden'). Also remove stop-line overlay.
12655 (idlwave-shell-calling-stack-routine): New variable.
12656 (idlwave-shell-parse-stack-and-display): Messages now display
12657 negative level numbers.
12658 (idlwave-shell-mode): Set `modeline-format'.
12659 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
12660 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
12661 21.
12662 (idlwave-shell-print-expression-function): New option.
a23c5037 12663
44dff075
CD
12664 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
12665 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
12666 `tool-bar' instead of `toolbar'.
12667
f26c34fd
DL
126682000-02-02 Dave Love <fx@gnu.org>
12669
12670 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
12671 emacs-lisp-mode-hook. Don't check for defalias being defined.
12672
12673 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12674 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
12675 the new builtins directly.
12676
12677 * whitespace.el (whitespace): Add :version to defgroup.
12678
12679 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
12680 Doc fix.
12681
12682 * thingatpt.el (sexp-at-point, symbol-at-point)
12683 (number-at-point, list-at-point): Add autoload cookie.
12684
12685 * recentf.el (recentf): Add :version to defgroup.
12686
12687 * quickurl.el (quickurl): Add :version to defgroup.
12688
12689 * elide-head.el (elide-head): Use point-marker more.
12690
12691 * bs.el (bs): Add :version to defgroup.
12692
12693 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
12694
12695 * progmodes/delphi.el (delphi): Add :version to defgroup.
12696
d240a249
GM
126972000-02-02 Gerd Moellmann <gerd@gnu.org>
12698
12699 * ange-ftp.el (ange-ftp-write-region): Handle case that
12700 succeeding process operation sets a different coding system.
12701
12702 * calculator.el: New file.
12703
d5179a01
EZ
127042000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
12705
12706 * frame.el (frames-on-display-list, framep-on-display): New
12707 functions.
12708 (display-mouse-p, display-popup-menus-p, display-graphic-p)
12709 (display-selections-p, display-screens, display-pixel-width)
12710 (display-pixel-height, display-mm-width, display-mm-height)
12711 (display-backing-store, display-save-under, display-planes)
12712 (display-color-cells, display-visual-class): New functions.
12713
12714 * term/tty-colors.el (tty-color-gray-shades): New function.
12715
12716 * faces.el (display-color-p): Use framep-on-display.
12717 (display-grayscale-p): New function.
12718
968e00f0
DL
127192000-01-31 Dave Love <fx@gnu.org>
12720
12721 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
12722 (create-fontset-from-x-resource): Don't concat integers.
12723
2cb750ba
GM
127242000-01-31 Inge Frick <inge@nada.kth.se>
12725
12726 * view.el: Some changes in documentation. Removed some trailing
12727 whitespace. Changed some parameter names to agree with
12728 documentation.
12729 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
12730 window is not deleted. Modifies change 1998-04-26.
a23c5037 12731
74e9213b
GM
127322000-01-31 Gerd Moellmann <gerd@gnu.org>
12733
47569935
GM
12734 * windmove.el: New file.
12735
74e9213b
GM
12736 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12737 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 12738 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 12739
74e9213b
GM
12740 * jit-lock.el (jit-lock-function): Widen before calculating end
12741 position.
12742 (jit-lock-stealth-chunk-start): Rewritten.
12743
12744 * info.el (Info-title-face-alist): Removed.
12745 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
12746 faces.
12747 (Info-fontify-node): Use these faces.
12748
994c5afe
GM
127492000-01-30 Gerd Moellmann <gerd@gnu.org>
12750
12751 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
12752 (cl-macro-list1): Recognize `&allow-other-keys' instead of
12753 `&allow-other-keywords'.
12754
12755 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
12756 the list of directories scanned heuristically.
12757
12758 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
12759 exist.
12760
f00276e3
JR
127612000-01-30 Jason Rumney <jasonr@gnu.org>
12762
12763 * w32-fns.el: Define w32-tty-standard-colors.
12764
12765 * startup.el (command-line): Use w32-tty-standard-colors when in
12766 w32 console mode.
12767
cc4dfff0
DL
127682000-01-30 Dave Love <fx@gnu.org>
12769
e645e77b
DL
12770 * jka-compr.el (jka-compr-load): Fix up load-history.
12771
cc4dfff0
DL
12772 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
12773
12774 * emacs-lisp/cl-macs.el: Revert previous change.
12775
16215eb0
DL
127762000-01-29 Dave Love <fx@gnu.org>
12777
12778 * facemenu.el: Purecopy various strings.
12779
12780 * timezone.el (timezone-fix-time): Window against 69 for two-digit
12781 years. Deal with three-digit years.
12782
12783 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
12784 defconst, purecopy.
12785 (help-back-label): Purecopy it.
12786
bbd9b566
GM
127872000-01-18 Gerd Moellmann <gerd@gnu.org>
12788
12789 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
12790 variable. If non-nil, order the buffer list according to the
12791 currently selected frame.
12792 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
12793 non-nil, pass the selected frame to function buffer-list.
a23c5037 12794
887448e1
GM
127952000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12796
12797 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
12798
7df85084
DL
127992000-01-28 Dave Love <fx@gnu.org>
12800
142e109c
DL
12801 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
12802
7df85084
DL
12803 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
12804 Don't use lisp-indent-hook property.
12805 (cl-abs): Remove.
12806
12807 * subr.el: Move out indent and edebug specs for when and unless.
12808
12809 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
12810 when, unless.
12811
12812 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
12813 unless, when.
12814
3b43c01c
GM
128152000-01-28 Gerd Moellmann <gerd@gnu.org>
12816
d060bc9f
GM
12817 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
12818 `collecting' as synonym for `collect'.
12819
12820 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
12821 for the case it contains spaces.
12822
12823 * simple.el (what-cursor-position): Change formatting of
12824 messages.
12825
b02786f9
GM
12826 * frame.el (delete-other-frames): New function.
12827 (toplevel): Bind it to C-x 5 1.
12828
efd68b8a
GM
12829 * sort.el (sort-numeric-base): New option.
12830 (sort-numeric-fields): If number starts with `0' or `0[xX[',
12831 interpret it as octal or hexadecimal. Use sort-numeric-base
12832 as default base.
12833
3b43c01c
GM
12834 * progmodes/glasses.el: New file.
12835
984ae001
GM
128362000-01-27 Gerd Moellmann <gerd@gnu.org>
12837
a0b796e3
GM
12838 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
12839 userids differently.
12840
984ae001
GM
12841 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12842 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
12843 progmodes/ebnf-yac.el: New files.
12844
6c67ddee
DL
128452000-01-26 Dave Love <fx@gnu.org>
12846
12847 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
12848 on a function with an empty body. [From Eric Ludlam.]
12849
4e6473c8
GM
128502000-01-25 Andre Spiegel <spiegel@gnu.org>
12851
12852 * vc.el (vc-version-diff): Make sure file name is expanded.
12853
e12489f9
GM
128542000-01-25 Gerd Moellmann <gerd@gnu.org>
12855
12856 * scroll-bar.el (scroll-bar-timer): Variable removed.
12857 (scroll-bar-toolkit-scroll): Don't use a timer.
12858
8dbe2b07
KH
128592000-01-25 Kenichi Handa <handa@etl.go.jp>
12860
12861 * language/thai-util.el (thai-composition-function): Delete
12862 superfluous `a'.
12863
26ef1c87
DL
128642000-01-24 Dave Love <fx@gnu.org>
12865
12866 * fortran.el (fortran-mode): Use beginning-of-defun-function,
12867 end-of-defun-function.
12868
12869 * font-lock.el (turn-on-font-lock): Don't depend on window-system
12870 &c.
12871
7ed4e9a7
JR
128722000-01-22 Jason Rumney <jasonr@gnu.org>
12873
12874 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
12875 conflicts with new face support.
12876
8b7bc628 128772000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
12878
12879 * replace.el (query-replace): Rename last arg to DELIMITED.
12880 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
12881 (query-replace-regexp): Likewise.
12882
8b7bc628 128832000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 12884
02b14400
RS
12885 * subr.el (with-syntax-table): Use make-symbol, not gensym.
12886
5bb6f079
RS
12887 * emacs-lisp/lisp.el (beginning-of-defun-function):
12888 Variable renamed from beginning-of-defun.
12889 Do not call make-variable-buffer-local.
12890 (beginning-of-defun-raw): Use new variable name; doc fix.
12891 (beginning-of-defun): Doc fix.
12892 (end-of-defun-function): Variable renamed from end-of-defun.
12893 Do not call make-variable-buffer-local.
12894 (end-of-defun): Use new variable name; doc fix.
12895
02b14400
RS
12896 * subr.el (dolist, dotimes): Copied from cl-macs.el
12897 and made to work.
2d5e9b54 12898
a23c5037 12899 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
12900 Variable replaces rmail-digest-end-regexp.
12901 Allows multiple regexps for detecting the end line.
12902 (undigestify-rmail-message): Corresponding changes.
12903
60af03f1
DL
129042000-01-19 Dave Love <fx@gnu.org>
12905
fe5d99e1
DL
12906 * files.el (user-init-file): Don't declare here -- is primitive.
12907
60af03f1
DL
12908 * startup.el (command-line): Check for compiled user-init-file and
12909 set to uncompiled version if necessary.
12910
72dbbc7d
GM
129112000-01-18 Gerd Moellmann <gerd@gnu.org>
12912
6a1950ec
GM
12913 * mail/undigest.el (rmail-digest-end-regexp): New user option.
12914 (undigestify-rmail-message): Use it.
12915
72dbbc7d
GM
12916 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
12917
fbe91bbd
GM
129182000-01-17 Gerd Moellmann <gerd@gnu.org>
12919
12920 * tmm.el (tmm-goto-completions): Adapt to prompt being part
12921 of mini-buffer.
12922
33a6685b
GM
129232000-01-14 Gerd Moellmann <gerd@gnu.org>
12924
b3303df7
GM
12925 * emacs-lisp/copyright.el (copyright-update): Removed the
12926 requirement for a trailing space from `copyright-regexp', to
12927 support copyrights with owner specified on a separate line..
a23c5037 12928
3c4c8064
GM
12929 * align.el: New file.
12930
33a6685b
GM
12931 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
12932
12933 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
12934
044a4975
DL
129352000-01-13 Dave Love <fx@gnu.org>
12936
12937 * ph.el: Removed. (Obsoleted by EUDC.)
12938
0a352cd7
GM
129392000-01-13 Gerd Moellmann <gerd@gnu.org>
12940
12941 * net/eudc.el (toplevel): Remove autoloaded code installing
12942 menu with easymenu, because that causes build problems.
12943
12944 * frame.el (frame-notice-user-settings): New variable.
12945 (frame-notice-user-settings): Don't modify frame parameters
12946 if called a second time.
12947
8b7bc628 129482000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
12949
12950 * frame.el (frame-notice-user-settings):
12951 Notice default-frame-parameters even for non-window frames.
12952
feb450e0
GM
129532000-01-13 Gerd Moellmann <gerd@gnu.org>
12954
12955 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
12956 for Emacs.
12957 (eudc-bob-can-display-inline-images): Extend for Emacs.
12958 (eudc-bob-toggle-inline-display): Ditto.
12959 (eudc-bob-display-jpeg): Ditto.
12960
99c6d63b
GM
129612000-01-12 Gerd Moellmann <gerd@gnu.org>
12962
7970b229
GM
12963 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
12964 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
12965 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 12966
e4936aa9
GM
12967 * add-log.el (add-change-log-entry): Fix error trying an `(insert
12968 nil)'.
12969
12970 * subdirs.el: Add `net' directory.
12971
133c9e59
GM
12972 * net: New directory.
12973
99c6d63b
GM
12974 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
12975 eval-last-sexp. Don't bind debug-on-error here.
12976 (eval-last-sexp): New function. Bind debug-on-error if
12977 eval-expression-debug-on-error is non-nil.
12978 (eval-defun-2, eval-defun): Likewise.
12979
12980 * simple.el (eval-expression): Don't bind debug-on-error if
12981 eval-expression-debug-on-error is nil. Detect changed
12982 debug-on-error, and propagate new value to global binding, if
12983 eval-expression-debug-on-error is non-nil,
12984 (eval-expression-debug-on-error): Change doc string.
a23c5037 12985
8b7bc628 129862000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
12987
12988 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
12989
12990 * emacs-lisp/lisp-mode.el (with-syntax-table):
12991 Set up lisp-indent-function property.
12992
12993 * subr.el (with-syntax-table): Moved from simple.el.
12994
12995 * simple.el (with-syntax-table): Moved to subr.el.
12996
7e3c74fa
GM
129972000-01-11 Gerd Moellmann <gerd@gnu.org>
12998
1fab1775
GM
12999 * tmm.el (tmm-shortcut): Delete region after prompt instead
13000 of erasing buffer.
13001
7e3c74fa 13002 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
13003 (fill-context-prefix): Use the longest common prefix of first
13004 and second line fill prefix, if there is one.
7e3c74fa 13005
8b7bc628 130062000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
13007
13008 * array.el (array-mode): Don't use make-variable-buffer-local.
13009 Use make-local-variable for `truncate-lines'.
13010
aa705642 130112000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 13012
aa705642
GM
13013 * add-log.el (add-log-current-defun): Handle user-defined
13014 add-log-current-function returning nil,
a23c5037 13015
57df2446 13016 * add-log.el (add-change-log-entry): Insert version number
aa705642 13017 if having found a current function
c1356086
GM
13018
13019 * add-log.el (add-log-current-defun): Call
13020 `add-log-current-defun-function'. Try matches at level 0 and
13021 level 1. Strip whitespace from defun found.
a23c5037 13022
1d8c59e9
RS
130232000-01-10 John Wiegley <johnw@gnu.org>
13024
13025 * allout.el (isearch-done/outline-provisions): Added `edit'
13026 argument to correspond with the current definition of
13027 `isearch-done'.
13028
8cf87e9b
DL
130292000-01-10 Dave Love <fx@gnu.org>
13030
13031 * elide-head.el (elide-head): Use point-marker, not point.
13032
9050446c
GM
130332000-01-10 Gerd Moellmann <gerd@gnu.org>
13034
8321b22a
GM
13035 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
13036 before and after the year 2000.
a23c5037 13037
9050446c
GM
13038 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
13039 Add ispell- prefix.
13040
130412000-01-10 Ken Stevens <k.stevens@ieee.org>
13042
13043 * ispell.el: Only define dictionaries in menus when they exist.
13044 (version18p): New variable.
13045 (version20p): New variable.
13046 (xemacsp): New variable.
13047 (ispell-choices-win-default-height): Fix for XEmacs visibility.
13048 (ispell-dictionary-alist1): Added Brasileiro dictionary.
13049 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 13050 run-together words.
9050446c
GM
13051 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
13052 (ispell-dictionary-alist): Add koi8-r to customize definition.
13053 (check-ispell-version): Added documentation string. Returns
f24fef2f 13054 library path when called non-interactively.
9050446c
GM
13055 (ispell-menu-map-needed): Uses new variables.
13056 (ispell-library-path): New variable.
13057 (ispell-decode-string): XEmacs fix for bogus variable bindings.
13058 (ispell-word): Improved documentation string. Test for valid
13059 character mappings. Correctly check typed in word changes that can
13060 result in single words split into multiple words. Returns
13061 replacement word.
13062 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
13063 replace in recursive query replace mode. Help message for
13064 recursive edit mode.
13065 (ispell-show-choices): Protect against bad framepop bindings.
13066 (ispell-help): Fix to work with XEmacs.
13067 (ispell-highlight-spelling-error): Use new variables.
13068 (ispell-overlay-window): Fix to work with XEmacs.
13069 (ispell-parse-output): Passed and returns location information
13070 tracking spelling corrections. Doesn't recheck same word on
13071 current line.
13072 (ispell-init-process): Protect against bogus XEmacs variable binding.
13073 Fix call to single argument in sleep-for. Use new variables.
13074 (ispell-region): Passed and returns location information tracking
13075 spelling corrections. Doesn't check same word on current line.
13076 Improved documentation string. Doesn't resend a line already
13077 checked to the ispell process - fixes bug in LaTeX parsing.
13078 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
13079 (ispell-skip-region): No longer skips <TT> in SGML.
13080 (ispell-process-line): Tracks location information with spelling
13081 corrections. Added documentation string. Accounts for words
13082 already accepted on this line. Don't allow query-replace on line
13083 starting with math characters. Doesn't resend a line already sent
13084 to ispell process. Fixes alignment error bug.
a23c5037 13085
8b7bc628 130862000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 13087
a23c5037 13088 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
13089 Suggest xloadimage, which is free, not xv, which isn't.
13090
a23c5037 13091 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
13092 Don't ever include the host name or user name in the value.
13093
9ed79f5d
GM
130942000-01-09 Gerd Moellmann <gerd@gnu.org>
13095
13096 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
13097 of a real newline.
13098
b950abb1
GM
130992000-01-09 Stephen Eglen <stephen@gnu.org>
13100
a23c5037 13101 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
13102 for .png files.
13103
3c708e98
GM
131042000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
13105
13106 * cus-edit.el (custom-hook-convert-widget): Fix comment.
13107
bf61662d
GM
131082000-01-09 Gerd Moellmann <gerd@gnu.org>
13109
f1d851ae
GM
13110 * progmodes/cperl-mode.el: Replace ^F with ^L.
13111
bf61662d 13112 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 13113 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
13114 recursion.
13115
c65d14ee
DL
131162000-01-08 Dave Love <fx@gnu.org>
13117
8cf87e9b
DL
13118 * emacs-lisp/backquote.el: Remove inappropriate customization
13119 (allowing custom.el to use backquote).
c65d14ee 13120
83de2ebc
DL
131212000-01-07 Dave Love <fx@gnu.org>
13122
13123 * add-log.el (add-log-debugging): Deleted.
13124 (add-change-log-entry): Treat a backup FILE-NAME as its parent
13125 file. Remove debugging code.
13126 (change-log-get-method-definition, change-log-name): Add doc.
13127 (change-log-sortable-date-at): New function.
13128 (change-log-merge): New command.
13129
13130 * time.el (display-time-string-forms): Make the Mail string active.
13131 (display-time-update): Provide help-echo for load average.
13132
13133 * bindings.el (make-mode-line-mouse2-map): New function.
13134 (mode-line-modified): Use it and simplify.
13135 (mode-line-mule-info): Provide help-echo info.
13136 (minor-mode-alist): Activate the strings.
13137 (make-mode-line-mouse-sensitive): Simplify for
13138 mode-line-buffer-identification.
13139
c1475eae
GM
131402000-01-07 Gerd Moellmann <gerd@gnu.org>
13141
13142 * play/pong.el: New file.
13143
83de2ebc
DL
131442000-01-06 Dave Love <fx@gnu.org>
13145
13146 * array.el: Assorted cleanups for compiler warnings, doc strings,
13147 `array-' prefix for symbols.
13148
131492000-01-05 Dave Love <fx@gnu.org>
13150
13151 * textmodes/outline.el (outline-mode-menu-bar-map): Add
13152 outline-headers-as-kill.
13153 (outline-mode): Define imenu-generic-expression.
13154 (outline-headers-as-kill): New command.
13155
13156 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
13157 from paragraph-start.
13158 (paragraph-indent-minor-mode): New command.
13159
13160 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
13161 M-C-e, M-C-h, C-j, C-xnd, TAB.
13162 (fortran-mode): Set beginning-of-defun, end-of-defun.
13163 (fortran-column-ruler): Simplify.
13164 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
13165 (fortran-with-subprogram-narrowing): Likewise.
13166 (fortran-indent-subprogram): Call mark-defun.
13167 (fortran-check-for-matching-do): Change narrowing.
13168
13169 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
13170 (cl-lucid-hash-tag): Delete.
13171 (cl-hash-table-p): Correct test for native table.
13172 (cl-hash-table-count): Use hash-table-count.
13173
13174 * browse-url.el (browse-url): Fix case of
13175 browse-url-browser-function being an alist.
13176
676ac023
CD
131772000-01-05 Carsten Dominik <cd@gnu.org>
13178
c1475eae
GM
13179 * textmodes/reftex-vars.el (reftex-parse-file-extension)
13180 (reftex-index-phrase-file-extension): New options.
676ac023
CD
13181
13182 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 13183 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
13184
13185 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 13186 `reftex-parse-file-extension'.
eb483e17 13187
88807984
DL
131882000-01-05 Dave Love <fx@gnu.org>
13189
83de2ebc 13190 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
13191 (beginning-of-defun-raw): Use it.
13192 (end-of-defun): New variable.
13193 (end-of-defun): Use it.
13194 (check-parens): New command.
13195
1362aeb4
TTN
131962000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
13197
c1475eae
GM
13198 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
13199 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 13200
7ddafb95
TTN
13201 Fix buglet in local variables initialization.
13202
7334aa99
AS
132032000-01-05 Andreas Schwab <schwab@suse.de>
13204
13205 * hscroll.el (hscroll): Doc fix.
13206
b12e24cd
CD
132072000-01-05 Carsten Dominik <cd@gnu.org>
13208
13209 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
13210 idlw-toolbar.
13211
13212 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
13213 file idlw-rinfo.el.
1362aeb4
TTN
13214 (idlwave-customize): load must read file idlw-shell.el.
13215 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 13216
d6226972
CD
132172000-01-05 Carsten Dominik <dominik@astro.uva.nl>
13218
13219 * progmodes/idlw-shell.el: Also provide idlwave-shell
13220 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
13221 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
13222
13223 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
13224 both reftex-dcr and reftex-vcr.
1362aeb4 13225
d6226972
CD
13226 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
13227
6ddb893f 132282000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
13229
13230 * ps-print.el: PostScript code now is in separate files, doc fix.
13231 (ps-print-version): New version number (5.0.3).
13232 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
13233 local.
13234 (ps-spool-config): Initialization fix.
c1475eae
GM
13235 (ps-print-prologue-1, ps-print-prologue-2)
13236 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
13237 (ps-background-image): Little code reformating.
13238 (ps-begin-file, ps-begin-job): Fix code.
88807984 13239 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
13240 (ps-prologue-file): New fun.
13241
ae833aae
KH
132422000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13243
c1475eae 13244 * ps-vars.el: Eliminated.
ae833aae
KH
13245
13246 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
13247 `;;;###autoload'.
13248
13249 * ps-print.el: ps-vars eliminated, doc fix.
13250 (ps-print-version): New version number (5.0.2).
13251 (ps-spool-config): Initialization fix.
13252 (ps-print-customize): New fun.
13253
560a7bd2
GM
132542000-01-04 Gerd Moellmann <gerd@gnu.org>
13255
13256 * autorevert.el (auto-revert-mode): Return value of
13257 auto-revert-mode.
13258
f45dd0f4
DL
132592000-01-04 Dave Love <fx@gnu.org>
13260
fae2ac05
DL
13261 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
13262 menu items.
f45dd0f4 13263
61255981
DL
132642000-01-03 Dave Love <fx@gnu.org>
13265
88807984 13266 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 13267
83de2ebc 13268 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
13269 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
13270 `cl-hash-table-p', not `hash-table-p'.
13271 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
13272
c182a70f
EZ
132732000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13274
13275 * faces.el (face-read-integer, read-face-attribute)
13276 (color-defined-p, color-values): unspecified-{f,b}g are now
13277 strings.
13278
047f434a
GM
132792000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
13280
13281 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
13282 at comment end, and re-insert them after filling.
13283
bab531e2
EZ
132842000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13285
13286 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
13287 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
13288 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 13289
d684c676
EZ
132902000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13291
13292 * term/x-win.el (xw-defined-colors): Call color-supported-p,
13293 the new name of face-color-supported-p.
13294
13295 * term/w32-win.el (xw-defined-colors): Likewise.
13296
0aad4805
EZ
132972000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13298
13299 * simple.el (completion-setup-function): Count completion-size
13300 from minibuffer-prompt-end, not from point-min.
13301
5fe1d139
EZ
133022000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
13303
13304 * faces.el (read-face-attribute, defined-colors, color-defined-p):
13305 Pass the frame to tty-color-* functions.
13306 (display-color-p, frame-set-background-mode): Pass the frame to
13307 tty-display-color-p.
13308
13309 * term/tty-colors.el (tty-defined-color-alist): Renamed from
13310 tty-color-alist.
13311 (tty-color-alist, tty-modify-color-alist): New functions.
13312 (tty-color-define, tty-color-clear, tty-color-approximate)
13313 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
13314 an optional parameter FRAME.
13315
162dec01
GM
133162000-01-01 Gerd Moellmann <gerd@gnu.org>
13317
27189709
GM
13318 * image.el (create-image, defimage): Don't assume image data is a
13319 string.
13320
162dec01
GM
13321 * image.el (defimage): Handle specifications containing :data
13322 instead of :file.
13323 (image-type-from-data): New function.
13324 (image-type-from-file-header): Use it.
13325 (create-image): Add parameter DATA-P.
1362aeb4 13326
bea56df7 13327See ChangeLog.8 for earlier changes.
25a6fab1
KH
13328
13329;; Local Variables:
e64c3a75 13330;; coding: iso-2022-7bit
25a6fab1 13331;; End: