(gc_sweep): Add comment.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
73481ae3
KH
12000-12-07 Kenichi Handa <handa@etl.go.jp>
2
ffbaa122
KH
3 * international/mule-cmds.el (describe-language-environment): Fix
4 for the case that an input method title is not string but a list.
5
73481ae3
KH
6 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
7 of wrong SIZE record.
8
e2896b22
DL
92000-12-06 Dave Love <fx@gnu.org>
10
67292061
DL
11 * newcomment.el (comment-region, comment-dwim): Doc fix.
12
13 * textmodes/texinfo.el: Require tex-mode when compiling.
14 (texinfo-update-node): Doc fix.
15 (texinfo-imenu-generic-expression): Add @anchor.
16 (texinfo-font-lock-keywords): Add @uref.
17 (texinfo-inside-macro-p): Don't use ignore-errors.
18 (texinfo-insert-quote): Match more contexts.
19
e76938e7
DL
20 * international/mule.el (decode-char, encode-char): Doc fix.
21 (auto-coding-alist): Customize.
22
23 * files.el (load-file): Fix change of 2000-03-12.
24
e2896b22
DL
25 * wid-edit.el (widget-text-keymap): Doc fix.
26
6610f4b2
AI
272000-12-06 Andrew Innes <andrewi@gnu.org>
28
29 * makefile.w32-in (lisp): Set to an absolute directory, namely
30 $(CURDIR).
31
9e3366e4
EZ
322000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
33
34 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
35 read generated-autoload-file, and set buffer-file-coding-system to
36 raw-text-unix after reading the file.
37
38 * international/mule-conf.el (file-coding-system-alist): Use
39 raw-text for reading loaddefs.el and raw-text-unix for writing
40 it.
41
d94d636f
GM
422000-12-06 Gerd Moellmann <gerd@gnu.org>
43
384333ee
GM
44 * replace.el (occur): Make line-number-width 1 smaller for the
45 colon following the line number.
46
347d0813
GM
47 * startup.el (fancy-splash-text, command-line-1): Use
48 `File' for the menu name instead of `Files'.
49
d4b72d58
GM
50 * tmm.el: Update copyright.
51
d94d636f
GM
52 * cus-start.el: Add entry for even-window-heights.
53
6e424019
MB
542000-12-06 Miles Bader <miles@gnu.org>
55
56 * faces.el (frame-set-background-mode): Avoid stomping on
57 locally modified faces.
58
e6477b58
KH
592000-12-06 Kenichi Handa <handa@etl.go.jp>
60
61 * international/fontset.el: Correct the font registries for
62 japanese-jisx0213-1 and japanese-jisx0213-2.
63
21999ab9
GM
642000-12-05 Gerd Moellmann <gerd@gnu.org>
65
57d6e381
GM
66 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
67
21999ab9
GM
68 * iswitchb.el: Update customization commentary.
69
7422819c
GM
702000-12-05 Rob Riepel <riepel@Stanford.EDU>
71
72 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
73 (tpu-search-highlight): Fixed comparison of overlay end positions.
74 (tpu-trim-line-ends): Implemented trimming logic locally.
75
76 * emulation/tpu-extras.el (tpu-write-file-hook)
77 (tpu-set-cursor-bound): Replaced picture-clean with
78 tpu-trim-line-ends.
79
73daff18
KH
802000-12-05 Kenichi Handa <handa@etl.go.jp>
81
82 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
83 to cn-gb.
84 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
85
6a4cd002
DL
862000-12-04 Dave Love <fx@gnu.org>
87
88 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
89
6452929e
GM
902000-12-04 Gerd Moellmann <gerd@gnu.org>
91
92 * mail/rmailsum.el (rmail-summary-expunge)
93 (rmail-summary-expunge-and-save): Ask for confirmation with
94 rmail-expunge-confirmed.
95
96 * mail/rmail.el (rmail-expunge-confirmed): New function.
97 (rmail-expunge): Use it.
98
0c68ce6f
GM
99 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
100 (etags-recognize-tags-table, find-tag-in-order): New
101 functionality: interpret file names as tags.
102
7a53d8c8
EZ
1032000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
104
105 * info.el (Info-scroll-prefer-subnodes): New defcustom.
106 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
107 visit the first subnode until the bottom of the current node is
108 visible.
109
caa15ef7
GM
1102000-12-04 Gerd Moellmann <gerd@gnu.org>
111
112 * format.el (format-decode): Don't change buffer's undo list.
113
e225faa7
KH
1142000-12-04 Kenichi Handa <handa@etl.go.jp>
115
116 * faces.el (face-font-registry-alternatives): Add entries for CJK
117 fonts. Doc-string adjusted for the actual usage of this data.
118
119 * international/fontset.el: Change the font registries for CJK
120 fonts in the default fontset. Don't append '*' to registries.
121
8b262a65
SM
1222000-12-03 Stefan Monnier <monnier@cs.yale.edu>
123
124 * emacs-lisp/easy-mmode.el (define-derived-mode)
125 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
126
127 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
128 (derived-mode-p): New function.
129 (derived-mode-make-docstring): Add `docstring' argument.
130 Use it if available and complete it if necessary.
131
33c4460b
AS
1322000-12-03 Andreas Schwab <schwab@suse.de>
133
134 * type-break.el (type-break): Don't make parent of itself.
135
5c9b3fac
MB
1362000-12-03 Miles Bader <miles@gnu.org>
137
138 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
139
27ce741e
SM
1402000-12-02 Stefan Monnier <monnier@cs.yale.edu>
141
07c16ec4
SM
142 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
143 (tex-main-file, tex-file): Simplify.
144 (tex-generate-zap-file-name): Use subst-char-in-string.
145 (tex-strip-dots): Remove.
146
c19cc275
SM
147 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
148
27ce741e
SM
149 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
150 to check if the match succeeded.
151
285991dc
GM
1522000-12-02 Gerd Moellmann <gerd@gnu.org>
153
154 * startup.el (use-fancy-splash-screens-p): New function.
155 (command-line-1): Use it to determine whether or not to use
156 a fancy splash screen.
157
52dca1b2
AS
1582000-12-02 Andreas Schwab <schwab@suse.de>
159
160 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
161
d3e7e7cf
EZ
1622000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
163
2dce2360
EZ
164 * international/mule.el (make-char): Fix last change.
165
9768eaa7
EZ
166 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
167 New defcustoms.
168 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
169 autoloading tex-mode; instead, do the same manually. Use
170 texinfo-open-quote and texinfo-close-quote. Insert literal quote
171 with numeric argument. Docstring fix.
172 (toplevel): Require cl when compiling.
173
285991dc 174 * international/mule.el (make-char): Doc fix.
d3e7e7cf 175
0dd5e255
JR
1762000-12-02 Jason Rumney <jasonr@gnu.org>
177
178 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
179 the Emacs Lisp manual)
180
fbb87147
EZ
1812000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
182
5cbb3e93
EZ
183 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
184
fbb87147
EZ
185 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
186 the Emacs Lisp manual).
187
1636ca09
GM
1882000-12-02 Gerd Moellmann <gerd@gnu.org>
189
190 * simple.el (next-line-add-newlines): Change default to nil.
191
68875f0e
EZ
1922000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
193
194 * files.el (revert-buffer, recover-file): Bind
195 coding-system-for-read to emacs-mule-unix, not to no-conversion.
196
fd9ac94c
GM
1972000-12-01 Gerd Moellmann <gerd@gnu.org>
198
199 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
200
201 * play/5x5.el (5x5-play-solution):
202
45450dd5
MB
2032000-12-01 Miles Bader <miles@gnu.org>
204
205 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
206
09df8881
KH
2072000-12-01 Kenichi Handa <handa@etl.go.jp>
208
209 * international/mule-diag.el (describe-char-after): Fix typo.
210 (describe-character-set, non-iso-charset-alist): Fix typo.
211
dea0a87d
MB
2122000-12-01 Miles Bader <miles@gnu.org>
213
b170205b
MB
214 * image-file.el (image-file-name-regexp): Automatically add
215 upper-case variants of each filename extension in
216 `image-file-name-extensions', since they seem to be common.
217
dea0a87d
MB
218 * simple.el (minibuffer-contents)
219 (minibuffer-contents-no-properties, delete-minibuffer-contents):
220 New functions.
221 * filecache.el (file-cache-directory-name)
222 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
223
2b69bc11
GM
2242000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
225
dea0a87d
MB
226 * filecache.el (file-cache-minibuffer-complete): Don't try to
227 delete the minibuffer prompt.
228
a8a1b05d
DL
2292000-11-30 Dave Love <fx@gnu.org>
230
231 * cus-start.el: Fix read-buffer-function type.
232
693c4692
GM
2332000-11-30 Gerd Moellmann <gerd@gnu.org>
234
235 * md5.el: Removed. There's a built-in function, now.
236
2c0b1898
GM
2372000-11-30 Markus Rost <rost@math.ohio-state.edu>
238
239 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
240 as dummy 0-th char of rmail-deleted-vector.
241
63dfcf4b
EZ
2422000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
243
244 * ps-print.el (ps-end-job): Bind case-fold-search only after
245 switching to ps-spool-buffer.
246
2472000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
248
249 * ps-print.el: Line number font customization. PostScript: Lines and
250 PageCount are initialized on each page. Doc Fix.
251 (ps-print-version): New version number (6.3.2).
252 (ps-lpr-switches, ps-font-info-database, ps-font-size)
253 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
254 (ps-right-header): Customization fix.
255 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
256 Fix code.
257 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
258 New vars.
259
df3aedcf
GM
2602000-11-30 Gerd Moellmann <gerd@gnu.org>
261
edfb795e
GM
262 * bs.el: Fix typos and spelling errors.
263 (bs-appearance) <defgroup>: Renamed from bs-appearence.
264 (bs-configuration): Doc fix.
265
df3aedcf
GM
266 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
267
8b8a7f01
GM
2682000-11-30 Rob Riepel <riepel@Stanford.EDU>
269
270 * emulation/tpu-edt.el (tpu-version): New version.
271 (tpu-search-overlay, tpu-replace-overlay): New initial range.
272 (tpu-original-mode-line): Variable deleted.
273 (tpu-mark-flag): New initial value.
274 (tpu-set-mode-line): Don't redefine mode-line-format. Add
275 tpu-mark-flag to minor-mode-alist.
276 (tpu-update-mode-line): New mark flag logic.
277 (tpu-get): Use find-file-wildcards.
278 (tpu-search-highlight): Move overlay less, reset overlay properly.
279 (tpu-unselect): Deactivate mark.
280 (tpu-lm-replace): Reset overlay properly.
281 (tpu-forward-line): Use forward-visible-line.
282 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
283
284 * emulation/tpu-extras.el (tpu-forward-line): Use
285 forward-visible-line.
286
c069a9d3
GM
2872000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
288
289 * cus-edit.el (custom-face-value-create): Always emphasize tag.
290
b02cd40b
GM
2912000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
292
293 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
294 and skip whitespace and newlines.
295
b7a90344
SM
2962000-11-30 Stefan Monnier <monnier@cs.yale.edu>
297
298 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
299
be6bbb55
GM
3002000-11-29 Gerd Moellmann <gerd@gnu.org>
301
0383ed60
GM
302 * help.el (describe-function-1): Regexp-quote function name
303 when used as part of a regexp.
304
c7957947
GM
305 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
306 face-attribute instead of face-foreground and face-background.
307 (tool-bar-add-item): Likewise, and handle unspecified colors.
308
309 * enriched.el (enriched-face-ans): Use face-attribute instead
310 of face-foreground and face-background.
311
312 * faces.el (face-foreground, face-background, face-stipple):
313 Return nil if attribute is unspecified, for backward
314 compatibility.
315
7423978d
GM
316 * files.el (auto-mode-alist): Add an entry for antlr-mode.
317
ef128c78
GM
318 * play/5x5.el: Remove version info.
319
a81fc510
GM
320 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
321
be6bbb55
GM
322 * frame.el (blink-cursor-mode): Doc fix.
323
f9396e03
GM
3242000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
325
326 * antlr-mode.el: New commands to run ANTLR from within Emacs and
327 to create Makefile rules.
328 (antlr-tool-command): New user option.
329 (antlr-ask-about-save): New user option.
330 (antlr-makefile-specification): New user option.
331 (antlr-file-formats-alist): New variable.
332 (antlr-special-file-formats): New variable.
333 (antlr-unknown-file-formats): New user option.
334 (antlr-help-unknown-file-text): New variable.
335 (antlr-help-rules-intro): New variable.
336 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
337 (antlr-mode-menu): Add entries.
338 (antlr-file-dependencies): New function.
339 (antlr-directory-dependencies): New function.
340 (antlr-superclasses-glibs): New function.
341 (antlr-run-tool): New command.
342 (antlr-makefile-insert-variable): New function.
343 (antlr-insert-makefile-rules): New function.
344 (antlr-show-makefile-rules): New command.
345
346 * antlr-mode.el: More Emacs/XEmacs stuff.
347 (antlr-no-action-keywords): New constant with value nil.
348 (antlr-font-lock-keywords-alist): Use it. Old value would break
349 syntax highlighting in Emacs-21.0.
350 (antlr-default-directory): Emacs/XEmacs dependend function.
351 (antlr-read-shell-command): Ditto.
352 (antlr-with-displaying-help-buffer): Ditto.
353
3542000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
355
356 * antlr-mode.el: imenu, parsing and highlighting changes.
357 (antlr-imenu-create-index-function): Don't create extra submenus
358 for definitions in different grammar classes. It is not necessary
359 for the menu and would make command `imenu' awkward to use.
360 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
361 header actions and more than one.
362 (antlr-font-lock-tokendef-face): Changed color.
363 (antlr-font-lock-tokenref-face): Changed color.
364 (antlr-font-lock-additional-keywords): Also highlight lowercase.
365 (antlr-mode-syntax-table): New variable.
366 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
367 (antlr-with-syntax-table): Don't copy syntax table.
368
3692000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
370
371 * antlr-mode.el: Minor changes: language setting.
372 (antlr-language-alist): The value for file option "language" can
373 be both an identifier and a string.
374 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
375 (antlr-language-limit-n-regexp): Change accordingly.
376
3772000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
378
379 * antlr-mode.el: Minor changes: tabs, hiding.
380 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
381 (antlr-action-visibility): Also allow value nil to also hide the
382 braces. Renamed from `antlr-tiny-action-length'.
383 Suggested by Jay@aol.com.
384 (antlr-hide-actions): Change accordingly. Hide line if completely
385 hidden action is on a line of its own.
386
6ad948eb
SM
3872000-11-29 Stefan Monnier <monnier@cs.yale.edu>
388
389 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
390
391 * sort.el (sort-columns): Don't concat strings with numbers.
392
9c6a4107
DL
3932000-11-29 Dave Love <fx@gnu.org>
394
395 * cus-edit.el (face): Fix :format.
396
397 * mail/feedmail.el: Require smtpmail when compiling.
398 (mail-do-fcc): Autoload.
399 (feedmail) <defgroup>: Fix :link.
400 (feedmail-nuke-body-in-fcc): Fix :type.
401 (feedmail-send-it): Add autoload cookie.
402
053b8d35
SM
4032000-11-29 Stefan Monnier <monnier@cs.yale.edu>
404
405 * newcomment.el (comment-indent): Save excursion around call to
406 comment-indent-function.
407
242c13e8
MB
4082000-11-29 Miles Bader <miles@gnu.org>
409
410 * subr.el (member-ignore-case): Return the tail of the list who's
411 car matches, like `member', not the matching element itself.
412
8f4b5f28
KH
4132000-11-29 Kenichi Handa <handa@etl.go.jp>
414
415 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
416 should not contain `\n'.
417
bebe4a2c
GM
4182000-11-28 Gerd Moellmann <gerd@gnu.org>
419
fd9ac94c 420 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 421
ba7e40eb
GM
422 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
423
75ab0c79
GM
424 * dired-aux.el (dired-do-create-files): Construct default file
425 name for dired-mark-read-file-name so that when the user enters
426 just RET, the target file will end up in the target directory.
427
bebe4a2c
GM
428 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
429 local-abbrev-table before changing buffers because it might
430 have a buffer-local binding.
431
fa6d1ca8
MB
4322000-11-28 Miles Bader <miles@gnu.org>
433
434 * simple.el (delete-horizontal-space): Handle fields more generally.
435
8d2c2642
GM
4362000-11-28 Gerd Moellmann <gerd@gnu.org>
437
438 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
439
8b31236d
DL
4402000-11-28 Dave Love <fx@gnu.org>
441
3cbd02d2
DL
442 * progmodes/ps-mode.el (ps-mode): Set comment-start and
443 comment-start-skip locally.
444
8b31236d
DL
445 * progmodes/fortran.el (fortran-mode): Don't set
446 fortran-comment-line-start-skip. Set comment-start to
447 fortran-comment-line-start.
448 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
449 (fortran-comment-line-start-skip): Simplify slightly.
450
ae4bf56d
GM
4512000-11-28 Gerd Moellmann <gerd@gnu.org>
452
17ef7534
GM
453 * play/5x5.el: Remove RCS keyword.
454
fd9ac94c 455 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 456
665b27a6
GM
4572000-11-28 Milan Zamazal <pdm@freesoft.cz>
458
459 * textmodes/tildify.el (tildify-string-alist): Add
460 `plain-tex-mode' here.
461
fe3c2ae3
GM
4622000-11-28 Colin Walters <walters@cis.ohio-state.edu>
463
464 * chistory.el (Command-history-setup): Remove extraneous `keymap'
465 reference.
466
d970106b
MB
4672000-11-28 Miles Bader <miles@gnu.org>
468
36b80a0d
MB
469 * cus-face.el (custom-face-attributes): Add post-filter function
470 for :box. Make pre-filter function for :box handle all cases.
471
d970106b
MB
472 * wid-edit.el (widget-choose): Make sure pop-up window is large
473 enough to display all the choices, as there's no way to scroll it.
474
5a2bae6c
KH
4752000-11-28 Kenichi Handa <handa@etl.go.jp>
476
477 * international/mule-conf.el: Make the coding system no-conversion
478 safe for all characters.
479
9e836e23
DL
4802000-11-27 Dave Love <fx@gnu.org>
481
8b31236d
DL
482 * net/ldap.el (ldap) <defgroup>: Add :version.
483
9e836e23
DL
484 * tooltip.el (tooltip-use-echo-area): Doc fix.
485
486 * cus-start.el <minibuffer-prompt-properties>: Add version.
487 <read-buffer-function>: Add.
488
489 * apropos.el (apropos-print): Add help-echo to active text.
490
491 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
492
4a74d071
GM
4932000-11-27 Gerd Moellmann <gerd@gnu.org>
494
495 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
496 type, group and version.
497
76058c27
EZ
4982000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
499
4a74d071 500 * select.el (x-get-selection): Docstring fix.
76058c27 501
fd9ac94c 5022000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 503
fd9ac94c 504 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 505
49060c51
AI
5062000-11-27 Andrew Innes <andrewi@gnu.org>
507
508 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
509
510 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
511
b2a8e429
MB
5122000-11-27 Miles Bader <miles@gnu.org>
513
514 * dired.el (dired-get-filename): Return filename verbatim if
515 LOCALP is `verbatim'.
516 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
517 `verbatim' so that we don't inadvertently delete a non-existant
518 directory name.
519
5ac0366d
KH
5202000-11-27 Kenichi Handa <handa@etl.go.jp>
521
522 * international/characters.el: Specify cases and syntaxes for
523 mule-unicode-0100-24ff.
524
67f1cf4c
GM
5252000-11-27 Gerd Moellmann <gerd@gnu.org>
526
527 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
528 that foreground and/or background colors of the face `tool-bar'
529 are unspecified.
530
46c56972
MB
5312000-11-27 Miles Bader <miles@gnu.org>
532
ec725166
MB
533 * wid-edit.el (widget-field-buffer, widget-field-start)
534 (widget-field-end): Handle widget field `pseudo-overlays'.
535 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
536 if it's there instead of in `widget-field-list'.
537
46c56972 538 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
539 (help-make-xrefs): Delete extraneous newlines at the end of the
540 docstring.
46c56972 541
640a9cdd
JR
5422000-11-25 Jason Rumney <jasonr@gnu.org>
543
544 * startup.el (command-line): Call set-locale-environment after
545 Window System init file is read, as it can result in a call to
546 redraw-frame.
547
0b3f96d4
EZ
5482000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
549
550 * simple.el (shell-command): Mention the effect of the prefix
551 argument in the doc string.
552
8da6e2a1
MB
5532000-11-25 Miles Bader <miles@gnu.org>
554
a658d039
MB
555 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
556
8da6e2a1 557 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 558 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 559
d3416cca
JR
5602000-11-24 Jason Rumney <jasonr@gnu.org>
561
562 * international/mule-cmds.el (locale-language-names): Add "jp" as
563 a non-standard alternative for Japanese.
564
17e37f53
AS
5652000-11-24 Andre Spiegel <spiegel@gnu.org>
566
567 * vc-hooks.el: Require 'cl during compilation.
568
9aa5f148
GM
5692000-11-24 Gerd Moellmann <gerd@gnu.org>
570
ba193890
GM
571 * faces.el (face-set-after-frame-default): Let face attributes
572 specified for new frames override frame parameters.
573
9aa5f148
GM
574 * startup.el (command-line): Fix computation of the source file
575 for user-init-file when user-init-file is a compiled file.
576
51a1edab
MB
5772000-11-24 Miles Bader <miles@gnu.org>
578
579 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
580 (custom-post-filter-face-spec): New functions.
581 (custom-face-set, custom-face-value-create): Filter the face spec
582 before and after customization.
583 (custom-face-set): If VALUE specifies a null face, pass a
584 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
585 * cus-face.el (custom-face-attributes): Remove SET and GET
586 functions. Add some IN-FILTER and OUT-FILTER functions in the few
587 cases they're needed.
588
1ed74431
MB
589 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
590 that it's distinguishable from the :off-glyph on dark-background
591 displays. Set its background color too.
592
67ee1125
MB
593 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
594 so that people can easily turn it off.
595
7d027816
MK
5962000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
597
598 * ediff-diff.el: Moved variables around to have it compile under NT.
599
9aa5f148 600 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
7d027816 601
9aa5f148 602 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
7d027816 603
9aa5f148 604 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816
MK
605 redundant skip-small-frames test.
606
9aa5f148 607 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816
MK
608 (viper-downgrade-to-insert): protect against errors in hooks.
609
9aa5f148
GM
610 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
611 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
612 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816
MK
613 functions.
614
9aa5f148 615 * viper-util.el (viper-memq-char): Bug fixes.
7d027816 616
9aa5f148 617 * viper.el (viper-mode): Fix cursor handling.
7d027816 618
f07fa1b8
KH
6192000-11-24 Kenichi Handa <handa@etl.go.jp>
620
621 * international/mule-diag.el (list-iso-charset-chars): For
622 two-byte charset, fix the `while' condition.
623 (list-non-iso-charset-chars): Fix the `while' condition.
624
ba8299ff
SM
6252000-11-23 Stefan Monnier <monnier@cs.yale.edu>
626
79372165
SM
627 * subr.el (add-hook, remove-hook): Don't call make-local-hook
628 if the variable is make-variable-buffer-local.
629
ba8299ff
SM
630 * progmodes/ada-stmt.el (ada-template-map): Initialize
631 and bind it to C-c t in ada-mode-map.
632 (ada-stmt-mode-hook): New function extracted from old code.
633 Only change the buffer-local side of skeleton-*.
634 (ada-mode-hook): Use it.
635
68a887fa
EZ
6362000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
637
638 * iswitchb.el (iswitchb-minibuf-depth): New variable.
639 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
640 we expect to be returned by minibuffer-depth once we prompt the
641 user in the minibuffer.
642 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
643 as recorded in iswitchb-minibuf-depth, return non-nil.
644
3b345582
EZ
6452000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
646
647 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
648 (hscroll-window-maybe): Docstring fix.
649
595dead2
DL
6502000-11-23 Dave Love <fx@gnu.org>
651
652 * rect.el (string-rectangle): Don't test delete-selection-mode.
653
1e66b27a
GM
6542000-11-23 Gerd Moellmann <gerd@gnu.org>
655
02790ce2
GM
656 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
657 is in the tool bar.
658
1e66b27a
GM
659 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
660 with `no-dir'; we want the directory part to be able to remove
661 it.
662
a4caa65d
SM
6632000-11-22 Stefan Monnier <monnier@cs.yale.edu>
664
665 * textmodes/outline.el (outline-flag-region):
666 Don't bind inhibit-read-only since we don't modify the buffer.
667 (outline-isearch-open-invisible): Don't jump to overlay-start
668 since we're trying to unhide text around point.
669 (outline-discard-overlays): Use dolist.
670
671 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
672
03e757c1
GM
6732000-11-22 Gerd Moellmann <gerd@gnu.org>
674
675 * mail/rmail.el (rmail-confirm-expunge): Default to
676 y-or-n-p.
677
1598a961
SM
6782000-11-22 Stefan Monnier <monnier@cs.yale.edu>
679
680 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
681 Fix ARG regexp to skip quoted braces.
682 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
683 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
684 are (correctly) handled separately).
685 Remove `caption' and `footnote' from `citations': they contain text.
686 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
687 (latex-skeleton-end-hook): New function.
688 (latex-mode): Use it.
689 (tex-start-tex-marker): Remove.
690 (tex-send-tex-command): Don't set tex-start-tex-marker.
691 (tex-error-parse-syntax-table): New var.
692 (tex-compilation-parse-errors): Use it.
693 Ignore tex-start-tex-marker. Don't bother with marker-position.
694 (tex-validate-buffer): Don't bother with marker-position.
695
696 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 697 (flyspell-generic-progmode-verify): Use it.
1598a961 698
eaae8106
SS
6992000-11-22 Sam Steingold <sds@gnu.org>
700
03e757c1
GM
701 * simple.el (delete-trailing-whitespace): New interactive
702 function.
703
eaae8106 704 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 705 `ada-remove-trailing-spaces'.
eaae8106 706 (ada-remove-trailing-spaces): Removed.
03e757c1 707
eaae8106 708 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
03e757c1 709
1598a961
SM
710 * textmodes/picture.el (picture-clean): Removed.
711 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 712
a41d49e9
GM
7132000-11-22 Gerd Moellmann <gerd@gnu.org>
714
e053c60f
GM
715 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
716
a41d49e9
GM
717 * hi-lock.el (hi-lock-refontify): Don't call non-existent
718 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 719 do anything special when jit-lock is active.
a41d49e9
GM
720 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
721
197615f3
DL
7222000-11-22 Dave Love <fx@gnu.org>
723
ddbfaa9f
DL
724 * calendar/todo-mode.el (todo-top-priorities): Use
725 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
726
ddc3c695
DL
727 * language/chinese.el, language/cyrillic.el:
728 * language/devanagari.el, language/ethiopic.el, language/greek.el:
729 * language/hebrew.el, language/indian.el, language/japanese.el:
730 * language/korean.el, language/lao.el, language/misc-lang.el:
731 * language/thai.el, language/tibetan.el, language/vietnamese.el:
732 Use provide.
733
fb9fa98d
DL
734 * cus-edit.el (custom-buffer-create-internal): Save some consing.
735 (custom-variable-set): Improve validation error mesage.
736
197615f3
DL
737 * rect.el (string-rectangle): Revert last change.
738 (string-rectangle-line): New arg DELETE.
739 (string-rectangle): Check delete-selection-mode.
740
741 * emacs-lisp/edebug.el (edebug-version)
742 (edebug-maintainer-address): Deleted.
743 (edebug-submit-bug-report): Just alias to report-emacs-bug.
744 (edebug-read-function): Account for other `'#' read forms.
745 (edebug-mode-menus): Make some items toggles.
746 (edebug-outside-unread-command-event, unread-command-event):
747 Remove these to avoid warnings.
748
f4117c4d
GM
7492000-11-22 David Ponce <david@dponce.com>
750
751 * recentf.el (recentf-menu-items-for-commands)
752 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 753 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 754
f4117c4d
GM
755 (recentf-build-dir-rules, recentf-dump-variable)
756 (recentf-edit-list, recentf-open-files-item)
757 (recentf-open-files): Replaced unnecessary `mapcar' with new
758 built-in `mapc'.
eaae8106 759
f8e2f3f2
MB
7602000-11-23 Miles Bader <miles@gnu.org>
761
762 * faces.el (menu): Make inverse-video on ttys too.
763
4c4a541d
SM
7642000-11-22 Stefan Monnier <monnier@cs.yale.edu>
765
766 * simple.el (comment-line-break-function): Use the new name
767 indent-new-comment-line -> comment-indent-new-line.
768 (clone-indirect-buffer): Don't ignore NORECORD.
769 (next-completion): Properly handle the case where items are adjacent.
770
771 * mouse.el (popup-menu): Stupid typo.
772
980d836e
GM
7732000-11-22 Gerd Moellmann <gerd@gnu.org>
774
60e8e0a5
GM
775 * emacs-lisp/authors.el: Remove autoload cookies, add author,
776 maintainer, keywords tags.
777
980d836e
GM
778 * rect.el (replace-rectangle): Don't call string-rectangle-line
779 with too many arguments.
780
e08b2069
AS
7812000-11-22 Andre Spiegel <spiegel@gnu.org>
782
60e8e0a5 783 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 784 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
785 vc-locking-user, which no longer exists.
786
787 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
788
c6779d8d
DL
7892000-11-22 Dave Love <fx@gnu.org>
790
791 * md5.el (md5): Provide.
792 (md5): Fix error call.
793
e672fdce
MB
7942000-11-22 Miles Bader <miles@gnu.org>
795
eaae8106 796 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
797 (refill-fill-paragraph-at): Remove debugging code.
798
80e24c04
MB
799 * calendar/calendar.el (generate-calendar-window): When we don't
800 call `fit-window-to-buffer', make sure the top line is fully visible.
801
3a17d6cc
MB
802 * image-file.el (insert-image-file): Don't make `read-only'
803 property rear-nonsticky.
804
ae1a21c6
MB
805 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
806 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
807 stashing away its original value.
808 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
809 in the recursive edit.
810 Bind `isearch-original-minibuffer-message-timeout' to protect it.
811 (isearch-done): Restore `minibuffer-message-timeout'.
812
e672fdce
MB
813 * cus-start.el: Remove entry for `mode-line-inverse-video'.
814
3ea79df8
SM
8152000-11-21 Stefan Monnier <monnier@cs.yale.edu>
816
817 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
818
819 * find-lisp.el (find-lisp-find-files-internal):
820 Use dolist, when and file-name-as-directory.
821
980d836e 822 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
823 (define-derived-mode, define-minor-mode): Add specs.
824
825 * window.el: General comment and spacing fixes.
826 (save-selected-window): Use backquotes.
827 (window-safely-shrinkable-p): New function.
828 (shrink-window-if-larger-than-buffer): Use it.
829
830 * subr.el (make-local-hook): Docstring fix.
831
832 * shell.el (shell-mode): Use define-derived-mode.
833
834 * newcomment.el (comment-indent): Insert comment before calling
835 comment-indent-function. Don't insert in column 0.
836 (comment-dwim): Indent before inserting comment.
837
838 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
839 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
840 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
841 Use mapc rather than map.
842
843 * files.el (find-buffer-visiting): Compare all attributes before
844 declaring two files identical (rather than just their inode-no).
845 (auto-mode-alist): Use \' rather than $.
846
847 * which-func.el: Update maintainer line.
848
849 * pcvs.el (uniquify-buffer-file-name): Remove advice.
850 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
851 (uniquify-buffer-file-name): Use it.
852
8f62f2b8
MB
8532000-11-22 Miles Bader <miles@gnu.org>
854
855 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
856 * simple.el (minibuffer-avoid-prompt): New function.
857
fb279a6d
GM
8582000-11-21 Gerd Moellmann <gerd@gnu.org>
859
860 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
861
867092e9
MB
8622000-11-21 Miles Bader <miles@gnu.org>
863
ef860850
MB
864 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
865 inclusion of `track-mouse'.
866
867092e9
MB
867 * textmodes/refill.el (refill-ignorable-overlay): New variable.
868 (refill-adjust-ignorable-overlay): New function.
869 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
870 only the paragraph's tail if possible.
871 Update `refill-ignorable-overlay'.
872 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
873
874 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
875 point inside the fill-prefix.
876
877 * textmodes/refill.el (refill-post-command-function): Don't reset
878 refill-doit in the case where a self-insertion command doesn't
879 case a refill. Use `refill-fill-paragraph-at', getting position
880 from `refill-doit'.
881 (refill-after-change-function): Set `refill-doit' to END.
882 (refill-fill-paragraph-at): New function, mostly from old
883 refill-fill-paragraph.
884 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
885 (refill-pre-command-function): New function.
886 (refill-mode): Add it to `pre-command-hook'.
887
ff9ab414
GM
8882000-11-20 Gerd Moellmann <gerd@gnu.org>
889
29a01b72
GM
890 * textmodes/artist.el (artist-mode): Fix autoload cookie.
891
ff9ab414
GM
892 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
893 javadoc tags.
eaae8106 894
885b211b
AS
8952000-11-20 Andre Spiegel <spiegel@gnu.org>
896
897 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
898 vc.el).
899
eaae8106 900 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 901 require vc.
eaae8106
SS
902
903 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 904 checkouts.
eaae8106 905
d1838556
DL
9062000-11-20 Dave Love <fx@gnu.org>
907
908 * Makefile.in (DONTCOMPILE): Omit bindings.el.
909
2b69bc11 9102000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 911
2b69bc11
GM
912 * calculator.el (calculator-paste): Use `if' instead of `and'
913 and `or'.
914 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 915
b95b34e5
GM
9162000-11-19 Gerd Moellmann <gerd@gnu.org>
917
030de92f
GM
918 * info.el (info-menu-5): Doc fix.
919
b95b34e5
GM
920 * textmodes/artist.el: New file.
921
54970452
AS
9222000-11-19 Andre Spiegel <spiegel@gnu.org>
923
eaae8106 924 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
925 and differentiate according to checkout model.
926 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
927 since this function is only concerned with master state.
928
eaae8106 929 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
930 vc-default-workfile-unchanged-p): Moved here from vc.el.
931
eaae8106 932 * vc.el (vc-workfile-unchanged-p,
54970452
AS
933 vc-default-workfile-unchanged-p): See above.
934
e5a9dabf
MB
9352000-11-19 Miles Bader <miles@gnu.org>
936
937 * image-file.el (insert-image-file): Make `intangible' and
938 `read-only' properties rear-nonsticky too.
939
24127af0
GM
9402000-11-18 Gerd Moellmann <gerd@gnu.org>
941
d392e9c5 942 * ps-print.el: Update copyright notice.
eaae8106 943
d392e9c5
GM
944 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
945 (tooltip-show): Use the offsets.
946
24127af0 947 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 948 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
949 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
950
2b69bc11 9512000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 952
2b69bc11
GM
953 * ps-print.el (toplevel): Test for find-coding-system being
954 fboundp before calling ps-x-find-coding-system.
08ea6f17 955
66321b2f
SM
9562000-11-16 Stefan Monnier <monnier@cs.yale.edu>
957
958 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
959 (vc-version-backup-file): Docstring fix.
960
046110c6
GM
9612000-11-16 Gerd Moellmann <gerd@gnu.org>
962
4104194e
GM
963 * files.el (basic-save-buffer): Don't add a newline if
964 find-file-literally is non-nil.
965 (find-file-literally): Extend doc string.
966
046110c6
GM
967 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
968 sort(1) with the `-f' argument.
969
6505c16e
AS
9702000-11-16 Andre Spiegel <spiegel@gnu.org>
971
fd063975
AS
972 * vc.el: Updated backend documentation.
973 (vc-default-check-headers): New function.
974
3d02dd81 975 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
976
977 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 978 up-to-date.
eaae8106 979 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 980 the minibuffer is not active.
fd063975 981
eaae8106 982 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 983 `vc-cvs-use-edit' is on.
eaae8106
SS
984 (vc-cvs-checkout): When this is used for reverting the workfile,
985 make a backup of the original contents and revert to that in case
8791d617 986 of error.
eaae8106 987 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 988 remote repositories.
eaae8106 989
6505c16e
AS
990 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
991 for both version and ratio in the minibuffer.
fd063975 992
eaae8106 993 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 994 Use vc-do-command to perform the annotation, not call-process.
6505c16e 995
a13f0660
KH
9962000-11-16 Kenichi Handa <handa@etl.go.jp>
997
998 * international/quail.el (quail-start-translation): Don't call
999 `message' before reading key sequence.
1000
1389a414
MB
10012000-11-16 Miles Bader <miles@lsi.nec.co.jp>
1002
1003 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
1004
9256a532
KH
10052000-11-16 Kenichi Handa <handa@etl.go.jp>
1006
1007 * window.el (fit-window-to-buffer): Be sure to acquire at least
1008 one text line even if the buffer is empty.
1009
0e14fe9f
GM
10102000-11-16 Gerd Moellmann <gerd@gnu.org>
1011
eaae8106 1012 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
1013 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
1014 ange-ftp-process-verbose to nil.
1015
da645c53
DL
10162000-11-15 Dave Love <fx@gnu.org>
1017
233d5cde
DL
1018 * wid-edit.el (widget-specify-field, widget-specify-button): If
1019 :help-echo is a function, set help-echo of overlay to
1020 widget-mouse-help.
1021 (widget-mouse-help): New function.
1022 (widget-echo-help): Rewritten for :help-echo functions only taking
1023 a widget arg.
1024
b12057b9
DL
1025 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
1026 display-graphic-p.
1027 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
1028 and that JPEG is available.
1029 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
1030
da645c53
DL
1031 * international/mule-cmds.el (locale-charset-language-names):
1032 Match @euro.
1033
6d133d1f
GM
10342000-11-15 Gerd Moellmann <gerd@gnu.org>
1035
1036 * faces.el (face-set-after-frame-default): If
0e14fe9f 1037 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
1038 default face from X resources.
1039
49ac2ac5
EZ
10402000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1041
1042 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
1043 Don't set EMACSLOADPATH.
1044
4fb0a34c
EZ
10452000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1046
1047 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
1048 texinfo-insert-@url.
1049 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
1050 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
1051
bb304a7a
SM
10522000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1053
82bc80bf
SM
1054 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
1055 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
1056 (checkdoc-minor-keymap): Backward compatibility.
1057 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
1058 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
1059 (checkdoc-this-string-valid-engine): Be a bit more strict
1060 to avoid matching substrings of `...' quoted vars/funs.
1061 (checkdoc-defun-info): Only look for `interactive' if alone.
1062 (debug-ignored-errors): Add "arg doesn't appear in docstring".
1063
e8c87124
SM
1064 * progmodes/compile.el (grep): `tag-default' can be nil.
1065
bb304a7a
SM
1066 * newcomment.el (comment-indent): Paren typo.
1067
8628686a
DL
10682000-11-14 Dave Love <fx@gnu.org>
1069
25c269ef
DL
1070 * calculator.el: New maintainer version.
1071
66321b2f 1072 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 1073
8628686a
DL
1074 * cmuscheme.el: Doc fixes.
1075 (cmuscheme) <defgroup>: Use `scheme' as parent.
1076 (cmuscheme-program-name): Remove. Change uses to
1077 scheme-program-name.
1078
1079 * xscheme.el (scheme-program-name): Don't define here.
1080
1081 * progmodes/scheme.el (scheme-program-name): New variable
1082 (originally in cmuscheme).
1083
88f0a1eb
MB
10842000-11-14 Miles Bader <miles@gnu.org>
1085
1086 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
1087 Handle header-lines. Don't loop forever if we can't enlarge the
1088 window anymore. Simplify a bit.
1089
cd9a000c
KH
10902000-11-14 Kenichi Handa <handa@etl.go.jp>
1091
1092 * window.el (fit-window-to-buffer): Don't check
1093 window-text-height. Assure that the last line is fully visible.
1094
1095 * international/quail.el (quail-show-guidance-buf): Call
1096 fit-window-to-buffer to assure the enough height of the guidance
1097 buffer.
1098 (quail-update-guidance): Avoid making the guidance buffer shorter.
1099
d3fcda22
SM
11002000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1101
bdbd9606
SM
1102 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
1103 rather than `prepend' and add an interesting comment.
1104 (tex-math-face, tex-font-lock-syntactic-face-function):
1105 New face and function to use it.
1106 (tex-define-common-keys, tex-mode-map): Use menu-item rather
1107 than `menu-enable' symbol property.
1108 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
1109 (tex-mode): Add some latex-mode commands for auto-selection.
1110 Use tex-font-lock-syntactic-face-function.
1111 (tex-insert-quote): Simplify.
1112 (tex-shell): New mode.
1113 (tex-start-shell): Use it.
1114 (tex-shell-proc, tex-shell-buf): New functions.
1115 (tex-send-command): Use it.
1116 (tex-main-file): Fix the meaning of the new arg REALFILE.
1117 (tex-send-tex-command): New function split from `tex-start-tex'.
1118 Set compilation-last-buffer and compilation-parsing-end.
1119
d3fcda22
SM
1120 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
1121 when it follows non-comment text on the line.
1122
1123 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1124 Set font-lock-defaults.
1125 (lisp-mode-shared-map): Init inside the defvar.
1126 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
1127 Use define-derived-mode.
1128
bdab1d43
MB
11292000-11-14 Miles Bader <miles@lsi.nec.co.jp>
1130
1131 * faces.el (header-line): Use `:box nil' for color/gs displays too.
1132
936ae731
GM
11332000-11-14 Gerd Moellmann <gerd@gnu.org>
1134
1135 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
1136 recursively optimize body because that can lead to infinite
1137 recursion; see comment there.
1138
1695ca2b
EZ
11392000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
1140
1141 * faces.el (face-spec-set-match-display): Revert the change from
1142 2000-10-24. Add a FIXME for after v21.1.
1143
9d348294
MB
11442000-11-13 Miles Bader <miles@gnu.org>
1145
1146 * textmodes/fill.el (skip-line-prefix): New function.
1147 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
1148 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
1149 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1150 point inside the fill-prefix.
9d348294 1151
b85fa13c
MB
11522000-11-13 Miles Bader <miles@lsi.nec.co.jp>
1153
1154 * calendar/calendar.el (generate-calendar-window): Use
1155 `fit-window-to-buffer'.
1156
a0b47716
SM
11572000-11-12 Stefan Monnier <monnier@cs.yale.edu>
1158
1159 * gud.el (gud-minor-mode): New var.
1160 (gud-symbol, gud-val): New functions.
1161 (gud-find-file): Copy gud-minor-mode to the new buffer.
1162 (gud-menu-map): Include entries for commands that are not always
1163 available, using :enable to (de)activate them.
1164 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
1165 (gud-mode-map): New map.
eaae8106 1166 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
1167 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
1168 Don't set up gud's menu (it's done by the minor-mode).
1169 (gud-minibuffer-local-map): New.
1170 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
1171 (gud-query-cmdline): New function.
1172 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
1173 (gud-mode): Use define-derived-mode.
1174 Don't set up gud's menu (it's done by the minor-mode).
1175 (gud-chop-words): Remove.
1176 (gud-common-init): Use split-string instead.
1177 (gud-new-keymap, gud-make-debug-menu): Eradicate.
1178
1179 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
1180 Add keyword arg :name.
1181
1182 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
1183 (diff-count-matches, diff-split-hunk): New functions.
1184 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
1185
1186 * pcvs-info.el (cvs-fi-conflict-face): New var.
1187
1188 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
1189 Make it into a simple syntax-table, shared among all submodes.
1190 (sh-heredoc-face): Re-introduce.
1191 (sh-font-lock-syntactic-face-function): New function.
1192 (sh-mode): Use it. Also use define-derived-mode.
1193 Remove old bogus setting of indent-region-function.
1194 (sh-set-shell): Don't set the syntax-table any more.
1195 (sh-mode-syntax-table) <defun>: Remove.
1196
f5ed37df
MB
11972000-11-12 Miles Bader <miles@gnu.org>
1198
1199 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
1200 message if interactive.
1201
0b074c2f
DL
12022000-11-12 Dave Love <fx@gnu.org>
1203
1204 * mail/feedmail.el: Fix header,
1205 (feedmail) <defgroup>: Add :link.
1206
1207 * view.el: Use local-map property, not keymap on mode-line string.
1208
1209 * scroll-all.el (scroll-all-mode): Customize variable. Add
1210 autoload cookie to function.
1211
1212 * lazy-lock.el: Remove compatibility code.
1213
1214 * finder.el (finder-known-keywords): Add `files', remove `vms'.
1215 (finder-help-echo): New variable.
1216 (finder-mouse-face-on-line): Add help-echo stuff.
1217 (finder-list-keywords, finder-list-matches): Use mapc.
1218
1219 * faces.el (face-font-registry-alternatives): Add :version.
1220
1221 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
1222 tags-table-list.
1223
a0b47716 1224 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 1225
a0b47716 1226 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
1227 (mail-mode): Use [:alnum:] in some regexps.
1228
6d502396
DL
12292000-11-10 Dave Love <fx@gnu.org>
1230
1231 * ediff.el (ediff-regions-internal, ediff-documentation):
1232 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
1233 fundamental mode.
1234
1235 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
1236 buffer into fundamental mode.
1237 (ediff-set-difference): Use copy-sequence if available.
1238
1239 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
1240 ediff-patch-map non-nil.
1241 (ediff-fixup-patch-map, ediff-fixup-patch-map)
1242 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
1243 buffer into fundamental mode.
1244
1245 * ediff-merg.el (state-or-merge): Defvar when compiling.
1246
a82fe213
JR
12472000-11-10 Jason Rumney <jasonr@gnu.org>
1248
1249 * w32-fns.el (w32-add-charset-info): New function.
1250 (w32-charset-info-alist): Use it.
1251
52d89894
GM
12522000-11-10 Gerd Moellmann <gerd@gnu.org>
1253
1254 * faces.el (face-font-registry-alternatives): New user-option.
1255
178932de
SM
12562000-11-10 Stefan Monnier <monnier@cs.yale.edu>
1257
d7fa3319
SM
1258 * textmodes/texinfo.el (texinfo-block-default): New var.
1259 (texinfo-insert-block): Use it. Insert a newline if needed.
1260
178932de
SM
1261 * textmodes/fill.el (fill-indent-according-to-mode): New var.
1262 (fill-region-as-paragraph): Use it.
1263
1264 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
1265 (latex-mode): Tweak tex-*-(head|trail)er regexps.
1266 Tweak paragraph regexps to allow a leading [ \t]*.
1267 (tex-latex-block): Insert a newline if necessary.
1268 (latex-insert-item): Only insert a newline if necessary.
1269 (tex-guess-main-file): New function.
1270 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
1271 Set tex-main-file if TeX-master is provided.
1272 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
1273
bd02b8e0
GM
12742000-11-10 Gerd Moellmann <gerd@gnu.org>
1275
1276 * startup.el (command-line): Set the default tooltip-mode
1277 to t for graphical displays which implement x-show-tip.
1278
1279 * tooltip.el (tooltip-mode): Add a comment about startup.el
1280 setting the default value of this user-option.
1281
b29b03eb
SM
12822000-11-09 Stefan Monnier <monnier@cs.yale.edu>
1283
1284 * font-lock.el (font-lock-*-face) <defvar>: Move.
1285 (font-lock-defaults-alist): Mark obsolete.
1286 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
1287 (font-lock-mode): Use define-minor-mode.
1288 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
1289 (font-lock-turn-off-thing-lock): Be more explicit.
1290 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
1291 (font-lock-syntactic-face-function): New var.
1292 (font-lock-fontify-syntactically-region): Use it.
1293 (font-lock-doc-face): New.
1294
1295 * pcvs.el (cvs-enabledp): Ignore errors.
1296 (cvs-commit-filelist): Never query.
1297 (cvs-mode-insert): Always add a terminating / in the initial prompt.
1298 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
1299 (cvs-do-removal): Use cvs-partition rather than delete-if.
1300 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
1301 cvs-bury-buffer.
1302
1303 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1304 Allow `next' to jump to after the end of the last match.
1305
778fbc46
GM
13062000-11-09 Gerd Moellmann <gerd@gnu.org>
1307
730c746c
GM
1308 * simple.el (byte-compiling-files-p): New function.
1309
1310 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
1311 if it is there.
1312
1313 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
1314 nil again.
1315
778fbc46
GM
1316 * textmodes/ispell.el (ispell-library-path): Don't call
1317 check-ispell-version when byte-compiling because that starts
1318 an ispell process, and ispell might not be installed.
1319 (toplevel): Don't set up a menu when byte-compiling.
1320
1321 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
1322 it, so that a boundp test can be used to determine if we're
1323 currently byte-compiling.
1324
5912c5bb
DL
13252000-11-09 Dave Love <fx@gnu.org>
1326
1327 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
1328 eval-after-load.
1329
7bb054a5
GM
13302000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1331
1332 * ps-print.el: Patch for variable initialization when spooling. Doc
1333 fix.
1334 (ps-output-list): Fun eliminated.
1335 (ps-begin-file, ps-begin-job): Code fix.
1336
9db2706e
DL
13372000-11-08 Dave Love <fx@gnu.org>
1338
1339 * ediff-wind.el (ediff-control-frame-parameters): Zero
1340 tool-bar-lines.
1341
f7eb32aa
GM
13422000-11-08 Gerd Moellmann <gerd@gnu.org>
1343
1344 * simple.el (shell-command, display-message-or-buffer)
1345 (shell-command-on-region): Mention resize-mini-windows in the doc
1346 string.
1347 (display-message-or-buffer): Take the value of resize-mini-windows
1348 into account.
1349
7b01b08c
GM
13502000-11-07 Gerd Moellmann <gerd@gnu.org>
1351
acad3c0b
GM
1352 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
1353
7b01b08c
GM
1354 * dired.el (dired-between-files): Add `^. find' as an alternative
1355 to the regular expression, for find-dired.
1356
6f602bd0
SM
13572000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1358
1359 * textmodes/texnfo-upd.el: Require texinfo.
1360 (defmacro, defgroup): Remove.
1361 (texinfo-section-to-generic-alist): Remove.
1362 Use texinfo-section-list instead (i.e. level is changed string->int).
1363 (texinfo-filter): New function.
1364 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
1365 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
1366 Use it. And use regexp-opt.
1367 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
1368 (texinfo-update-menu-region-beginning)
1369 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
1370 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
1371 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 1372 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
1373 (texinfo-sequential-node-update): Remove autoload cookie.
1374
1375 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
1376 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
1377 (texinfo-chapter-level-regexp): Remove.
1378 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
1379
bb216218
DL
13802000-11-06 Dave Love <fx@gnu.org>
1381
6f602bd0 1382 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 1383
6f602bd0
SM
1384 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1385 Match defun*.
bb216218 1386
ff8dd5d5
KH
13872000-11-06 Kenichi Handa <handa@etl.go.jp>
1388
1389 * composite.el (composition-function-table): Variable declaration
1390 moved to src/composite.c.
1391 (compose-chars-after): New optional arg object.
1392
e9da51a1
GM
13932000-11-06 Gerd Moellmann <gerd@gnu.org>
1394
e0c12c68
GM
1395 * bindings.el (mode-line-toggle-read-only)
1396 (mode-line-toggle-modified, mode-line-widen)
1397 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
1398 (make-mode-line-mouse2-map): Rewritten.
1399 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
1400 functions so that C-h k can show something with a doc string.
eaae8106 1401
e9da51a1
GM
1402 * startup.el (fancy-splash-delay): Set to 10 seconds.
1403 (fancy-splash-max-time): New user-option.
1404 (fancy-splash-stop-time): New variable.
1405 (fancy-splash-screens): Set it. Catch `stop-splashing'.
1406 (fancy-splash-screens-1): Throw `stop-splashing' when current
1407 time is greater than fancy-splash-stop-time.
1408
611dbdf0
SM
14092000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1410
4d2806e2
SM
1411 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
1412
611dbdf0
SM
1413 * pcvs.el (cvs-mode-marked): New arg `noquery'.
1414 Prompt user for a file rather than raising an error.
1415 (cvs-enabledp): Fix call to cvs-mode-marked.
1416 (cvs-insert-file): New function (extracted from cvs-mode-insert).
1417 (cvs-mode-insert): Use it. Change the init prompt' value.
1418 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
1419
1420 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
1421 Don't pass default arg to ewoc-locate.
1422 (ewoc-collect): Return result in the right order.
1423
1424 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
1425
1426 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
1427 (cvs-status-get-tags): Fix regexp.
1428 (cvs-status-trees, cvs-status-cvstrees):
1429 Combine after change hooks and don't sit-for.
4d2806e2
SM
1430 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
1431 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
1432 Use make-char rather than hard-coded cryptic data.
1433 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
1434
1435 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
1436
1437 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
1438 (cvs-insert-strings): New function.
1439
937b2877
MB
14402000-11-06 Miles Bader <miles@lsi.nec.co.jp>
1441
1442 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
1443 `mwheel-scroll-amount'.
1444 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
1445 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
1446 string-matching against the version string.
1447
c6c97763
KH
14482000-11-06 Kenichi Handa <handa@etl.go.jp>
1449
6eaec747
KH
1450 * language/thai.el ("Thai"): Set a lisp form that produces
1451 composed string in `sample-text' language info.
1452
1453 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
1454 composed string in `sample-text' language info.
1455
1456 * international/mule-cmds.el (describe-language-environment): Eval
1457 `sample-text' data and insert the result.
1458
c6c97763
KH
1459 * international/mule-conf.el (compound-text): Define this coding
1460 system here. Make x-ctext and ctext aliases of it.
1461
1462 * language/european.el (compound-text, ctext): Moved to
1463 international/mule-conf.el.
1464
d1145f85
AI
14652000-11-05 Andrew Innes <andrewi@gnu.org>
1466
1467 * w32-fns.el (w32-version): New function.
1468
178a6a45
SM
14692000-11-05 Stefan Monnier <monnier@cs.yale.edu>
1470
1471 * progmodes/awk-mode.el: Update copyright.
1472 (awk-mode-abbrev-table): Remove.
1473 (awk-font-lock-keywords): Use regexp-opt.
1474 (awk-mode): Use define-derived-mode.
1475
1476 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
1477 when extracting a suffix.
1478
1ba90166
AS
14792000-11-04 Andre Spiegel <spiegel@gnu.org>
1480
1481 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
1482 auto-save-mode.
1483
546790cb
JR
14842000-11-04 Jason Rumney <jasonr@gnu.org>
1485
1486 * language/european.el (decode-mac-roman): Test against r1 not r0.
1487
d247e32d
SM
14882000-11-03 Stefan Monnier <monnier@cs.yale.edu>
1489
fbf44f44
SM
1490 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
1491 (icon-mode): Define indent-line-function.
1492 (icon-comment-indent): Simplify.
1493 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
1494
1495 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
1496
1497 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
1498 Bind change-log-default-mode to defeat the caching done on it.
1499 Don't bother saving excursion any more.
1500
1501 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
1502
1503 * frame.el (after-setting-font-hook): Rename hooks -> hook.
1504 (set-frame-font): Use the new name (and the old for compatibility).
1505
eaae8106
SS
1506 * toolbar/tool-bar.el (tool-bar-mode):
1507 * time.el (display-time-mode):
1508 * recentf.el (recentf-mode):
1509 * paren.el (show-paren-mode):
1510 * mwheel.el (mouse-wheel-mode):
1511 * msb.el (msb-mode):
1512 * jka-compr.el (auto-compression-mode):
1513 * image-file.el (auto-image-file-mode):
1514 * hl-line.el (hl-line-mode):
1515 * delsel.el (delete-selection-mode):
1516 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
1517 * complete.el (partial-completion-mode): Drop unneeded positional args.
1518
eaae8106 1519 * info.el (Info-mode):
79372165 1520 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 1521
d247e32d
SM
1522 * log-edit.el (log-edit-menu): New menu.
1523
4921558e
MB
15242000-11-03 Miles Bader <miles@gnu.org>
1525
1526 * wid-edit.el (widget-end-of-line): Reinstate, with a new
1527 definition, so that trailing spaces are handled properly.
1528 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
1529
1fc02b3c
GM
15302000-11-03 Gerd Moellmann <gerd@gnu.org>
1531
1532 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
1533 tab character.
1534 (fancy-splash-screens): Set tab-width to 20.
1535
51d001f7
DL
15362000-11-03 Dave Love <fx@gnu.org>
1537
1538 * comint.el (comint-completion-addsuffix): Fix custom type.
1539
ba22aeff
SM
15402000-11-02 Stefan Monnier <monnier@cs.yale.edu>
1541
1542 * font-lock.el (font-lock-buffers): Remove.
1543 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
1544 (font-lock-change-major-mode): Remove.
1545 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
1546 (font-lock-default-fontify-region): Extend the multiline
1547 fontification to whole lines.
1548 (font-lock-fontify-anchored-keywords)
1549 (font-lock-fontify-keywords-region): If matching just one
1550 line (with \n) only mark the \n as multiline.
1551
1552 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
1553 Correctly handle the case where several :group args are supplied.
1554 Allow :extra-args.
1555 (easy-mmode-define-global-mode): Allow :extra-args.
1556 Correctly handle the case where several :group args are supplied.
1557
9c887ada
MB
15582000-11-02 Miles Bader <miles@gnu.org>
1559
eaae8106 1560 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
1561 (holiday-face): Remove dependency on `window-system'.
1562
7f25090d
KR
15632000-11-02 Ken Raeburn <raeburn@gnu.org>
1564
1565 * Makefile.in (emacs): Set EMACSLOADPATH always.
1566 (update-authors, .el.elc, compile-files): Don't do it explicitly
1567 here.
9b911107 1568 (compile-files): Bomb out if compilation of a file fails.
7f25090d 1569
7dd6009c
DL
15702000-11-02 Dave Love <fx@gnu.org>
1571
1572 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
1573
94821e4f
EZ
15742000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
1575
1576 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
1577 punctuation in the warning inserted into the *mail* buffer.
1578
1ac3fc42
GM
15792000-11-02 Gerd Moellmann <gerd@gnu.org>
1580
57731876
GM
1581 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
1582 (authors-public-domain-p): New function.
1583 (authors-print): Use it.
1584
975f82c9
GM
1585 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
1586
1ac3fc42
GM
1587 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
1588
4b3eb10f
GM
15892000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1590
975f82c9 1591 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
1592 (ps-print-version): New version number (6.3.1).
1593 (ps-even-or-odd-pages): Customization fix.
1594 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
1595 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
1596 (ps-page-count): Var replaced by `ps-page-column'.
1597 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
1598 (ps-print-sheet-p): New fun.
1599
7da794df
MB
16002000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1601
1602 * tooltip.el (tooltip-gud-tips-setup): New function.
1603 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
1604 (tooltip-mode): Call tooltip-gud-tips-setup.
1605 (tooltip-gud-tips): Use `gud-basic-call' instead of
1606 process-send-string, so the prompt gets frobbed appropriately.
1607 Handle nil return value from `tooltip-gud-print-command'.
1608
0e40b809
EL
16092000-11-01 Eric M. Ludlam <zappo@ultranet.com>
1610
1611 * comint.el (comint-add-to-input-history): New function.
1612 (comint-send-input): Use `comint-add-to-input-history'.
1613
50ada0db
MB
16142000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1615
973a3104
MB
1616 * info.el (info-menu-header): New face.
1617 (Info-fontify-menu-headers): New function.
1618 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
1619
50ada0db
MB
1620 * info.el (Info-insert-dir): Don't include blank lines at
1621 beginning of additional dir files (one is added automatically).
1622
bff53411
SM
16232000-11-01 Stefan Monnier <monnier@cs.yale.edu>
1624
1625 * emacs-lisp/easy-mmode.el (define-minor-mode):
1626 Revert the latest changes.
1627 Allow the three positional arguments to be skipped and replaced
1628 by keyword arguments.
1629 Add a :toggle argument to determine whether a nil arg means toggle
1630 or means turn-on. The default is unchanged.
1631 Add a call to force-mode-line-update.
1632
6b8a0b2d
DL
16332000-11-01 Dave Love <fx@gnu.org>
1634
1635 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
1636 cookie.
1637
5bf99100
MB
16382000-11-01 Miles Bader <miles@lsi.nec.co.jp>
1639
1640 * calendar/calendar.el (diary-face, holiday-face): Add
1641 dark-background variants.
1642
a4032611
SS
16432000-10-31 Sam Steingold <sds@gnu.org>
1644
1645 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
1646 `tex-main-file' does not have directory in it.
1647
c286608e
SM
16482000-10-31 Stefan Monnier <monnier@cs.yale.edu>
1649
1650 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
1651
4836835a
TTN
16522000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
1653
1654 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
1655 functional change.
1656
26dcb81b
GM
16572000-10-31 Gerd Moellmann <gerd@gnu.org>
1658
1659 * files.el (find-file-noselect): When we expand a wildcard, return
1660 a list of buffers, as we should do according to the doc string.
1661
49fc4500
KR
16622000-10-31 Ken Raeburn <raeburn@gnu.org>
1663
1664 * loadup.el (top level): Adjust load path if program name is
1665 "../src/bootstrap-emacs", in case it's not dumped and thus the
1666 load path adjustment hasn't already been done.
1667
ea0c615d
GM
16682000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1669
1670 * ps-print.el: Fix bug on selected pages for printing. Use
1671 `color-values' for Emacs 21. Ensure fontification when jit-lock
1672 is on. Try to avoid warning messages when compiling. Doc Fix.
1673 (ps-print-version): New version number (6.3).
1674 (ps-color-device): Use `color-values' to determine if device
1675 supports color.
1676 (ps-color-values): Try to use `x-color-values' when using XEmacs.
1677 (ps-print-page-p): Changed from defsubst to defun.
1678 (ps-page-number): Changed from defmacro to defun.
1679 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
1680 printing.
c286608e 1681 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
1682 (ps-end-file, ps-dummy-page): Funs eliminated.
1683 (ps-print-color-scale): Changed default value.
1684 (ps-page-n-up, ps-print-page-p): New internal vars.
1685 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
1686 (ps-plot-region, ps-generate, ps-end-job): Code fix.
1687
9e20722f
GM
1688 * delim-col.el: Little programming improvement.
1689 (delimit-columns-str): New macro.
1690 (delimit-columns-region, delimit-columns-rectangle): Code fix.
1691
d7a0fd00
KH
16922000-10-31 Kenichi Handa <handa@etl.go.jp>
1693
c286608e
SM
1694 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
1695 Moved to european.el.
d7a0fd00
KH
1696 (ccl-encode-mac-roman-font, fontset-mac): Modified for
1697 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
1698 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
1699 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 1700
234be340
DL
17012000-10-30 Dave Love <fx@gnu.org>
1702
1703 * progmodes/cc-menus.el (imenu-generic-expression)
1704 (imenu-progress-message): Only defvar when compiling.
1705
4edc4a39
DL
1706 * emacs-lisp/elp.el (elp-unload-hook): New function.
1707
1708 * loadhist.el (unload-feature): Call elp-restore-function,
1709 checking for symbols; don't use elp-restore-all.
1710 (loadhist-hook-functions): Doc fix.
1711
70c825df
SM
17122000-10-30 Stefan Monnier <monnier@cs.yale.edu>
1713
1714 * log-edit.el (log-edit-confirm): Fix the default.
1715
1d3baf74
GM
17162000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1717
1718 * delim-col.el: Little fix: replace delimit-columns-align-columns by
1719 delimit-columns-format.
1720 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 1721
1ec321a7
MB
17222000-10-30 Miles Bader <miles@lsi.nec.co.jp>
1723
1724 * comint.el (comint-replace-by-expanded-history): Don't use
1725 comint-get-old-input (we're not looking at *old* input).
1726 (comint-get-old-input-default): If using fields, signal an error
1727 when the point is not in an input field.
1728
70737ea9
KH
17292000-10-30 Kenichi Handa <handa@etl.go.jp>
1730
1731 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
1732 and mule-unicode-e000-ffff.
1733
fa0cb51d 1734 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
1735 (make-coding-system): Accept a symbol of translation table as a
1736 value of property `safe-chars'.
1737
1738 * international/mule-cmds.el (encode-coding-char): Check property
1739 safe-chars instead of safe-charsets.
1740
1741 * international/fontset.el (fontset-default): Modified for
1742 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
1743 (x-font-name-charset-alist): Likewise.
1744 (ccl-encode-unicode-font): New CCL program. Record it in
1745 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
1746
70c825df
SM
1747 * language/european.el (mac-roman-decoder, mac-roman-encoder):
1748 New translation tables.
70737ea9
KH
1749 (decode-mac-roman, encode-mac-roman): Definition of these CCL
1750 programs are modified and moved from mac-win.el.
1751 (mac-roman): Definition of this coding system is modified and
1752 moved from mac-win.el.
4836835a 1753
fda2ce24 17542000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 1755
1d3baf74 1756 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 1757 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 1758
dd4d3cb6
MB
17592000-10-29 Miles Bader <miles@gnu.org>
1760
1761 * custom.el (custom-add-to-group): Allow multiple entries for a
1762 given value OPTION, as long as their widget types are different.
1763 * cus-edit.el (custom-face-value-create): If face name doesn't end
1764 with "face", add such here (similar to custom group widgets).
1765
1766 * comint.el (comint-highlight-prompt): Add :type.
1767
dace60cf
JW
17682000-10-28 John Wiegley <johnw@gnu.org>
1769
1770 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
1771 Changed this function to operate on a temporary buffer instead of
1772 the main buffer. This not only keeps flyspell from marking a
1773 buffer as changed that wasn't, but it solves the jumpy cursor
1774 problem when attempts are made to edit incorrect words.
1775 (flyspell-maybe-correct-doubling): Same change as for
1776 `flyspell-maybe-correct-transposition'.
1777
1778 * calendar/timeclock.el (timeclock-log): Doc fix.
1779 (timeclock-last-event): Doc fix.
1780 (timeclock-log): Kill the timelog buffer after appending a new
1781 event.
1782 (timeclock-find-discrep): Use a temp buffer to read in the
1783 timelog, instead of visiting the file.
1784 (timeclock-log-data): A new function, along with a host of helper
1785 functions, for the purpose of making timelog data accessible to
1786 programmers.
1787
1788 * eshell/esh-mode.el (window-height test): Make certain that
1789 `eshell-stringify-t' is non-nil.
1790 (eshell-password-prompt-regexp): Changed to a much simpler
1791 password regexp.
1792 (eshell-send-input): If `eshell-invoke-directly' returns t,
1793 directly invoke the parsed command using `eval'. This improves
1794 turn-around time on simple commands by a factor of three or
1795 greater, such as cd, ls, pwd, etc. -- which get used very often.
1796 It also conserves thousands of cons cells per call (since
1797 `eshell-do-eval' consumes memory like a Cookie Monster set loose
1798 in the Pacific Cookie Company).
1799
1800 * eshell/esh-test.el (eshell-test): Whitespace fix.
1801
1802 * eshell/em-ls.el (eshell-ls-insert-directory): Make
1803 `eshell-ls-initial-args' nil when inserting directory contents.
1804
1805 * eshell/em-script.el (eshell-script-initialize): Add names to
1806 `eshell-complex-commands, since `source' and `.' are complex.
1807
0467b076
EZ
1808 * eshell/esh-cmd.el (eshell-rewrite-for-command)
1809 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
1810 `eshell-copy-handles'.
1811 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
1812 bodies.
1813 (eshell-separate-commands): Whitespace fix.
1814 (eshell-complex-commands): Added a new list of names, for
1815 determining whether a given command is as simple as it looks.
1816 (eshell-invoke-directly): New function. Returns t if a command
1817 should be invoked directly (using `eval'), rather than indirectly
1818 using `eshell-do-eval'.
1819 (eshell-do-eval): Whitespace fix.
1820
1821 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
1822 which provides an emulation of the DOS shell behavior of assuming
1823 that cp/mv/ln should copy/move/link to the current directory.
1824 (eshell-remove-entries): Added a doc string.
1825 (eshell-shuffle-files): Removed the check for `target' being null.
1826 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
1827 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
1828 it to do a smarter check of whether a destination was provided.
1829 (eshell/mv, eshell/cp): Enable `:preserve-args'.
1830 (eshell/ln): Enable `:preserve-args', and use
1831 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
1832 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
1833 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
1834 list after flattening it. This makes it possible to cat files
1835 with numerical names.
1836 (eshell-unix-initialize): Added several names to
1837 `eshell-complex-commands.
1838 (eshell-unix-command-complex-p): Return t if a given command name
1839 may result in external processes being invoked.
1840
1841 * eshell/em-glob.el (eshell-glob-show-progress): Make this
1842 variable nil by default, since it slows down glob processing by a
1843 factor of two or more, and increases memory consumption.
1844
1845 * eshell/em-smart.el: Added a note about how memory consumptive
1846 smart display mode can be (at least this is true in Emacs 21).
1847 (eshell-smart-initialize): Whitespace fix.
1848 (eshell-refresh-windows): Use `if' instead of `when'.
1849 (eshell-smart-scroll-window): Calling `save-current-buffer' was
1850 not necessary.
1851 (eshell-currently-handling-window): Added a missing global
1852 variable.
1853
1854 * eshell/em-ls.el (eshell-do-ls): Code simplification.
1855 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
1856 Whitespace fix.
1857 (eshell-ls-exclude-hidden): Added this variable in addition to
1858 `eshell-ls-exclude-regexp'. This one prevents files beginning
1859 with . from even being read, which can improve memory consumption
1860 quite a bit.
1861 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
1862 read file entries beginning with a dot. In home directories with
1863 lots of hidden files, fully two-thirds of the time spent in ls is
1864 used to read directory entries that are immediately thrown away.
1865 (eshell-ls-initial-args): Added back this configuration variable,
1866 for specifying default initial arguments to every call to ls.
1867 Much faster than using an alias to do the same thing.
1868 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
1869 (eshell-ls-dir): Whitespace change.
1870
1871 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
1872
1873 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
1874 available.
1875 (eshell-stringify-t): Added a customization variable, to indicate
1876 whether `t' should be rendered as a string at all. If not, one
1877 can still determine if the result of an expression is true using
1878 "file-exists-p FILE && echo true".
1879 (eshell-stringify): If `eshell-stringify-t' is nil, don't
1880 stringify t!
1881
1882 * eshell/esh-module.el: Whitespace fix.
1883
1884 * eshell/em-alias.el (eshell-alias-initialize): Added
1885 `eshell-command-aliased-p' to `eshell-complex-commands'.
1886 (eshell-command-aliased-p): New function that returns t if a
1887 command name names an aliased.
1888
657f9cb8 18892000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 1890
0467b076 1891 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 1892 redrawing the screen when changing cursor color.
0467b076
EZ
1893 (viper-insert-state-pre-command-sentinel)
1894 (viper-replace-state-pre-command-sentinel)
70c825df
SM
1895 (viper-replace-state-post-command-sentinel):
1896 Use viper-preserve-cursor-color.
657f9cb8
MK
1897 Many functions changed to use viper= instead of = when comparing
1898 characters.
0467b076 1899 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 1900 working with characters.
0467b076 1901 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
1902 Many functions changed to use viper= instead of = when comparing
1903 characters.
0467b076 1904 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 1905
0467b076 1906 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 1907 Several typos fixed in various docstrings.
0467b076
EZ
1908 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
1909 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 1910 hook.
0467b076
EZ
1911 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
1912 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
1913 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
1914 (ediff-get-selected-buffers): New function.
1915 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
1916 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 1917 save-window-excursion.
0467b076 1918 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 1919 termination check in while loop.
0467b076 1920 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 1921 dired buffer.
0467b076
EZ
1922 (ediff-files,ediff-merge-files,ediff-files3)
1923 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 1924
4f490d99
DL
19252000-10-28 Dave Love <fx@gnu.org>
1926
1927 * info.el (Info-fontify-node): Add help-echo for menu items.
1928
45b84006
EZ
19292000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
1930
5ebc02b3
EZ
1931 * startup.el (normal-top-level): If the value of $TERM indicates
1932 we are running from xterm or one of its work-alikes, default to a
1933 light background mode.
1934
45b84006
EZ
1935 Support for -fg, -bg, and -rv command-line arguments for TTYs:
1936 * faces.el (tty-handle-reverse-video): New function.
1937 (tty-create-frame-with-faces): Call it.
1938
1939 * frame.el (frame-notice-user-settings): Don't apply
1940 default-frame-alist and initial-frame-alist to MS-DOS frames.
1941 Call tty-handle-reverse-video, frame-set-background-mode, and
1942 face-set-after-frame-default for non-MS-DOS frames.
1943
1944 * startup.el (tty-long-option-alist): New variable.
1945 (tty-handle-args): New function.
1946 (command-line): Call tty-handle-args.
1947
1948 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
1949 startup.el now does that for all character-terminal frames.
1950
eab6e8b9
MB
19512000-10-28 Miles Bader <miles@gnu.org>
1952
1953 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
1954 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
1955 global. If :global is followed by a non-nil but non-t value,
1956 make the mode buffer-local, but also generate a `global-MODE'
1957 version using `easy-mmode-define-global-mode'. Add
1958 :conditional-turn-on keyword argument.
1959
51a29efc
DL
19602000-10-28 Dave Love <fx@gnu.org>
1961
1962 * international/latin1-disp.el (latin1-char-displayable-p): Don't
1963 use window-system.
1964
d71d7114
EZ
19652000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
1966
1967 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1968 Don't call find-buffer-file-type-coding-system. Instead, just
1969 set eol-type to -unix if inhibit-eol-conversion is in effect, or
1970 if the file is on an untranslated filesystem.
1971 (add-untranslated-filesystem): Use "D" instead of "f" inside
1972 interactive.
1973
1f9cab4b
DL
19742000-10-27 Dave Love <fx@gnu.org>
1975
70c825df 1976 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
1977 (refill-mode): Use it.
1978
70c825df
SM
19792000-10-27 Stefan Monnier <monnier@cs.yale.edu>
1980
1981 * international/quail.el (quail-activate): Don't make-local-hook.
1982
7432cf10
AS
19832000-10-27 Andre Spiegel <spiegel@gnu.org>
1984
4836835a 1985 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 1986 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
1987 (vc-make-version-backup): Don't do it on MS-DOS without long file
1988 names.
4836835a 1989
7432cf10
AS
1990 * vc.el (vc-version-other-window): If an automatic backup of the
1991 desired version exists, rename it instead of copying it.
1992
4836835a
TTN
1993 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
1994 after command. If there's an unexpected error, signal it instead
7432cf10 1995 of being silent.
e1483c38 1996 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 1997
05ea7ef2
MB
19982000-10-27 Miles Bader <miles@lsi.nec.co.jp>
1999
fd1035aa
MB
2000 * shell.el (shell): Add BUFFER argument.
2001 * comint.el (make-comint-in-buffer): New function.
2002 (make-comint): Use it.
2003
05ea7ef2
MB
2004 * faces.el (face-spec-choose): Change syntax so that the list of
2005 attribute-value pairs is now the cdr of each clause, not the cadr.
2006 Detect old-style entries, and handle them. Use pop.
2007
835a55fe
SM
20082000-10-26 Stefan Monnier <monnier@cs.yale.edu>
2009
f5ab1cdd
SM
2010 * cus-edit.el (custom-mode-map): Use a sparse map.
2011 (custom-mode): Don't bother with make-local-hook.
2012
2013 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
2014
835a55fe
SM
2015 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
2016
c13b0ec8
GM
20172000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2018
2019 * ps-print.el: Avoid compilation gripes.
2020 (ps-print-version): New version number (6.2.1).
4836835a 2021
e9f63196
DL
20222000-10-26 Dave Love <fx@gnu.org>
2023
0b95284b
DL
2024 * menu-bar.el: Modify some menu item help strings.
2025 (menu-bar-help-menu): Add link to MORE.STUFF.
2026
e9f63196
DL
2027 * cus-edit.el (custom-mode): Add `special' mode-class property.
2028
2029 * wid-browse.el (widget-browse-mode): Likewise.
2030
2031 * wid-edit.el (widget-specify-field): Revert to using local-map
2032 property, not keymap.
2033
e276a14a
MB
20342000-10-26 Miles Bader <miles@lsi.nec.co.jp>
2035
c1545d88
MB
2036 * wid-edit.el (widget-field-end): When checking for a `boundary'
2037 field, do so in the correct buffer.
2038
3c1b77ca
MB
2039 * simple.el (undo): Correctly distinguish between numeric and
2040 non-numeric prefix args in non-transient-mark-mode, as per the doc
2041 string. When in transient-mark-mode, treat all prefix-args as
2042 numeric.
2043
f5ab1cdd
SM
2044 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
2045 Position point on match. Handle N == 0 correctly.
22626d9d
MB
2046
2047 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
2048 (comint-mode-map): Reverse order of `comint-write-output' and
2049 `comint-append-output-to-file'.
2050 (comint-append-output-to-file): Reinstate this function, for the
2051 benefit of the menu.
2052
d97151cb
SM
20532000-10-25 Stefan Monnier <monnier@cs.yale.edu>
2054
2055 * vc.el (vc-version-other-window): Bind `file'.
2056
ea7d6f5b
GM
20572000-10-25 Gerd Moellmann <gerd@gnu.org>
2058
f5ab1cdd 2059 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
2060
2061 * emacs-lisp/authors.el (batch-update-authors): New function.
2062 (authors-fixed-entries): New defconst.
2063 (authors-add-fixed-entries): New function.
2064 (authors): Call it.: Don't process lispref/.
2065
17c25cea
JR
20662000-10-25 Jason Rumney <jasonr@gnu.org>
2067
2068 * cus-edit.el (custom-button-face, custom-button-pressed-face):
2069 Merge x w32 and mac definitions.
2070
4ecda532
GM
20712000-10-25 Gerd Moellmann <gerd@gnu.org>
2072
2073 * menu-bar.el (menu-bar-options-menu): Add a help string for
2074 `uniquify'.
2075
b6735035
GM
20762000-10-25 Stephen Gildea <gildea@alum.mit.edu>
2077
f5ab1cdd
SM
2078 * time-stamp.el (time-stamp-string-preprocess):
2079 Fix a wrong type argument error.
b6735035 2080
f4cbc7a0
MB
20812000-10-25 Miles Bader <miles@gnu.org>
2082
2083 * recentf.el (recentf-mode): Variable removed.
2084 (recentf-mode): Use `define-minor-mode'.
2085
2086 * mwheel.el (mouse-wheel-mode): New global minor mode.
2087 (mwheel-install): Use `mouse-wheel-mode'.
2088
f4b020f6
DL
20892000-10-25 Dave Love <fx@gnu.org>
2090
f5ab1cdd
SM
2091 * progmodes/cperl-mode.el (cperl-mode):
2092 Set normal-auto-fill-function correctly.
072cb6f9 2093
f4b020f6
DL
2094 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
2095 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 2096 bindings.
f4b020f6 2097
ebe2a441
MB
20982000-10-25 Miles Bader <miles@lsi.nec.co.jp>
2099
ff4dcd4b
MB
2100 * wid-edit.el (widget-field-at): New function.
2101 (widget-at, widget-field-activate): Use it.
2102 (widget-tabable-at): Use `widget-at'.
2103 (widget-specify-field): If the terminating character of the widget
2104 field (which is read-only) is a newline, put it into a special
2105 `boundary' field so that C-n/C-p act more naturally.
2106 (widget-field-end): Also don't subtract one if a special
2107 `boundary' field has been added after the widget field.
2108
ebe2a441
MB
2109 * comint.el (comint-output-filter, comint-send-input): Don't
2110 bother adding stickiness fields to overlays to fool the field
2111 code, since it should notice the overlay insertion-types now.
ff4dcd4b 2112
ebe2a441
MB
2113 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
2114 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
2115 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
2116
fe50b6ab
GM
21172000-10-24 Gerd Moellmann <gerd@gnu.org>
2118
53df4dda
GM
2119 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
2120 (authors): Set file coding system to iso-2022-7bit. Add
2121 file-local variables to output buffer.
2122
4836835a 2123 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
2124 WARN is nil.
2125
53df4dda
GM
21262000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2127
2128 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
2129
2130 * delim-col.el: Now there is a column formatting mechanism.
2131 Modified to customization mechanisms convention. Doc fix.
2132 (columns): New group for delim-col.
2133 (delimit-columns-before, delimit-columns-after)
2134 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
2135 (delimit-columns-end): New vars.
2136 (delimit-columns-customize, delimit-columns-format): New funs.
2137 (delimit-columns-region, delimit-columns-rectangle)
2138 (delimit-columns-rectangle-line): Modified to support column
2139 formatting.
4836835a 2140
a9839779
DL
21412000-10-24 Dave Love <fx@gnu.org>
2142
2143 * log-edit.el (log-edit): Add :version and a :group for vc.
2144
df0267b8
GM
21452000-10-24 Gerd Moellmann <gerd@gnu.org>
2146
9acc3873
GM
2147 * files.el (after-find-file): Don't print a message ``New file''
2148 if WARN is nil.
2149
63e1b552
GM
2150 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
2151 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
2152 get duplicate tool-bar entries because we'll see the global ones
2153 on more than one path through keymaps.
2154
1946f901
GM
2155 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
2156
df0267b8
GM
2157 * progmodes/cmacexp.el: Change Francesco's email address.
2158
ae3b264b
KH
21592000-10-24 Kenichi Handa <handa@etl.go.jp>
2160
2161 * window.el (fit-window-to-buffer): Adjust point of the window
2162 buffer, not that of the current buffer.
2163
23afac01
EZ
21642000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
2165
2166 * progmodes/cmacexp.el: Update the euthor's email address.
2167
22d1a4ed
MB
21682000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2169
2170 * faces.el (face-spec-set-match-display): Add `graphic' display
2171 type (the inverse of `tty'). Use `display-graphic-p' instead of
2172 the window-system variable.
2173
f408aa48
KH
21742000-10-24 Kenichi Handa <handa@etl.go.jp>
2175
2176 * international/isearch-x.el (isearch-with-input-method): Call
2177 input-method-function with the first event in
2178 unread-command-events.
2179
94fe8a31
MB
21802000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2181
2182 * faces.el (face-default-spec, face-user-default-spec): Make
2183 defsubsts.
2184
8f47302e
AC
21852000-10-24 Andrew Choi <akochoi@i-cable.com>
2186
2187 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
2188 New charsets.
2189
2190 * term/mac-win.el: Remove definitions of mac-roman-lower and
2191 mac-roman-upper, require dired, and define instead of set
2192 mac-ready-for-drag-n-drop to avoid compilation error.
2193
446c097e
AI
21942000-10-23 Andrew Innes <andrewi@gnu.org>
2195
2196 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
2197 superfluous calls to subst-char-in-string; instead apply
2198 expand-file-name after convert-standard-filename to ensure
2199 expected directory separators are used.
2200
379b70e7
EZ
22012000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
2202
2203 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
2204
85c766e9
DL
22052000-10-23 Dave Love <fx@gnu.org>
2206
b7e03a67
DL
2207 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2208 (tool-bar-add-item): Set foreground and background for XBM icons.
2209
2210 * international/latin1-disp.el (latin1-char-displayable-p): New
2211 function (from Handa).
2212 (latin1-display-check-font): Use it.
2213
0dcf8835
DL
2214 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
2215 using :key-sequence, making it much more usable. Use nconc, not
2216 append.
2217 (imenu--create-keymap-1): Avoid append.
2218
85c766e9 2219 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 2220
cb3069bb
MB
22212000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2222
2223 [the following changes fix a bug where `define-minor-mode' didn't
2224 correctly generate :require clauses for defcustoms in compiled files]
2225 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
2226 (byte-compile-log-file, byte-compile-log-1): Don't set
2227 `byte-compile-current-file' to nil. Instead set
2228 `byte-compile-last-logged-file' to it. Test whether
2229 byte-compile-current-file equals byte-compile-last-logged-file
2230 instead of whether its nil.
3b6542ba 2231 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 2232
6db6243b
SM
22332000-10-23 Stefan Monnier <monnier@cs.yale.edu>
2234
2235 * textmodes/refill.el: Fix var names in doc.
2236 (refill-mode): Don't bother with make-local-hook anymore.
2237
98490598
MB
22382000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2239
e01cd227
MB
2240 * faces.el (face-user-default-spec, face-default-spec): New functions.
2241 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 2242 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
2243 Use `face-user-default-spec'. Simplify code slightly.
2244
4836835a 2245 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
2246 (woman-unknown-face): Add dark-background variants.
2247 (woman-default-faces): Renamed from `woman-colour-faces'.
2248 Set using the stored defaults, rather than using hard-wired colors.
2249 (woman-monochrome-faces): Renamed from `woman-black-faces'.
2250 Just make the foreground `unspecified' rather than "black".
2251 (woman-menu): Rename menu entries accordingly.
2252
98490598
MB
2253 * faces.el (header-line): Make more reasonable on mono/grayscale
2254 displays.
2255
1a578e9b
AC
22562000-10-23 Andrew Choi <akochoi@i-cable.com>
2257
2258 * cus-edit.el (custom-button-face): Use 3D look for mac.
2259 (custom-button-pressed-face): Likewise.
2260
2261 * faces.el (set-face-attributes-from-resources): Handle mac frames
2262 in the same way as x and w32 frames.
2263 (face-valid-attribute-values): Likewise.
2264 (read-face-attribute): Likewise.
2265 (defined-colors): Likewise.
2266 (color-defined-p): Likewise.
2267 (color-values): Likewise.
2268 (display-grayscale-p): Likewise.
2269 (face-set-after-frame-default): Likewise.
2270 (mode-line): Same default face as for x and w32.
2271 (tool-bar): Likewise.
2272
2273 * frame.el: Remove call to frame-notice-user-settings at end of
2274 the file.
2275
2276 * info.el (Info-fontify-node): make underlines invisible for mac
2277 as for x, pc, and w32 frame types.
2278
2279 * term/mac-win.el: New file.
2280
aaaf7be7
DL
22812000-10-22 Dave Love <fx@gnu.org>
2282
2283 * textmodes/refill.el: New file.
2284
5392d654
AS
22852000-10-22 Andre Spiegel <spiegel@gnu.org>
2286
4836835a 2287 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 2288 MANUAL and REGEXP.
4836835a 2289 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
2290 New functions.
2291 (vc-before-save): Use the latter.
2292 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
2293 confusion.
2294
4836835a 2295 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
2296 expected by vc[-hooks].el.
2297
2298 * vc.el (vc-checkout): Added `-p' suffix in call to
2299 vc-make-version-backups-p; use vc-make-version-backup to actually
2300 make the backup.
2301 (vc-version-other-window, vc-version-backup-file): Handle both
2302 automatic and manual backups.
2303 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
2304 of all of them.
2305
1e221c16
MB
23062000-10-22 Miles Bader <miles@gnu.org>
2307
7ff4fda5
MB
2308 * comint.el (comint-highlight-input, comint-highlight-prompt):
2309 Renamed, `-face' at end removed.
2310 (comint-send-input, comint-output-filter): Use renamed faces.
2311
3511cde8
MB
2312 * window.el (fit-window-to-buffer): Change defaulting of
2313 MAX-HEIGHT slightly.
2314
1e221c16
MB
2315 * faces.el (color-values, color-defined-p): Use `member', not
2316 `memq', because it works correctly for strings.
2317 (frame-set-background-mode): Actually, "unspecified-fg" and
2318 "unspecified-bg" *are* strings. Use `member', not `memq', and
2319 `equal', not `eq', when a string value is possible.
2320
b6ef4898
EZ
23212000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2322
2323 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
2324
34939e2c
SM
23252000-10-21 Stefan Monnier <monnier@cs.yale.edu>
2326
2327 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
2328 sh-electric-rparen, sh-electric-less and sh-electric-hash.
2329 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
2330 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
2331 (sh-font-lock-syntactic-keywords): Use them.
2332 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
2333 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
2334 (sh-mode): Don't override font-lock-unfontify-region-function.
2335 Use a copy of sh-font-lock-syntactic-keywords.
2336 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
2337 Don't call sh-scan-buffer since font-lock does it on the fly.
2338 (sh-get-indent-info): Use `face' rather than `syntax-table'
2339 text-property to detect here-documents.
2340 Replace sh-special-syntax with sh-st-punc.
2341 (sh-prev-line): Use `face' rather than `syntax-table'
2342 text-property to skip over here-documents.
2343 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
2344 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
2345 (sh-electric-less, sh-set-here-doc-region)
4836835a 2346 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
2347 (sh-scan-buffer, sh-rescan-buffer): Remove.
2348
f3d3c491
AI
23492000-10-21 Andrew Innes <andrewi@gnu.org>
2350
2351 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
2352 remote (ange-ftp) file names.
2353
b86c791c
MB
23542000-10-21 Miles Bader <miles@gnu.org>
2355
d9c30bdf
MB
2356 * window.el (fit-window-to-buffer): New function.
2357 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
2358 (window-text-height): Don't expect minibuffers to have mode-lines.
2359
d9c30bdf 2360 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
2361 * international/quail.el (quail-update-guidance): Use
2362 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 2363
617fee5a
MB
2364 * international/quail.el (quail-show-guidance-buf): Make sure
2365 guidance window really has enough room.
2366 (quail-update-guidance): If quail-guidance-win is already shown,
2367 make sure its height is OK.
2368
b86c791c
MB
2369 * window.el (window-text-height, set-window-text-height):
2370 New functions.
2371 (shrink-window-if-larger-than-buffer): Use `window-text-height'
2372 instead of `window-height' & `mode-line-window-height-fudge'.
2373 (mode-line-window-height-fudge): Add FACE parameter.
2374 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
2375 instead of `enlarge-window' & `mode-line-window-height-fudge'.
2376
e34850d1
MB
23772000-10-20 Miles Bader <miles@gnu.org>
2378
2379 * window.el (height-affecting-face-attributes): Use `defconst'.
2380
2381 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
2382 New function, conditionally aliased to `mode-line-window-height-fudge'.
2383 (ispell-help): Use it.
2384 (ispell-choices-win-default-height): Don't include mode-line fudge.
2385 (ispell-choices-win-default-height): New function.
2386 (ispell-show-choices, ispell-command-loop): Use function
2387 `ispell-choices-win-default-height' instead of variable.
2388
a8b883c2
MB
23892000-10-20 Miles Bader <miles@lsi.nec.co.jp>
2390
8c6e4a58
MB
2391 * window.el (mode-line-window-height-fudge): New variable.
2392 (height-affecting-face-attributes): New variable.
2393 (mode-line-window-height-fudge): New function.
2394 (shrink-window-if-larger-than-buffer): Use it.
2395 * help.el (resize-temp-buffer-window): Likewise.
2396
a8b883c2
MB
2397 * info.el (Info-fontify-node): Add support for @subsubsection
2398 titles, which use `Info-title-4-face'.
2399 (Info-title-4-face): New face.
2400 (Info-title-3-face): Inherit from Info-title-4-face instead of
2401 variable-pitch.
2402
e64c3a75
JR
24032000-10-19 Jason Rumney <jasonr@gnu.org>
2404
2405 * dired.el (dired-insert-directory): Do not let errors signalled by
2406 attempt to run dired-free-space-program prevent dired from working.
2407
c70fe852
SM
24082000-10-19 Stefan Monnier <monnier@cs.yale.edu>
2409
2410 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
2411
877cf6b4
GM
24122000-10-19 Gerd Moellmann <gerd@gnu.org>
2413
5de037e0
GM
2414 * dirtrack.el (dirtrack): Fix call to run-hooks.
2415
6deb9af9
GM
2416 * cmuscheme.el (cmuscheme-program-name): Renamed from
2417 scheme-program-name because xscheme.el contains a defcustom with
2418 the same name. As a consequence, customizing group `cmuscheme'
2419 loaded `xscheme' which redefined run-scheme.
2420 (run-scheme): Use cmuscheme-program-name.
2421
877cf6b4
GM
2422 * ps-print.el (ps-print-emacs-type): Move into the
2423 eval-and-compile.
2424
e597d8fb 2425 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 2426 anonymous address, and add a website for Befrienders International.
4836835a 2427
3e9cb08f
GM
24282000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2429
c70fe852
SM
2430 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
2431 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
2432 (ps-print-version): New version number (6.2).
2433 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
2434 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
2435 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
2436 (ps-x-extent-priority, ps-x-extent-start-position)
2437 (ps-x-face-font-instance, ps-x-find-coding-system)
2438 (ps-x-font-instance-properties, ps-x-make-color-instance)
2439 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
2440 avoid compilation gripes without defining functions.
2441 (ps-e-find-composition): Alias for function find-composition, to have a
2442 suitable function depending on Emacs version.
2443 (ps-color-device, ps-color-values, ps-face-foreground-name)
2444 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
2445 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
2446 (ps-print-ensure-fontified): Function definitions surrounded by
2447 `eval-and-compile' to avoid compilation gripes.
2448 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
2449 by symbol-value to avoid compilation gripes.
2450 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
2451 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
2452
d8abcd91
MB
24532000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2454
13ab33c4
MB
2455 * startup.el (normal-top-level): Call `frame-set-background-mode'
2456 after `frame-notice-user-settings' because the latter doesn't call
2457 the former on a tty.
2458
d8abcd91
MB
2459 * faces.el (frame-set-background-mode): `unspecified' &c are
2460 symbols, not strings.
2461
e8bce0a9
EZ
24622000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2463
c70fe852
SM
2464 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
2465 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 2466
c70fe852
SM
2467 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
2468 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 2469
773272d8
KH
24702000-10-19 Kenichi Handa <handa@etl.go.jp>
2471
c70fe852 2472 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
2473 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
2474 for ISO10646-1 fonts.
2475 (x-font-name-charset-alist): Add an entry for "iso10646-1".
2476
772139c0
EZ
24772000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2478
2479 * faces.el (frame-set-background-mode): If a tty frame defines a
2480 background color, use that to compute the background mode, instead
2481 of always defaulting to "dark".
2482
d134a19f
MB
24832000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2484
8bb84cb2
MB
2485 * comint.el (comint-write-output): New function.
2486 (comint-mode-map): Add it to the menu.
e40a778f 2487 Bind `C-c C-s' to comint-write-output.
d134a19f 2488
dada41e1
GM
24892000-10-18 Gerd Moellmann <gerd@gnu.org>
2490
2491 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
2492 Use fancy-splash-delay.
2493
9b5360aa
GM
24942000-10-18 Alex Schroeder <alex@gnu.org>
2495
2496 * progmodes/sql.el (sql-sybase-options): New option.
2497 (sql-sybase): Use it. Add sql-database to the list of parameters
2498 provided for login. The options -w 2048 -n are not used any more.
2499
9035a35a
GM
2500 * comint.el (comint-read-input-ring): Bugfix such that the first
2501 and the last entry of the input ring file are not lost.
2502
3556c6dd
GM
25032000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2504
2505 * ps-print.el: Internal variable changes to defcustom,
2506 make-local-hook changes to defvar. Doc fix.
2507 (ps-print-version): New version number (6.1).
2508 (ps-setup, ps-do-despool): Code fix.
2509 (ps-printer-name): Customization fix.
2510 (ps-printer-name-option): Now is a defcustom instead of an
2511 internal variable.
2512 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
2513 (ps-print-begin-column-hook): Now are defvar instead of
2514 make-local-hook.
4836835a 2515
4e217e50
MB
25162000-10-18 Miles Bader <miles@gnu.org>
2517
2518 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
2519 (comint-kill-output): Changed into an alias for `comint-delete-output',
2520 and made obsolete.
2521 (comint-mode-map): Rename references to comint-kill-output.
2522
34460354
EZ
25232000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
2524
2525 * diff-mode.el (diff-header-face, diff-file-header-face)
2526 (diff-changed-face): Add bold and italic attributes to tty faces.
2527 (diff-function-face): New face.
2528 (diff-font-lock-keywords): Use it.
2529
17ea3cdb
MB
25302000-10-18 Miles Bader <miles@lsi.nec.co.jp>
2531
2532 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
2533 Remove commented-out call to force-mode-line-update.
2534 (comint-kill-output): Use `forward-line 0' instead of
2535 beginning-of-line to make sure we get past the prompt.
2536
9244f2c7
SM
25372000-10-17 Stefan Monnier <monnier@cs.yale.edu>
2538
2539 * diff-mode.el (diff-header-face, diff-file-header-face):
2540 Add specific setting for dark background.
2541 (diff-context-face): Renamed from diff-comment-face.
2542 Set explicitly rather than inheriting from font-lock-comment-face.
2543
1592c1ef
EZ
25442000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2545
2546 * startup.el (command-line): Move the code which sets the default
2547 TTY colors to before before-init-hook.
2548
f86292a9
GM
25492000-10-17 Gerd Moellmann <gerd@gnu.org>
2550
2551 * jit-lock.el (jit-lock-stealth-time): Doc fix.
2552
f7f2e883
EZ
25532000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2554
e854cc22
EZ
2555 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
2556 extensions, for MS-DOS.
2557
f7f2e883
EZ
2558 * diff-mode.el (diff-header-face, diff-file-header-face)
2559 (diff-changed-face): Define tty-specific colors.
2560
c7b4f0f9
GM
25612000-10-17 Gerd Moellmann <gerd@gnu.org>
2562
2563 * startup.el (fancy-splash-text): Realign the text.
2564
12a72271
EZ
25652000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2566
2567 * font-lock.el (font-lock-comment-face): Define a separate default
2568 for dark-background tty's.
2569
61dfccfd
MB
25702000-10-17 Miles Bader <miles@gnu.org>
2571
2572 * help.el (resize-temp-buffer-window): Add hack to avoid last line
2573 being obscured by whizzy mode-lines on graphics displays.
2574
333cd59e
EZ
25752000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2576
2577 * info.el (Info-title-1-face, Info-title-2-face)
2578 (Info-title-3-face): Define colors for tty's.
dada41e1 2579 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 2580
dbf1fcc1
EZ
25812000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2582
2583 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
2584 reverse from the frame parameters, and don't invert foreground and
2585 background colors.
2586
ac629823
MB
25872000-10-16 Miles Bader <miles@gnu.org>
2588
2589 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
2590 string "*Info*". Call propertized-buffer-identification to spruce
2591 up the result.
2592
76eebffc
GM
25932000-10-16 Gerd Moellmann <gerd@gnu.org>
2594
3a6b59d9
GM
2595 * help.el: Provide `help' for the sake of define-minor-mode
2596 which generates defcustoms with requires.
2597
6569c3d3
GM
2598 * jit-lock.el (jit-lock-after-change): If we're in text that
2599 matches a multi-line font-lock pattern, make sure the whole text
2600 will be redisplayed.
2601
c2e0a611
GM
2602 * emacs-lisp/authors.el (authors-add): Don't add an entry if
2603 author's name is unknown.
2604
76eebffc
GM
2605 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
2606 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
2607 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
2608 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
2609 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
2610 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
2611 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
2612 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
2613 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
2614 Add author information.
2615
cf1e7b12
MB
26162000-10-16 Miles Bader <miles@lsi.nec.co.jp>
2617
2618 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
2619 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
2620 full-color version (using the Gimp) to eliminate dithering artifacts.
2621
5586f3eb
SM
26222000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2623
2624 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
2625
2626 * simple.el (syntax-flag-table, string-to-syntax): Remove.
2627
ad64a888
DL
26282000-10-15 Dave Love <fx@gnu.org>
2629
2630 * progmodes/sh-script.el: Require skeleton and comint when
2631 compiling.
2632
2633 * pcomplete.el (pcomplete) <defgroup>: Add :version.
2634
2635 * whitespace.el: Doc fixes.
2636 (top-level): Don't add hooks here.
2637 (whitespace-running-emacs): Deleted.
2638 (timer): Don't require.
2639 (whitespace): Add back :version conditional on xemacs test.
2640 (whitespace-spacetab-regexp, whitespace-indent-regexp)
2641 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
2642 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
2643 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
2644 Avoid specific xemacs test.
2645 (whitespace-global-mode): New option.
2646 (whitespace-global-mode): New command.
2647 (whitespace-unload-hook): New function.
2648
2649 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 2650 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
2651 (Info-fontify-node): `Goto' goes to `Go to'.
2652 (Info-fontify-node): Add help-echo to xref links.
2653
1ef49fc6
EZ
26542000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
2655
2656 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
2657
8b7707e1
SM
26582000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2659
b3b7f42f
SM
2660 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
2661 Use plist-get and allow :inherit.
2662
2663 * emacs-lisp/cl-macs.el (cl-do-arglist):
2664 Use plist-get and plist-member instead of memq.
2665
3c7fafc7
SM
2666 * emacs-lisp/ewoc.el (ewoc-location): New function.
2667 (ewoc-enter-after, ewoc-enter-before): Document return value.
2668 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
2669 Don't need make-local-hook any more.
2670 (cvs-addto-collection): Return the new tin.
2671 (cvs-mode-insert): Jump to the new line.
2672
8b7707e1
SM
2673 * jit-lock.el (jit-lock-fontify-buffer): Remove.
2674
2675 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
2676
2677 * font-lock.el (font-lock-syntactically-fontified): New var.
2678 (font-lock-fontify-syntactic-keywords-region): Use it.
2679 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
2680
2681 * diff-mode.el (diff-find-file-name): Fix regexp.
2682
2683 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2684 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
2685
2686 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
2687 (sh-mode-syntax-table): Add punctuation syntax for < and >.
2688 (sh-mode): Don't make all vars local here.
2689 (sh-kw): Reformat.
2690 (sh-set-shell): Use dolist. Don't set indent-region-function.
2691 (sh-mode-syntax-table): Use pop.
2692 (sh-remember-variable): Use push.
2693 (sh-help-string-for-variable): Use memq.
2694 (sh-safe-backward-sexp): Remove.
2695 (sh-safe-forward-sexp): Add ARG.
2696 (sh-get-indent-info, sh-prev-stmt): Use it.
2697 (sh-prev-line): Simplify by using forward-comment.
2698 (sh-this-is-a-continuation): Simplify.
2699 (sh-learn-buffer-indent): Use dolist.
2700 (sh-do-nothing): Remove.
2701 (sh-set-char-syntax, sh-set-here-doc-region):
2702 Use inhibit-modification-hooks.
2703 (sh-name-style): Use mapcar and push.
2704 (sh-load-style): Use dolist.
2705 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
2706 (sh-case, sh-while-getopts): Use propertize directly rather
2707 than sh-electric-rparen.
2708
27092000-10-14 Stefan Monnier <monnier@cs.yale.edu>
2710
2711 * textmodes/tex-mode.el: Require CL when compiling.
2712 (tex-mode-syntax-table): Init immediately.
2713 (tex-mode-map): Bind M-RET to latex-insert-item.
2714 (latex-mode): Set indent-line-function to latex-indent.
2715 (tex-common-initialization): Don't setup the syntax-table any more.
2716 (latex-insert-item): New skeleton.
2717 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 2718 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 2719 (latex-indent, latex-find-indent): New functions.
4836835a 2720 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
2721 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
2722 (tex-compilation-parse-errors): Use with-syntax-table.
2723
86b7fcbb
MB
27242000-10-15 Miles Bader <miles@gnu.org>
2725
2726 * font-lock.el (font-lock-comment-face): Change dark-background,
2727 color, non-tty, default to `chocolate1'.
2728
57a24508
JW
27292000-10-13 John Wiegley <johnw@gnu.org>
2730
2731 * eshell/esh-util.el (require): Added a missing `require' form,
2732 needed when compiling (for an ange-ftp macro definition).
2733
40ad3db4
DL
27342000-10-13 Dave Love <fx@gnu.org>
2735
2736 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
2737
db460189
GM
27382000-10-13 Gerd Moellmann <gerd@gnu.org>
2739
b41c9501
GM
2740 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
2741 fix.
2742
4836835a 2743 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
2744 transparent -colors 8).
2745
3b5e21df
GM
27462000-10-13 Stephen Gildea <gildea@alum.mit.edu>
2747
2748 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
2749 that breaks with old list format timestamps.
2750 (time-stamp-warn-inactive, time-stamp-old-format-warn)
2751 (time-stamp-count, time-stamp-conversion-warn): Improved doc
2752 strings.
2753
16908a3f
JW
27542000-10-13 John Wiegley <johnw@gnu.org>
2755
d7103dda
JW
2756 * align.el, pcomplete.el, calendar/timeclock.el,
2757 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
2758
dace60cf 2759 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
2760 faulty math, where holiday hours were being computing as seconds.
2761
b6b70cda
JW
27622000-10-13 John Wiegley <johnw@gnu.org>
2763
2764 * desktop.el (desktop-buffer-modes-to-save): Added a global for
2765 specifying what "other" kinds of buffers should be saved. This
2766 used to be hard-coded.
2767 (desktop-buffer-misc-functions): A global for specifying how
2768 auxiliary data should be determined for special buffer types.
2769 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
2770 instead of hard-coding the special buffer types.
2771 (desktop-save): Run `desktop-buffer-misc-functions' to gather
2772 auxiliary data, instead of hard-coding for Info buffers and dired.
2773 (desktop-buffer-info-misc-data): Aux function for determining Info
2774 buffer auxiliary info.
2775 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
2776 (desktop-buffer-info): Changed this function to use the info
2777 gathered above.
2778 (desktop-create-buffer): Be a little more careful about what
2779 `minor-mode' means before calling it. This is important for some
2780 buffer types.
2781
8c6b1d83
JW
27822000-10-13 John Wiegley <johnw@gnu.org>
2783
2784 * eshell/esh-util.el: Added a global form which declares an
2785 autoload for `parse-time-string', if that function is not already
2786 defined, and if parse-time.el is available on the user's system.
2787
2788 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
2789 to be aware of ange-ftp user info.
2790 (eshell-do-ls): Bind `ange-cache'. Also, use
2791 `eshell-file-attributes'.
2792 (eshell-ls-annotate): Use `eshell-file-attributes'.
2793 (eshell-ls-file): Made the user-id printing code a bit smarter.
2794
2795 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
2796 allow identification of alias user ids in remote directories.
2797 It's manual, but there's no other way to know when the current
2798 user on the local machine, is also the owning user on the remote
2799 machine.
2800 (fboundp): Bind `ange-cache'.
2801 (eshell-directory-files-and-attributes): Re-organized the logic a
2802 bit to use `eshell-file-attributes' instead of `file-attributes'.
2803 The former is more sensitive to directories that are read via FTP,
2804 and knows how to use ange-ftp to determine full attribute
2805 information, instead of just the name and last modtime.
2806 (eshell-current-ange-uids): Return the current user id when in a
2807 remote directory.
2808 (eshell-parse-ange-ls): Parse a full directory listing that has
2809 been returned by ange-ftp.
2810 (eshell-file-attributes): This beefed up version of
2811 `file-attributes' is only special if the user is currently in a
2812 remote directory, in which case it does a lot of work to find out
2813 what the real attributes of a file are, as they appear on the
2814 remote machine. This makes usage of remote directories (i.e.,
2815 ange-ftp pathnames) much more useful. You can now use Eshell as a
2816 full-fledged FTP client, with much more manipulation ability than
2817 most other clients.
2818
2819 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
2820 variable, which means that Eshell's du should always be preferred
2821 in remote directories.
2822 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
2823 just `file-attributes'.
2824 (eshell-mvcp-template): Bind `ange-cache', to improve performance
2825 when reading remote directories. This is an Eshell-specific
2826 variable (not part of ange-ftp).
2827 (eshell/ln): Bind `ange-cache'.
2828 (eshell/du): Added some extra logic for determining when to use
2829 Eshell's du (which is slow), and when to use the external version
2830 (which may or may not exist).
2831
2832 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
2833 `eshell-interactive-process', rather than using
2834 `get-buffer-process', since backgrounded processes don't count in
2835 the context of this function's logic.
2836
2837 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
2838 `forward-char', so that null strings are parsed correctly.
2839
87730e84 28402000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
2841
2842 * eshell/em-pred.el (eshell-pred-file-type,
2843 eshell-pred-file-links, eshell-pred-file-size): Use
2844 `eshell-file-attributes'. This is more correct over ange-ftp.
2845
2846 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
2847 that remote file globbing is more efficient.
2848
2849 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
2850 gathering the files and attributes within a directory.
2851
2852 * eshell/em-unix.el (eshell/cat): If any of the files passed on
2853 the command line is a special file (not a regular file, directory
2854 or symlink), always attempt to call the external version of cat.
2855
87730e84 28562000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
2857
2858 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
2859 Eshell-friendly version of find-tag.
2860
1c7e37a9
MB
28612000-10-13 Miles Bader <miles@lsi.nec.co.jp>
2862
4836835a 2863 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
2864 (image-file-name-regexps): Add autoload cookies.
2865
11a7f341
KH
28662000-10-13 Kenichi Handa <handa@etl.go.jp>
2867
2868 * international/mule-cmds.el (select-safe-coding-system): If FROM
2869 is string, show it in *Warning* buffer.
2870
8ddddcb0
EZ
28712000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2872
2873 * startup.el (normal-top-level): Use display-popup-menus-p instead
2874 of window-system.
2875 (command-line): Use display-graphic-p instead of window-system.
2876 (command-line-1): Use display-popup-menus-p and display-mouse-p
2877 instead of window-system.
2878
72200f89
SS
28792000-10-12 Sam Steingold <sds@gnu.org>
2880
2881 * tooltip.el (tooltip-use-echo-area): New user variable.
2882 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
2883
8661c643
DL
28842000-10-12 Dave Love <fx@gnu.org>
2885
d0b40dc1
DL
2886 * recentf.el: Maintainer's checkdoc fixes.
2887
a622451f
DL
2888 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
2889 character class, not ASCII when matching file names.
2890 (fancy-splash-head): Add trailing slash to URL.
2891 (command-line): Don't require XPM support for toolbar.
2892
8661c643
DL
2893 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
2894 (cperl-invalid-face): Revert last change.
2895 (cperl-init-faces): Quote cperl-invalid-face.
2896
ef2ed8ab
KH
28972000-10-12 Kenichi Handa <handa@etl.go.jp>
2898
2899 * startup.el (fancy-splash-text): Remove superfluous quote.
2900
b0da379e
GM
29012000-10-12 Gerd Moellmann <gerd@gnu.org>
2902
dbeb499b
GM
2903 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
2904 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
2905 (command-line-1): Don't use fancy-splash-pending-command.
2906 (fancy-splash-screens-1): Goto point-min after inserting text.
2907
d861718a
GM
2908 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
2909
b0da379e
GM
2910 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
2911 instead of shared-lisp-mode-map.
2912
4fb2ad98
MB
29132000-10-12 Miles Bader <miles@lsi.nec.co.jp>
2914
1cb4393e
MB
2915 * faces.el (header-line): Change tty-variant to use underlining.
2916
4fb2ad98
MB
2917 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
2918 (isearch-highlight): Restore lazy-isearch face properties at old
2919 position, and suppress them at new position.
2920 (isearch-dehighlight): Restore lazy-isearch face properties.
2921 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
2922 over the real isearch overlay, but in that case, don't give it a
2923 face property. Use `push'.
2924
eb991b25
KH
29252000-10-12 Kenichi Handa <handa@etl.go.jp>
2926
2927 * man.el (Man-getpage-in-background): Fix previous change.
2928 Decode the process output only when we are in multibyte mode.
2929
a818c1c0
DL
29302000-10-11 Dave Love <fx@gnu.org>
2931
c990f53a
DL
2932 * info.el (Info-mode-menu): Fix some help.
2933 (info-tool-bar-map): Add entry for Info-last.
2934
a818c1c0
DL
2935 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
2936 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
2937 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
2938 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
2939 * toolbar/search-replace.xpm, toolbar/exit.xpm:
2940 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
2941 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
2942 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
2943 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
2944 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
2945 Reduce colour requirements to 25 overall. (Probably wants
2946 revisiting from the originals to reduce further.)
2947
c1b096cb
EZ
29482000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
2949
2950 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
2951 buffer-file-coding-system, instead of raw-text.
2952 (dehexlify-buffer): Bind coding-system-for-read to
2953 buffer-file-coding-system, instead of raw-text.
2954
5c8b7eaf
SS
29552000-10-11 Sam Steingold <sds@gnu.org>
2956
2957 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
2958 `underline' - fixes the bug introduced on 2000-09-21.
2959
2cfbdb7a
DL
29602000-10-11 Dave Love <fx@gnu.org>
2961
2962 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
2963 compiler warnings.
2964 (scheme-mode): Doc fix.
2965 (scheme-font-lock-keywords-1): Match `define-syntax'.
2966
29672000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
2968
2969 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
2970 face specs as well as default ones. Only do anything if the
2971 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 2972 (region): Make dark-background `region' face less in-your-face.
4b33f290 2973
690ec649
SS
29742000-10-10 Sam Steingold <sds@gnu.org>
2975
2976 * chistory.el, ielm.el, ledit.el:
2977 * progmodes/inf-lisp.el, progmodes/scheme.el:
2978 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
2979
3b95d6bb
SM
29802000-10-10 Stefan Monnier <monnier@cs.yale.edu>
2981
2982 * textmodes/texinfo.el: Update copyright and fix typo.
2983
2984 * desktop.el (desktop-modes-not-to-save): New var.
2985 (desktop-save-buffer-p): Use it.
2986 Also, obey desktop-buffers-not-to-save even for non-file buffers.
2987 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
2988
d646c828
DL
29892000-10-10 Dave Love <fx@gnu.org>
2990
2991 * toolbar/tool-bar.el (tool-bar-add-item)
2992 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
2993 display.
2994
d646c828
DL
2995 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
2996 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
2997 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
2998 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
2999 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
3000 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
3001 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
3002 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
3003 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
3004 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
3005 the .xpms; probably need retouching.
3006
862a7e28
MB
30072000-10-10 Miles Bader <miles@lsi.nec.co.jp>
3008
3009 * subr.el (add-to-list): Add optional argument APPEND.
3010 * battery.el (display-battery): Use `add-to-list'.
3011
46e33aee
TTN
30122000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
3013
930baf47
TTN
3014 * play/zone.el (zone-timer, zone-wc-tbl): Rework
3015 these vars as symbol properties.
2cfbdb7a
DL
3016 (zone, zone-when-idle, zone-leave-me-alone)
3017 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 3018
5a430f9c
TTN
3019 * battery.el (display-battery): Doc spelling fix.
3020
46e33aee
TTN
3021 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
3022 property.
3023
adf7d3a8
DL
30242000-10-09 Dave Love <fx@gnu.org>
3025
3026 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
3027 has been initialized before calling tool-bar-setup.
c2156508 3028 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 3029
06a8c9f8
EZ
30302000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
3031
e4ca8f8c
EZ
3032 * menu-bar.el (send-mail-item-name): New function.
3033 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
3034 of mail-user-agent in the menu. Don't display the "Send Mail"
3035 item if mail-user-agent is nil or its value is ignore.
3036 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
3037 if read-mail-command is nil or its value is ignore.
3038
06a8c9f8
EZ
3039 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
3040
7dbc9c8a
MB
30412000-10-09 Miles Bader <miles@gnu.org>
3042
29e0814b
MB
3043 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
3044 Correct image size.
3045 * toolbar/left_arrow.xpm: Correct image size.
3046
7dbc9c8a
MB
3047 * jka-compr.el: Don't call `jka-compr-install' when loading (it
3048 will be done by the definition of `auto-compression-mode' if
3049 necessary. Move code to uninstall existing file-name handler
3050 before definition of `auto-compression-mode'.
3051
3052 * image-file.el (auto-image-file-mode): Move to the end of the
3053 file, because `define-minor-mode' actually calls the mode-function
3054 if the associated variable is non-nil, which requires that all
3055 needed functions be already defined.
3056
65b61266
MB
3057 * mouse.el (popup-menu): Balance parens.
3058
d6b8c85b
SM
30592000-10-08 Stefan Monnier <monnier@cs.yale.edu>
3060
3061 * mouse.el (popup-menu): Move the command call outside the loop
3062 so that popup-menu returns whatever the command returns.
3063
3064 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
3065 (initialize-new-tags-table): Use run-hook-with-args-until-success.
3066 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
3067 (tags-table-format-functions): Renamed from tags-table-format-hooks.
3068
3069 * vc.el (vc-version-diff): diff-switches can be a list.
3070 Use relative filenames for prettier output.
3071
46e33aee 3072 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
3073 (vc-post-command-functions): Remove old-VC compatibility code.
3074
3075 * newcomment.el (comment-indent-default): Autoload.
3076
3077 * font-lock.el (font-lock-defaults): Make buffer-local.
3078 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
3079 (font-lock-choose-keywords):
3080 Ignore LEVEL unless KEYWORDS is a list of syms.
3081 (c-keywords, c++-keywords, objc-keywords, java-keywords):
3082 Don't wrap regexp-opt things in \(...\) unnecessarily.
3083
3084 * jit-lock.el: Don't require font-lock any more.
3085 (jit-lock-functions): Make buffer-local.
3086 (jit-lock-saved-fontify-buffer-function): Remove.
3087 (jit-lock-mode): Remove autoload cookie.
3088 Remove font-lock specific code.
3089 (jit-lock-unregister): Don't bother handling complex hooks any more.
3090 (jit-lock-refontify): New function.
3091 (jit-lock-fontify-buffer): Use it.
3092 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
3093 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
3094 Add optional args START and END.
3095 Never call font-lock-fontify-region directly.
3096 (jit-lock-function, jit-lock-stealth-fontify): Use it.
3097
3098 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
3099
a30ed6ac
DL
31002000-10-08 Dave Love <fx@gnu.org>
3101
4e7c7ca9
DL
3102 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
3103
3104 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
3105
3106 * play/studly.el (studlify-region, studlify-word): Add autoload
3107 cookie.
3108
3109 * play/morse.el (morse-region, unmorse-region): Add autoload
3110 cookie.
3111
3112 * play/spook.el (spook-phrases-file): Use expand-file-name, not
3113 concat.
3114
3115 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
3116 insist on symbols starting with word syntax.
3117 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
3118 (eval-defun-1): Doc fix.
3119 (indent-sexp): Use nconc to build up indent-stack.
3120
3121 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
3122 Gnus with little use.
3123 (mail-setup-hook): Add mail-abbrevs-setup to options.
3124
968f7c4a
DL
3125 * recentf.el: Doc fixes.
3126
3127 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
3128 Clean up remainder.
3129
3130 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
3131 without timezone and (8) with timezone to enforce some whitespace.
3132 Simplify code somewhat.
3133
3134 * options.el (list-options): Doc that you should use customize.
3135
3136 * iswitchb.el (iswitchb-mode): Add :require.
3137
a30ed6ac
DL
3138 * info.el (Info-goto-node, Info-menu): Doc fix.
3139 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
3140 (info-tool-bar-map): New variable.
3141 (Info-mode): Use it.
3142 (Info-edit-map): Define all in defvar.
3143 (speedbar-attached-frame): Avoid compiler warning.
3144
3145 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
3146 (global-map): Bind [tool-bar] to a filtered map.
3147 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
3148 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
3149 Allow PBM icons.
3150 (tool-bar-setup): Adjust calls of tool-bar-add-item.
3151
3152 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
3153 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
3154 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
3155 icons, except up_arrow, which is left-arrow rotated.
3156
3157 * imenu.el (imenu-add-to-menubar): Fix last change.
3158
4e953aff
PB
31592000-10-08 Peter Breton <pbreton@ne.mediaone.net>
3160
3161 * generic-x.el (rul-generic-mode): Remove eval-when-compile
3162 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
3163
739e92a7
EZ
31642000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3165
d20faceb
EZ
3166 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
3167 typos in doc strings.
3168
a640322e
EZ
3169 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
3170 the doc strings how to customize Font Lock faces.
3171
739e92a7
EZ
3172 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
3173 computing growth when dragging the header line.
3174
8be7408c
EZ
31752000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3176
3177 * simple.el (kill-line): Doc fix.
3178
6fee86a3
MB
31792000-10-08 Miles Bader <miles@gnu.org>
3180
445a653e
MB
3181 * faces.el (secondary-selection): Make foreground visible on tty.
3182
6fee86a3
MB
3183 * jka-compr.el (auto-compression-mode): Move to the end of the
3184 file, because `define-minor-mode' actually calls the mode-function
3185 if the associated variable is non-nil, which requires that all
3186 needed functions be already defined.
3187 (with-auto-compression-mode): Add autoload cookie.
3188
a115794c
EZ
31892000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
3190
3191 * files.el (find-backup-file-name) [ms-dos]: If support for long
3192 file names is not available, behave as if version-control were set
3193 to never.
3194
b12e6de3
DL
31952000-10-07 Dave Love <fx@gnu.org>
3196
3197 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
3198 (browse-url-gnome-moz): New function.
3199 (browse-url-browser-function): Use it.
3200 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
3201
20b1d079
SM
32022000-10-07 Stefan Monnier <monnier@cs.yale.edu>
3203
3204 * indent.el (tab-always-indent): New var.
3205 (indent-for-tab-command): Use it.
39250ec3 3206
9ee45b2c 3207 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 3208 raise an error. This way it can still default to a sane value.
9ee45b2c 3209
8c6b1d83
JW
32102000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3211
39250ec3
SM
3212 * startup.el (fancy-splash-screens): Use local rather than global map.
3213 Don't use `update-menu-bindings' any more.
3214 Get rid of assumptions about keymap representation.
3215
a23ccdf2
DL
32162000-10-06 Dave Love <fx@gnu.org>
3217
814299a7 3218 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
3219 (sentence-end-without-period): Doc fix.
3220 (adaptive-fill-regexp): Purecopy.
3221 (unjustify-current-line): Use line-end-position.
3222 (fill-individual-paragraphs-prefix): Use line-beginning-position.
3223
3224 * net/eudc-vars.el (eudc): Add :version, :link.
3225
39250ec3 3226 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
3227
3228 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
3229 Fix for define-minor-mode.
3230 (function-at-point): Alias to function-called-at-point.
3231
3232 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
3233
3234 * simple.el (backward-word): Doc fix.
3235
a23ccdf2
DL
3236 * image-file.el (image-file-name-regexp): image-file-regexps ->
3237 image-file-name-regexps.
742c1822 3238 (image-file-name-extensions): Add pbm.
a23ccdf2 3239
39250ec3
SM
32402000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3241
3242 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
3243 and add filename to the names so that diff-mode can jump to source.
3244
3245 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 3246 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
3247 (tex-font-lock-keywords-1): Remove.
3248 (font-lock-turn-on-thing-lock): Use jit-lock-register.
3249 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
3250 (font-lock-default-fontify-region):
3251 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
3252 (font-lock-fontify-anchored-keywords):
3253 Include the anchor text as part of the multiline.
3254
8d5dfacd
GM
32552000-10-06 Gerd Moellmann <gerd@gnu.org>
3256
3257 * loadup.el (toplevel): Load `loaddefs' before `help' because the
3258 latter needs the autoloaded define-minor-mode macro during the
3259 bootstrap.
3260
3261 * startup.el (command-line): For now, activate tool-bar-mode only
3262 if XPM images are supported.
3263
3264 * mouse.el (mouse-drag-header-line): Don't allow resizing a
3265 window by dragging a header-line at the top of the frame; that's
4c19fbce 3266 confusing because the header-line doesn't move.
8d5dfacd
GM
3267 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
3268 of treating the event as a list. Some cleanup.
3269
f69aad2b 32702000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 3271
f69aad2b
MB
3272 * simple.el (display-message-or-buffer): New function.
3273 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 3274
09cb7646
MB
3275 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
3276 docstring parts.
3277
814299a7 3278 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
3279 (smbclient-prompt-regexp): Add usage note to doc string.
3280 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
3281 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
3282 Use add-hook for adding the comint filter function, and only do so
3283 if it's not already in the global hook list.
3284 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
3285 to `make-local-variable'.
3286 (nslookup-font-lock-keywords): Remove prompt entry.
3287 (nslookup): Don't set the process-filter.
3288 (finger): Exit the loop correctly when the regexps list runs out.
3289 (ftp, smbclient, smbclient-list-shares):
3290 Set the real major mode immediately, not after execing.
3291 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
3292
3293 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
3294
4c19fbce
SM
32952000-10-05 Stefan Monnier <monnier@cs.yale.edu>
3296
3297 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
3298
3299 * which-func.el (which-func-format): Remove spurious space.
3300 (which-func-mode): Don't make it permanent-local.
3301 (which-func-ff-hook): Allow which-func-maxout to be nil.
3302 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
3303 (which-func-mode): Simplify.
3304 Use post-command-idle-hook rather than post-command-hook.
3305 Go through all buffers and update their state.
3306 (which-function): Also try add-log-current-defun-function.
3307
3308 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
3309 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
3310 Update call to with-vc-properties accordingly.
3311 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
3312 (vc-revert-buffer): More careful about window selection and deletion.
3313 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
3314
3315 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
3316 (cvs-retrieve-revision): Reuse a pre-existing buffer.
3317 (cvs-dired-action): Change the default to quickdir.
3318
3319 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
3320 if comment-indent-function returns nil.
3321 (comment-indent-default): New function.
3322 (comment-indent-function): Use it and document the new semantics.
3323
3324 * image-file.el: Docstring fixes.
3325
3326 * help.el (help-xref-on-pp): Use match-string.
3327 (describe-variable): New arg BUFFER.
3328 Store the current buffer in the help-xref-stack.
3329 (temp-buffer-resize-mode): Use define-minor-mode.
3330
3331 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
3332 consistently with its docstring.
3333 Set jit-lock-first-unfontify-pos in an idempotent way.
3334 (jit-lock-register): Autoload and add arg CONTEXTUAL.
3335
542c6552
GM
33362000-10-05 Alex Schroeder <alex@gnu.org>
3337
3338 * sql.el (sql-mysql-options): New variable.
3339 (sql-mysql): Use it.
3340
a3489ece
MB
33412000-10-05 Miles Bader <miles@lsi.nec.co.jp>
3342
77f6105c
MB
3343 * image.el (image): New group.
3344
814299a7 3345 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
3346 (smerge-base-face, smerge-markers-face): Add dark-background variants.
3347
3478046b
PB
33482000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3349
3350 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 3351 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
3352 Ignore the value of wqindow-system; always define keywords
3353
22aca186
KH
33542000-10-05 Kenichi Handa <handa@etl.go.jp>
3355
3356 * startup.el (fancy-splash-screens): Remove the code for
3357 debugging; `(trace-to-stderr "EXITTT\n")'.
3358
55d5d717
MB
33592000-10-05 Miles Bader <miles@gnu.org>
3360
3361 * diff-mode.el (diff-goto-source): Update call to
3362 `diff-hunk-status-msg' to reflect new REV variable.
3363
41fa7178
SM
33642000-10-04 Stefan Monnier <monnier@cs.yale.edu>
3365
3366 * progmodes/icon.el (icon-mode):
3367 Don't gratuitously override the default for comment-column.
3368
3369 * vc-hooks.el (vc-mode-line): Fix interactive spec.
3370
3371 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
3372 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
3373 (jit-lock-functions): New var.
3374 (jit-lock-function-1): Use it if non-nil.
3375 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
3376 Set the `fontified' property before doing the fontification to avoid
3377 repeatedly going through the same error.
3378 Don't turn errors into messages.
3379 (jit-lock-register, jit-lock-unregister): New functions.
3380
3381 * dired.el (dired-mark-pop-up): Turn comment into docstring.
3382 Use with-current-buffer.
3383
3384 * dired-aux.el (dired-do-create-files, dired-kill-tree):
3385 Turn comment into docstring.
3386
3387 * apropos.el (apropos-mode): Use define-derived-mode.
3388
3dc78168
GM
33892000-10-04 Gerd Moellmann <gerd@gnu.org>
3390
3391 * startup.el (fancy-splash-pending-command): New variable.
3392 (fancy-splash-pre-command): New function.
3393 (fancy-splash-screens): Rewritten.
3394 (command-line-1): If fancy-splash-pending-command is set, call it
3395 interactively.
3396
dae9dc56
DL
33972000-10-04 Dave Love <fx@gnu.org>
3398
3399 * toolbar/tool-bar.el (tool-bar-setup): New function.
3400 (tool-bar-mode): Use it.
3401
3402 * subr.el (substitute-key-definition): Doc fix.
3403 (play-sound-file): New command.
3404
3388f0a5
AS
34052000-10-04 Andre Spiegel <spiegel@gnu.org>
3406
814299a7 3407 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
3408 vc-version-backup-file-name): New functions.
3409
3410 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
3411
3412 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
3413 vc-cvs-stay-local-p.
3414
3415 * vc.el (vc-revert-buffer): Handle empty diff properly.
3416 (vc-version-backup-file): New function.
3417 (vc-checkout): Create a version backup if necessary.
3418 (vc-checkin): If a version backup file exists, delete it.
3419 (vc-version-diff): Diff locally using version backups, if available.
3420 (vc-revert-file): If there's a version backup, revert locally.
3421 (vc-transfer-file): Use version backup for base version, if
3422 available. If not, ask for confirmation whether to get it from the
3423 server. Update mode line before check-in.
3424
ebd4825d
DL
34252000-10-04 Dave Love <fx@gnu.org>
3426
3427 * toolbar/tool-bar.el (tool-bar-setup): New function.
3428 (tool-bar-mode): Use it.
3429
1b24f4b7
PB
34302000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3431
3dc78168 3432 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 3433 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
3434 Only set if window-system is non-nil
3435 (net-utils-run-program): Returns buffer.
3436 (network-connection-reconnect): Added this function.
3437
814299a7
MB
3438 * generic.el:
3439 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
3440 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
3441 Uses cl compile-time macros.
3dc78168
GM
3442 (generic-mode-name, generic-comment-list)
3443 (generic-keywords-list, generic-font-lock-expressions)
3444 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
3445 Removed variables.
3446 (generic-mode-alist): Renamed to generic-mode-list.
3447 (generic-find-file-regexp): Default changed to "^#".
3448 (generic-read-type): Uses completing read on generic-mode-list.
3449 (generic-mode-sanity-check): removed this function.
3450 (generic-add-to-auto-mode): Removed this function
3dc78168 3451 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
3452 into function instead of putting them in alist.
3453 (generic-mode-set-comments): Reworked extensively.
3454 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 3455 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 3456
814299a7 3457 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
3458 Make sure directory name ends with "/".
3459
814299a7 3460 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
3461 Regexp now allows leading whitespace.
3462 (rc-generic-mode): Added eval-when-compile
3463 around generic-make-keywords-list.
3464 Deleted duplicate regexp
3465 (rul-generic-mode): Added eval-when-compile
3466 around generic-make-keywords-list.
3467 (etc-fstab-generic-mode): New generic mode.
3468 (rul-generic-mode): Removed one eval-when-compile
814299a7 3469 which caused a max-specpdl-size exceeded error.
1b24f4b7 3470
a7bf5cf3
MB
34712000-10-04 Miles Bader <miles@gnu.org>
3472
3473 * simple.el (minibuffer-temporary-goal-position): New variable.
3474 (next-history-element): Try to keep the position of point in the
3475 input string constant.
3476
3477 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
3478 (dired-do-create-files): If there's only one file, pass it in as
3479 the DEFAULT arg to dired-mark-read-file-name.
3480
ce1087a9
SM
34812000-10-03 Stefan Monnier <monnier@cs.yale.edu>
3482
3483 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
3484 (diff-goto-source): Be smarter when choosing REVERSE or not.
3485
3486 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
3487 (texinfo-mode-menu): Add an explicit shortcut for update all.
3488
0e41e1d6
AS
34892000-10-03 Andre Spiegel <spiegel@gnu.org>
3490
814299a7 3491 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
3492 factorize backend-specific code cleanly (this was essentially
3493 conceived by Stefan Monnier).
3494 (vc-unregister): Function removed.
814299a7 3495 (vc-revert-file): New function.
858f7cb4
AS
3496 (vc-revert-buffer): Delegate some of the work to it.
3497
0e41e1d6
AS
3498 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
3499 default branch unconditionally.
3500 (vc-rcs-set-default-branch): New function.
3501 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
3502 (vc-rcs-checkin): If an appropriate default branch has been set,
3503 force creation of that branch.
858f7cb4
AS
3504 (vc-rcs-receive-file): Rewritten to contain only backend-specific
3505 code (as suggested by Stefan Monnier).
0e41e1d6 3506
01c86c56
GM
35072000-10-02 Gerd Moellmann <gerd@gnu.org>
3508
45c477b4
GM
3509 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
3510 highlighting overlay with a different face over the overlay
3511 isearch uses to highlight the current match because that can lead
3512 to bad face combinations.
3513
01c86c56
GM
3514 * loadup.el (toplevel): Load faces before isearch.
3515
3516 * isearch.el (isearch-faces): New custom group.
3517 (isearch): New defface; was already tested for in the code.
3518 (isearch-lazy-highlight-face): Changed to defface from defcustom.
3519 (isearch-highlight): Always use face `isearch'.
3520
944425c0
DL
35212000-10-02 Dave Love <fx@gnu.org>
3522
3523 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
3524 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
3525 comparison of opcode with operand.
3526
2a099bcc
MB
35272000-10-03 Miles Bader <miles@gnu.org>
3528
3529 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
3530 buffer, since the echo area will now grow to accommodate them.
3531
4300ecb8
AS
35322000-10-02 Andre Spiegel <spiegel@gnu.org>
3533
3534 * vc-hooks.el (vc-registered): If FILE used to be registered under
3535 a certain backend, try that one first.
3536
814299a7 3537 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
3538 argument list. Handle multiple backends correctly.
3539 (vc-find-new-backend): Function removed.
3540 (vc-register): Use vc-responsible-backend, as before.
3541 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
3542
64e6cc18
GM
35432000-10-02 Gerd Moellmann <gerd@gnu.org>
3544
3545 * startup.el (fancy-splash-head): Change message below the
3546 logo.
3547
00df919e
MB
35482000-10-02 Miles Bader <miles@lsi.nec.co.jp>
3549
3550 * diff-mode.el (diff-goto-source): Emit a status message.
3551 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 3552 (diff-test-hunk): Fix doc string.
00df919e
MB
3553 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
3554 (diff-advance-after-apply-hunk): New variable.
4eaa6852 3555 (diff-apply-hunk): Don't return a value.
00df919e 3556
ceec5a0c
SM
35572000-10-01 Stefan Monnier <monnier@cs.yale.edu>
3558
3559 * vc.el (vc-editable-p): Minor optimization.
3560 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
3561 (vc-find-new-backend): New function split from vc-responsible-backend.
3562 (vc-register): Use it.
3563 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
3564 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
3565 (vc-default-unregister, vc-revert-buffer): Docstring fix.
3566 (vc-clear-headers): Don't use find-file.
3567 (vc-revert-buffer): Use `and' again (must have been a braino).
3568 (vc-switch-backend): Only prompt if requested.
3569 Short circuit if nothing is to be done.
3570 Don't use vc-resynch-buffer which could lose unsaved editing.
3571 (vc-default-receive-file): Update call to vc-unregister.
3572 (with-vc-file, vc-next-action-on-file):
3573 Use vc-backend rather than vc-registered.
3574 (vc-next-action-on-file): Use intern-soft.
3575 Deal with read-only *vc-diff* buffer.
3576 (vc-transfer-file): Docstring fix.
3577
3578 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
3579 (vc-rcs-receive-file): Avoid with-vc-properties.
3580 Update call to vc-unregister.
3581 Use constant `RCS' rather than (dynamically bound) var `backend'.
3582
4ad5da8f
AS
35832000-10-01 Andre Spiegel <spiegel@gnu.org>
3584
814299a7 3585 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
3586 is visited.
3587 (vc-start-entry): New argument initial-contents. Don't visit the file
3588 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
3589 (vc-next-action, vc-register): Updated calls to vc-start-entry.
3590 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
3591 vc-start-entry.
3592 (vc-finish-logentry): Make sure to bury log buffer only if there
3593 really is one. Call `vc-resynch-buffer' on log-file, not
3594 buffer-file-name.
3595 (vc-default-comment-history, vc-default-wash-log): New functions.
3596 (vc-index-of): Removed.
3597 (vc-transfer-file): Make do without the above.
3598 (vc-default-receive-file): Call comment-history unconditionally. Pass
3599 the resulting string to vc-checkin, instead of inserting it into the
3600 comment ring.
3601
3602 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
3603 unconditionally. Use the comments as initial contents of the log
814299a7 3604 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
3605 changes.
3606
aa0c3dca
MB
36072000-10-01 Miles Bader <miles@gnu.org>
3608
3609 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
3610 `recenter' with an arg to prevent redrawing the display.
3611
d5f5a2c5
SM
36122000-09-30 Stefan Monnier <monnier@cs.yale.edu>
3613
3614 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
3615
3616 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
3617
814299a7 3618 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
3619 Don't gratuitously override the default for comment-column.
3620
3621 * textmodes/tex-mode.el (latex-metasection-list): New var.
3622 (latex-imenu-create-index): Use it.
3623 Move the regexp construction outside loops (and use push).
814299a7 3624 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
3625 (tex-font-lock-keywords): Moved from font-lock.el.
3626 (tex-comment-indent): Remove.
3627 (tex-common-initialization): Don't set comment-indent-function.
3628 (latex-block-default): New var.
3629 (tex-latex-block): Use it to provide a default choice.
3630 Add any unknown choice to latex-block-names.
3631 Insert [...] after {...}.
3632 (tex-last-unended-begin): Simplify regexp.
3633 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
3634 (latex-forward-sexp-1, latex-forward-sexp): New functions.
3635 (latex-mode): Set forward-sexp-function.
3636
3637 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
3638 Add regexp for @ignore ... @end ignore.
3639 (texinfo-heading-face): New face.
3640 (texinfo-font-lock-keywords): Use it.
3641 (texinfo-mode-menu): New menu.
3642 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
3643 New functions.
3644 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 3645 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
3646 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
3647 Remove declaration.
3648 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
3649
3650 * delsel.el (delete-selection-mode): Use define-minor-mode.
3651
3652 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
3653
36542000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3655
3656 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
3657
8a5506f2
GM
36582000-09-30 Gerd Moellmann <gerd@gnu.org>
3659
068127d6
GM
3660 * replace.el (keep-lines-read-args): New function.
3661 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
3662 read arguments interactively. Add parameters RSTART and REND.
3663 Operate on the active region in Transient Mark mode.
3664
d777bb8f
GM
3665 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
3666
8a5506f2
GM
3667 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
3668 (authors-obsolete-files-regexps): New variable.
3669 (authors-add): Don't record changes in obsolete files.
3670
3fa87bfc
SM
36712000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3672
3673 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
3674
3675 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
3676 (comment-indent): Make sure there's a space between code and comment.
3677 Shift comments left to avoid going past fill-column.
3678
f02149ce
GM
36792000-09-29 Gerd Moellmann <gerd@gnu.org>
3680
3681 * startup.el (startup-echo-area-message): New function.
3682 (display-startup-echo-area-message): Use it.
3683 (fancy-splash-screens): Rewritten to use keymaps and a timer.
3684 (fancy-splash-default-action): New function.
3685 (fancy-splash-screens-1): New function.
3686 (fancy-splash-head): Put a help-echo and a keymap under the image.
3687
a3ef6569
SM
36882000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3689
3690 * diff-mode.el (diff-add-log-file-name): Remove.
3691 (diff-mode): Use add-log-buffer-file-name-function.
3692
3693 * add-log.el (find-change-log): New arg BUFFER-FILE.
3694 (add-log-file-name): Obey add-log-file-name-function.
3695 (add-log-buffer-file-name-function): New var.
3696 (add-change-log-entry): Use it.
3697
75e5b373
MB
36982000-09-29 Miles Bader <miles@gnu.org>
3699
3700 * image-file.el (image-file-name-extensions): New variable.
3701 (image-file-name-regexps): Renamed from `image-file-regexps'.
3702 New default value is nil. Call `auto-image-file-mode'.
3703 (image-file-name-regexp): New function.
3704 (auto-image-file-mode): New minor mode.
3705 (insert-image-file): Don't make conditional on the image-file
3706 handler being enabled.
3707 (image-file-handler): Make the call here conditional instead.
3708 (set-image-file-handler-enabled, enable-image-file-handler)
3709 (disable-image-file-handler): Functions removed.
3710
3711 * emacs-lisp/authors.el (authors-print): Rephrase many-files
3712 string.
3713
de6e1f7c
GM
37142000-09-29 Gerd Moellmann <gerd@gnu.org>
3715
3716 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
3717 it's a function from CL.
3718 (latex-imenu-create-index): Replace eval-when-compile with progn
3719 because latex-section-alist is not bound while compiling.
3720
d8c201f5
SM
37212000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3722
3723 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
3724 (outline-mode): Use define-derived-mode.
3725
814299a7 3726 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
3727 * progmodes/awk-mode.el (awk-mode):
3728 * progmodes/asm-mode.el (asm-mode):
3729 Don't gratuitously override the default for comment-column.
3730
3731 * emacs-lisp/lisp.el (lisp-complete-symbol):
3732 Distinguish the let-binding case from the funcall case.
3733 (forward-sexp-function): New variable.
3734 (forward-sexp): Use it.
3735
3736 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
3737 (easy-mmode-defmap): Remove the now useless autoload.
3738
3739 * time.el (display-time-mode): Use define-minor-mode.
3740
3741 * subr.el (add-minor-mode): Don't eval NAME.
3742 Don't depend on the presence of TOGGLE-FUN for any special behavior.
3743 Use if rather than cond.
3744
3745 * simple.el (read-expression-map): Define more properly.
3746 (comment-indent-hook): Remove.
3747 (string-to-syntax): Bug fix.
3748
3749 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
3750 (cvs-ediff-diff): Fix typo.
3751 (cvs-revert-if-needed): Don't bother preserving read-only.
3752
3753 * paren.el (show-paren-mode): Use define-minor-mode.
3754
3755 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
3756 (toggle-auto-compression): Remove.
3757 (jka-compr-build-file-regexp): Remove useless grouping.
3758
3759 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
3760 Avoid user-reserved bindings.
3761 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
3762 (diff-header-face): Revert to grey85.
3763
3764 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
3765
3766 * complete.el (partial-completion-mode) <defcustom>: Remove.
3767 (partial-completion-mode): Use define-minor-mode.
3768 (PC-do-completion): Understand `completion-auto-help = delay'
3769 to mean to popup the completion buffer only the second time.
814299a7 3770 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
3771 (PC-include-file-all-completions): Don't quote lambda.
3772
3773 * comint.el (comint-mode-hook): Docstring fix.
3774 (comint-mode): Use define-derived-mode.
3775 (comint-mode-map): Remove obsolete comment.
3776 (make-comint): Minor stylistic change.
3777 (comint-insert-clicked-input): Be more careful to find the overlay.
3778 Use this-command-keys rather than hardcoding mouse-2.
3779
3780 * font-lock.el: Replace confusing (,@ with ,
3781 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
3782 Don't use regexp-opt-depth. Spice up the regexp for args.
3783 Don't distinguish between cmds that can take an opt arg or not.
3784 Use `append' and `prepend' rather than `keep'.
3785
3786 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
3787 (latex-outline-regexp): New var.
3788 (latex-outline-level): New fun.
3789 (latex-section-alist): New var.
3790 (latex-imenu-create-index): Use it. Use `push' as well.
3791 (tex-shell-map): Initialize it properly.
3792 (tex-mode): Minor stylistic change.
3793 (plain-tex-mode): Use define-derived-mode.
3794 (latex-mode): Use define-derived-mode.
3795 Construct the paragraph regexps in a more readable way.
3796 Set the buffer-local outline-{level,regexp} vars.
3797 (slitex-mode): Derive from latex-mode.
3798 (tex-common-initialization): Don't kill-all-vars anymore.
3799 Add setting for comment-add and font-lock-defaults.
3800 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
3801 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
3802 (tex-start-tex): New arg DIR (and send a chdir command for it).
3803 Also display the shell buffer and save it in tex-last-buffer-texed.
3804 (tex-region): Use expand-file-name rather than concat.
3805 Remove code made useless by changes in tex-start-tex.
3806 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
3807
3808 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
3809
ff398532
DL
38102000-09-28 Dave Love <fx@gnu.org>
3811
3812 * eshell/eshell.el (eshell) <defgroup>: Add :version.
3813
f9415d5b
GM
38142000-09-28 Gerd Moellmann <gerd@gnu.org>
3815
3816 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
3817 `append'.
3818
fa003899
SM
38192000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3820
3821 * info.el (Info-extract-pointer): Undo last change.
3822 Instead, fix the position of the `bound' arg to re-search-backward.
3823
38242000-09-27 Stefan Monnier <monnier@cs.yale.edu>
3825
3826 * info.el (Info-extract-pointer):
3827 Widen more carefully, to avoid finding pointers in other nodes.
3828 (Info-index): Use push.
3829
f9415d5b 38302000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
3831
3832 * frame.el (set-frame-font): Remove call to obsolete function
3833 frame-update-faces.
3834 (set-foreground-color, set-background-color): Likewise for
3835 frame-update-face-colors.
3836
5538b8ba
MB
38372000-09-27 Miles Bader <miles@gnu.org>
3838
3839 * image-file.el: New file.
3840
60536eea
GM
38412000-09-27 Gerd Moellmann <gerd@gnu.org>
3842
5b551d58
GM
3843 * frame.el (frame-notice-user-settings): Don't call
3844 frame-update-faces, which is a no-op now.
814299a7 3845
60536eea
GM
3846 * ediff-wind.el (ediff-control-frame-parameters): Add zero
3847 tool-bar-lines.
3848
36f1966f
DL
38492000-09-27 Dave Love <fx@gnu.org>
3850
3851 * mouse.el: Fix last change.
3852
c5785b73
MB
38532000-09-27 Miles Bader <miles@lsi.nec.co.jp>
3854
3855 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
3856
672172d9
KH
38572000-09-22 Kenichi Handa <handa@etl.go.jp>
3858
3859 * international/quail.el (quail-help): The output message is
3860 improved.
3861
4653b4ea
DL
38622000-09-26 Dave Love <fx@gnu.org>
3863
3864 * mouse.el (popup-menu): If POSITION is nil, set it using
3865 mouse-position.
3866
63900fcf
SS
38672000-09-25 Sam Steingold <sds@gnu.org>
3868
3869 * net/browse-url.el (browse-url-file-url): Check for null maps.
3870
cd3b81be
GM
38712000-09-26 Gerd Moellmann <gerd@gnu.org>
3872
876512ab 3873 * frame.el (frame-notice-user-settings): Don't add a
fa003899 3874 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 3875
fa003899
SM
3876 * frame.el (frame-notice-user-settings):
3877 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 3878
cd3b81be
GM
3879 * toolbar/tool-bar.el (tool-bar-help): New function.
3880
d8b4516f
GM
38812000-09-25 Gerd Moellmann <gerd@gnu.org>
3882
6567e9b5
GM
3883 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
3884 current-load-list in top-level forms. Else this leaks a cons cell
3885 every time a defun is called.
63900fcf 3886
d8b4516f 3887 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 3888
a461758e
DL
38892000-09-25 Dave Love <fx@gnu.org>
3890
7df6adc3
DL
3891 * startup.el (fancy-splash-head): Check XPM is available.
3892
a461758e
DL
3893 * autoinsert.el (auto-insert): Doc fix.
3894 (auto-insert-alist): Following GNU notices, don't say `copyright
3895 _by_'. Use line-beginning-position.
3896 (auto-insert): Check buffer-file-name is non-nil before use.
3897
b11af2dd
GM
38982000-09-25 Gerd Moellmann <gerd@gnu.org>
3899
3900 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
3901 starting with `@def' or `@multitable', in addition to ones
3902 specified by the user in auto-fill-inhibit-regexp.
3903
5f9f981b
GM
39042000-09-25 Markus Rost <rost@math.ohio-state.edu>
3905
3906 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
3907 rmail-dont-reply-to-names matches the empty string.
63900fcf 3908
8ff16b4e
GM
39092000-09-25 Gerd Moellmann <gerd@gnu.org>
3910
63900fcf 3911 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
3912 text to sound more friendly.
3913
9b4a7800
TTN
39142000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
3915
3916 * progmodes/hideshow.el: Update author email address.
3917 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
3918 (hs-hide-all-non-comment-function): New var.
3919 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
3920 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
3921 (hs-show-region): Delete this command.
3922 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
3923
4c7c1f3f
DL
39242000-09-22 Dave Love <fx@gnu.org>
3925
3926 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
3927 (hl-line-highlight): Specify buffer when moving overlay.
3928
3929 * progmodes/fortran.el (fortran-mode): Locally set
3930 normal-auto-fill-function.
3931 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
3932 (fortran-mode-map): Adjust auto-fill menu entry.
3933
13f93dee
GM
39342000-09-22 Gerd Moellmann <gerd@gnu.org>
3935
36eb0a91
GM
3936 * vc-rcs.el (toplevel): Require `vc' when compiling.
3937
fa003899 3938 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 3939
36a03bf9
AS
39402000-09-22 Andre Spiegel <spiegel@gnu.org>
3941
9b4a7800 3942 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
3943 registered under the new backend.
3944
9b4a7800 3945 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
3946 without explicit revision number.
3947
6e4e8a3b
SM
39482000-09-21 Stefan Monnier <monnier@cs.yale.edu>
3949
3950 * diff-mode.el (diff-file-header-face): Reset to its previous value.
3951 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
3952 (diff-xor): New function.
3953 (diff-find-source-location): Use it. Fix a stupid name clash.
3954 (diff-hunk-status-msg): New function.
3955 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
3956 (diff-test-hunk): Use diff-find-source-location.
3957 (diff-goto-source): Favor the `reverse'.
3958 (diff-hunk-text): Properly handle one-sided context diffs.
3959 (diff-apply-hunk): When done, advance to the next hunk.
3960
1b24b888
GM
39612000-09-21 Gerd Moellmann <gerd@gnu.org>
3962
623a0aae
GM
3963 * startup.el (command-line): If frame was created with a non-zero
3964 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 3965
1b24b888
GM
3966 * add-log.el (change-log-date-face, change-log-name-face)
3967 (change-log-email-face, change-log-file-face)
3968 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
3969 (change-log-function-face, change-log-acknowledgement-face):
3970 New faces, inheriting from font-lock faces.
1b24b888 3971 (change-log-font-lock-keywords): Use them.
9b4a7800 3972
93b3a1c8
DL
39732000-09-21 Dave Love <fx@gnu.org>
3974
80585273
DL
3975 * progmodes/cperl-mode.el (top-level): Clean up
3976 `eval-when-compile's and assorted defvars.
3977 (cperl-invalid-face): Don't double-quote value. Change custom
3978 type.
3979 (cperl-mode): Set normal-auto-fill-function and don't zap
3980 auto-fill-function.
3981 (cperl-imenu--function-name-regexp-perl): Renamed from
3982 imenu-example--function-name-regexp-perl.
3983 (cperl-imenu--create-perl-index): Renamed from
3984 imenu-example--create-perl-index.
3985 (cperl-xsub-scan): Don't require cl.
3986
93b3a1c8
DL
3987 * msb.el (msb-mode-map): Use substitute-key-definition.
3988 (msb-mode): Use msb-mode-map.
3989
43ccb598
AS
39902000-09-21 Andre Spiegel <spiegel@gnu.org>
3991
3992 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
3993 New functions.
fa003899 3994 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
3995 (vc-switch-backend): New function.
3996 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
3997 (vc-register): Fix prompt.
3998 (vc-unregister, vc-default-unregister): New functions.
3999 (vc-version-diff): Handle empty buffer in sentinel.
4000
4001 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
4002 (vc-rcs-state-heuristic): Use it to guess the state of files with
4003 non-strict locking.
4004 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
4005 been set with -b, but not created yet.
4006 (vc-rcs-fetch-master-state): With non-strict locking, compare file
4007 contents in order to find the state.
4008 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
4009 (vc-rcs-unregister, vc-rcs-receive-file)
4010 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 4011
9b4a7800 4012 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 4013 in case it is missing.
9b4a7800 4014
95fadcca
GM
40152000-09-21 Gerd Moellmann <gerd@gnu.org>
4016
4017 * startup.el (fancy-splash-tail): Use a different foreground
4018 color on a dark frame background.
4019
470f23e1
MB
40202000-09-21 Miles Bader <miles@lsi.nec.co.jp>
4021
4022 * info.el: Use the correct capitalization when making Info-mode
4023 and Info-edit-mode `special' modes.
4024
281096ed
SM
40252000-09-20 Stefan Monnier <monnier@cs.yale.edu>
4026
4027 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
4028 (diff-mode): Add support for add-log.el.
4029 (diff-hunk-text): Use char offsets rather than line offsets.
4030 (diff-find-source-location): Replace LINE with line-offset (nil
4031 if not found) and always set POS to a meaningful position.
4032 Adapt to the new char-offsets.
4033 (diff-apply-hunk): Drop support for the unused `select' POPUP.
4034 Adapt to the new diff-find-source-location.
4035 (diff-goto-source): Adapt to the new diff-find-source-location.
4036
4037 * add-log.el (add-log-file-name): New function (split out of
4038 add-change-log-entry).
4039 (add-change-log-entry): Use it.
4040 Call add-log-file-name-function with the changelog file name if
4041 the current buffer is not associated with any file.
4042 Avoid find-file if the selected window is dedicated.
4043
4044 * diff-mode.el (diff-find-source-location):
4045 Move code from diff-apply-hunk. Return buffer rather than file.
4046 (diff-apply-hunk): Use the new result from diff-find-source-location.
4047 (diff-goto-source): Use the new diff-find-source-location.
4048
c29d77c4
DL
40492000-09-20 Dave Love <fx@gnu.org>
4050
4051 * iswitchb.el: Some doc fixes.
4052 (iswitchb-mode-map): Define completely initially. Inherit
4053 minibuffer-local-map.
4054 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
4055 fundamental-mode.
4056 (iswitchb-global-map): New variable.
4057 (iswitchb-summaries-to-end): Amalgamate regexps.
4058 (iswitchb-mode): New.
4059 (iswitchb-mode-hook): New variable.
4060 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
4061 `extensions'.
4062
49939379
GM
40632000-09-20 Gerd Moellmann <gerd@gnu.org>
4064
d05c87ac
GM
4065 * ehelp.el (electric-help): New defgroup.
4066 (electric-help-shrink-window): New user-option.
4067 (with-electric-help): Use it.
4068
1ec082d4
GM
4069 * window.el (shrink-window-if-larger-than-buffer): If face
4070 `mode-line' has a :box, and we're on a graphical frame, add 1
4071 to the needed window height.
4072
f46c275e
GM
4073 * frame.el (frame-notice-user-settings): Add a last parameter nil
4074 to a call to `append', because the last list passed to `append' is
4075 not copied, and so subsequent calls to assq-delete-all will modify
4076 default-frame-alist.
4077
b7e11c5b
GM
4078 * startup.el (fancy-splash-image): Change :type.
4079 (fancy-splash-head): Use an XBM image if appropriate.
4080 (command-line-1): Show splash screens in more cases.
4081
26ff68aa
GM
4082 * startup.el (fancy-splash-text): Don't quote faces.
4083
8320414c
GM
4084 * dired.el (dired-font-lock-keywords): Undo last change.
4085 (dired-readin): Bind indent-tabs-mode to nil.
4086
49939379
GM
4087 * startup.el (fancy-splash-head): If frame's background mode
4088 is `dark', change the black background of the image to gray.
4089 (fancy-splash-screens): Display startup echo area message.
4090 (display-startup-echo-area-message): New function.
4091
c3b27206
MB
40922000-09-20 Miles Bader <miles@lsi.nec.co.jp>
4093
55a3d2a1
MB
4094 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
4095
4096 * info.el (info-header-node): Tweak for color ttys.
4097
37a99821
MB
4098 * faces.el (face-valid-attribute-values): Make sure directories we
4099 search for stipples both exist and are readable before trying to
4100 search them.
4101
0415d0d0
MB
4102 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
4103 in the dry-run case.
4104
523b128c
MB
4105 * jka-compr.el (with-auto-compression-mode): New macro.
4106
c3b27206
MB
4107 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
4108 (custom-group-tag-face, custom-variable-tag-face): Use relative
4109 :height and inherit from `variable-pitch' face instead of
4110 hardwiring :family.
4111 * hi-lock.el (hi-black-hb): Likewise.
4112
ddba99ad
MB
4113 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
4114 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
4115 toolbar-add-item, if image doesn't have a mask add a `:mask
4116 heuristic'.
4117
7e99fbde
SM
41182000-09-19 Stefan Monnier <monnier@cs.yale.edu>
4119
4120 * diff-mode.el: Docstring fixes.
4121 (diff-header-face, diff-comment-face): New faces.
4122 (diff-font-lock-keywords): Highlight a bit differently.
4123 (diff-find-source-location): Don't return SPAN any more.
4124 (diff-hunk-text): Don't bother erasing the temp buffer.
4125 (diff-find-text): Drop argument LINE.
4126 (diff-apply-hunk): Update calls to diff-find-text.
4127 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
4128
4129 * calendar/calendar.el: Docstring fixes.
4130 (calendar-make-alist): Don't quote lambda.
4131 (calendar-star-date): Use make-local-variable.
4132
fb275c02
DL
41332000-09-19 Dave Love <fx@gnu.org>
4134
7e99fbde
SM
4135 * toolbar/tool-bar.el: Renamed from toolbar.el.
4136 Change `toolbar' to `tool-bar' generally in symbols.
4137 Make some items invisible in `special' major modes.
4138 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
4139 Add arg PROPS.
532cb34d 4140
7e99fbde
SM
4141 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
4142 Add :version here.
fb275c02
DL
4143 (fancy-splash-delay, fancy-splash-image): Remove :version here.
4144
8f4ca9a5
GM
41452000-09-19 Gerd Moellmann <gerd@gnu.org>
4146
8b7707e1 4147 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 4148
8b7707e1 4149 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
4150 (find-file-noselect): Use it.
4151
8b7707e1 4152 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
4153 (fancy-splash-screen): Defgroup.
4154
8f4ca9a5
GM
4155 * add-log.el (change-log-font-lock-keywords): Match names
4156 more exactly for the case that font-lock-constant-face is
4157 underlined.
4158
ba9eeda1 41592000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 4160
8b7707e1 4161 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 4162
289eaef9
AS
41632000-09-19 Andre Spiegel <spiegel@gnu.org>
4164
4165 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
4166
ce9ded5d
GM
41672000-09-19 Gerd Moellmann <gerd@gnu.org>
4168
c113de23
GM
4169 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
4170 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
4171 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
4172 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
4173 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
4174 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
4175 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
4176 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
4177 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
4178 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
4179 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 4180 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 4181
ce9ded5d
GM
4182 * startup.el (fancy-splash-text): New variable.
4183 (fancy-splash-delay, fancy-splash-image): New user-options.
4184 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
4185 (fancy-splash-screens): New functions.
4186 (command-line-1): If display has a `display' frame parameter, has
4187 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 4188
b9b1c3a9
DL
41892000-09-19 Dave Love <fx@gnu.org>
4190
4191 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
4192 with null `help'. Use modern backquote syntax.
4193
1af25534
GM
41942000-09-19 Gerd Moellmann <gerd@gnu.org>
4195
afd3c8cd
GM
4196 * font-lock.el (font-lock-mode): Change message telling the user
4197 that ``the buffer is too big''.
4198
1af25534
GM
4199 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
4200 for instance for the case that tab-width is 2.
4201
05b1f851
GM
42022000-09-18 Gerd Moellmann <gerd@gnu.org>
4203
4204 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
4205 toolbar-add-item, if image doesn't have a mask add a `:mask
4206 heuristic'.
4207
8ec8f673
MB
42082000-09-18 Miles Bader <miles@lsi.nec.co.jp>
4209
2b612b1f
MB
4210 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
4211 and return a cons if it's non-nil.
4212 (diff-apply-hunk): Try to jump to the line in the source text
4213 corresponding to the position of point in the in the hunk.
4214
9b4a7800 4215 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
4216 (Info-title-1-face): Use face inheritance and relative sizes
4217 instead of hard-wiring things.
4218
4219 * faces.el (secondary-selection): Make dark-background variant sane.
4220
5eedab4d
AI
42212000-09-16 Andrew Innes <andrewi@gnu.org>
4222
5eedab4d
AI
4223 * makefile.w32-in (compile-files-CMD): No need to make .elc files
4224 read-only, since they aren't under VC now.
4225
6a142f26
DL
42262000-09-17 Dave Love <fx@gnu.org>
4227
e07436e1
DL
4228 * tmm.el: Replace mapcar with mapc in several places.
4229
4230 * loadhist.el (unload-feature): Maybe call elp-restore-list and
4231 ad-unadvise.
4232
7d354dd5
DL
4233 * international/latin1-disp.el: New file.
4234
6a142f26
DL
4235 * calendar/cal-move.el (scroll-calendar-left)
4236 (scroll-calendar-right): Make arg optional (for active mode line).
4237
4238 * calendar/calendar.el (calendar-mode-line-format): Make fields
4239 mouse-sensitive.
4240 (calendar-read-date, calendar-read-date, calendar-window-list):
4241 Unquote lambda.
4242 (calendar-month-name): Use aref, not sref.
4243
4244 * view.el (minor-mode-alist): Propertize the string.
4245
4246 * international/characters.el (standard-case-table): Add entries
4247 for Greek.
4248
50ac70af
MB
42492000-09-18 Miles Bader <miles@gnu.org>
4250
53c9ab4f
MB
4251 * info.el (info-node, info-xref): Add dark-background variants.
4252
a114b1ca
MB
4253 * faces.el (header-line): Change defaults to be less confusing
4254 when mixed with mode-lines.
4255
50ac70af
MB
4256 * info.el (Info-fontify-node): Make a few cleanups.
4257 Add extra `help-echo' and `local-map' props to node xrefs.
4258 Use header-specific faces for node-names & xrefs.
4259 (Info-use-header-line): New variable.
53c9ab4f 4260 (info-header-xref, info-header-node): New faces.
50ac70af
MB
4261 (Info-setup-header-line): New function.
4262 (Info-select-node): Call Info-setup-header-line when enabled.
4263 (Info-extract-pointer): Work even if the header line is hidden.
4264 (Info-header-line): New variable.
4265
729927ff
SM
42662000-09-16 Stefan Monnier <monnier@cs.yale.edu>
4267
4268 * vms-patch.el (print-region-function): Don't quote lambda.
4269
4270 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
4271
4272 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
4273 (lm-get-header-re): Allow spaces between the header and the colon.
4274 (lm-header): Allow $ in non-RCS headers.
4275 (lm-header-multiline): Put the strings back into order.
4276 Stop at an empty line. Don't require two space chars if the
4277 line is clearly not another header line.
4278
4279 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
4280 (popup-menu-popup): Remove.
4281
7a98d821
GM
42822000-09-15 Gerd Moellmann <gerd@gnu.org>
4283
7f8f1edc
GM
4284 * toolbar/toolbar.el (toolbar-add-item): Use the same image
4285 specification if or if not tool-bar item contains an `:enabled'
4286 property.
4287
7a98d821
GM
4288 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
4289 current buffer has no file name.
4290
a7bc704b
DL
42912000-09-15 Dave Love <fx@gnu.org>
4292
4293 * strokes.el: Sync with maintainer's current version with changes
4294 for Emacs, but avoid runtime cl and levents.
4295 (toplevel): Change autoloads and compilation requires.
4296 (strokes-version, strokes-bug-address, strokes-lift): Values
4297 changed.
4298 (strokes-xpm-header, strokes-insinuated): New variable.
4299 (strokes): Add :link.
4300 (strokes-mode): Customized.
4301 (strokes-while-inhibiting-garbage-collector): New macro.
4302 (strokes-remassoc): Avoid remove-if.
4303 (strokes-fix-button2-command): Don't use ad-do-it.
4304 (strokes-insinuate): New function.
4305 (strokes-button-press-event-p, strokes-button-release-event-p):
4306 New functions, used instead of non-`strokes-' versions..
4307 (strokes-mouse-event-p): Rewritten.
4308 (strokes-event-closest-point): Avoid event-point.
4309 (strokes-get-grid-position): Avoid cdadr, caadr
4310 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
4311 functions.
4312 (strokes-help): Use with-output-to-temp-buffer.
4313 (strokes-window-configuration-changed-p): New function.
4314 (strokes-update-window-configuration): Use buffer-live-p,
4315 strokes-window-configuration-changed-p.
4316 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
4317 (strokes-char-face): New face.
4318 (strokes-char-table, strokes-base64-chars): New variable.
4319 (strokes-xpm-for-stroke, strokes-list-strokes)
4320 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
4321 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
4322 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4323 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
4324 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
4325 functions.
4326
47e351a3
GM
43272000-09-15 Gerd Moellmann <gerd@gnu.org>
4328
ebb8f116
GM
4329 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
4330
47e351a3
GM
4331 * image.el (create-image): Doc fix.
4332
4333 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
4334 instead of `:heuristic-mask t'.
4335
fe83b953
AI
43362000-09-14 Andrew Innes <andrewi@gnu.org>
4337
4338 * makefile.w32-in: Revert to Unix line endings.
4339
52481729
AI
43402000-09-14 Andrew Innes <andrewi@gnu.org>
4341
3021e816
AI
4342 * makefile.w32-in: Add bootstrap support. Also copy lisp source
4343 when installing.
4344
52481729
AI
4345 * makefile.nt (DONTCOMPILE): Fix typo.
4346
4347 * shell.el (shell-write-history-on-exit): New function.
4348 (shell-dumb-shell-regexp): New custom variable.
4349 (shell-mode): Make shell-write-history-on-exit the process
4350 sentinel if shell name matches shell-dumb-shell-regexp.
4351
4352 * w32-fns.el: Comment out before-init-hook function which resets
4353 source-directory based; this breaks bootstrap.
4354
f8034e41
DL
43552000-09-14 Dave Love <fx@gnu.org>
4356
4357 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
4358 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
4359 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
4360 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
4361 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
4362 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
4363 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
4364 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
4365 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
4366
4367 * toolbar/toolbar.el: New.
4368
4369 * subdirs.el: Add toolbar.
4370
b9ce5694
GM
43712000-09-14 Gerd Moellmann <gerd@gnu.org>
4372
4373 * indent.el (indent-for-tab-command): Doc fix.
4374
986b7dee
GM
43752000-09-14 Alex Schroeder <alex@gnu.org>
4376
4377 * ansi-color.el (ansi-colors): Doc change.
4378 (ansi-color-get-face): Simplified regexp.
4379 (ansi-color-faces-vector): Added more faces, doc change.
4380 (ansi-color-names-vector): Doc change.
4381 (ansi-color-regexp): Simplified regexp.
4382 (ansi-color-parameter-regexp): New regexp.
4383 (ansi-color-filter-apply): Doc change.
4384 (ansi-color-filter-region): Doc change.
4385 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
4386 deal with zero length parameters.
4387 (ansi-color-apply-on-region): Doc change.
4388 (ansi-color-map): Doc change.
4389 (ansi-color-map-update): Removed debugging message.
4390 (ansi-color-get-face-1): Added condition-case to trap
4391 args-out-of-range errors.
4392 (ansi-color-get-face): Doc change.
4393 (ansi-color-make-face): Removed.
4394 (ansi-color-for-shell-mode): New option.
9b4a7800 4395
076ff911
KH
43962000-09-13 Kenichi Handa <handa@etl.go.jp>
4397
4398 * international/quail.el (quail-start-translation): Translate KEY
4399 if necessary even if it doesn't have any mapping in the current
4400 input method.
4401 (quail-start-conversion): Likewise.
4402 (quail-help): The output message is improved.
4403
bdf08678
MB
44042000-09-13 Miles Bader <miles@gnu.org>
4405
4406 * comint.el (comint-output-filter): Revert to using
4407 `insert-before-markers'. Add bletcherous hack to undo damage
4408 caused by `insert-before-markers'. Put `front-sticky' property on
4409 overlays created here so that the field code understands how the
4410 overlay works. Use a let when making comint-last-prompt-overlay,
4411 so that the code is easier to read.
4412
ffb8db8d
DL
44132000-09-13 Dave Love <fx@gnu.org>
4414
4415 * wid-edit.el (widget-default-format-handler): DTRT when
4416 doc-property is a function.
4417
5dd05f61
GM
44182000-09-12 Francesco Potorti` <pot@gnu.org>
4419
4420 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
4421 filed name if it's not there.
4422
35177617
DL
44232000-09-12 Dave Love <fx@gnu.org>
4424
9023837e
DL
4425 * simple.el (read-mail-command): Doc fix.
4426 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
4427
35177617
DL
4428 * vc.el (vc-dired-listing-switches): Fix :version.
4429
4430 * vc-hooks.el: Doc fixes.
4431
4432 * subr.el (add-minor-mode): Use toggle-fun arg.
4433
4434 * speedbar.el: Add :version to several defcustoms.
4435
4436 * imenu.el (imenu--truncate-items, imenu--cleanup)
4437 (imenu--generic-function): Avoid mapcar.
4438 (imenu--replace-spaces): Function removed.
4439 (imenu--completion-buffer): Use subst-char-in-string.
4440 (imenu-add-to-menubar): Use keymap inheritance.
4441
1afaae94
MB
44422000-09-12 Miles Bader <miles@gnu.org>
4443
4444 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
4445 (diff-mode-map): Bind `diff-test-hunk'.
4446 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
4447
44482000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
4449
4450 * bytecomp.el (byte-compile-defvar): Undo last change
4451 because it breaks '(make-variable-buffer-local (defvar ...)'
4452 which is used at least in dired.
4453
63c36c3c
KH
44542000-09-12 Kenichi Handa <handa@etl.go.jp>
4455
4456 * international/quail.el (quail-define-package): Docstring
4457 modified.
4458
1ad24be1
KH
44592000-09-12 Kenichi Handa <handa@etl.go.jp>
4460
362a8065
KH
4461 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
4462 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
4463 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
4464 docstring of "chinese-py".
4465
1ad24be1
KH
4466 * international/quail.el (quail-translation-docstring): New
4467 variable.
4468 (quail-show-keyboard-layout): Docstring modified.
4469 (quail-select-current): Likewise.
4470 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
4471 infinite recursive call.
4472 (quail-help): Check quail-translation-docstring. Format of the
4473 output changed.
4474 (quail-help-insert-keymap-description): Adjusted for the above
4475 change.
4476
cc0f95a4
GM
44772000-09-11 Gerd Moellmann <gerd@gnu.org>
4478
4479 * bytecomp.el (byte-compile-defvar): Only cons onto
4480 current-load-list in top-level forms. Else this leaks a cons cell
4481 every time a defun is called.
4482
7530b6da
MB
44832000-09-11 Miles Bader <miles@lsi.nec.co.jp>
4484
4485 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
4486 Now understands non-unified diffs. Some functionality moved into
4487 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
4488 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
4489 modify anything. Only reposition point in the patched file if the
4490 patch succeeds. Only pop up another window if POPUP is true.
4491 Emit a message describing what happened if successful, and at what
4492 line-offset. Automatically detect reversed hunks and do something
4493 appropriate.
4494 (diff-hunk-text, diff-find-text): New functions.
4495 (diff-filter-lines): Function removed.
4496 (diff-test-hunk): New function.
4497 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
4498
6b124390
DL
44992000-09-10 Dave Love <fx@gnu.org>
4500
4501 * textmodes/tildify.el: Minor doc/commentary fixes.
4502 (tildify) <defgroup>: Add :version.
4503
4504 * faces.el (face-x-resources): Make custom type more specific.
4505 (frame-background-mode): Use mapc.
4506 (region) <defcustom>: Add :version.
4507
7f8b6551
SM
45082000-09-08 Stefan Monnier <monnier@cs.yale.edu>
4509
9b4a7800
TTN
4510 * vc-sccs.el (vc-sccs-register):
4511 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
4512 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
4513 * vc.el (vc-register): Clear file's properties.
4514
c454aac1
GM
45152000-09-08 Gerd Moellmann <gerd@gnu.org>
4516
4517 * faces.el (face-spec-set): Only face-spec-reset-face when
4518 ATTRS is non-nil.
4519
bb934822
EZ
45202000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
4521
4522 * help.el (help-insert-xref-button): Fix a typo in doc string.
4523
03419440
EZ
45242000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
4525
7f8b6551
SM
4526 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4527 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
4528 methods.
4529
03419440
EZ
4530 * menu-bar.el (read-mail-item-name): New function.
4531 (menu-bar-tools-menu): Use it to compute and display the package
4532 used to read email.
4533 (menu-bar-tools-menu): Fix typo in GUD's help string.
4534
dbcee71a
DL
45352000-09-07 Dave Love <fx@gnu.org>
4536
19e713d8
DL
4537 * diff-mode.el (diff-mouse-goto-source): New function.
4538
a7cafade 4539 * vc-sccs.el: Doc fixes.
7f8b6551 4540 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
4541
4542 * vc-rcs.el: Doc fixes.
7f8b6551
SM
4543 (vc-rcs-register-switches, vc-rcs-checkin-switches)
4544 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
4545 (vc-rcs-master-templates): Add or change :version.
4546
7f8b6551 4547 * vc-cvs.el: Doc fixes.
a7cafade
DL
4548 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
4549 (vc-cvs-stay-local): Add :version.
4550
dbcee71a
DL
4551 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
4552
ed254191
KH
45532000-09-07 Kenichi Handa <handa@etl.go.jp>
4554
4555 * international/quail.el (quail-help): Fix previous change.
4556
ab0ee409
GM
45572000-09-07 Gerd Moellmann <gerd@gnu.org>
4558
f46f845b 4559 * faces.el (color-values): Doc fix.
9b4a7800 4560
ab0ee409
GM
4561 * faces.el (frame-set-background-mode): Use frame-parameter
4562 instead of frame-parameters.
4563
4564 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 4565 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 4566 frame-parameters.
9b4a7800 4567
f7246ac7
KH
45682000-09-07 Kenichi Handa <handa@etl.go.jp>
4569
4570 * language/devan-util.el (devanagari-to-indian-region): In the
4571 loop, change the following char, not preceding char.
4572
96889af2
GM
45732000-09-07 Gerd Moellmann <gerd@gnu.org>
4574
1091dd67
GM
4575 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
4576 instead of frame-parameters.
4577
9b4a7800 4578 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
4579 internal-set-lisp-face-attribute with FRAME being 0.
4580
4581 * vc.el: Remove `Id' version control keyword.
96889af2 4582
0fddd0dc
KH
45832000-09-07 Kenichi Handa <handa@etl.go.jp>
4584
4585 * help.el (help-make-xrefs): Adjusted for the change of
4586 help-xref-mule-regexp.
4587 (help-insert-xref-button): New function.
4588
4589 * international/mule-cmds.el (help-xref-mule-regexp-template):
4590 Include the pattern for character set.
4591 (leim): New group.
4592
4593 * international/quail.el: Don't require face.
4594 (quail): New group.
7f8b6551 4595 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
4596 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
4597 (quail-keyboard-layout-substitution): New variable.
4598 (quail-update-keyboard-layout): New function.
4599 (quail-keyboard-layout-type): New customizable variable.
4600 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
4601 (quail-keyboard-translate): Pay attention to
4602 quail-keyboard-layout-substitution.
4603 (quail-insert-kbd-layout): New function.
4604 (quail-show-keyboard-layout): New function.
4605 (quail-get-translation): If the definition is a vector of length
7f8b6551 4606 1, and the element is a string of length 1, return the character
0fddd0dc
KH
4607 in that string.
4608 (quail-update-current-translations): Fix the case of
4609 relative-index out of range.
4610 (quail-build-decode-map, quail-insert-decode-map): New Functions.
4611 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 4612 Show key sequences for all available characters.
0fddd0dc
KH
4613 (quail-help-insert-keymap-description): Don't show such verbose
4614 key bindings as quail-self-insert-command.
4615
4616 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4617 Format changed, and each element now have extra documentations.
4618 (tit-process-header): Delete invalid characters from TIT-PROMPT.
4619 Adjusted for the change of quail-cxterm-package-ext-info.
4620
8ddceaf1
GM
46212000-09-06 Gerd Moellmann <gerd@gnu.org>
4622
4623 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
4624 requiring it leads to a recursive loading of vc.el and vc-hooks.el
4625 during bootstrap.
4626
099bd78a
SM
46272000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4628
4629 * vc.el: (toplevel): Don't require `dired' at run-time.
4630 (vc-dired-resynch-file): Remove autoload cookie.
4631
46322000-09-05 Andre Spiegel <spiegel@gnu.org>
4633
4634 * vc.el: Made several backend functions optional.
4635 (vc-default-responsible-p): New function.
4636 (vc-merge): Use RET for first version to trigger merge-news, not
4637 prefix arg.
4638 (vc-annotate): Handle backends that do not support annotation.
4639 (vc-default-merge-news): Removed. The existence of a merge-news
4640 implementation is now checked on caller sites.
4641
9b4a7800 4642 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
4643 case.
4644
9b4a7800 4645 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
4646 special case that has been removed from the default in vc-hooks.el.
4647
46482000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4649
4650 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
4651
46522000-09-05 Andre Spiegel <spiegel@gnu.org>
4653
4654 * vc-hooks.el: Require vc during compilation.
4655 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
4656 macro `with-vc-properties' in vc.el.
4657 (vc-file-getprop): Doc fix.
4658 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 4659
099bd78a
SM
4660 * vc.el: Require dired-aux during compilation.
4661 (vc-name-assoc-file): Moved to vc-sccs.el.
4662 (with-vc-properties): New macro.
9b4a7800 4663 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
4664 vc-finish-steal): Use it.
4665 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
4666 to the backend-specific function is now supposed to do the checkout,
4667 too.
4668 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
4669
9b4a7800 4670 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
4671 set file properties; that gets done in the generic code now.
4672
4673 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
4674 Changed parameter list, added code from vc.el that does the
4675 checkout, possibly with a double-take.
4676
4677 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
4678 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
4679 the above under the new name.
4680 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
4681 parameter list, added checkout command.
4682 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
4683 properties; that gets done in the generic code now.
4684
46852000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4686
4687 * vc.el: Docstring fixes (courtesy of checkdoc).
4688
46892000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4690
4691 * vc.el (vc-checkout-writable-buffer-hook)
4692 (vc-checkout-writable-buffer): Remove.
4693 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
4694 (vc-log-mode): Make it into a clean derived major mode.
4695 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
4696 vc-log-mode if log-edit is not available.
4697 (vc-dired-mode-map): Don't set-keymap-parent yet.
4698 (vc-dired-mode): Do set-keymap-parent here.
4699 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
4700
08ba3862
GM
47012000-09-05 Gerd Moellmann <gerd@gnu.org>
4702
4703 * faces.el (set-face-attribute, face-spec-reset-face)
4704 (face-spec-set): Avoid consing by removing calls to `apply'.
4705
4706 * frame.el (frame-parameter): Move to C code.
4707
3b4429b4
DL
47082000-09-05 Dave Love <fx@gnu.org>
4709
4710 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
4711 insert-before-markers-and-inherit. Now checked systematically!
4712
877055f6
GM
47132000-09-05 Alex Schroeder <alex@gnu.org>
4714
4715 * sql.el (sql-postgres): Use sql-postgres-options.
4716 (sql-postgres-options): New variable.
4717
47182000-09-05 Alex Schroeder <alex@gnu.org>
4719
4720 * sql.el (sql-mode-menu): Work around missing variable mark-active
4721 in XEmacs.
4722 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
4723 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
4724 compatibility.
4725
7a004b71
GM
47262000-09-04 Gerd Moellmann <gerd@gnu.org>
4727
54baed30 4728 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 4729
7a004b71
GM
4730 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
4731
4732 * Makefile.in (DONTCOMPILE): Fix typo in file name.
4733
47342000-09-04 Andre Spiegel <spiegel@gnu.org>
4735
4736 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
4737 don't support anything else under SCCS yet.
4738
4739 * vc-hooks.el: Minor doc fixes.
4740
47412000-09-04 Andre Spiegel <spiegel@gnu.org>
4742
4743 * vc.el (vc-next-action-on-file): Do not visit the file if it's
4744 not necessary. If verbose in state `needs-patch', do the same as
4745 under `up-to-date'. When NOT verbose and `needs-patch', check out
4746 latest version instead of `merge-news'.
4747 (vc-next-action-dired): Don't mess with default-directory here; it
4748 breaks other parts of dired. It is the job of the
099bd78a 4749 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
4750 (vc-next-action): Remove a special CVS case.
4751 (vc-clear-headers): New optional arg FILE.
4752 (vc-checkin, vc-checkout): Set properties vc-state and
4753 vc-checkout-time properly.
099bd78a 4754 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
4755 (vc-print-log): Use new backend function `show-log-entry'.
4756 (vc-cancel-version): Do the checks in a different order. Added a
4757 FIXME concerning RCS-only code.
4758
4759 * vc-rcs.el (vc-rcs-show-log-entry): New function.
4760 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
4761
4762 * vc-cvs.el (vc-cvs-show-log-entry): New function.
4763
9b4a7800 4764 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
4765 `needs-patch' as a `-' too.
4766
47672000-09-04 Andre Spiegel <spiegel@gnu.org>
4768
4769 * vc.el (vc-responsible-backend): New optional arg REGISTER.
4770 (vc-default-could-register): New function.
4771 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
4772 (vc-resynch-buffer): Call vc-dired-resynch-file.
4773 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
4774 vc-resynch-buffer instead of vc-resynch-window.
4775 (vc-next-action-dired): Don't redisplay here, that gets done as a
4776 result of the individual file operations.
4777 (vc-retrieve-snapshot): Corrected prompt order.
4778
4779 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 4780
7a004b71
GM
4781 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
4782 as well.
4783 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
4784 hostname regexps. Updated all callers.
4785 (vc-cvs-responsible-p): Handle directories as well.
4786 (vc-cvs-could-register): New function.
4787 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
4788 properties up-to-date.
9b4a7800 4789
7a004b71
GM
4790 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
4791 user whether to create one.
4792
47932000-09-04 Andre Spiegel <spiegel@gnu.org>
4794
4795 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
4796 check out a non-existing file.
4797
4798 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
4799 workfile does not exist.
4800
4801 * vc.el (vc-version-diff): Use `require' to check for existence of
4802 diff-mode.
4803
48042000-09-04 Andre Spiegel <spiegel@gnu.org>
4805
4806 * vc-cvs.el (vc-cvs-registered): Use new function
4807 vc-cvs-parse-entry to do the actual work.
4808
48092000-09-04 Andre Spiegel <spiegel@gnu.org>
4810
4811 * vc-hooks.el (vc-find-backend-function): If function doesn't
4812 exist, return nil instead of error.
4813 (vc-call-backend): Doc fix.
4814
4815 * vc.el (vc-do-command): Doc fix.
4816 (vc-finish-logentry): When checking in from vc-dired, choose the
4817 right backend for logentry check.
4818 (vc-dired-mode-map): Inherit from dired-mode-map.
4819 (vc-dired-mode): Local value of dired-move-to-filename-regexp
4820 simplified.
4821 (vc-dired-state-info): Removed, updated caller.
4822 (vc-default-dired-state-info): Use parentheses instead of hyphens.
4823 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
4824 (vc-dired-listing-switches): New variable.
4825 (vc-directory): Use it, instead of dired-listing-switches.
4826
4827 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
4828 (vc-cvs-dir-state): New function.
7f8b6551 4829 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
4830 (vc-cvs-parse-entry): New function, also to be used in
4831 vc-cvs-registered.
9b4a7800 4832
7a004b71
GM
48332000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4834
4835 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
4836 *or* single-window-frames.
4837
48382000-09-04 Andre Spiegel <spiegel@gnu.org>
4839
4840 * vc.el (vc-update-changelog): Split into generic part and default
4841 implementation. Doc string adapted.
4842 (vc-default-update-changelog): New function. Call the `rcs2log'
4843 script in exec-directory, to fix a long-standing nuisance.
4844
4845 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
4846 simply signals an error.
9b4a7800 4847
7a004b71
GM
48482000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4849
4850 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
4851 control-flow more clear and to avoid running `cvs' twice.
4852
4853 * vc.el (vc-next-action-on-file): Doc fix.
4854 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
4855 (vc-print-log): Eval `file' before constructing the continuation.
4856
48572000-09-04 Andre Spiegel <spiegel@gnu.org>
4858
4859 * vc.el (vc-next-action-on-file): Corrected several messages.
4860 (vc-merge): Add prefix arg `merge-news'; handle it.
4861
4862 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
4863 is not reached. It is.
4864 (vc-cvs-merge): Set state to 'edited after merge.
4865 (vc-cvs-merge-news): Set workfile version to nil if not known.
4866 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
4867
4868 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
4869 via stdout. (Merge from main line.)
9b4a7800 4870
7a004b71
GM
48712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4872
4873 * vc.el (vc-finish-logentry): Thinko in the "same comment"
4874 detection.
4875
48762000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4877
4878 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
4879 against kill-all-local-variables.
4880 (vc-log-edit): Don't save vc-parent-buffer any more.
4881 (vc-last-comment-match): Initialize to an empty string.
4882 (vc-post-command-functions): New hook.
4883 (vc-do-command): Run it.
4884 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
4885 (vc-finish-logentry): Only add the comment to the ring if it's
4886 different from the last comment entered.
4887 (vc-new-comment-index): New function.
4888 (vc-previous-comment): Use it. Make the minibuffer message
4889 slightly less terse.
4890 (vc-comment-search-reverse): Make it work forward as well. Don't
4891 set vc-comment-ring-index if no match is found. Use
4892 vc-new-comment-index.
4893 (vc-comment-search-forward): Use vc-comment-search-reverse.
4894 (vc-dired-mode-map): Don't inherit from dired-mode-map since
4895 define-derived-mode will do it for us. Bind `v' to a keymap that
4896 inherits from vc-prefix-map so that we can bind `vt' without
4897 binding C-x v t.
4898 (vc-retrieve-snapshot): Parenthesis typo.
4899
4900 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
4901 to 1. Make sure to switch to *vc* before looking for an error
4902 message. Use vc-parse-buffer.
4903
49042000-09-04 Andre Spiegel <spiegel@gnu.org>
4905
4906 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
4907 and NAME.
4908 (vc-retrieve-snapshot): Split into two parts.
4909 (vc-default-retrieve-snapshot): New function.
4910
4911 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
4912 (vc-cvs-retrieve-snapshot): New function (untested).
4913 (vc-cvs-stay-local): Default to t.
4914 (vc-cvs-remote-p): New function and property.
4915 (vc-cvs-state): Stay local only if the above is t.
4916 (vc-handle-cvs): Removed.
4917 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
4918 done via vc-handled-backends now.
4919 (vc-cvs-header): Escape Id.
4920
49212000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4922
4923 * vc.el (vc-do-command): Remove unused commands.
4924 (vc-version-diff): Make sure default-directory ends with a slash.
4925 Move the window commands into a vc-exec-after.
4926 (vc-print-log): Move more of the code into the `vc-exec-after'.
4927
49282000-09-04 Andre Spiegel <spiegel@gnu.org>
4929
4930 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
4931 (vc-print-log): Search current revision from beginning of buffer.
4932 (vc-revert-buffer): Clear echo area after the diff is finished.
4933 (vc-prefix-map): Removed definition of "t" for terse display in vc
4934 dired.
4935 (vc-dired-mode-map): Inherit from dired-mode-map. Added
4936 definition of "vt" for terse display.
4937 (vc-dired-mode): Fix dired-move-to-filename-regexp.
4938
49392000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4940
4941 * vc.el (vc-exec-after): Avoid caddr.
4942
49432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4944
4945 * vc.el (vc-exec-after): New function.
4946 (vc-do-command): Use it to add a termination message for async
4947 procs.
4948 (vc-checkout): Try to handle a missing-backend situation.
4949 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
4950 of a directory with a backend using async diffs.
4951 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
4952 present.
4953
4954 * vc-sccs.el (vc-sccs-state-heuristic): Use
4955 file-ownership-preserved-p.
4956
4957 * vc-rcs.el (vc-rcs-state-heuristic): Use
4958 file-ownership-preserved-p.
4959 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
4960
49612000-09-04 Andre Spiegel <spiegel@gnu.org>
4962
4963 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
4964 vc-do-command.
4965
4966 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
4967 when there are no changes.
4968
49692000-09-04 Andre Spiegel <spiegel@gnu.org>
4970
4971 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
4972
4973 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
4974
49752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4976
4977 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
4978
4979 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
4980 the `fset' outside of the defvar so that it works even if
4981 vc-prefix-map was already defined.
4982 (vc-setup-buffer): New function, split out of vc-do-command.
4983 (vc-do-command): Allow BUFFER to be t to mean `just use the
4984 current buffer without any fuss'.
4985 (vc-version-diff): Change the `diff' backend operation to just put
4986 the diff in the current buffer without erasing it. Always use
4987 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
4988 shrink-window-if-larger-than-buffer.
4989 (vc-print-log): Change the `print-log' backend operation to just
4990 put the log in the current buffer without erasing it. Protect
4991 shrink-window-if-larger-than-buffer.
4992 (vc-update-change-log): Fix setd typo.
4993
4994 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
4995 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
4996
4997 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
4998 (vc-rcs-diff): Insert in the current buffer and remove unused arg
4999 CMP.
5000
5001 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
5002 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
5003 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
5004
50052000-09-04 Andre Spiegel <spiegel@gnu.org>
5006
5007 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
5008 not possible, use vc-BACKEND-workfile-unchanged-p.
5009 (vc-default-workfile-unchanged-p): New function. Delegates to a
5010 full vc-BACKEND-diff.
5011
5012 * vc-hooks.el (vc-simple-command): Removed.
5013
5014 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
5015 instead of vc-simple-command.
5016 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
5017 avoid doing a diff when opening a file.
5018 (vc-rcs-state): Added check for unlocked-changes.
5019 (vc-rcs-header): Escape Id.
5020 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
5021 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
5022 version.
5023
5024 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
5025 (vc-sccs-diff): Remove optional arg CMP.
5026 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
5027 SCCS-specific function.
5028
5029 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
5030 vc-simple-command.
5031
50322000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5033
5034 * vc.el (vc-editable-p): Renamed from vc-writable-p.
5035 (with-vc-file, vc-merge): Use vc-editable-p.
5036 (vc-do-command): Remove unused var vc-file and fix the
5037 doubly-defined `status' var. Add a user message when starting an
5038 async command.
5039 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
5040 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
5041 Use with-current-buffer.
5042 (vc-buffer-sync): Use unless.
5043 (vc-next-action-on-file): If the file is 'edited by read-only,
5044 make it read-write instead of trying to commit.
5045 (vc-version-diff, vc-update-change-log): Use `setq
5046 default-directory' rather than `cd'.
5047 (vc-log-edit): Don't forget to set default-directory in the
5048 buffer.
5049
5050 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
5051 (vc-sccs-state-heuristic): Use file-writable-p instead of
5052 comparing userids.
5053 (vc-sccs-checkout): Use `unless'.
5054
5055 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
5056 of comparing userids.
5057 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
5058 Simplify the logic by eliminating unreachable code.
5059 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
5060 just do a recursive call if we need to retry.
5061 (vc-rcs-checkout): Handle the case where rcs is missing by making
5062 the buffer read-write if requested and re-signalling the error.
5063
5064 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
5065
50662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5067
5068 * vc-hooks.el (vc-handled-backends): Docstring change.
5069 (vc-ignore-vc-files): Mark obsolete.
5070 (vc-registered): Check vc-ignore-vc-files.
5071 (vc-find-file-hook, vc-file-not-found-hook): Don't check
5072 vc-ignore-vc-files.
5073
5074 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
5075
50762000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5077
5078 * vc.el (vc-checkout): Don't do anything special for ange-ftp
5079 files since ange-ftp already has vc-registered return nil.
5080
5081 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
5082 (vc-sccs-workfile-version): Use with-temp-buffer and new
5083 vc-parse-buffer and don't bother setting the property.
5084 (vc-sccs-add-triple): Use with-current-buffer and
5085 find-file-noselect.
5086 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
5087
5088 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
5089 derives from the old vc-parse-buffer but uses the revision number
5090 rather than the date (much easier to compare robustly).
5091 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
5092 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
5093 locking-user more directly. Check strict locking and set
5094 checkout-model appropriately.
5095 (vc-rcs-parse-locks): Remove.
5096 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
5097 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
5098 (vc-rcs-system-release): Use with-current-buffer and
5099 vc-parse-buffer.
5100 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
5101
5102 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
5103 (vc-simple-command): Docstring fix.
5104 (vc-registered): Align the way the file-handler is called with the
5105 way the function itself works.
5106 (vc-file-owner): Remove.
5107
5108 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
5109 extraction of fields and call to file-attributes because of a
5110 temporary bug in rcp.el.
5111 (vc-cvs-fetch-status): Use with-current-buffer.
5112
51132000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5114
5115 * vc.el (vc-do-command): Use file-relative-name.
5116 (vc-responsible-backend): Use vc-backend if possible.
5117 (vc-create-snapshot): Improve the `interactive' spec. Add support
5118 for branches and dispatch to backend-specific `create-snapshot'.
5119 (vc-default-create-snapshot): New function, containing the bulk of
5120 the old vc-create-snapshot.
5121 (vc-retrieve-snapshot): Improve the interactive spec.
5122
5123 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
5124 (vc-backend-hook-functions): Remove.
5125 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
5126 (vc-backend): Reintroduce the test for `file = nil' now that I
5127 know why it was there (and added a comment to better remember).
5128
5129 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
5130 code from vc-sccs-hooks.el.
5131 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
5132 'vc anymore.
5133 (vc-sccs-responsible-p): Use expand-file-name instead of concat
5134 and file-directory-p instead of file-exists-p.
5135 (vc-sccs-check-headers): Simplify the regexp.
5136
5137 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
5138 from vc-rcs-hooks.el. Don't require 'vc anymore.
5139 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
5140 file-directory-p instead of file-exists-p.
5141
5142 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
5143 from vc-cvs-hooks.el.
5144 (proto vc-cvs-registered): Require 'vc-cvs instead of
5145 'vc-cvs-hooks. Don't require 'vc anymore.
5146 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
5147 file-directory-p instead of file-exists-p.
5148 (vc-cvs-create-snapshot): New function, replacing
5149 vc-cvs-assign-name.
5150 (vc-cvs-assign-name): Remove.
5151
51522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5153
5154 * vc-cvs.el (vc-cvs-header): New var.
5155
5156 * vc-rcs.el (vc-rcs-exists): Remove.
5157 (vc-rcs-header): New var.
5158
5159 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
5160 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
5161 (vc-sccs-header): New var.
5162
5163 * vc.el (vc-do-command): Get rid of the `last' argument.
5164 (vc-header-alist): Remove, replaced by vc-X-header.
5165 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
5166 (vc-dired-hook): Use expand-file-name instead of concat.
5167 (vc-directory): Use file-name-as-directory.
5168 (vc-snapshot-precondition, vc-create-snapshot)
5169 (vc-retrieve-snapshot): Allow the command to operate on any
5170 directory.
5171
5172 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
5173 just removing the 'WORKFILE argument or by removing the 'MASTER
5174 argument and replacing `file' with (vc-name file).
5175
51762000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5177
5178 * vc.el: Update Copyright and add a crude list of backend funs.
5179 (vc-writable-p): New function.
5180 (with-vc-file): Use vc-writable-p.
7f8b6551 5181 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
5182 (vc-register): Avoid vc-name.
5183 (vc-locking-user): Remove.
5184 (vc-steal-lock): Make the `owner' arg non-optional.
5185 (vc-merge): Use vc-writable-p instead of vc-locking-user and
5186 vc-checkout-model.
5187 (vc-default-dired-state-info): Use vc-state instead of
5188 vc-locking-user and return special strings for special states.
5189 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
5190 and get rid of one of the special CVS cases.
5191 (vc-cancel-version): prettify error message with \\[...].
5192 (vc-rename-master): New function.
5193 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
5194 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
5195 the CVS special case generic.
5196 (vc-default-record-rename): Remove.
5197 (vc-file-tree-walk-internal): Only call FUNC for files that are
5198 under control of some VC backend and replace `concat' with
5199 expand-file-name.
5200 (vc-file-tree-walk): Update docstring.
5201 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
5202 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
5203
5204 * vc-sccs.el (vc-sccs-rename-file): Renamed from
5205 vc-sccs-record-rename. Use `find-file-noselect' rather than
5206 `find-file' and call `vc-rename-master' to do the actual move.
5207 (vc-sccs-diff): Remove unused `backend' variable.
5208
5209 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
5210 to delay loading of vc-sccs until it is really used.
5211 (vc-sccs-master-templates): Preload.
5212 (vc-sccs-state): Update call to vc-sccs-parse-locks.
5213 (vc-sccs-project-dir): Remove (merged into
5214 vc-sccs-search-project-dir).
5215 (vc-sccs-search-project-dir): Rewrite using file name handling ops
5216 rather than `concat', make sure it is preloaded and don't bother
5217 to check that the file actually exists.
5218 (vc-sccs-parse-locks): Remove unused `file' argument, remove
5219 `locks' argument (use buffer's content instead) and eliminate n^2
5220 behavior.
5221
5222 * vc-rcs.el: Update Copyright.
5223 (vc-rcs-rename-file): New function.
5224 (vc-rcs-diff): Remove unused `backend' variable.
5225
5226 * vc-hooks.el: Update Copyright.
5227 (vc-backend): Don't accept a nil argument any more.
5228 (vc-up-to-date-p): Turn into a defsubst.
5229 (vc-possible-master): New function.
5230 (vc-check-master-templates): Use `vc-possible-master' and allow
5231 funs in vc-X-master-templates to return a non-existent file.
5232
5233 * vc-cvs.el: Update Copyright.
5234 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 5235 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
5236
5237 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
5238
52392000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5240
5241 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
5242 since it can be called from vc-rcs.el.
5243 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
5244
52452000-09-04 Andre Spiegel <spiegel@gnu.org>
5246
5247 * vc.el (vc-version-diff): Expand file name read from the
5248 minibuffer. Handle the case when a previous version number can't
5249 be guessed. Give suitable messages when there were no differences
5250 found.
5251 (vc-clear-headers): Call backend-specific implementation, if one
5252 exists.
5253 (vc-cancel-version): Made error checks generic. When done, clear
5254 headers generically, too.
5255
5256 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
5257 from vc-clear-headers in vc.el.
5258
5259 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
5260 correctly.
5261 (vc-rcs-latest-on-branch-p): Made second argument VERSION
5262 optional. Handle the case when it's not there.
5263
52642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5265
5266 * vc.el (vc-locking-user): Moved from vc-hooks.el.
5267
52682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5269
5270 * vc-hooks.el (vc-loadup): Remove.
5271 (vc-find-backend-function): Use `require'. Also, handle the case
5272 where vc-BACKEND-hooks.el doesn't exist.
5273 (vc-call-backend): Cleanup.
5274
52752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5276
5277 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
5278 vc-rcs-grab-templates)
5279 (vc-rcs-registered): Remove. The default function works as well.
5280 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
5281 vc-sccs-grab-templates)
5282 (vc-sccs-registered): Remove. The default function works as well.
5283
5284 * vc.el (vc-version-diff): Left out a vc- in call to
5285 vc-call-backend.
5286 (vc-default-dired-state-info, vc-default-record-rename)
5287 (vc-default-merge-news): Update for the new backend argument.
5288
5289 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
5290 using the default function.
5291 (vc-call-backend): If calling the default function, pass it the
5292 backend as first argument. Update the docstring accordingly.
5293 (vc-default-state-heuristic, vc-default-mode-line-string): Update
5294 for the new backend argument.
5295 (vc-make-backend-sym): Renamed from vc-make-backend-function.
5296 (vc-find-backend-function): Use the new name.
5297 (vc-default-registered): New function.
5298
52992000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5300
5301 * vc.el (vc-merge): Use vc-find-backend-function.
5302
5303 * vc-hooks.el (vc-backend-functions): Remove.
5304 (vc-loadup): Don't setup 'vc-functions.
5305 (vc-find-backend-function): New function.
5306 (vc-call-backend): Use above fun and populate 'vc-functions
5307 lazily.
5308 (vc-backend-defines): Remove.
5309
53102000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5311
5312 * vc.el (vc-register): Put a FIXME note for a newly found bug.
5313 Call vc-call-backend without the leading vc-.
5314 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
5315 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 5316 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
5317 (vc-annotate-display): Replace confusing use of `cond' with `or'.
5318 Call vc-call-backend without the leading vc-.
5319
5320 * vc-cvs.el (tail): Provide vc-cvs.
5321 * vc-sccs.el (tail): Provide vc-sccs.
5322 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
5323
5324 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
5325 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 5326 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
5327 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
5328 (vc-call-backend): Always try to load vc-X-hooks.
5329 (vc-registered): Remove vc- in call to vc-call-backend.
5330
53312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5332
5333 * vc.el (vc-process-filter): New function.
5334 (vc-do-command): Setup `vc-process-filter' for the async process.
5335 (vc-maybe-resolve-conflicts): New function to reduce
5336 code-duplication. Additionally, it puts the buffer in
5337 `smerge-mode' if applicable.
5338 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
5339 calling `merge-news'.
7f8b6551 5340 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
5341 (vc-log-edit): New function. Replacement for `vc-log-mode' by
5342 interfacing to log-edit.el.
5343 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
5344 log-edit is available.
5345 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
5346
53472000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5348
5349 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
5350 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
5351 defvar and the initialization.
5352 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
5353
5354 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
5355 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
5356
7f8b6551 5357 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
5358
53592000-09-04 Andre Spiegel <spiegel@gnu.org>
5360
5361 * vc.el (vc-file-clear-masterprops): Removed.
5362 (vc-checkin, vc-revert-buffer): Removed calls to the above.
5363 (vc-version-diff): Use buffer-size without argument.
5364 (vc-register): Heed vc-initial-comment.
5365
5366 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
5367 default branch.
5368
5369 * vc-rcs.el (vc-rcs-register): Parse command output to find master
5370 file name and workfile version.
5371 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
5372
5373 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
5374 vc-file-clear-masterprops.
5375
5376 * vc-sccs.el (vc-sccs-checkout): Removed call to
5377 vc-file-clear-masterprops. If writable, set vc-state to 'edited
5378 rather than user login name.
5379
5380
53812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5382
5383 * vc.el (vc-workfile-unchanged-p): Remove unused argument
5384 `want-differences-if-changed' and simplify.
5385 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
5386 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
5387 output (which is invalid for async vc-diff) to decide whether to
5388 do the revert silently or not.
5389
53902000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5391
5392 * vc-hooks.el (vc-loadup): Load files quietly.
5393 (vc-call-backend): Oops, brain fart.
5394
53952000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5396
5397 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 5398 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
5399
54002000-09-04 Andre Spiegel <spiegel@gnu.org>
5401
5402 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
5403 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
5404 vc-state or vc-up-to-date-p.
5405 (vc-merge): Use vc-backend-defines to check whether merging is
5406 possible. Set state to 'edited after successful merge.
5407
5408 * vc-hooks.el (vc-locking-user): If locked by the calling user,
5409 return that name. Redocumented.
5410
54112000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5412
5413 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
5414 new `vc-state' semantics.
5415 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
5416 'vc-locking-user to the current user.
5417 (vc-merge): Inline vc-backend-merge. Comment out code that I
5418 don't understand and hence can't adapt to the new `vc-state' and
5419 `vc-locking-user' semantics.
5420 (vc-backend-merge): Remove.
5421
5422 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
5423 rather than 'vc-locking-user.
5424
5425 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
5426
5427 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
5428 (vc-state): Don't use 'reserved any more. Just use the same
5429 convention as the one used for vc-<backend>-state where the
5430 locking user (as a string) is returned.
5431 (vc-locking-user): Update, based on the above convention. The
5432 'vc-locking-user property has disappeared.
7f8b6551 5433 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
5434
5435 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
5436 with a heuristic one.
5437 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
5438 (vc-cvs-checkin): Do a trivial parse to set the state in case of
5439 error. That allows us to get to 'needs-merge even in the
5440 stay-local case. There's still no way to detect 'needs-patch in
5441 such a setup (or to force an update for that matter).
5442 (vc-cvs-logentry-check): Remove, the default works as well.
5443
54442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5445
7f8b6551 5446 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
5447
5448 * vc.el (vc-do-command): kill-all-local-variables, to reset any
5449 major-mode in which the buffer might have been put earlier. Use
5450 `remove' and `when'. Allow `okstatus' to be `async' and use
5451 `start-process' in this case.
5452 (vc-version-diff): Handle the case where the diff looks empty
5453 because of the use of an async process.
5454
54552000-09-04 Andre Spiegel <spiegel@gnu.org>
5456
5457 * vc.el (vc-next-action-on-file): Removed optional parameter
5458 `simple'. Recompute state unconditionally.
5459 (vc-default-toggle-read-only): Removed.
5460
5461 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
5462 (vc-toggle-read-only): Undid prev change.
5463
5464 * vc-cvs.el (vc-cvs-stay-local): Renamed from
5465 vc-cvs-simple-toggle. Redocumented.
5466 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
5467 (vc-cvs-toggle-read-only): Removed.
5468
54692000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5470
7f8b6551 5471 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
5472 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
5473 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
5474 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
5475 still is. So maybe it should be removed.
5476 (vc-head-version, vc-find-binary): Remove.
5477 (vc-recompute-state): Move from vc-hooks.el.
5478 (vc-next-action-on-file): Add a `simple' argument to allow
5479 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
5480 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
5481 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
5482 (vc-dired-mode-map): Properly defvar it.
5483 (vc-print-log): Call log-view-mode if available.
5484 (small-temporary-file-directory): defvar instead of use boundp.
5485 (vc-merge-news): Moved to vc-cvs.el.
5486 (vc-default-merge-news): New function.
5487
5488 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
5489 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
5490 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
5491 unknown `vc-latest-version' function. It should probably refer to
5492 vc-workfile-version or somesuch, but it's very unclear to me and I
5493 don't have SCCS to test things.
5494
5495 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
5496 (vc-sccs-state-heuristic): Fix typo.
5497 (vc-sccs-workfile-unchanged-p): Add missing argument.
5498
5499 * vc-rcs.el: Require vc and vc-rcs-hooks.
5500 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
5501 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
5502 (vc-release-greater-or-equal-p): Move from vc.
5503 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
5504 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
5505 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 5506 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
5507
5508 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
5509 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
5510 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
5511 than the apparently unbound `workfile-version'.
5512
5513 * vc-hooks.el (vc-master-templates): Def the obsolete var.
5514 (vc-file-prop-obarray): Use `make-vector'.
5515 (vc-backend-functions): Add new hookable functions
5516 vc-toggle-read-only, vc-record-rename and vc-merge-news.
5517 (vc-loadup): If neither backend nor default functions exist, use
5518 the backend function rather than nil.
5519 (vc-call-backend): If the function if not bound yet, try to load
5520 the non-hook file to see if it provides it.
5521 (vc-call): New macro plus use it wherever possible.
5522 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
5523 nor `vc-find-binary' since it's only called from
7f8b6551 5524 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
5525 (vc-checkout-model): Fix parenthesis.
5526 (vc-recompute-state, vc-prefix-map): Move to vc.el.
5527
7f8b6551 5528 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
5529 (vc-cvs-release, vc-cvs-system-release): Remove.
5530 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
5531 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
5532 status symbols.
5533 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
5534 (vc-cvs-toggle-read-only): First cut at a function to allow a
5535 cvs-status-free vc-toggle-read-only.
5536 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
5537 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
5538 vc-cvs-status. Also set vc-state rather than vc-locking-user.
5539 (vc-cvs-checkout): Modify access rights directly if the user
5540 requested not to use `cvs edit'. And refresh the mode line.
5541
5542 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
5543 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
5544
55452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5546
5547 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
5548 workfile' that got lost when the code was extracted from vc.el.
5549 And merged the tail with the rest of the code (not possible in the
5550 old vc.el where the tail was shared among all backends). And
5551 explicitly set the state to 'edited if `writable' is set.
5552
5553 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
5554 (vc-cvs-state): Be careful to return the value from
5555 vc-cvs-parse-state.
5556 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
5557 property but return it instead. Also be careful to handle a nil
5558 or "" `rev' when workfile is non-nil (it was handled properly when
5559 workfile was nil).
5560
5561 * vc.el: Removed those pesky unnecessary `(function' quotes.
5562 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
5563 directly in the defvar.
5564 (vc-do-command): Bind inhibit-read-only so as to properly handle
5565 the case where the destination buffer has been made read-only.
5566 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 5567 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
5568 (vc-annotate-mode-variables): Removed (code moved partly to
5569 defvars and partly to vc-annotate-add-menu).
5570 (vc-annotate-mode): Turned into a derived-mode.
5571 (vc-annotate-add-menu): Moved in code in
5572 vc-annotate-mode-variables.
5573 (vc-update-change-log): Use make-temp-file if available.
5574
55752000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
5576
5577 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
5578 `vc-checkout-model' updated to `vc-cvs-update-model'.
5579
55802000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5581
5582 * vc.el (vc-next-action-on-file): Added handling of state
5583 `unlocked-changes'.
5584 (vc-checkout-carefully): Is now practically obsolete, unless the
5585 above is too slow to be enabled unconditionally.
5586 (vc-update-change-log): Fixed typo.
5587
5588 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
5589
7f8b6551
SM
5590 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
5591 Now handles state `unlocked-changes'.
5592 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
5593
5594 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
5595
5596 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
5597 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
5598 `unlocked-changes'.
5599 (vc-rcs-workfile-unchanged-p): Renamed from
5600 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
5601 function yet, but supposed to become one soon.
5602
5603 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
5604 `vc-steal-lock'.
5605 (vc-call-backend): Changed error message.
5606 (vc-state): Added description of state `unlocked-changes'.
5607
56082000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5609
5610 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
5611 always return t in CVS-controlled directories.
5612
5613 * vc.el (vc-responsible-backend): New function.
5614 (vc-register): Largely rewritten.
5615 (vc-admin): Removed (implementation moved into vc-register).
5616 (vc-checkin): Redocumented.
5617 (vc-finish-logentry): If no backend defined yet (because we are in
5618 the process of registering), use the responsible backend.
5619
5620 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5621 Updated function lists.
5622 (vc-call-backend): Fixed typo.
5623
7f8b6551
SM
5624 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
5625 New functions.
5626 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
5627 Removed query option. Redocumented.
7a004b71
GM
5628
56292000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5630
5631 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
5632
5633 * vc.el: Updated callers of `vc-checkout-required' to use
5634 `vc-checkout-model'.
5635
56362000-09-04 Martin Lorentzson <martinl@gnu.org>
5637
5638 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
5639 stuff updated to reference this function instead of the old
5640 `vc-backend-release-p'.
5641
56422000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5643
5644 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
5645 vc-checkout-model. Return appropriate values. Updated callers.
5646
56472000-09-04 Martin Lorentzson <martinl@gnu.org>
5648
7f8b6551 5649 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
5650 (vc-backend-revert): Function moved into `vc-revert';
5651 `vc-next-action' must be updated to accomodate this change.
5652 (vc-backend-steal): Function moved into `vc-finish-steal'.
5653 (vc-backend-logentry-check): Function moved into
5654 `vc-finish-logentry'.
5655 (vc-backend-printlog): Function moved into `vc-print-log'.
5656 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
5657 (vc-backend-assign-name): Function moved into
5658 `vc-create-snapshot'.
5659
56602000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5661
5662 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
5663 Rename to vc-checkout-model. Return appropriate values.
5664 Update callers.
7a004b71 5665
7f8b6551 5666 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 5667 to vc-checkout-model.
7f8b6551
SM
5668 (vc-checkout-required): Rename to vc-checkout-model.
5669 Re-implement and re-comment.
7a004b71
GM
5670 (vc-after-save): Use vc-checkout-model.
5671
56722000-09-04 Martin Lorentzson <martinl@gnu.org>
5673
7f8b6551
SM
5674 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
5675 Update to use the vc-BACKEND-diff functions instead.
5676 `vc-diff' is now working.
7a004b71 5677
7f8b6551 5678 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 5679
7f8b6551 5680 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
5681
5682 * vc-sccs.el (vc-sccs-diff): Function changed name from
5683 `vc-backend-diff'. This makes `vc-diff' work.
5684
7f8b6551 5685 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 5686 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 5687 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
5688 signaled during `vc-after-save'.
5689
7f8b6551
SM
5690 * vc.el: Fix typo.
5691 This checkin is made with our new VC code base for the very first time.
5692 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
5693
5694 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
5695 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
5696
5697 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
5698 updated to `vc-uses-locking'.
7f8b6551 5699 (vc-checkout-required): Call to backend function.
7a004b71
GM
5700 `vc-checkout-required' updated to `vc-uses-locking' instead.
5701
5702 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
5703 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
5704
7f8b6551 5705 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 5706 to match the split into various backends.
7f8b6551 5707 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
5708 (vc-retrieve-snapshot): Bug fix.
5709
57102000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5711
5712 * vc-sccs.el (vc-sccs-release): Doc fix.
5713
57142000-09-04 Martin Lorentzson <martinl@gnu.org>
5715
5716 * vc.el (vc-next-action-on-file): Bug found and fixed.
5717 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
5718 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
5719
5720 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
5721 (vc-rcs-checkout): Name space cleaned up. No more revision number
5722 crunching function names that are not prefixed with vc-rcs.
5723 (vc-rcs-checkout-model): Function added. References to
5724 `vc-checkout-model' replaced.
5725
57262000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5727
5728 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
5729 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
5730 still need to be split, and implemented for RCS).
5731
57322000-09-04 Martin Lorentzson <martinl@gnu.org>
5733
5734 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
5735
5736 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
5737 required by the vc.el file.
5738
5739 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
5740 required by the vc.el file.
5741 (vc-rcs-exists): Function added.
5742
5743 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
5744 required by the vc.el file.
5745
5746 * vc.el (vc-admin): Updated to handle selection of appropriate
5747 backend. Current implementation is crufty and need re-thinking.
5748
5749 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
5750
57512000-09-04 Martin Lorentzson <martinl@gnu.org>
5752
5753 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
5754 beginning of annotate buffers correctly.
5755
5756 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
5757 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
5758 functionality updated quite a lot to support multiple backends.
5759 Variables `vc-annotate-mode', `vc-annotate-buffers',
5760 `vc-annotate-backend' added.
5761
5762 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
5763 `vc-annotate-difference' added to supported backend functions.
5764
57652000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5766
5767 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
5768 Use with-temp-file instead of /bin/sh. Merged from mainline
5769
57702000-09-04 Martin Lorentzson <martinl@gnu.org>
5771
5772 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
5773
5774 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
5775
5776 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
5777
57782000-09-04 Martin Lorentzson <martinl@gnu.org>
5779
5780 * vc-hooks.el: vc-state-heuristic added to
5781 vc-backend-hook-functions.
5782
5783 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
5784
5785 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
5786
7f8b6551
SM
5787 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
5788 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
5789 state to `reserved'.
5790
5791 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
5792 `vc-checkout-required'. Rename the `locked' state to `reserved'.
5793
57942000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5795
7f8b6551 5796 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
5797 untouched.
5798
7f8b6551 5799 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 5800
7f8b6551 5801 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
5802 if defined. (Merged from main line, slightly adapted.)
5803
5804 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
5805 millenium problem (merged from mainline).
5806
58072000-09-04 Martin Lorentzson <martinl@gnu.org>
5808
5809 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
5810 part and moved the non-BACKEND stuff to vc.el.
5811
5812 * vc.el: Split the annotate feature into a BACKEND specific part
5813 and moved it from the vc-cvs.el file to this one.
5814
58152000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5816
7f8b6551
SM
5817 * vc-hooks.el: Implement new state model.
5818 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
5819 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 5820 locked by somebody else.
7f8b6551 5821 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
5822 vc-sccs-hooks.el and vc-rcs-hooks.el now.
5823 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 5824 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 5825
7f8b6551
SM
5826 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
5827 Various simplifications and adaptations all over the place.
7a004b71 5828
7f8b6551
SM
5829 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
5830 Simplify and adapt the rest.
7a004b71 5831
7f8b6551 5832 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 5833 interaction with view mode according to recent RCS change.
7f8b6551 5834 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
5835
58362000-09-04 Martin Lorentzson <martinl@gnu.org>
5837
7f8b6551 5838 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
5839
58402000-09-04 Martin Lorentzson <martinl@gnu.org>
5841
5842 * vc.el (vc-backend-release, vc-release-greater-or-equal)
5843 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
5844 (vc-minor-part, vc-previous-version): Functions that operate and
5845 compare revision numbers got proper documentation. Comments added
5846 about their possible removal.
5847
58482000-09-04 Martin Lorentzson <martinl@gnu.org>
5849
5850 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
5851 the vc-backend.el files.
5852
5853 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
5854
5855 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
5856 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
5857 (vc-rcs-previous-version): Functions added.
5858
5859 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
5860
5861 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
5862
58632000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5864
5865 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 5866 Comment out the definition for now. What is the right procedure
7a004b71
GM
5867 to get rid of it?
5868 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
5869 rewritten.
7f8b6551 5870 (vc-default-registered): Remove.
7a004b71
GM
5871 (vc-check-master-templates): New function; does mostly what the
5872 above did before.
5873 (vc-locking-user): Don't rely on the backend to set the property.
5874
5875 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 5876 Rewrite documentation.
7a004b71
GM
5877 (vc-rcs-templates-grabbed): New variable.
5878 (vc-rcs-grab-templates): New function.
7f8b6551 5879 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
5880
5881 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 5882 Rewrite documentation.
7a004b71
GM
5883 (vc-sccs-templates-grabbed): New variable.
5884 (vc-sccs-grab-templates): New function.
7f8b6551
SM
5885 (vc-sccs-registered): Rewrite to use above mechanism.
5886 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
5887 Don't throw the result, simply return it.
7a004b71 5888
7f8b6551
SM
5889 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
5890 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
5891 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 5892
7f8b6551 5893 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
5894 from main line.
5895
58962000-09-04 Martin Lorentzson <martinl@gnu.org>
5897
7f8b6551 5898 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 5899
7f8b6551 5900 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 5901
7f8b6551
SM
5902 * vc-rcs.el (vc-rcs-diff): New function.
5903 (vc-rcs-checkout): Bug (typo) found and fixed.
5904 (vc-rcs-register-switches): New variable.
7a004b71
GM
5905
5906 * vc.el (vc-backend-diff): Function removed and placed in the
5907 backend files.
5908
59092000-09-04 Martin Lorentzson <martinl@gnu.org>
5910
5911 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
5912
5913 * vc.el (vc-backend-checkout): Function removed and replaced in
5914 the vc-backend.el files.
5915
5916 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
5917
5918 * vc.el (vc-backend-admin): Removed and replaced in the
5919 vc-backend.el files.
5920
5921 * vc.el (Martin): Removed all the annotate functionality since it
5922 is CVS backend specific.
5923
59242000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5925
5926 * spec.txt: Added specification of vc-state.
5927
5928 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 5929 Remove handling of vc-latest-version and
7a004b71
GM
5930 vc-your-latest-version. What used to be vc-latest-version, is now
5931 returned as vc-workfile-version.
7f8b6551 5932 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
5933
59342000-09-04 Dave Love <fx@gnu.org>
5935
5936 * vc.el: [Merged from mainline.]
5937 (vc-dired-mode): Make the dired-move-to-filename-regexp
5938 regexp match the date, to avoid treating date as file size.
5939 Add YYYY S option to WESTERN/
5940
59412000-09-04 Dave Love <fx@gnu.org>
5942
5943 * vc.el: Require `compile' when compiling.
5944 (vc-logentry-check-hook): New option.
5945 (vc-steal-lock): Use compose-mail.
5946 (vc-dired-mode-map): Defvar when compiling.
5947 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
5948 vc-sccs.el and renamed. Callers changed.
5949 (vc-backend-checkout, vc-backend-logentry-check)
5950 (vc-backend-merge-news): Doc fix.
5951 (vc-default-logentry-check): New function.
5952 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
5953 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
5954 (vc-backend-merge): Doc fix. Use backend functions.
5955 (vc-check-headers): Use backend functions.
5956
5957 * vc-cvs.el: Require vc when compiling.
5958 (vc-cvs-register-switches): Doc fix.
5959 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
5960 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
5961 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
5962 New functions (code from vc.el).
5963 (vc-annotate-display-default): Fix interactive spec.
5964 (vc-annotate-time-span): Doc fix.
5965
5966 * vc-rcs.el: Require vc when compiling.
5967 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
5968 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
5969 (vc-rcs-checkin): New functions (code from vc.el).
5970 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
5971 Doc fix.
5972 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
5973
5974 * vc-sccs.el: Require vc when compiling.
5975 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
5976 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
5977 (vc-sccs-revert)
5978 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
5979 from vc.el).
5980 (vc-sccs-add-triple, vc-sccs-record-rename)
5981 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
5982 (vc-sccs-admin): Doc fix.
5983
59842000-09-04 Martin Lorentzson <martinl@gnu.org>
5985
5986 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
5987 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
5988 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
5989 from vc.el.
5990
5991 * vc-sccs.el (vc-admin-sccs): Added from vc.el
5992
5993 * vc-cvs.el: Moved the annotate functionality from vc.el.
5994 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
5995
59962000-09-04 Dave Love <fx@gnu.org>
5997
5998 * vc.el (vc-backend-release): Call vc-system-release.
5999
6000 * vc-sccs.el (vc-sccs-system-release):
6001 Renamed from vc-sccs-backend-release.
6002
6003 * vc-rcs.el (vc-rcs-system-release):
6004 Renamed from vc-rcs-backend-release.
6005
6006 * vc-cvs.el (vc-cvs-system-release):
6007 Renamed from vc-cvs-backend-release.
6008
60092000-09-04 Dave Love <fx@gnu.org>
6010
6011 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
6012 backend files.
6013 (vc-backend-release): Dispatch to backend functions.
6014 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
6015 probably needs attention.]
6016
6017 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
6018 (vc-sccs-backend-release): New function.
6019
6020 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
6021 (vc-cvs-backend-release): New function.
6022
6023 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
6024 Doc fix.
6025 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
6026 (vc-default-dired-state-info): New function.
6027 (vc-dired-state-info): Dispatch to backends.
6028 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
6029
6030 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
6031 from vc.el and renamed.
6032
60332000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6034
6035 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
6036 (vc-version-other-window, vc-backend-assign-name): Removed
6037 references to vc-latest-version; sometimes changed into
6038 vc-workfile-version.
6039
6040 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
6041 vc-rcs-master-workfile-version.
6042 (vc-rcs-workfile-version): Use the above. Don't call
6043 vc-latest-version (that was unreachable code, anyway).
6044 (vc-rcs-fetch-master-properties): Doc fix.
6045
6046 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
6047 (vc-backend-hook-functions): Removed them from this list, too.
6048 (vc-fetch-properties): Removed.
6049 (vc-workfile-version): Doc fix.
6050
6051 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
6052 (vc-rcs-workfile-version, vc-rcs-locking-user)
6053 (vc-rcs-uses-locking): Use it.
6054
6055 * vc-hooks.el (vc-consult-rcs-headers):
6056 Moved into vc-rcs-hooks.el, under the name
6057 vc-rcs-consult-headers.
6058
6059 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
6060 headers.
6061 (vc-cvs-find-master): Use this name only; correct different
6062 versions of the name.
6063
6064 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
6065 New functions.
6066 (vc-sccs-locking-user): Use the latter.
6067
6068 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
6069 New functions.
6070
6071 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
6072 Moved into both
6073 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
6074 functions are implementation details of those two backends.
6075
60762000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6077
6078 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
6079 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
6080
6081 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
6082 (vc-sccs-parse-locks): SCCS-specific code moved here from
6083 vc-hooks.
6084
6085 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
6086 code moved here from vc-hooks.
6087
6088 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
6089 into back-end specific parts and removed. Callers not updated
6090 yet; because I guess these callers will disappear into back-end
6091 specific files anyway.
6092
60932000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6094
6095 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
6096 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
6097 `vc-uses-locking'.
6098
6099 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
6100 Store yes/no in the property, and return t/nil. Updated all
6101 callers.
6102
6103 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
6104 vc-sccs-uses-locking. Don't set property.
6105 (vc-sccs-locking-user): Don't set property.
6106
6107 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
6108 vc-cvs-uses-locking. Don't set property here; leave that to
6109 vc-hooks.
6110 (vc-cvs-locking-user): Reflect above change. Streamlined.
6111
6112 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
6113 vc-rcs-uses-locking.
6114 (vc-rcs-locking-user): Reflect above change.
6115
61162000-09-04 Dave Love <fx@gnu.org>
6117
6118 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
6119
6120 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
6121
6122 * vc-hooks.el (vc-checkout-model): Punt to backends.
6123
6124 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
6125
6126 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
6127
6128 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
6129 New functions.
6130
6131 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
6132 New functions.
6133
6134 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
6135 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
6136
6137 * vc-hooks.el (vc-default-locking-user): New function.
6138 (vc-locking-user, vc-workfile-version): Punt to backends.
6139
61402000-09-04 Dave Love <fx@gnu.org>
6141
6142 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
6143 (vc-master-workfile-version): Moved from vc-hooks.
6144
6145 * vc-rcs-hooks.el: Fix duplicate code in last change.
6146
6147 * vc-rcs-hooks.el: Require vc-hooks when compiling.
6148 (vc-rcs-master-templates): Improve :type.
6149 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
6150 vc-master-workfile-version): Moved from vc-hooks.
6151
6152 * vc-sccs-hooks.el: Require vc-hooks when compiling.
6153 (vc-sccs-master-templates): Improve :type.
6154 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
6155
6156 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
6157
6158 * vc-cvs-hooks.el: Require vc-hooks when compiling.
6159 (vc-cvs-master-templates): Improve :type. Use
6160 vc-cvs-find-cvs-master.
6161 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
6162 from vc-hooks.
6163 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
6164
6165 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
6166 Moved to vc-cvs-hooks.
6167
6168 * vc-hooks.el: Add doc strings in various places. Simplify the
6169 minor mode setup.
6170 (vc-handled-backends): New user variable.
6171 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
6172 simplification.
6173
61742000-09-04 Dave Love <fx@gnu.org>
6175
6176 * vc.el: Some doc fixes for autoloaded and interactive functions.
6177 Fix compilation warnings from ediff stuff.
6178 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
6179
6180 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
6181
6182 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
6183
6184 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
6185
61862000-09-04 Dave Love <fx@gnu.org>
6187
6188 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6189 New variable.
6190 (vc-make-backend-function, vc-loadup, vc-call-backend)
6191 (vc-backend-defines): New functions.
6192
6193 * vc-hooks.el: Various doc fixes.
6194 (vc-default-back-end, vc-follow-symlinks): Custom fix.
6195 (vc-match-substring): Function removed. Callers changed to use
6196 match-string.
6197 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
6198 Simplify.
6199
62002000-09-04 Dave Love <fx@gnu.org>
6201
6202 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
6203 type.
6204 (vc-sccs-project-dir, vc-search-sccs-project-dir)
6205 (vc-sccs-registered): Doc fix.
6206
6207 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
6208 (vc-cvs-registered): Doc fix.
6209
6210 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
6211 (vc-rcs-registered): Doc fix.
6212
62132000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6214
6215 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
6216
6217 * vc-hooks.el: vc-registered has been renamed
6218 vc-default-registered. Some functions have been moved to the
6219 backend specific files. they all support the
6220 vc-BACKEND-registered functions.
6221
62222000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6223
6224 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
6225
6226 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
6227
a033ea13
DL
62282000-09-04 Dave Love <fx@gnu.org>
6229
179fc9ef
DL
6230 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
6231 menu-bar-update-hook.
6232
6233 * help.el (help-manyarg-func-alist): Add
6234 find-operation-coding-system.
6235
a033ea13
DL
6236 * wid-edit.el (widget-sexp-validate): Fix garbled code.
6237
6238 * custom.el (custom-set-variables): Print message about errors in
6239 setting.
6240
f8803e97
AI
62412000-09-03 Andrew Innes <andrewi@gnu.org>
6242
6243 * makefile.w32-in: Change to DOS line endings.
6244
59836110
EZ
62452000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6246
6247 * mouse.el (mouse-popup-menubar): Supply the prompt string for
6248 minor-mode keymaps, if they don't have one.
6249
5514ba5c
EZ
62502000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6251
6252 * eshell/esh-module.el (eval-when-compile): Don't lose if
6253 esh-module.el's file name is truncated to DOS 8+3 limits.
6254
79cf8e80
JW
62552000-09-01 John Wiegley <johnw@gnu.org>
6256
6257 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
6258 predicate, which caused entries in the completion list to be
6259 doubled.
6260
62612000-08-30 John Wiegley <johnw@gnu.org>
6262
6263 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
6264 sending to subprocesses. Also, hook pre-command-hook if
6265 `eshell-send-direct-to-subprocesses' is non-nil.
6266 (eshell-send-direct-to-subprocesses): New config variable. If t,
6267 subprocess input is send immediately.
6268 (eshell-toggle-direct-send): New function.
6269 (eshell-self-insert-command): New function.
6270 (eshell-intercept-commands): New function.
6271 (eshell-send-input): If direct subprocess sending is enabled,
6272 don't echo any input to the Eshell buffer. Let the subprocess
6273 handle that. This requires "stty echo" in bash, for example.
6274
62752000-08-28 John Wiegley <johnw@gnu.org>
6276
6277 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
6278 completion function for Eshell's implementation of `unset'.
6279
778911b9
EZ
62802000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6281
6282 * info.el (Info-directory-list): Doc fix.
6283
05d07b49
PB
62842000-08-31 Peter Breton <pbreton@ne.mediaone.net>
6285
9b4a7800 6286 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
6287 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
6288
9941d4c7
KH
62892000-08-31 Kenichi Handa <handa@etl.go.jp>
6290
6291 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
6292 coding systems.
6293
af9ba8ad
AI
62942000-08-30 Andrew Innes <andrewi@gnu.org>
6295
6296 * timer.el (run-with-idle-timer): Undo last change, so that timer
6297 is not activated immediately if Emacs is already idle. Some
6298 existing code relies on this behaviour.
6299
caccd8f2
MB
63002000-08-30 Miles Bader <miles@gnu.org>
6301
6302 * frame.el (set-frame-font): Do completion of font-name for
6303 interactive use.
6304
b64c0a1c
KH
63052000-08-30 Kenichi Handa <handa@etl.go.jp>
6306
6307 * international/quail.el (quail-start-translation): Bind locally
6308 last-command-event, last-command, and this-command.
6309 (quail-start-conversion): Likewise.
75cf0095 6310 (quail-self-insert-command): Fix docstring.
b64c0a1c 6311
fd5f61d3
GM
63122000-08-29 Gerd Moellmann <gerd@gnu.org>
6313
6314 * progmodes/executable.el
6315 (executable-make-buffer-file-executable-if-script-p): Check that
6316 buffer contains at least 2 characters.
6317
5b671d04
EZ
63182000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
6319
6320 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
6321
485d9513
DL
63222000-08-29 Dave Love <fx@gnu.org>
6323
a39fb83d
DL
6324 * diff-mode.el (diff-mode) <defgroup>: Add :version.
6325 (diff-mode-shared-map): Bind mouse-2.
6326 (diff-imenu-generic-expression): New variable.
6327 (diff-mode): Use it.
6328
485d9513
DL
6329 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
6330 (mouse-popup-menubar): Add minor mode menus.
6331 (popup-menu): Check for lookup-key returning number.
6332
ba3478d9
MB
63332000-08-29 Miles Bader <miles@gnu.org>
6334
6335 * comint.el (comint-send-input): Create overlays using the proper
6336 front/read-advance arguments.
9b4a7800 6337
c3d6d211
GM
63382000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6339
6340 * ps-print.el: Even/odd pages printing. Doc fix.
6341 (ps-print-version): New version number (6.0).
6342 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
6343 (ps-background, ps-begin-file, ps-begin-job): Code fix.
6344 (ps-print-duplex-feature): Variable eliminated.
6345 (ps-even-or-odd-pages): New variable.
6346
ba087cd7 6347 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
6348 (ebnf-version): New version (3.3).
6349 (ebnf-user-arrow): Change variable customization to sexp.
6350 (ebnf-user-arrow): Function eliminated.
6351 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 6352
d313265f
KH
63532000-08-29 Kenichi Handa <handa@etl.go.jp>
6354
cba62b78 6355 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
6356 (help-make-xrefs): Handle help-xref-mule-regexp.
6357
6358 * international/mule-cmds.el (help-xref-mule-regexp-template): New
6359 variable.
6360 (describe-input-method): Temporarily activate the specfied input
6361 method to display the information.
6362 (describe-language-environment): Hyperlinks to mule related items.
6363
6364 * international/mule-diag.el (charset-multibyte-form-string): New
6365 function.
6366 (list-character-sets-1): Use charset-multibyte-form-string.
6367 (describe-character-set): New function.
6368 (describe-coding-system): Hyperlinks to safe character sets.
6369
6370 * international/quail.el (quail-help): New arg PACKAGE.
6371 Hyperlinks to mule related items.
6372 (quail-help-insert-keymap-description): Use
6373 substitute-command-keys instead of describe-bindings.
6374 (quail-translation-help): Hyperlinks to mule related items.
6375
b4bd214e
JW
63762000-08-28 John Wiegley <johnw@gnu.org>
6377
ca7aae91
JW
6378 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
6379 have a defsubst call itself. Made `eshell-flatten-list' back into
6380 a function again.
6381
b4bd214e
JW
6382 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
6383 catch, in case re-centering point at bottom messes up the display.
6384 This happens frequently in Emacs 21, due I believe to variable
6385 line heights.
6386
6387 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
6388 to call `find-tag-interactive'.
6389
6390 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
6391 the list of remember directories.
6392
d44e146b
JW
63932000-08-28 John Wiegley <johnw@gnu.org>
6394
6395 * align.el: Test align-region-separate to see if it's a symbol.
6396
546c0888 63972000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
6398
6399 * eshell/esh-util.el (eshell-flatten-list): Made this function
6400 into a defsubst form. It gets used very frequently, although
6401 calls don't occur all that often.
6402
6403 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
6404 examining it.
6405
6406 * eshell/esh-cmd.el (eshell-rewrite-while-command):
6407 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
6408 `eshell-protect'.
6409 (eshell-copy-handles): Created a new macro for duplicating the
6410 current set of open handles. This is needed by the looping
6411 functions.
6412 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
6413 is not incorrectly stomped on.
6414
6415 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
6416 declaration for pcomplete-use-paring.
6417 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
6418 value of eshell-cmpl-use-paring.
6419 * pcomplete.el (pcomplete-use-paring): New config variable, to
6420 indicate whether paring should be used.
6421 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
6422 completion alternatives that have already been used.
6423
6424 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
6425 bound to C-c C-y, which will repeat the previous N arguments
6426 (based on prefix argument).
6427 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
6428
6429 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
6430 if there is no *Help* buffer. This is for XEmacs, which renames
6431 its help buffers uniquely. TODO: Find out what the current buffer
6432 name to delete is.
6433
6434 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
6435 first entry that correlates to a passwd/group number. Later
6436 entries (used for group/user name aliasing to multiple IDs) are
6437 ignored.
6438
9b4a7800
TTN
6439 * eshell/em-xtra.el (eshell/expr):
6440 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
6441 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
6442 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
6443 argument list, before passing it to the system command.
6444
6445 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
6446 `find-tag' for use at final position in Eshell buffers (which
6447 otherwise triggers an error on Emacs 21).
6448 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
6449 buffer, if it is currently bound to `find-tag'.
6450
6451 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
6452 in the list of matched Makefile names.
6453 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
6454 directory, prefer its contents to Makefile.
6455
6456 * eshell/em-dirs.el (eshell/cd): cd commands that look up
6457 directory parts (like "cd old new", or "cd =regexp"), are now case
6458 sensitive on non-Windows/DOS platforms.
6459
6460 * eshell/esh-mode.el (eshell-parse-command-input): When a user
6461 types RET after an open delimiter (like "), display a message
6462 indicating that Eshell is waiting for the closing delimiter.
6463
6464 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
6465 environment variables.
6466
6467 * eshell/em-unix.el (eshell/diff): Added logic to fail more
6468 gracefully if the user enters incorrect arguments.
6469
6470 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
6471 Eshell buffers.
6472
9b4a7800
TTN
6473 * eshell/esh-var.el (eshell-interpolate-variable):
6474 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
6475 * eshell/em-unix.el (eshell-du-sum-directory):
6476 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6477 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
6478 (not (= ...)).
6479
6480 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
6481 to ensure the `preserve' flag gets propagated when doing recursive
6482 directory copies.
6483
546c0888 64842000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
6485
6486 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
6487 Don't convert \n into \0177 in memory.
6488 (eshell-read-history, eshell-write-history): Convert \n to \0177,
6489 and back again, when reading and writing.
9b4a7800 6490
546c0888 64912000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
6492
6493 * eshell/esh-util.el (eshell-processp): Added to relieve constant
6494 testing of `fboundp' on `processp'.
6495
6496 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
6497 (eshell/jobs): Don't call process-list if it is not bound.
6498 (eshell-gather-process-output): Support systems where async
6499 subprocesses aren't supported.
6500 (eshell-scratch-buffer, eshell-last-sync-output-start): New
6501 variables.
6502
6503 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
6504 eshell-do-eval returns t.
6505 (eshell-do-pipelines-synchronously): New defmacro.
6506 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
6507 when async subprocesses aren't supported.
6508 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
6509 if async subprocesses aren't supported.
6510 (eshell-resume-command): Don't assume STATUS is a string.
6511
6512 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
6513
6514 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
6515 (eshell-close-target, eshell-get-target): Use eshell-processp.
6516 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
6517 fix.
6518 (eshell-get-target, eshell-create-handles): Doc fix.
6519
546c0888 65202000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 6521
546c0888 6522 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
6523 criterion to include commands that output something, as long as it
6524 leaves both the command and the end-of-buffer visible when the
6525 command has exited.
6526 (eshell-review-quick-commands): Adjust the help doc string
6527 accordingly.
6528
2a371c3b
PB
65292000-08-28 Peter Breton <pbreton@ne.mediaone.net>
6530
8348e1f9 6531 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 6532 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 6533
9b4a7800 6534 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
6535 (file-cache-assoc-function): New variable
6536 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
6537 Use file-cache-case-fold-search variable
6538 (file-cache-add-file): Use file-cache-assoc-function
6539 (file-cache-delete-file): likewise
6540 (file-cache-directory-name): likewise
6541 (file-cache-debug-read-from-minibuffer): likewise
6542
95931eb1
GM
65432000-08-28 Gerd Moellmann <gerd@gnu.org>
6544
6545 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
6546 (abbrev-table-name): New function.
6547 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
6548 If non-nil list local abbrev, only.
6549
bb17930d
GM
65502000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
6551
546c0888
EZ
6552 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
6553 from Gnus support code, and use special article copy buffer
bb17930d
GM
6554 `(gnus-original-article-buffer)' instead. This allows to get rid
6555 of article-hide-headers usage (which breaks in the latest Gnus
6556 version). Thanks to Detlev Zundel.
6557
41a68aef
KH
65582000-08-28 Kenichi Handa <handa@etl.go.jp>
6559
6560 * international/quail.el (quail-use-package): Hide "... loaded"
6561 message.
6562 (quail-start-translation, quail-start-conversion): Likewise.
6563
6564 * international/kkc.el (kkc-region): Hide "... loaded" message.
6565
28bb2cef
DL
65662000-08-27 Dave Love <fx@gnu.org>
6567
6568 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
6569
11a1118d
MB
65702000-08-27 Miles Bader <miles@gnu.org>
6571
6572 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
6573
0f85d477
KH
65742000-08-27 Kenichi Handa <handa@etl.go.jp>
6575
6576 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
6577 'ja-dic-cnv), not (require 'skkdic-cnv).
6578
2d73e8d3
MB
65792000-08-26 Miles Bader <miles@gnu.org>
6580
a0e5a5a4
MB
6581 * faces.el (face-x-resources): Add entry for :inherit.
6582 * cus-face.el (custom-face-attributes): Add support for :inherit
6583 attribute. Add support for relative face heights.
6584 (custom-face-attributes-get): Treat `nil' as being a default value
6585 for :inherit (as well as `unspecified').
6586
19feb949
MB
6587 * faces.el (set-face-attribute): Update doc string.
6588 (face-attribute-name-alist): Add :inherit.
6589 (face-valid-attribute-values): Handle :inherit.
6590 (face-read-string): Rephrase prompt to be less confusing.
6591 Assume that DEFAULT is a string, since we must return a string.
6592 (face-read-integer): Use `format' to turn DEFAULT into an
6593 acceptable default for face-read-string. Match NEW-VALUE against
6594 the string "unspecified", not the symbol `unspecified', since
6595 that's what face-read-string returns.
6596 (read-face-attribute): Lookup a name for old-value in valid, and
6597 use it as a default if we find one. Treat all values from
6598 face-read-string as strings. If the default is used, don't do any
6599 more processing on the value, just use the old value directly.
6600 (read-face-and-attribute, modify-face): Tweak prompt.
6601 (read-face-name): Don't assume prompt ends with a space.
6602
2d73e8d3
MB
6603 * faces.el (describe-face): Add support for :inherit attribute.
6604
a1a2e38f
KH
66052000-08-25 Kenichi Handa <handa@etl.go.jp>
6606
e84fa7c5
KH
6607 * terminal.el (terminal-emulator): Fix args to `concat'. Now
6608 concat doesn't accept interger.
6609
a1a2e38f
KH
6610 * international/kkc.el: Remove SKK from Keywords. Require
6611 ja-dic-utl instead of skkdic-utl.
6612
6613 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
6614 Provide ja-dic-cnv instead of skkdic-cnv.
6615 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
6616 (iso-2022-7bit-short): Add safe-charsets property.
6617 (skkdic-convert-postfix): Search Japanese chou-on character in
6618 addition to Hiragana character.
6619 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
6620 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
6621 (batch-skkdic-convert): Likewise.
6622
6623 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
6624 Provide ja-dic-utl instead of skkdic-utl.
6625 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
6626
f6499c03
DL
66272000-08-24 Dave Love <fx@gnu.org>
6628
1c2c3f16
DL
6629 * disp-table.el (standard-display-default): Make the test of `l'
6630 useful.
6631
f6499c03
DL
6632 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
6633 mod sample text.
6634
6635 * international/iso-ascii.el: Make pilcrow convenient string
6636 consistent with section.
6637 (iso-ascii-display): Set up multibyte characters as well as
6638 unibyte.
6639
c543db81
KH
66402000-08-24 Kenichi Handa <handa@etl.go.jp>
6641
6642 * international/mule-cmds.el (reset-language-environment): Set
6643 default-process-coding-system to '(undecided . iso-latin-1), which
6644 makes process I/O almost consistent with file I/O. Call this
6645 function when mule-cmds.el[c] is loaded.
6646
746d9caf
AI
66472000-08-22 Andrew Innes <andrewi@gnu.org>
6648
6649 * makefile.w32-in: New file.
6650
5484005d
MB
66512000-08-22 Miles Bader <miles@lsi.nec.co.jp>
6652
6653 * comint.el (comint-output-filter): Compare end of
6654 comint-last-output-overlay with the start of the newly inserted
6655 text, not the end, when deciding whether to extend it.
9b4a7800 6656 Set saved-point's insertion type to advance after insertion.
5484005d
MB
6657
6658 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
6659 since this is now done independently of font-lock mode.
6660
7a912f63
GM
66612000-08-21 Gerd Moellmann <gerd@gnu.org>
6662
6663 * server.el (server-kill-new-buffers): New user option.
6664 (server-existing-buffer): New buffer-local variable.
6665 (server-visit-files): When using an existing buffer, set
6666 server-existing-buffer to t.
6667 (server-buffer-done): If server-kill-new-buffers is t, kill the
6668 buffer, unless it was already present before visiting it with
6669 Emacs server.
9b4a7800 6670
240301df
EZ
66712000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
6672
6673 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
6674 even if the display doesn't support colors: some displays will
6675 support bold/underline faces.
6676
cbcef616
GM
66772000-08-21 Gerd Moellmann <gerd@gnu.org>
6678
6917e6bb
GM
6679 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
6680
cbcef616
GM
6681 * startup.el (command-line): If user's init file had an error,
6682 add explanatory text to *Messages*.
6683
6922b018
KH
66842000-08-21 Kenichi Handa <handa@etl.go.jp>
6685
6686 * man.el (Man-getpage-in-background): Decode the process output by
6687 the system locale coding system.
6688
e50c4203
DL
66892000-08-20 Dave Love <fx@gnu.org>
6690
96ab6351
DL
6691 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
6692 Don't test x-popup-menu.
6693 (function) <complete-function>: Complete only fbound symbols.
6694 <validate, value>: New.
6695 (variable) <complete-function>: Complete only bound symbols.
6696 (coding-system): Add :base-only, :complete-function, :validate,
6697 :value, :prompt-match.
6698 (widget-coding-system-prompt-value): Use read-coding-system and
6699 act on :base-only.
6700 (editable-field): Add :help-echo.
6701 (widget-push-button-gui, widget-push-button-cache)
6702 (widget-gui-action, widget-editable-list-gui): COmment out, along
6703 with uses.
6704 (widget-at): Make arg optional.
6705 (widget-echo-help): Adjust for current help-echo calling sequence.
6706 (widget-specify-field, widget-specify-button)
6707 (widget-specify-insert, widget-get-sibling, widget-image-find)
6708 (widget-convert, widget-insert, widget-leave-text)
6709 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
6710 (widget-setup, widget-field-find, widget-before-change)
6711 (widget-after-change, widget-default-complete)
6712 (widget-default-create, widget-default-delete)
6713 (widget-push-button-value-create, editable-field)
6714 (widget-field-prompt-value, widget-field-validate)
6715 (widget-choice-value-create, widget-choice-action)
6716 (widget-choice-validate, widget-checklist-add-item)
6717 (widget-radio-add-item, widget-radio-chosen)
6718 (widget-radio-value-inline, widget-editable-list-value-create)
6719 (widget-editable-list-entry-create)
6720 (widget-documentation-link-add)
6721 (widget-documentation-string-value-create)
6722 (widget-regexp-validate, widget-file-complete)
6723 (widget-sexp-validate, widget-plist-convert-widget)
6724 (widget-plist-convert-widget, widget-alist-convert-widget)
6725 (widget-alist-convert-widget, widget-color-complete): Simplify,
6726 particularly to avoid bindings which aren't optimized out.
6727
e50c4203
DL
6728 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
6729 Doc fix.
6730 (down-list, backward-up-list, up-list, kill-sexp)
6731 (backward-kill-sexp, mark-sexp): Make arg optional.
6732 (lisp-complete-symbol): Add optional arg PREDICATE.
6733
6734 * cus-start.el: Add display-buffer-reuse-frames,
6735 file-coding-system-alist.
6736
511bd4eb
GM
67372000-08-20 Gerd Moellmann <gerd@gnu.org>
6738
6739 * startup.el (command-line): Clear realized faces after
6740 modifying TTY color mappings.
6741
a9de7d29
MB
67422000-08-20 Miles Bader <miles@gnu.org>
6743
6744 * faces.el (face-attr-match-p): Don't return true if ATTRS are
6745 merely a subset of FACE's attributes.
6746
8a8023d9
MB
67472000-08-19 Miles Bader <miles@gnu.org>
6748
6749 * comint.el (comint-output-filter): Save the point with a marker,
6750 not just a buffer position.
6751
6752 * international/mule.el (set-buffer-process-coding-system): Make
6753 interactive prompt less confusing.
6754
1433385f
GM
67552000-08-19 Gerd Moellmann <gerd@gnu.org>
6756
6757 * hilit-chg.el: General cleanup of doc strings, comments and
6758 code formatting.
6759
136b4eda
MB
67602000-08-19 Miles Bader <miles@gnu.org>
6761
6762 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
6763 Compiler macro removed; beginning-of-line is no longer always
6764 equivalent to forward-line, in the presence of fields.
6765
6766 * comint.el (comint-output-filter): Remove ad-hoc saving of
6767 restriction, and just use save-restriction, now that it works
6768 correctly. Don't adjust comint-last-input-start to account for
6769 our insertion; it shouldn't have moved because we don't use
6770 insert-before-markers anymore. Comment out call to
6771 `force-mode-line-update'; why is it here?
6772
6773 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
6774 while checking for prompt to delete. Use `forward-line 0'
6775 instead of beginning-of-line.
6776 (gud-filter): Temporarily widen gud comint buffer while
6777 examining output.
6778
cdd0f857
SM
67792000-08-18 Stefan Monnier <monnier@cs.yale.edu>
6780
ebf96bfa
SM
6781 * progmodes/sh-script.el: Big bag of typos.
6782
cdd0f857
SM
6783 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
6784 check since ispell-process is not bound when ispell is not yet loaded.
6785
9bb7a286
DL
67862000-08-18 Dave Love <fx@gnu.org>
6787
6788 * image.el (find-image): Copy `spec' before using plist-put.
6789
74ec6045
GM
67902000-08-18 Gerd Moellmann <gerd@gnu.org>
6791
6792 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
6793 `portugues'.
6794
6795 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
6796 backward-kill-sexp, analogous to kill-sexp.
6797
6798 * progmodes/icon.el (icon-indent-line)
6799 (icon-is-continuation-line): Handle comments specially.
6800
68012000-08-17 Ken Stevens <k.stevens@ieee.org>
6802
6803 * ispell.el: Set to standard author/maintainer/keyword fields.
6804 Fine tuning to menu map appearance and operation, and added help.
6805 Remove `start' and `end' error messages when compiling.
6806 (ispell-choices-win-default-height): Fixed comment string.
6807 (ispell-dictionary-alist-1): Fixed regexp in castellano and
6808 castellano8 dictionaries.
6809 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
6810 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
6811 dictionary, added italiano dictionary.
6812 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
6813 word character
6814 (ispell-tex-skip-alists): Added psfig support.
6815 (ispell-skip-html): Renamed from ispell-skip-sgml.
6816 (ispell-begin-skip-region-regexp, ispell-skip-region)
6817 (ispell-minor-check): Improved html skipping support to skip across
6818 code, and recognize `&' commands without propper `;' syntax;
6819 (ispell-process-line): Fix alignment error when manually
6820 correcting spelling.
6821 (ispell): Fix comment string.
6822 (ispell-add-per-file-word-list): Always put word list on new line.
6823
3787e12e
GM
68242000-08-17 Gerd Moellmann <gerd@gnu.org>
6825
a7b28523
GM
6826 * format.el (format-encode-run-method): Fix error message to say
6827 `encode' instead of `decode'. Use save-window-excursion around
6828 shell-command-on-region as in format-decode-run-method because
6829 shell-command-on-region can display a buffer with error output.
6830 (format-decode): Don't record undo information for the decoding.
6831 (format-annotate-function): Add parameter FORMAT-COUNT. Make
6832 that number part of the temporary buffer name so that more than
6833 one decoding using a temporary buffer can happen safely.
6834
6835 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
6836 of `A-z' in the regexp.
6837
6838 * hilit-chg.el: Fix typos in commentary.
6839
3787e12e
GM
6840 * help.el (view-emacs-news): Rewritten for new naming scheme
6841 for old NEWS files.
6842
6843 * startup.el (command-line): Pop to *Messages* in case an error
6844 is signaled while loading user-init-file.
6845
d2473540
AS
68462000-08-17 Andreas Schwab <schwab@suse.de>
6847
6848 * files.el (insert-directory): Don't lose original file name,
6849 undoing an undocumented change.
6850
c0bbaf57
GM
68512000-08-17 Alex Schroeder <alex@gnu.org>
6852
6853 * sql.el (sql-magic-go): Use comint-bol.
6854 (sql-copy-column): Use comint-line-beginning-position.
6855 (comint-line-beginning-position): Define a replacement for
6856 comint-line-beginning-position if it is not fboundp.
6857
68582000-08-17 Alex Schroeder <alex@gnu.org>
6859
6860 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
6861 it didn't have any effect anyway.
6862
68632000-08-17 Alex Schroeder <alex@gnu.org>
6864
6865 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
6866 --pset and pager=off instead of sending \\o|cat at the beginning
6867 of the session.
6868
9d245da5
MB
68692000-08-17 Miles Bader <miles@gnu.org>
6870
6871 * progmodes/octave-inf.el: Add compatibility definition of
6872 comint-line-beginning-position.
6873
abfdbd2e
KH
68742000-08-17 Kenichi Handa <handa@etl.go.jp>
6875
6876 * startup.el (normal-top-level): Look in each dir in load-path for
6877 a leim-list.el file too. This assures of loading leim-list.el
6878 that is created at Emacs installation time even if a user have his
6879 own leim-list.el.
6880
a0b8c939
MB
68812000-08-17 Miles Bader <miles@gnu.org>
6882
6883 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
6884 foreground color to black if the background is dark.
6885
7382bcae
SM
68862000-08-16 Stefan Monnier <monnier@cs.yale.edu>
6887
6888 * loadhist.el (unload-feature): Typo.
6889
9b4a7800 6890 * finder.el (finder-compile-keywords):
7382bcae
SM
6891 * cus-dep.el (custom-make-dependencies): Add local-variable settings
6892 to the generated file.
6893
6894 * mail/mh-e.el (mh-make-local-vars):
6895 Replace make-variable-buffer-local with make-local-variable.
6896
cdd0f857 6897 * play/landmark.el:
7382bcae 6898 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
6899 * mail/mailabbrev.el (mail-abbrevs-mode):
6900 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
6901 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
6902
6903 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
6904
6905 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
6906 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
6907 Allow going past the last element.
9b4a7800 6908 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
6909 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
6910 (cvs-mouse-toggle-mark): Don't move point.
6911 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
6912
6913 * progmodes/compile.el (grep): Provide a default set of files.
6914 (next-error): Docstring fix.
6915 (compilation-find-file): Avoid find-file (fails in a dedicated window).
6916
6917 * emacs-lisp/easy-mmode.el (define-minor-mode):
6918 Use `symbol-value' to keep the byte-compiler quiet.
6919
6920 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
6921 (diff-find-source-location): New fun, extracted from diff-goto-source.
6922 (diff-goto-source): Use it.
6923 (diff-next-complex-hunk, diff-filter-lines): New function.
6924 (diff-apply-hunk): New command.
6925
6926 * smerge-mode.el (smerge-mode-menu): Doc fix.
6927
6928 * msb.el (msb-mode): Define it in terms of define-minor-mode.
6929
4f00b8c1
DL
69302000-08-16 Dave Love <fx@gnu.org>
6931
2b5198bb
DL
6932 * windmove.el (windmove) <defgroup>: Add :version.
6933
6934 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
6935 (goto-address-fontify-p, goto-address-highlight-p)
6936 (goto-address-url-face, goto-address-url-mouse-face)
6937 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
6938 (goto-address-url-regexp): Use thing-at-point-url-regexp.
6939 (goto-address-fontify, goto-address-at-mouse): Simplify,
6940 (goto-address-at-point): browse-url-url-at-point,
6941 goto-address-find-address-at-point can return nil.
6942 (goto-address-find-address-at-point): Return nil on failure.
6943
6944 * align.el (align) <defgroup>: Add :version.
6945
6946 * calculator.el (calculator): Add :version.
6947 (calculator): Use two lines for calculator window if `modeline'
6948 face is boxed.
6949
4f00b8c1
DL
6950 * play/5x5.el: Doc fixes.
6951 (5x5) <defgroup>: Add :version.
6952
6953 * play/fortune.el (fortune) <defgroup>: Add :version.
6954 (fortune-append): Fix error message.
6955 (fortune-from-region): Doc fix.
6956
6957 * play/pong.el (pong): Doc fix.
6958
6959 * play/morse.el: Keywords, commentary, autoloads.
6960
69db7ee7
EZ
69612000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
6962
6963 * desktop.el (desktop-save): Don't look at symbol-value of a
6964 member of minor-mode-alist, unless it is boundp.
6965
10e1dad9
SS
69662000-08-16 Sam Steingold <sds@gnu.org>
6967
a0b8c939 6968 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
6969 `while'; use `with-current-buffer' instead of `save-excursion'.
6970 Removed unnecessary kludges now that "*Buffer List*" is excluded.
6971
9d7bcb2e
KH
69722000-08-16 Kenichi Handa <handa@etl.go.jp>
6973
6974 * international/ccl.el (declare-ccl-program): Docstring modified.
6975 (ccl-execute-with-args): Likewise.
6976
04231ab8
MB
69772000-08-16 Miles Bader <miles@gnu.org>
6978
9d245da5 6979 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
6980 comint-line-beginning-position.
6981
f68446ef
GM
69822000-08-15 Gerd Moellmann <gerd@gnu.org>
6983
dc28878c
GM
6984 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
6985 'buffer-menu' property.
6986 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
6987 fails.
6988 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
6989 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
6990 wasn't killed.
10e1dad9 6991
58ed0d3b
GM
6992 * buff-menu.el (list-buffers-noselect): Don't display the
6993 *Buffer List* buffer.
6994
32dc52f7
GM
6995 * font-lock.el: Require jit-lock to prevent a very late
6996 `Loading jit-lock' message.
6997
f68446ef 6998 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 6999 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
7000 mail address.
7001
90ac90a2
MB
70022000-08-15 Miles Bader <miles@gnu.org>
7003
7004 * textmodes/ispell.el (ispell-graphic-p): New constant.
7005 (ispell-choices-win-default-height, ispell-help): Use
7006 `ispell-graphic-p' instead of `xemacsp'.
7007
b0a0e263
DL
70082000-08-15 Dave Love <fx@gnu.org>
7009
c1e757e3
DL
7010 * simple.el: Autoload widget-convert when compiling.
7011 (mail-user-agent): Doc fix.
7012
7013 * help.el (function-called-at-point, variable-at-point): Use
7014 with-syntax-table.
7015 (help-manyarg-func-alist): Add insert-and-inherit.
7016
7017 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
7018
7019 * delsel.el (delsel-unload-hook): New function.
7020
7021 * find-file.el: Doc fixes. Move provide to end.
7022 (ff) <defgroup>: Add :link.
7023 (ff-goto-click): Deleted.
7024 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
7025 Use mouse-set-point.
7026
7027 * textmodes/tildify.el: Doc fixes.
7028 (tildify) <defgroup>: Add:version.
7029
7030 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
7031 (glasses-custom-set): Use set-default, not set.
7032 (minor-mode-alist): Propertize the lighter.
7033 (glasses-mode): Provide optional arg.
7034
5f847612
DL
7035 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
7036 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
7037 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
7038 option. Provide :type.
7039 (cwarn-configuration): Provide :type.
7040 (cwarn-mode): Doc fix.
7041
7042 * add-log.el (change-log-merge): Doc fix.
7043 (change-log-redate): New command.
7044
b0a0e263
DL
7045 * net/browse-url.el (browse-url-filename-alist): Add a clause for
7046 Doze and Dog.
7047 (browse-url): Use dolist, not mapcar.
7048 (browse-url-at-point): Check for null url.
7049 (browse-url-event-buffer, browse-url-event-point): Functions
7050 deleted.
7051 (browse-url-at-mouse, browse-url-netscape): Simplify.
7052
7053 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
7054 modes.
7055 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
7056 Fix previous change to mapcan.
7057 (msb--init-file-alist, msb--add-separators)
7058 (msb--make-keymap-menu): Simplify.
7059 (msb--choose-file-menu): Use copy-sequence.
7060 (msb-mode-map): Add title to keymap.
7061 (msb-unload-hook): New function.
7062
7063 * bs.el: Fix indentation.
7064 (bs) <defgroup>: Add :links.
2b5198bb
DL
7065 (bs-show): Doc fix.
7066 (bs-apply-sort-faces): Don't use window-system.
7067 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 7068
70f1b78e
EZ
70692000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
7070
7071 * calendar/timeclock.el (timeclock-file): Run .timelog through
7072 convert-standard-filename.
7073
956777b3
GM
70742000-08-14 Gerd Moellmann <gerd@gnu.org>
7075
3215096c
GM
7076 * emacs-lisp/authors.el: New file.
7077
956777b3
GM
7078 * paren.el (show-paren-priority): New user option.
7079 (show-paren-function): Set overlay priorities to
7080 show-paren-priority.
10e1dad9 7081
0cde1424
MB
70822000-08-14 Miles Bader <miles@gnu.org>
7083
7084 * comint.el (comint-bol): Use `forward-line 0' instead of calling
7085 beginning-of-line with inhibit-field-text-motion bound.
7086
90cbf47e
GM
70872000-08-14 Gerd Moellmann <gerd@gnu.org>
7088
7089 * calendar/timeclock.el: New file.
7090
70912000-08-14 David Ponce <david@dponce.com>
7092
7093 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
7094 `widget-button-click'. so that one can use left mouse button to
7095 click on dialog buttons.
7096
70972000-08-14 Emmanuel Briot <briot@gnat.com>
7098
7099 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 7100 identifiers, since XML is case sensitive
10e1dad9 7101
79e8dca7 71022000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 7103
660394d1
MB
7104 * comint.el (comint-output-filter): Don't bother frobbing
7105 window-start, it doesn't seem to be necessary.
79e8dca7
MB
7106
7107 * comint.el (comint-send-string, comint-send-region): Make into
7108 real functions. Snapshot the prompt before sending.
7109
218c2cc7
EZ
71102000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
7111
7112 * info.el (Info-find-emacs-command-nodes): Rewrite to use
7113 technique similar to Info-index, instead of relying on specific
7114 names of relevant Index nodes.
7115 (Info-goto-emacs-command-node): Bind Info-history to nil when
7116 going to the first node found by Info-find-emacs-command-nodes.
7117
51e066d2 71182000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
7119
7120 * menu-bar.el (menu-bar-help-menu): Add a :help string.
7121
867102f2
MB
71222000-08-10 Miles Bader <miles@gnu.org>
7123
7124 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
7125
af718538
EZ
71262000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7127
7128 * info.el (Info-file-list-for-emacs): More elements for the
7129 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
7130 and woman manuals.
7131
c51bacd6
MB
71322000-08-10 Miles Bader <miles@lsi.nec.co.jp>
7133
7134 * comint.el (comint-send-input): Make the newline boundary overlay
7135 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
7136 (comint-output-filter): Use `insert' instead of
7137 `insert-before-markers'. Extend comint-last-output-overlay when
7138 necessary since we can't rely on insert-before-markers to do it.
7139 * gud.el (gud-filter): Use `with-current-buffer' instead of
7140 save-excursion when inserting the output, so that point gets
7141 updated correctly; the old method relied on a rather dodgy
7142 side-effect of comint-output-filter to avoid the effect of
7143 save-excursion.
7144
98532b12
EZ
71452000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7146
7147 * files.el (recover-file): Call insert-directory instead of
7148 invoking `ls' directly.
7149
3db4b719
MB
71502000-08-10 Miles Bader <miles@gnu.org>
7151
7152 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
7153 (comint-last-prompt-overlay): New variables.
7154 (comint-output-filter): Implement prompt highlighting.
7155 (comint-snapshot-last-prompt): New function.
7156 (comint-send-input): Snapshot the last prompt.
7157 Use comint-highlight-input-face.
7158 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
7159 Use defface instead of defcustom.
7160 (send-invisible, comint-send-eof): Snapshot the last prompt.
7161 (comint-delchar-or-maybe-eof): Use comint-send-eof.
7162 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
7163
96190aa1
SM
71642000-08-09 Stefan Monnier <monnier@cs.yale.edu>
7165
5cda4b07
SM
7166 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
7167 (regexp-opt-group): Use a list of chars for `letters'.
7168 (regexp-opt-charset): `chars' is now a list of chars.
7169 Use a char-table rather than a vector so it works for multibyte chars.
7170
96190aa1
SM
7171 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
7172 Set cvs-minor-current-files to the selected fileinfo.
7173 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
7174 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
7175
7d093d56
EZ
71762000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
7177
7178 * files.el (insert-directory): Don't call access-file on
7179 directories on DOS and Windows.
7180
b24c5811
KH
71812000-08-09 Kenichi Handa <handa@etl.go.jp>
7182
7183 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
7184 longer if necessary.
7185 (ccl-embed-code): Call ccl-embed-data to store CODE in
7186 ccl-program-vector.
7187
0a6fd67e
MB
71882000-08-09 Miles Bader <miles@gnu.org>
7189
7190 * comint.el (comint-output-filter): Properly handle the case where
7191 the text surrounded by comint-last-output-overlay was deleted.
7192
9f6d1a6c
GM
71932000-08-08 Gerd Moellmann <gerd@gnu.org>
7194
25ad1371
GM
7195 * info.el (Info-insert-dir): Use Info-additional-directory-list if
7196 non-nil.
7197 (Info-file-list-for-emacs): Remove "info" from the list because
7198 that leads to trying to use the documentation from file `info'
7199 in various situations where it isn't appropriate, for instance
7200 C-h C-k C-h i.
7201
7202 * ffap.el (ffap-read-file-or-url-internal): Handle case that
7203 DIR and/or STRING are nil.
7204
7205 * progmodes/compile.el (compilation-setup): Make variable
7206 compilation-error-screen-columns buffer-local, as some comment
7207 in the code suggests it should be.
7208
7209 * files.el (auto-mode-interpreter-regexp): New variable.
7210 (set-auto-mode): Use it.
7211
7212 * indent.el (indent-for-tab-command): Doc fix.
7213
7214 * mouse-sel.el (mouse-sel-mode): Doc fix.
7215
9f6d1a6c
GM
7216 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
7217 labels.
7218
7219 * help.el (print-help-return-message): When
7220 display-buffer-reuse-frames is set, let the help window been quit,
7221 instead of deleting it, which might delete a reused frame.
7222
3d819a75
EZ
72232000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
7224
7225 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
7226 rename a directory to a name that differs only by its letter case.
7227
c5a52529
KH
72282000-08-08 Kenichi Handa <handa@etl.go.jp>
7229
7230 * international/quail.el (quail-define-rules): Handle Quail decode
7231 map correctly. Add code for supporting annotations.
7232 (quail-install-decode-map): New function.
7233 (quail-defrule-internal): New optional arguments decode-map and
7234 props.
7235 (quail-advice): New function.
7236
5e9e032a
SS
72372000-08-07 Sam Steingold <sds@gnu.org>
7238
7239 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
7240 `defconst', `define-condition', `with-slots'.
7241 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
7242
46645f4b
MB
72432000-08-03 Miles Bader <miles@gnu.org>
7244
7245 * comint.el (comint-use-prompt-regexp-instead-of-fields):
7246 New variable.
7247 (comint-prompt-regexp, comint-get-old-input): Document dependence on
7248 comint-use-prompt-regexp-instead-of-fields.
7249 (comint-send-input): Add `input' field property to stuff we send to
7250 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
7251 (comint-output-filter): Add `output' field property to process
7252 output, if comint-use-prompt-regexp-instead-of-fields is nil.
7253 (comint-replace-by-expanded-history)
7254 (comint-get-old-input-default, comint-show-output)
7255 (comint-backward-matching-input, comint-forward-matching-input)
7256 (comint-next-prompt, comint-previous-prompt): Use field
7257 properties if comint-use-prompt-regexp-instead-of-fields is nil.
7258 (comint-line-beginning-position): New function.
7259 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
7260 (comint-replace-by-expanded-history-before-point): Use
7261 comint-line-beginning-position and line-end-position.
7262 (comint-last-output-overlay): New variable.
7263 (comint-mode): Make `comint-last-output-overlay' buffer-local.
7264
7265 * shell.el (shell-prompt-pattern): Doc change.
7266 (shell-backward-command): Use line-beginning-position.
7267
7268 * gud.el (gud-gdb-complete-command): Use
7269 comint-line-beginning-position.
7270
7271 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
7272 comint-bol doesn't actually go to the beginning of the line.
7273
7274 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
7275 if comint-use-prompt-regexp-instead-of-fields is non-nil.
7276 (try-expand-line-all-buffers): Likewise.
7277
7278 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
7279 explicitly matching comint-prompt-regexp.
7280 (sql-copy-column): Use comint-line-beginning-position instead of
7281 explicitly matching comint-prompt-regexp.
7282
7283 * progmodes/octave-inf.el (inferior-octave-complete): Use
7284 comint-line-beginning-position.
7285
7286 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
7287
7288 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
7289 looking for a prompt, use `forward-line 0' instead of
7290 `beginning-of-line', to avoid getting caught by an input field.
7291
ff3d9573
GM
72922000-08-07 Gerd Moellmann <gerd@gnu.org>
7293
7294 * files.el (shell-quote-wildcard-pattern): Make sure to return
7295 PATTERN, in the Unix case.
7296
e0d8827b
EZ
72972000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
7298
7299 * play/zone.el (zone): Discard any pending input before running
7300 the randomly-chosen pgm.
7301
24d55b8f
KH
73022000-08-07 Kenichi Handa <handa@etl.go.jp>
7303
7304 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
7305 checking the existence of any multibyte characters.
7306
3d05e1ee
GM
73072000-08-06 Gerd Moellmann <gerd@gnu.org>
7308
6c4a4368
GM
7309 * help.el (describe-mode): Test minor-mode symbol for being
7310 bound before testing its value for being nil.
7311
3d05e1ee
GM
7312 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
7313 `first', `second', and `third'.
7314
7315 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
7316 (second): Make it an alias for `cadr'.
7317
6968a481
EZ
73182000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
7319
7320 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
7321 types of display support faces now.
7322
e49aa397
GM
73232000-08-05 Gerd Moellmann <gerd@gnu.org>
7324
7325 * pcvs.el (require): Require `cl' during compilation, only.
7326
7327 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
7328 (toplevel): Remove `remq' and `remove' from autoloads.
7329 (cl-fake-autoloads): New variable. If set, arrange for an error
7330 when CL functions etc. are autoloaded.
7331
588aca27
EZ
73322000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
7333
2e78d4ab
EZ
7334 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
7335
85628348
EZ
7336 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
7337 popped up, but the user clicks outside the menu, return an empty
7338 regexp (that causes unhighlight-regexp to have no effect).
7339
74f0e552
EZ
7340 * menu-bar.el (menu-bar-games-menu): Add Zone.
7341
588aca27
EZ
7342 * hi-lock.el (toplevel): Require font-lock.
7343
f4988be7
GM
73442000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7345
ba087cd7 7346 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
7347 (ebnf-8-bit-chars): New var for bug fix.
7348 (ebnf-string): Bug fix.
7349
027b73ac
SS
73502000-08-03 Sam Steingold <sds@gnu.org>
7351
7352 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
7353 instead of `buffer-string'.
7354 (require 'cl): Always, not just when compiling.
7355 `ignore-errors' in `interactive', `list*', `defun*' &c make this
7356 necessary.
7357
2f1fa038
EZ
73582000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
7359
7360 * international/mule-cmds.el (select-safe-coding-system): Make
7361 the message text about selecting a safe coding system more clear.
7362
ead53494
GM
73632000-08-02 Gerd Moellmann <gerd@gnu.org>
7364
abb2db1c
GM
7365 * hi-lock.el: New file.
7366
7367 * play/zone.el: New file.
7368
ead53494
GM
7369 * replace.el (occur): Set tab-width in the *Occur* buffer to the
7370 value of tab-width in the original buffer. Choose a line number
7371 format that's a multiple of the original buffer's tab width, so
7372 that lines appear right.
7373
7374 * textmodes/ispell.el (ispell): New function, replacing an alias.
7375 Spell-check active region if in transient-mark-mode and mark
7376 is active; otherwise spell-check buffer.
7377
73782000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7379
7380 * ps-mule.el: Fix a customization problem on
7381 ps-mule-font-info-database-default.
7382
f4a2b0a4
EZ
73832000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
7384
7385 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
7386 display-mouse-p instead of window-system.
7387 (ebrowse-member-mode-map): Ditto.
7388
b685181e
GM
73892000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7390
ba087cd7
EZ
7391 * progmodes/ebnf2ps.el: Update ps-print functions call.
7392 Indentation fix. Doc fix.
b685181e
GM
7393 (ebnf-version): New version number (3.2).
7394 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 7395
3b5fab87
EZ
73962000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
7397
032ebb29
EZ
7398 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
7399 font lock support on window-system.
7400 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
7401
3b5fab87
EZ
7402 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
7403 display-color-p, if fboundp, instead of window-system.
7404
7e2605e7
EZ
74052000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
7406
7407 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
7408 instead of window-system.
7409
7410 * wid-edit.el (widget-choose): Use display-mouse-p instead of
7411 window-system.
7412 (widget-choice-mouse-down-action): Use display-popup-menus-p
7413 instead of window-system.
7414
7415 * strokes.el (strokes-file): Run the file name through
7416 convert-standard-filename.
7417 (strokes-mode): Call display-mouse-p instead of looking at
7418 window-system. Change the error message accordingly.
7419
7420 * progmodes/cpp.el (toplevel): Support faces on tty's.
7421
7422 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
7423 (lm-plot-square, lm-init-display): Don't use window-system.
7424
7425 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
7426 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
7427
7428 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
7429 instead of looking at window-system.
7430
26119624
GM
74312000-07-30 Gerd Moellmann <gerd@gnu.org>
7432
7433 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
7434 of testing if iswitchb-prepost-hooks is bound, because the
7435 latter will always be true when invoking a recursive minibuffer
7436 from an active Iswitchb buffer.
7437
c90596f3
EZ
74382000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
7439
7440 * files.el (shell-quote-wildcard-pattern): New function.
7441 (insert-directory): Call it. Only prepend "\" to command on Unix
7442 and GNU/Linux systems.
7443
18925e78
GM
74442000-07-30 Gerd Moellmann <gerd@gnu.org>
7445
7446 * eshell/esh-groups.el: Change custom :link file names
7447 from `eshell.info' to `eshell'.
7448
74492000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
7450
7451 * dired.el (dired-build-subdir-alist): Expand subdirectory names
7452 correctly in recursive ange-ftp listings.
7453
74542000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7455
7456 * ps-print.el: Fix bug 1: if ps-font-size-internal,
7457 ps-header-font-size-internal and
7458 ps-header-title-font-size-internal variables are not set,
7459 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
7460 face text property is (foreground-color . COLOR) or
7461 `(background-color . COLOR)', ps-print crashes. Doc fix.
7462 (ps-print-version): New version number (5.2.4).
7463 (ps-plot-region): Code fix.
7464 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
7465 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
7466 Bug fix 2.
7467
74682000-07-30 Milan Zamazal <pdm@freesoft.cz>
7469
7470 * glasses.el (glasses-make-readable): Fix uncapitalization of
7471 identifiers like `myXMLDocument'.
7472
aeb4c63e
KF
74732000-07-28 Karl Fogel <kfogel@red-bean.com>
7474
18925e78
GM
7475 * mail/mail-hist.el (mail-hist-previous-input)
7476 (mail-hist-next-input): Do the obvious code factorization.
7477 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
7478 code of above two.
7479 If inserting a message body, leave point at top.
7480
9d453139
SS
74812000-07-28 Sam Steingold <sds@gnu.org>
7482
7483 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
7484 Use `<=', not `<' to compare times!
7485 (ange-ftp-ls): Remove.
9d453139 7486
b548072f
GM
74872000-07-27 Gerd Moellmann <gerd@gnu.org>
7488
27848c01
GM
7489 * play/cookie1.el: Add explanation of how to make cookie.el
7490 compatible with strfile(1) to comment.
7491
7492 * subr.el (remove, remq): New functions.
7493
3ab82477
GM
7494 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
7495 escape `*' in regexps.
7496 (midnight-find): Reverse order of arguments in the funcall of
7497 TEST.
7498
7499 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
7500 and `.class'.
7501
b548072f
GM
7502 * play/meese.el: Add Commentary section.
7503
27848c01
GM
75042000-07-27 Alex Schroeder <alex@gnu.org>
7505
7506 * sql.el (sql-ms): Added autoload cookie.
7507 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
7508 (sql-oracle): Ditto.
7509 (sql-help): Doc change.
7510
7511 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
7512 types and exceptions.
7513
75142000-07-27 Alex Schroeder <alex@gnu.org>
7515
7516 * sql.el (sql-placeholder-history): New variable.
7517 (sql-query-placeholders-and-send): New function that will query
7518 the user and replace placeholders with user input.
7519 (sql-oracle): If running on NT, set comint-input-sender to
7520 sql-query-placeholders-and-send.
7521
7522 (sql-stop): If in the SQLi buffer, insert stop notification, else
7523 present it as a message.
7524
75252000-07-27 Alex Schroeder <alex@gnu.org>
7526
7527 * sql.el (sql-input-ring-separator): Doc change.
7528 (sql-input-ring-file-name): Doc change.
7529 (sql-interactive-mode): Use `sql-input-ring-separator' and
7530 `sql-input-ring-file-name' to set the comint-mode equivalents
7531 without making them local variables.
7532 (sql-stop): Don't bind `sql-input-ring-separator' and
7533 `sql-input-ring-file-name' dynamically to their comint-mode
7534 equivalents.
7535
91ae8751
KH
75362000-07-27 Kenichi Handa <handa@etl.go.jp>
7537
7538 * international/mule.el (register-char-codings): New function.
7539 (make-coding-system): Handle `safe-chars' specification in the arg
7540 PROPERTY.
7541
7542 * international/mule-cmds.el
7543 (find-coding-systems-region-subset-p): This function deleted.
7544 (sort-coding-systems-predicate): New variable.
7545 (sort-coding-systems): New function.
7546 (find-coding-systems-region): Use
7547 find-coding-systems-region-internal.
7548 (find-coding-systems-string): Use find-coding-systems-region.
7549 (find-coding-systems-for-charsets): Check
7550 char-coding-system-table.
7551 (select-safe-coding-system-accept-default-p): New variable.
7552 (select-safe-coding-system): Mostly rewritten. New argument
7553 ACCEPT-DEFAULT-P.
7554 (select-message-coding-system): Call select-safe-coding-system
7555 with ACCEPT-DEFAULT-P arg.
7556 (reset-language-environment): Reset default-sendmail-coding-system
7557 to the default value iso-latin-1.
7558 (set-language-environment): Don't set the obsolete variable
7559 charset-origin-alist.
7560
7561 * international/codepage.el (cp-coding-system-for-codepage-1):
7562 Give `safe-chars' property to make-coding-system.
7563
7564 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
7565 calling select-message-coding-system twice.
7566
7567 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
7568 instead of `safe-charsets'.
7569 (cyrillic-alternativnyj): Likewise.
7570 (ccl-encode-alternativnyj): Don't check the charset
7571 cyrillic-iso8859-5.
7572
90cf4474
KH
75732000-07-27 Kenichi Handa <handa@etl.go.jp>
7574
7575 * composite.el (compose-chars-after): Preserve match data.
7576
a1f84f6d
SS
75772000-07-26 Sam Steingold <sds@gnu.org>
7578
7579 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
7580 (ange-ftp-real-file-newer-than-file-p): New function.
7581 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
7582 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
7583
7584 * tooltip.el (tooltip-float-time): Removed (use `float-time').
7585 * midnight.el (midnight-float-time): Ditto.
7586
e092928e
AS
75872000-07-26 Andreas Schwab <schwab@suse.de>
7588
7589 * files.el (normal-backup-enable-predicate): Correct
7590 interpretation of the return value of compare-strings.
7591
7465ebef
GM
75922000-07-26 Gerd Moellmann <gerd@gnu.org>
7593
3353ef5a
GM
7594 * isearch.el (isearch-resume): New function.
7595 (isearch-done): Add something to command-history to resume
7596 the search.
7597 (isearch-yank-line, isearch-yank-word): Use
7598 buffer-substring-no-properties instead of buffer-substring.
7599
7465ebef
GM
7600 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
7601 of flyspell-mouse-map.
7602
7603 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
7604 duplicate definition.
7605 (makefile-mode): Remove duplicate setting of local-abbrev-table.
7606
7607 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
7608 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
7609
5044b74a
SS
76102000-07-25 Sam Steingold <sds@gnu.org>
7611
25759a92
SS
7612 * net/ange-ftp.el: Get modtime over the net.
7613 (ange-ftp-file-modtime): New function.
a95cb10a
GM
7614 (ange-ftp-write-region, ange-ftp-insert-file-contents)
7615 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
7616 Use it.
7617 (ange-ftp-dot-to-slash): New function.
7618 (ange-ftp-fix-name-for-vms): Use it.
7619
5044b74a
SS
7620 * midnight.el (midnight-buffer-display-time): Use
7621 `with-current-buffer'.
7622
5dcfb3f4
GM
76232000-07-25 Gerd Moellmann <gerd@gnu.org>
7624
7625 * find-dired.el: Update copyright notice.
7626 (find-dired): Offer to kill a running `find'.
7627
7628 * enriched.el (enriched-face-ans): For a `foreground-color'
7629 property, return '(("x-color" COLOR))' so that COLOR will be
7630 output as a parameter of the x-color annotation. Likewise for the
7631 `background-color' property. In the case of normal face
7632 properties, don't return annotations for unspecified foreground
7633 and background face attributes.
7634
8c662166
KH
76352000-07-25 Kenichi Handa <handa@etl.go.jp>
7636
7637 * language/japan-util.el (japanese-katakana-region): Fix handling
7638 HANKAKU argument.
7639
c28da489
MB
76402000-07-25 Miles Bader <miles@gnu.org>
7641
7642 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
7643 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
7644 constrain-to-field.
7645
ad349719
AI
76462000-07-24 Andrew Innes <andrewi@gnu.org>
7647
7648 * timer.el (timer-activate-when-idle): Add optional parameter
7649 DONT-WAIT. Update docstring.
7650 (run-with-idle-timer): Specify extra parameter to
7651 timer-activate-when-idle, so that timer will be activated
7652 immediately if Emacs is already idle.
7653
7654 * w32-fns.el (w32-using-nt): Fix docstring.
7655
c95162f5
DL
76562000-07-24 Dave Love <fx@gnu.org>
7657
7658 * mouse.el (popup-menu): Set last-command-event.
7659 (mouse-major-mode-menu-prefix): Declare.
7660
e3c31fd5
GM
76612000-07-24 Gerd Moellmann <gerd@gnu.org>
7662
7663 * textmodes/flyspell.el: Update to author's version 1.5d.
7664
7665 * progmodes/hideshow.el: Update copyright notice.
7666
7667 * vcursor.el: Set maintainer to FSF, since author cannot
7668 be reached.
7669
7636d2a3
EZ
76702000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
7671
fbe0a958
EZ
7672 * info.el (Info-goto-emacs-key-command-node): Leave a space after
7673 the prompt.
7674
7636d2a3
EZ
7675 * mouse.el (popup-menu): Run the keymap through indirect-function,
7676 in case it was defined with define-prefix-key. If the menu is a
7677 list of keymaps, look up the binding of user's choice in each one
7678 of the keymaps.
7679 (mouse-popup-menubar): If the global and local menu-bar keymaps
7680 don't have a prompt string, create one and insert it into the
7681 keymap. Don't barf if current-local-map returns nil.
7682
e024b101
GM
76832000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
7684
7685 * dired.el (dired-sort-R-check): Added to allow recursive listing
7686 to be undone.
7687 (dired-sort-other): Use it.
7688
7972fcfc
GM
76892000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7690
e024b101 7691 * Release of cc-mode 5.27
7972fcfc
GM
7692
76932000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7694
7695 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
7696 c-beginning-of-statement-1 that caused a bad case of recursion
7697 which could consume a lot of CPU in large classes in languages
7698 that have in-expression classes (i.e. Java and Pike).
7699
7700 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
7701 statements before top level constructs (i.e. case 6 is moved
7702 before case 5 and is now case 4) to catch in-expression
7703 classes in top level expressions correctly.
7704
77052000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7706
7707 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
7708 objc-method-intro. Case 4 removed and case 5I added.
7709
7710 * cc-langs.el (c-append-paragraph-start): New variable used by
7711 c-common-init to get paragraph-start correct.
7712 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
7713 initialize paragraph-start to make it correct both with and
7714 without the javadoc special case.
7715
7716 * cc-mode.el (java-mode): Use c-append-paragraph-start to
7717 initialize paragraph-start for javadoc markup.
7718
7719 * cc-vars.el (c-style-variables-are-local-p): Incompatible
7720 change by defaulting this to t. It's motivated by the
7721 confusing behavior that otherwise arise from the style system
7722 when editing both java and non-java files at the same time
7723 (see the comments about style setting in c-common-init).
7724
77252000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7726
7727 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
7728 similar to the one in c-fill-paragraph to check the fill
7729 prefix from the adaptive fill function for sanity.
7730
77312000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7732
7733 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
7734 defun block.
7735
77362000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7737
5044b74a 7738 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
7739
77402000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7741
7742 * cc-align.el (c-lineup-multi-inher): Handle lines with
7743 leading comma nicely. Extended to handle member initializers
7744 too.
7745
e024b101 7746 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
7747 c-guess-basic-syntax): Fixed recognition of inheritance lists
7748 when the lines begins with a comma.
7749
5044b74a 7750 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
7751
7752 * cc-vars.el (c-offsets-alist): Changed default for
7753 member-init-cont to c-lineup-multi-inher since it now handles
7754 member initializers and indents better for leading commas.
7755
77562000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7757
7758 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
7759 handling that caused class open lines to be recognized as
7760 statement-conts in some cases.
7761
7762 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
7763 guessed by the adaptive fill function unless point is on the
7764 first line of a block comment.
7765
7766 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
7767 when the buffer ends with a macro continuation char.
7768
7769 * cc-engine.el (c-guess-basic-syntax): Added support for
7770 function definitions as statements in Pike. The first
7771 statement in a lambda block is now labeled defun-block-intro
7772 instead of statement-block-intro.
7773
7774 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
7775 so that the class surrounding point is selected, not the one
7776 innermost in the state.
7777
7778 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
7779 recognition of switch labels having hanging multiline
7780 statements.
7781
7782 * cc-engine.el (c-beginning-of-member-init-list): Broke out
7783 some code in c-guess-basic-syntax to a separate function.
7784 * cc-engine.el (c-just-after-func-arglist-p): Fixed
7785 recognition of member inits with multiple line arglists.
7786 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
7787 member-init-cont when the commas are in funny places.
7788
77892000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7790
7791 * cc-defs.el (c-auto-newline): Removed this macro since it's
7792 not used anymore.
7793
7794 * cc-engine.el (c-looking-at-bos): New helper function.
7795 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
7796 inexpr and toplevel classes apart in Pike.
7797
7798 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
7799 of case 9A.
7800
7801 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
7802 constant, since "class" can introduce an in-expression class
7803 in Pike nowadays.
7804
78052000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7806
7807 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
7808 indentation on cpp-macro lines.
7809
7810 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
7811 a syntax modifier like comment-intro, to make it possible to
7812 get syntactic indentation for preprocessor directives. It's
7813 incompatible wrt to lineup functions on cpp-macro, but it has
7814 no observable effect in the 99.9% common case where cpp-macro
7815 is set to -1000.
7816
78172000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7818
7819 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
7820 member-init-cont when the preceding arglist is several lines.
7821
78222000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7823
7824 * cc-styles.el (c-style-alist): The basic offset for the BSD
7825 style corrected to 8.
7826
78272000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7828
7829 * cc-styles.el (c-style-alist): Adjusted the indentation of
7830 brace list openers in the gnu style.
7831
78322000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7833
7834 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
7835
7836 * cc-cmds.el (c-electric-brace, c-electric-slash,
7837 c-electric-star, c-electric-semi&comma, c-electric-colon,
7838 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
7839 when c-syntactic-indentation is nil.
7840
7841 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
7842 we were left at comments preceding the first statement when
7843 reaching the beginning of the buffer.
7844
7845 * cc-vars.el (c-syntactic-indentation): New variable to turn
7846 off all syntactic indentation.
7847
78482000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7849
7850 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
7851 between the text and the block comment ender when it hangs,
7852 depending on how many there are before the fill.
7853
78542000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7855
7856 * cc-engine.el (c-beginning-of-closest-statement): New helper
7857 function to go back to the closest preceding statement start,
7858 which could be inside a conditional statement.
7859 * cc-engine.el (c-guess-basic-syntax): Use
7860 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
7861
7862 * cc-engine.el (c-guess-basic-syntax): Better handling of
7863 arglist-intro, arglist-cont-nonempty and arglist-close when
7864 the arglist is nested inside parens. Cases 7A, 7C and 7F
7865 changed.
7866
7867 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
7868 up-to-date with javadoc 1.2.
7869
78702000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7871
7872 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
7873 multiline Pike type decls.
7874
78752000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7876
7877 * cc-cmds.el (c-indent-new-comment-line): Always break
7878 multiline comments in multiline mode, regardless of
7879 comment-multi-line.
7880
78812000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7882
7883 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
7884 fully::qualified::names in C++ member init lists. Preamble in
7885 case 5D changed.
7886
78872000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7888
7889 * cc-langs.el (c-common-init): Handling of obsolete variables
7890 moved to c-initialize-cc-mode. More compatible style override
7891 when using global style variables.
7892 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
7893 variables moved here.
7894
e024b101 7895 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
7896 c-special-indent-hook as a style variable. Don't talk about
7897 doing (c-make-styles-buffer-local t) in a mode hook, since
7898 that's already too late to work right.
5044b74a 7899
7972fcfc
GM
7900 * cc-styles.el (c-make-styles-buffer-local): Flag style
7901 variable localness in c-style-variables-are-local-p to make
7902 the compatibility measure in c-common-init work well.
7903
7904 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
7905 longer contain set-from-style.
7906 * cc-styles.el (c-initialize-builtin-style): Don't check for
7907 set-from-style on c-special-indent-hook.
7908 * cc-styles.el (c-copy-tree): Obsolete. The standard function
7909 copy-alist is sufficient now.
7910
7911 * cc-styles.el (c-set-style, c-set-style-1,
7912 c-get-style-variables): Fixes to variable initialization so
7913 that duplicate entries in styles have the same effect
7914 regardless of DONT-OVERRIDE.
7915
7916 * cc-styles.el (c-set-style-2): Fixed bug where the
7917 initialization of inheriting styles failed when the
7918 dont-override flag is set.
7919
7920 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
7921 on this.
7922
79232000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7924
7925 * cc-defs.el (c-forward-comment): Removed the workaround
7926 introduced in 5.38 since it had worse side-effects. If a line
7927 contains the string "//\"", it regarded the // as a comment
7928 start since the \ temporarily doesn't have escape syntax.
7929
79302000-07-17 Emmanuel Briot <briot@act-europe.fr>
7931
7932 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
7933 ada-xref.el before ada-prj.el, so that the Project menu is created
7934 when ada-prj tries to add to it.
7935 (ada-activate-keys-for-case): Suppress the characters that are not
7936 part of the Ada syntax. Better compatibility with else-mode
7937 (ada-adjust-case-interactive): When auto-casing is not active,
7938 correctly insert newlines (used to insert only ^M). Prevent the
7939 syntax table from being changed in case of an error
814299a7 7940 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
7941 Do nothing if ada-auto-case is nil.
7942 (ada-after-keyword-p): Ignore keywords that are also attributes
7943 (ada-batch-reformat): Update usage comment
7944 (ada-call-from-contextual-menu): New function
7945 (ada-case-read-exceptions): Reinitialize the casing exception list
7946 first to nil first, so that the casing exception file can be
7947 shared.
7948 (ada-check-defun-name): Handles "configure" keyword for gnatdist
7949 files.
7950 (ada-compile-goto-error): Fix regexp used to detect a file:line
7951 anywhere in the error message
7952 (ada-contextual-menu-last-point): New variable
7953 (ada-create-keymap): If the variable delete-key-deletes-forward is
7954 t on XEmacs, it means that DEL should delete one character
7955 forward.
7956 (ada-create-menu): Use :included instead of :visible for XEmacs.
7957 New submenu "Options".
7958 (ada-end-stmt-re): Correctly indent "select ... then abort"
7959 statements.
7960 (ada-fill-comment-paragraph): Correctly delete all leading '--'
7961 even if they don't match ada-fill-comment-prefix Fix handling of
7962 paragraphs on the first or last line of a file.
7963 (ada-format-paramlist): Fix handling of default parameter values.
7964 (ada-get-body-name): New function.
7965 (ada-get-current-indent): Optimized by searchling directly for an
7966 existing generic part or a statement outside of it. Handle
7967 ada-indent-align-comments when indenting comments Replaced some
7968 regexps by testing directly the next character. This results in a
7969 huge speedup on some files. New indentation scheme for renames
7970 statements. Stop looking for the 'while' or 'for' associated with
7971 a 'loop' at the first semicolon encountered. A "return" can also
7972 match an anonymous access subprogram declaration.
7973 (ada-get-indent-noindent): Ignore strings and comments when
7974 looking for the keywords "record" and "private".
7975 (ada-goto-matching-decl-start): When matching "if", make sure we
7976 are not in fact seeing "end if". Ignore "when" statements except
7977 when initial keyword was "begin". Fix handling of nested
7978 procedures. Add a recursive call to this function to skip over
7979 other 'end' statmts. Fix indentation for "when .. => begin"
7980 (ada-in-open-paren-p): Fix indentation for complex boolean
7981 expressions, where 'and then', 'or else' and parenthesis
7982 statements are mixed up.
7983 (ada-in-paramlist-p): Skip comments while searching for the
7984 beginning Fix handling of operator declarations.
7985 (ada-indent-align-comments): New variable
7986 (ada-indent-current): Change the syntax table only in the
7987 protected section, so that we are sure it is restored correctly.
7988 (ada-indent-on-previous-lines): Use ada-use-indent and
7989 ada-with-indent Correctly indent "select ... then"
7990 (ada-indent-region): Slight speedup.
7991 (ada-indent-renames): New variable.
7992 (ada-last-which-function-subprog, ada-last-which-function-line):
7993 New variables
7994 (ada-looking-at-semi-private): Correctly indent the 'private'
7995 keyword when it is the first word in a package declaration.
7996 (ada-loose-case-word): Stop searching if at the end of the buffer.
7997 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
7998 even if point is not initially at the end of the word.
7999 (ada-matching-decl-start-re): Add "when".
8000 (ada-mode): Add support for abbrev-mode, outline-mode and
8001 which-func-mode Override the old find-file.el entry in
8002 ff-special-constructs since it is using the obsolete
8003 ada-spec-suffix variable
8004 (ada-no-auto-case): New function
8005 (ada-scan-paramlist): When parsing the argument type, accept
8006 spaces (as in "X 'Class", generated by Rational Rose).
8007 (ada-other-file-name): No longer loads the other file.
8008 (ada-popup-menu): Save and restore the current buffer and cursor
8009 position before and after displaying the menu.
8010 (ada-search-ignore-complex-boolean): New function.
8011 (ada-uncomment-region): Emacs21 already knows how to delete
8012 comments not starting in the first column.
8013 (ada-use-indent): New variable
8014 (ada-which-function): New function.
8015 (ada-with-indent): New variable
8016 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
8017 can be batch-compiled from the command line.
8018
8019 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
8020 Add to the menu when the file is loaded, not in ada-mode-hook.
8021 Add -toolbar to the default ddd command Switches moved from
8022 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
8023 ada-prj-default-comp-opt
8024 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
8025 Reference Manual to the menu
8026 (ada-check-current): rewritten as a call to ada-compile-current
8027 (ada-compile): Removed.
8028 (ada-compile-application, ada-compile-current, ada-check-current):
8029 Set the compilation-search-path so that compile.el automatically
8030 finds the sources in src_dir. Automatic scrollong of the
8031 compilation buffer. C-uC-cC-c asks for confirmation before
8032 compiling
8033 (ada-compile-current): New parameter, prj-field
8034 (ada-complete-identifier): Load the .ali file before doing
8035 processing
8036 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
8037 conform to gnatmake's behavior.
8038 (ada-find-file-in-dir): New function
8039 (ada-find-references): Set the environment variables for gnatfind
8040 (ada-find-src-file-in-dir): New function.
8041 (ada-first-non-nil): Removed
8042 (ada-gdb-application): Add support for jdb, the java debugger.
8043 (ada-get-ada-file-name): Load the original-file first if not done
8044 yet.
8045 (ada-get-all-references): Handles the new ali syntax (parent types
8046 are found between <>).
8047 (ada-initialize-runtime-library): New function
8048 (ada-mode-hook): Always load a project file when a file is opened,
8049 so that the casing exceptions are correctly read.
8050 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
8051 (ada-parse-prj-file): Use find-file-noselect instead of find-file
8052 to open the project file, since the latter does not work with
8053 speedbar Get default values before loading the prj file, or the
8054 default executable file name is wrong. Use the absolute value of
8055 src_dir to initialize ada-search-directories and
8056 compilation-search-path,... Add the standard runtime library to
8057 the search path for find-file.
8058 (ada-prj-default-debugger): Was missing an opening '{'
8059 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
8060 variables.
8061 (ada-prj-default-gnatmake-opt): New variable
8062 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
8063 buffers, the project file is the default one Save the windows
8064 configuration before displaying the menu.
8065 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
8066 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
8067 ...) regexp-quote identifiers names to support operators +,
8068 -,... in regexps.
8069 (ada-remote): New function.
8070 (ada-run-application): Erase the output buffer before starting the
8071 run Support remote execution of the application. Use
8072 call-process, or the arguments are incorrectly parsed
8073 (ada-set-default-project-file): Reread the content of the active
8074 project file, not the one from the current buffer When a project
8075 file is set as the default project, all directories are
8076 automatically associated with it.
8077 (ada-set-environment): New function
8078 (ada-treat-cmd-string): New special variable ${current}
8079 (ada-treat-cmd-string): Revised. The substitution is now done for
8080 any ${...} substring
8081 (ada-xref-current): If no body was found, compiles the spec
8082 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
8083 compiler to get rid of command line length limitations.
8084 (ada-xref-get-project-field): New function
8085 (ada-xref-project-files): New variable
8086 (ada-xref-runtime-library-specs-path)
8087 (ada-xref-runtime-library-ali-path): New variables
8088 (ada-xref-set-default-prj-values): Default run command now does a
8089 cd to the build directory. New field: main_unit Provide a default
8090 file name even if the current buffer has no prj file.
8091
8092 * ada-prj.el:
8093 Rewritten to show a tabbed-dialog.
8094 (ada-prj-add-ada-menu): Remove the map and name parameters.
8095 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
8096 New function
8097 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
8098 (ada-prj-load-from-file): New function
8099 (ada-prj-save): Always save fields that depend on the current buffer
8100 (ada-prj-show-value): New function
5044b74a 8101
7972fcfc
GM
8102 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
8103 Ada mode. This will allow us to display the Ada menu in any buffer
8104 we want (for project items).
8105 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
8106 number of spaces in the header.
5044b74a 8107
8730a8da
DL
81082000-07-24 Dave Love <fx@gnu.org>
8109
8110 * ediff-init.el (ediff-region-help-echo): Bind face-help.
8111
db3ca487
NF
81122000-07-23 Noah Friedman <friedman@splode.com>
8113
ad953485
NF
8114 * type-break.el (type-break): perform autosave.
8115 Suggested by Stephen Gildea <gildea@intouchsys.com>.
8116 (type-break-do-query): Cancel query schedule while performing
8117 actual query, to avoid possibility of a second query being made
8118 while first one is already in progress.
8119 (type-break-time-stamp-format): New variable.
8120 (type-break-time-stamp): New function.
8121 (type-break-time-warning): Use it.
8122 (type-break-keystroke-warning): Use it.
8123 (type-break-noninteractive-query): Use it.
8124
03a9c6d0
NF
8125 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
8126 cookie.
8127 Use add-minor-mode to set minor-mode-alist, if available.
8128 (eldoc-echo-area-use-multiline-p): New user option.
8129 (eldoc-echo-area-multiline-supported-p): New variable.
8130 (eldoc-docstring-format-sym-doc): Use them.
8131 (eldoc-mode): If not using idle timers, append to local post and
8132 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
8133 (eldoc-display-message-no-interference-p): Don't interfere with
8134 edebug.
8135 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
8136 (eldoc-function-arglist): New function.
8137 (eldoc-function-argstring): Use it.
8138
db3ca487
NF
8139 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
8140 auto save directory exists before calling directory-files.
8141
f7ad1899
DL
81422000-07-23 Dave Love <fx@gnu.org>
8143
8144 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
8145 ^o, ^u.
8146
43e764c9
DL
81472000-07-21 Dave Love <fx@gnu.org>
8148
475de6f4
DL
8149 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
8150 now passed to the function. It now works properly.
8151
43e764c9
DL
8152 * smerge-mode.el (smerge-mode-menu): Fill it out.
8153
e8bea4c0
GM
81542000-07-20 Gerd Moellmann <gerd@gnu.org>
8155
8156 * info-look.el (info-lookup): If *info* is shown in another frame
8157 on the same display, select that frame, instead of switching to
8158 the Info buffer in another window of the selected frame.
8159
8160 * simple.el (universal-argument-map): Bind numeric keypad keys
8161 kp-0 to kp-9 and kp-subtract.
8162 (digit-argument): Handle these keys.
8163
bc75b4fd
DL
81642000-07-20 Dave Love <fx@gnu.org>
8165
8166 * net/goto-addr.el (goto-address-fontify): Don't bother with
8167 buffer-modified and read-only stuff -- irrelevant with overlays.
8168 Put an extra property on the overlays and use it to clean up in
8169 case goto-address is re-run.
8170
8b7bc628
RS
81712000-07-19 Richard M. Stallman <rms@gnu.org>
8172
18e21ce8
RS
8173 * timer.el (run-with-idle-timer): Doc fix.
8174
db3ca487 8175 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
8176 Handle case where <...> appears inside "...".
8177 Use replace-match to edit the string more simply.
8178 (rmail-dont-reply-to): Cope with an unmatched ".
8179
50575ec2
DL
81802000-07-19 Dave Love <fx@gnu.org>
8181
8182 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
8183 implementation.
8184
8185 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
8186 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
8187 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
8188
4279296d
GM
81892000-07-19 Gerd Moellmann <gerd@gnu.org>
8190
47db06aa
GM
8191 * textmodes/refer.el: Correct maintainer's email address.
8192
8193 * progmodes/hideif.el: Correct author's email address.
8194 Fix typo in comment.
8195
8196 * xml.el: New file.
8197
4279296d
GM
8198 * mail/mailheader.el: Correct author's mail address.
8199
8200 * gnus/parse-time.el: Correct author's mail address.
8201
47db06aa 82022000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
8203
8204 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
8205 New user options.
8206 (comint-input-ring-file-name): Change custom type.
8207 (comint-mode-map): Bind mouse-2.
8208 (comint-insert-clicked-input): New function.
8209 (comint-send-input): Handle input highlighting.
8210
21ad0f7b
SM
82112000-07-18 Stefan Monnier <monnier@cs.yale.edu>
8212
8213 * mouse.el (popup-menu): New function.
8214 (mouse-major-mode-menu): Use it.
8215
3b33a005
DL
82162000-07-18 Dave Love <fx@gnu.org>
8217
8218 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
8219 improvements.
8220
dc1cac59
GM
82212000-07-18 Gerd Moellmann <gerd@gnu.org>
8222
21ad0f7b 8223 * faces.el (face-font-selection-order)
dc1cac59 8224 (face-font-family-alternatives): Add custom type.
db3ca487 8225
f8276b77
DL
82262000-07-18 Dave Love <fx@gnu.org>
8227
8228 * cus-edit.el (custom-variable-reset-saved)
8229 (custom-variable-reset-standard): Remove unused bindings.
8230
8231 * rect.el (open-rectangle-line): Remove unused let.
8232
8233 * hl-line.el (hl-line-highlight): Check hl-line-mode.
8234
3d6cd763
GM
82352000-07-18 Gerd Moellmann <gerd@gnu.org>
8236
8237 * cdl.el: Fix `Maintainer' keyword.
8238
8239 * play/pong.el: Add author's email address.
8240
34342a07
SS
82412000-07-17 Sam Steingold <sds@gnu.org>
8242
8243 * files.el (insert-directory): Call `split-string' instead of
8244 re-implementing it.
8245
088831a6
GM
82462000-07-18 Gerd Moellmann <gerd@gnu.org>
8247
8248 * mail/vms-pmail.el: Change maintainer to FSF.
8249
8250 * net/goto-addr.el: Change maintainer to FSF.
8251
088831a6 8252 * info.el (Info-title-face-alist): Removed.
db3ca487 8253
c152047f
GM
82542000-07-18 David Ponce <david@dponce.com>
8255
8256 * recentf.el (recentf-open-files): New command that works like
8257 `recentf-open-more-files', but shows the whole list of files (not just
8258 those omitted from the menu). Useful if you don't use a menu-bar!
8259 (recentf-open-more-files) Modified to use `recentf-open-files'.
8260
8261 (recentf-open-files, recentf-open-more-files)
8262 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
8263
8264 (recentf-dialog-mode): New mode for dialogs. You can now just type
8265 "q" to cancel the dialogs.
8266
82672000-07-18 David Ponce <david@dponce.com>
8268
8269 * recentf.el: This is a major update of recentf.el. It adds new
8270 features to better organize the recentf menu and "More..." buffer.
8271
8272 Using new provided menu filtering functions you can now organize the
8273 recent files list:
8274
8275 - by major modes
8276 - by directories
8277 - by user defined rules
8278
8279 Finally, with the new `recentf-filter-changer' customizable filter you
8280 can define a ring of filters and dynamically (via the menu) cycle on
8281 each menu organization in the ring (a la msb).
8282
68be2869
EZ
82832000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
8284
8285 * eshell/eshell.el (eshell): Replace links to eshell.info with
8286 links to eshell, to avoid problems on systems where the manual is
8287 installed as `eshell'.
8288 * eshell/esh-cmd.el (eshell-cmd): Ditto.
8289 * eshell/em-smart.el (eshell-smart): Ditto.
8290 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 8291 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
8292
8293 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
8294 same-file check in the MS-DOS version (it does support inodes).
8295
8296 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
8297
21ad0f7b
SM
8298 * eshell/eshell.el (eshell-directory-name):
8299 Run default directory name through convert-standard-filename.
68be2869 8300
269b4dcb
KH
83012000-07-18 Kenichi Handa <handa@etl.go.jp>
8302
21ad0f7b
SM
8303 * international/mule-cmds.el (select-safe-coding-system):
8304 Fix typo in the comment.
240a16cf 8305
21ad0f7b
SM
8306 * language/european.el (compound-text):
8307 Force katakana-jisx0201 to be designated to G1.
aa96c820 8308
21ad0f7b
SM
8309 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
8310 Don't translate some national variant characters of latin-jisx0201.
aa96c820 8311 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 8312
269b4dcb
KH
8313 * international/kkc.el (kkc-after-update-conversion-functions):
8314 New variable.
8315 (kkc-update-conversion): Run functions in it at the tail.
8316
68be2869 83172000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 8318
21ad0f7b
SM
8319 * lisp/align.el (align-newline-and-indent):
8320 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
8321 (align-region): Fixed badly formatted minibuffer message.
8322
7a3fd467
KH
83232000-07-17 Kenichi Handa <handa@etl.go.jp>
8324
21ad0f7b 8325 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
8326 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
8327 the conversion list at first if appropriate.
8328 (kkc-next): Don't update kkc-next-count here.
8329 (kkc-prev): Don't update kkc-prev-count here.
8330 (kkc-show-conversion-list-update): Fix setting up of conversion
8331 list message.
8332
a45423d8
SM
83332000-07-16 Stefan Monnier <monnier@cs.yale.edu>
8334
088831a6 8335 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 8336
91a38db1
DL
83372000-07-16 Dave Love <fx@gnu.org>
8338
8339 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
8340 function to be more specific.
8341
8342 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
8343 non-string help-echo.
8344 (widget-types-convert-widget): Defsubst it.
8345 (widget-echo-help): Try to cope with a help-echo function of two
8346 possible sorts.
8347
3fddcdc3
JR
83482000-07-15 Jason Rumney <jasonr@gnu.org>
8349
8350 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
8351 Declare as obsolete.
8352
8353 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
8354
bd23a692
GM
83552000-07-14 Gerd Moellmann <gerd@gnu.org>
8356
8357 * hilit-chg.el: Fix typo.
8358
d4af987a
DL
83592000-07-14 Dave Love <fx@gnu.org>
8360
8361 * info.el (Info-mode-menu): Fix use of :help, :enable.
8362
3a4f3f86
SM
83632000-07-14 Stefan Monnier <monnier@cs.yale.edu>
8364
8365 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
8366
cf6936a4
DL
83672000-07-13 Dave Love <fx@gnu.org>
8368
4d6d04b5
DL
8369 * emacs-lisp/easymenu.el: Doc fixes.
8370 (easy-menu-remove): Defalias to ignore.
8371
cf6936a4
DL
8372 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
8373 Call throw correctly.
8374
56437999
GM
83752000-07-13 Gerd Moellmann <gerd@gnu.org>
8376
8377 * faces.el (frame-background-mode): Doc fix.
8378
8379 * simple.el (eval-expression-print-length): Change custom type to
8380 allow entering nil as value.
8381
d04a3972
DL
83822000-07-13 Dave Love <fx@gnu.org>
8383
3a4f3f86
SM
8384 * progmodes/fortran.el (fortran-imenu-generic-expression):
8385 Change definition layout.
a8189dfe
DL
8386 (fortran-mode-menu): Reinstate customize entries.
8387
d04a3972
DL
8388 * cus-edit.el (custom-group-menu-create, customize-menu-create):
8389 Use :filter, per old XEmacs code.
8390
4bf4fb05
GM
83912000-07-12 Gerd Moellmann <gerd@gnu.org>
8392
8393 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
8394 event when deciding what to send to the terminal.
8395
37328bcd
DL
83962000-07-12 Dave Love <fx@gnu.org>
8397
8398 * cus-start.el: Add optional version as 4th element of specs and
8399 use it for several things new in v21. Remove load-path. Fix type
8400 of line-number-display-limit.
8401
89492072
DL
84022000-07-11 Dave Love <fx@gnu.org>
8403
3a4f3f86
SM
8404 * progmodes/fortran.el: Don't require easymenu.
8405 Use repeat counts in various regexps.
315aa1de
DL
8406 (fortran-mode-syntax-table): Defvar directly.
8407 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
8408 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
8409 Use defvar, not defconst.
8410 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
8411 (fortran-mode): Set fortran-comment-line-start-skip,
8412 fortran-comment-line-start-skip, dabbrev-case-fold-search.
8413 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
8414 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
8415 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
8416 (fortran-comment-region, fortran-electric-line-number): Simplify.
8417 (fortran-auto-fill): New function.
8418 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
8419 (fortran-find-comment-start-skip):
8420 Check for non-null comment-start-skip.
8421 (fortran-auto-fill-mode, fortran-fill-statement):
8422 Use fortran-auto-fill.
315aa1de 8423 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 8424 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 8425
89492072
DL
8426 * widget.el (widget-plist-member): New alias.
8427
d55ead18
EZ
84282000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
8429
8430 * eshell/esh-module.el (toplevel): Reference
8431 byte-compile-current-file only if it is bound.
8432
e82a2a05
GM
84332000-07-10 Gerd Moellmann <gerd@gnu.org>
8434
8435 * dired.el: Don't require `dired-aux'.
8436
1fc7fb2b
MB
84372000-07-10 Miles Bader <miles@lsi.nec.co.jp>
8438
8439 * dired-aux.el (dired-show-file-type): New function.
8440 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
8441 (dired-show-file-type): Add autoload.
8442
ab49ce15
KH
84432000-07-10 Kenichi Handa <handa@etl.go.jp>
8444
8445 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 8446 change of fontset-info.
ab49ce15
KH
8447 (print-fontset): Likewise.
8448
f45aab65
SM
84492000-07-09 Stefan Monnier <monnier@cs.yale.edu>
8450
8451 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
8452
2f72fd2f
GM
84532000-07-07 Gerd Moellmann <gerd@gnu.org>
8454
e82a2a05 8455 * bindings.el: Bind `[delete]' to delete-char.
965522f5 8456
2f72fd2f
GM
8457 * dired.el (dired-find-alternate-file): New function.
8458 (dired-mode-map): Bind `a' to dired-find-alternate-file.
8459 (toplevel): Require dired-aux when compiling.
8460 (dired-buffers): Move defvar within file to avoid compiler warning.
8461
8462 * info.el (Info-last-search): Variable removed.
8463 (Info-search-history): New variable.
8464 (Info-search): New Info-search-history.
8465
8466 * battery.el, info-look.el: Change author's mail address.
8467
965522f5 84682000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 8469
965522f5
GM
8470 * mail/rmail.el (rmail-clear-headers): Don't throw an error
8471 if rmail-ignored-headers is nil.
8472 (rmail-retry-failure): Bind rmail-ignored-headers and
8473 rmail-displayed-headers to nil.
8474
dd8888a1
GM
84752000-07-06 Gerd Moellmann <gerd@gnu.org>
8476
e5c81191
GM
8477 * lpr.el (lpr-page-header-switches): Add `-h' switch.
8478 (print-region-1): Don't hard code `-h' here.
8479
dd8888a1
GM
8480 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
8481
e5c81191
GM
84822000-07-01 Francesco Potorti` <pot@gnu.org>
8483
8484 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
8485 exim can use "your message" instead of "the message".
34342a07 8486
f45aab65
SM
84872000-07-06 Stefan Monnier <monnier@cs.yale.edu>
8488
8489 * facemenu.el: Docstrings fixes.
8490 (facemenu-get-face): Don't use internal-find-face.
8491 (facemenu-iterate): Rename arg to match the docstring.
8492
8493 * newcomment.el (uncomment-region): Be more careful when skipping
8494 backwards over `=' not to bump into BOBP.
8495
d396e521 84962000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 8497
dd8888a1
GM
8498 * ediff-diff.el (ediff-wordify): Use syntax table.
8499 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 8500 ediff-color-display-p.
dd8888a1 8501 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
8502 from defsubst.
8503 Got rid of special cases for NeXT and OS/2.
dd8888a1 8504 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 8505 face.
34342a07 8506
5e2dfaa4
SM
85072000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8508
8509 * emacs-lisp/lucid.el: Require CL.
8510 (copy-tree, remprop): Remove, it's provided by CL.
8511 (map-keymap): Define in terms of cl-map-keymap.
8512 (extent-property, set-extent-end-glyph): New functions.
8513
8514 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
8515
d5c5cddd
GM
85162000-07-05 Gerd Moellmann <gerd@gnu.org>
8517
485266d0
GM
8518 * Makefile.in (DONTCOMPILE): Add comment that the name may
8519 not be changed without changing the make-dist script.
8520
5e2dfaa4 8521 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 8522 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 8523
e2c46326
AI
85242000-07-05 Andrew Innes <andrewi@gnu.org>
8525
8526 * makefile.nt: Add support for `bootstrap' and related targets.
8527
a027a91b
SM
85282000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8529
8530 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
8531 (easy-menu-do-define): Use `menu-item' format.
8532 Handle case where easy-menu-create-menu returns a symbol.
8533 Manually call the potential top-level filter in the function binding.
8534 (easy-menu-filter-return): New arg NAME.
8535 Convert to a keymap if MENU is an XEmacs menu.
8536 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
8537 (easy-menu-converted-items-table, easy-menu-convert-item):
8538 New var and fun to memoize easy-menu-convert-item-1.
8539 (easy-menu-do-add-item): Use it.
8540 (easy-menu-create-menu): Use easy-menu-convert-item.
8541 Wrap easy-menu-filter-return around any :filter specification.
8542 Don't convert the menu if a filter was specified.
8543 Tell easy-menu-make-symbol not to check for MENU being an expression.
8544 (easy-menu-make-symbol): New arg NOEXP.
8545
5e03eb84
GM
85462000-07-05 Gerd Moellmann <gerd@gnu.org>
8547
8548 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
8549 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
8550 (eval-defun): If called with prefix arg, instrument code for
8551 Edebug.
8552
8553 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
8554 similar to that of eval-defun.
8555
fca68a95
DL
85562000-07-04 Dave Love <fx@gnu.org>
8557
7ccbba4c
DL
8558 * hl-line.el (hl-line-overlay): Make it permanent-local.
8559
fca68a95
DL
8560 * calendar/todo-mode.el: Replaced with a working version, based on
8561 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
8562
85632000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
8564
8565 * paths.el (prune-directory-list): New function.
8566 (Info-default-directory-list): Rewritten to more methodically
8567 enumerate a big list of possible info directories (based on the
8568 list used by the standalone info reader).
fca68a95 8569
78e7e8a0 8570 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 8571 non-existent directories from Info-directory-list.
78e7e8a0 8572
78e7e8a0
MB
8573 * paths.el (Info-default-directory-list): Try a list of possible
8574 info-directories instead of a single one. Add the possible
8575 info directory "/usr/share/info".
8576
8577 * woman.el (woman-man.conf-path): Explicitly include the debian
8578 man-db config file "/etc/manpath.config".
8579 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
8580 are present in `manpath.config'.
8581 (woman-manpath): Include "/usr/share/man".
8582
67c9a1d2
GM
85832000-07-03 Gerd Moellmann <gerd@gnu.org>
8584
6753393b
GM
8585 * frame.el (blink-cursor-mode): Don't hide cursor initially.
8586
8587 * startup.el (command-line): Initialize blink-cursor based
8588 on window-system.
8589
e4f98ad3
GM
8590 * frame.el (blink-cursor): Default to nil if not running under
8591 a window-system.
8592
2f516940
GM
8593 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
8594 (face-x-resources): Remove duplicate entry for :font.
8595
67c9a1d2
GM
8596 * textmodes/refer.el (refer-find-entry-internal): Use some-window
8597 instead of cycling through windows with next-window.
8598
8599 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
8600 of cycling through windows with next-window.
8601
8602 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
8603 of cycling through windows with next-window.
8604
8605 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
8606 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
8607 instead of cycling through windows with next-window.
8608
8609 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
8610 instead of cycling through windows with next-window.
8611
8612 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
8613 of cycling through windows with next-window.
8614
8615 * terminal.el (te-process-output): Use walk-windows instead of
8616 cycling through windows with next-window.
8617
8618 * server.el (server-switch-buffer): Use some-window instead of
8619 cycling through windows with next-window.
8620
8621 * window.el (some-window): New function.
8622 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 8623
3a4f3f86 8624 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 8625
8b7bc628 86262000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
8627
8628 * window.el (walk-windows): Guarantee termination by keeping a list
8629 of all the windows already handled.
8630
d0d57043
EZ
86312000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8632
8633 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
8634 window-system.
8635
8636 * man.el (Man-notify-when-ready): Don't use window-system. If
8637 Man-notify-method is newframe, and the display is not
8638 multi-frame, select the frame created for the man page.
8639 (Man-init-defvars): Doc fix.
8640
d5483ab1
GM
86412000-06-28 Gerd Moellmann <gerd@gnu.org>
8642
af5c25e1
GM
8643 * faces.el (region): Change background color for light background.
8644
8645 * ediff-wind.el (ediff-setup-control-frame): Remove :box
8646 attribute from mode-line face of Ediff control frame.
8647
d5483ab1
GM
8648 * replace.el (query-replace-map): Bind `e' like `E'.
8649
9d47450f
EZ
86502000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8651
3a4f3f86
SM
8652 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
8653 Change name to "Select All".
496b7491 8654
9d47450f
EZ
8655 * dos-fns.el (convert-standard-filename): Fix last change.
8656
0b431deb
GM
86572000-06-27 Gerd Moellmann <gerd@gnu.org>
8658
4fa9f636
GM
8659 * help.el (describe-variable): Don't insert a second `'s' in front
8660 of the string `value is shown below'. Since the syntax-table is
8661 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
8662 an existing `'s', so that this won't be deleted.
8663
0b431deb
GM
8664 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
8665 * pcmpl-unix.el: New files.
8666
32cad0aa
SM
86672000-06-26 Stefan Monnier <monnier@cs.yale.edu>
8668
8669 * wid-edit.el (widget-member): Use the new plist-member.
8670
2c69ced2
GM
86712000-06-26 Gerd Moellmann <gerd@gnu.org>
8672
44c0f771
GM
8673 * replace.el (perform-replace): Undo change of 2000-04-04.
8674 Instead, move backward 1 character at the end of the loop when
8675 necessary.
34342a07 8676
1d36487c
GM
8677 * faces.el (fringe): Change face for different backgrounds.
8678
8679 * eshell/esh-module.el (toplevel): Load defgroup's differently;
8680 patch from John.
8681
2c69ced2
GM
8682 * eshell/*.el: Change spelling of the Free Software Foundation.
8683
8684 * eshell/esh-toggle.el: Removed.
8685
8686 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
8687
8688 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
8689 interactively.
8690
86912000-06-26 Alex Schroeder <alex@gnu.org>
8692
8693 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
8694 `define-key'; instead of checking `(emacs-version)' check for
8695 `set-keymap-parent' and `set-keymap-name' directly. Add entries
8696 for `;' and `o' which might be electric.
8697
8698 (sql-electric-stuff): New user option.
8699 (sql-magic-go): New function which uses `sql-electric-stuff'.
8700 (sql-magic-semicolon): New function which uses
8701 `sql-electric-stuff'.
8702
8703 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
8704 is not fboundp.
8705
8706 (sql-oracle-options): New variable.
8707 (sql-oracle): Use it.
8708
8709 (sql-imenu-generic-expression): Doc change.
8710 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
8711 is used.
8712
8713 (sql-informix): Added command line parameter "-" to force
8714 sql-informix-program to use stdout.
8715
db1306d8
EZ
87162000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
8717
3a4f3f86 8718 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
8719 (cp864-decode-table): Doc fix.
8720 (cp720-decode-table): New variable, supports the Arabic OEM
8721 codepage used by Windows.
8722 (cp737-decode-table): New, Greek OEM codepage used by Windows.
8723
c69e5fcd
DL
87242000-06-23 Dave Love <fx@gnu.org>
8725
8726 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
8727 (font-lock-fontify-anchored-keywords): Use
8728 line-beginning-position.
8729 (global-font-lock-mode): Use mapc.
8730
30ad8f23
SM
87312000-06-23 Stefan Monnier <monnier@cs.yale.edu>
8732
8733 * eshell/esh-module.el: Require CL when compiling.
8734
26b4dc84
GM
87352000-06-23 Gerd Moellmann <gerd@gnu.org>
8736
78c56e70
GM
8737 * comint.el (comint-substitute-in-file-name): Call replace-match
8738 with second and third arg t.
8739
34342a07 8740 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
8741 Specify foreground color.
8742
8743 * faces.el (tool-bar, mode-line, header-line): Specify foreground
8744 color.
8745
affbf647
GM
8746 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
8747
8748 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
8749 cddr instead of cdddr.
8750
25fffb31
GM
8751 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
8752 instead of copy-list.
8753
8754 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
8755 of copy-list.
8756
26b4dc84
GM
8757 * subdirs.el: Add eshell subdirectory.
8758
8759 * eshell: New subdirectory containing the Eshell package.
8760
8761 * pcomplete.el: New file.
8762
78c56e70
GM
87632000-06-23 Paul Eggert <eggert@twinsun.com>
8764
ea055732
GM
8765 * mail/mailpost.el (post-mail-send-it): Make sure file has
8766 proper permissions from birth.
8767
8768 * files.el (basic-save-buffer-2): When temporarily setting
8769 file modes, set them to current modes plus 0200, not to 0777.
8770
78c56e70
GM
8771 * emerge.el (emerge-make-temp-file): Make sure file has proper
8772 permissions from birth.
8773
a3a7ff33
EZ
87742000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
8775
8776 * files.el (make-backup-file-name-1): On DOS/Windows, run the
8777 backup file name through convert-standard-filename.
8778
8779 * dos-fns.el (convert-standard-filename): Convert leading
8780 directories as well. When long file names are supported, convert
8781 characters that are invalid in Windows file names.
8782
1fd9b7fe
GM
87832000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8784
8785 * ps-print.el: Fix bug: if ^L is the very first buffer character,
8786 ps-print crashes. New feature: page selection for printing. Create
8787 raw-text-unix coding system for XEmacs. Doc fix.
8788 (ps-print-version): New version number (5.2.3).
8789 (ps-plot-region): Bug fix.
8790 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
8791 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
8792 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
8793 funs.
8794 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
8795 (ps-last-page): New vars.
8796
16ed8416
GM
87972000-06-21 Gerd Moellmann <gerd@gnu.org>
8798
8799 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
8800 empty option string.
8801
4fbee715
EZ
88022000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
8803
8804 * man.el (man): Doc fix.
8805
eaecfc94
KH
88062000-06-21 Kenichi Handa <handa@etl.go.jp>
8807
8808 * international/mule-cmds.el (set-language-info-alist): Docstring
8809 fixed.
8810
4a27bdfb
GM
88112000-06-20 Gerd Moellmann <gerd@gnu.org>
8812
8813 * version.el (emacs-version): Use ISO date format.
8814
8815 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
8816 instead of `M-backspace'.
8817
8818 * simple.el (turn-off-auto-fill): New function.
8819
8972fe79
SM
88202000-06-20 Stefan Monnier <monnier@cs.yale.edu>
8821
8822 * jit-lock.el (with-buffer-prepared-for-jit-lock):
8823 Renamed from with-buffer-prepared-for-font-lock and use
8824 inhibit-modification-hooks rather than setting *-change-functions.
8825 Update all functions to use the new name.
8826 (jit-lock-first-unfontify-pos): New semantics (and doc).
8827 (jit-lock-mode): Make non-interactive.
8828 Don't automatically turn on font-lock.
8829 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
8830 Always use jit-lock-after-change.
8831 Remove and restore font-lock-after-change-function.
8832 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
8833 (jit-lock-after-unfontify-buffer): Remove.
8834 (jit-lock-stealth-fontify):
8835 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
8836 (jit-lock-after-change): Set the `fontified' text-prop to nil.
8837
5d80cc9c
SS
88382000-06-20 Sam Steingold <sds@gnu.org>
8839
8840 * emacs-lisp/cl-indent.el (toplevel): Indent
8841 `print-unreadable-object' properly. Untabify.
8842
f54e4d13
CD
88432000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8844
8845 * textmodes/reftex.el (reftex-find-citation-regexp-format):
8846 Support for bibentry.
8847 (reftex-compile-variables): Fixed problem with end of section-re.
8848
8849 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
8850 reftex-view-crossref-from-bibtex):
8851 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
8852 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
8853 Replaced `remprop' with `put'.
8972fe79
SM
8854 (reftex-view-crossref, reftex-view-crossref-when-idle):
8855 Support for bibentry.
f54e4d13 8856
8972fe79
SM
8857 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8858 New entry for bibentry package.
f54e4d13 8859
8972fe79
SM
8860 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
8861 Regexp also matches "\nobibliography".
f54e4d13 8862
8972fe79
SM
8863 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
8864 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
8865 (reftex-ensure-write-access): New function.
8866
f54e4d13
CD
88672000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
8868
8869 * progmodes/idlwave.el: File re-installed (update to version 4.2)
8870
8871 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
8872
8873 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
8874
8875 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
8876
8877
560c43f4
DL
88782000-06-20 Dave Love <fx@gnu.org>
8879
8880 * faces.el (frame-background-mode): Use set-default, not set, in
8881 setter.
8882 (frame-update-faces, frame-update-face-colors): Define with
8883 defalias.
8884
8885 * enriched.el (enriched-decode-foreground)
8886 (enriched-decode-background): Don't use internal-find-face.
8887
8888 * apropos.el: Doc fixes.
8889
8890 * cus-edit.el (customize-changed-options): Check arg.
8891 (customize-version-lessp): Don't require decimal point.
8892
8893 * custom.el (defcustom, defgroup): Doc fix.
8894
8895 * newcomment.el (comment) <defgroup>: Add :version.
8896 (comment-multi-line): Doc fix.
8897
8898 * emulation/mlsupport.el (define-hooked-local-abbrev,
8899 define-hooked-global-abbrev): Fix, using define-abbrev.
8900
cdf0357b
GM
89012000-06-19 Gerd Moellmann <gerd@gnu.org>
8902
8903 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
8904 the whole buffer.
8905
10013d74
DL
89062000-06-19 Dave Love <fx@gnu.org>
8907
8908 * menu-bar.el (menu-bar-options-save): New function.
8909 (menu-bar-options-menu): Use it.
8910 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
8911 Simplify.
8912
6922f208
AS
89132000-06-19 Andreas Schwab <schwab@suse.de>
8914
8915 * progmodes/etags.el (tags-query-replace): Put new parameters
8916 START and END at the end, for backward compatibility.
8917
10d7bf84
KH
89182000-06-19 Kenichi Handa <handa@etl.go.jp>
8919
8920 * international/codepage.el:
8921 (cp-coding-system-for-codepage-1): Delete special codes for
8922 generating xxx-dos coding system because now a CCL based coding
8923 system can handle EOL conversion by default.
8924
8925 * international/mule.el (make-coding-system): Generate subsidiary
8926 coding systems for EOL handling variants even for a CCL based
8927 coding system.
8928
8f3c9a3d
KH
89292000-06-19 Kenichi Handa <handa@etl.go.jp>
8930
8931 * international/isearch-x.el (isearch-minibuffer-input-method)
8932 (isearch-minibuffer-input-method-function): These variables
8933 deleted.
8934 (isearch-with-input-method): Don't use the above variables.
8935 (isearch-process-search-multibyte-characters): Likewise. Call
8936 read-string with the arg INHERIT-INPUT-METHOD t.
8937
c2acf685
SM
89382000-06-17 Stefan Monnier <monnier@cs.yale.edu>
8939
13f0d185
SM
8940 * font-lock.el (font-lock-after-fontify-buffer)
8941 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
8942
8943 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
8944 Use consistent make-local-variable style for font-lock-fontified.
8945 (jit-lock-fontify-buffer):
8946 Don't bother checking for font-lock-mode and jit-lock-mode.
8947
c2acf685
SM
8948 * time.el: Remove trailing ^M that prevent CVS-merging.
8949
a9021acd
GM
89502000-06-16 Gerd Moellmann <gerd@gnu.org>
8951
8952 * Makefile.in (distclean): New target.
5d80cc9c 8953
0df68e9f
SM
89542000-06-16 Stefan Monnier <monnier@cs.yale.edu>
8955
8956 * Makefile.in (srcdir): Define for update-subdirs.
8957
6344985d
GM
89582000-06-16 Gerd Moellmann <gerd@gnu.org>
8959
8960 * find-lisp.el: New file.
8961
63239267
AI
89622000-06-16 Andrew Innes <andrewi@gnu.org>
8963
8964 * time.el (display-time-mail-function): New variable, to allow
8965 external packages to indicate when new mail is available.
8966 (display-time-update): Use it.
8967
1699f991
KH
89682000-06-16 Kenichi Handa <handa@etl.go.jp>
8969
a3b37893
KH
8970 * international/mule.el (mule-version): Change version name to
8971 SAKAKI. AOI has already been used by Meadow.
8972
1699f991
KH
8973 * international/quail.el (quail-show-guidance-buf): To find the
8974 bottom window (but minibuffer), pay attention to the height of
8975 minibuffer.
8976
228b083e
EZ
89772000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
8978
7d5c8691
EZ
8979 * arc-mode.el (archive-mode-map): Use the new menu-item format for
8980 menu-bar menus. Add help strings. Don't remove the Edit menu
8981 from the menu bar, as the menu bar has enough space now.
8982
261f3289
EZ
8983 * Makefile.in (SHELL): Make sure /bin/sh is used.
8984
228b083e
EZ
8985 * woman.el (woman-man-buffer): Fix bold and underlined CJK
8986 characters, which use series of two ^H characters instead of one.
8987
e27e8d71
GM
89882000-06-15 Gerd Moellmann <gerd@gnu.org>
8989
5d80cc9c 8990 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 8991 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 8992 functions.
451ec4e3
GM
8993 (Info-find-node-2): Try a case-sensitive search first, then
8994 do a case-insensitive search.
8995
8996 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
8997 tutorials.
8998
b675095c
GM
8999 * complete.el (PC-env-vars-alist): New variable.
9000 (PC-complete-as-file-name): New function.
9001 (partial-completion-mode): Initialize PC-env-vars-alist from
9002 process-environment.
9003 (PC-do-completion): Handle completion of env vars.
9004
9005 * info.el (Info-set-mode-line): Show file name in mode line,
9006 use `*Info*' instead of `Info:'.
9007
e27e8d71
GM
9008 * startup.el (command-line-1): Change copyright messages to year
9009 2000.
9010
28223a7e
DL
90112000-06-15 Dave Love <fx@gnu.org>
9012
9013 * net/goto-addr.el (goto-address-fontify): Use keymap property,
9014 not local-map.
9015
32684631
KH
90162000-06-15 Kenichi Handa <handa@etl.go.jp>
9017
9018 * international/mule.el (set-buffer-file-coding-system): Almost
9019 rewritten to handle `undecided' as no-op.
9020
9f817ea4
GM
90212000-06-14 Gerd Moellmann <gerd@gnu.org>
9022
e27e8d71 9023 * Makefile.in: New file.
dce6b995
GM
9024
9025 * Makefile: Removed.
9026
9f817ea4
GM
9027 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
9028 (goto-address-highlight-keymap): Bind C-c RET.
9029
2de33f94
KH
90302000-06-14 Kenichi Handa <handa@etl.go.jp>
9031
bbf1e8a5
KH
9032 * mail/sendmail.el (sendmail-send-it): The temporary buffer
9033 inherits buffer-file-coding-system of the current buffer.
725a6897 9034
02891cc3
KH
9035 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
9036 0. Give correct argument to set-auto-coding-function.
9037 (tar-expunge): For goto-char, use (point-min), not 0.
9038 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
9039 (tar-subfile-save-buffer): Likewize.
9040
2de33f94
KH
9041 * international/mule.el
9042 (after-insert-file-set-buffer-file-coding-system): Call
9043 set-buffer-file-coding-system with the arg FORCE t.
9044
1681ead6
GM
90452000-06-13 Gerd Moellmann <gerd@gnu.org>
9046
9047 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
9048 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 9049 the sender is set with `-f'.
1681ead6 9050
fdf4b680
DL
90512000-06-13 Dave Love <fx@gnu.org>
9052
9c50afce
DL
9053 * help.el (describe-function-1): Kluge around cases of functions
9054 fset to subrs whose doc doesn't match their symbol-name.
9055
0ad550ba 9056 * image.el (insert-image): Default STRING to a space.
f290ca08 9057
fdf4b680 9058 * info.el Doc fixes.
5d80cc9c 9059 (Info-build-node-completions): Match Ref tags.
fdf4b680 9060
9b6610db
EZ
90612000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
9062
a704139d
EZ
9063 * frame.el (display-multi-frame-p, display-multi-font-p): New
9064 defaliases for display-graphic-p.
9065
9b6610db
EZ
9066 * hl-line.el: Fixed a typo in commentary.
9067
7a5ea398
KH
90682000-06-13 Kenichi Handa <handa@etl.go.jp>
9069
9070 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
9071 fixed.
9072
0dc91c57
DL
90732000-06-12 Dave Love <fx@gnu.org>
9074
9075 * image.el (insert-image): Save a little consing.
9076
0bd5914b
KH
90772000-06-12 Kenichi Handa <handa@etl.go.jp>
9078
9079 * language/tibet-util.el: Convert all tibetan-1-column characters
9080 to the corresponding tibetan characters.
9081 (tibetan-add-components): Delete code for the special treatment of
9082 'a chung.
9083
9084 * language/tibetan.el (tibetan-composable-pattern): Fix previous
9085 change.
9086 (tibetan-vowel-transcription-alist): More rules added.
9087 (tibetan-composite-vowel-alist): New variable.
9088 (tibetan-precomposition-rule-alist): More rules added.
9089
6dc7d3d5
SM
90902000-06-12 Stefan Monnier <monnier@cs.yale.edu>
9091
9c04c393
SM
9092 * startup.el (command-line): Only call menu-bar-mode if interactive.
9093
9094 * thingatpt.el (toplevel symbol-properties):
9095 * textmodes/makeinfo.el (makeinfo-compile):
9096 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 9097 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 9098 (hide-ifdef-use-define-alist):
5d80cc9c 9099 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
9100 (ange-ftp-vms-add-file-entry):
9101 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
9102 * man.el (Man-build-man-command):
9103 * mail/rnewspost.el (news-reply-header-hook):
9104 * info.el (Info-insert-dir):
9105 * emulation/mlconvert.el (backward-word, forward-word, setq):
9106 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
9107 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
9108 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
9109 (byte-optimize-apply, end of file):
9110 * emacs-lisp/advice.el (ad-advice-class-completion-table)
9111 (ad-make-freeze-definition):
9112 * startup.el (command-line, command-line-1): Don't quote lambdas.
9113
6dc7d3d5
SM
9114 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
9115 (cvs-cleanup-removed): New function.
9116 (cvs-cleanup-functions): New var.
9117 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
9118 some flexibility in specifying additional entries to auto-cleanup.
9119 (cvs-quickdir): New function.
9120 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
9121 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
9122 (cvs-mode-find-file): Check that we are on a filename or dirname
9123 when invoked through a mouse-click.
9124 (cvs-full-path): Remove.
9125 (cvs-dired-action): Re-introduced.
9126 (cvs-dired-noselect): Use it.
9127 (vc-post-command-functions): use this new hook if available.
9128
9129 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
9130 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
9131 (cvs-filename-map, cvs-dirname-map): Remove.
9132 (cvs-default-action): Remove.
9133 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
9134 if the arg is really a keymap.
9135 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
9136 Don't hardcode the mapping from state (aka type) to face, but check
9137 the var cvs-fi-<type>-face instead.
9138 (cvs-fileinfo-from-entries): New function.
9139
9140 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
9141 Docstring fix.
9142 (cvs-find-file-and-jump): Change default to be safer.
9143 (cvs-mode-diff-map): Define it as a function as well.
9144 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
9145 Bind mouse-2 in this global map rather than with text-properties.
9146
9147 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
9148 file to resolve the ambiguity between C(conflict) and C(need-merge).
9149
5050a2ef
KH
91502000-06-12 Kenichi Handa <handa@etl.go.jp>
9151
9152 * international/mule.el (set-buffer-file-coding-system): If
9153 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
9154 unconditionally.
9155
35a7ac84
DL
91562000-06-12 Dave Love <fx@gnu.org>
9157
9158 * wid-edit.el (widget-specify-button): Really suppress the face if
9159 required.
9160
db8eeecd
GM
91612000-06-11 Gerd Moellmann <gerd@gnu.org>
9162
9163 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
9164
70223ca4
SM
91652000-06-11 Stefan Monnier <monnier@cs.yale.edu>
9166
9167 * imenu.el (imenu-generic-expression): Docstring fix.
9168
9169 * composite.el (composition-function-table): Move the `put'
9170 below the autoload cookie so we can load the file before loaddefs.
9171
9172 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
9173
9174 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
9175 Handle easy-mmode-define-global-mode.
9176 For complex macros like define-minor-mode that can generate
9177 several autoload entries, try to autoload entries in the
9178 macroexpanded code.
9179
9180 * emacs-lisp/easy-mmode.el (define-minor-mode):
9181 If KEYMAP is a symbol, just use it.
9182 Use byte-compile-current-file and load-file-name to infer the
9183 proper :require to pass to defcustom.
9184 Wrap the hook var into `progn' so as not to autoload it.
9185 Add a :autoload-end cookie.
9186 Be more careful about the evaluation of KEYMAP.
9187 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
9188 (define-derived-mode): Move define-abbrev-table outside of defvar.
9189
91902000-06-10 Stefan Monnier <monnier@cs.yale.edu>
9191
9192 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
9193 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
9194 (backup-compiled-files): Ignore errors during `tar'.
9195 (bootstrap): Make autoloads before elc files.
9196
9c53b34e
KH
91972000-06-10 Kenichi Handa <handa@etl.go.jp>
9198
9199 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 9200 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
9201
9202 * international/mule-conf.el (unix): New alias for the coding
9203 system undecided-unix.
9204
22ddd299
DL
92052000-06-09 Dave Love <fx@gnu.org>
9206
5ee42746
DL
9207 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
9208
70223ca4 9209 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
9210 (executable-insert): Change custom type.
9211 (executable-find): Add autoload cookie.
cc7e1d18
DL
9212 (executable-make-buffer-file-executable-if-script-p): New
9213 function. After Noah Friedman.
22ddd299
DL
9214
9215 * files.el (after-save-hook): Customize, with
cc7e1d18 9216 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 9217
41ea3794
KH
92182000-06-09 Kenichi Handa <handa@etl.go.jp>
9219
f89437e3
KH
9220 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
9221 "tib24p-mule.bdf" for Tibetan.
9222
7a4ee259
KH
9223 * composite.el (decompose-composite-char): Declare it as obsolete.
9224
ff6a65c2
KH
9225 * man.el (Man-fontify-manpage): Pay attention to underline and
9226 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 9227
f83fe4b4
GM
92282000-06-08 Gerd Moellmann <gerd@gnu.org>
9229
9230 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
9231 Set maintainer to FSF since author isn't reachable.
9232
e56d7900
DL
92332000-06-08 Dave Love <fx@gnu.org>
9234
9235 * international/mule-cmds.el (select-safe-coding-system): If
9236 DEFAULT-CODING-SYSTEM is not specified, also check the most
9237 preferred coding-system if buffer-file-coding-system is
9238 `undecided'. From Handa.
9239
d3981b49
KH
92402000-06-08 Kenichi Handa <handa@etl.go.jp>
9241
9242 * international/mule.el
9243 (after-insert-file-set-buffer-file-coding-system): If the buffer
9244 size is greater than INSERTED, judget that we are not visiting.
9245
bff71087
RV
92462000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
9247
9248 * whitespace.el (defgroup whitespace): Comment out `:version'.
9249 XEmacs 20.4 has problems defining the group with this present.
9250 We'll have this commented out till get resolve the problem.
9251
fd9ac94c
GM
92522000-06-07 John Wiegley <johnw@gnu.org>
9253
9254 * align.el (align-dq-string-modes, align-sq-string-modes)
9255 (align-open-comment-modes): Add pyhton-mode.
9256 (align-rules-list): Use get-text-property instead of
9257 text-properties-at.
9258 (align-rules-list): Add python-assignment.
9259 (align-rules-list): Change perl-comma-delimiter to
9260 basic-comma-delimiter. Use if for Perl modes and python-mode.
9261 (align-rules-list): Add python-chain-logic and
9262 basic-line-continuation.
45f485a6
GM
9263
92642000-06-07 Jari Aalto <jari.aalto@poboxes.com>
9265
9266 * apropos.el (apropos-mode-hook): New user variable.
9267 (apropos-mode): Run apropos-mode-hook.
bff71087 9268
45f485a6
GM
92692000-06-07 David Ponce <david@dponce.com>
9270
9271 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
9272 commands. Require `wid-edit' at run-time.
9273
92742000-06-07 David Ponce <david@dponce.com>
9275
9276 * recentf.el: Added some "Commentary".
9277 (recentf-open-more-files, recentf-edit-list): Minor changes to
9278 move the point at the top of the file list. This behaviour is
9279 consistent with the menu one when the list contains a lot of
9280 files.
9281 (recentf-cleanup): Now displays the number of items removed from
9282 the list.
9283 (recentf-relative-filter) New menu filter to show filenames
9284 relative to `default-directory'.
bff71087 9285
45f485a6
GM
92862000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9287
9288 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
9289 with/without giving an error if PostScript printer doesn't have this
9290 kind of page size. Zebra Stripe continues or restarts on next page.
9291 Manual/automatic paper feeding. Switch or not the header.
9292 (ps-print-version): New version number (5.2.2).
9293 (ps-windows-system): Include emx as a Windows system.
9294 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
9295 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
9296 (ps-background-text): Code fix.
9297 (ps-error-handler-message, ps-user-defined-prologue)
9298 (ps-print-prologue-header, ps-printer-name)
9299 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
9300 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
9301 (ps-use-face-background): Customization fix.
9302 (ps-n-up-database): Data fix.
9303 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
9304 (ps-switch-header): New vars.
9305 (ps-xemacs-color-name, ps-face-foreground-name)
9306 (ps-face-background-name, ps-boolean-constant): New funs.
9307
c14dcd22
DL
93082000-06-07 Dave Love <fx@gnu.org>
9309
9310 * allout.el: New version from Manheimer.
9311
e4044bb0
KH
93122000-06-07 Kenichi Handa <handa@etl.go.jp>
9313
9314 * textmodes/fill.el (fill-find-break-point): Check the validity of
9315 charset.
9316
59cfe8b9
KF
93172000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9318
9319 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9320 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9321 Call display-color-p and display-mouse-p instead of looking at
9322 window-system.
9323
bb2337f5
DL
93242000-06-06 Dave Love <fx@gnu.org>
9325
9326 * image.el (find-image): Doc fix. Return nil if image not found.
9327 (put-image, insert-image): Make STRING arg optional.
9328
8e624fa2
KH
93292000-06-06 Kenichi Handa <handa@etl.go.jp>
9330
9331 * language/vietnamese.el: Remove eval-when-compile.
9332 (viet-viscii-nonascii-translation-table): Define it as a
9333 translation table made from viet-viscii-decode-table.
9334 (viet-viscii-encode-table): Define it as a translation table made
9335 from the reverse map of above.
9336 (viet-vscii-nonascii-translation-table): Define it as a
9337 translation table made from viet-vscii-decode-table.
9338 (viet-vscii-encode-table): Define it as a translation table made
9339 from the reverse map of above.
9340 (ccl-decode-viscii): Use translate-character.
9341 (ccl-encode-viscii, ccl-encode-viscii-font)
9342 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
9343 Likewize.
bff71087 9344
8e624fa2
KH
9345 * language/cyrillic.el: Remove eval-when-compile.
9346 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
9347 translation table made from cyrillic-koi8-r-decode-table.
9348 (cyrillic-koi8-r-encode-table): Define it as a translation table
9349 made from the reverse map of above.
9350 (ccl-decode-koi8): Use translate-character.
9351 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
9352 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
9353 a translation table made from cyrillic-alternativnyj-decode-table.
9354 (cyrillic-alternativnyj-encode-table): Define it as a translation
9355 table made from the reverse map of above.
9356 (ccl-decode-alternativnyj): Use translate-character.
9357 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
9358 Likewize
9359
9360 * international/mule-diag.el (non-iso-charset-alist): Specify
9361 translation table symbol instead of translation table itself.
9362 (list-block-of-chars): CHARSET may be a translation table symbol.
9363
9364 * international/mule.el (make-coding-system): If CODING-SYSTEM
9365 already exists, override it.
9366
9367 * international/fontset.el: Use family `proportional' for Tibetan
9368 fonts.
9369
9370 * international/ccl.el (ccl-compile-translate-character): Don't
9371 check if Rrr has property translation-table.
9372 (ccl-compile-map-multiple): Modified to avoid compiler warning.
9373
1969fae2
GM
93742000-06-05 Gerd Moellmann <gerd@gnu.org>
9375
9376 * info.el: Bind case-fold-search to t when searching in case
9377 a user sets it to nil in a hook.
9378
d5b037c5
SM
93792000-06-05 Stefan Monnier <monnier@cs.yale.edu>
9380
d3d02e65
SM
9381 * autoarg.el (autoarg-mode, autoarg-kp-mode):
9382 * hl-line.el (hl-line-mode): Use the new :global key argument.
9383
9384 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
9385 (tar-clip-time-string): Prepend a space.
9386 (tar-grind-file-mode): Construct a string rather than modifying one.
9387 (tar-header-block-summarize): Fix docstring.
9388 Use `format' rather than an error-prone set of copy-loops.
9389
9390 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
9391 (diff-goto-source, diff-unified->context, diff-context->unified)
9392 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
9393 understand the format output by the `-p' argument to diff.
9394
bff71087 9395 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
9396 (sh-re-done): Use defconst.
9397 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
9398 (sh-help-string-for-variable, sh-guess-basic-offset):
9399 Don't quote lambdas.
9400 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
9401 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
9402
f7c4478f
SM
9403 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
9404 (mh-letter-mode): Derive from text-mode.
9405 This implicitly means that it now calls kill-all-local-variables.
9406 Also remove the Emacs-18 compatibility code.
9407
a8add29d
SM
9408 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
9409 Make use of symbol-property doc-string-elt.
9410 Use memq rather than a sequence of eq.
9411 (doc-string-elt): Fix the wrong or missing previously unused values.
9412 (autoload-print-form): New function extracted from
9413 generate-file-autoloads to allow recursion when handling progn
9414 so that defvar's and defun's docstrings are properly printed.
9415 (generate-file-autoloads): Use it.
9416
d5b037c5
SM
9417 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
9418 Use find-file-hooks in the minor-mode function.
9419 Be careful not to loop indefinitely in the post-command-hook function.
9420
560ef11a 94212000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 9422
1969fae2 9423 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 9424 tty's.
1969fae2 9425 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 9426 differences whenever appropriate.
1969fae2
GM
9427 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
9428 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
9429 wildcards.
9430
b5bbbb76
SM
94312000-06-04 Stefan Monnier <monnier@cs.yale.edu>
9432
d5b037c5
SM
9433 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
9434 (jit-lock-fontify-buffer): New function for JIT refontification.
9435 (jit-lock-mode): Fix docstring.
9436 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
9437 Remove jit-lock-after-change from the _local_ hook.
9438 (jit-lock-function-1): Fix docstring.
9439
9440 * info.el (Info-on-current-buffer): Initialize info.
9441
9442 * newcomment.el (comment-indent): Ignore comment-indent-hook.
9443
9444 * progmodes/tcl.el (tcl-indent-for-comment):
9445 Ignore comment-indent-hook.
9446
9447 * emacs-lisp/easy-mmode.el: Require CL during compilation.
9448 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
9449 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
9450 and improve to use the lighter to guess the capitalization.
9451 (define-minor-mode): Inline code from easy-mmode-define-toggle.
9452 Add keyword arguments to specify global-ness or the custom group.
9453 Add local-map and help-echo properties to the lighter.
9454 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 9455 (easy-mmode-define-global-mode): New macro.
b5bbbb76 9456
bfa6c260
DL
94572000-06-02 Dave Love <fx@gnu.org>
9458
9459 * wid-edit.el: byte-compile-dynamic since we typically don't use
9460 all the widgets. Don't require cl or widget. Remove
9461 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
9462 (widget-read-event): Removed. Callers changed to use read-event.
9463 (widget-button-release-event-p): Renamed from
9464 button-release-event-p.
9465 (widget-field-add-space, widget-field-use-before-change):
9466 Uncustomize.
9467 (widget-specify-field): Use keymap property, not local-map.
9468 (widget-specify-button): Obey :suppress-face.
9469 (widget-specify-insert): Use modern backquote syntax.
9470 (widget-image-directory): Renamed from widget-glyph-directory.
9471 (widget-image-enable): Renamed from widget-glyph-enable.
9472 (widget-image-find): Replaces widget-glyph-find.
9473 (widget-button-pressed-face): Move defvar.
9474 (widget-image-insert): Replaces widget-glyph-insert.
9475 (widget-convert): Use keywordp.
9476 (widget-leave-text, widget-children-value-delete): Use mapc.
9477 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 9478 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
9479 (widget-button-click): Don't set point at the click, but re-centre
9480 if we scroll out of window. Rewritten for images v. glyphs &c.
9481 (widget-tabable-at): Use POS arg, not point.
9482 (widget-beginning-of-line, widget-end-of-line)
9483 (widget-item-value-create, widget-sublist, widget-princ-to-string)
9484 (widget-sexp-prompt-value, widget-echo-help): Simplify.
9485 (widget-default-create): Use widget-image-insert; some rewriting.
9486 (widget-visibility-value-create)
9487 (widget-push-button-value-create, widget-toggle-value-create): Use
9488 widget-image-insert.
9489 (checkbox): Create on and off images dynamically.
9490 (documentation-link): Change :help-echo.
9491 (widget-documentation-link-echo-help): Remove.
9492
3837de12
SM
94932000-06-02 Stefan Monnier <monnier@cs.yale.edu>
9494
9495 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
9496
9497 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
9498 (easy-mmode-define-toggle, define-minor-mode): Use it.
9499 (easy-mmode-define-keymap): Docstring fix.
9500 (define-derived-mode): Default PARENT to fundamental-mode.
9501 Add the derived-mode-parent symbol-property.
9502 (easy-mmode-derived-mode-p): New function.
9503
90aa4ea8
DL
95042000-06-02 Dave Love <fx@gnu.org>
9505
37193ee6
DL
9506 * files.el (convert-standard-filename): Doc fix.
9507 (normal-backup-enable-predicate): New function.
9508 (backup-enable-predicate): Use it to replace the lambda form.
9509
9510 * calendar/todo-mode.el: [This needs more work on the outline
9511 stuff.] Doc fixes.
9512 (todo) <defgroup>: Add :version.
9513 (todo-add-category): Don't use pushnew.
9514 (todo-cmd-raise): Fix typo.
9515 (todo-top-priorities): Change temp buffer name.
9516 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
9517 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
9518 Use outline-next-heading.
37193ee6 9519
90aa4ea8
DL
9520 * autoarg.el: Rewritten to use define-minor-mode.
9521 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
9522 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
9523
2e54623a
KH
95242000-06-02 Kenichi Handa <handa@etl.go.jp>
9525
9526 * isearch.el (isearch-other-meta-char): Fix previous change.
9527
c5def0db
SM
95282000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9529
3837de12
SM
9530 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
9531 (log-edit-done): Only add the comment to the ring if it's different
9532 from the last comment entered.
9533
c5def0db
SM
9534 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
9535
2330c9d4
DL
95362000-06-01 Dave Love <fx@gnu.org>
9537
9538 * hl-line.el: Rewritten using define-minor-mode.
9539
9540 * help.el (describe-function-1): Distinguish special form from
9541 builtin function. Sanity-check presence of arglist for builtins.
9542
6e5dfc31
KH
95432000-06-01 Kenichi Handa <handa@etl.go.jp>
9544
4dc1225b
KH
9545 * international/characters.el: Fix syntax/category setting of
9546 Tibetan characters.
9547
9548 * language/tibet-util.el (tibetan-add-components): Fixes for new
9549 encoding of Tibetan characters.
9550 (tibetan-decompose-precomposition-alist): New variable.
9551 (tibetan-decompose-region): Convert precomposed characters to
9552 non-precomposed characters.
9553 (tibetan-decompose-string): Likewise.
9554 (tibetan-composition-function): Fix args to
9555 thibetan-compose-string.
9556
9557 * language/tibetan.el (tibetan-composable-pattern): More
9558 characters included.
9559 (tibetan-consonant-transcription-alist): Rule for "R" added.
9560 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
9561 "+R" added.
9562 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
9563
eadef5e6
KH
9564 * language/lao-util.el (lao-composition-function): Fix args to
9565 compose-string.
9566
9567 * language/thai-util.el (thai-composition-function): Fix args to
9568 compose-string.
9569
6e5dfc31 9570 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
9571 to prevent the point moving to the end of a composition when a
9572 part of a composition is searched.
6e5dfc31
KH
9573 (isearch-other-meta-char): If the key invoking this command can be
9574 mapped by function-key-map to a printing char, call
9575 isearch-process-search-char directly.
9576
2598a293
SM
95772000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9578
9579 * emacs-lisp/bytecomp.el:
9580 * frame.el:
9581 * international/mule-cmds.el:
9582 * international/mule-util.el:
9583 * international/mule.el:
9584 * mouse.el:
9585 * subr.el:
9586 * faces.el: Update calls to make-obsolete with a WHEN argument.
9587
9588 * byte-run.el (make-obsolete, make-obsolete-variable):
9589 Add an optional WHEN argument and change the format of the
bff71087 9590 symbol-property information.
2598a293
SM
9591 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
9592 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
9593 new obsolete-symbol-property format and print WHEN if it is provided.
9594
28d8dff1
DL
95952000-05-31 Dave Love <fx@gnu.org>
9596
9597 * loadhist.el (loadhist-hook-functions): Remove
9598 before-change-function, after-change-function.
9599 (unload-feature): Deal with symbols which are both bound and
9600 fbound.
9601
9602 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
9603 before-change-function, after-change-function.
9604
9605 * simple.el (newline): Don't bind before-change-function,
9606 after-change-function.
9607
7f565d87
RV
96082000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
9609
9610 * whitespace.el (whitespace-rescan-timer-time): Update interval
9611 set to 600 seconds (10 minutes) instead of 60 seconds since
9612 a large number of whitespace buffers causes emacs to `freeze'
9613 for a considerable amount of time.
9614
bff71087 9615 * whitespace.el: Updated email address
7f565d87 9616
a8d693d8
DL
96172000-05-31 Dave Love <fx@gnu.org>
9618
9619 * add-log.el (change-log-font-lock-keywords) <function>: Add
9620 pattern for function of change.
9621 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
9622 acknowledgements patterns.
9623
a50192e7
KH
96242000-05-31 Kenichi Handa <handa@etl.go.jp>
9625
9626 * isearch.el (isearch-printing-char): If keyboard coding system is
9627 being used, call isearch-process-search-multibyte-characters.
9628
9629 * international/isearch-x.el: Mostly rewritten.
9630
9631 * international/quail.el (quail-start-conversion): Don't include
9632 unhandled events in the returned events, but set them in
9633 unread-command-events. Exit if all inputs are deleted.
9634
7e492772
JR
96352000-05-30 Jason Rumney <jasonr@gnu.org>
9636
9637 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
9638
9639 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
9640 Reenable code to create initial fontsets.
9641 Use set-fontset-font in place of put-charset-property.
9642
10fc3187
GM
96432000-05-30 Gerd Moellmann <gerd@gnu.org>
9644
79148ea7
GM
9645 * progmodes/perl-mode.el (perl-indent-line): When looking for a
9646 label, ensure that the first colon isn't followed by another.
9647
9648 * paths.el (Info-default-directory-list): Doc fix.
9649
086d5b87
GM
9650 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
9651 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
9652 send a query containing USER only, not USER@HOST.
9653
10fc3187
GM
9654 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
9655 and rmail-msgend to compute the restriction at the end, instead of
9656 computing it.
9657
49e70dec
GM
96582000-05-29 Gerd Moellmann <gerd@gnu.org>
9659
66254a13
GM
9660 * dabbrev.el (dabbrev-expand): Don't display messages in the
9661 echo area if the minibuffer window is active.
9662
49e70dec
GM
9663 * jit-lock.el (jit-lock-mode): Add after change function to
9664 local hook.
9665
96662000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
9667
9668 * antlr-mode.el: New commands: hide/unhide actions,
9669 upcase/downcase literals.
9670 (antlr-tiny-action-length): New user option.
9671 (antlr-hide-actions): New command. Suggested by
9672 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 9673 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
9674 (antlr-mode-menu): New entries.
9675 (antlr-downcase-literals): New command.
9676 (antlr-upcase-literals): Ditto.
9677
9678 * antlr-mode.el: Minor changes: indendation, mode-name.
9679 (antlr-indent-line): Indent cpp directive at column 0.
9680 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
9681
9682 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
9683 (antlr-font-lock-additional-keywords): Workaround for intentional
9684 bug in XEmacs version of font-lock.
9685 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
9686 be used by a smarter version of `buffers-menu-grouping-function'.
9687
96882000-05-29 Gerd Moellmann <gerd@gnu.org>
9689
9690 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
9691 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
9692
49f93684
KH
96932000-05-29 Kenichi Handa <handa@etl.go.jp>
9694
9695 * international/encoded-kb.el
9696 (encoded-kbd-iso2022-designation-map): Pay attention to that
9697 charset-iso-final-char return -1 for eight-bit-control and
9698 eight-bit-graphic.
9699
5b1ae051
EZ
97002000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9701
9702 * speedbar.el (speedbar-use-images, speedbar-update-flag)
9703 (speedbar-easymenu-definition-base): Use display-graphic-p where
9704 available, instead of window-system.
9705
a205e32a
EZ
97062000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9707
9708 * international/codepage.el (cp-coding-system-for-codepage-1): Add
9709 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
9710 coding systems.
9711
dd854dc2
DL
97122000-05-26 Dave Love <fx@gnu.org>
9713
c88a85d5
DL
9714 * disp-table.el (standard-display-underline): Don't use
9715 internal-find-face.
9716
dd854dc2
DL
9717 * mail/reporter.el: Maintainer change. Doc fixes.
9718 (reporter-version): Deleted.
9719
9720 * emacs-lisp/elp.el: Maintainer change.
9721 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
9722
dc29aa6c
SM
97232000-05-26 Stefan Monnier <monnier@cs.yale.edu>
9724
9725 * add-log.el (add-change-log-entry): Merge the current entry with the
9726 previous one if the previous one is empty.
9727
ed62683d
DL
97282000-05-26 Dave Love <fx@gnu.org>
9729
4370a375
DL
9730 * loadhist.el (unload-feature): Fix interactive spec [from
9731 lijnzaad@ebi.ac.uk].
9732
ed62683d
DL
9733 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
9734 subr-arity to check primitives.
9735 (byte-compile-flush-pending, byte-compile-file-form-progn)
9736 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
9737 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
9738 mapcar.
9739
ba9f8f95
KH
97402000-05-26 Kenichi Handa <handa@etl.go.jp>
9741
0f3e0672
KH
9742 * international/fontset.el: Set family names of non-latin charsets
9743 in default fontset to "*".
9744
cebefb44
KH
9745 * international/mule-diag.el (print-fontset): Combine family part
9746 and registry part of the fontname by "-*-" instead of "-".
9747
ba9f8f95
KH
9748 * international/mule-cmds.el (encode-coding-char): Make strings
9749 multibyte before calling encode-coding-string.
9750
931d0724
SM
97512000-05-25 Stefan Monnier <monnier@cs.yale.edu>
9752
9753 * derived.el: Fix keywords.
8ccce2b0 9754 (define-derived-mode): Only define if needed.
931d0724
SM
9755
9756 * simple.el (fill-comment, comment-column, comment-start)
9757 (comment-start-skip, comment-end, comment-indent-function)
9758 (block-comment-start, block-comment-end, indent-for-comment)
9759 (set-comment-column, kill-comment, comment-padding, comment-region)
9760 (comment-multi-line, indent-new-comment-line): Remove.
9761
9762 * bindings.el (esc-map): Change ; to comment-dwim and use the new
9763 function names for comment operations.
9764
9765 * newcomment.el: Add abundant autoload cookies.
9766 (comment-style): Don't depend on runtime data at compile-time.
9767 (comment-indent-hook): Remove.
9768 (comment-indent): Check if comment-indent-hook is bound.
9769 (comment-region): Docstring fix.
9770
6fc596cf
DL
97712000-05-25 Dave Love <fx@gnu.org>
9772
9773 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
9774 byte-code-function-p.
9775
9776 * mail/rmailsum.el: Add provide.
9777
9778 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
9779
9780 * smerge-mode.el (smerge-diff-switches): Don't use list* in
9781 defcustom.
9782
7997f1ca 97832000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 9784
7997f1ca
MK
9785 * ediff-diff.el (ediff-exec-process): delete --binary option from
9786 non-buffer ediff jobs.
7f565d87 9787
e7a903e8
EZ
97882000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9789
9790 * hilit-chg.el (highlight-changes-mode): Ask about color or
9791 grayscale support, not about window-system.
9792
9793 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
9794 window-system.
9795 (ffap-highlight): Always default to t.
9796
9797 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
9798 display-popup-menus-p instead of looking at window-system.
9799
9800 * disp-table.el (standard-display-g1, standard-display-graphic):
9801 Only refuse to use string glyphs on X and MS-Windows.
9802
9803 * avoid.el: Remove window-system from commentary, suggest to use
9804 display-*-p instead.
9805
9806 * apropos.el (apropos-print): Use display-mouse-p instead of
9807 window-system.
9808
14028d57
EZ
98092000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9810
9811 * international/codepage.el (cp-decoding-vector-for-codepage):
9812 Fill up unsupported characters with their own codes. From Kenichi
9813 Handa.
9814
1a4f9cc1
EZ
98152000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9816
9817 * international/mule-diag.el (describe-char-after): Use
9818 display-graphic-p instead of window-system, so that this function
9819 works on MS-DOS.
9820
89f6ca4e
EZ
98212000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9822
9823 * international/codepage.el (cp-make-coding-systems-for-codepage):
9824 Remove the eight-bit-graphic and eight-bit-control charsets from
9825 the list of charsets which we convert into `?'.
9826
eacfd7fe
KH
98272000-05-25 Kenichi Handa <handa@etl.go.jp>
9828
9829 * international/mule-conf.el: Specify CHARSET-ID explicitely for
9830 private charsets.
9831 (mule-unicode-0100-24ff, japanese-jisx0213-1,
9832 japanese-jisx0213-2): New charsets.
9833
9834 * international/fontset.el: Setup default fontset for new charsets.
9835
deadf7e3
DL
98362000-05-24 Dave Love <fx@gnu.org>
9837
9838 * info.el (Info-find-node-2): Restructure [following "Vadim
9839 S. Solomin" <sovs@uic.nnov.ru>].
9840
9841 * icomplete.el: Fix header for Finder.
9842
98432000-05-24 Eric M. Ludlam <zappo@ultranet.com>
9844
9845 * rmailout.el (rmail-output-to-rmail-file): Added optional param
9846 STAY.
9847
9848 * rmail.el (rmail-automatic-folder-directives): New user variable.
9849 (rmail-show-message): Add call to `rmail-auto-file' during
9850 display.
9851 (rmail-auto-file): New function.
9852
6de3983f 98532000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 9854
fc6a6a4e 9855 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 9856 account.
fc6a6a4e
GM
9857 (ediff-test-utility,ediff-diff-mandatory-option)
9858 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 9859 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 9860
fc6a6a4e 9861 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 9862 variable.
7f565d87 9863
fc6a6a4e 9864 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
9865 ediff-merge-filename-prefix.
9866
fc290d1d
MK
98672000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
9868
fc6a6a4e 9869 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 9870
273182b8
EZ
98712000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9872
9873 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
9874 aliases for hebrew-iso-8bit.
9875
f471ea57
EZ
98762000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
9877
9878 * woman.el: New version from Francis J. Wright
9879 <F.J.Wright@Maths.QMW.ac.uk>.
9880 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
9881 names in environment variables regardless of the path separator.
9882 (woman-topic-all-completions-1): Don't call file-name-directory-p
9883 on all files, since woman-file-regexp already filters out any
9884 directories.
9885
01162f24
KH
98862000-05-24 Kenichi Handa <handa@etl.go.jp>
9887
48e3df76
KH
9888 * international/quail.el (quail-start-translation): Don't change
9889 modified-p of the current buffer.
9890 (quail-start-conversion): Likewise.
9891
9892 * international/kkc.el (kkc-region): Don't change modified-p of
9893 the current buffer.
9894
747d90ea
KH
9895 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
9896 conform to RFC1468.
9897 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 9898
17a223ff
EL
98992000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
9900
9901 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
9902 (speedbar-insert-button): Invisible text property fix.
9903 (speedbar-directory-plus): Renamed from speedbar-directory-+
9904 (speedbar-directory-minus): Renamed from speedbar-directory--
9905 (speedbar-page-plus): Renamed from speedbar-file-+
9906 (speedbar-page-minus): Renamed from speedbar-file--
9907 (speedbar-page): Renamed from speedbar-file-
9908 (speedbar-tag): Renamed from speedbar-tag-
9909 (speedbar-tag-plus): Renamed from speedbar-tag-+
9910 (speedbar-tag-minus): Renamed from speedbar-tag--
9911 (speedbar-expand-image-button-alist): Use above renames.
9912
9913 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
9914 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
9915 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
9916 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
9917 * sb-pg.xpm: Renamed from sb-file.xpm
9918 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
9919 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 9920
e6b6fc18
KH
99212000-05-24 Kenichi Handa <handa@etl.go.jp>
9922
9923 * international/quail.el (quail-show-guidance-buf): Set
9924 current-input-method of the guidance buffer to the name of the
9925 curren input method.
9926
a1a336eb
SM
99272000-05-23 Stefan Monnier <monnier@cs.yale.edu>
9928
9929 * progmodes/compile.el (compile-internal): Style typo.
9930
9931 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
9932 quote vars and functions in the docstring.
9933
9934 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
9935
9936 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
9937 Don't quote lambdas.
9938
9939 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
9940
9695b783
GM
99412000-05-23 Gerd Moellmann <gerd@gnu.org>
9942
716e3b88
GM
9943 * startup.el (command-line): Determine source file of compiled
9944 user init file differently. Warn if compiled user init file
9945 is older than its source file.
9946
9695b783 9947 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 9948
41ac433f
EZ
99492000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
9950
9951 * files.el (make-backup-file-name-1): Replace slashes with `!'
9952 rather than `|' (which is not allowed on Windows). Replace the
9953 drive letters with a string "drive_X".
9954
46600ab1
GM
99552000-05-23 Gerd Moellmann <gerd@gnu.org>
9956
9957 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
9958
9959 * files.el (interpreter-mode-alist): Add `bash2'.
9960
79a64d87
DL
99612000-05-22 Dave Love <fx@gnu.org>
9962
9963 * loadhist.el (feature-symbols, file-provides, file-requires): Use
9964 mapc.
9965 (feature-file): Avoid calling symbol-name. Doc fix.
9966 (file-set-intersect, file-dependents): Use dolist, not mapcar.
9967 (loadhist-hook-functions): Add mouse-position-function.
9968 (unload-feature): Change uses of mapcar.
9969
9970 * files.el (parse-colon-path): Doc fix.
9971 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
9972 (set-auto-mode): Use mapc.
9973
9974 * complete.el (PC-look-for-include-file): Use :alnum: character
9975 class.
9976 (partial-completion-mode): Add autoload cookie.
9977
0e8c11d8
SS
99782000-05-22 Sam Steingold <sds@gnu.org>
9979
ce75fd23 9980 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
9981 `add-text-properties' (bug introduced on 2000-05-18).
9982
d8d0fa6c
DL
99832000-05-22 Dave Love <fx@gnu.org>
9984
9985 * bindings.el: Remove debug-ignored-errors set in other files.
9986
9987 * progmodes/etags.el: Add to debug-ignored-errors.
9988 (visit-tags-table-buffer): Clear out buffers holding old tables
9989 when making a new list.
9990 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
9991 mapc.
9992
9993 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
9994 quote keywords.
9995 (cmpl-string-case-type): Use character classes.
9996
0e8c11d8
SS
9997 * comint.el:
9998 * textmodes/ispell.el:
9999 * imenu.el:
d8d0fa6c
DL
10000 * mail/mh-e.el:
10001 * progmodes/compile.el: Add to debug-ignored-errors.
10002
10003 * dabbrev.el: Add to debug-ignored-errors.
10004 (dabbrev-completion): Use mapc.
10005
1edbbf8a
EZ
100062000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
10007
10008 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
10009 (woman-mapcan, woman-parse-man.conf)
10010 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
10011 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
10012 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
10013 path syntax better.
10014 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
10015 (woman-manpath): Call woman-parse-man.conf.
10016 (woman-emulation): New defcustom, defaults to nroff.
10017 (woman-font-support): New defconst.
10018 (woman-use-symbol-font): New defcustom.
10019 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
10020 "Emulation".
10021 Many functions: Doc fix.
10022
5bd2148c
KH
100232000-05-22 Kenichi Handa <handa@etl.go.jp>
10024
10025 * international/quail.el (quail-simple-translation-keymap): Map
10026 128..255 to quail-self-insert-command.
10027 (quail-keyboard-layout-alist): Add definition for "pc102-de".
10028
4125ec7e
SM
100292000-05-22 Stefan Monnier <monnier@cs.yale.edu>
10030
a1a336eb
SM
10031 * help.el (help-manyarg-func-alist): Typo.
10032
40aeecad
SM
10033 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
10034 intervals which makes it heaps simpler.
10035
4125ec7e
SM
10036 * newcomment.el (comment-region-internal): Go back to BEG after quoting
10037 the nested comment markers.
e4da9c1c
SM
10038
10039 * subr.el (remove-hook): Don't turn the hook's value into a list.
10040
cb7216a7
DL
100412000-05-21 Dave Love <fx@gnu.org>
10042
ac266581
DL
10043 * edmacro.el (edmacro-parse-keys): Return vector if any elements
10044 are invalid characters.
10045
cb7216a7
DL
10046 * international/mule-util.el (detect-coding-with-priority): Use
10047 mapc. Remove redundant lambda.
10048
10049 * international/mule-diag.el (list-non-iso-charset-chars)
10050 (describe-fontset): Remove redundant lambda.
10051
10052 * emulation/crisp.el (brief-mode): New alias.
10053
10054 * emacs-lisp/ring.el (ring-elements): New function.
10055
10056 * emacs-lisp/easymenu.el (easy-menu-create-menu)
10057 (easy-menu-do-add-item): Use keywordp.
10058
10059 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
10060
10061 * replace.el: Doc and error message fixes.
10062 (replace-highlight): Use facep, not internal-find-face.
10063
9b0d1d6e
SM
100642000-05-20 Stefan Monnier <monnier@cs.yale.edu>
10065
b2d2cf58
SM
10066 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
10067
ffe7dc64
SM
10068 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
10069 (log-edit-insert-changelog): Drop `:' as well.
10070
10071 * log-view.el: Fix file description.
10072 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
10073 available.
10074 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
10075 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
10076
c8c21615
SM
10077 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
10078 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
10079 Print a status message if the toggle is called interactively.
10080 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
10081 for global minor modes and use `defcustom' for them.
10082 Use add-minor-mode.
10083 (easy-mmode-define-derived-mode): Remove.
10084 (define-derived-mode): Fancier default docstring.
10085 (easy-mmode-define-navigation): Signal an error rather than (ding).
10086
9b0d1d6e
SM
10087 * newcomment.el (comment-styles): New `box-multi'.
10088 (comment-normalize-vars): Better default for comment-continue to
10089 avoid whitespace-only continuations.
10090 (comment-search-forward): Always move even in the no-syntax case.
10091 (comment-padright): Only obey N if it's only obeyed for padleft.
10092 (comment-make-extra-lines): Better handling of empty continuations.
10093 Use `=' for the filler if comment-start has only one character.
10094 (uncomment-region): Try handling the special `=' filler.
10095 (comment-region): Allow LINES even if MULTI is nil.
10096 (comment-box): Choose box style based on comment-style.
10097
f5ee6d0f
KH
100982000-05-20 Kenichi Handa <handa@etl.go.jp>
10099
9b0d1d6e 10100 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
10101 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
10102
c9671f81
KH
101032000-05-20 Kenichi HANDA <handa@etl.go.jp>
10104
10105 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
10106 and insert, not subst-char-in-region.
10107
10108 * international/mule-diag.el (list-character-sets-1): Handle
10109 charsets eight-bit-control and eight-bit-graphic.
10110 (list-iso-charset-chars): Likewise.
10111 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
10112 charactes as is. Use indent-to to align characters.
10113
10114 * international/mule-cmds.el (find-multibyte-characters): Never
10115 exclude charsets eight-bit-control and eight-bit-graphic.
10116
1426aa5c
SM
101172000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10118
10119 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
10120 Don't quote lambdas.
10121
10122 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
10123
2b63d473
GM
101242000-05-19 Gerd Moellmann <gerd@gnu.org>
10125
10126 * gud.el (gud-jdb-directories): Doc fix.
10127
f1355756
SM
101282000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10129
10130 * newcomment.el: New file.
10131
5f64c9e0
GM
101322000-05-19 Gerd Moellmann <gerd@gnu.org>
10133
2b63d473 10134 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 10135
db7314bd
AS
101362000-05-18 Andreas Schwab <schwab@suse.de>
10137
10138 * dired.el (dired-between-files): Also skip lines beginning with
10139 `used'.
10140
25bb0401
GM
101412000-05-18 Gerd Moellmann <gerd@gnu.org>
10142
10143 * msb.el (msb-menu-cond): Add choice `user'.
10144
a199a865 101452000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 10146
a199a865
GM
10147 * ps-print.el: Compatibility, customization and doc fix.
10148 (ps-printer-name-option): Replace defconst by defvar.
10149 (ps-postscript-code-directory): XEmacs compatibility.
10150 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
10151 fix.
10152 (ps-user-defined-prologue, ps-print-prologue-header)
10153 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
10154 compatibility and code fix.
10155 (ps-print-background-image, ps-print-background-text):
10156 Customization fix.
10157 (ps-line-number-start, ps-n-up-on): New vars.
10158
25bb0401
GM
101592000-05-18 Espen Skoglund <esk@ira.uka.de>
10160
10161 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
10162 the indent-comment function to just return the appropriate indent.
10163
68e6c83a
EL
101642000-05-18 Eric M. Ludlam <zappo@ultranet.com>
10165
10166 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
10167 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
10168 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
10169
dae6cb9f
DL
101702000-05-18 Dave Love <fx@gnu.org>
10171
10172 * info.el (Info-fontify-node): Add intangible property as well as
10173 invisible.
10174
10175 * calendar/appt.el (appt-make-list): Match all lines of entry.
10176 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
10177
813086ea
KH
101782000-05-18 Kenichi Handa <handa@etl.go.jp>
10179
10180 * international/mule-diag.el (describe-char-after): Call
10181 internal-char-font, not char-font. If internal-char-font returns
10182 nil, display "-- none --".
10183
24978190
EZ
101842000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10185
10186 * image.el (image-type-available-p): Don't reference image-types
10187 if it isn't bound.
10188
2fca2d5d
SM
101892000-05-17 Stefan Monnier <monnier@cs.yale.edu>
10190
10191 * autoarg.el (autoarg-mode): Typo in the :set argument.
10192
cfc75d05
EZ
101932000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10194
10195 * startup.el (command-line-1): Don't signal an error if the
10196 directory for auto-save-list files does not yet exist.
10197
c4e30387
KH
101982000-05-17 Kenichi Handa <handa@etl.go.jp>
10199
10200 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
10201
dd6b8ea7
SM
102022000-05-16 Stefan Monnier <monnier@cs.yale.edu>
10203
10204 * subr.el (remove-hook): `setq' hook-value, not `set'.
10205
399c88ad
SS
102062000-05-16 Sam Steingold <sds@gnu.org>
10207
a199a865 10208 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 10209
01651f07
DL
102102000-05-16 Dave Love <fx@gnu.org>
10211
10212 * cus-edit.el: Don't require cl or easymenu.
10213 (custom-variable-prompt): Test standard-value property, not
10214 user-variable-p.
10215
2248c40d
SS
102162000-05-16 Sam Steingold <sds@gnu.org>
10217
10218 * subr.el (add-hook): `setq' hook-value, not `set'.
10219
b15f3b77
GM
102202000-05-16 Gerd Moellmann <gerd@gnu.org>
10221
10222 * startup.el (command-line-1): Mention the FAQ in the startup
10223 message.
10224
10225 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
10226
10227 * progmodes/compile.el (compilation-parse-errors): Collect
10228 `nomessage' regexps last.
10229
10230 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
10231
10232 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
10233 to the function name.
10234
f9bbcfac
EL
102352000-05-15 Dave Love <fx@gnu.org>
10236
10237 * speedbar.el (speedbar-recenter): Typo.
10238 (speedbar-expand-line): Make arg optional.
10239 (speedbar-mode): Avoid a compiler warning.
10240
119b42eb
GM
102412000-05-15 Gerd Moellmann <gerd@gnu.org>
10242
10243 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
10244 user-specified option string is empty.
10245
10246 * mouse.el (mouse-yank-at-click): Doc fix.
10247
f685bea9
EZ
102482000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
10249
10250 * term/internal.el (IT-character-translations): More updates of
10251 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
10252 documents.
10253
a1b8d58b
GM
102542000-05-15 Gerd Moellmann <gerd@gnu.org>
10255
10256 * env.el (getenv): New function, interactively callable.
10257 (setenv, getenv): Remove autoload cookies.
10258
10259 * loadup.el: Load `env'.
10260
10261 * progmodes/f90.el: Change author's mail address.
10262
c9bba7ed
DL
102632000-05-14 Dave Love <fx@gnu.org>
10264
e5c83697
DL
10265 * mail/rmail.el (rmail-show-message-hook): Customize and offer
10266 goto-addr as an option.
10267
10268 * help.el (help-xref-stack): Doc fix.
10269 (help-xref-following): New variable.
10270 (help-make-xrefs): Use it.
10271 (help-xref-go-back): Use position information from stack element.
10272 (help-follow): Make position in stack element a pair. Use
10273 help-xref-following.
399c88ad 10274
e5c83697
DL
10275 * autoarg.el: New file.
10276
10277 * faces.el: Declare more functions obsolete.
10278
c9bba7ed
DL
10279 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
10280 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
10281 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
10282 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
10283 Remove all the setup-...-environment functions.
10284
b6389bfb
EL
102852000-05-13 Eric M. Ludlam <zappo@ultranet.com>
10286
a1b8d58b
GM
10287 * speedbar.el: Updated the commentary section. xemacs20p now uses
10288 >= when detecting. Require `defimage' safely.
b6389bfb
EL
10289 (speedbar-easymenu-definition-base): Add toggle for images.
10290 (speedbar-easymenu-definition-special): Add flush cache & expand.
10291 (speedbar-visiting-tag-hook): Set new defaults. Added options.
10292 (speedbar-reconfigure-keymaps-hook): New variable.
10293 (speedbar-frame-parameters): Updated documentation.
10294 (speedbar-use-imenu-flag): Updated custom tag
10295 (speedbar-dynamic-tags-function-list): New variable.
10296 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
10297 (speedbar-indentation-width, speedbar-indentation-width) New
10298 variables.
10299 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
10300 (speedbar-vc-indicator): Doc update.
10301 (speedbar-ignored-path-expressions): Updated default value.
10302 (speedbar-supported-extension-expressions): Updated default value.
10303 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
10304 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
10305 as "+". Added overlay aliases.
10306 (speedbar-mode): Use `speedbar-mode-line-update' instead of
10307 `force-mode-line-update'.
10308 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
10309 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
10310 `mouse-set-point'
b6389bfb 10311 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
10312 (speedbar-item-info-tag-helper): Revamped to handle a wider range
10313 of arbitrary text, and new helper functions.
10314 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
10315 filename finder.
b6389bfb
EL
10316 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
10317 (speedbar-directory-buttons): Update path search/expansion.
10318 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
10319 `speedbar-indentation-width'. Use more care w/ invisible
10320 properties.
b6389bfb
EL
10321 (speedbar-change-expand-button-char): Call
10322 `speedbar-insert-image-button-maybe'.
10323 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
10324 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
10325 (speedbar-trim-words-tag-hierarchy)
10326 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 10327 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
10328 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
10329 functions.
b6389bfb
EL
10330 (speedbar-mouse-set-point): New function
10331 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
10332 (speedbar-line-token, speedbar-goto-this-file): Handle more types
10333 of tag prefix text.
10334 (speedbar-expand-line, speedbar-contract-line): Make more robust
10335 to strange text.
10336 (speedbar-expand-line): Takes universal argument to flush the
10337 cache.
b6389bfb
EL
10338 (speedbar-flush-expand-line): New function.
10339 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
10340 Use new generator insertion method.
10341 (speedbar-fetch-dynamic-tags): New function.
10342 (speedbar-fetch-dynamic-imenu): Removed code now handled in
10343 `speedbar-fetch-dynamic-imenu'.
10344 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
10345 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
10346 "Revert Buffer" menu items.
10347 (speedbar-buffer-buttons-engine): Be smarter when creating a
10348 filename tag (for expansion purposes.).
a1b8d58b
GM
10349 (speedbar-highlight-one-tag-line,
10350 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
10351 (speedbar-recenter): New functions.
b6389bfb 10352 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
10353 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
10354 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
10355 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
10356 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
10357 (speedbar-expand-image-button-alist): New variable.
10358 (speedbar-insert-image-button-maybe): Insert an image over some
10359 buttons.
10360
43fe9244
KH
103612000-05-13 Kenichi Handa <handa@etl.go.jp>
10362
10363 * international/mule-cmds.el (encode-coding-char): An ASCII
10364 character is always encodable.
10365
10366 * international/mule-conf.el: Add more information in descriptions
10367 of character sets.
10368
813086ea 10369 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
10370 (describe-font-internal): Adjusted for the change of font-info.
10371 (describe-font): Likewise.
10372 (print-fontset): Rewritten for the new fontset implementation.
10373 (describe-fontset): Include fontset alias names in completion.
10374 (list-fontsets): Adjusted for the change of print-fontset.
10375
10376 * simple.el (what-cursor-position): If DETAIL is non-nil, call
10377 describe-char-after instead of displaying the detail in the echo
10378 area.
813086ea
KH
10379 (syntax-code-table): Format changed.
10380 (string-to-syntax): Adjusted for the above change.
0e8c11d8 10381
e8564f57
SM
103822000-05-12 Stefan Monnier <monnier@cs.yale.edu>
10383
10384 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
10385
9278c60d
DL
103862000-05-12 Dave Love <fx@gnu.org>
10387
10388 * calendar/todo-mode.el: Remove some compatibility stuff and CL
10389 dependence. Use line-{beginning,end}-position, not
10390 point-at{b,e}ol. Some doc fixes.
10391 (todo-position): New function. Fix callers of position to use it.
10392 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
10393
be0505fe
GM
103942000-05-12 Gerd Moellmann <gerd@gnu.org>
10395
10396 * time.el (display-time-mail-icon): Use `:ascent center'.
10397
a8a3541c
GM
10398 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
10399 handling FTP security extensions.
399c88ad 10400
44d5f148
DL
104012000-05-11 Dave Love <fx@gnu.org>
10402
33d0c179 10403 * calendar/todo-mode.el: New file.
44d5f148 10404
da4496b6
GM
104052000-05-11 Gerd Moellmann <gerd@gnu.org>
10406
cdc4401d
GM
10407 * comint.el (comint-read-input-ring): Move reference to
10408 comint-input-ring-size outside of the save-excursion. It was
10409 causing the default value to be the only one ever seen.
399c88ad 10410
0279f991
GM
10411 * font-lock.el: Update copyright. Remove Simon Marshall's email
10412 address on request from him.
10413
da4496b6
GM
10414 * subr.el (substitute-key-definition): Add comment describing
10415 the meaning of PREFIX.
10416
ac5cb26d
SM
104172000-05-10 Stefan Monnier <monnier@cs.yale.edu>
10418
10419 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
10420
10421 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
10422 (add-minor-mode): Don't make the variable buffer-local and add a
10423 reference to define-minor-mode in the docstring.
10424
10425 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
10426 HEADER/FOOTER and fix bug with trailing empty directory.
10427 (cvs-append-to-ignore): Use vc-editable-p if available.
10428 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
10429 (vc-do-command): Tweak advice to handle the new VC.
10430
10431 * log-view.el (log-view-goto-rev): New function for the new VC.
10432 (log-view-minor-wrap): Use mark-active.
10433
10434 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
10435 (log-edit-changelog-full-paragraphs): New var.
10436 (log-edit-insert-changelog): Remove a lonely leading `* file'.
10437 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
10438 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
10439 (log-edit-changelog-ours-p, log-edit-changelog-entries)
10440 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
10441 Replace the `cvs' prefix with `log-edit'.
10442
10443 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
10444
10445 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
10446 (diff-font-lock-defaults): Explicitly turn off multiline.
10447 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
10448 (diff-ediff-patch): Fix call to ediff-patch-file.
10449 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
10450 Handle comments.
10451
10452 * frame.el (automatic-hscrolling): Typo.
10453
10454 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
10455
21c34da3
DL
104562000-05-09 Sam Steingold <sds@goems.com>
10457
10458 * apropos.el (apropos-print): use `describe-face' instead of
10459 `customize-face-other-window'.
10460
950cf06f
DL
104612000-05-09 Dave Love <fx@gnu.org>
10462
10463 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
10464
10465 * help.el (describe-variable): Have customize button pop the
10466 help-xref stack when invoked.
10467 (help-xref-symbol-regexp): Add `face'.
10468 (help-make-xrefs): Check for quoted face names and adapt regexp
10469 submatch numbers to cope.
10470 (help-xref-interned): Maybe insert face doc too. Separate
10471 sections with a line of hyphens.
10472
0623e40f 10473 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
10474 (describe-face): Add customize button. Return the help
10475 text. Fix prompt.
10476
82e2ca9d
EZ
104772000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
10478
10479 * term/internal.el (IT-character-translations): Fix last change.
10480
10c00b5c
EZ
104812000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10482
10483 * woman.el: New file
10484 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
10485
9deed82f
EZ
104862000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10487
001ad319
EZ
10488 * term/internal.el (IT-character-translations): Update ASCII
10489 simulations for greek-iso8859-7, add latin-iso8859-14 and
10490 latin-iso8859-15.
10491
9deed82f
EZ
10492 * international/mule-cmds.el (set-language-info-alist): Call
10493 define-prefix-command with 3 arguments, to make the map suitable
10494 for a menu.
10495
4f37b78a
DL
104962000-05-07 Dave Love <fx@gnu.org>
10497
1ec321a7 10498 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 10499
64a4c526
DL
105002000-05-05 Dave Love <fx@gnu.org>
10501
10502 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
10503 list in doc string. Don't quote keyword symbols.
10504 * emacs-lisp/cl.el: Likewise
10505 * emacs-lisp/cl-seq.el: Likewise
10506
056565f7
GM
105072000-05-05 Gerd Moellmann <gerd@gnu.org>
10508
10509 * abbrev.el (abbrev-mode): Make ARG optional.
10510
4656b314
GM
105112000-05-04 Gerd Moellmann <gerd@gnu.org>
10512
ec82fb2f
GM
10513 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
10514
10515 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
10516
4656b314
GM
10517 * subr.el (substitute-key-definition): Clarify documentation.
10518
105192000-05-04 Milan Zamazal <pdm@freesoft.cz>
10520
10521 * glasses.el (glasses-convert-to-unreadable): Use
10522 `glasses-separator' instead of the hard-wired "_".
10523 (glasses-mode): Call `glasses-make-unreadable' only in a single
10524 place.
10525
7b081c78
EZ
105262000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
10527
10528 * term/internal.el (cjk-codepages-alist): Add associations for
10529 Chinese and Korean codepages. Remove FIXME comment.
10530
baa5536e
DL
105312000-05-03 Dave Love <fx@gnu.org>
10532
10533 * time.el (display-time-mail-face, display-time-use-mail-icon):
10534 New option.
10535 (display-time-mail-icon): New variable.
10536 (display-time-string-forms): Use the above. Fix the local-map.
10537
cbf18892
GM
105382000-05-03 Gerd Moellmann <gerd@gnu.org>
10539
4ff40dd0
GM
10540 * replace.el (query-replace-map): Add binding for `E'.
10541 (query-replace-help): Extend help text.
10542 (perform-replace): Allow editing the replacement string.
10543
10544 * make-mode.el (makefile-mode-abbrev-table): New variable.
10545 (makefile-mode): Set local abbrev table to
10546 makefile-mode-abbrev-table.
10547 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 10548
cbf18892
GM
10549 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
10550 set TOGGLE's value.
10551
4ff40dd0
GM
10552 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
10553 mail-interactive-insert-alias.
10554 (mail-abbrev-complete-alias): New command.
10555 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 10556
ffec4d9f
KH
105572000-05-03 Kenichi Handa <handa@etl.go.jp>
10558
10559 * language/lao-util.el (lao-compose-region): New function.
10560
1b0672c3
GM
105612000-05-02 Gerd Moellmann <gerd@gnu.org>
10562
576da55d
GM
10563 * files.el (recover-session): Make directories as necessary
10564 if they don't exist yet.
10565
399c88ad
SS
10566 * calendar/cal-french.el
10567 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
10568 (french-calendar-special-days-array): Change French text.
10569 (calendar-french-date-string): Change output.
10570 (calendar-goto-french-date): Likewise.
10571
105722000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
10573
10574 * wid-edit.el (widget-default-active): Obey `:always-active'.
10575 (widget-documentation-string-value-create): Set `:always-active'.
10576
4b33deaa
EZ
105772000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10578
10579 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
10580 default prefix to `~/_emacs.d/auto-save.list/_s'.
10581 (normal-top-level): Create the directory for auto-save files, if
10582 it doesn't already exist (in the ms-dos case only).
10583
5c922ea7
EZ
105842000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10585
10586 * international/mule-cmds.el (set-language-environment): Don't
10587 concat an integer (dos-codepage), use format instead.
10588
820ad5e7
DL
105892000-05-02 Dave Love <fx@gnu.org>
10590
10591 * help.el (help-xref-on-pp): Check for constant symbols.
10592
57cb56f5
GM
105932000-04-29 Gerd Moellmann <gerd@gnu.org>
10594
10595 * startup.el (normal-top-level): Put a condition-case around
10596 the code loading subdirs.el.
10597
105982000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 10599
57cb56f5
GM
10600 * ps-print.el: Upside-down and face background color printing,
10601 line number step, doc fix.
10602 (ps-print-version): New version number (5.2).
10603 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
10604 (ps-face-attribute-list, ps-plot-with-face): Code fix.
10605 (ps-spool-config): Var fix.
10606 (ps-printer-name-option): Const fix.
10607 (ps-print-upside-down, ps-use-face-background)
10608 (ps-line-number-step): New vars.
10609 (ps-window-system, ps-lp-system): New consts.
10610 (ps-face-background): New fun.
10611
084cec2f
GM
106122000-04-28 Richard Stallman <rms@gnu.org>
10613
10614 * files.el (make-auto-save-file-name):
10615 Apply auto-save-file-name-transforms to visited file name
10616 before generating auto save file name.
10617 (auto-save-file-name-transforms): New variable.
10618
399c88ad 10619 * files.el (backup-enable-predicate):
084cec2f
GM
10620 Correctly test for a file under a temporary directory.
10621
c94f4677
GM
106222000-04-28 Gerd Moellmann <gerd@gnu.org>
10623
10624 * subr.el (add-minor-mode): Rewritten.
10625
7b211df5
KH
106262000-04-28 Kenichi Handa <handa@etl.go.jp>
10627
10628 * mail/sendmail.el (sendmail-send-it): Set
10629 buffer-file-coding-system to the selected coding system for MIME
10630 header.
10631
c76e04a8 106322000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 10633
c76e04a8
GM
10634 * dired.el (dired-move-to-filename-regexp): Allow format where
10635 YYYY is followed by two spaces.
e3e36d74 10636
c76e04a8
GM
10637 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
10638 in the second character class of the regexp.
10639
10640 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
10641 mh-etc, too.
353964e3 10642
c76e04a8
GM
10643 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
10644 nil.
399c88ad 10645
353964e3
GM
10646 * subr.el (add-minor-mode): Use `set' instead of `setq'.
10647
10648 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
10649 argument.
10650
c76e04a8 106512000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 10652
c76e04a8
GM
10653 * emacs-lisp/crm.el (crm-completion-table): New variable.
10654 (crm-collection-fn, crm-test-completion)
10655 (completing-read-multiple): Use it.
10656
106572000-04-27 Dave Love <fx@gnu.org>
10658
10659 * help.el (locate-library): Use mapc.
10660 (help-manyarg-func-alist): Add call-process-region.
10661
7464346d
GM
106622000-04-26 Gerd Moellmann <gerd@gnu.org>
10663
b35bd33d
GM
10664 * subr.el (add-minor-mode): Make argument MAP optional.
10665
7464346d
GM
10666 * desktop.el (desktop-save): Save list of minor modes.
10667 (desktop-create-buffer): Restore minor modes.
10668 (desktop-minor-mode-table): New user-option.
10669
10670 * subr.el (add-minor-mode): New function.
10671
10672 * image.el (find-image): New function.
10673 (defimage): Rewritten to find image at load time.
10674
10675 * startup.el (normal-top-level-add-to-load-path): Handle
10676 case that the default directory is not in load-path.
10677
10678 * help.el: Old patch from Stefan Monnier.
10679 (help-xref-on-pp): New function.
10680 (describe-variable): Use it to display xrefs in a symbol's value.
10681
23c0fb21
SM
106822000-04-26 Stefan Monnier <monnier@cs.yale.edu>
10683
10684 * cus-edit.el (custom-face): Fix parenthesis.
10685
fad95037
KH
106862000-04-26 Kenichi Handa <handa@etl.go.jp>
10687
f03392a1
KH
10688 * mail/rmail.el (rmail-expunge): When there are no deleted
10689 messages, do nothing.
fad95037 10690
0d7c5bb9
DL
106912000-04-26 Dave Love <fx@gnu.org>
10692
10693 * international/mule-cmds.el (locale-translation-file-name):
10694 Defvar to nil.
10695 (set-locale-environment): Set it here (at runtime).
10696
612839b6
GM
106972000-04-25 Gerd Moellmann <gerd@gnu.org>
10698
10699 * replace.el (perform-replace): Add parameters START and END. Use
10700 them instead of the check for a region in Transient Mark mode.
10701 (query-replace-read-args): Return two more list elements for the
10702 start and end of the region in Transient Mark mode.
10703 (query-replace, query-replace-regexp, query-replace-regexp-eval)
10704 (map-query-replace-regexp, replace-string, replace-regexp): Add
10705 optional last arguments START and END and pass them to
10706 perform-replace.
10707
10708 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
10709 form with additional arguments for perform-replace.
10710
10711 * progmodes/etags.el (tags-query-replace): Add parameters START
10712 and END. Construct a form with additional arguments for
10713 perform-replace.
10714
10715 * simple.el (shell-command): Set default directory for "*Shell
10716 Command Output" buffer.
10717
10718 * language/european.el (iso-latin-4): Fix typo.
10719
10720 * emacs-lisp/crm.el: New file.
10721
2917cc05
DL
107222000-04-24 Dave Love <fx@gnu.org>
10723
10724 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
10725 (Custom-reset-saved, Custom-reset-standard)
10726 (custom-group-value-create, custom-group-set, custom-group-save)
10727 (custom-group-reset-current, custom-group-reset-saved)
10728 (custom-group-reset-standard): Use mapc.
10729 (custom-buffer-create-internal): Disable undo when creating items.
10730 Use mapc.
10731 (custom-face): Avoid redundant lambda.
10732
abfcc168
GM
107332000-04-24 Gerd Moellmann <gerd@gnu.org>
10734
10735 * startup.el (auto-save-list-file-prefix): Set default to
10736 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
10737
fa78f71b
SS
107382000-04-24 Sam Steingold <sds@gnu.org>
10739
10740 * time-stamp.el (time-stamp-string-preprocess): Always convert
10741 `field-result' to a string.
10742
cc181e95
GM
107432000-04-24 Gerd Moellmann <gerd@gnu.org>
10744
10745 * frame.el (scrolling): New group.
10746 (automatic-hscrolling): New user-option.
10747
10748 * startup.el (command-line-x-option-alist): Add `-lsp' and
10749 `--line-spacing'.
10750
6142fdcb
DL
107512000-04-19 Dave Love <fx@gnu.org>
10752
10753 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
10754 (cl-mapc): Rename from mapc. Fix the funcall.
10755
5e3dac3f
GM
107562000-04-19 Gerd Moellmann <gerd@gnu.org>
10757
1c459486
GM
10758 * simple.el (clone-indirect-buffer-other-window): New command.
10759 (clone-indirect-buffer): Add optional arg NORECROD.
10760 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
10761
271b4185
GM
10762 * help.el (resize-temp-buffer-window): Use count-screen-lines.
10763
10764 * window.el (count-screen-lines): New function.
10765 (shrink-window-if-larger-than-buffer): Use count-screen-lines
10766 instead of window-buffer-height.
10767
10768 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
10769 non-existing variable comint-input-sentinel.
10770 (inferior-lisp-args-to-list): Removed.
10771 (inferior-lisp): Use split-string instead of
10772 inferior-lisp-args-to-list.
10773
10774 * hexl.el (hexl-insert-hex-string): New command.
10775
5e3dac3f
GM
10776 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
10777 instead of concat.
10778
f6d3257b
GM
107792000-04-18 Gerd Moellmann <gerd@gnu.org>
10780
10781 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
10782 at the start of an existing but empty folder.
10783
107842000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10785
10786 * ps-mule.el: Customization fix, doc fix.
10787 (ps-multibyte-buffer): Customization fix.
10788
8b7bc628 107892000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
10790
10791 * subr.el (read-passwd): Use read-char-exclusive.
10792
0daee095
GM
107932000-04-17 Gerd Moellmann <gerd@gnu.org>
10794
10795 * textmodes/texinfo.el (texinfo-insert-@email)
10796 (texinfo-insert-@emph, texinfo-insert-@quotation)
10797 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
10798 (texinfo-mode-map): Add key bindings for them.
10799
10800 * files.el (basic-save-buffer-2): Use a template with `$'
10801 instead of `#' for VMS.
10802
10803 * simple.el (clone-indirect-buffer): New function.
10804
e10f64e7
GM
108052000-04-16 Stephen Eglen <stephen@gnu.org>
10806
10807 * iswitchb.el (iswitchb-case): New function. If the user input
10808 contains any upper-case characters, the search is made
10809 case-sensitive.
10810
e3721db1
SM
108112000-04-17 Stefan Monnier <monnier@cs.yale.edu>
10812
e10f64e7
GM
10813 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
10814 comment-end.
e3721db1
SM
10815 (texinfo-font-lock-syntactic-keywords): New var.
10816 (texinfo-font-lock-keywords): Remove comment regexp.
10817 (texinfo-insert-block): New function.
10818 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
10819 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
10820 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 10821 (texinfo-environments): New var.
e10f64e7
GM
10822 (texinfo-environment-regexp): Use regexp-opt and
10823 texinfo-environments.
e3721db1 10824
e10f64e7
GM
10825 * textmodes/ispell.el (ispell-menu-map-needed): Check that
10826 ispell-process is bound since this might be eval'd before ispell
10827 is loaded.
10828 (ispell-message): Use a tiny bit less magic and a bit more hard
10829 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
10830
10831 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
10832
10833 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
10834 (insert-cyclic-diary-entry): Unquote the lambda.
10835
10836 * gud.el (gud-jdb-build-source-files-list): Fix typo.
10837
10838 * files.el (backup-enable-predicate): Unquote the lambda.
10839
10840 * cus-edit.el (custom-face, face): Unquote the lambda.
10841
712dc9e0
GM
108422000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10843
10844 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 10845
712dc9e0
GM
10846 * ps-print.el: Fix counting lines in a region.
10847 (ps-print-version): New version number (5.1.5).
10848 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
10849 (ps-printing-region): Fun code fix.
10850
ffc50f2a
GM
108512000-04-15 Gerd Moellmann <gerd@gnu.org>
10852
10853 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
10854 to file-directory-p.
10855
a2522dca
GM
108562000-04-14 Gerd Moellmann <gerd@gnu.org>
10857
10858 * gud.el (gud-jdb-build-source-files-list): Check that directory
10859 exists before calling directory-files.
10860
6e883610
DL
108612000-04-13 Dave Love <fx@gnu.org>
10862
10863 * emacs-lisp/trace.el: Change maintainer. Use new backquote
10864 syntax.
10865
10866 * emacs-lisp/cl-specs.el: Remove when, unless.
10867
10868 * emacs-lisp/cl-extra.el: Don't quote keywords.
10869 (cl-old-mapc): New variable.
10870 (mapc): Use it.
10871 (cl-map-intervals): Use with-current-buffer. Don't check for
10872 next-property-change.
10873 (cl-map-overlays): Use with-current-buffer.
10874 (cl-expt): Remove.
10875 (copy-tree, remprop): Define unconditionally.
10876
10877 * emacs-lisp/cl-compat.el (keywordp): Remove.
10878
10879 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
10880 to use keywordp.
10881 (edebug-spec): Enable keywordp.
10882
10883 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
10884 string-lessp.
10885
10886 * cus-start.el: Use keywordp.
10887
198e3c7a
GM
108882000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10889
10890 * diary-lib.el (include-other-diary-files): Fix the fix of
10891 2000-02-18 by doing a save-excursion.
10892
108932000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10894
10895 * ps-print.el: Customization fix, doc fix.
10896 (ps-print-version): New version number (5.1.4).
10897 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
10898 (ps-print-preprint): Adjust code.
10899 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
10900 (ps-print-prologue-header, ps-print-control-characters)
10901 (ps-spool-config): Customization fix.
fa78f71b 10902
8eba343c
EZ
109032000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
10904
10905 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
10906 converted to the new menu-item format, names silightly changed,
10907 help strings added.
10908
10909 Support for spelling without async subprocesses:
10910
10911 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
10912 (ispell-session-buffer): New variables.
10913 (ispell-start-process, ispell-process-status,
10914 ispell-accept-output, ispell-send-string): New functions, for
10915 Ispell invocation when async subprocesses aren't supported.
10916 (ispell-word, ispell-pdict-save, ispell-command-loop,
10917 ispell-process-line, ispell-buffer-local-parsing): Replace calls
10918 to process-send-string with calls to ispell-send-string, and
10919 accept-process-output with ispell-accept-output.
10920 (ispell-init-process): Call ispell-process-status instead of
10921 process-status with.
10922 (ispell-init-process): Call ispell-start-process. Call
10923 ispell-accept-output and ispell-send-string. Don't call
10924 process-kill-without-query and kill-process if they are unbound.
10925 (ispell-async-processp): New function.
10926
3d30065d
DL
109272000-04-12 Dave Love <fx@gnu.org>
10928
10929 * info.el: Add debug-ignored-errors.
10930 (Info-mode-menu): Add some items.
10931 (Info-directory): Add autoload cookie.
10932
10933 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
10934 Modify `truncate-lines'. Make `describe-language-environment'
10935 always visible and add help. Modify `describe-key' help. Invoke
10936 Info-directory from `info'. New entry `emacs-manual'.
10937
1a1b1895
GM
109382000-04-10 Gerd Moellmann <gerd@gnu.org>
10939
8b2affc5
GM
10940 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
10941 propertized-buffer-identification.
10942 (ebrowse-update-member-buffer-mode-line): Likewise.
10943 (ebrowse--mode-strings): Removed.
10944 (ebrowse--mode-line-props): Removed.
10945
1a1b1895
GM
10946 * files.el (auto-mode-alist): Add `EBROWSE'.
10947
10948 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
10949 space before testing for end of buffer.
10950 (ebrowse-load): Removed.
10951 (ebrowse-revert-tree-buffer-from-file): Rewritten.
10952 (ebrowse-create-tree-buffer): Rewritten.
10953 (ebrowse-tree-mode): Read tree from buffer.
10954
10955 * progmodes/ebrowse-ffh.el: Removed.
10956
223f3c91
KH
109572000-04-10 Kenichi Handa <handa@etl.go.jp>
10958
10959 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
10960
25fbf2c4
GM
109612000-04-10 Gerd Moellmann <gerd@gnu.org>
10962
10963 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
10964 at the wrong place.
10965
92c13173
DL
109662000-04-09 Dave Love <fx@gnu.org>
10967
10968 * files.el (backup-enable-predicate): Use
10969 temporary-file-directory, small-temporary-file-directory.
10970 (make-backup-file-name-function, backup-directory-alist): New
10971 variables.
10972 (make-backup-file-name-1): New function.
10973 (make-backup-file-name): Use it.
10974 (find-backup-file-name): Likewise. Use format for clarity, not
10975 concat.
10976 (file-newest-backup): Use make-backup-file-name.
10977
be0dbdab
GM
109782000-04-09 Gerd Moellmann <gerd@gnu.org>
10979
c45be9ac 10980 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 10981
c45be9ac
GM
10982 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
10983 to ebrowse-ffh.el.
10984 (ebrowse-load): Add autoload.
10985
10986 * finder.el (finder-commentary): Add autoload cookie.
10987
be0dbdab
GM
10988 * mail/rfc2368.el: Correct author's email address.
10989
10990 * progmodes/ebrowse.el: New file.
10991
10992 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
10993 item help string.
10994 (easy-menu-do-add-item): Ditto.
10995 (easy-menu-define): Extend doc string.
10996
10997 * jit-lock.el (with-buffer-unmodified): Use
10998 restore-buffer-modified-p.
10999 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
11000 (jit-lock-function, jit-lock-stealth-fontify): Don't use
11001 with-buffer-unmodified.
11002
3f923efe
DL
110032000-04-08 Dave Love <fx@gnu.org>
11004
11005 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
11006 unless, when.
11007
d35bee0e
MK
110082000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
11009
11010 * viper-util.el (viper-put-on-search-overlay): New subroutine.
11011 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 11012 doesn't support face.
d35bee0e 11013 Use `viper-put-on-search-overlay'.
fa78f71b 11014
c407c570
GM
110152000-04-04 Gerd Moellmann <gerd@gnu.org>
11016
11017 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
11018 like C-r.
11019
11020 * progmodes/make-mode.el: Some doc fixes.
11021 (makefile-mode-abbrev-table): New variable.
11022 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
11023 (makefile-font-lock-keywords): Fontify includes and conditionals.
11024 (toplevel): Require `dabbrev' and `add-log' when compiling.
11025
11026 * replace.el (perform-replace): Don't move forward one char
11027 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
11028 to do that because it leaves point 1 position after the last
11029 replacement, after everything has been replaced.
11030
11031 * jit-lock.el (with-buffer-unmodified): New macro.
11032 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
11033 modified state.
11034 (jit-lock-function-1): Extracted from jit-lock-function; not
11035 preserving buffer's modified state.
11036 (jit-lock-function, jit-lock-stealth-fontify): Call
11037 jit-lock-function-1.
11038
11039 * mail/rfc2368.el: Remove supernumerary copyright line.
11040
685e5ed2
GM
110412000-04-04 Milan Zamazal <pdm@freesoft.cz>
11042
11043 * glasses.el: Provide facilities for inserting space before left
11044 parentheses and uncapitalization of identifiers.
11045 (glasses-mode): Try to remove old overlays in all cases.
11046
0166aed1
GM
110472000-04-03 Gerd Moellmann <gerd@gnu.org>
11048
62f20204
GM
11049 * progmodes/compile.el (compile-internal): Display the compilation
11050 buffer in a different frame, if it's already displayed there.
11051
6460c400
GM
11052 * mail/rfc2368.el: New file.
11053
c0510d27
GM
11054 * simple.el (sendmail-user-agent-compose): Recognize a `body'
11055 header and insert its value as mail body.
11056
11057 * subr.el (member-ignore-case): New function.
11058
11059 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
11060 (dabbrev--find-expansion): Ignore buffers matching a regexp
11061 from dabbrev-ignored-regexps.
11062
0166aed1
GM
11063 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
11064 to extensions handled by gzip.
11065
c0510d27
GM
110662000-04-03 Richard M. Stallman <rms@gnu.org>
11067
11068 * files.el (insert-directory): List the total free space
11069 along with the used space.
fa78f71b 11070
c0510d27
GM
11071 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
11072 line is followed by one that matches CITATION-REGEXP, end the
11073 paragraph.
11074
110752000-04-03 Markus Rost <rost@delysid.gnu.org>
11076
11077 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
11078 (rmail-make-basic-summary-line): Use that option.
fa78f71b 11079
14c04384
KH
110802000-04-03 Kenichi Handa <handa@etl.go.jp>
11081
11082 * international/mule-cmds.el (encoded-string-description):
11083 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
11084 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
11085 for hexadecimal format.
14c04384 11086
ccf5869a
DL
110872000-04-01 Dave Love <fx@gnu.org>
11088
11089 * cpp.el: Change customization group to `c' from `C'.
11090
11091 * vcursor.el (vcursor-move): Use display-color-p.
11092
11093 * international/mule-util.el: Provide mule-utils.
11094 (string-to-sequence): Simplify and speed up.
11095
11096 * international/mule.el (make-coding-system): Purecopy doc-string.
11097
11098 * international/mule-cmds.el: Various menu changes.
11099 (describe-specified-language-support): Handle `Default'.
11100 (set-language-info): Purecopy `info'.
11101
610d841e
GM
111022000-03-31 Andrew Innes <andrewi@gnu.org>
11103
11104 * vc.el (vc-backend-diff): Return the correct status if we had to
11105 retry the rcsdiff command without the --brief option.
fa78f71b 11106
7f9de034
DL
111072000-03-31 Dave Love <fx@gnu.org>
11108
2de47765
DL
11109 * help.el (help-manyarg-func-alist): Correct several omissions.
11110
72838819
DL
11111 * add-log.el: Don't require cl, fortran.
11112 (add-log-current-defun-function): Doc fix.
11113 (change-log-version-number-regexp-list): Remove SCCS part. Doc
11114 fix.
11115 (change-log-version-rcs): Function deleted.
11116 (change-log-version-number-search): Doc fix. Use
11117 vc-workfile-version. Avoid CL dolist.
11118 (add-change-log-entry): Just call add-log-current-defun to get
11119 defun. Simplify somewhat.
11120 (change-log-get-method-definition-1): Likewise.
11121 (add-log-current-defun): Return nil if calling
11122 add-log-current-defun-function does so. Move Fortran stuff to
11123 fortran.el. Return string without properties.
11124
7f9de034
DL
11125 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
11126 and :alpha: char classes.
11127
11128 * mail/supercite.el: Defvar curline when compiling.
11129 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
11130 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
11131 rather than a-zA-Z0-9 to allow non-ASCII characters.
11132
aa110c0c
GM
111332000-03-31 Gerd Moellmann <gerd@gnu.org>
11134
11135 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
11136
11137 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11138 Re-enable new code.
11139
11140 * lpr.el (print-region-1): Use -d to specify printer name for
11141 systems `usg-unix-v*, `dgux', `hpux', `irix'.
11142
111432000-03-31 Dave Love <fx@gnu.org>
fa78f71b 11144
aa110c0c
GM
11145 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
11146 for function definition in symbol's function value slot first
11147 instead of first consulting byte-compile-function-environment.
fa78f71b 11148
6733d074
KH
111492000-03-31 Kenichi Handa <handa@etl.go.jp>
11150
11151 * language/european.el ("Polish"): New language environment.
11152 (setup-polish-environment): New function.
11153
63fcfa04
GM
111542000-03-30 Gerd Moellmann <gerd@gnu.org>
11155
11156 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11157 Disable new code.
11158
11159 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
11160 trying to `load' the symbol of an autoload instead of the file
11161 recorded in the autoload. Fix error messages.
11162
7438c86b
GM
111632000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11164
11165 * ps-print.el: PostScript programming fix for ghostview, doc fix.
11166 (ps-print-version): New version number (5.1.3).
11167 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
11168 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
11169 (ps-generate-postscript-with-faces): Code fix.
11170 (ps-color-values): XEmacs compatibility.
11171 (ps-print-background-image, ps-print-background-text, ps-printer-name)
11172 (ps-default-fg, ps-default-bg): Adjust customization.
11173 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
11174 (ps-color-scale): Renaming old ps-color-value fun.
11175 (ps-print-headers): Replace ps-print-header group to avoid conflict
11176 with ps-print-header variable.
11177 (ps-print-miscellany): New group.
11178 (ps-format-color, ps-rgb-color): New funs.
11179 (ps-default-foreground): New var.
11180 (ps-printer-name-option): New const.
fa78f71b 11181
326855a0
PB
111822000-03-30 Peter Breton <pbreton@ne.mediaone.net>
11183
1f56ba73
PB
11184 * net/net-utils.el:
11185 (network-connection-host, network-connection-service): New variables
11186 (network-connection-mode): New mode, derived from comint-mode
11187 (network-connection-mode-setup): New function, saves host and
fa78f71b 11188 service information in local variables.
1f56ba73 11189
326855a0
PB
11190 * lisp/locate.el:
11191 (locate-word-at-point): Added this function
11192 (locate): Default to using locate-word-at-point as input
11193 Run dired-mode-hook
11194
141384bd
DL
111952000-03-29 Dave Love <fx@gnu.org>
11196
11197 * calendar/appt.el: Doc fixes.
11198 (appt-check): Convert min-to-app to a string before passing to
11199 appt-disp-window-function or concat.
11200 (appt-delete-window): Remove test for frame-root-window.
11201 (appt-select-lowest-window, appt-convert-time): Simplify.
11202
11203 * emacs-lisp/bytecomp.el: Doc fixes.
11204 (byte-compile-file-form-autoload): Update
11205 byte-compile-function-environment.
11206
c5aa0fc2
AS
112072000-03-29 Andreas Schwab <schwab@suse.de>
11208
11209 * emacs-lisp/autoload.el: Also print defsubst doc string
11210 specially.
11211
11212 * dired.el (dired-insert-directory): If dired-free-space-program
11213 failed just delete its output.
11214
f1d6fe69
DL
112152000-03-29 Dave Love <fx@gnu.org>
11216
11217 * international/iso-cvt.el: Move provide to end. Doc fixes.
11218 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
11219 (iso-iso2sgml, iso-sgml2iso): New functions.
11220 (iso-cvt-define-menu): Fix some entries and use backquote for
11221 clarity.
11222
11223 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
11224
b61f1215
GM
112252000-03-28 Gerd Moellmann <gerd@gnu.org>
11226
11227 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
11228 ISO-DATE. If non-nil, return date in ISO 8601 format.
11229
ea4b0ca3
SM
112302000-03-26 Stefan Monnier <monnier@cs.yale.edu>
11231
3831af62
SM
11232 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
11233 if it ever becomes used.
11234 (log-edit-mode-hook): Default to vc-log-mode-hook.
11235 (log-edit-mode): Fix the docstring.
11236
ea4b0ca3
SM
11237 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
11238 the code.
11239
08f8b1cc
DL
112402000-03-26 Dave Love <fx@gnu.org>
11241
082527fe
DL
11242 * net/browse-url.el (browse-url): Re-fix case of
11243 browse-url-browser-function being an alist.
11244 (browse-url): Add :link to defgroup.
11245
08f8b1cc
DL
11246 * files.el: Doc fixes.
11247 (file-truename): Include `[' in wildcard characters.
11248 (automount-dir-prefix): Customize.
11249 (find-file-wildcards): Add :version.
11250 (find-file-noselect): Simplify a mapcar call.
11251
11252 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
11253 compatible with inf-lisp version.
11254 (eval-defun-1): Fix custom-declare-variable case.
11255
ea4b0ca3
SM
112562000-03-25 Stefan Monnier <monnier@cs.yale.edu>
11257
11258 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
11259
9a0dd3dc
GM
112602000-03-24 Gerd Moellmann <gerd@gnu.org>
11261
b68c375f
GM
11262 * Makefile (COMPILE_FIRST): New macro.
11263 (compile-files): Compile files from COMPILE_FIRST first.
11264
11265 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
11266 code.
11267
9a0dd3dc
GM
11268 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
11269 matching open parenthesis in column 0 to defun-prompt-regexp
11270 only if open-paren-in-column-0-is-defun-start is set.
11271
11272 * sun-curs.el: Require CL at compile-time only.
11273
11274 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
11275 instead of copy-list which is a function from CL.
11276 (msb--choose-menu, msb--mode-menu-cond)
11277 (msb--create-buffer-menu-2): Use dolist instead of mapc.
11278 (msb--init-file-alist): Use mapcar instead of mapcan.
11279 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
11280 `(' in column 0 in doc string.
11281 (msb--add-separators): Use mapcar instead of mapcan.
11282
11283 * cus-dep.el: Require CL at compile-time only.
11284
c7dcadb5
SM
112852000-03-24 Stefan Monnier <monnier@cs.yale.edu>
11286
11287 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11288 (byte-compile-warnings): New warning `noruntime'.
11289 (byte-compile-constants, byte-compile-variables): Fix docstring.
11290 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
11291 execute `eval-whenc-compile's body.
11292 (byte-compile-unresolved-functions): Fix docstring.
11293 (byte-compile-eval): New function.
11294 (byte-compile-callargs-warn): Check if the function will be available
11295 at runtime (via property `byte-compile-noruntime').
11296 (byte-compile-print-syms): New function.
11297 (byte-compile-warn-about-unresolved-functions): Also warn about
11298 `noruntime' functions (and use `byte-compile-print-syms').
11299 (byte-compile-file): Capitalize the message.
11300
3b55acc9
GM
113012000-03-24 Gerd Moellmann <gerd@gnu.org>
11302
11303 * mail/rmail.el (rmail-confirm-expunge): New user-option.
11304 (rmail-expunge): Ask for confirmation depending on the setting
11305 of rmail-confirm-expunge.
11306
113072000-03-23 Gerd Moellmann <gerd@gnu.org>
11308
11309 * Makefile (bootstrap-clean): If $(emacs) exists, build
11310 loaddefs.el first. A loaddefs.el that's not up-to-date might
11311 cause a bootstrap failure because things don't autoload as
11312 expected.
11313
02c76af4
DL
113142000-03-23 Dave Love <fx@gnu.org>
11315
11316 * net/browse-url.el: Restore previous use of
11317 browse-url-maybe-new-window.
11318
1a3199d9
GM
113192000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11320
11321 * ps-print.el: Skip banner page fix.
11322 (ps-print-version): New version number (5.1.2).
11323 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 11324
1a3199d9
GM
113252000-03-23 Dave Pearson <davep@davep.org>
11326
11327 * net/quickurl.el Changed the type of parameter passed to the
11328 function defined by `quickurl-format-function'. Before only the
11329 text of the URL was passed. Now the whole URL structure is passed
11330 and the function is responsible for extracting the parts it
11331 requires. Changed the default of `quickurl-format-function'
11332 accordingly.
11333 (quickurl-insert): Changed the `funcall' of
11334 `quickurl-format-function' to match the above change.
11335 (quickurl-list-insert): Changed the `url' case so that it makes
11336 use of `quickurl-format-function', previous to this the format was
11337 hard wired.
fa78f71b 11338
72db3ab5
GM
113392000-03-22 Gerd Moellmann <gerd@gnu.org>
11340
11341 * startup.el: Change some spellings for the X Window System.
11342
68049bfa
SM
113432000-03-22 Stefan Monnier <monnier@cs.yale.edu>
11344
11345 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
11346 up the code and the regexp and make sure the cursor is temporarily
11347 moved to the suspicious line while querying the user.
11348
ff4df011
JR
113492000-03-22 Jason Rumney <jasonr@gnu.org>
11350
11351 * w32-fns.el (w32-charset-info-alist): Initialize.
11352
ee1c5b21
GM
113532000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11354
11355 * ps-print.el: N-up last page fix.
11356 (ps-print-version): New version number (5.1.1).
11357 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 11358
d2cbfba0
SM
113592000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11360
bfb857d8
SM
11361 * files.el (find-file-run-dired): Update docstring.
11362 (find-directory-functions): New hook.
11363 (find-file-noselect): Run find-directory-functions rather than
11364 calling dired directly.
11365
11366 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
11367
cb3430a1
SM
11368 * pcvs.el: Add a minimal leading commentary.
11369 (cvs-make-cvs-buffer): Change the header part by removing the startup
11370 message and adding a `Module' entry. Also replace the FOOTER and
11371 HEADER special fileinfos with the new support in ewoc for updating
11372 its own footer and header.
11373 (cvs-update-header): Update to use the header/footer of the ewoc.
11374 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
11375 (cvs-is-within-p): New function.
11376 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
11377 to only examine some subset of the buffers.
11378
11379 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
11380 `format' instead of our own ad-hoc functions.
11381 Remove HEADER and FOOTER cases, now handled in the EWOC.
11382 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
11383
11384 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
11385 output to avoid scaring the user.
11386 (cvs-parse-table): Catch message for non-up-to-date commits.
11387
11388 * pcvs-defs.el (cvs-startup-message): Remove.
11389 (cvs-global-menu): New autoloaded menu.
11390
11391 * pcvs-util.el (cvs-string-fill): Remove.
11392
11393 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
11394 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
11395 PP part of it and also make it work for footers and headers.
11396 (ewoc-create): Drop POS and BUFFER arguments.
11397 Use the DLL's dummy node to store the end-of-footer position.
11398 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
11399 (ewoc-refresh): Remove unused `header' variable.
11400 (ewoc-(get|set)-hf): New functions.
11401
d2cbfba0
SM
11402 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
11403 log-view-*-(message|file) and use easy-mmode-define-navigation.
11404 (log-view-message-re): Match SCCS format as well.
11405 And match the revision line rather than the dashed separator line.
11406 (log-view-mode): Use the new define-derived-mode.
11407 (log-view-current-tag): Fill in with an actual implementation.
11408
11409 * cvs-status.el (cvs-status-(prev|next)): Rename from
11410 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
11411 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
11412 to let the output "breathe" a little more (more readable).
11413 (cvs-status-mode): Use the new define-derived-mode.
11414
11415 * smerge-mode.el (smerge-auto-leave): New function and variable.
11416 (smerge-basic-map): Rename from smerge-basic-keymap.
11417 Change the bindings for smerge-diff-*.
11418 (smerge-*-map): Use easy-mmode-defmap.
11419 (smerge-(next|prev)): Use easy-mmode-define-navigation.
11420 (smerge-keep-*): Use smerge-auto-leave.
11421
51663132
JR
114222000-03-21 Jason Rumney <jasonr@gnu.org>
11423
11424 * cus-edit.el (custom-button-face): Use 3D look for w32.
11425 (custom-button-pressed-face): Likewise.
11426
3f6e4b8b
GM
114272000-03-21 Gerd Moellmann <gerd@gnu.org>
11428
11429 * progmodes/etags.el (tags-case-fold-search): New user-option.
11430 (tags-loop-eval): New function. Bind case-fold-search around eval
11431 depending on the value of tags-case-fold-search.
11432 (tags-loop-continue): Use tags-loop-eval.
11433 (find-tag-in-order): Bind case-fold-search depending on the value
11434 of tags-case-fold-search.
11435
c7ea3acc
SM
114362000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11437
0ae39f53
SM
11438 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
11439 (diff-end-of-hunk): Return the end position for use in
11440 `easy-mmode-define-navigation'.
11441 (diff-recenter): Remove.
11442 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
11443 of `easy-mmode-define-navigation'.
11444 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
11445 previous renaming) and fix to use new names.
11446 (diff-merge-strings): Use \n as separator: simpler, faster.
11447 (diff-mode): Use `define-derived-mode'.
11448
c7ea3acc
SM
11449 * derived.el (define-derived-mode): Don't autoload anymore.
11450 Prefer the macro-only version provided by easy-mmode.el.
11451
11452 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
11453 `easy-mmode-define-derived-mode'.
11454 Use `combine-run-hooks'.
11455 (easy-mmode-define-navigation): New macro.
11456
11457 * subr.el (combine-run-hooks): New function.
11458
6c4bfdc0
KH
114592000-03-21 Kenichi HANDA <handa@etl.go.jp>
11460
11461 * term/x-win.el: Fontsets related initialization is simplified.
11462
11463 * international/mule-diag.el (describe-font): Don't refer to
11464 global-fontset-alist, instead call font-list.
11465 (describe-fontset, list-fontsets, mule-diag): Likewise.
11466 (print-fontset): Adjusted for the change of fontset
11467 implementation.
11468
11469 * international/fontset.el (x-charset-registries): Variable
11470 removed, instead the corresponding data is stored in the default
11471 fontset.
11472 (register-alternate-fontnames): Function removed.
11473 (resolved-ascii-font): Variable removed.
11474 (x-compose-font-name): Ignore the second argument REDOCE.
11475 (x-complement-fontset-spec): Complement only an ASCII font and
11476 element for those charsets than can use that ASCII font.
11477 (generate-fontset-menu): Don't refer to global-fontset-alist,
11478 instead call fontset-list.
11479 (uninstantiated-fontset-alist): Variable removed.
11480 (x-style-funcs-alist): Likewise.
11481 (fontset-default-styles): Likewise.
11482 (x-modify-font-name): Function removed.
11483 (create-fontset-from-fontset-spec): Ignore the argument
11484 STYLE-VARIANT.
11485 (create-fontset-from-ascii-font): Docsting adjusted for the above
11486 change.
11487 (instantiate-fontset, resolve-fontset-name): Functions removed.
11488 (fontset-list): Now implemented by C code.
fa78f71b 11489
6c4bfdc0
KH
11490 * faces.el (read-face-font): Fix TABLE arg to completing-read.
11491 (describe-face): Include `font' attribute in the description.
11492
9111d4b5
KH
114932000-03-21 Kenichi Handa <handa@etl.go.jp>
11494
11495 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
11496
b33dd3b0
GM
114972000-03-20 Gerd Moellmann <gerd@gnu.org>
11498
a25bbe00
GM
11499 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
11500 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
11501 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 11502
b33dd3b0
GM
11503 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
11504 about behavior of set-buffer-modified-p wrt redisplay.
11505
8b7bc628 115062000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
11507
11508 * view.el (view-mode-disable): Kill local binding of view-read-only.
11509
d7b511c4
GM
115102000-03-18 Gerd Moellmann <gerd@gnu.org>
11511
11512 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
11513 is a string, convert it to a syntax cell using string-to-syntax.
11514
11515 * simple.el (syntax-code-table, syntax-flag-table): New variables.
11516 (string-to-syntax): New function.
11517
11518 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
11519 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 11520 try to use passive ftp mode.
d7b511c4 11521
998ecc60
GM
115222000-03-17 Gerd Moellmann <gerd@gnu.org>
11523
b33dd3b0 11524 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
11525
11526 * simple.el (append-to-buffer): Update point of windows after
11527 insertion.
11528
11529 * abbrev.el (inverse-add-abbrev): Identify word by first moving
11530 forward then moving backward. Reindent.
11531
11532 * frame.el (other-frame): Call x-focus-frame only if
11533 focus-follows-mouse is off.
11534
235d6821
DL
115352000-03-17 Dave Love <fx@gnu.org>
11536
11537 * pcvs-util.el (cvs-strings->string): Rename
11538 replace-regexps-in-string.
11539
a29a2cd1
SM
115402000-03-17 Stefan Monnier <monnier@cs.yale.edu>
11541
af595444
SM
11542 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
11543 regexp for labels cannot span several lines.
11544
11545 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 11546 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 11547
a9be2843
DL
115482000-03-16 Dave Love <fx@gnu.org>
11549
11550 * progmodes/f90.el (f90): Put custom group under `languages', not
11551 `fortran'.
11552 (f90-mode-hook): Customize.
11553 (f90-mode): Set add-log-current-defun-function.
11554 (f90-current-defun): New function.
11555
d0ab3e9d
GM
115562000-03-16 Gerd Moellmann <gerd@gnu.org>
11557
16b20ed9
GM
11558 * cus-edit.el (custom-variable-tag-face): Handle case that
11559 default face's height is not a number.
11560 (custom-face-tag-face, custom-group-tag-face-1)
11561 (custom-group-tag-face): Ditto.
11562 (custom-group-tag-face-1): Add :group.
fa78f71b 11563
d0ab3e9d
GM
11564 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
11565
ae8ab422
GM
115662000-03-15 Gerd Moellmann <gerd@gnu.org>
11567
11568 * pcvs-defs.el (toplevel): Remove autoload cookie for form
11569 requiring easymenu.
11570
81c7ca69
GM
115712000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11572
11573 * ps-print.el: PostScript user-defined prologue, PostScript error
11574 handler, doc fix.
11575 (ps-print-version): New version number (5.1).
11576 (ps-user-defined-prologue, ps-error-handler-message)
11577 (ps-print-prologue-0, ps-error-handler-alist): New vars.
11578 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
11579 (ps-insert-string): New function.
fa78f71b 11580
dcf1003d
KH
115812000-03-15 Kenichi Handa <handa@etl.go.jp>
11582
11583 * international/ccl.el (ccl-compile-expression): Don't generate
11584 invalid self-assignment code.
11585
73825616
DL
115862000-03-14 Dave Love <fx@gnu.org>
11587
11588 * subr.el (replace-regexp-in-string): Renamed from
11589 replace-regexps-in-string. Doc fix.
11590
031020ac
DL
115912000-03-12 Dave Love <fx@gnu.org>
11592
11593 * cus-edit.el: Doc fixes.
11594 (customize-set-variable, customize-save-variable): Rename args for
11595 doc.
11596 (custom-variable-tag-face, custom-face-tag-face)
11597 (custom-group-tag-face-1, custom-group-tag-face): Modify from
11598 style which user identify as hyperlink.
11599 (hook): Don't add undefined functions to the hook.
11600 (debug-ignored-errors): Transfer message from bindings.el.
11601
9b2f3c38
GM
116022000-03-12 Gerd Moellmann <gerd@gnu.org>
11603
11604 * recentf.el (recentf-keep-non-readable-files-p): Remove
11605 double/nested definition.
11606
0d6e23cf
DL
116072000-03-12 Dave Love <fx@gnu.org>
11608
11609 * facemenu.el (facemenu-get-face): Use display-color-p.
11610 * enriched.el (enriched-decode-foreground): Likewise.
11611 (enriched-decode-background): Likewise.
11612 * isearch.el (isearch-highlight): Likewise.
11613 * info-look.el (info-lookup): Likewise.
11614 * simple.el (completion-setup-function): Likewise.
11615
11616 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
11617 :options.
11618
11619 * bindings.el (mode-line-format): Fix line-number and
11620 column-number items. Add help-echo for the background.
11621 (mode-line-mule-info): Modify help-echo.
11622
1598a961 11623 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
0d6e23cf
DL
11624
11625 * files.el (load-file): Allow completion to .elc.
11626
11627 * man.el: Doc fixes.
11628 (Man-init-defvars): Use display-color-p to set fontification.
11629
11630 * play/hanoi.el (hanoi-internal): Don't use oddp.
11631
e1cff360
GM
116322000-03-12 Gerd Moellmann <gerd@gnu.org>
11633
11634 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
11635
11636 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
11637
5e5dff44
GM
116382000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
11639
11640 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
11641 Fix comment.
11642
5b467bf4
SM
116432000-03-10 Stefan Monnier <monnier@cs.yale.edu>
11644
83fef604
SM
11645 * font-lock.el (font-lock-keywords): Fix the doc now that
11646 regexp-opt-depth is unnecessary.
11647 (save-buffer-state): Set an edebug spec.
11648 (font-lock-fontify-anchored-keywords): Properly handle the case when
11649 the matcher goes past the limit.
11650
5b467bf4
SM
11651 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
11652 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
11653
83fef604
SM
11654 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
11655 dll.el and cookie.el (from Elib) with heavy renaming and other
11656 massaging.
5b467bf4
SM
11657
11658 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
11659 Autoload the functions used.
11660 (easy-mmode-define-syntax): Fix CL typo.
11661 (easy-mmode-define-derived-mode): Improve the docstring generation.
11662
d407456c
GM
116632000-03-10 Gerd Moellmann <gerd@gnu.org>
11664
11665 * textmodes/texinfo.el (texinfo-version): Variable and function
11666 removed.
11667
5a7a545c
SM
116682000-03-09 Stefan Monnier <monnier@cs.yale.edu>
11669
0d6e23cf
DL
11670 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
11671 allow more flexibility.
11672 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
11673 fns.
11674 (easy-mmode-defmap, easy-mmode-defsyntax)
11675 (easy-mmode-define-derived-mode): New macros.
5a7a545c 11676
d407456c 116772000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
11678
11679 * rect.el (replace-rectangle): New function.
11680
116812000-03-09 Dave Love <fx@gnu.org>
11682
11683 * progmodes/fortran.el (fortran-comment-line-start): Define as
11684 "C".
11685 (fortran-comment-line-start-skip): Don't match cpp stuff.
11686 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
11687 (fortran-mode-map): Remove over-eager custom-menu-create for now.
11688 (fortran-mode): Don't set fortran-comment-line-start-skip,
11689 fortran-comment-line-start here. Set comment-start,
11690 add-log-current-defun.
11691 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
11692 (fortran-current-defun): New function.
11693
80460654
GM
116942000-03-09 Gerd Moellmann <gerd@gnu.org>
11695
d1221ea9
GM
11696 * emacs-lisp/re-builder.el: New file.
11697
1853aa6b
GM
11698 * mouse.el (mouse-drag-region): Don't run up-event handler
11699 if hscroll has changed.
11700
80460654
GM
11701 * octave-mod.el (octave-font-lock-keywords): To font-lock the
11702 builtin operators, use `font-lock-builtin-face' for Emacs and
11703 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
11704
11705 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
11706 `(defun (setf foo)' differently.
11707
c0056275
SM
117082000-03-08 Stefan Monnier <monnier@cs.yale.edu>
11709
11710 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
11711 (regexp-opt): Update comment and adapt the code the new meaning of
11712 the `paren' argument of regex-opt-group for shy-groups.
11713 (regexp-opt-depth): Handle shy groups as well as backslashed
11714 backslashes.
c0056275
SM
11715 (regexp-opt-group): Turn the leading comment into a docstring.
11716 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
11717 Remove open-presuf and close-presuf. Instead of checking for `all
11718 one-char' and then later on check for `several one-char', handle
11719 both cases close together. Also apply a more generic algorithm
11720 for suffixes (the mirror image of the algorithm used for
11721 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
11722 (regexp-opt-try-suffix): Removed.
11723
11724 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
11725 from comint-mode-map, so we can just inherit from it. Also, move
11726 the initialization into the `defvar' since there's no docstring
11727 anyway and it's fairly short.
11728 (inferior-scheme-mode): Define it as derived-mode: the code is
11729 shorter and this way we inherit from comint-mode-map rather than
11730 copying it.
c0056275 11731
80460654
GM
11732 * subr.el (replace-regexps-in-string): Properly handle the case
11733 where we match an empty string.
c0056275 11734
80460654
GM
11735 * comint.el (comint-exec-1): Add the current-dir to the exec-path
11736 when the command has a directory component (such as "./testml").
c0056275
SM
11737 Also fix a typo in the comment.
11738
5e91ff9e
GM
117392000-03-08 Gerd Moellmann <gerd@gnu.org>
11740
feab4fba
GM
11741 * Makefile (compile-files): Compile files one by one because
11742 that's the only way to ensure a clean compilation environment for
11743 each individual file.
11744
5e91ff9e
GM
11745 * frame.el (other-frame): Call x-focus-frame.
11746
76162e12
DL
117472000-03-07 Dave Love <fx@gnu.org>
11748
f64ce788
DL
11749 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
11750 :require to defcustom.
11751
76162e12
DL
11752 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
11753 lists.
11754
11755 * files.el (auto-mode-alist): Add configure.in.
11756
11757 * progmodes/autoconf.el: New file.
11758
f7daf1e1
GM
117592000-03-07 Gerd Moellmann <gerd@gnu.org>
11760
11761 * mail/mh-e.el: Change maintainer to `none'.
11762
11763 * recentf.el (recentf-keep-non-readable-files-p): Quote args
11764 to remove-hook and add-hook.
11765
117662000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11767
11768 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
11769 it as the default.
11770 (mail-send): Test mail-send-nonascii also for the new `mime' value.
11771 (sendmail-send-it): Conditionally add MIME headers specifying the
11772 used character set.
fa78f71b 11773
63f6b2c4
DL
117742000-03-07 Dave Love <fx@gnu.org>
11775
11776 * winner.el: Fix keywords, autoload cookies. Split
11777 eval-when-compile form to avoid compilation failure.
11778
8330e2f9
KH
117792000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
11780
11781 * international/mule.el: Modify comment about coding system
11782 property `coding-category'.
11783 (make-coding-system): New argument EOL-TYPE. Pay attention to
11784 coding-category property of PROPERTIES.
11785
11786 * international/mule-conf.el (coding-category-utf-8,
11787 coding-category-utf-16-be, coding-category-utf-16-le): New coding
11788 categories. Include them in the argument for set-coding-priority.
11789
11790 * international/mule-cmds.el (reset-language-environment): Include
11791 coding-category-utf-8, coding-category-utf-16-be, and
11792 coding-category-utf-16-le in the argument for set-coding-priority.
11793 (reset-language-environment): Initialize coding-category-utf-8,
11794 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
11795
18bb0684
GM
117962000-03-06 Karl Fogel <kfogel@red-bean.com>
11797
11798 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
11799 code abstracted out of `bookmark-jump-noselect'. Now tries info
11800 extensions as well as compression extensions.
11801 (bookmark-jump-noselect): Use above new func.
fa78f71b 11802
71a6ba55
GM
118032000-03-03 Gerd Moellmann <gerd@gnu.org>
11804
11805 * strokes.el: Change maintainer's mail address.
11806
0d56cdff
KH
118072000-03-03 Kenichi Handa <handa@etl.go.jp>
11808
11809 * international/mule-diag.el (list-character-sets): Make help-echo
11810 string by substitute-command-keys.
11811 (list-character-sets): Likewise.
11812 (sort-listed-character-sets): Call help-setup-xref.
11813
900fa1f1
GM
118142000-03-02 Gerd Moellmann <gerd@gnu.org>
11815
11816 * time.el (display-time-mail-file): Add `none' to the list of
11817 choices.
11818
54d04320
DL
118192000-03-01 Dave Love <fx@gnu.org>
11820
43f3fa09
DL
11821 * help.el (help-xref-go-back): Don't try to set position.
11822
54d04320
DL
11823 * international/mule-diag.el (list-character-sets): Call
11824 help-setup-xref. Add help-echo to xrefs.
11825 (list-character-sets-1): Add help-echo to xrefs.
11826
d054101f
GM
118272000-03-02 Gerd Moellmann <gerd@gnu.org>
11828
11829 * frame.el (blink-cursor-mode): Switch cursor on when turning
11830 the mode off.
11831
11832 * add-log.el (add-log-current-defun): Add support for
11833 Autoconf mode.
11834
11835 * mail/rmail.el (rmail-quit-hook): New variable.
11836
d77dae5c
DL
118372000-03-01 Dave Love <fx@gnu.org>
11838
e5f597f0
DL
11839 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
11840
d77dae5c
DL
11841 * help.el (help-xref-button): Add help-echo arg.
11842 (describe-function-1, describe-variable, help-make-xrefs): Use it.
11843
11844 * faces.el (list-faces-display): Supply help-echo with
11845 help-make-xrefs.
11846
11847 * facemenu.el (list-text-properties-at): Set help-xref-stack to
11848 nil.
11849
72d19d75
GM
118502000-03-01 Gerd Moellmann <gerd@gnu.org>
11851
2df636f4
GM
11852 * image.el (defimage): Look for image files in load-path.
11853
fa78f71b 11854 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
11855 `number'.
11856
2df636f4
GM
118572000-03-01 David Ponce <david.ponce@wanadoo.fr>
11858
11859 * recentf.el (recentf): Added version tag to the defgroup of
11860 recentf.
11861
118622000-03-01 David Ponce <david.ponce@wanadoo.fr>
11863
11864 * recentf.el (recentf-cleanup): Changed to remove excluded file
11865 too.
11866 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
11867 action to select/unselect a file.
11868 (recentf-edit-list): Code cleanup and improvement.
11869 (recentf-open-more-files-action): `recentf-open-more-files' button
11870 widget action to open a file.
11871 (recentf-open-more-files): No more use standard completion but
11872 widgets.
11873 (recentf-more-collection): Deleted.
11874 (recentf-more-history): Deleted.
11875 (recentf-setup-more-completion): Deleted.
11876
118772000-03-01 David Ponce <david.ponce@wanadoo.fr>
11878
11879 * recentf.el (recentf-mode): No more needs that Emacs is running
11880 under a window-system.
11881
118821999-03-01 David Ponce <david.ponce@wanadoo.fr>
11883
11884 * recentf.el (recentf-edit-list): New command to edit the recent
11885 list which allow the user to remove files.
11886 (recentf-edit-selected-items): New global variable, used by
11887 `recentf-edit-list' to hold the list of files to be removed from
11888 the recent list.
11889 (recentf-make-menu-items): Updated to display a "Edit list..."
11890 menu item. Minor code cleanup.
11891
118921999-03-01 David Ponce <david.ponce@wanadoo.fr>
11893
11894 * recentf.el (recentf-open-more-files): New command to open files
11895 that are not displayed in the menu.
11896 (recentf-more-collection): New global variable holding the set of
11897 permissible completions used by `recentf-open-more-files'.
11898 (recentf-more-history): New global variable holding the history list
11899 used by `recentf-open-more-files' completion.
11900 (recentf-setup-more-completion): New function to setup completion for
11901 `recentf-open-more-files'.
11902 (recentf-make-menu-items): Updated to display a "More..." menu item.
11903
119041999-03-01 David Ponce <david.ponce@wanadoo.fr>
11905
11906 * recentf.el (recentf-menu-action): Doc fixed.
11907
119081999-03-01 David Ponce <david.ponce@wanadoo.fr>
11909
11910 * recentf.el (recentf-menu-filter): Doc updated.
11911 (recentf-update-menu-hook): Allow menu filters to force menu update.
11912 (recentf-make-menu-items): New menu filter handling.
11913 (recentf-make-menu-item): New helper function.
11914 (recentf-menu-elements): New menu handling function.
11915 (recentf-sort-ascending): Updated to new menu filter handling.
11916 (recentf-sort-descending): Updated to new menu filter handling.
11917 (recentf-sort-basenames-ascending): New menu filter function.
11918 (recentf-sort-basenames-descending): New menu filter function.
11919 (recentf-show-basenames): New menu filter function.
11920 (recentf-show-basenames-ascending): New menu filter function.
11921 (recentf-show-basenames-descending): New menu filter function.
11922
72d19d75
GM
119232000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11924
11925 * diary-lib.el (list-diary-entries): Don't try to go forward at
11926 the end of the buffer.
11927
1ac1c836
KH
119282000-02-29 Kenichi Handa <handa@etl.go.jp>
11929
11930 * international/mule-diag.el (list-character-sets): Completely
11931 rewritten.
11932 (sort-listed-character-sets): New function.
11933 (list-character-sets-1): Completely rewritten.
11934 (list-character-sets-2): New function.
11935 (non-iso-charset-alist): New variable.
11936 (decode-codepage-char): New function.
11937 (charset-history): New variable.
11938 (read-charset) (list-block-of-chars)
11939 (list-iso-charset-chars)
11940 (list-non-iso-charset-chars)
11941 (list-charset-chars): New functions.
11942 (mule-diag): Call list-character-sets-2, not
11943 list-character-sets-2.
11944 (dump-charsets): Likewise.
11945
ed4d0512
GM
119462000-02-29 Gerd Moellmann <gerd@gnu.org>
11947
72d19d75
GM
11948 * dired-x.el (dired-filename-at-point): Add `@' to valid
11949 file name characters.
11950 (dired-filename-at-point): Handle ange-ftp file names.
11951
ed4d0512
GM
11952 * frame.el (frame-notice-user-settings): Use assq-delete-all
11953 instead of assoc-delete-all.
11954 (frame-notice-user-settings): Ditto.
11955
11956 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
11957 Don't copy alist.
11958
32038c7a
GM
119592000-02-28 Eli Barzilay <eli@cs.cornell.edu>
11960
11961 * calculator.el (calculator-use-menu): New option.
11962 (calculator-initial-bindings): Changed some bindings to work as
11963 macros.
11964 (calculator-forced-input): Removed.
11965 (calculator-restart-other-mode): New variable.
11966 (calculator-mode-map): Set up menu.
fa78f71b 11967
32038c7a
GM
119682000-02-28 Jari Aalto <jari.aalto@poboxes.com>
11969
11970 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
11971 tags.
fa78f71b 11972
55d7ff38 119732000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 11974
55d7ff38
MK
11975 * viper-cmd.el (viper-envelop-ESC-key): added the option to
11976 translate all ESC key sequences.
11977 (viper-goto-mark-subr): restore markers for files for which
11978 they were saved.
11979 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
11980 * viper-util.el (viper-set-replace-overlay-glyphs,
11981 viper-set-replace-overlay): always check if the replacement
11982 overlay is live.
11983 * viper.el (viper-vi-state-mode-list): added major modes.
11984 * ediff-wind.el: minor comment changes.
11985 * ediff.el: copyright notice date fix.
fa78f71b 11986
387023ee
JR
119872000-02-27 Jason Rumney <jasonr@gnu.org>
11988
11989 * faces.el (face-font-family-alternatives): Add arial to helv.
11990 (mode-line, header-line, tool-bar): Same default as x for w32.
11991 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
11992 face-font-family-alternatives from working.
11993 * term/w32-win.el (mouse-set-font): Do not build fontset from
11994 chosen font.
11995
f43d79c1
GM
119962000-02-25 Sam Steingold <sds@goems.com>
11997
5d80cc9c 11998 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 11999 properly.
fa78f71b 12000
8b7bc628 120012000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
12002
12003 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
12004
4eb8436f
GM
120052000-02-25 Gerd Moellmann <gerd@gnu.org>
12006
12007 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
12008 writable.
12009
449c3c52 12010 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 12011
42088c12
GM
120122000-02-24 Gerd Moellmann <gerd@gnu.org>
12013
12014 * frame.el (show-cursor-in-non-selected-windows): New option.
12015
c60ea02e
GM
120162000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12017
12018 * diary-lib.el (include-other-diary-files): Undo the selective
12019 display in any included file and don't kill it.
12020
d066de8e
EZ
120212000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
12022
12023 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
12024 bar. Menu items converted to (menu-item format, help strings
12025 added.
12026 [downcase, upcase]: Don't enable on MS-DOS.
12027 [symlink, symlinks]: Don't show if make-symbolic-link is not
12028 bound.
12029 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
12030
b6906b38
DL
120312000-02-23 Dave Love <fx@gnu.org>
12032
275cf1b2
DL
12033 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
12034 (backward-kill-word): Revert addition of * to interactive spec --
12035 it's a feature.
12036
12037 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
12038 (backward-kill-sentence, kill-sentence): Likewise.
12039
99d48056
DL
12040 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
12041 scratch buffer name.
12042 (gud-format-command): Use int-to-string in ?l case. Simplify
12043 slightly.
12044
12045 * term/w32-win.el (internal-face-interactive): Update prompt for
12046 new read-face-name.
12047
12048 * mail/footnote.el (footnote): Add :version to defgroup.
12049 (footnote-section-tag-regexp): Customize.
12050 (footnote-start-tag, footnote-end-tag): New option.
12051 (footnote-latin-regexp): New variable.
12052 (Footnote-latin): New function.
12053 (footnote-style-alist): Add element for latin style.
12054 (footnote-style): Moved.
12055 (Footnote-goto-footnote): Use eq to test arg.
12056
12057 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
12058
b6906b38
DL
12059 * emacs-lisp/byte-opt.el: Change old backquote syntax.
12060 (byte-compile-trueconstp): Include keywords.
12061 (byte-optimize-quote, byte-optimize-lapcode): Use
12062 byte-compile-const-symbol-p.
12063 (byte-optimize-char-before): New optimization.
12064
12065 * emacs-lisp/bytecomp.el: Change old backquote syntax.
12066 (byte-compile-const-symbol-p): New function.
12067 (byte-compile-constp, byte-compile-out-toplevel)
12068 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
12069 Use it.
12070
12071 * subr.el (define-key-after): Default AFTER to t. Doc fix.
12072
214f877f
KH
120732000-02-23 Kenichi Handa <handa@etl.go.jp>
12074
c709bcf1
KH
12075 * international/encoded-kb.el: Be sure to update minor-mode-alist
12076 and minor-mode-map-alist.
12077 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
12078 codes SS2 and SS3 correctly.
12079 (encoded-kbd-self-insert-ccl): New function.
12080 (encoded-kbd-setup-keymap): New function.
12081 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
12082 by calling encoded-kbd-setup-keymap.
12083
214f877f
KH
12084 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
12085 characters.
12086 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
12087 locally.
12088
b021ef18
DL
120892000-02-22 Dave Love <fx@gnu.org>
12090
12091 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
12092 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
12093 defvar.
12094 (lisp-mode-syntax-table): Set up for #|...|# comments.
12095 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
12096 classes. Match `defface'.
12097 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
12098 (eval-defun-1): Fix for defcustom.
12099 (lisp-indent-region): Doc fix.
12100
12101 * subr.el (when, unless, split-string): Doc fix.
12102 (read-passwd): Move call of clear-this-command-keys to the right
12103 place.
12104 (replace-regexps-in-string): New function.
12105
14cc00ad
GM
121062000-02-22 Gerd Moellmann <gerd@gnu.org>
12107
12108 * help.el (describe-variable): Set syntax table to
12109 emacs-lisp-mode-syntax-table when moving forward over the
12110 symbol's name.
12111
47da5efa
DL
121122000-02-22 Dave Love <fx@gnu.org>
12113
12114 * xt-mouse.el: Doc fixes.
12115 (xterm-mouse-position-function): New function, replacing advice of
12116 mouse-position.
12117 (xterm-mouse-mode): Use it. Don't turn on under a window system.
12118
12119 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
12120
f0a6c717
GM
121212000-02-21 Gerd Moellmann <gerd@gnu.org>
12122
12123 * format.el (format-annotate-single-property-change): Handle
12124 properties.with dotted-list values.
12125 (format-proper-list-p): New function.
12126
12127 * enriched.el (enriched-face-ans): Handle '(foreground-color
12128 . COLOR) and (background-color . COLOR).
12129
2be80b63
DL
121302000-02-20 Dave Love <fx@gnu.org>
12131
12132 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
12133 and assignments to it.
12134 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
12135 current local map.
12136 (make-flyspell-overlay): Use it.
12137 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
12138
12139 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
12140 (lm-get-header-re): Defun, not defsubst.
12141 (lm-get-package-name): Defun, not defsubst. Simplify.
12142 (lm-version): Doc fix. Simplify.
12143 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
12144 (lm-crack-address, lm-last-modified-date, lm-commentary)
12145 (lm-verify, lm-synopsis): Simplify.
12146 (lm-report-bug): Require emacsbug. Use compose-mail.
12147
329eed9f
GM
121482000-02-20 Gerd Moellmann <gerd@gnu.org>
12149
12150 * dired.el (dired-mode): Call propertized-buffer-identification
12151 to set mode-line-buffer-identification to something having
12152 the right text properties.
12153
12154 * bindings.el (propertized-buffer-identification): New function.
12155
be5bb146
DL
121562000-02-20 Dave Love <fx@gnu.org>
12157
12158 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
12159 check for t-mouse too.
12160
12161 * cus-start.el: Make echo-keystrokes `number'.
12162
1d4311c3
EZ
121632000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
12164
12165 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
12166 Don't call ring-empty-p unless tags-location-ring is bound.
12167 From Noah Friedman <friedman@splode.com>.
12168
a23c5037
TTN
121692000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
12170
12171 * progmodes/hideshow.el (hs-flag-region): No longer use
12172 `intangible' overlay property.
12173
12174 (hs-toggle-hiding): New command.
12175 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
12176
12177 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
12178 Fix omission bug: Run `hs-minor-mode-hook' for both activation
12179 and deactivation.
12180
b6a22bf8
GM
121812000-02-18 Gerd Moellmann <gerd@gnu.org>
12182
12183 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
12184
d621caf7
GM
121852000-02-17 Gerd Moellmann <gerd@gnu.org>
12186
3c0ed7ce
GM
12187 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
12188
d621caf7
GM
12189 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
12190 of `*' to handle `(* ... *)' comments.
12191
538d88fb
EZ
121922000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
12193
53c80cf6 12194 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 12195 window-system.
53c80cf6 12196
538d88fb
EZ
12197 * menu-bar.el (global-map): Menu-bar items converted to the new
12198 format (menu-item..., rearranged for better CUA compliance, and
12199 their names changed for better clarity. Help strings added.
12200
12201 * international/mule-cmds.el (mule-menu-keymap)
12202 (describe-language-environment-map, set-coding-system-map)
12203 (setup-language-environment-map): Convert to new (menu-item...
12204 form, add help strings. Change names of menu items for better
12205 clarity. "Mule" menu-bar item removed (it's now in the "Options"
12206 submenu).
12207
8389e1e2 122082000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 12209
a23c5037 12210 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 12211 within the code.
a23c5037 12212
8389e1e2 122132000-02-16 Dave Love <fx@gnu.org>
a23c5037 12214
84fe35f0
DL
12215 * faces.el: Don't require custom. Add more specific :groups to
12216 various deffaces.
12217 (set-face-attribute): Purecopy args.
12218 (read-face-name): Default to name at point and use it in prompt.
12219 Remove colon from arg in all callers.
12220 (list-faces-display): Hyperlink to face descriptions and customize
12221 buffers.
12222
b2aeee30
DL
122232000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
12224
12225 * wid-edit.el (widget-match-inline): An atom never matches a
12226 list.
12227
99e95407
GM
122282000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12229
82d2c7c5
DL
12230 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12231 at ':' characters by call to split-string.
99e95407
GM
12232
122332000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12234
82d2c7c5 12235 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
12236
122372000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12238
82d2c7c5
DL
12239 * textmodes/bibtex.el: Some temporary comments removed.
12240 (bibtex-field-name, bibtex-entry-type): Made the relationship
12241 explicit.
12242 (bibtex-field-const): Allow capital letters.
12243 (bibtex-start-of-string): Deleted because unused.
12244
12245 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12246 use the term 'reference' to describe a bibtex entry as a whole.
12247 Further, reference keys are no longer called 'labels'.
12248 (bibtex-keys): Renamed to bibtex-reference-keys.
12249 (bibtex-reformat-previous-labels): Renamed to
12250 bibtex-reformat-previous-reference-keys.
12251 (bibtex-reference-type): Renamed to bibtex-entry-type.
12252 (bibtex-reference-head): Renamed to bibtex-entry-head.
12253 (bibtex-reference-maybe-empty-head): Renamed to
12254 bibtex-entry-maybe-empty-head.
12255 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12256 (bibtex-search-reference): Renamed to bibtex-search-entry.
12257 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12258 bibtex-enclosing-entry-maybe-empty-head.
12259 (bibtex-entry-field-alist, bibtex-entry-head,
12260 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12261 bibtex-map-entries, bibtex-search-entry,
12262 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12263 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12264 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12265 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12266 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12267 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12268 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
12269
122702000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12271
82d2c7c5
DL
12272 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12273 comment.
12274 (bibtex-format-field-delimiters): New function, functionality
12275 extracted from bibtex-format-entry.
12276 (bibtex-autokey-get-yearfield-digits): New function, functionality
12277 extracted from bibtex-autokey-get-yearfield.
12278
12279 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12280 entries in order to avoid stack overflow in the regexp matcher if
12281 field contents become large.
12282 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12283 bibtex-field-string-part-not-braced,
12284 bibtex-field-string-part-no-inner-braces,
12285 bibtex-field-string-part-1-inner-brace,
12286 bibtex-field-string-part-2-inner-braces,
12287 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12288 bibtex-field-string-quoted, bibtex-field-string,
12289 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12290 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12291 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12292 as parsing is now performed by the following functions.
12293 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12294 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12295 bibtex-parse-field-string, bibtex-search-forward-field-string,
12296 bibtex-parse-association, bibtex-field-name-for-parsing,
12297 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12298 bibtex-search-forward-field, bibtex-search-backward-field,
12299 bibtex-start-of-field, bibtex-end-of-field,
12300 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12301 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12302 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12303 bibtex-parse-string, bibtex-search-forward-string,
12304 bibtex-search-backward-string, bibtex-start-of-string,
12305 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12306 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12307 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12308 entries. Instead of reporting the results of the parsing by
12309 match-beginning or match-end, these functions return data structures
12310 that hold the corresponding positions.
12311 (bibtex-enclosing-field): Changed to also report field boundaries by
12312 return values rather than by match-beginning or match-end. The
12313 following functions have been adapted to use the new parsing
12314 functions.
12315 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12316 bibtex-enclosing-field, bibtex-format-entry,
12317 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12318 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12319 bibtex-print-help-message, bibtex-end-of-entry,
12320 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12321 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12322 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12323 method for parsing.
12324 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12325 bibtex-map-entries, bibtex-flash-head,
12326 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12327 bibtex-autokey-change, bibtex-autokey-get-namefield,
12328 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12329 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12330 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12331 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12332 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12333 order to make the new binding of case-fold-search immediately
12334 visible.
99e95407
GM
12335
123362000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12337
82d2c7c5
DL
12338 * textmodes/bibtex.el: Copyright notice is up to date.
12339 Added constant 'bibtex-maintainer-salutation.
99e95407 12340
82d2c7c5
DL
12341 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12342 than make-temp-name, use match-string-no-properties and eliminate
12343 a quadratic behavior when building bibtex-strings.
99e95407 12344
82d2c7c5
DL
12345 * bibtex.el (bibtex-reference-key): Accept string entries whose
12346 reference key contains upper case letters.
99e95407
GM
12347
123482000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12349
82d2c7c5
DL
12350 * bibtex.el (bibtex-reference-head): Allow entries to start with
12351 a new line.
99e95407
GM
12352
123532000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12354
82d2c7c5
DL
12355 * bibtex.el: Hiding of entry bodies is not longer provided by
12356 bibtex.el directly. Instead the hideshow package can be used.
12357 Added a special bibtex entry to hs-special-modes-alist.
12358 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
12359
123602000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12361
f24fef2f
SM
12362 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12363 at ':' characters by call to split-string.
8389e1e2
GM
12364
123652000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12366
f24fef2f 12367 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
12368
123692000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12370
f24fef2f
SM
12371 * textmodes/bibtex.el: Some temporary comments removed.
12372 (bibtex-field-name, bibtex-entry-type): Made the relationship
12373 explicit.
12374 (bibtex-field-const): Allow capital letters.
12375 (bibtex-start-of-string): Deleted because unused.
fa78f71b 12376
f24fef2f
SM
12377 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12378 use the term 'reference' to describe a bibtex entry as a whole.
12379 Further, reference keys are no longer called 'labels'.
12380 (bibtex-keys): Renamed to bibtex-reference-keys.
12381 (bibtex-reformat-previous-labels): Renamed to
12382 bibtex-reformat-previous-reference-keys.
12383 (bibtex-reference-type): Renamed to bibtex-entry-type.
12384 (bibtex-reference-head): Renamed to bibtex-entry-head.
12385 (bibtex-reference-maybe-empty-head): Renamed to
12386 bibtex-entry-maybe-empty-head.
12387 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12388 (bibtex-search-reference): Renamed to bibtex-search-entry.
12389 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12390 bibtex-enclosing-entry-maybe-empty-head.
12391 (bibtex-entry-field-alist, bibtex-entry-head,
12392 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12393 bibtex-map-entries, bibtex-search-entry,
12394 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12395 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12396 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12397 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12398 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12399 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12400 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
12401
124022000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12403
f24fef2f
SM
12404 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12405 comment.
12406 (bibtex-format-field-delimiters): New function, functionality
12407 extracted from bibtex-format-entry.
12408 (bibtex-autokey-get-yearfield-digits): New function, functionality
12409 extracted from bibtex-autokey-get-yearfield.
fa78f71b 12410
f24fef2f
SM
12411 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12412 entries in order to avoid stack overflow in the regexp matcher if
12413 field contents become large.
12414 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12415 bibtex-field-string-part-not-braced,
12416 bibtex-field-string-part-no-inner-braces,
12417 bibtex-field-string-part-1-inner-brace,
12418 bibtex-field-string-part-2-inner-braces,
12419 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12420 bibtex-field-string-quoted, bibtex-field-string,
12421 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12422 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12423 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12424 as parsing is now performed by the following functions.
12425 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12426 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12427 bibtex-parse-field-string, bibtex-search-forward-field-string,
12428 bibtex-parse-association, bibtex-field-name-for-parsing,
12429 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12430 bibtex-search-forward-field, bibtex-search-backward-field,
12431 bibtex-start-of-field, bibtex-end-of-field,
12432 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12433 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12434 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12435 bibtex-parse-string, bibtex-search-forward-string,
12436 bibtex-search-backward-string, bibtex-start-of-string,
12437 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12438 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12439 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12440 entries. Instead of reporting the results of the parsing by
12441 match-beginning or match-end, these functions return data structures
12442 that hold the corresponding positions.
12443 (bibtex-enclosing-field): Changed to also report field boundaries by
12444 return values rather than by match-beginning or match-end. The
12445 following functions have been adapted to use the new parsing
12446 functions.
12447 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12448 bibtex-enclosing-field, bibtex-format-entry,
12449 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12450 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12451 bibtex-print-help-message, bibtex-end-of-entry,
12452 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12453 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12454 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12455 method for parsing.
12456 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12457 bibtex-map-entries, bibtex-flash-head,
12458 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12459 bibtex-autokey-change, bibtex-autokey-get-namefield,
12460 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12461 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12462 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12463 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12464 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12465 order to make the new binding of case-fold-search immediately
12466 visible.
8389e1e2
GM
12467
124682000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12469
f24fef2f
SM
12470 * textmodes/bibtex.el: Copyright notice is up to date.
12471 Added constant 'bibtex-maintainer-salutation.
fa78f71b 12472
f24fef2f
SM
12473 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12474 than make-temp-name, use match-string-no-properties and eliminate
12475 a quadratic behavior when building bibtex-strings.
fa78f71b 12476
f24fef2f
SM
12477 * bibtex.el (bibtex-reference-key): Accept string entries whose
12478 reference key contains upper case letters.
8389e1e2
GM
12479
124802000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12481
f24fef2f
SM
12482 * bibtex.el (bibtex-reference-head): Allow entries to start with
12483 a new line.
8389e1e2
GM
12484
124852000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12486
f24fef2f
SM
12487 * bibtex.el: Hiding of entry bodies is not longer provided by
12488 bibtex.el directly. Instead the hideshow package can be used.
12489 Added a special bibtex entry to hs-special-modes-alist.
12490 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
12491
124922000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12493
82d2c7c5 12494 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
12495 proceedings entry type (for cross referencing). Thanks to Wagner
12496 Toledo Correa for the suggestion.
12497
82d2c7c5 12498 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 12499
eae61d8f
KH
125002000-02-14 Kenichi Handa <handa@etl.go.jp>
12501
12502 * international/characters.el: Setup case table for Vietnamese.
12503
fb07a302
GM
125042000-02-12 Gerd Moellmann <gerd@gnu.org>
12505
12506 * uniquify.el (toplevel): Require CL at compile time.
12507 (uniquify-push): Removed.
12508
12509 * shadowfile.el (shadow-when): Removed.
12510
12511 * tempo.el (tempo-dolist, tempo-mapc): Removed.
12512 (tempo-process-and-insert-string): Use dolist instead of
12513 tempo-dolist.
12514
12515 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
12516 regexp for paragraph-start.
12517
12518 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
12519 commas as well.
12520
a0eddf92
DL
125212000-02-10 Dave Love <fx@gnu.org>
12522
12523 * wid-edit.el: (widgets) [defgroup]: Remove url link.
12524 (widget-color-choice-list, widget-color-history, widget-mouse-help):
12525 Deleted.
12526 (widget-specify-field, widget-specify-button): Don't use
12527 widget-mouse-help as help-echo property.
12528 (default): Use #'ignore for :validate and :mouse-down-action.
12529 (checkbox): Add help-echo.
12530 (widget-sexp-validate): Rewritten to clarify error messages.
12531 (character): Use char-valid-p in :match function.
12532 (widget-color-complete): Use facemenu-color-alist.
12533 (widget-color-action): Use facemenu-read-color.
12534
12535 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
12536 set up `caar' &c that we now have.
12537
82d2c7c5
DL
125382000-02-09 Ray Blaak <blaak@gnu.org>
12539
12540 * delphi.el: Make resourcestring a declaration region, like const
12541 and var.
12542
6cbc1482
DL
125432000-02-09 Dave Love <fx@gnu.org>
12544
12545 * bindings.el (mode-line-input-method-map): New variable.
12546 (mode-line-mule-info): Use it; fix last change.
12547 (mode-line-mode-menu): Move definition.
12548 (mode-line-mouse-sensitive-p): Deleted.
12549 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
12550 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
12551 level.
12552
12553 * startup.el (command-line-1): Don't call
12554 make-mode-line-mouse-sensitive.
12555
f7136ee8
GM
125562000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
12557
12558 * mail/rmail.el (rmail-retry-failure): Use
12559 rmail-beginning-of-message before rmail-toggle-header, because the
12560 former toggles headers.
12561
6e1d0d15
SM
125622000-02-06 Stefan Monnier <monnier@cs.yale.edu>
12563
fef8c55b
SM
12564 * diff-mode.el (diff-kill-junk): New interactive function.
12565 (diff-reverse-direction): Use delete-and-extract-region.
12566 (diff-post-command-hook): Restrict the area so that the hook also works
12567 outside of any diff hunk. This is necessary for the minor-mode.
12568 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
12569 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
12570
6e1d0d15
SM
12571 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
12572 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
12573 so that it can be used more easily in <foo>-mode-hook. Also make sure
12574 to avoid duplicate entries.
12575 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
12576 (font-lock-remove-keywords): Just as was done for `add', allow it to
12577 work even if font-lock-mode is nil. Also make sure we don't modify
12578 any pre-existing list by forcing a copy-sequence. Finally rename
12579 `major-mode' to `mode'.
12580 (font-lock-fontify-syntactic-anchored-keywords)
12581 (font-lock-fontify-anchored-keywords)
12582 (font-lock-fontify-keywords-region): Use line-end-position.
12583 Don't make `font-lock-multiline' local (it's now done in
12584 font-lock-set-defaults).
12585 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
12586 move the `font-lock-fontified' creation to inside the `unless'.
12587
a75dfea0
AI
125882000-02-06 Andrew Innes <andrewi@gnu.org>
12589
12590 * term/w32-win.el (x-handle-args): Comment out call to message,
12591 which occurs before window system is initialized.
12592
12593 * makefile.nt: Add support for recompiling lisp code.
12594
b85e9462
DL
125952000-02-04 Dave Love <fx@gnu.org>
12596
9ff33afb
DL
12597 * bindings.el (mode-line-mule-info): Fix/extend last change.
12598
b85e9462
DL
12599 * completion.el: Replace completion-dolist with dolist.
12600
12601 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
12602 dotimes.
12603
44dff075
CD
126042000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
12605
12606 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
12607 environment names before they go into the section regexp.
12608
12609 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
12610 char class in regexp.
12611
12612 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
12613 `case-fold-search' to nil.
12614
12615 * progmodes/idlwave.el (idlwave-template): Respect
12616 `idlwave-abbrev-change-case'.
12617 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
12618 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
12619 idlwave-while): respect `idlwave-reserved-word-upcase'.
12620 (idlwave-rw-case): New function.
12621 (idlwave-statement-match): Fixed problem with assignment regexp.
12622 (idlwave-font-lock-keywords): Improved regexp for keyword
12623 parameters.
a23c5037 12624 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
12625 operators longer than 1 char.
12626
12627 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
12628 idlwave-shell-expression-overlay. Implemented printing of
12629 expressions on higher levels of the calling stack.
12630 (idlwave-shell-display-level-in-calling-stack): Restore stack
12631 level.
12632 (idlwave-retrieve-expression-from-level): New function.
12633 (idlwave-shell-last-calling-stack): Variable removed.
12634 (idlwave-shell-reset): Argument action reversed (`visible' to
12635 `hidden'). Also remove stop-line overlay.
12636 (idlwave-shell-calling-stack-routine): New variable.
12637 (idlwave-shell-parse-stack-and-display): Messages now display
12638 negative level numbers.
12639 (idlwave-shell-mode): Set `modeline-format'.
12640 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
12641 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
12642 21.
12643 (idlwave-shell-print-expression-function): New option.
a23c5037 12644
44dff075
CD
12645 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
12646 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
12647 `tool-bar' instead of `toolbar'.
12648
f26c34fd
DL
126492000-02-02 Dave Love <fx@gnu.org>
12650
12651 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
12652 emacs-lisp-mode-hook. Don't check for defalias being defined.
12653
12654 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12655 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
12656 the new builtins directly.
12657
12658 * whitespace.el (whitespace): Add :version to defgroup.
12659
12660 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
12661 Doc fix.
12662
12663 * thingatpt.el (sexp-at-point, symbol-at-point)
12664 (number-at-point, list-at-point): Add autoload cookie.
12665
12666 * recentf.el (recentf): Add :version to defgroup.
12667
12668 * quickurl.el (quickurl): Add :version to defgroup.
12669
12670 * elide-head.el (elide-head): Use point-marker more.
12671
12672 * bs.el (bs): Add :version to defgroup.
12673
12674 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
12675
12676 * progmodes/delphi.el (delphi): Add :version to defgroup.
12677
d240a249
GM
126782000-02-02 Gerd Moellmann <gerd@gnu.org>
12679
12680 * ange-ftp.el (ange-ftp-write-region): Handle case that
12681 succeeding process operation sets a different coding system.
12682
12683 * calculator.el: New file.
12684
d5179a01
EZ
126852000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
12686
12687 * frame.el (frames-on-display-list, framep-on-display): New
12688 functions.
12689 (display-mouse-p, display-popup-menus-p, display-graphic-p)
12690 (display-selections-p, display-screens, display-pixel-width)
12691 (display-pixel-height, display-mm-width, display-mm-height)
12692 (display-backing-store, display-save-under, display-planes)
12693 (display-color-cells, display-visual-class): New functions.
12694
12695 * term/tty-colors.el (tty-color-gray-shades): New function.
12696
12697 * faces.el (display-color-p): Use framep-on-display.
12698 (display-grayscale-p): New function.
12699
968e00f0
DL
127002000-01-31 Dave Love <fx@gnu.org>
12701
12702 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
12703 (create-fontset-from-x-resource): Don't concat integers.
12704
2cb750ba
GM
127052000-01-31 Inge Frick <inge@nada.kth.se>
12706
12707 * view.el: Some changes in documentation. Removed some trailing
12708 whitespace. Changed some parameter names to agree with
12709 documentation.
12710 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
12711 window is not deleted. Modifies change 1998-04-26.
a23c5037 12712
74e9213b
GM
127132000-01-31 Gerd Moellmann <gerd@gnu.org>
12714
47569935
GM
12715 * windmove.el: New file.
12716
74e9213b
GM
12717 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12718 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 12719 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 12720
74e9213b
GM
12721 * jit-lock.el (jit-lock-function): Widen before calculating end
12722 position.
12723 (jit-lock-stealth-chunk-start): Rewritten.
12724
12725 * info.el (Info-title-face-alist): Removed.
12726 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
12727 faces.
12728 (Info-fontify-node): Use these faces.
12729
994c5afe
GM
127302000-01-30 Gerd Moellmann <gerd@gnu.org>
12731
12732 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
12733 (cl-macro-list1): Recognize `&allow-other-keys' instead of
12734 `&allow-other-keywords'.
12735
12736 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
12737 the list of directories scanned heuristically.
12738
12739 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
12740 exist.
12741
f00276e3
JR
127422000-01-30 Jason Rumney <jasonr@gnu.org>
12743
12744 * w32-fns.el: Define w32-tty-standard-colors.
12745
12746 * startup.el (command-line): Use w32-tty-standard-colors when in
12747 w32 console mode.
12748
cc4dfff0
DL
127492000-01-30 Dave Love <fx@gnu.org>
12750
e645e77b
DL
12751 * jka-compr.el (jka-compr-load): Fix up load-history.
12752
cc4dfff0
DL
12753 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
12754
12755 * emacs-lisp/cl-macs.el: Revert previous change.
12756
16215eb0
DL
127572000-01-29 Dave Love <fx@gnu.org>
12758
12759 * facemenu.el: Purecopy various strings.
12760
12761 * timezone.el (timezone-fix-time): Window against 69 for two-digit
12762 years. Deal with three-digit years.
12763
12764 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
12765 defconst, purecopy.
12766 (help-back-label): Purecopy it.
12767
bbd9b566
GM
127682000-01-18 Gerd Moellmann <gerd@gnu.org>
12769
12770 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
12771 variable. If non-nil, order the buffer list according to the
12772 currently selected frame.
12773 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
12774 non-nil, pass the selected frame to function buffer-list.
a23c5037 12775
887448e1
GM
127762000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12777
12778 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
12779
7df85084
DL
127802000-01-28 Dave Love <fx@gnu.org>
12781
142e109c
DL
12782 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
12783
7df85084
DL
12784 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
12785 Don't use lisp-indent-hook property.
12786 (cl-abs): Remove.
12787
12788 * subr.el: Move out indent and edebug specs for when and unless.
12789
12790 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
12791 when, unless.
12792
12793 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
12794 unless, when.
12795
3b43c01c
GM
127962000-01-28 Gerd Moellmann <gerd@gnu.org>
12797
d060bc9f
GM
12798 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
12799 `collecting' as synonym for `collect'.
12800
12801 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
12802 for the case it contains spaces.
12803
12804 * simple.el (what-cursor-position): Change formatting of
12805 messages.
12806
b02786f9
GM
12807 * frame.el (delete-other-frames): New function.
12808 (toplevel): Bind it to C-x 5 1.
12809
efd68b8a
GM
12810 * sort.el (sort-numeric-base): New option.
12811 (sort-numeric-fields): If number starts with `0' or `0[xX[',
12812 interpret it as octal or hexadecimal. Use sort-numeric-base
12813 as default base.
12814
3b43c01c
GM
12815 * progmodes/glasses.el: New file.
12816
984ae001
GM
128172000-01-27 Gerd Moellmann <gerd@gnu.org>
12818
a0b796e3
GM
12819 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
12820 userids differently.
12821
984ae001
GM
12822 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12823 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
12824 progmodes/ebnf-yac.el: New files.
12825
6c67ddee
DL
128262000-01-26 Dave Love <fx@gnu.org>
12827
12828 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
12829 on a function with an empty body. [From Eric Ludlam.]
12830
4e6473c8
GM
128312000-01-25 Andre Spiegel <spiegel@gnu.org>
12832
12833 * vc.el (vc-version-diff): Make sure file name is expanded.
12834
e12489f9
GM
128352000-01-25 Gerd Moellmann <gerd@gnu.org>
12836
12837 * scroll-bar.el (scroll-bar-timer): Variable removed.
12838 (scroll-bar-toolkit-scroll): Don't use a timer.
12839
8dbe2b07
KH
128402000-01-25 Kenichi Handa <handa@etl.go.jp>
12841
12842 * language/thai-util.el (thai-composition-function): Delete
12843 superfluous `a'.
12844
26ef1c87
DL
128452000-01-24 Dave Love <fx@gnu.org>
12846
12847 * fortran.el (fortran-mode): Use beginning-of-defun-function,
12848 end-of-defun-function.
12849
12850 * font-lock.el (turn-on-font-lock): Don't depend on window-system
12851 &c.
12852
7ed4e9a7
JR
128532000-01-22 Jason Rumney <jasonr@gnu.org>
12854
12855 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
12856 conflicts with new face support.
12857
8b7bc628 128582000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
12859
12860 * replace.el (query-replace): Rename last arg to DELIMITED.
12861 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
12862 (query-replace-regexp): Likewise.
12863
8b7bc628 128642000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 12865
02b14400
RS
12866 * subr.el (with-syntax-table): Use make-symbol, not gensym.
12867
5bb6f079
RS
12868 * emacs-lisp/lisp.el (beginning-of-defun-function):
12869 Variable renamed from beginning-of-defun.
12870 Do not call make-variable-buffer-local.
12871 (beginning-of-defun-raw): Use new variable name; doc fix.
12872 (beginning-of-defun): Doc fix.
12873 (end-of-defun-function): Variable renamed from end-of-defun.
12874 Do not call make-variable-buffer-local.
12875 (end-of-defun): Use new variable name; doc fix.
12876
02b14400
RS
12877 * subr.el (dolist, dotimes): Copied from cl-macs.el
12878 and made to work.
2d5e9b54 12879
a23c5037 12880 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
12881 Variable replaces rmail-digest-end-regexp.
12882 Allows multiple regexps for detecting the end line.
12883 (undigestify-rmail-message): Corresponding changes.
12884
60af03f1
DL
128852000-01-19 Dave Love <fx@gnu.org>
12886
fe5d99e1
DL
12887 * files.el (user-init-file): Don't declare here -- is primitive.
12888
60af03f1
DL
12889 * startup.el (command-line): Check for compiled user-init-file and
12890 set to uncompiled version if necessary.
12891
72dbbc7d
GM
128922000-01-18 Gerd Moellmann <gerd@gnu.org>
12893
6a1950ec
GM
12894 * mail/undigest.el (rmail-digest-end-regexp): New user option.
12895 (undigestify-rmail-message): Use it.
12896
72dbbc7d
GM
12897 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
12898
fbe91bbd
GM
128992000-01-17 Gerd Moellmann <gerd@gnu.org>
12900
12901 * tmm.el (tmm-goto-completions): Adapt to prompt being part
12902 of mini-buffer.
12903
33a6685b
GM
129042000-01-14 Gerd Moellmann <gerd@gnu.org>
12905
b3303df7
GM
12906 * emacs-lisp/copyright.el (copyright-update): Removed the
12907 requirement for a trailing space from `copyright-regexp', to
12908 support copyrights with owner specified on a separate line..
a23c5037 12909
3c4c8064
GM
12910 * align.el: New file.
12911
33a6685b
GM
12912 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
12913
12914 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
12915
044a4975
DL
129162000-01-13 Dave Love <fx@gnu.org>
12917
12918 * ph.el: Removed. (Obsoleted by EUDC.)
12919
0a352cd7
GM
129202000-01-13 Gerd Moellmann <gerd@gnu.org>
12921
12922 * net/eudc.el (toplevel): Remove autoloaded code installing
12923 menu with easymenu, because that causes build problems.
12924
12925 * frame.el (frame-notice-user-settings): New variable.
12926 (frame-notice-user-settings): Don't modify frame parameters
12927 if called a second time.
12928
8b7bc628 129292000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
12930
12931 * frame.el (frame-notice-user-settings):
12932 Notice default-frame-parameters even for non-window frames.
12933
feb450e0
GM
129342000-01-13 Gerd Moellmann <gerd@gnu.org>
12935
12936 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
12937 for Emacs.
12938 (eudc-bob-can-display-inline-images): Extend for Emacs.
12939 (eudc-bob-toggle-inline-display): Ditto.
12940 (eudc-bob-display-jpeg): Ditto.
12941
99c6d63b
GM
129422000-01-12 Gerd Moellmann <gerd@gnu.org>
12943
7970b229
GM
12944 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
12945 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
12946 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 12947
e4936aa9
GM
12948 * add-log.el (add-change-log-entry): Fix error trying an `(insert
12949 nil)'.
12950
12951 * subdirs.el: Add `net' directory.
12952
133c9e59
GM
12953 * net: New directory.
12954
99c6d63b
GM
12955 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
12956 eval-last-sexp. Don't bind debug-on-error here.
12957 (eval-last-sexp): New function. Bind debug-on-error if
12958 eval-expression-debug-on-error is non-nil.
12959 (eval-defun-2, eval-defun): Likewise.
12960
12961 * simple.el (eval-expression): Don't bind debug-on-error if
12962 eval-expression-debug-on-error is nil. Detect changed
12963 debug-on-error, and propagate new value to global binding, if
12964 eval-expression-debug-on-error is non-nil,
12965 (eval-expression-debug-on-error): Change doc string.
a23c5037 12966
8b7bc628 129672000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
12968
12969 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
12970
12971 * emacs-lisp/lisp-mode.el (with-syntax-table):
12972 Set up lisp-indent-function property.
12973
12974 * subr.el (with-syntax-table): Moved from simple.el.
12975
12976 * simple.el (with-syntax-table): Moved to subr.el.
12977
7e3c74fa
GM
129782000-01-11 Gerd Moellmann <gerd@gnu.org>
12979
1fab1775
GM
12980 * tmm.el (tmm-shortcut): Delete region after prompt instead
12981 of erasing buffer.
12982
7e3c74fa 12983 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
12984 (fill-context-prefix): Use the longest common prefix of first
12985 and second line fill prefix, if there is one.
7e3c74fa 12986
8b7bc628 129872000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
12988
12989 * array.el (array-mode): Don't use make-variable-buffer-local.
12990 Use make-local-variable for `truncate-lines'.
12991
aa705642 129922000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 12993
aa705642
GM
12994 * add-log.el (add-log-current-defun): Handle user-defined
12995 add-log-current-function returning nil,
a23c5037 12996
57df2446 12997 * add-log.el (add-change-log-entry): Insert version number
aa705642 12998 if having found a current function
c1356086
GM
12999
13000 * add-log.el (add-log-current-defun): Call
13001 `add-log-current-defun-function'. Try matches at level 0 and
13002 level 1. Strip whitespace from defun found.
a23c5037 13003
1d8c59e9
RS
130042000-01-10 John Wiegley <johnw@gnu.org>
13005
13006 * allout.el (isearch-done/outline-provisions): Added `edit'
13007 argument to correspond with the current definition of
13008 `isearch-done'.
13009
8cf87e9b
DL
130102000-01-10 Dave Love <fx@gnu.org>
13011
13012 * elide-head.el (elide-head): Use point-marker, not point.
13013
9050446c
GM
130142000-01-10 Gerd Moellmann <gerd@gnu.org>
13015
8321b22a
GM
13016 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
13017 before and after the year 2000.
a23c5037 13018
9050446c
GM
13019 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
13020 Add ispell- prefix.
13021
130222000-01-10 Ken Stevens <k.stevens@ieee.org>
13023
13024 * ispell.el: Only define dictionaries in menus when they exist.
13025 (version18p): New variable.
13026 (version20p): New variable.
13027 (xemacsp): New variable.
13028 (ispell-choices-win-default-height): Fix for XEmacs visibility.
13029 (ispell-dictionary-alist1): Added Brasileiro dictionary.
13030 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 13031 run-together words.
9050446c
GM
13032 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
13033 (ispell-dictionary-alist): Add koi8-r to customize definition.
13034 (check-ispell-version): Added documentation string. Returns
f24fef2f 13035 library path when called non-interactively.
9050446c
GM
13036 (ispell-menu-map-needed): Uses new variables.
13037 (ispell-library-path): New variable.
13038 (ispell-decode-string): XEmacs fix for bogus variable bindings.
13039 (ispell-word): Improved documentation string. Test for valid
13040 character mappings. Correctly check typed in word changes that can
13041 result in single words split into multiple words. Returns
13042 replacement word.
13043 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
13044 replace in recursive query replace mode. Help message for
13045 recursive edit mode.
13046 (ispell-show-choices): Protect against bad framepop bindings.
13047 (ispell-help): Fix to work with XEmacs.
13048 (ispell-highlight-spelling-error): Use new variables.
13049 (ispell-overlay-window): Fix to work with XEmacs.
13050 (ispell-parse-output): Passed and returns location information
13051 tracking spelling corrections. Doesn't recheck same word on
13052 current line.
13053 (ispell-init-process): Protect against bogus XEmacs variable binding.
13054 Fix call to single argument in sleep-for. Use new variables.
13055 (ispell-region): Passed and returns location information tracking
13056 spelling corrections. Doesn't check same word on current line.
13057 Improved documentation string. Doesn't resend a line already
13058 checked to the ispell process - fixes bug in LaTeX parsing.
13059 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
13060 (ispell-skip-region): No longer skips <TT> in SGML.
13061 (ispell-process-line): Tracks location information with spelling
13062 corrections. Added documentation string. Accounts for words
13063 already accepted on this line. Don't allow query-replace on line
13064 starting with math characters. Doesn't resend a line already sent
13065 to ispell process. Fixes alignment error bug.
a23c5037 13066
8b7bc628 130672000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 13068
a23c5037 13069 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
13070 Suggest xloadimage, which is free, not xv, which isn't.
13071
a23c5037 13072 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
13073 Don't ever include the host name or user name in the value.
13074
9ed79f5d
GM
130752000-01-09 Gerd Moellmann <gerd@gnu.org>
13076
13077 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
13078 of a real newline.
13079
b950abb1
GM
130802000-01-09 Stephen Eglen <stephen@gnu.org>
13081
a23c5037 13082 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
13083 for .png files.
13084
3c708e98
GM
130852000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
13086
13087 * cus-edit.el (custom-hook-convert-widget): Fix comment.
13088
bf61662d
GM
130892000-01-09 Gerd Moellmann <gerd@gnu.org>
13090
f1d851ae
GM
13091 * progmodes/cperl-mode.el: Replace ^F with ^L.
13092
bf61662d 13093 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 13094 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
13095 recursion.
13096
c65d14ee
DL
130972000-01-08 Dave Love <fx@gnu.org>
13098
8cf87e9b
DL
13099 * emacs-lisp/backquote.el: Remove inappropriate customization
13100 (allowing custom.el to use backquote).
c65d14ee 13101
83de2ebc
DL
131022000-01-07 Dave Love <fx@gnu.org>
13103
13104 * add-log.el (add-log-debugging): Deleted.
13105 (add-change-log-entry): Treat a backup FILE-NAME as its parent
13106 file. Remove debugging code.
13107 (change-log-get-method-definition, change-log-name): Add doc.
13108 (change-log-sortable-date-at): New function.
13109 (change-log-merge): New command.
13110
13111 * time.el (display-time-string-forms): Make the Mail string active.
13112 (display-time-update): Provide help-echo for load average.
13113
13114 * bindings.el (make-mode-line-mouse2-map): New function.
13115 (mode-line-modified): Use it and simplify.
13116 (mode-line-mule-info): Provide help-echo info.
13117 (minor-mode-alist): Activate the strings.
13118 (make-mode-line-mouse-sensitive): Simplify for
13119 mode-line-buffer-identification.
13120
c1475eae
GM
131212000-01-07 Gerd Moellmann <gerd@gnu.org>
13122
13123 * play/pong.el: New file.
13124
83de2ebc
DL
131252000-01-06 Dave Love <fx@gnu.org>
13126
13127 * array.el: Assorted cleanups for compiler warnings, doc strings,
13128 `array-' prefix for symbols.
13129
131302000-01-05 Dave Love <fx@gnu.org>
13131
13132 * textmodes/outline.el (outline-mode-menu-bar-map): Add
13133 outline-headers-as-kill.
13134 (outline-mode): Define imenu-generic-expression.
13135 (outline-headers-as-kill): New command.
13136
13137 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
13138 from paragraph-start.
13139 (paragraph-indent-minor-mode): New command.
13140
13141 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
13142 M-C-e, M-C-h, C-j, C-xnd, TAB.
13143 (fortran-mode): Set beginning-of-defun, end-of-defun.
13144 (fortran-column-ruler): Simplify.
13145 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
13146 (fortran-with-subprogram-narrowing): Likewise.
13147 (fortran-indent-subprogram): Call mark-defun.
13148 (fortran-check-for-matching-do): Change narrowing.
13149
13150 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
13151 (cl-lucid-hash-tag): Delete.
13152 (cl-hash-table-p): Correct test for native table.
13153 (cl-hash-table-count): Use hash-table-count.
13154
13155 * browse-url.el (browse-url): Fix case of
13156 browse-url-browser-function being an alist.
13157
676ac023
CD
131582000-01-05 Carsten Dominik <cd@gnu.org>
13159
c1475eae
GM
13160 * textmodes/reftex-vars.el (reftex-parse-file-extension)
13161 (reftex-index-phrase-file-extension): New options.
676ac023
CD
13162
13163 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 13164 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
13165
13166 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 13167 `reftex-parse-file-extension'.
eb483e17 13168
88807984
DL
131692000-01-05 Dave Love <fx@gnu.org>
13170
83de2ebc 13171 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
13172 (beginning-of-defun-raw): Use it.
13173 (end-of-defun): New variable.
13174 (end-of-defun): Use it.
13175 (check-parens): New command.
13176
1362aeb4
TTN
131772000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
13178
c1475eae
GM
13179 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
13180 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 13181
7ddafb95
TTN
13182 Fix buglet in local variables initialization.
13183
7334aa99
AS
131842000-01-05 Andreas Schwab <schwab@suse.de>
13185
13186 * hscroll.el (hscroll): Doc fix.
13187
b12e24cd
CD
131882000-01-05 Carsten Dominik <cd@gnu.org>
13189
13190 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
13191 idlw-toolbar.
13192
13193 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
13194 file idlw-rinfo.el.
1362aeb4
TTN
13195 (idlwave-customize): load must read file idlw-shell.el.
13196 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 13197
d6226972
CD
131982000-01-05 Carsten Dominik <dominik@astro.uva.nl>
13199
13200 * progmodes/idlw-shell.el: Also provide idlwave-shell
13201 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
13202 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
13203
13204 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
13205 both reftex-dcr and reftex-vcr.
1362aeb4 13206
d6226972
CD
13207 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
13208
6ddb893f 132092000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
13210
13211 * ps-print.el: PostScript code now is in separate files, doc fix.
13212 (ps-print-version): New version number (5.0.3).
13213 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
13214 local.
13215 (ps-spool-config): Initialization fix.
c1475eae
GM
13216 (ps-print-prologue-1, ps-print-prologue-2)
13217 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
13218 (ps-background-image): Little code reformating.
13219 (ps-begin-file, ps-begin-job): Fix code.
88807984 13220 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
13221 (ps-prologue-file): New fun.
13222
ae833aae
KH
132232000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13224
c1475eae 13225 * ps-vars.el: Eliminated.
ae833aae
KH
13226
13227 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
13228 `;;;###autoload'.
13229
13230 * ps-print.el: ps-vars eliminated, doc fix.
13231 (ps-print-version): New version number (5.0.2).
13232 (ps-spool-config): Initialization fix.
13233 (ps-print-customize): New fun.
13234
560a7bd2
GM
132352000-01-04 Gerd Moellmann <gerd@gnu.org>
13236
13237 * autorevert.el (auto-revert-mode): Return value of
13238 auto-revert-mode.
13239
f45dd0f4
DL
132402000-01-04 Dave Love <fx@gnu.org>
13241
fae2ac05
DL
13242 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
13243 menu items.
f45dd0f4 13244
61255981
DL
132452000-01-03 Dave Love <fx@gnu.org>
13246
88807984 13247 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 13248
83de2ebc 13249 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
13250 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
13251 `cl-hash-table-p', not `hash-table-p'.
13252 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
13253
c182a70f
EZ
132542000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13255
13256 * faces.el (face-read-integer, read-face-attribute)
13257 (color-defined-p, color-values): unspecified-{f,b}g are now
13258 strings.
13259
047f434a
GM
132602000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
13261
13262 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
13263 at comment end, and re-insert them after filling.
13264
bab531e2
EZ
132652000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13266
13267 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
13268 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
13269 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 13270
d684c676
EZ
132712000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13272
13273 * term/x-win.el (xw-defined-colors): Call color-supported-p,
13274 the new name of face-color-supported-p.
13275
13276 * term/w32-win.el (xw-defined-colors): Likewise.
13277
0aad4805
EZ
132782000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13279
13280 * simple.el (completion-setup-function): Count completion-size
13281 from minibuffer-prompt-end, not from point-min.
13282
5fe1d139
EZ
132832000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
13284
13285 * faces.el (read-face-attribute, defined-colors, color-defined-p):
13286 Pass the frame to tty-color-* functions.
13287 (display-color-p, frame-set-background-mode): Pass the frame to
13288 tty-display-color-p.
13289
13290 * term/tty-colors.el (tty-defined-color-alist): Renamed from
13291 tty-color-alist.
13292 (tty-color-alist, tty-modify-color-alist): New functions.
13293 (tty-color-define, tty-color-clear, tty-color-approximate)
13294 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
13295 an optional parameter FRAME.
13296
162dec01
GM
132972000-01-01 Gerd Moellmann <gerd@gnu.org>
13298
27189709
GM
13299 * image.el (create-image, defimage): Don't assume image data is a
13300 string.
13301
162dec01
GM
13302 * image.el (defimage): Handle specifications containing :data
13303 instead of :file.
13304 (image-type-from-data): New function.
13305 (image-type-from-file-header): Use it.
13306 (create-image): Add parameter DATA-P.
1362aeb4 13307
bea56df7 13308See ChangeLog.8 for earlier changes.
25a6fab1
KH
13309
13310;; Local Variables:
e64c3a75 13311;; coding: iso-2022-7bit
25a6fab1 13312;; End: